1 2015-03-15 Brent Fulgham <bfulgham@apple.com>
3 Scroll snap points are not supported on iframe content
4 https://bugs.webkit.org/show_bug.cgi?id=142582
5 <rdar://problem/20121319>
7 Reviewed by Simon Fraser.
9 * css3/scroll-snap/resources: Added.
10 * css3/scroll-snap/resources/iframe-content.html: Added.
11 * css3/scroll-snap/scroll-snap-iframe-expected.txt: Added.
12 * css3/scroll-snap/scroll-snap-iframe.html: Added.
14 2015-03-15 Joseph Pecoraro <pecoraro@apple.com>
16 Web Inspector: Better handle displaying -0
17 https://bugs.webkit.org/show_bug.cgi?id=142708
19 Reviewed by Timothy Hatcher.
21 Add tests for -0 in different places.
22 I don't understand yet why the test says "0" for
23 the property previews of "-0". Everything behaves
24 correctly, but I can't see to make the test show
25 the right value appear in the test. That is worth
26 investigating separately though.
28 * inspector/model/remote-object-expected.txt:
29 * inspector/model/remote-object.html:
31 2015-03-15 Simon Fraser <simon.fraser@apple.com>
33 Reduce the side-effects of animations turning off overlap testing
34 https://bugs.webkit.org/show_bug.cgi?id=92791
36 Reviewed by Dean Jackson.
38 These test overlay an animated element with a grid of position: relative squares.
39 These reveal the overlap area by selectively getting composited.
41 * compositing/layer-creation/animation-overlap-with-children-expected.txt:
42 * compositing/layer-creation/mismatched-rotated-transform-animation-overlap-expected.txt: Added.
43 * compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html: Added.
44 * compositing/layer-creation/mismatched-rotated-transform-transition-overlap-expected.txt: Added.
45 * compositing/layer-creation/mismatched-rotated-transform-transition-overlap.html: Added.
46 * compositing/layer-creation/mismatched-transform-transition-overlap-expected.txt: Added.
47 * compositing/layer-creation/mismatched-transform-transition-overlap.html: Added.
48 * compositing/layer-creation/multiple-keyframes-animation-overlap-expected.txt: Added.
49 * compositing/layer-creation/multiple-keyframes-animation-overlap.html: Added.
50 * compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: Added.
51 * compositing/layer-creation/scale-rotation-animation-overlap.html: Added.
52 * compositing/layer-creation/scale-rotation-transition-overlap-expected.txt: Added.
53 * compositing/layer-creation/scale-rotation-transition-overlap.html: Added.
54 * compositing/layer-creation/translate-animation-overlap-expected.txt: Added.
55 * compositing/layer-creation/translate-animation-overlap.html: Added.
56 * compositing/layer-creation/translate-scale-animation-overlap-expected.txt: Added.
57 * compositing/layer-creation/translate-scale-animation-overlap.html: Added.
58 * compositing/layer-creation/translate-scale-transition-overlap-expected.txt: Added.
59 * compositing/layer-creation/translate-scale-transition-overlap.html: Added.
60 * compositing/layer-creation/translate-transition-overlap-expected.txt: Added.
61 * compositing/layer-creation/translate-transition-overlap.html: Added.
63 2015-03-15 Benjamin Poulain <bpoulain@apple.com>
65 Change the exact attribute matching to be ASCII case-insensitive
66 https://bugs.webkit.org/show_bug.cgi?id=142609
68 Reviewed by Darin Adler.
70 * fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive-expected.txt: Added.
71 * fast/selectors/attribute-exact-value-match-is-ascii-case-insensitive.html: Added.
73 2015-03-15 Brent Fulgham <bfulgham@apple.com>
75 [Win] Document more debug assertions for later review.
77 * platform/win/TestExpectations:
79 2015-03-14 Darin Adler <darin@apple.com>
81 More event handler improvements
82 https://bugs.webkit.org/show_bug.cgi?id=142701
84 Reviewed by Anders Carlsson.
86 * fast/dom/event-handler-attributes-expected.txt: Updated to expect more passing tests,
87 and to accomodate some changes to what's tested and expected.
89 * fast/dom/event-handler-attributes.html: Update test to cover more events since we
90 no longer compile the event handlers conditionally; it's OK to have some handlers for
91 events even if the features in question aren't turned on.
93 2015-03-15 David Kilzer <ddkilzer@apple.com>
95 [iOS] REGRESSION (r181191): Add results for css3/blending/svg-blend-plus-lighter.html
99 Support "plus-lighter" in mix-blend mode
100 <https://bugs.webkit.org/show_bug.cgi?id=142416>
101 <rdar://problem/19993979>
103 * platform/ios-simulator/css3/blending/svg-blend-plus-lighter-expected.txt: Add.
105 2015-03-14 Ryosuke Niwa <rniwa@webkit.org>
107 parseClass should popScope after pushScope
108 https://bugs.webkit.org/show_bug.cgi?id=142689
110 Reviewed by Benjamin Poulain.
112 Added a regression test for the test case that caught this bug.
114 * TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
115 * js/class-syntax-scoping-expected.txt: Added.
116 * js/class-syntax-scoping.html: Added.
117 * js/script-tests/class-syntax-scoping.js: Added.
120 2015-03-14 Michael Saboff <msaboff@apple.com>
122 ES6: Add binary and octal literal support
123 https://bugs.webkit.org/show_bug.cgi?id=142681
125 Reviewed by Ryosuke Niwa.
129 * js/binary-literals-expected.txt: Added.
130 * js/binary-literals.html: Added.
131 * js/octal-literals-expected.txt: Added.
132 * js/octal-literals.html: Added.
133 * js/script-tests/binary-literals.js: Added.
134 * js/script-tests/octal-literals.js: Added.
136 2015-03-13 Ryosuke Niwa <rniwa@webkit.org>
138 Class constructor should throw TypeError when "called"
139 https://bugs.webkit.org/show_bug.cgi?id=142566
141 Reviewed by Michael Saboff.
143 Added tests for calling class constructors.
145 * TestExpectations: Skipped the test since ES6 class syntax isn't enabled by default.
146 * js/class-syntax-call-expected.txt: Added.
147 * js/class-syntax-call.html: Added.
148 * js/script-tests/class-syntax-call.js: Added.
150 2015-03-13 Doug Russell <d_russell@apple.com>
152 AX: Provide API for assistive tech to ignore DOM key event handlers
153 https://bugs.webkit.org/show_bug.cgi?id=142059
155 Reviewed by Beth Dakin.
157 Assistive technology applications on the desktop are heavily dependent on keyboard navigation being reliable. This is greatly hindered by sites that handle key events without updating keyboard selection and then consume the event. It is important for assistive technology apps to allow users to decide to ignore these handlers that are incorrect for their purposes.
159 This can be fixed by exposing, via a new accessibility attribute, a way to decide, for a given WebCore::Frame, to pre-empt DOM dispatch and instead let accessibility caret browsing take place.
161 * accessibility/parent-delete-expected.txt:
162 * platform/mac/accessibility/document-attributes-expected.txt:
163 * platform/mac/accessibility/prevent-keyboard-event-dispatch-expected.txt: Added.
164 * platform/mac/accessibility/prevent-keyboard-event-dispatch.html: Added.
166 2015-03-13 Chris Dumez <cdumez@apple.com>
168 XMLHttpRequests should not prevent a page from entering PageCache
169 https://bugs.webkit.org/show_bug.cgi?id=142612
170 <rdar://problem/19923085>
172 Reviewed by Alexey Proskuryakov.
174 Add a tests to make sure that loading XMLHttpRequests do not prevent a
175 page from entering PageCache.
177 * http/tests/navigation/page-cache-xhr-expected.txt: Added.
178 * http/tests/navigation/page-cache-xhr.html: Added.
179 * http/tests/navigation/resources/page-cache-helper.html: Added.
181 2015-03-13 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
183 Unreviewed Gardening 13th March.
184 https://bugs.webkit.org/show_bug.cgi?id=142665
188 * platform/gtk/TestExpectations:
189 * platform/gtk/fast/borders/mixed-border-style2-expected.txt: Added. The result was missing.
191 2015-03-13 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
193 Rebaseline accessibility/color-well.html
194 https://bugs.webkit.org/show_bug.cgi?id=141697
196 Reviewed by Chris Fleizach.
198 The revision (r179922) which makes this test fail, implements a color
199 picker for GTK+ platform. So now we have different accessibility
200 information for a color input and we could update the expected file.
202 TestExpectations has also been updated.
204 * platform/gtk/TestExpectations:
205 * platform/gtk/accessibility/color-well-expected.txt:
207 2015-03-13 Hunseop Jeong <hs85.jeong@samsung.com>
209 Unreviewed GTK+ Gardening
210 https://bugs.webkit.org/show_bug.cgi?id=142620
212 Rebaseline the missing test result
214 * platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
215 * platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
216 * platform/gtk/fast/text/tatechuyoko-expected.txt: Added.
218 2015-03-12 Ryosuke Niwa <rniwa@webkit.org>
220 REGRESSION(r180726): Removing an empty line at the end of textarea clears the entire texture
221 https://bugs.webkit.org/show_bug.cgi?id=142646
223 Reviewed by Darin Adler.
225 Added a regression test for deleting empty lines at the end of a textarea element.
227 * editing/deleting/delete-empty-line-breaks-at-end-of-textarea-expected.txt: Added.
228 * editing/deleting/delete-empty-line-breaks-at-end-of-textarea.html: Added.
230 2015-03-12 Yusuke Suzuki <utatane.tea@gmail.com>
232 Integrate MapData into JSMap and JSSet
233 https://bugs.webkit.org/show_bug.cgi?id=142556
235 Reviewed by Filip Pizlo.
237 Test structure-clone implementation that becomes aware of the difference between Map and Set.
239 * fast/storage/serialized-script-value.html:
241 2015-03-12 Simon Fraser <simon.fraser@apple.com>
243 These hidpi filter tests pass sometimes.
245 * platform/mac/TestExpectations:
247 2015-03-12 Alexey Proskuryakov <ap@apple.com>
249 testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
250 https://bugs.webkit.org/show_bug.cgi?id=138687
252 Unreviewed (only code changes were reviewed).
254 * platform/gtk/TestExpectations:
255 * platform/mac-wk2/TestExpectations:
256 Unskip tests that used to be affected.
258 2015-03-12 Simon Fraser <simon.fraser@apple.com>
260 Clean up after JoePeck.
262 * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
263 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
265 2015-03-12 Hunseop Jeong <hs85.jeong@samsung.com>
267 Unreviewed EFL gardening on 13th Mar.
268 https://bugs.webkit.org/show_bug.cgi?id=142624
270 Rebaseline the missing test result.
272 * platform/efl/TestExpectations:
273 * platform/efl/editing/inserting/before-after-input-element-expected.png: Added.
274 * platform/efl/editing/inserting/before-after-input-element-expected.txt: Added.
275 * platform/efl/fast/css/css2-system-fonts-expected.txt: Added.
276 * platform/efl/fast/text/tatechuyoko-expected.png: Added.
277 * platform/efl/fast/text/tatechuyoko-expected.txt: Added.
279 2015-03-11 Brent Fulgham <bfulgham@apple.com>
281 [Win] Update test expectations after r181408.
283 Also update with more debug assertions.
285 * platform/win/TestExpectations:
286 * platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.
288 2015-03-11 Joseph Pecoraro <pecoraro@apple.com>
290 Web Inspector: CSS parser errors in the console should include column numbers
291 https://bugs.webkit.org/show_bug.cgi?id=114313
293 Reviewed by Darin Adler.
295 Test errors in both external and inline CSS and Scripts to ensure they have
296 expected line:column information.
298 * inspector-protocol/console/warnings-errors-expected.txt: Added.
299 * inspector-protocol/console/warnings-errors.html: Added.
300 * inspector-protocol/resources/errors.css: Added.
301 * inspector-protocol/resources/errors.js: Added.
303 2015-03-11 Simon Fraser <simon.fraser@apple.com>
305 Rename the Mavericks result for input-auto-fill-button.html to use the
308 * platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/fast/forms/input-auto-fill-button.txt.
310 2015-03-11 Simon Fraser <simon.fraser@apple.com>
312 Mark compositing/backgrounds/background-image-with-negative-zindex.html as
313 an image failure, since r179871 was rolled out.
315 * platform/mac/TestExpectations:
317 2015-03-11 Timothy Horton <timothy_horton@apple.com>
319 <attachment> shouldn't use "user-select: all"
320 https://bugs.webkit.org/show_bug.cgi?id=142453
322 Reviewed by Darin Adler.
324 * fast/attachment/attachment-select-on-click-inside-user-select-all.html: Added.
325 * fast/attachment/attachment-select-on-click.html: Added.
326 * platform/mac/fast/attachment/attachment-select-on-click-expected.png: Added.
327 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt: Added.
328 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png: Added.
329 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
330 * platform/mac-mavericks/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
331 * platform/mac-mavericks/fast/attachment/attachment-select-on-click-expected.txt: Added.
332 Add two tests. One, for the basic functionality of clicking on an
333 <attachment> to select it. The second, to test that clicking on an
334 <attachment> inside a larger "user-select: all" element still selects
335 the whole "user-select: all" element.
337 2015-03-11 Matthew Mirman <mmirman@apple.com>
339 Update windows test results
341 Unreviewed followup to r181353
343 * platform/win/fast/events/event-attribute-expected.txt: update windows test results.
345 2015-03-10 Andy Estes <aestes@apple.com>
347 REGRESSION (r180985): contentfiltering/block-after-add-data.html crashes with GuardMalloc
348 https://bugs.webkit.org/show_bug.cgi?id=142526
350 Reviewed by Darin Adler.
352 * TestExpectations: Un-skipped contentfiltering/block-after-add-data.html.
354 2015-03-10 Sam Weinig <sam@webkit.org>
356 Allow adding a button in input elements for auto fill related functionality
357 <rdar://problem/19782066>
358 https://bugs.webkit.org/show_bug.cgi?id=142564
360 Reviewed by Anders Carlsson.
362 * fast/forms/input-auto-fill-button-expected.txt: Added.
363 * fast/forms/input-auto-fill-button.html: Added.
365 2015-03-11 Ryosuke Niwa <rniwa@webkit.org>
367 Calling super() in a base class results in a crash
368 https://bugs.webkit.org/show_bug.cgi?id=142563
370 Reviewed by Filip Pizlo.
372 Added more test cases to an existing test.
374 * js/class-syntax-super-expected.txt:
375 * js/script-tests/class-syntax-super.js:
377 2015-03-11 Said Abou-Hallawa <sabouhallawa@apple.com>
379 svg/animations/smil-leak-*.svg tests are flaky.
380 https://bugs.webkit.org/show_bug.cgi?id=114280
384 Some svg tests were flaky on mac only but they became flaky on all ports
385 after r181345. They pass locally and on EWS but not on bots. Mark them to
386 be flaky on all ports till we figure out the problem with these tests.
389 * platform/mac/TestExpectations:
391 2015-03-11 Tim Horton <timothy_horton@apple.com>
393 <attachment>s should be created when dropping files onto contentEditable areas
394 https://bugs.webkit.org/show_bug.cgi?id=142494
395 <rdar://problem/19982553>
397 Reviewed by Anders Carlsson.
399 * editing/pasteboard/drag-files-to-editable-element-expected.txt:
400 * editing/pasteboard/drag-files-to-editable-element.html:
401 Update the test to expect <attachment>s instead of filenames.
403 2015-03-11 David Hyatt <hyatt@apple.com>
405 Optimize offsetWidth and offsetHeight to avoid doing layouts.
406 https://bugs.webkit.org/show_bug.cgi?id=142544
408 Reviewed by Beth Dakin.
410 * fast/images/repaint-subrect-grid.html:
411 Patch this test to use the window.internals update layout method rather than
412 relying on document.body.offsetWidth.
414 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
416 [Win] Test gardening after r181260
420 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
421 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
422 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
423 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
424 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
425 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
426 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
428 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
430 Test gardening after r181278
434 Until Windows adopts the SVG -> OTF Converter, we should mark this test as Mac-only.
436 * platform/mac/svg/fonts/resources/svg-font-general.svg: Renamed from LayoutTests/svg/fonts/resources/svg-font-general.svg.
437 * platform/mac/svg/fonts/svg-font-general-expected.html: Renamed from LayoutTests/svg/fonts/svg-font-general-expected.html.
438 * platform/mac/svg/fonts/svg-font-general.html: Renamed from LayoutTests/svg/fonts/svg-font-general.html.
440 2015-03-11 Commit Queue <commit-queue@webkit.org>
442 Unreviewed, rolling out r181367.
443 https://bugs.webkit.org/show_bug.cgi?id=142581
445 Caused crashes on the debug bots (Requested by cdumez on
450 "Web Inspector: CSS parser errors in the console should
451 include column numbers"
452 https://bugs.webkit.org/show_bug.cgi?id=114313
453 http://trac.webkit.org/changeset/181367
455 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
457 Inline block children do not have correct baselines if their children are also block elements
458 https://bugs.webkit.org/show_bug.cgi?id=142559
460 Reviewed by Darin Adler.
462 * fast/text/baseline-inline-block-block-children-expected.html: Added.
463 * fast/text/baseline-inline-block-block-children.html: Added.
465 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
467 Web Inspector: CSS parser errors in the console should include column numbers
468 https://bugs.webkit.org/show_bug.cgi?id=114313
470 Reviewed by Benjamin Poulain.
472 Test errors in both external and inline CSS and Scripts to ensure they have
473 expected line:column information.
475 * inspector-protocol/console/warnings-errors-expected.txt: Added.
476 * inspector-protocol/console/warnings-errors.html: Added.
477 * inspector-protocol/resources/errors.css: Added.
478 * inspector-protocol/resources/errors.js: Added.
480 2015-03-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
482 Unreviewed EFL gardening on 10th Mar.
484 Mark smil-leak-foo tests, 3 tests of fast/css to failure.
486 * platform/efl/TestExpectations:
488 2015-03-09 Darin Adler <darin@apple.com>
490 Some event handler fixes
491 https://bugs.webkit.org/show_bug.cgi?id=142474
493 Reviewed by Anders Carlsson.
495 * fast/dom/event-handler-attributes-expected.txt: Updated for new tests and to
496 expect more tests to pass.
498 * fast/dom/event-handler-attributes.html: Added testing of event handlers on
499 non-HTML, non-SVG elements, and on SVG elements. Also removed
500 webkitpresentationmodechanged from the test, for now at least.
502 * fast/events/event-attribute-expected.txt: Updated to expect more tests to pass.
504 2015-03-10 Brent Fulgham <bfulgham@apple.com>
506 CSS scroll-snap-destination and scroll-snap-coordinate are not honoring position values
507 https://bugs.webkit.org/show_bug.cgi?id=142411
509 Reviewed by Simon Fraser.
511 Add a test for <position> types in scroll snap operations. Also update the test expectations
512 for computed styles now that double-precision math is being used for calculated values.
514 * css3/scroll-snap/scroll-snap-position-values-expected.txt: Added.
515 * css3/scroll-snap/scroll-snap-position-values.html: Added.
516 * css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Updated
517 * css3/scroll-snap/scroll-snap-property-computed-style.js: Updated
520 2015-03-10 Enrica Casucci <enrica@apple.com>
522 Add support for more emoji with variation.
523 https://bugs.webkit.org/show_bug.cgi?id=142548
524 rdar://problem/20105008
526 Reviewed by Tim Horton.
528 * editing/selection/extend-by-character-007-expected.txt: Added.
529 * editing/selection/extend-by-character-007.html: Added.
531 2015-03-10 Eric Carlson <eric.carlson@apple.com>
533 [Mac] Refactor media controls code
534 https://bugs.webkit.org/show_bug.cgi?id=142455
536 Reviewed by Dean Jackson.
538 * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
540 2015-03-10 Yusuke Suzuki <utatane.tea@gmail.com>
542 Upgrade Map, Set and WeakMap constructor interface
543 https://bugs.webkit.org/show_bug.cgi?id=142348
545 Reviewed by Filip Pizlo.
547 Constructor semantics is changed.
549 * js/basic-map-expected.txt:
550 * js/basic-set-expected.txt:
551 * js/dom/basic-weakmap-expected.txt:
552 * js/script-tests/basic-map.js:
553 * js/script-tests/basic-set.js:
556 2015-03-10 Gabor Rapcsanyi <rgabor@webkit.org>
558 Too large plugins are crashing.
559 https://bugs.webkit.org/show_bug.cgi?id=139856
561 Reviewed by Darin Adler.
563 Add layout test to cover this crash.
565 * plugins/large-plugin-crash-expected.txt: Added.
566 * plugins/large-plugin-crash.html: Added.
568 2015-03-09 Alexey Proskuryakov <ap@apple.com>
570 Skip contentfiltering/block-after-add-data.html for now.
571 https://bugs.webkit.org/show_bug.cgi?id=142526
575 2015-03-09 Brent Fulgham <bfulgham@apple.com>
577 [Win] Rebaseline tests afer r181292.
579 * platform/win/TestExpectations:
580 * platform/win/fast/forms/search-vertical-alignment-expected.txt:
581 * platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
583 2015-03-09 Ryosuke Niwa <rniwa@webkit.org>
585 Support extends and super keywords
586 https://bugs.webkit.org/show_bug.cgi?id=142200
588 Reviewed by Filip Pizlo.
590 Added tests for "extends" and "super" keywords.
593 * js/class-syntax-extends-expected.txt: Added.
594 * js/class-syntax-extends.html: Added.
595 * js/class-syntax-super-expected.txt: Added.
596 * js/class-syntax-super.html: Added.
597 * js/script-tests/class-syntax-extends.js: Added.
598 * js/script-tests/class-syntax-super.js: Added.
600 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
602 REGRESSION(r176978): Inline-blocks with overflowing contents have ascents that are too large
603 https://bugs.webkit.org/show_bug.cgi?id=141783
605 Reviewed by David Hyatt.
607 Update expected results.
609 * css3/flexbox/child-overflow-expected.html:
610 * css3/flexbox/child-overflow.html:
611 * fast/css/inline-block-tricky-baselines-expected.html: Added.
612 * fast/css/inline-block-tricky-baselines.html: Added.
613 * fast/forms/textfield-overflow-by-value-update-expected.txt:
614 * fast/text/baseline-inline-block-expected.html: Added.
615 * fast/text/baseline-inline-block.html: Added.
616 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
618 2015-03-09 Andy Estes <aestes@apple.com>
620 [Content Filtering] Add tests
621 https://bugs.webkit.org/show_bug.cgi?id=142475
623 Reviewed by Andreas Kling.
625 * contentfiltering/allow-after-add-data-expected.html: Added.
626 * contentfiltering/allow-after-add-data.html: Added.
627 * contentfiltering/allow-after-finished-adding-data-expected.html: Added.
628 * contentfiltering/allow-after-finished-adding-data.html: Added.
629 * contentfiltering/allow-after-response-expected.html: Added.
630 * contentfiltering/allow-after-response.html: Added.
631 * contentfiltering/block-after-add-data-expected.html: Added.
632 * contentfiltering/block-after-add-data.html: Added.
633 * contentfiltering/block-after-finished-adding-data-expected.html: Added.
634 * contentfiltering/block-after-finished-adding-data.html: Added.
635 * contentfiltering/block-after-response-expected.html: Added.
636 * contentfiltering/block-after-response.html: Added.
638 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
640 svg/custom/svg-fonts-without-missing-glyph.xhtml fails after fonts/font-fallback-prefers-pictographs.html
641 https://bugs.webkit.org/show_bug.cgi?id=142470
643 Reviewed by Anders Carlsson.
645 * platform/mac/TestExpectations:
647 2015-03-09 Benjamin Poulain <benjamin@webkit.org>
649 CSS JIT: add aliases between :nth-child()/:nth-last-child() and :first-child/:last-child
650 https://bugs.webkit.org/show_bug.cgi?id=142472
652 Reviewed by Andreas Kling.
654 * fast/selectors/nth-child-matching-first-expected.txt: Added.
655 * fast/selectors/nth-child-matching-first-on-root-expected.txt: Added.
656 * fast/selectors/nth-child-matching-first-on-root.html: Added.
657 * fast/selectors/nth-child-matching-first.html: Added.
658 * fast/selectors/nth-last-child-matching-first-expected.txt: Added.
659 * fast/selectors/nth-last-child-matching-first-on-root-expected.txt: Added.
660 * fast/selectors/nth-last-child-matching-first-on-root.html: Added.
661 * fast/selectors/nth-last-child-matching-first.html: Added.
663 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
665 Work around a Cocoa font parsing bug
666 https://bugs.webkit.org/show_bug.cgi?id=142446
668 Reviewed by Simon Fraser.
670 Adding a few extra tests for bits of SVG fonts that could use some more tests.
672 * svg/fonts/resources/svg-font-general.svg: Updated and moved from svg-font-horiz-origin-font.svg
673 * svg/fonts/svg-font-general.html: Updated and moved from svg-font-horiz-origin.html
674 * svg/fonts/svg-font-general-expected.html: Updated and moved from svg-font-horiz-origin-expected.html
676 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
678 [SVG -> OTF Converter] x-height cannot be specified
679 https://bugs.webkit.org/show_bug.cgi?id=142465
681 Reviewed by Simon Fraser.
683 For all non-system fonts, OS X disregards the font's reported x-height. Therefore,
684 it is impossible to satisfy this test.
686 * fast/css/ex-unit-with-no-x-height-expected.txt: Removed.
687 * fast/css/ex-unit-with-no-x-height.html: Removed.
688 * platform/mac/TestExpectations:
690 2015-03-09 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
692 Unreviewed GTK+ Gardening
694 https://bugs.webkit.org/show_bug.cgi?id=142499
696 * platform/gtk/TestExpectations:
698 2015-03-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
700 Unreviewed EFL gardening on 9th Mar.
702 Mark svg/text/select-textLength-spacingAndGlyphs-foo.html to failure.
703 Update new failling tests to existing bugs.
705 * platform/efl/TestExpectations:
707 2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
709 Last test gardening after r177774 (for reals this time)
710 https://bugs.webkit.org/show_bug.cgi?id=139968
714 * platform/mac/TestExpectations:
715 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
716 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
717 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
718 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
719 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
720 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
721 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
722 * svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg:
723 * svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg:
724 * svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg:
725 * svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg:
726 * svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg:
727 * svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg:
728 * svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg:
730 2015-03-08 Benjamin Poulain <benjamin@webkit.org>
732 Fix the tests for the new double-child descendant in css-set-selector-text
733 https://bugs.webkit.org/show_bug.cgi?id=141882
735 Reviewed by Andreas Kling.
737 In 178592, I copied the rules from css-selector-text.html without removing
740 Kudos to Dhi Aurrahman for catching this.
742 * fast/css/css-set-selector-text-expected.txt:
743 * fast/css/css-set-selector-text.html:
745 2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
747 Change bug number for svg/custom/svg-fonts-without-missing-glyph.xhtml
751 * platform/mac/TestExpectations:
753 2015-03-08 David Kilzer <ddkilzer@apple.com>
755 [iOS] Gardening to skip new tests, rebaseline existing tests
757 * platform/ios-simulator-wk1/TestExpectations:
758 - Mark test as flakey.
760 * platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
761 * platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
762 * platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
763 * platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
764 - Superceded by new platform/ios-simulator results.
766 * platform/ios-simulator/TestExpectations:
767 - Skip two tests that will always time out on iOS.
768 - Mark two tests as ImageOnlyFailure that fail consistently.
770 * platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
771 - Add result for new test from r180965.
773 * platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
774 * platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
775 * platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
776 * platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
777 - Add results for new attachment tests.
779 * platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
780 * platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
781 * platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
782 * platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
783 * platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
784 * platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
785 * platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
786 * platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
787 - Rebaseline after other bug fixes like r180815.
789 2015-03-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
791 Unreviewed EFL gardening on 8th Mar.
793 Mark emphasis text test, writing mode test, whitespace test to failure.
794 Besides update new failure tests to existing bugs.
796 * platform/efl/TestExpectations:
798 2015-03-07 Darin Adler <darin@apple.com>
800 Improve the event handler test
801 https://bugs.webkit.org/show_bug.cgi?id=142439
803 Reviewed by Ryosuke Niwa.
805 * fast/dom/event-handler-attributes-expected.txt: Renamed from legacy-event-handler-attributes-expected.txt.
806 Also updated to reflect changes in the test.
808 * fast/dom/event-handler-attributes.html: Renamed from legacy-event-handler-attributes.html.
809 Fixed bug in the test that was making document event handler tests falsely report failure.
810 Removed testing of some HTMLMediaElement attributes that are conditionally present; this test
811 is intended to test only unconditionally available event handler attributes at this time.
813 * platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Removed. The conditional HTMLMediaElement
814 attributes are the reason the Windows-specific results were needed.
816 2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
818 Unreviewed EFL gardening on 7th Mar.
820 Remove duplicated css nap scroll skip.
821 Mark printing, compositing mask, svg pattern, and webgl visibility tests to failures.
823 * platform/efl/TestExpectations:
825 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
827 Web Inspector: ES6: Improved Support for Iterator Objects
828 https://bugs.webkit.org/show_bug.cgi?id=142420
830 Reviewed by Timothy Hatcher.
832 * inspector/model/remote-object.html:
833 Update tests to include iterator objects.
835 2015-03-06 Brent Fulgham <bfulgham@apple.com>
837 [Win] Mark svg/fonts/svg-font-horiz-orig.html as Image-only failing.
839 * platform/win/TestExpectations:
841 2015-03-06 Brent Fulgham <bfulgham@apple.com>
843 [Win] Mark svg/fonts/svg-font-horiz-orig.html as failing.
844 https://bugs.webkit.org/show_bug.cgi?id=142423
846 * platform/win/TestExpectations:
848 2015-03-06 Brent Fulgham <bfulgham@apple.com>
850 Add inherit support from scroll snap CSS properties
851 https://bugs.webkit.org/show_bug.cgi?id=136344
852 <rdar://problem/18162329>
854 Reviewed by Dean Jackson.
856 * css3/scroll-snap/scroll-snap-inherit.html: Added.
857 * css3/scroll-snap/scroll-snap-inherit-expected.txt: Added.
859 2015-03-06 Ryosuke Niwa <rniwa@webkit.org>
861 REGRESSION(r180595): construct varargs fails in FTL
862 https://bugs.webkit.org/show_bug.cgi?id=142030
864 Reviewed by Michael Saboff.
866 Re-enable the test on 64-bit iOS.
868 * js/regress/script-tests/deltablue-varargs.js:
870 2015-03-06 Brent Fulgham <bfulgham@apple.com>
872 Setting scroll-snap-desination to (100% 100%) locks up WebKit
873 https://bugs.webkit.org/show_bug.cgi?id=142414
874 <rdar://problem/20077275>
876 Reviewed by Dean Jackson.
878 * css3/scroll-snap/scroll-snap-desination-lock-up.html: Added.
879 * css3/scroll-snap/scroll-snap-desination-lock-up-expected.txt: Added.
881 2015-03-06 Dean Jackson <dino@apple.com>
883 Support "plus-lighter" in mix-blend mode
884 https://bugs.webkit.org/show_bug.cgi?id=142416
885 <rdar://problem/19993979>
887 Reviewed by Darin Adler and Sam Weinig.
889 Add tests and new expected results for plus-lighter.
891 * css3/blending/blend-mode-property-parsing-expected.txt:
892 * css3/blending/blend-mode-simple-composited.html:
893 * css3/blending/blend-mode-simple.html:
894 * css3/blending/script-tests/blend-mode-property-parsing.js:
895 * css3/blending/svg-blend-plus-lighter.html: Added.
896 * platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
897 * platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
898 * platform/mac/css3/blending/blend-mode-simple-expected.png:
899 * platform/mac/css3/blending/blend-mode-simple-expected.txt:
900 * platform/mac/css3/blending/svg-blend-plus-lighter-expected.txt: Added.
902 2015-03-06 Brent Fulgham <bfulgham@apple.com>
904 Add 'initial' keyword support for scroll snap CSS properties
905 https://bugs.webkit.org/show_bug.cgi?id=136345
906 <rdar://problem/18162325>
908 Reviewed by Dean Jackson.
910 * css3/scroll-snap/scroll-snap-property-computed-style.js: Update for corrected 'initial' behavior.
911 * css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Rebaselined.
912 * css3/scroll-snap/scroll-snap-initial.html: Added.
913 * css3/scroll-snap/scroll-snap-initial-expected.txt: Added.
914 * platform/efl/TestExpectations:
915 * platform/gtk/TestExpectations:
916 * platform/win/TestExpectations:
918 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
920 ES6: Object Literal Extensions - Methods
921 https://bugs.webkit.org/show_bug.cgi?id=142390
923 Reviewed by Geoffrey Garen.
925 * js/object-literal-computed-methods-expected.txt: Added.
926 * js/object-literal-computed-methods.html: Added.
927 * js/object-literal-methods-expected.txt: Added.
928 * js/object-literal-methods.html: Added.
929 * js/script-tests/object-literal-computed-methods.js: Added.
930 * js/script-tests/object-literal-methods.js: Added.
932 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
934 __proto__ shorthand property should not modify prototype in Object Literal construction
935 https://bugs.webkit.org/show_bug.cgi?id=142382
937 Reviewed by Geoffrey Garen.
939 * js/object-literal-shorthand-construction-expected.txt:
940 * js/script-tests/object-literal-shorthand-construction.js:
941 Update test to cover the __proto__ shorthand case which is
942 different from longhand case.
944 2015-03-06 Antti Koivisto <antti@apple.com>
946 Enable disk cache validation test on iOS
947 https://bugs.webkit.org/show_bug.cgi?id=142405
949 Reviewed by Andreas Kling.
951 The features is enabled.
953 * platform/ios-simulator-wk2/TestExpectations:
954 * platform/ios-simulator/TestExpectations:
956 2015-03-06 Jer Noble <jer.noble@apple.com>
958 [Web Audio] Decoding specific .m4a file crashes tab
959 https://bugs.webkit.org/show_bug.cgi?id=139545
961 Reviewed by Eric Carlson.
963 * webaudio/decode-audio-data-too-short-expected.txt: Added.
964 * webaudio/decode-audio-data-too-short.html: Added.
965 * webaudio/resources/media/too-short.m4a: Added.
967 2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
969 Crash in -[WebCascadeList objectAtIndex:] + 195
970 https://bugs.webkit.org/show_bug.cgi?id=141274
972 Reviewed by David Kilzer.
974 * platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list-expected.txt: Added.
975 * platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list.html: Added.
977 2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
979 Setting any of the <object> element plugin controlling attributes does not have any affect.
980 https://bugs.webkit.org/show_bug.cgi?id=141936.
982 Reviewed by Simon Fraser.
984 * fast/css/image-object-hover-inherit-expected.html: Added.
985 * fast/css/image-object-hover-inherit.html: Added.
986 A guarding test to catch the case of reconstructing the image <object>
987 renderer while performing a synchronous resolveTree() followed by page
988 rendering or dump render tree.
990 * svg/as-object/resources/lime100x100.html: Added.
991 * svg/as-object/resources/lime100x100.png: Added.
992 * svg/as-object/resources/lime100x100.svg: Added.
993 * svg/as-object/resources/red100x100.svg: Added.
994 * svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
995 * svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
996 Ensure that changing the 'type' and the 'data' attributes of the <object>
997 element will have the expected outcome. Also make sure that the <object>
998 element renderer falls back correctly when setting any of the attributes
999 to some unexpected value.
1001 2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
1003 Test horiz-origin-x and horiz-origin-y in SVG fonts
1004 https://bugs.webkit.org/show_bug.cgi?id=142403
1006 Simply moving to the origin in glyph-space at the beginning
1007 of path parsing won't work if subsequent coordinates are absolute.
1009 Reviewed by Simon Fraser.
1011 * svg/fonts/resources/svg-font-horiz-origin-font.svg: Added.
1012 * svg/fonts/svg-font-horiz-origin-expected.html: Added.
1013 * svg/fonts/svg-font-horiz-origin.html: Added.
1015 2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
1017 An SVG element without intrinsic size inherits the container size as its viewport instead of inheriting the container viewport.
1018 https://bugs.webkit.org/show_bug.cgi?id=141725.
1020 Reviewed by Darin Adler.
1022 * svg/css/svg-css-different-intrinsic-sizes-expected.html: Added.
1023 * svg/css/svg-css-different-intrinsic-sizes.html: Added.
1024 The intrinsic size of the <svg> element is overridden by CSS. The elements
1025 inside the <svg> should consider the css size (which is equal to the <svg>
1026 element viewport) instead of the <svg> element intrinsic size.
1028 2015-03-06 Simon Fraser <simon.fraser@apple.com>
1030 Allow composited clip-path to be updated without a layer repaint
1031 https://bugs.webkit.org/show_bug.cgi?id=142384
1033 Reviewed by Zalan Bujtas.
1035 Test repaint with a clip-path change.
1037 * compositing/masks/compositing-clip-path-change-no-repaint-expected.txt: Added.
1038 * compositing/masks/compositing-clip-path-change-no-repaint.html: Added.
1040 2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1042 Unreviewed EFL gardening on 6th Mar.
1044 Skip tests regardening attachment download progress and unskip a passing test.
1046 * platform/efl/TestExpectations:
1048 2015-03-06 Sergio Villar Senin <svillar@igalia.com>
1050 [CSS Grid Layout] ASSERTION FAILED !track.growthLimitIsInfinite() in RenderGrid::computeUsedBreadthOfGridTracks
1051 https://bugs.webkit.org/show_bug.cgi?id=142265
1053 Reviewed by Darin Adler.
1055 New test that crashes on Debug builds if we don't handle the case
1056 of computeUsedBreadthOfGridTracks() returning -1.
1058 * fast/css-grid-layout/grid-indefinite-calculated-height-crash-expected.txt: Added.
1059 * fast/css-grid-layout/grid-indefinite-calculated-height-crash.html: Added.
1061 2015-03-05 Brent Fulgham <bfulgham@apple.com>
1063 [Win] Give up on Attachment testing.
1065 Just skip Attachments until they settle down. Also document more debug assertions.
1067 * platform/win/TestExpectations:
1069 2015-03-05 Oliver Hunt <oliver@apple.com>
1071 Block mixed mode content
1072 https://bugs.webkit.org/show_bug.cgi?id=142378
1074 Reviewed by Darin Adler.
1076 Update test results to reflect the new reality.
1078 * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
1079 * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
1080 * http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
1081 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
1082 * http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
1083 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
1084 * http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
1085 * http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
1086 * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
1087 * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
1088 * http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
1089 * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
1090 * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
1091 * http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt:
1092 * http/tests/security/mixedContent/resources/frame-with-insecure-frame.html:
1093 * http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
1094 * http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
1095 * http/tests/xmlhttprequest/access-control-response-with-body.html:
1097 2015-03-05 Benjamin Poulain <bpoulain@apple.com>
1099 new layout test http/tests/usercontentfilter/character-set-basic-support.html fails
1100 https://bugs.webkit.org/show_bug.cgi?id=142376
1102 * http/tests/contentextensions/character-set-basic-support-expected.txt: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support-expected.txt.
1103 * http/tests/contentextensions/character-set-basic-support.html: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.
1104 * http/tests/contentextensions/character-set-basic-support.html.json: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.json.
1105 * http/tests/contentextensions/resources: Copied from LayoutTests/http/tests/usercontentfilter/resources.
1106 * http/tests/usercontentfilter: Removed.
1107 * http/tests/usercontentfilter/character-set-basic-support-expected.txt: Removed.
1108 * http/tests/usercontentfilter/character-set-basic-support.html: Removed.
1109 * http/tests/usercontentfilter/character-set-basic-support.html.json: Removed.
1110 * http/tests/usercontentfilter/resources: Removed.
1111 * http/tests/usercontentfilter/resources/url-blocking-test.js: Removed.
1113 2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
1115 Unreviewed Test Fix: Remove unnecessary reference to "window" causing test failure.
1117 * js/object-literal-shorthand-construction-expected.txt:
1118 * js/script-tests/object-literal-shorthand-construction.js:
1120 2015-03-05 Stephanie Lewis <slewis@apple.com>
1122 Mark http/tests/usercontentfilter/character-set-basic-support.html as failing.
1123 https://bugs.webkit.org/show_bug.cgi?id=142376
1129 2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
1131 Web Inspector: Follow-up fixes to ObjectTreeBaseTreeElement
1132 https://bugs.webkit.org/show_bug.cgi?id=142367
1134 Reviewed by Geoffrey Garen.
1136 * js/object-literal-shorthand-construction-expected.txt: Added.
1137 * js/object-literal-shorthand-construction.html: Added.
1138 * js/script-tests/object-literal-shorthand-construction.js: Added.
1140 (testShorthandConstructionEquivalent):
1141 (testShorthandConstructionNotEquivalent):
1142 Tests specifically for new literal construction with shorthands.
1144 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
1145 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
1146 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
1147 These tests use object literal shorthand construction syntax and expected
1148 failures. The tests now fail differently, so just rebase their results.
1150 2015-03-05 Timothy Horton <timothy_horton@apple.com>
1152 <attachment> should allow the title property to override its title
1153 https://bugs.webkit.org/show_bug.cgi?id=142369
1155 Reviewed by Anders Carlsson.
1157 * fast/attachment/attachment-title.html: Added.
1158 * platform/mac/fast/attachment/attachment-title-expected.png: Added.
1159 * platform/mac/fast/attachment/attachment-title-expected.txt: Added.
1160 Add a test for the title property.
1162 2015-03-05 Timothy Horton <timothy_horton@apple.com>
1164 <attachment> should support indication of download progress
1165 https://bugs.webkit.org/show_bug.cgi?id=142336
1166 <rdar://problem/19982504>
1168 Reviewed by Anders Carlsson.
1170 * fast/attachment/attachment-progress.html: Added.
1171 * platform/mac/fast/attachment/attachment-progress-expected.png: Added.
1172 * platform/mac/fast/attachment/attachment-progress-expected.txt: Added.
1173 * platform/mac-mavericks/fast/attachment/attachment-progress-expected.txt: Added.
1174 Add a test for the <attachment> progress attribute.
1176 * platform/mac/fast/attachment/attachment-rendering-expected.png:
1177 Rebaseline a test that changed in r181058 (and will change again!), but
1178 which didn't start failing because the pixel test tolerance is such that
1179 it only fails the hash check and not the test itself.
1181 2015-03-05 Benjamin Poulain <bpoulain@apple.com>
1183 Add basic support for character sets to the URL Filter parser
1184 https://bugs.webkit.org/show_bug.cgi?id=142257
1186 Reviewed by Alex Christensen.
1188 * http/tests/usercontentfilter/character-set-basic-support-expected.txt: Added.
1189 * http/tests/usercontentfilter/character-set-basic-support.html: Added.
1190 * http/tests/usercontentfilter/character-set-basic-support.html.json: Added.
1191 * http/tests/usercontentfilter/resources/url-blocking-test.js: Added.
1193 2015-03-05 Chris Dumez <cdumez@apple.com>
1195 Regression(r173761): ASSERTION FAILED: !is8Bit() in StringImpl::characters16()
1196 https://bugs.webkit.org/show_bug.cgi?id=142350
1198 Reviewed by Michael Saboff and Benjamin Poulain.
1200 Update String.startsWith() / endsWith() test to cover cases where the
1201 input string is 8-bit and the pattern is 16-bit, and vice-versa.
1203 * js/script-tests/string-includes.js:
1204 * js/string-includes-expected.txt:
1206 2015-03-05 Roger Fong <roger_fong@apple.com>
1208 Update inline media control icons for OSX.
1209 https://bugs.webkit.org/show_bug.cgi?id=142305.
1210 <rdar://problem/19997484>
1212 Reviewed by Dean Jackson.
1214 * platform/mac/TestExpectations: Skip two failing tests caused by this patch.
1215 See https://bugs.webkit.org/show_bug.cgi?id=142142
1217 2015-03-05 Brent Fulgham <bfulgham@apple.com>
1219 [Win] Reneable aria 'switch' tests after r18078.
1221 Add a Windows rebaseline. Also document another batch of debug assertions.
1223 * platform/win/TestExpectations:
1224 * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added.
1225 * platform/win/fast/attachment/attachment-subtitle-expected.txt: Added.
1227 2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
1229 Test gardening after r181013
1233 * platform/mac/fast/text/trailing-word-expected.html: Renamed from LayoutTests/fast/text/trailing-word-expected.html.
1234 * platform/mac/fast/text/trailing-word.html: Renamed from LayoutTests/fast/text/trailing-word.html.
1236 2015-03-04 Joseph Pecoraro <pecoraro@apple.com>
1238 Web Inspector: Array/Collection Sizes should be visible and distinct
1239 https://bugs.webkit.org/show_bug.cgi?id=142254
1241 Reviewed by Timothy Hatcher.
1243 * inspector-protocol/runtime/getProperties-expected.txt:
1244 * inspector/model/remote-object-expected.txt:
1245 * inspector/model/remote-object.html:
1246 Update tests now that RemoteObjects and Previews may have an explicit size.
1248 2015-03-04 Timothy Horton <timothy_horton@apple.com>
1250 <attachment> should show the file size as detail text below the icon
1251 https://bugs.webkit.org/show_bug.cgi?id=142261
1252 <rdar://problem/20009570>
1254 Reviewed by Dean Jackson.
1256 * fast/attachment/attachment-subtitle.html: Added.
1257 * platform/mac/fast/attachment/attachment-subtitle-expected.png: Added.
1258 * platform/mac/fast/attachment/attachment-subtitle-expected.txt: Added.
1259 Add a test of the rendering of attachment subtitles, and results for Mac.
1261 * platform/mac-mavericks/fast/attachment/attachment-subtitle-expected.txt: Added.
1262 Add Mavericks baselines.
1264 2015-03-04 Alex Christensen <achristensen@webkit.org>
1266 Unreviewed gardening.
1268 * http/tests/contentextensions/basic-filter.html.hson: Removed.
1269 * http/tests/contentextensions/basic-filter.html.json: Copied from http/tests/contentextensions/basic-filter.html.hson.
1270 Spell json correctly. Does not start with h.
1272 2015-03-04 Alex Christensen <achristensen@webkit.org>
1274 Move content extensions test to properly named directory.
1275 https://bugs.webkit.org/show_bug.cgi?id=142299
1277 Reviewed by Tim Horton.
1280 * http/tests/contentextensions: Added.
1281 * http/tests/contentextensions/basic-filter-expected.txt: Copied from platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt.
1282 * http/tests/contentextensions/basic-filter.html: Copied from http/tests/usercontentfilter/basic-filter.html.
1283 * http/tests/contentextensions/basic-filter.html.hson: Copied from http/tests/usercontentfilter/basic-filter.html.json.
1284 * http/tests/contentextensions/block-cookies-basic-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-basic-expected.txt.
1285 * http/tests/contentextensions/block-cookies-basic.html: Copied from http/tests/usercontentfilter/block-cookies-basic.html.
1286 * http/tests/contentextensions/block-cookies-basic.html.json: Copied from http/tests/usercontentfilter/block-cookies-basic.html.json.
1287 * http/tests/contentextensions/block-cookies-send-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-send-expected.txt.
1288 * http/tests/contentextensions/block-cookies-send.html: Copied from http/tests/usercontentfilter/block-cookies-send.html.
1289 * http/tests/contentextensions/block-cookies-send.html.json: Copied from http/tests/usercontentfilter/block-cookies-send.html.json.
1290 * http/tests/contentextensions/css-display-none-expected.txt: Copied from http/tests/usercontentfilter/css-display-none-expected.txt.
1291 * http/tests/contentextensions/css-display-none.html: Copied from http/tests/usercontentfilter/css-display-none.html.
1292 * http/tests/contentextensions/css-display-none.html.json: Copied from http/tests/usercontentfilter/css-display-none.html.json.
1293 * http/tests/usercontentfilter/basic-filter.html: Removed.
1294 * http/tests/usercontentfilter/basic-filter.html.json: Removed.
1295 * http/tests/usercontentfilter/block-cookies-basic-expected.txt: Removed.
1296 * http/tests/usercontentfilter/block-cookies-basic.html: Removed.
1297 * http/tests/usercontentfilter/block-cookies-basic.html.json: Removed.
1298 * http/tests/usercontentfilter/block-cookies-send-expected.txt: Removed.
1299 * http/tests/usercontentfilter/block-cookies-send.html: Removed.
1300 * http/tests/usercontentfilter/block-cookies-send.html.json: Removed.
1301 * http/tests/usercontentfilter/css-display-none-expected.txt: Removed.
1302 * http/tests/usercontentfilter/css-display-none.html: Removed.
1303 * http/tests/usercontentfilter/css-display-none.html.json: Removed.
1304 * platform/mac-wk2/TestExpectations:
1305 * platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt: Removed.
1307 2015-03-04 Brent Fulgham <bfulgham@apple.com>
1309 [Win] Rebaseline a few tests. Mark some failures.
1311 * platform/win/TestExpectations:
1312 * platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
1313 * platform/win/js/dom/global-constructors-attributes-expected.txt:
1315 2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
1317 Implement -apple-trailing-word: -apple-partially-balanced
1318 https://bugs.webkit.org/show_bug.cgi?id=142253
1320 Reviewed by David Hyatt.
1322 * fast/text/trailing-word-expected.html: Added.
1323 * fast/text/trailing-word.html: Added.
1325 2015-03-04 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
1327 Unreviewed Gardening 4th March
1329 https://bugs.webkit.org/show_bug.cgi?id=142271
1331 * platform/gtk/TestExpectations:
1333 2015-03-03 Yoav Weiss <yoav@yoav.ws>
1335 Add a microtask abstraction
1336 https://bugs.webkit.org/show_bug.cgi?id=137496
1338 Reviewed by Sam Weinig.
1340 Adding a test for microtask abstraction.
1341 A similar patch was rolled back in r180914.
1343 * fast/dom/microtask-detach.html: Added.
1344 * fast/dom/microtask-detach-expected.txt: Added.
1345 * fast/dom/microtask-inorder.html: Added.
1346 * fast/dom/microtask-inorder-expected.txt: Added.
1347 * fast/dom/microtask-reverse.html: Added.
1348 * fast/dom/microtask-reverse-expected.txt: Added.
1350 2015-03-03 Simon Fraser <simon.fraser@apple.com>
1352 Mark fast/css/object-fit/object-fit-canvas.html as a flakey
1353 image failure, since it keeps breaking EWS.
1355 * platform/mac/TestExpectations:
1357 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1359 [Win] [Attachment] New Tests fail on Windows
1360 https://bugs.webkit.org/show_bug.cgi?id=142017
1362 Unreviewed. Rebaseline tests for Windows display metrics.
1364 * platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
1365 * platform/win/fast/attachment/attachment-rendering-expected.txt:
1367 2015-03-03 Stephanie Lewis <slewis@apple.com>
1369 Update TestExpectations after http://trac.webkit.org/changeset/180965 to skip new test on Mavericks.
1373 * platform/mac/TestExpectations:
1375 2015-03-03 Alexey Proskuryakov <ap@apple.com>
1377 [Mac] Track localized name follows locale instead of primary language
1378 https://bugs.webkit.org/show_bug.cgi?id=142242
1379 rdar://problem/20000365
1381 Reviewed by Eric Carlson.
1383 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: This
1384 test now successfully switches to Japanese, as originally intended.
1386 2015-03-03 Alex Christensen <achristensen@webkit.org>
1388 Prepare to use CSS selectors in content extensions.
1389 https://bugs.webkit.org/show_bug.cgi?id=142227
1391 Reviewed by Benjamin Poulain.
1393 * http/tests/usercontentfilter/css-display-none-expected.txt: Added.
1394 * http/tests/usercontentfilter/css-display-none.html: Added.
1395 * http/tests/usercontentfilter/css-display-none.html.json: Added.
1397 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1399 [Win] Add baseline for new legacy-event-handler test.
1401 * platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Added.
1403 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1405 <attachment> label can get very wide, doesn't wrap/truncate
1406 https://bugs.webkit.org/show_bug.cgi?id=142214
1407 <rdar://problem/19982499>
1409 * fast/attachment/attachment-label-highlight-expected.png: Added.
1410 * fast/attachment/attachment-label-highlight-expected.txt: Added.
1411 Add (empty) platform independent baselines.
1413 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1415 Move scroll animating functions from ScrollAnimator to ScrollController
1416 https://bugs.webkit.org/show_bug.cgi?id=142102
1417 <rdar://problem/20007161>
1419 Reviewed by Simon Fraser.
1421 Add a new test that confirms that rubberband snap animations work properly when combined
1424 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Added.
1425 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Added.
1427 2015-03-03 Commit Queue <commit-queue@webkit.org>
1429 Unreviewed, rolling out r180683.
1430 https://bugs.webkit.org/show_bug.cgi?id=142249
1432 Broke fast/css/acid2-pixel.html (Requested by ap on #webkit).
1436 "Setting any of the <object> element plugin controlling
1437 attributes does not have any affect."
1438 https://bugs.webkit.org/show_bug.cgi?id=141936
1439 http://trac.webkit.org/changeset/180683
1441 2015-03-03 Dean Jackson <dino@apple.com>
1443 Controls panel should have system blurry background
1444 https://bugs.webkit.org/show_bug.cgi?id=142154
1445 <rdar://problem/20000964>
1447 Reviewed by Simon Fraser.
1449 Make sure content with a -webkit-appearance of
1450 media-controls-light-bar-background or
1451 media-controls-dark-bar-background doesn't get composited
1452 unless explicitly requested. This avoids a
1453 performance hit for a rarely used feature.
1455 * compositing/media-controls-bar-appearance-expected.txt: Added.
1456 * compositing/media-controls-bar-appearance.html: Added.
1458 2015-03-03 Daniel Bates <dabates@apple.com>
1460 Convert ManualTests/svg-tooltip.svg to a DRT test
1461 https://bugs.webkit.org/show_bug.cgi?id=140480
1463 Reviewed by Alex Christensen.
1465 * svg/hittest/svg-tooltip-expected.txt: Added.
1466 * svg/hittest/svg-tooltip.svg: Added.
1468 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1470 <attachment> label can get very wide, doesn't wrap/truncate
1471 https://bugs.webkit.org/show_bug.cgi?id=142214
1472 <rdar://problem/19982499>
1474 * platform/mac-mavericks/fast/attachment: Added.
1475 * platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added.
1476 Add a Mavericks result because text metrics differ.
1478 2015-03-03 Darin Adler <darin@apple.com>
1480 Test legacy event handler attributes (ones with names like "onclick")
1481 https://bugs.webkit.org/show_bug.cgi?id=142221
1483 Reviewed by Anders Carlsson.
1485 * fast/dom/legacy-event-handler-attributes-expected.txt: Added.
1486 * fast/dom/legacy-event-handler-attributes.html: Added.
1488 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1490 <attachment> label can get very wide, doesn't wrap/truncate
1491 https://bugs.webkit.org/show_bug.cgi?id=142214
1492 <rdar://problem/19982499>
1494 Reviewed by Simon Fraser.
1496 * fast/attachment/attachment-label-highlight.html: Added.
1497 * platform/mac/fast/attachment/attachment-label-highlight-expected.png: Added.
1498 * platform/mac/fast/attachment/attachment-label-highlight-expected.txt: Added.
1499 Add a test for various <attachment> highlight cases.
1501 * platform/mac/fast/attachment/attachment-rendering-expected.txt:
1502 Update expected result for attachment-rendering, which changed size
1503 because we now bail from text layout if we don't have any text.
1505 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1507 [Win] Document more debug assertions.
1509 * platform/win/TestExpectations:
1511 2015-03-03 Chris Dumez <cdumez@apple.com>
1513 Make AudioContext suspendable when it is not rendering
1514 https://bugs.webkit.org/show_bug.cgi?id=142210
1515 <rdar://problem/19923085>
1517 Reviewed by Eric Carlson.
1519 Add layout tests to check cases where an AudioContext should or should
1520 not prevent pages from entering the page cache.
1522 * fast/history/page-cache-closed-audiocontext-expected.txt: Added.
1523 * fast/history/page-cache-closed-audiocontext.html: Added.
1524 * fast/history/page-cache-running-audiocontext-expected.txt: Added.
1525 * fast/history/page-cache-running-audiocontext.html: Added.
1526 * fast/history/page-cache-suspended-audiocontext-expected.txt: Added.
1527 * fast/history/page-cache-suspended-audiocontext.html: Added.
1529 2015-03-02 Mark Lam <mark.lam@apple.com>
1531 Gardening: skipping inspector/timeline tests since they are still flaky.
1532 <https://webkit.org/b/142208>
1537 - Restore skipping of inspector/timeline tests.
1538 * platform/win/TestExpectations:
1539 - Removing the skipping here since the general TestExpectations has it covered.
1541 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1543 [Win] inspector/timeline always times out.
1544 https://bugs.webkit.org/show_bug.cgi?id=142208
1546 * platform/win/TestExpectations: Skipping.)
1548 2015-03-02 Commit Queue <commit-queue@webkit.org>
1550 Unreviewed, rolling out r180911.
1551 https://bugs.webkit.org/show_bug.cgi?id=142204
1553 The tests it added are crashing (Requested by bdash on
1558 "Add a microtask abstraction"
1559 https://bugs.webkit.org/show_bug.cgi?id=137496
1560 http://trac.webkit.org/changeset/180911
1562 2015-03-02 Yoav Weiss <yoav@yoav.ws>
1564 Add a microtask abstraction
1565 https://bugs.webkit.org/show_bug.cgi?id=137496
1567 Reviewed by Sam Weinig.
1569 Adding a test for microtask abstraction.
1571 * fast/dom/microtask-detach.html: Added.
1572 * fast/dom/microtask-detach-expected.txt: Added.
1573 * fast/dom/microtask-inorder.html: Added.
1574 * fast/dom/microtask-inorder-expected.txt: Added.
1575 * fast/dom/microtask-reverse.html: Added.
1576 * fast/dom/microtask-reverse-expected.txt: Added.
1578 2015-03-02 Myles C. Maxfield <mmaxfield@apple.com>
1580 Last gardening after r177774
1584 * fast/text/font-kerning-expected.html:
1585 * fast/text/font-variant-ligatures-expected.html:
1586 * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
1587 * fast/text/whitespace/inline-whitespace-wrapping-7.html:
1588 * mathml/presentation/scripts-subsup-expected.html:
1589 * mathml/presentation/scripts-subsup.html:
1590 * platform/mac/TestExpectations:
1591 * platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
1592 * platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
1593 * platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
1594 * svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
1595 * svg/text/svg-font-word-rounding-hacks-spaces.html:
1596 * svg/text/tspan-outline-expected.svg:
1597 * svg/text/tspan-outline.html:
1599 2015-03-02 Mark Lam <mark.lam@apple.com>
1601 Exception stack unwinding in JSC hangs while the Timeline Profiler is enabled.
1602 <https://webkit.org/b/142191>
1604 Reviewed by Geoffrey Garen.
1606 * inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Added.
1607 * inspector/timeline/exception-in-injected-script-while-recording.html: Added.
1609 2015-03-02 Mark Lam <mark.lam@apple.com>
1611 The InspectorTimelineAgent should gracefully handle attempts to start more than once.
1612 <https://webkit.org/b/142189>
1614 Reviewed by Joseph Pecoraro.
1617 - Unskipped inspector/timeline tests.
1619 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1621 [Win] Skip media control test after r180893.
1623 * platform/win/TestExpectations:
1625 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1627 [Win] Document more debug assertions.
1629 * platform/win/TestExpectations:
1631 2015-02-28 Roger Fong <roger_fong@apple.com>
1633 Skip media control tests for now while new look is being finalized.
1634 https://bugs.webkit.org/show_bug.cgi?id=142138.
1636 Reviewed by Dean Jackson.
1638 * platform/mac/TestExpectations:
1640 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1642 [Win] Rebaseline canvas-ellipse-zero-lineto test.
1644 Rebaseline this test since this is due to differences in the drawing libraries used on the
1645 Windows and reference Mac platforms, and is not due to a bug in WebKit itself.
1647 * platform/win/TestExpectations:
1648 * platform/win/fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
1650 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1652 [Win] Document more debug assertions.
1654 * platform/win/TestExpectations:
1656 2015-03-02 Alexey Proskuryakov <ap@apple.com>
1658 Fix a typo in TestExpectations.
1660 * platform/mac/TestExpectations: Faiure - > Failure.
1662 2015-03-02 Alexey Proskuryakov <ap@apple.com>
1664 js/promises-tests/promises-tests-2-1-2.html sometimes times out
1665 https://bugs.webkit.org/show_bug.cgi?id=142175
1667 * TestExpectations: Marking as flaky.
1669 2015-03-01 Simon Fraser <simon.fraser@apple.com>
1671 Make clip-path work on <video>, <canvas> etc.
1672 https://bugs.webkit.org/show_bug.cgi?id=138684
1674 Reviewed by Darin Adler.
1676 Tests for various combinations of clip-path and mask, and dynamic changes
1679 * compositing/masks/compositing-clip-path-and-mask-expected.html: Added.
1680 * compositing/masks/compositing-clip-path-and-mask.html: Added.
1681 * compositing/masks/compositing-clip-path-expected.html: Added.
1682 * compositing/masks/compositing-clip-path-mask-change-expected.html: Added.
1683 * compositing/masks/compositing-clip-path-mask-change.html: Added.
1684 * compositing/masks/compositing-clip-path.html: Added.
1685 * compositing/masks/reference-clip-path-on-composited-expected.html: Added.
1686 * compositing/masks/reference-clip-path-on-composited.html: Added.
1688 2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1690 Unreviewed EFL gardening. Mark crash tests of webgl to CRASH.
1691 WebGL isn't supported by EFL port now.
1693 * platform/efl/TestExpectations:
1695 2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1697 Unreviewed EFL gardening on 2nd March.
1699 Mark css3 shape tests to flaky. Unskip passing tests and so on.
1701 * platform/efl/TestExpectations:
1704 2015-03-01 Chris Dumez <cdumez@apple.com>
1706 Make NotificationCenter / Notification suspendable
1707 https://bugs.webkit.org/show_bug.cgi?id=142117
1708 <rdar://problem/19923085>
1710 Reviewed by Andreas Kling.
1712 Add layout tests to cover cases where notifications should prevent
1713 entering the PageCache or not.
1715 * fast/history/page-cache-notification-non-suspendable-expected.txt: Added.
1716 * fast/history/page-cache-notification-non-suspendable.html: Added.
1717 * fast/history/page-cache-notification-suspendable-expected.txt: Added.
1718 * fast/history/page-cache-notification-suspendable.html: Added.
1719 * platform/efl/TestExpectations:
1720 * platform/gtk/TestExpectations:
1721 * platform/ios-simulator/TestExpectations:
1722 * platform/win/TestExpectations:
1723 * platform/wincairo/TestExpectations:
1725 2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
1727 EFL, GTK+, and Windows rebaselines after r180867.
1729 * platform/efl/TestExpectations:
1730 * platform/efl/editing/execCommand/5142012-1-expected.txt:
1731 * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
1732 * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
1733 * platform/gtk/editing/execCommand/5142012-1-expected.txt:
1734 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
1735 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
1736 * platform/gtk/editing/pasteboard/4989774-expected.txt:
1737 * platform/win/editing/execCommand/5142012-1-expected.txt:
1738 * platform/win/editing/execCommand/nsresponder-outdent-expected.txt:
1739 * platform/win/editing/inserting/insert-at-end-02-expected.txt:
1741 2015-03-01 Alexey Proskuryakov <ap@apple.com>
1743 media/track/track-in-band-cues-added-once.html flakily fails
1744 https://bugs.webkit.org/show_bug.cgi?id=142152
1746 * platform/mac/TestExpectations: Marked it as such.
1748 2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
1750 isContentEditable shouldn't trigger synchronous style recalc in most cases
1751 https://bugs.webkit.org/show_bug.cgi?id=129034
1753 Reviewed by Antti Koivisto.
1755 Added a regression test to update the editability of elements dynamically. Also rebaselined
1756 tests per style recalc timing changes.
1758 * fast/dom/HTMLElement/dynamic-editability-change-expected.txt: Added.
1759 * fast/dom/HTMLElement/dynamic-editability-change.html: Added.
1760 * platform/mac/editing/execCommand/5142012-1-expected.txt: anonymous render block differences.
1761 * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: Ditto.
1762 * platform/mac/editing/inserting/insert-at-end-02-expected.txt: Empty render text differences.
1763 * platform/mac/editing/pasteboard/4989774-expected.txt: Ditto.
1765 2015-03-01 Brent Fulgham <bfulgham@apple.com>
1767 [Win] Document some more debug assertions.
1769 * platform/win/TestExpectations:
1771 2015-02-28 Csaba Osztrogonác <ossy@webkit.org>
1773 REGRESSION(r85798): Lists of crashing/timeouting/stderr tests aren't sorted
1774 https://bugs.webkit.org/show_bug.cgi?id=142081
1776 Reviewed by Ryosuke Niwa.
1778 * fast/harness/results.html:
1780 2015-02-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1782 Unreviewed EFL gardening 1st Mar.
1784 * platform/efl/TestExpectations:
1785 - Unskip tests which have been passed since r180672.
1786 - Skip compositing/webgl.
1788 2015-02-27 Zalan Bujtas <zalan@apple.com>
1790 Subpixel-layout: width: max-content; property might cause unnecessary scrollbar.
1791 https://bugs.webkit.org/show_bug.cgi?id=142065
1793 Reviewed by Simon Fraser.
1795 Rebaseline. Scroll layer shrinks in certain cases.
1797 * platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
1798 * platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
1799 * platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
1800 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
1801 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
1802 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt:
1803 * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
1804 * platform/mac/TestExpectations:
1805 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
1806 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
1807 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1808 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
1809 * platform/mac/fast/forms/minWidthPercent-expected.txt:
1810 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
1811 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
1813 2015-02-27 David Kilzer <ddkilzer@apple.com>
1815 [iOS] Gardening: rebaseline fast/attachment results
1817 * platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
1818 * platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
1819 * platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
1820 * platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
1822 2015-02-27 David Kilzer <ddkilzer@apple.com>
1824 [iOS] Gardening: Unskip fast/history/page-cache-webdatabase-opened-db.html
1826 * platform/ios-simulator/TestExpectations: Unskip test. It
1827 passes on iOS WK1 and WK2 because WebSQL != IndexedDB.
1829 2015-02-27 David Kilzer <ddkilzer@apple.com>
1831 [iOS] Gardening: Skip some new page-cache tests
1833 * platform/ios-simulator/TestExpectations:
1834 - Skip MediaSource tests:
1835 fast/history/page-cache-media-source-closed-2.html
1836 fast/history/page-cache-media-source-closed.html
1837 fast/history/page-cache-media-source-opened.html
1838 - Skip test that uses drag-and-drop:
1839 fast/history/page-cache-createObjectURL.html
1841 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1843 Test gardening for Windows after r180796.
1847 * platform/win/TestExpectations:
1849 2015-02-27 Dean Jackson <dino@apple.com>
1851 https://bugs.webkit.org/show_bug.cgi?id=142119
1853 Unreviewed. Add fast/canvas/canvas-ellipse-zero-lineto.html
1854 to list of failing tests on Windows.
1856 * platform/win/TestExpectations:
1858 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1860 Updating more tests after r177774
1864 Most of these tests simply need to be updated. However, I found two real bugs while
1865 going through these!
1867 * fast/css-generated-content/after-with-inline-continuation-expected.html:
1868 * fast/css-generated-content/after-with-inline-continuation.html:
1869 * fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
1870 * fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
1871 * fast/inline/hidpi-select-inline-on-subpixel-position.html:
1872 * fast/lists/rtl-marker-expected.html:
1873 * fast/lists/rtl-marker.html:
1874 * fast/multicol/cell-shrinkback-expected.html:
1875 * fast/multicol/cell-shrinkback.html:
1876 * fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
1877 * fast/multicol/newmulticol/breaks-3-columns-3.html:
1878 * fast/regions/last-region-border-radius-expected.html:
1879 * fast/regions/last-region-border-radius.html:
1880 * fast/regions/overflow/overflow-first-and-last-regions.html:
1881 * fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
1882 * fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
1883 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
1884 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
1885 * fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
1886 * fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
1887 * fast/table/td-width-fifty-percent-regression-expected.html:
1888 * fast/table/td-width-fifty-percent-regression.html:
1889 * fast/text/complex-initial-advance-expected.html:
1890 * fast/text/complex-initial-advance.html:
1891 * platform/mac/TestExpectations:
1893 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1895 [Subpixel] Subpixelize RenderListMarker
1896 https://bugs.webkit.org/show_bug.cgi?id=142093
1898 Reviewed by Zalan Bujtas.
1900 * platform/mac/TestExpectations: Unskip fast/lists/rtl-marker.html
1902 2015-02-27 Alexey Proskuryakov <ap@apple.com>
1904 Test gardening, unmark now passing tests.
1907 * platform/mac-wk2/TestExpectations:
1908 * platform/mac/TestExpectations:
1910 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1912 [iOS] Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
1913 https://bugs.webkit.org/show_bug.cgi?id=141371
1915 Reviewed by David Kilzer.
1917 Updating expected results and TestExpectations
1919 * platform/ios-simulator-wk2/TestExpectations:
1920 * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
1921 * platform/ios-simulator/mathml/opentype/large-operators-expected.txt:
1922 * platform/ios-simulator/mathml/opentype/vertical-expected.txt:
1924 2015-02-27 Chris Dumez <cdumez@apple.com>
1926 Make SourceBuffer ActiveDOMObject suspendable
1927 https://bugs.webkit.org/show_bug.cgi?id=142108
1928 <rdar://problem/19923085>
1930 Reviewed by Jer Noble.
1932 Add a layout tests to check that a SourceBuffer removed from its
1933 MediaSource does not prevent a Page from entering PageCache.
1935 * fast/history/page-cache-removed-source-buffer-expected.txt: Added.
1936 * fast/history/page-cache-removed-source-buffer.html: Added.
1938 2015-02-26 Sam Weinig <sam@webkit.org>
1940 Add support for canvas ellipse method
1941 https://bugs.webkit.org/show_bug.cgi?id=82791
1942 <rdar://problem/11159172>
1944 Reviewed by Dirk Schulze.
1946 * fast/canvas/canvas-ellipse-360-winding-expected.txt: Added.
1947 * fast/canvas/canvas-ellipse-360-winding.html: Added.
1948 * fast/canvas/canvas-ellipse-circumference-expected.txt: Added.
1949 * fast/canvas/canvas-ellipse-circumference-fill-expected.txt: Added.
1950 * fast/canvas/canvas-ellipse-circumference-fill.html: Added.
1951 * fast/canvas/canvas-ellipse-circumference.html: Added.
1952 * fast/canvas/canvas-ellipse-connecting-line-expected.html: Added.
1953 * fast/canvas/canvas-ellipse-connecting-line.html: Added.
1954 * fast/canvas/canvas-ellipse-expected.txt: Added.
1955 * fast/canvas/canvas-ellipse-negative-radius-expected.txt: Added.
1956 * fast/canvas/canvas-ellipse-negative-radius.html: Added.
1957 * fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
1958 * fast/canvas/canvas-ellipse-zero-lineto.html: Added.
1959 * fast/canvas/canvas-ellipse.html: Added.
1960 * fast/canvas/script-tests/canvas-ellipse-360-winding.js: Added.
1961 * fast/canvas/script-tests/canvas-ellipse.js: Added.
1962 * fast/canvas/script-tests/js-ellipse-implementation.js: Added.
1963 * platform/mac/fast/canvas/canvas-ellipse-circumference-expected.png: Added.
1964 * platform/mac/fast/canvas/canvas-ellipse-circumference-fill-expected.png: Added.
1966 2015-02-27 Alex Christensen <achristensen@webkit.org>
1968 Test more features of content extensions.
1969 https://bugs.webkit.org/show_bug.cgi?id=142100
1971 Reviewed by Brady Eidson.
1973 * http/tests/usercontentfilter/basic-filter.html:
1974 * http/tests/usercontentfilter/basic-filter.html.json:
1975 * platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt:
1977 2015-02-27 Alexey Proskuryakov <ap@apple.com>
1979 Some WebGL tests fail on ATI hardware
1980 https://bugs.webkit.org/show_bug.cgi?id=93560
1981 rdar://problem/19991477
1983 * platform/mac/TestExpectations: Updating expectations, as this is not limited to
1986 2015-02-27 Enrica Casucci <enrica@apple.com>
1988 Adding support for serializing HTMLAttachment elements.
1989 https://bugs.webkit.org/show_bug.cgi?id=142026
1991 Reviewed by Tim Horton.
1993 * editing/pasteboard/copy-paste-attachment-expected.txt: Added.
1994 * editing/pasteboard/copy-paste-attachment.html: Added.
1996 2015-02-27 Brady Eidson <beidson@apple.com>
1998 Add a "block-cookies" rule to the user content filter.
1999 https://bugs.webkit.org/show_bug.cgi?id=142105
2001 Reviewed by Alex Christensen.
2003 * http/tests/cookies/resources/echo-cookies.php: Added.
2004 * http/tests/usercontentfilter/block-cookies-basic-expected.txt: Added.
2005 * http/tests/usercontentfilter/block-cookies-basic.html: Added.
2006 * http/tests/usercontentfilter/block-cookies-basic.html.json: Added.
2007 * http/tests/usercontentfilter/block-cookies-send-expected.txt: Added.
2008 * http/tests/usercontentfilter/block-cookies-send.html: Added.
2009 * http/tests/usercontentfilter/block-cookies-send.html.json: Added.
2011 2015-02-27 Ryosuke Niwa <rniwa@webkit.org>
2013 iOS, GTK, and EFL rebaselines after r180726.
2015 * platform/efl/editing/inserting/5058163-1-expected.txt:
2016 * platform/gtk/editing/inserting/5058163-1-expected.txt:
2017 * platform/ios-simulator-wk2/editing/inserting/5058163-1-expected.txt:
2019 2015-02-27 Chris Dumez <cdumez@apple.com>
2021 Unreviewed, skip tests added in r180771 on platforms that don't support IndexedDB.
2023 * platform/efl/TestExpectations:
2024 * platform/gtk/TestExpectations:
2025 * platform/ios-simulator/TestExpectations:
2026 * platform/win/TestExpectations:
2027 * platform/wincairo/TestExpectations:
2029 2015-02-27 Brent Fulgham <bfulgham@apple.com>
2031 [Win] Skip IndexDB tests on Windows since it's not implemented.
2033 * platform/win/TestExpectations:
2035 2015-02-27 Chris Dumez <cdumez@apple.com>
2037 MediaSource should be suspendable when closed
2038 https://bugs.webkit.org/show_bug.cgi?id=142089
2039 <rdar://problem/19923085>
2041 Reviewed by Jer Noble.
2043 Add layout tests to check that:
2044 - Pages with an open MediaSource do not enter the PageCache
2045 - Pages with an initially closed MediaSource enter the PageCache
2046 - Pages with a MediaSource that changed state from opened to closed
2047 enter the PageCache.
2049 2015-02-27 Chris Dumez <cdumez@apple.com>
2051 Make IDBDatabase / IDBRequest suspendable
2052 https://bugs.webkit.org/show_bug.cgi?id=142076
2053 <rdar://problem/19923085>
2055 Reviewed by Andreas Kling.
2057 Add layout tests to make sure that:
2058 - A page with an open indexeddb database is not page-cacheable
2059 - A page with a closed indexeddb database is page-cacheable
2061 * fast/history/page-cache-indexed-closed-db-expected.txt: Added.
2062 * fast/history/page-cache-indexed-closed-db.html: Added.
2063 * fast/history/page-cache-indexed-opened-db-expected.txt: Added.
2064 * fast/history/page-cache-indexed-opened-db.html: Added.
2066 2015-02-27 Chris Dumez <cdumez@apple.com>
2068 Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame()
2069 https://bugs.webkit.org/show_bug.cgi?id=142052
2071 Reviewed by Andreas Kling.
2073 Add a layout test to check that a page with an open WebDatabase does
2074 not enter the PageCache.
2076 * fast/history/page-cache-webdatabase-opened-db-expected.txt: Added.
2077 * fast/history/page-cache-webdatabase-opened-db.html: Added.
2079 2015-02-27 Zalan Bujtas <zalan@apple.com>
2081 Use after free in WebCore::RenderNamedFlowFragment::restoreRegionObjectsOriginalStyle
2082 https://bugs.webkit.org/show_bug.cgi?id=138366
2084 Reviewed by Dave Hyatt.
2086 This patch ensures that we clean up RenderNamedFlowFragment::m_renderObjectRegionStyle when embedded flow content is getting destroyed.
2088 In m_renderObjectRegionStyle hash map, we store style information about the named flow's descendant children.
2089 When a child is being detached from the tree, it removes itself from this hashmap.
2090 We do it by traversing up on the ancestor chain and call removeFlowChildInfo() on the parent flow.
2091 However in case of embedded flows (for example multicolumn content inside a region), we need to check whether the parent flow
2092 is inside a flow too and continue the cleanup accordingly.
2094 * fast/regions/region-with-multicolumn-embedded-crash-expected.txt: Added.
2095 * fast/regions/region-with-multicolumn-embedded-crash.html: Added.
2097 2015-02-27 Brent Fulgham <bfulgham@apple.com>
2099 [Win] Add another batch of debug assert failures.
2101 * platform/win/TestExpectations:
2103 2015-02-27 Brent Fulgham <bfulgham@apple.com>
2105 [Win] Rebaseline test after r180726.
2107 * platform/win/TestExpectations: Mark a flaky test.
2108 * platform/win/editing/inserting/5058163-1-expected.txt:
2110 2015-02-26 Ryosuke Niwa <rniwa@webkit.org>
2112 isEditablePosition and related functions shouldn't move position out of table
2113 https://bugs.webkit.org/show_bug.cgi?id=129200
2115 Reviewed by Darin Adler.
2117 Rebaselined a test. There is no visual difference.
2119 * platform/mac/editing/inserting/5058163-1-expected.txt:
2121 2015-02-26 Brent Fulgham <bfulgham@apple.com>
2123 [Win] More test expectation updates.
2125 * platform/win/TestExpectations:
2127 2015-02-26 Timothy Horton <timothy_horton@apple.com>
2129 Implement <attachment> element appearance on Mac
2130 https://bugs.webkit.org/show_bug.cgi?id=142023
2132 Reviewed by Dean Jackson.
2134 * fast/attachment/attachment-rendering-expected.txt:
2135 * platform/mac/fast/attachment/attachment-disabled-rendering-expected.png: Added.
2136 * platform/mac/fast/attachment/attachment-rendering-expected.png: Added.
2137 * platform/mac/fast/attachment/attachment-rendering-expected.txt: Added.
2138 Add Mac overrides for <attachment> tests (and pixel results).
2140 2015-02-26 Doug Russell <d_russell@apple.com>
2142 AX: Expose caret browsing preference to accessibility API
2143 https://bugs.webkit.org/show_bug.cgi?id=141862
2145 Reviewed by Chris Fleizach.
2147 Exposing the caret browsing setting on WebCore::Frame via the accessibility API would allow assistive tech apps to enable it contextually (for example, when the assistive tech app is running).
2148 Enabling caret browsing when assistive tech apps are running greatly improves the reliability of keyboard navigation on the web. Most especially in cases where selection would be disrupted by focus events.
2150 * accessibility/parent-delete-expected.txt:
2151 * platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt: Added.
2152 * platform/mac/accessibility/caret-browsing-arrow-nav.html: Added.
2153 * platform/mac/accessibility/caret-browsing-attribute-expected.txt: Added.
2154 * platform/mac/accessibility/caret-browsing-attribute.html: Added.
2155 * platform/mac/accessibility/caret-browsing-tab-selection-expected.txt: Added.
2156 * platform/mac/accessibility/caret-browsing-tab-selection.html: Added.
2157 * platform/mac/accessibility/document-attributes-expected.txt:
2158 * platform/mac/accessibility/resources/accessibility-helper.js: Added.
2159 (clearSelectionAndFocusOnWebArea):
2160 (elementAtStartMarkerOfSelectedTextMarkerRange):
2161 (caretBrowsingEnabled):
2162 (setCaretBrowsingEnabled):
2164 2015-02-26 Joseph Pecoraro <pecoraro@apple.com>
2166 Web Inspector: Save Console Evaluations into Command Line variables $1-$99 ($n)
2167 https://bugs.webkit.org/show_bug.cgi?id=142061
2169 Reviewed by Timothy Hatcher.
2171 * inspector/debugger/command-line-api-exception-nested-catch.html:
2172 * inspector/debugger/command-line-api-exception.html:
2173 * inspector/model/remote-object-get-properties.html:
2174 * inspector/model/remote-object-weak-collection.html:
2175 * inspector/model/remote-object.html:
2176 Update evaluateInInspectedWindow call sites for new parameter.
2178 2015-02-26 Brent Fulgham <bfulgham@apple.com>
2180 [Win] More Debug assertion updates.
2182 * platform/win/TestExpectations:
2184 2015-02-26 Filip Pizlo <fpizlo@apple.com>
2186 Various array access corner cases should take OSR exit feedback
2187 https://bugs.webkit.org/show_bug.cgi?id=142056
2189 Reviewed by Geoffrey Garen.
2191 * js/regress/arguments-out-of-bounds-expected.txt: Added.
2192 * js/regress/arguments-out-of-bounds.html: Added.
2193 * js/regress/exit-length-on-plain-object-expected.txt: Added.
2194 * js/regress/exit-length-on-plain-object.html: Added.
2195 * js/regress/script-tests/arguments-out-of-bounds.js: Added.
2198 * js/regress/script-tests/exit-length-on-plain-object.js: Added.
2200 * js/regress/script-tests/string-out-of-bounds.js: Added.
2202 * js/regress/string-out-of-bounds-expected.txt: Added.
2203 * js/regress/string-out-of-bounds.html: Added.
2205 2015-02-26 Mark Lam <mark.lam@apple.com>
2207 Rolling out r180602, r180608, r180613, r180617, r180671.
2208 <https://webkit.org/b/141990>
2212 The r180602 solution does result in more work for GC when worker
2213 threads are in use. Filip is uncomfortable with that.
2214 The EFL and GTK ports also seem to be unhappy with this change.
2215 Rolling out while we investigate.
2217 * platform/efl/TestExpectations:
2219 2015-02-26 Myles C. Maxfield <mmaxfield@apple.com>
2221 Parsing support for -webkit-trailing-word
2222 https://bugs.webkit.org/show_bug.cgi?id=141939
2224 Reviewed by Andreas Kling.
2226 Test parsing using getComputedStyle().
2228 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
2229 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
2230 * platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
2231 * platform/mac/fast/text/trailing-word-parse.html: Added.
2233 2015-02-26 Brady Eidson <beidson@apple.com>
2235 Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters
2236 https://bugs.webkit.org/show_bug.cgi?id=142047
2238 Reviewed by Geoff Garen.
2240 * platform/mac-wk2/TestExpectations: Renable content filter tests, as they should no longer interfere with others.
2242 2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
2244 Cleanup RenderSVGResourceClipper class.
2245 https://bugs.webkit.org/show_bug.cgi?id=142032.
2247 Reviewed by Darin Adler.
2249 * svg/clip-path/clip-path-line-use-before-defined-expected.svg:
2250 * svg/clip-path/clip-path-line-use-before-defined.svg: Simplify the test
2251 and make separate drawings for different cases.
2253 2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
2255 Setting any of the <object> element plugin controlling attributes does not have any affect.
2256 https://bugs.webkit.org/show_bug.cgi?id=141936.
2258 Reviewed by Zalan Bujtas.
2260 * svg/as-object/resources/lime100x100.html: Added.
2261 * svg/as-object/resources/lime100x100.png: Added.
2262 * svg/as-object/resources/lime100x100.svg: Added.
2263 * svg/as-object/resources/red100x100.svg: Added.
2264 * svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
2265 * svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
2266 Ensure that changing the 'type' and the 'data' attributes of the <object>
2267 element will have the expected outcome. Also make sure that the <object>
2268 element renderer falls back correctly when setting any of the attributes
2269 to some unexpected value.
2271 2015-02-26 Brent Fulgham <bfulgham@apple.com>
2273 [Win] Unreviewed test updates for Debug bots.
2275 * platform/win/TestExpectations:
2277 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2279 [WK2] Unreviewed gardening, skip failing tests related to missing
2280 EventSender.beginDragWithFiles implementation in wk2/TestExpectations.
2282 There is no good reason to wait for 30 seconds timeout, let's skip them everywhere.
2284 * platform/efl/TestExpectations:
2285 * platform/gtk/TestExpectations:
2286 * platform/mac-wk2/TestExpectations:
2287 * platform/wk2/TestExpectations:
2289 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2291 [EFL] Unreviewed gardening, skip fast/workers tests to unbreak the buildbot.
2292 https://bugs.webkit.org/show_bug.cgi?id=142041
2294 * platform/efl/TestExpectations:
2296 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2298 [EFL] Unreviewed gardening, comment out old expectations
2299 of WebGL tests to really skip them as we expected.
2301 * platform/efl/TestExpectations:
2303 2015-02-26 Sergio Villar Senin <svillar@igalia.com>
2305 ASSERTION FAILED: !length.isUndefined() in WebCore::GridLength::GridLength
2306 https://bugs.webkit.org/show_bug.cgi?id=141645
2308 Reviewed by Chris Dumez.
2310 * fast/css-grid-layout/grid-with-relative-font-length-crash-expected.txt: Added.
2311 * fast/css-grid-layout/grid-with-relative-font-length-crash.html: Added.
2313 2015-02-25 Zalan Bujtas <zalan@apple.com>
2315 Black line across screen on Adobe Illustrator detail page (non-retina only)
2316 https://bugs.webkit.org/show_bug.cgi?id=141866
2318 Reviewed by Simon Fraser.
2320 Phase is relative to the destination origin. We need to take location information into account
2321 while snapping so that the result is inline with the snapped destination rect.
2322 (location affects the snapped size.)
2324 * fast/backgrounds/gradient-background-on-subpixel-position-expected.html: Added.
2325 * fast/backgrounds/gradient-background-on-subpixel-position.html: Added.
2327 2015-02-25 Michael Saboff <msaboff@apple.com>
2329 Web Inspector: CRASH when debugger pauses inside a Promise handler
2330 https://bugs.webkit.org/show_bug.cgi?id=141396
2332 Reviewed by Mark Lam.
2336 * inspector/debugger/breakpoint-scope-expected.txt: Added.
2337 * inspector/debugger/breakpoint-scope.html: Added.
2338 * inspector/debugger/resources/scope.js: Added.
2340 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2342 [Win] Make Windows green again after r180654.
2344 * platform/win/TestExpectations:
2346 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2348 Update fast/regions/region-overflow-break.html after r177774
2352 * fast/regions/region-overflow-break-expected.html:
2353 * platform/mac/TestExpectations:
2355 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2357 Update 3 more tests after r177774
2361 * fast/multicol/newmulticol/spanner-table-expected.html:
2362 * fast/multicol/newmulticol/spanner-table.html:
2363 * fast/regions/scrolling/wheel-scroll-abspos-expected.html:
2364 * fast/regions/scrolling/wheel-scroll-expected.html:
2365 * platform/mac/TestExpectations:
2367 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2369 Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
2373 * css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
2374 * css3/flexbox/csswg/flexbox_direction-row-reverse.html:
2375 * platform/mac/TestExpectations:
2377 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2379 [Win] Skip timing-out test after r180646.
2381 * platform/win/TestExpectations:
2383 2015-02-25 Chris Dumez <cdumez@apple.com>
2385 Make PublicURLManager suspendable
2386 https://bugs.webkit.org/show_bug.cgi?id=141977
2387 <rdar://problem/19923085>
2389 Reviewed by Andreas Kling.
2391 Add a layout test to check that a page using URL.createObjectURL() API
2392 can enter the PageCache.
2394 * fast/history/page-cache-createObjectURL-expected.txt: Added.
2395 * fast/history/page-cache-createObjectURL.html: Added.
2397 * platform/wk2/TestExpectations:
2398 The new test is skipped on WK2 because WKTR does not support
2399 eventSender.beginDragWithFiles().
2401 2015-02-25 Said Abou-Hallawa <sabouhallawa@apple.com>
2403 Horizontal and vertical lines are clipped completely if clip-path is included in the tag but the referenced element is defined later.
2404 https://bugs.webkit.org/show_bug.cgi?id=141776.
2406 Reviewed by Dean Jackson.
2408 New test cases for SVG lines which are clipped to a <clipPath>. The <clipPath>
2409 is referenced before it is defined.
2411 * svg/clip-path/clip-path-line-use-before-defined-expected.svg: Added.
2412 * svg/clip-path/clip-path-line-use-before-defined.svg: Added.
2414 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2420 Getting the bots green after r180633 until Brady fixes the underlying issue.
2422 * platform/mac-wk2/TestExpectations:
2424 2015-02-25 Brady Eidson <beidson@apple.com>
2426 Layout test support for user content filters
2427 https://bugs.webkit.org/show_bug.cgi?id=142018
2429 Reviewed by Tim Horton.
2432 * http/tests/usercontentfilter/basic-filter.html: Added.
2433 * http/tests/usercontentfilter/basic-filter.html.json: Added.
2434 * platform/mac-wk2/TestExpectations:
2436 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2438 [Win] Skip new <attachment> test since it's not working on Windows.
2440 * platform/win/TestExpectations:
2442 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2444 [Win] Skip ARIA 1.1 tests for unsupported feature.
2446 * platform/win/TestExpectations:
2448 2015-02-25 Sergio Villar Senin <svillar@igalia.com>
2450 [CSS Grid Layout] Tracks growing beyond limits when they should not
2451 https://bugs.webkit.org/show_bug.cgi?id=140883
2453 Reviewed by Darin Adler.
2455 * fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
2456 * fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2458 2015-02-25 Joanmarie Diggs <jdiggs@igalia.com>
2460 AX: Implement support for ARIA 1.1 'searchbox' role
2461 https://bugs.webkit.org/show_bug.cgi?id=142004
2463 Reviewed by Chris Fleizach.
2465 * accessibility/roles-computedRoleString-expected.txt: Updated for new role.
2466 * accessibility/roles-computedRoleString.html: Updated for new role.
2467 * accessibility/roles-exposed.html: New test case added.
2468 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test case.
2469 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test case.
2470 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test case.
2471 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test case.
2473 2015-02-24 Alexey Proskuryakov <ap@apple.com>
2475 Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement.
2477 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
2478 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2480 2015-02-24 Commit Queue <commit-queue@webkit.org>
2482 Unreviewed, rolling out r180599.
2483 https://bugs.webkit.org/show_bug.cgi?id=141998
2485 Lots of new test failures (Requested by smfr on #webkit).
2489 "Parsing support for -webkit-trailing-word"
2490 https://bugs.webkit.org/show_bug.cgi?id=141939
2491 http://trac.webkit.org/changeset/180599
2493 2015-02-24 Sam Weinig <sam@webkit.org>
2495 [Attachment] Give <attachment> elements an underlying File
2496 https://bugs.webkit.org/show_bug.cgi?id=141993
2498 Reviewed by Tim Horton.
2500 Update attachment-dom.html to test setting and getting the
2503 * fast/attachment/attachment-dom-expected.txt:
2504 * fast/attachment/attachment-dom.html:
2505 * fast/attachment/resources: Added.
2506 * fast/attachment/resources/test-file.txt: Added.
2508 2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
2510 AX: Implement support for ARIA 1.1 'switch' role
2511 https://bugs.webkit.org/show_bug.cgi?id=141986
2513 Reviewed by Chris Fleizach.
2515 * accessibility/aria-switch-checked-expected.txt: Added.
2516 * accessibility/aria-switch-checked.html: Added.
2517 * accessibility/aria-switch-sends-notification-expected.txt: Added.
2518 * accessibility/aria-switch-sends-notification.html: Added.
2519 * accessibility/aria-switch-text.html: Added.
2520 * accessibility/roles-exposed.html: Added a test case for the new role.
2521 * platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
2522 * platform/efl/accessibility/aria-switch-text-expected.txt: Added.
2523 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for the new role.
2524 * platform/gtk/accessibility/aria-fallback-roles-expected.txt: Added.
2525 * platform/gtk/accessibility/aria-switch-text-expected.txt: Added.
2526 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for the new role.
2527 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for the new role.
2528 * platform/mac/TestExpectations: Skip the 'checked' notifcation as the Mac doesn't have it.
2529 * platform/mac/accessibility/aria-switch-text-expected.txt: Added.
2530 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for the new role.
2532 2015-02-24 Myles C. Maxfield <mmaxfield@apple.com>
2534 Parsing support for -webkit-trailing-word
2535 https://bugs.webkit.org/show_bug.cgi?id=141939
2537 Reviewed by Andreas Kling.
2539 Test parsing using getComputedStyle().
2541 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
2542 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
2543 * platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
2544 * platform/mac/fast/text/trailing-word-parse.html: Added.
2546 2015-02-24 Joseph Pecoraro <pecoraro@apple.com>
2548 Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent
2549 https://bugs.webkit.org/show_bug.cgi?id=141587
2551 Reviewed by Timothy Hatcher.
2553 * inspector/model/remote-object-get-properties-expected.txt:
2554 * inspector/model/remote-object-get-properties.html:
2556 2015-02-24 Yusuke Suzuki <utatane.tea@gmail.com>
2558 Constructor returning null should construct an object instead of null
2559 https://bugs.webkit.org/show_bug.cgi?id=141640
2561 Reviewed by Filip Pizlo.
2563 Follow the old ret_object_or_this semantics.
2564 When constructor returns an object that masquerades as undefined, we see it as an object.
2566 * js/dom/constructor-with-return-masquerades-expected.txt: Added.
2567 * js/dom/constructor-with-return-masquerades.html: Added.
2568 * js/dom/script-tests/constructor-with-return-masquerades.js: Added.
2571 2015-02-24 Dean Jackson <dino@apple.com>
2573 Temporarily skip this test on iOS 64-bit.
2575 Rubber-stamped by Michael Saboff.
2577 * js/script-tests/array-from.js:
2579 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2581 Unreviewed GTK+ gardening.
2583 This was introduced in r180555, but the test has been generalized in
2584 r180562 and we don't need a particular expectation anymore.
2586 * platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Removed.
2588 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2590 [CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column
2591 https://bugs.webkit.org/show_bug.cgi?id=141748
2593 Reviewed by Sergio Villar Senin.
2595 New test to check "sparse" and "dense" packing mode behavior in
2596 auto-placed items locked to a given row (or column).
2598 * fast/css-grid-layout/grid-item-auto-placement-definite-span.html:
2599 Extract some common styles to resources/grid.css.
2600 * fast/css-grid-layout/grid-item-auto-placement-fixed-row-column-expected.txt: Added.
2601 * fast/css-grid-layout/grid-item-auto-placement-fixed-row-column.html: Added.
2602 * fast/css-grid-layout/resources/grid.css: Modified generic CSS file to
2605 2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
2607 [GTK] Layout Test accessibility/roles-exposed.html is failing
2608 https://bugs.webkit.org/show_bug.cgi?id=141960
2610 Reviewed by Martin Robinson.
2612 * platform/gtk/TestExpectations: Unskip the failing test.
2613 * platform/gtk/accessibility/roles-exposed-expected.txt: Update the expectations.
2615 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2617 [CSS Grid Layout] Use Ahem in grid-item-order-in-content-sized-columns-resolution.html
2618 https://bugs.webkit.org/show_bug.cgi?id=141970
2620 Reviewed by Sergio Villar Senin.
2622 Without using Ahem we were having different results depending on the
2625 * fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt:
2626 Update results to the new values.
2627 * fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution.html:
2630 2015-02-24 David Kilzer <ddkilzer@apple.com>
2632 [iOS] Gardening: Mark svg/canvas/canvas-global-alpha-svg.html as ImageOnlyFailure
2634 * platform/ios-simulator/TestExpectations:
2636 2015-02-24 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
2638 [Streams API] Reading ReadableStream ready and closed attributes should not always create a new promise
2639 https://bugs.webkit.org/show_bug.cgi?id=141650
2641 Reviewed by Benjamin Poulain.
2643 * streams/readablestream-constructor-expected.txt:
2644 * streams/readablestream-constructor.html: Added test to ensure ready and closed always return the same promise object.
2646 2015-02-24 Dhi Aurrahman <diorahman@rockybars.com>
2648 Always serialize :lang()'s arguments to strings
2649 https://bugs.webkit.org/show_bug.cgi?id=141944
2651 Reviewed by Benjamin Poulain.
2653 Some tests results are updated to reflect the always serialize
2654 :lang()'s arguments to strings.
2656 * fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
2657 * fast/css/css-lang-selector-with-string-arguments-text.html:
2658 * fast/css/parsing-css-lang-expected.txt:
2659 * fast/css/parsing-css-lang.html:
2660 * fast/css/css-selector-text-expected.txt:
2661 * fast/css/css-selector-text.html:
2662 * fast/css/css-set-selector-text-expected.txt:
2663 * fast/css/css-set-selector-text.html:
2664 * fast/dom/css-selectorText-expected.txt:
2666 2015-02-24 David Kilzer <ddkilzer@apple.com>
2668 [iOS] Implement WTR::activateFonts() to fix missing fonts in WebKit2 test runs
2669 <http://webkit.org/b/141900>
2671 Rebaseline ios-simulator-wk2 results after fixing font
2672 registration for WebKitTestRunner.app.
2674 * platform/ios-simulator-wk1/TestExpectations:
2675 * platform/ios-simulator-wk2/TestExpectations:
2676 - Shuffle css2.1 test expectations to make tests pass.
2678 * platform/ios-simulator/TestExpectations:
2679 - Shuffle css2.1 test expectations to make tests pass.
2680 - Mark a few ref tests as image-only failures via platform/mac.
2682 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
2683 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
2684 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
2685 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
2686 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
2687 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
2688 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
2689 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
2690 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
2691 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
2692 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
2693 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
2694 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
2695 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
2696 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
2697 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
2698 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
2699 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
2700 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
2701 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
2702 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
2703 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
2704 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
2705 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
2706 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
2707 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
2708 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
2709 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
2710 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
2711 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
2712 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
2713 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
2714 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
2715 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
2716 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
2717 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
2718 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
2719 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
2720 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
2721 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
2722 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
2723 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
2724 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
2725 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
2726 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
2727 * platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2728 * platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2729 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
2730 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-006-expected.txt: Updated.
2731 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
2732 * platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2733 * platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
2734 * platform/ios-simulator-wk2/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
2735 * platform/ios-simulator-wk2/css2.1/20110323/empty-inline-002-expected.txt: Removed.
2736 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
2737 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
2738 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
2739 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
2740 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
2741 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
2742 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
2743 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
2744 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
2745 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
2746 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
2747 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
2748 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
2749 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
2750 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
2751 * platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
2752 * platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
2753 * platform/ios-simulator-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Updated.
2754 * platform/ios-simulator-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Updated.
2755 * platform/ios-simulator-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
2756 * platform/ios-simulator-wk2/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
2757 * platform/ios-simulator-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
2758 * platform/ios-simulator-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
2759 * platform/ios-simulator-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
2760 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
2761 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
2762 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
2763 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
2764 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
2765 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
2766 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
2767 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
2768 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
2769 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
2770 * platform/ios-simulator-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
2771 * platform/ios-simulator-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
2772 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
2773 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
2774 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
2775 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
2776 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
2777 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
2778 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
2779 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
2780 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
2781 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
2782 * platform/ios-simulator-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
2783 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
2784 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
2785 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
2786 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
2787 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
2788 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
2789 * platform/ios-simulator-wk2/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
2790 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
2791 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
2792 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
2793 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
2794 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
2795 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
2796 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
2797 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
2798 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
2799 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
2800 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
2801 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
2802 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
2803 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
2804 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
2805 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
2806 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
2807 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
2808 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
2809 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
2810 * platform/ios-simulator-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
2811 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
2812 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
2813 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
2814 * platform/ios-simulator-wk2/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
2815 * platform/ios-simulator-wk2/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
2816 * platform/ios-simulator-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
2817 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
2818 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
2819 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Updated.
2820 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
2821 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
2822 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated.
2823 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Updated.
2824 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Updated.
2825 * platform/ios-simulator-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
2826 * platform/ios-simulator-wk2/css2.1/t090501-c414-flt-01-b-expected.txt: Updated.
2827 * platform/ios-simulator-wk2/css2.1/t090501-c414-flt-03-b-g-expected.txt: Updated.
2828 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
2829 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
2830 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
2831 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
2832 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
2833 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
2834 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
2835 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
2836 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
2837 * platform/ios-simulator-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
2838 * platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
2839 * platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
2840 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Removed.
2841 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Removed.
2842 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Updated.
2843 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Removed.
2844 * platform/ios-simulator-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Removed.
2845 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Removed.
2846 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Updated.
2847 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
2848 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Updated.
2849 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
2850 * platform/ios-simulator-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Removed.
2851 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
2852 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
2853 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Updated.
2854 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
2855 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
2856 * platform/ios-simulator-wk2/css2.1/t1202-counter-08-b-expected.txt: Added.
2857 * platform/ios-simulator-wk2/css2.1/t1202-counter-13-b-expected.txt: Added.
2858 * platform/ios-simulator-wk2/css2.1/t1202-counter-14-b-expected.txt: Added.
2859 * platform/ios-simulator-wk2/css2.1/t1202-counters-08-b-expected.txt: Added.
2860 * platform/ios-simulator-wk2/css2.1/t1202-counters-13-b-expected.txt: Added.
2861 * platform/ios-simulator-wk2/css2.1/t1202-counters-14-b-expected.txt: Added.
2862 * platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Removed.
2863 * platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
2864 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Removed.
2865 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Removed.
2866 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Removed.
2867 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Removed.
2868 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Removed.
2869 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Removed.
2870 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Removed.
2871 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Removed.
2872 * platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
2873 * platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
2874 * platform/ios-simulator-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Removed.
2875 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Removed.
2876 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Updated.
2877 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
2878 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-00-b-expected.txt: Added.
2879 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-01-b-expected.txt: Added.
2880 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-02-b-expected.txt: Added.
2881 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-03-b-expected.txt: Added.
2882 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-04-b-expected.txt: Added.
2883 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-05-b-expected.txt: Added.
2884 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-06-b-expected.txt: Added.
2885 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-07-b-expected.txt: Added.
2886 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-08-b-expected.txt: Added.
2887 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-09-b-expected.txt: Added.
2888 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-10-c-expected.txt: Added.
2889 * platform/ios-simulator-wk2/css2.1/t1601-c547-indent-00-b-a-expected.txt: Updated.
2890 * platform/ios-simulator-wk2/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
2891 * platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Updated.
2892 * platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
2893 * platform/ios-simulator-wk2/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Removed.
2894 * platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Removed.
2895 * platform/ios-simulator-wk2/fast/block/basic/010-expected.txt: Removed.
2896 * platform/ios-simulator-wk2/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
2897 * platform/ios-simulator-wk2/fast/block/float/004-expected.txt: Removed.
2898 * platform/ios-simulator-wk2/fast/block/float/005-expected.txt: Removed.
2899 * platform/ios-simulator-wk2/fast/block/float/006-expected.txt: Removed.
2900 * platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
2901 * platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
2902 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-expected.txt: Removed.
2903 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
2904 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-replaced-expected.txt: Removed.
2905 * platform/ios-simulator-wk2/fast/block/lineboxcontain/font-replaced-expected.txt: Removed.
2906 * platform/ios-simulator-wk2/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
2907 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-expected.txt: Removed.
2908 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Removed.
2909 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Removed.
2910 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-expected.txt: Removed.
2911 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-replaced-expected.txt: Removed.
2912 * platform/ios-simulator-wk2/fast/block/lineboxcontain/none-expected.txt: Removed.
2913 * platform/ios-simulator-wk2/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
2914 * platform/ios-simulator-wk2/fast/block/margin-collapse/006-expected.txt: Removed.
2915 * platform/ios-simulator-wk2/fast/block/margin-collapse/030-expected.txt: Removed.
2916 * platform/ios-simulator-wk2/fast/block/margin-collapse/031-expected.txt: Removed.
2917 * platform/ios-simulator-wk2/fast/block/margin-collapse/037-expected.txt: Removed.
2918 * platform/ios-simulator-wk2/fast/block/margin-collapse/038-expected.txt: Removed.
2919 * platform/ios-simulator-wk2/fast/block/margin-collapse/055-expected.txt: Removed.
2920 * platform/ios-simulator-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.txt: Removed.
2921 * platform/ios-simulator-wk2/fast/block/positioning/002-expected.txt: Removed.
2922 * platform/ios-simulator-wk2/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
2923 * platform/ios-simulator-wk2/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
2924 * platform/ios-simulator-wk2/fast/compact/002-expected.txt: Removed.
2925 * platform/ios-simulator-wk2/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
2926 * platform/ios-simulator-wk2/fast/css/font-face-unicode-range-expected.txt: Removed.
2927 * platform/ios-simulator-wk2/fast/css/font-weight-1-expected.txt: Removed.
2928 * platform/ios-simulator-wk2/fast/css/line-after-floating-div-expected.txt: Removed.
2929 * platform/ios-simulator-wk2/fast/dynamic/first-letter-display-change-expected.txt: Removed.
2930 * platform/ios-simulator-wk2/fast/inline-block/002-expected.txt: Removed.
2931 * platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
2932 * platform/ios-simulator-wk2/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
2933 * platform/ios-simulator-wk2/fast/line-grid/line-align-left-edges-expected.txt: Removed.
2934 * platform/ios-simulator-wk2/fast/line-grid/line-align-right-edges-expected.txt: Removed.
2935 * platform/ios-simulator-wk2/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
2936 * platform/ios-simulator-wk2/fast/line-grid/line-grid-into-columns-expected.txt: Removed.
2937 * platform/ios-simulator-wk2/fast/multicol/client-rects-expected.txt: Removed.
2938 * platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
2939 * platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-expected.txt: Removed.
2940 * platform/ios-simulator-wk2/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
2941 * platform/ios-simulator-wk2/fast/multicol/span/clone-flexbox-expected.txt: Removed.
2942 * platform/ios-simulator-wk2/fast/multicol/span/clone-summary-expected.txt: Removed.
2943 * platform/ios-simulator-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
2944 * platform/ios-simulator-wk2/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
2945 * platform/ios-simulator-wk2/fast/ruby/select-ruby-expected.txt: Removed.
2946 * platform/ios-simulator-wk2/fast/text/international/text-spliced-font-expected.txt: Updated.
2947 * platform/ios-simulator-wk2/fast/text/whitespace/002-expected.txt: Removed.
2948 * platform/ios-simulator-wk2/fast/text/whitespace/003-expected.txt: Removed.
2949 * platform/ios-simulator-wk2/fast/text/whitespace/004-expected.txt: Removed.
2950 * platform/ios-simulator-wk2/fast/text/whitespace/005-expected.txt: Removed.
2951 * platform/ios-simulator-wk2/fast/text/whitespace/006-expected.txt: Removed.
2952 * platform/ios-simulator-wk2/fast/text/whitespace/007-expected.txt: Removed.
2953 * platform/ios-simulator-wk2/fast/text/whitespace/008-expected.txt: Removed.
2954 * platform/ios-simulator-wk2/fast/text/whitespace/009-expected.txt: Removed.
2955 * platform/ios-simulator-wk2/fast/text/whitespace/010-expected.txt: Removed.
2956 * platform/ios-simulator-wk2/fast/text/whitespace/011-expected.txt: Removed.
2957 * platform/ios-simulator-wk2/fast/text/whitespace/012-expected.txt: Removed.
2958 * platform/ios-simulator-wk2/fast/text/whitespace/015-expected.txt: Removed.
2959 * platform/ios-simulator-wk2/fast/text/whitespace/016-expected.txt: Removed.
2960 * platform/ios-simulator-wk2/fast/text/whitespace/018-expected.txt: Removed.
2961 - Add, update or remove platform-specific results as needed.
2963 2015-02-24 David Kilzer <ddkilzer@apple.com>
2965 [iOS] Gardening: Clean up some failing WK2 tests
2967 * platform/ios-simulator/TestExpectations:
2968 - svg/as-image/svg-image-with-data-uri-from-canvas.html: Mark as
2969 ImageOnlyFailure since it has the same difference of 0.02% on
2972 * platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Add.
2973 * platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Add.
2974 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Update.
2975 - Add or update platform-specific results.
2977 2015-02-24 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
2979 Unreviewed GTK+ Gardening 24th February
2980 https://bugs.webkit.org/show_bug.cgi?id=141964
2983 * platform/gtk/TestExpectations:
2984 * platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Added. Rebaselined after r180107. (This revision updates expectations on mac platform but it doesn't do it in any other platform).
2986 2015-02-24 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2988 Unreviewed, EFL daily gardening 24th Feb.
2990 * platform/efl/TestExpectations:
2992 2015-02-23 Commit Queue <commit-queue@webkit.org>
2994 Unreviewed, rolling out r180547 and r180550.
2995 https://bugs.webkit.org/show_bug.cgi?id=141957
2997 Broke 10 Windows tests. (Requested by bfulgham_ on #webkit).
2999 Reverted changesets:
3001 "REGRESSION(r179429): Can't type comments in Facebook"
3002 https://bugs.webkit.org/show_bug.cgi?id=141859
3003 http://trac.webkit.org/changeset/180547
3005 "Constructor returning null should construct an object instead
3007 https://bugs.webkit.org/show_bug.cgi?id=141640
3008 http://trac.webkit.org/changeset/180550
3010 2015-02-23 Yusuke Suzuki <utatane.tea@gmail.com>
3012 Constructor returning null should construct an object instead of null
3013 https://bugs.webkit.org/show_bug.cgi?id=141640
3015 Reviewed by Geoffrey Garen.
3017 * js/dfg-to-primitive-pass-symbol-expected.txt: Added.
3018 * js/dfg-to-primitive-pass-symbol.html: Added.
3019 * js/dom/constructor-with-return-masquerades-expected.txt: Added.
3020 * js/dom/constructor-with-return-masquerades.html: Added.
3021 * js/dom/script-tests/constructor-with-return-masquerades.js: Added.
3024 Follow the old ret_object_or_this semantics.
3025 When constructor returns an object that masquerades as undefined, we see it as an object.
3027 * js/regress/constructor-with-return-expected.txt: Added.
3028 * js/regress/constructor-with-return.html: Added.
3029 * js/regress/script-tests/constructor-with-return.js: Added.
3032 When constructor doesn't return an object, `this` should be returned instead.
3033 In this test, we check all primitives. And test object, array and wrappers.
3035 * js/script-tests/dfg-to-primitive-pass-symbol.js: Added.
3036 (toPrimitiveTarget):
3039 op_to_primitive operation passes Symbol in fast path.
3041 2015-02-23 Ryosuke Niwa <rniwa@webkit.org>
3043 Disable font loading events until our implementation gets updated to match the latest spec
3044 https://bugs.webkit.org/show_bug.cgi?id=141938
3046 Reviewed by Andreas Kling.
3049 * platform/mac/TestExpectations:
3051 2015-02-23 Benjamin Poulain <benjamin@webkit.org>
3053 CSS JIT: add support for case-insensitive attribute matching
3054 https://bugs.webkit.org/show_bug.cgi?id=141880
3056 Reviewed by Andreas Kling.
3058 * fast/css/case-insensitive-attribute-with-svg-expected.html:
3059 * fast/css/case-insensitive-attribute-with-svg.html:
3060 * fast/css/implicitly-case-insensitive-attribute-with-svg-expected.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg-expected.html.
3061 * fast/css/implicitly-case-insensitive-attribute-with-svg.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg.html.
3063 I renamed the HTML legacy case-insensitive behavior to separate
3064 it from the new selector.
3066 * fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg-expected.txt: Added.
3067 * fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg.html: Added.
3068 Mixing explicit case-insensitive with implicit.
3070 * fast/selectors/case-insensitive-attribute-register-requirement-1-expected.txt: Added.
3071 * fast/selectors/case-insensitive-attribute-register-requirement-1.html: Added.
3072 * fast/selectors/case-insensitive-attribute-register-requirement-2-expected.txt: Added.
3073 * fast/selectors/case-insensitive-attribute-register-requirement-2.html: Added.
3074 The usual register allocation stress tests.
3077 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3079 Unreviewed, EFL gardening. Mark webgl tests to crash.
3080 Skip khmer-lao-font.html because EFL port doesn't support it.
3082 * platform/efl/TestExpectations:
3084 2015-02-23 Shivakumar JM <shiva.jm@samsung.com>
3086 Default value of HTMLSelectElement size IDL attribute should be 0.
3087 https://bugs.webkit.org/show_bug.cgi?id=141795
3089 Reviewed by Andreas Kling.
3091 * fast/dom/select-size-expected.txt: Added.
3092 * fast/dom/select-size.html: Added.
3094 2015-02-23 Said Abou-Hallawa <sabouhallawa@apple.com>
3096 Drawing an SVG image into a canvas using drawImage() ignores globalAlpha.
3097 https://bugs.webkit.org/show_bug.cgi?id=141729.
3099 Reviewed by Simon Fraser.
3101 Add a new test which draws an SVG image on a canvas after setting its
3102 globalAlpha to a value less than 1.
3104 * svg/canvas/canvas-global-alpha-svg-expected.html: Added.
3105 * svg/canvas/canvas-global-alpha-svg.html: Added.
3107 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3109 Unreviewed EFL gardening. Mark tests of css3 overflow, border to ImageOnlyFailure.
3111 * platform/efl/TestExpectations:
3113 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3115 Unreviewed EFL gardening. Add new failure tests related to attachment, editing, and compositing.
3117 * platform/efl/TestExpectations:
3119 2015-02-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3121 Unreviewed, EFL gardening. Mark sub-pixel and disk cache tests to failure.
3123 * platform/efl/TestExpectations:
3125 2015-02-22 Dean Jackson <dino@apple.com>
3127 Print a console warning when HTMLCanvasElement exceeds the maximum size
3128 https://bugs.webkit.org/show_bug.cgi?id=141861
3129 <rdar://problem/19729145>
3131 Reviewed by Simon Fraser.
3133 Add error message to expected results.
3135 * fast/canvas/canvas-toDataURL-crash-expected.txt:
3136 * fast/canvas/pattern-too-large-to-create-expected.txt:
3138 2015-02-22 Sam Weinig <sam@webkit.org>
3140 Update results for Mac Yosemite.
3142 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
3144 2015-02-21 Sam Weinig <sam@webkit.org>
3146 Convert the caps lock indicator to be implemented using the shadow DOM
3147 https://bugs.webkit.org/show_bug.cgi?id=141868
3149 Reviewed by Dan Bernstein.
3151 * fast/css/appearance-caps-lock-indicator-expected.txt:
3152 * fast/css/appearance-caps-lock-indicator.html:
3153 * platform/mac/fast/css/text-overflow-input-expected.txt:
3154 * platform/mac/fast/forms/basic-inputs-expected.txt:
3155 * platform/mac/fast/forms/input-appearance-height-expected.txt:
3156 * platform/mac/fast/forms/input-value-expected.txt:
3157 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
3158 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
3160 2015-02-22 David Kilzer <ddkilzer@apple.com>
3162 [iOS] Gardening: Clean up timeout test for ios-simulator-{wk1,wk2}
3164 Changes for WK1 results:
3165 * inspector/css/stylesheet-with-mutations.html
3166 - Skip for both WK1 and WK2. Already marked as Skip on mac.
3167 * fast/events/dispatch-message-string-data.html
3168 - Marked as Slow for both WK1 and WK2. Previously marked as
3169 Skip via override on WK2 and marked as Failure on both.
3172 * inspector/css/selector-dynamic-specificity.html
3173 - Skip on WK1 and WK2. Already marked as Skip on mac and win.
3174 Updated bug number for win TestExpectations.
3175 * inspector/css/stylesheet-with-mutations.html
3177 * fast/dynamic/window-resize-scrollbars-test.html
3178 - Skip on WK1 and WK2 since iOS does not support window
3179 resizing and test always times out. Remove old test results.
3180 * fast/images/animated-gif-window-resizing.html
3181 - Skip on WK1 and WK2 since iOS does not support window
3182 resizing and test always times out. Previously skipped on WK1
3184 * fast/events/autoscroll-should-not-stop-on-keypress.html
3185 - Skip on WK1 and WK2 due to always timing out. Previously
3186 skipped on WK1 only.
3187 * http/tests/cache/history-navigation-no-resource-revalidation.html
3188 - Skip on WK2 due to always timing out. Does not timeout on
3190 * http/tests/navigation/target-blank-opener-post.html
3192 * svg/animations/use-animate-width-and-height.html
3195 * platform/ios-sim-deprecated/fast/dynamic/window-resize-scrollbars-test-expected.txt: Removed.
3196 * platform/ios-simulator-wk1/TestExpectations:
3197 * platform/ios-simulator-wk2/TestExpectations:
3198 * platform/ios-simulator/TestExpectations:
3199 * platform/win/TestExpectations:
3201 2015-02-22 David Kilzer <ddkilzer@apple.com>
3203 [iOS] Gardening: Add missing results for WK2 tests
3205 In all cases, WK1 and WK2 results were the same.
3207 * platform/ios-simulator/fast/block/positioning/vertical-rl/001-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/block/positioning/vertical-rl/001-expected.txt.
3208 * platform/ios-simulator/fast/body-propagation/background-color/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-color/001-xhtml-expected.txt.
3209 * platform/ios-simulator/fast/body-propagation/background-image/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/background-image/001-xhtml-expected.txt.
3210 * platform/ios-simulator/fast/body-propagation/overflow/001-xhtml-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/body-propagation/overflow/001-xhtml-expected.txt.
3211 * platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/repaint/body-background-image-expected.txt.
3213 2015-02-22 David Kilzer <ddkilzer@apple.com>
3215 [iOS] Gardening: Add missing results for WK1 tests
3217 * platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Rename from LayoutTests/platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt.
3218 - Platform-specific results are the same for WK1 and WK2.
3219 Regressed in r179196: shared ios-simulator results should not
3221 * platform/ios-simulator/fast/css/focus-ring-exists-for-search-field-expected.txt: Add.
3222 - Platform-specific results were missing for both WK1 and WK2.
3223 Regressed in r179796: no ios-simulator results landed.
3225 2015-02-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
3227 Tests don't work on some bots: Failed to stop wptwk
3228 https://bugs.webkit.org/show_bug.cgi?id=141235
3230 Reviewed by Ryosuke Niwa.
3232 * TestExpectations: Marking web-platform-tests as failed or passed until wpt server proves to be stable.
3234 2015-02-21 Alexey Proskuryakov <ap@apple.com>
3236 Flaky media tests due to various CoreMedia issues.
3237 https://bugs.webkit.org/show_bug.cgi?id=141534
3239 * platform/mac/TestExpectations: Added media/video-load-networkState.html.
3241 2015-02-19 Alexey Proskuryakov <ap@apple.com>
3243 Array.from test fix.
3247 Remove document.querySelectorAll use, as there is no DOM when running js tests
3248 in run-javascriptcore-tests.
3250 * js/array-from-expected.txt:
3251 * js/script-tests/array-from.js:
3253 2015-02-20 Zalan Bujtas <zalan@apple.com>
3255 Invalid assert in CompositeEditCommand::insertNodeAfter/insertNodeBefore
3256 https://bugs.webkit.org/show_bug.cgi?id=141854
3258 Reviewed by Ryosuke Niwa.
3260 Inserting content before/after the body as the result of editing is a valid operation.
3261 This assert was originally introduced to cover cases where edited content would get moved
3262 out of body. However, asserting such operation properly is not possible atm.
3264 * editing/inserting/insert-as-body-sibling-expected.txt: Added.
3265 * editing/inserting/insert-as-body-sibling.html: Added.
3267 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3269 svg/animations/animateMotion-additive-2a.svg and svg/animations/animateMotion-additive-2b.svg
3270 sometimes fail with a very small difference
3271 https://bugs.webkit.org/show_bug.cgi?id=139828
3273 * platform/mac-wk2/TestExpectations: Adding a test expectation.
3275 2015-02-20 Michael Saboff <msaboff@apple.com>
3277 Layout Test js/regress-141098.html is failing on 32-bit Machines
3278 https://bugs.webkit.org/show_bug.cgi?id=141848
3280 Reviewed by Geoffrey Garen.
3282 It appears that different control flow paths in probeAndRecurse() allowed the second time
3283 through the test to recurse deeper before getting to the point of overflowing the stack.
3284 Restructured the test so that the exact same control flow in probeAndRecurse() is used
3285 both times we call it, including probing the depth of the stack. Now we pass a flag that
3286 indicates whether or not we should try ever expanding eval strings or reuse the most
3289 * js/script-tests/regress-141098.js:
3293 2015-02-20 Brent Fulgham <bfulgham@apple.com>
3295 Skip failing JSC stress test to get bots green.
3296 https://bugs.webkit.org/show_bug.cgi?id=141848
3298 * js/script-tests/regress-141098.js:
3300 2015-02-20 Brent Fulgham <bfulgham@apple.com>
3302 [Win] Document some failures due to a JSC regression.
3303 https://bugs.webkit.org/show_bug.cgi?id=141848
3305 * platform/win/TestExpectations:
3307 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3309 Remove svn:keywords property.
3311 As far as I can tell, the property had no effect on any of these files, but also,
3312 when it has effect it's likely harmful.
3314 * accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
3315 * animations/3d/replace-filling-transform-expected.txt: Removed property svn:keywords.
3316 * animations/3d/replace-filling-transform.html: Removed property svn:keywords.
3317 * animations/added-while-suspended-expected.txt: Removed property svn:keywords.
3318 * animations/added-while-suspended.html: Removed property svn:keywords.
3319 * animations/additive-transform-animations.html: Removed property svn:keywords.
3320 * animations/animation-direction-expected.txt: Removed property svn:keywords.
3321 * animations/animation-direction-reverse-fill-mode-expected.txt: Removed property svn:keywords.
3322 * animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Removed property svn:keywords.
3323 * animations/animation-direction-reverse-fill-mode-hardware.html: Removed property svn:keywords.
3324 * animations/animation-direction-reverse-fill-mode.html: Removed property svn:keywords.
3325 * animations/animation-direction-reverse-hardware-expected.txt: Removed property svn:keywords.
3326 * animations/animation-direction-reverse-hardware-opacity-expected.txt: Removed property svn:keywords.
3327 * animations/animation-direction-reverse-hardware-opacity.html: Removed property svn:keywords.
3328 * animations/animation-direction-reverse-hardware.html: Removed property svn:keywords.
3329 * animations/animation-direction-reverse-non-hardware-expected.txt: Removed property svn:keywords.
3330 * animations/animation-direction-reverse-non-hardware.html: Removed property svn:keywords.
3331 * animations/animation-direction-reverse-timing-functions-expected.txt: Removed property svn:keywords.
3332 * animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Removed property svn:keywords.
3333 * animations/animation-direction-reverse-timing-functions-hardware.html: Removed property svn:keywords.
3334 * animations/animation-direction-reverse-timing-functions.html: Removed property svn:keywords.
3335 * animations/animation-direction.html: Removed property svn:keywords.
3336 * animations/animation-on-inline-crash-expected.txt: Removed property svn:keywords.
3337 * animations/animation-on-inline-crash.html: Removed property svn:keywords.
3338 * animations/animation-shorthand-expected.txt: Removed property svn:keywords.
3339 * animations/animation-shorthand-name-order-expected.txt: Removed property svn:keywords.
3340 * animations/animation-shorthand-name-order.html: Removed property svn:keywords.
3341 * animations/animation-shorthand-removed-expected.txt: Removed property svn:keywords.
3342 * animations/animation-shorthand-removed.html: Removed property svn:keywords.
3343 * animations/animation-shorthand.html: Removed property svn:keywords.
3344 * animations/body-removal-crash-expected.txt: Removed property svn:keywords.
3345 * animations/body-removal-crash.html: Removed property svn:keywords.
3346 * animations/fill-mode-expected.txt: Removed property svn:keywords.
3347 * animations/fill-mode-missing-from-to-keyframes-expected.txt: Removed property svn:keywords.
3348 * animations/fill-mode-missing-from-to-keyframes.html: Removed property svn:keywords.
3349 * animations/fill-mode-multiple-keyframes-expected.txt: Removed property svn:keywords.
3350 * animations/fill-mode-multiple-keyframes.html: Removed property svn:keywords.
3351 * animations/fill-mode-removed-expected.txt: Removed property svn:keywords.
3352 * animations/fill-mode-removed.html: Removed property svn:keywords.
3353 * animations/fill-mode-transform-expected.txt: Removed property svn:keywords.
3354 * animations/fill-mode-transform.html: Removed property svn:keywords.
3355 * animations/fill-mode.html: Removed property svn:keywords.
3356 * animations/missing-from-to-expected.txt: Removed property svn:keywords.
3357 * animations/missing-from-to-transforms-expected.txt: Removed property svn:keywords.
3358 * animations/missing-from-to-transforms.html: Removed property svn:keywords.
3359 * animations/missing-from-to.html: Removed property svn:keywords.
3360 * animations/opacity-transform-animation-expected.txt: Removed property svn:keywords.
3361 * animations/opacity-transform-animation.html: Removed property svn:keywords.
3362 * animations/resources/page-cache-helper.html: Removed property svn:keywords.
3363 * animations/resume-after-page-cache-expected.txt: Removed property svn:keywords.
3364 * animations/resume-after-page-cache.html: Removed property svn:keywords.
3365 * animations/suspend-transform-animation-expected.txt: Removed property svn:keywords.
3366 * animations/suspend-transform-animation.html: Removed property svn:keywords.
3367 * animations/timing-functions-expected.txt: Removed property svn:keywords.
3368 * animations/timing-functions.html: Removed property svn:keywords.
3369 * animations/transform-non-accelerated-expected.txt: Removed property svn:keywords.
3370 * animations/transform-non-accelerated.html: Removed property svn:keywords.
3371 * animations/unprefixed-events-expected.txt: Removed property svn:keywords.
3372 * animations/unprefixed-events-mixed-with-prefixed-expected.txt: Removed property svn:keywords.
3373 * animations/unprefixed-events-mixed-with-prefixed.html: Removed property svn:keywords.
3374 * animations/unprefixed-events.html: Removed property svn:keywords.
3375 * animations/unprefixed-keyframes-expected.txt: Removed property svn:keywords.
3376 * animations/unprefixed-keyframes-rule-expected.txt: Removed property svn:keywords.
3377 * animations/unprefixed-keyframes-rule.html: Removed property svn:keywords.
3378 * animations/unprefixed-keyframes.html: Removed property svn:keywords.
3379 * animations/unprefixed-properties-expected.txt: Removed property svn:keywords.
3380 * animations/unprefixed-properties.html: Removed property svn:keywords.
3381 * animations/unprefixed-shorthand-expected.txt: Removed property svn:keywords.
3382 * animations/unprefixed-shorthand.html: Removed property svn:keywords.
3383 * compositing/animation/animation-compositing-expected.txt: Removed property svn:keywords.
3384 * compositing/animation/animation-compositing.html: Removed property svn:keywords.
3385 * compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed property svn:keywords.
3386 * compositing/animation/filling-animation-overlap-at-end.html: Removed property svn:keywords.
3387 * compositing/animation/filling-animation-overlap-expected.txt: Removed property svn:keywords.
3388 * compositing/animation/filling-animation-overlap.html: Removed property svn:keywords.
3389 * compositing/animation/layer-for-filling-animation-expected.txt: Removed property svn:keywords.
3390 * compositing/animation/layer-for-filling-animation.html: Removed property svn:keywords.
3391 * compositing/animation/matrix-animation-expected.html: Removed property svn:keywords.
3392 * compositing/animation/matrix-animation.html: Removed property svn:keywords.
3393 * compositing/background-color/no-composited-background-color-when-perspective-expected.html: Removed property svn:keywords.
3394 * compositing/background-color/no-composited-background-color-when-perspective.html: Removed property svn:keywords.
3395 * compositing/backing/no-backing-for-clip-expected.txt: Removed property svn:keywords.
3396 * compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed property svn:keywords.
3397 * compositing/backing/no-backing-for-clip-overlap.html: Removed property svn:keywords.
3398 * compositing/backing/no-backing-for-clip.html: Removed property svn:keywords.
3399 * compositing/backing/no-backing-for-perspective-expected.txt: Removed property svn:keywords.
3400 * compositing/backing/no-backing-for-perspective.html: Removed property svn:keywords.
3401 * compositing/columns/ancestor-clipped-in-paginated-expected.txt: Removed property svn:keywords.
3402 * compositing/columns/ancestor-clipped-in-paginated.html: Removed property svn:keywords.
3403 * compositing/columns/clipped-in-paginated-expected.txt: Removed property svn:keywords.
3404 * compositing/columns/clipped-in-paginated.html: Removed property svn:keywords.
3405 * compositing/columns/composited-columns-expected.txt: Removed property svn:keywords.
3406 * compositing/columns/composited-columns-vertical-rl-expected.txt: Removed property svn:keywords.
3407 * compositing/columns/composited-columns-vertical-rl.html: Removed property svn:keywords.
3408 * compositing/columns/composited-columns.html: Removed property svn:keywords.
3409 * compositing/columns/composited-in-paginated-expected.txt: Removed property svn:keywords.
3410 * compositing/columns/composited-in-paginated-rl-expected.txt: Removed property svn:keywords.
3411 * compositing/columns/composited-in-paginated-rl.html: Removed property svn:keywords.
3412 * compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Removed property svn:keywords.
3413 * compositing/columns/composited-in-paginated-writing-mode-rl.html: Removed property svn:keywords.
3414 * compositing/columns/composited-in-paginated.html: Removed property svn:keywords.
3415 * compositing/columns/composited-lr-paginated-repaint-expected.txt: Removed property svn:keywords.
3416 * compositing/columns/composited-lr-paginated-repaint.html: Removed property svn:keywords.
3417 * compositing/columns/composited-nested-columns-expected.txt: Removed property svn:keywords.
3418 * compositing/columns/composited-nested-columns.html: Removed property svn:keywords.
3419 * compositing/columns/composited-rl-paginated-repaint-expected.txt: Removed property svn:keywords.
3420 * compositing/columns/composited-rl-paginated-repaint.html: Removed property svn:keywords.
3421 * compositing/columns/geometry-map-paginated-assert-expected.txt: Removed property svn:keywords.
3422 * compositing/columns/geometry-map-paginated-assert.html: Removed property svn:keywords.
3423 * compositing/columns/hittest-composited-in-paginated-expected.txt: Removed property svn:keywords.
3424 * compositing/columns/hittest-composited-in-paginated.html: Removed property svn:keywords.
3425 * compositing/columns/rotated-in-paginated-expected.txt: Removed property svn:keywords.
3426 * compositing/columns/rotated-in-paginated.html: Removed property svn:keywords.
3427 * compositing/columns/untransformed-composited-in-paginated-expected.txt: Removed property svn:keywords.
3428 * compositing/columns/untransformed-composited-in-paginated.html: Removed property svn:keywords.
3429 * compositing/contents-opaque/background-clip-expected.txt: Removed property svn:keywords.
3430 * compositing/contents-opaque/background-color-expected.txt: Removed property svn:keywords.
3431 * compositing/contents-opaque/fixed-to-nonfixed-expected.txt: Removed property svn:keywords.
3432 * compositing/contents-opaque/fixed-to-nonfixed.html: Removed property svn:keywords.
3433 * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed property svn:keywords.
3434 * compositing/contents-opaque/hidden-with-visible-child.html: Removed property svn:keywords.
3435 * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed property svn:keywords.
3436 * compositing/contents-opaque/hidden-with-visible-text.html: Removed property svn:keywords.
3437 * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed property svn:keywords.
3438 * compositing/contents-opaque/overflow-hidden-child-layers.html: Removed property svn:keywords.
3439 * compositing/contents-opaque/visibility-hidden-expected.txt: Removed property svn:keywords.
3440 * compositing/contents-opaque/visibility-hidden.html: Removed property svn:keywords.
3441 * compositing/contents-scale/animating-expected.txt: Removed property svn:keywords.
3442 * compositing/contents-scale/animating.html: Removed property svn:keywords.
3443 * compositing/contents-scale/scaled-ancestor-expected.txt: Removed property svn:keywords.
3444 * compositing/contents-scale/scaled-ancestor.html: Removed property svn:keywords.
3445 * compositing/contents-scale/simple-scale-expected.txt: Removed property svn:keywords.
3446 * compositing/contents-scale/simple-scale.html: Removed property svn:keywords.
3447 * compositing/contents-scale/z-translate-expected.txt: Removed property svn:keywords.
3448 * compositing/contents-scale/z-translate.html: Removed property svn:keywords.
3449 * compositing/document-background-color-expected.html: Removed property svn:keywords.
3450 * compositing/document-background-color.html: Removed property svn:keywords.
3451 * compositing/geometry/clip-expected.txt: Removed property svn:keywords.
3452 * compositing/geometry/clip-inside-expected.txt: Removed property svn:keywords.
3453 * compositing/geometry/clip.html: Removed property svn:keywords.
3454 * compositing/geometry/composited-html-size.html: Removed property svn:keywords.
3455 * compositing/geometry/composited-in-columns-expected.txt: Removed property svn:keywords.
3456 * compositing/geometry/composited-in-columns.html: Removed property svn:keywords.
3457 * compositing/geometry/flipped-writing-mode-expected.txt: Removed property svn:keywords.
3458 * compositing/geometry/flipped-writing-mode.html: Removed property svn:keywords.
3459 * compositing/geometry/foreground-layer-expected.txt: Removed property svn:keywords.
3460 * compositing/geometry/foreground-layer.html: Removed property svn:keywords.
3461 * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Removed property svn:keywords.
3462 * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Removed property svn:keywords.
3463 * compositing/geometry/huge-layer-expected.txt: Removed property svn:keywords.
3464 * compositing/geometry/huge-layer.html: Removed property svn:keywords.
3465 * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed property svn:keywords.
3466 * compositing/geometry/limit-layer-bounds-clipping-ancestor.html: Removed property svn:keywords.
3467 * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed property svn:keywords.
3468 * compositing/geometry/limit-layer-bounds-fixed-positioned.html: Removed property svn:keywords.
3469 * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed property svn:keywords.
3470 * compositing/geometry/limit-layer-bounds-opacity-transition.html: Removed property svn:keywords.
3471 * compositing/geometry/limit-layer-bounds-overflow-repaint.html: Removed property svn:keywords.
3472 * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed property svn:keywords.
3473 * compositing/geometry/limit-layer-bounds-overflow-root.html: Removed property svn:keywords.
3474 * compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed property svn:keywords.
3475 * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed property svn:keywords.
3476 * compositing/geometry/limit-layer-bounds-positioned-transition.html: Removed property svn:keywords.
3477 * compositing/geometry/limit-layer-bounds-positioned.html: Removed property svn:keywords.
3478 * compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed property svn:keywords.
3479 * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed property svn:keywords.
3480 * compositing/geometry/limit-layer-bounds-transformed-overflow.html: Removed property svn:keywords.
3481 * compositing/geometry/limit-layer-bounds-transformed.html: Removed property svn:keywords.
3482 * compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Removed property svn:keywords.
3483 * compositing/geometry/negative-text-indent-with-overflow-hidden-layer.html: Removed property svn:keywords.
3484 * compositing/geometry/repaint-foreground-layer-expected.txt: Removed property svn:keywords.
3485 * compositing/geometry/repaint-foreground-layer.html: Removed property svn:keywords.
3486 * compositing/geometry/tall-page-composited-expected.txt: Removed property svn:keywords.
3487 * compositing/geometry/tall-page-composited.html: Removed property svn:keywords.
3488 * compositing/iframes/become-composited-nested-iframes-expected.txt: Removed property svn:keywords.