1 2015-03-13 Chris Dumez <cdumez@apple.com>
3 XMLHttpRequests should not prevent a page from entering PageCache
4 https://bugs.webkit.org/show_bug.cgi?id=142612
5 <rdar://problem/19923085>
7 Reviewed by Alexey Proskuryakov.
9 Add a tests to make sure that loading XMLHttpRequests do not prevent a
10 page from entering PageCache.
12 * http/tests/navigation/page-cache-xhr-expected.txt: Added.
13 * http/tests/navigation/page-cache-xhr.html: Added.
14 * http/tests/navigation/resources/page-cache-helper.html: Added.
16 2015-03-13 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
18 Unreviewed Gardening 13th March.
19 https://bugs.webkit.org/show_bug.cgi?id=142665
23 * platform/gtk/TestExpectations:
24 * platform/gtk/fast/borders/mixed-border-style2-expected.txt: Added. The result was missing.
26 2015-03-13 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
28 Rebaseline accessibility/color-well.html
29 https://bugs.webkit.org/show_bug.cgi?id=141697
31 Reviewed by Chris Fleizach.
33 The revision (r179922) which makes this test fail, implements a color
34 picker for GTK+ platform. So now we have different accessibility
35 information for a color input and we could update the expected file.
37 TestExpectations has also been updated.
39 * platform/gtk/TestExpectations:
40 * platform/gtk/accessibility/color-well-expected.txt:
42 2015-03-13 Hunseop Jeong <hs85.jeong@samsung.com>
44 Unreviewed GTK+ Gardening
45 https://bugs.webkit.org/show_bug.cgi?id=142620
47 Rebaseline the missing test result
49 * platform/gtk/fast/borders/mixed-border-style2-expected.png: Added.
50 * platform/gtk/fast/css/css2-system-fonts-expected.txt: Added.
51 * platform/gtk/fast/text/tatechuyoko-expected.txt: Added.
53 2015-03-12 Ryosuke Niwa <rniwa@webkit.org>
55 REGRESSION(r180726): Removing an empty line at the end of textarea clears the entire texture
56 https://bugs.webkit.org/show_bug.cgi?id=142646
58 Reviewed by Darin Adler.
60 Added a regression test for deleting empty lines at the end of a textarea element.
62 * editing/deleting/delete-empty-line-breaks-at-end-of-textarea-expected.txt: Added.
63 * editing/deleting/delete-empty-line-breaks-at-end-of-textarea.html: Added.
65 2015-03-12 Yusuke Suzuki <utatane.tea@gmail.com>
67 Integrate MapData into JSMap and JSSet
68 https://bugs.webkit.org/show_bug.cgi?id=142556
70 Reviewed by Filip Pizlo.
72 Test structure-clone implementation that becomes aware of the difference between Map and Set.
74 * fast/storage/serialized-script-value.html:
76 2015-03-12 Simon Fraser <simon.fraser@apple.com>
78 These hidpi filter tests pass sometimes.
80 * platform/mac/TestExpectations:
82 2015-03-12 Alexey Proskuryakov <ap@apple.com>
84 testRunner.setAlwaysAcceptCookies does not work with NetworkProcess
85 https://bugs.webkit.org/show_bug.cgi?id=138687
87 Unreviewed (only code changes were reviewed).
89 * platform/gtk/TestExpectations:
90 * platform/mac-wk2/TestExpectations:
91 Unskip tests that used to be affected.
93 2015-03-12 Simon Fraser <simon.fraser@apple.com>
95 Clean up after JoePeck.
97 * http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt:
98 * http/tests/security/contentSecurityPolicy/inline-style-allowed-while-cloning-objects-expected.txt:
100 2015-03-12 Hunseop Jeong <hs85.jeong@samsung.com>
102 Unreviewed EFL gardening on 13th Mar.
103 https://bugs.webkit.org/show_bug.cgi?id=142624
105 Rebaseline the missing test result.
107 * platform/efl/TestExpectations:
108 * platform/efl/editing/inserting/before-after-input-element-expected.png: Added.
109 * platform/efl/editing/inserting/before-after-input-element-expected.txt: Added.
110 * platform/efl/fast/css/css2-system-fonts-expected.txt: Added.
111 * platform/efl/fast/text/tatechuyoko-expected.png: Added.
112 * platform/efl/fast/text/tatechuyoko-expected.txt: Added.
114 2015-03-11 Brent Fulgham <bfulgham@apple.com>
116 [Win] Update test expectations after r181408.
118 Also update with more debug assertions.
120 * platform/win/TestExpectations:
121 * platform/win/fast/forms/input-auto-fill-button-expected.txt: Added.
123 2015-03-11 Joseph Pecoraro <pecoraro@apple.com>
125 Web Inspector: CSS parser errors in the console should include column numbers
126 https://bugs.webkit.org/show_bug.cgi?id=114313
128 Reviewed by Darin Adler.
130 Test errors in both external and inline CSS and Scripts to ensure they have
131 expected line:column information.
133 * inspector-protocol/console/warnings-errors-expected.txt: Added.
134 * inspector-protocol/console/warnings-errors.html: Added.
135 * inspector-protocol/resources/errors.css: Added.
136 * inspector-protocol/resources/errors.js: Added.
138 2015-03-11 Simon Fraser <simon.fraser@apple.com>
140 Rename the Mavericks result for input-auto-fill-button.html to use the
143 * platform/mac-mavericks/fast/forms/input-auto-fill-button-expected.txt: Renamed from LayoutTests/platform/mac-mavericks/fast/forms/input-auto-fill-button.txt.
145 2015-03-11 Simon Fraser <simon.fraser@apple.com>
147 Mark compositing/backgrounds/background-image-with-negative-zindex.html as
148 an image failure, since r179871 was rolled out.
150 * platform/mac/TestExpectations:
152 2015-03-11 Timothy Horton <timothy_horton@apple.com>
154 <attachment> shouldn't use "user-select: all"
155 https://bugs.webkit.org/show_bug.cgi?id=142453
157 Reviewed by Darin Adler.
159 * fast/attachment/attachment-select-on-click-inside-user-select-all.html: Added.
160 * fast/attachment/attachment-select-on-click.html: Added.
161 * platform/mac/fast/attachment/attachment-select-on-click-expected.png: Added.
162 * platform/mac/fast/attachment/attachment-select-on-click-expected.txt: Added.
163 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.png: Added.
164 * platform/mac/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
165 * platform/mac-mavericks/fast/attachment/attachment-select-on-click-inside-user-select-all-expected.txt: Added.
166 * platform/mac-mavericks/fast/attachment/attachment-select-on-click-expected.txt: Added.
167 Add two tests. One, for the basic functionality of clicking on an
168 <attachment> to select it. The second, to test that clicking on an
169 <attachment> inside a larger "user-select: all" element still selects
170 the whole "user-select: all" element.
172 2015-03-11 Matthew Mirman <mmirman@apple.com>
174 Update windows test results
176 Unreviewed followup to r181353
178 * platform/win/fast/events/event-attribute-expected.txt: update windows test results.
180 2015-03-10 Andy Estes <aestes@apple.com>
182 REGRESSION (r180985): contentfiltering/block-after-add-data.html crashes with GuardMalloc
183 https://bugs.webkit.org/show_bug.cgi?id=142526
185 Reviewed by Darin Adler.
187 * TestExpectations: Un-skipped contentfiltering/block-after-add-data.html.
189 2015-03-10 Sam Weinig <sam@webkit.org>
191 Allow adding a button in input elements for auto fill related functionality
192 <rdar://problem/19782066>
193 https://bugs.webkit.org/show_bug.cgi?id=142564
195 Reviewed by Anders Carlsson.
197 * fast/forms/input-auto-fill-button-expected.txt: Added.
198 * fast/forms/input-auto-fill-button.html: Added.
200 2015-03-11 Ryosuke Niwa <rniwa@webkit.org>
202 Calling super() in a base class results in a crash
203 https://bugs.webkit.org/show_bug.cgi?id=142563
205 Reviewed by Filip Pizlo.
207 Added more test cases to an existing test.
209 * js/class-syntax-super-expected.txt:
210 * js/script-tests/class-syntax-super.js:
212 2015-03-11 Said Abou-Hallawa <sabouhallawa@apple.com>
214 svg/animations/smil-leak-*.svg tests are flaky.
215 https://bugs.webkit.org/show_bug.cgi?id=114280
219 Some svg tests were flaky on mac only but they became flaky on all ports
220 after r181345. They pass locally and on EWS but not on bots. Mark them to
221 be flaky on all ports till we figure out the problem with these tests.
224 * platform/mac/TestExpectations:
226 2015-03-11 Tim Horton <timothy_horton@apple.com>
228 <attachment>s should be created when dropping files onto contentEditable areas
229 https://bugs.webkit.org/show_bug.cgi?id=142494
230 <rdar://problem/19982553>
232 Reviewed by Anders Carlsson.
234 * editing/pasteboard/drag-files-to-editable-element-expected.txt:
235 * editing/pasteboard/drag-files-to-editable-element.html:
236 Update the test to expect <attachment>s instead of filenames.
238 2015-03-11 David Hyatt <hyatt@apple.com>
240 Optimize offsetWidth and offsetHeight to avoid doing layouts.
241 https://bugs.webkit.org/show_bug.cgi?id=142544
243 Reviewed by Beth Dakin.
245 * fast/images/repaint-subrect-grid.html:
246 Patch this test to use the window.internals update layout method rather than
247 relying on document.body.offsetWidth.
249 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
251 [Win] Test gardening after r181260
255 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt: Added.
256 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt: Added.
257 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt: Added.
258 * platform/win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt: Added.
259 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt: Added.
260 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt: Added.
261 * platform/win/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt: Added.
263 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
265 Test gardening after r181278
269 Until Windows adopts the SVG -> OTF Converter, we should mark this test as Mac-only.
271 * platform/mac/svg/fonts/resources/svg-font-general.svg: Renamed from LayoutTests/svg/fonts/resources/svg-font-general.svg.
272 * platform/mac/svg/fonts/svg-font-general-expected.html: Renamed from LayoutTests/svg/fonts/svg-font-general-expected.html.
273 * platform/mac/svg/fonts/svg-font-general.html: Renamed from LayoutTests/svg/fonts/svg-font-general.html.
275 2015-03-11 Commit Queue <commit-queue@webkit.org>
277 Unreviewed, rolling out r181367.
278 https://bugs.webkit.org/show_bug.cgi?id=142581
280 Caused crashes on the debug bots (Requested by cdumez on
285 "Web Inspector: CSS parser errors in the console should
286 include column numbers"
287 https://bugs.webkit.org/show_bug.cgi?id=114313
288 http://trac.webkit.org/changeset/181367
290 2015-03-11 Myles C. Maxfield <mmaxfield@apple.com>
292 Inline block children do not have correct baselines if their children are also block elements
293 https://bugs.webkit.org/show_bug.cgi?id=142559
295 Reviewed by Darin Adler.
297 * fast/text/baseline-inline-block-block-children-expected.html: Added.
298 * fast/text/baseline-inline-block-block-children.html: Added.
300 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
302 Web Inspector: CSS parser errors in the console should include column numbers
303 https://bugs.webkit.org/show_bug.cgi?id=114313
305 Reviewed by Benjamin Poulain.
307 Test errors in both external and inline CSS and Scripts to ensure they have
308 expected line:column information.
310 * inspector-protocol/console/warnings-errors-expected.txt: Added.
311 * inspector-protocol/console/warnings-errors.html: Added.
312 * inspector-protocol/resources/errors.css: Added.
313 * inspector-protocol/resources/errors.js: Added.
315 2015-03-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
317 Unreviewed EFL gardening on 10th Mar.
319 Mark smil-leak-foo tests, 3 tests of fast/css to failure.
321 * platform/efl/TestExpectations:
323 2015-03-09 Darin Adler <darin@apple.com>
325 Some event handler fixes
326 https://bugs.webkit.org/show_bug.cgi?id=142474
328 Reviewed by Anders Carlsson.
330 * fast/dom/event-handler-attributes-expected.txt: Updated for new tests and to
331 expect more tests to pass.
333 * fast/dom/event-handler-attributes.html: Added testing of event handlers on
334 non-HTML, non-SVG elements, and on SVG elements. Also removed
335 webkitpresentationmodechanged from the test, for now at least.
337 * fast/events/event-attribute-expected.txt: Updated to expect more tests to pass.
339 2015-03-10 Brent Fulgham <bfulgham@apple.com>
341 CSS scroll-snap-destination and scroll-snap-coordinate are not honoring position values
342 https://bugs.webkit.org/show_bug.cgi?id=142411
344 Reviewed by Simon Fraser.
346 Add a test for <position> types in scroll snap operations. Also update the test expectations
347 for computed styles now that double-precision math is being used for calculated values.
349 * css3/scroll-snap/scroll-snap-position-values-expected.txt: Added.
350 * css3/scroll-snap/scroll-snap-position-values.html: Added.
351 * css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Updated
352 * css3/scroll-snap/scroll-snap-property-computed-style.js: Updated
355 2015-03-10 Enrica Casucci <enrica@apple.com>
357 Add support for more emoji with variation.
358 https://bugs.webkit.org/show_bug.cgi?id=142548
359 rdar://problem/20105008
361 Reviewed by Tim Horton.
363 * editing/selection/extend-by-character-007-expected.txt: Added.
364 * editing/selection/extend-by-character-007.html: Added.
366 2015-03-10 Eric Carlson <eric.carlson@apple.com>
368 [Mac] Refactor media controls code
369 https://bugs.webkit.org/show_bug.cgi?id=142455
371 Reviewed by Dean Jackson.
373 * platform/mac/http/tests/media/hls/video-controls-live-stream-expected.txt:
375 2015-03-10 Yusuke Suzuki <utatane.tea@gmail.com>
377 Upgrade Map, Set and WeakMap constructor interface
378 https://bugs.webkit.org/show_bug.cgi?id=142348
380 Reviewed by Filip Pizlo.
382 Constructor semantics is changed.
384 * js/basic-map-expected.txt:
385 * js/basic-set-expected.txt:
386 * js/dom/basic-weakmap-expected.txt:
387 * js/script-tests/basic-map.js:
388 * js/script-tests/basic-set.js:
391 2015-03-10 Gabor Rapcsanyi <rgabor@webkit.org>
393 Too large plugins are crashing.
394 https://bugs.webkit.org/show_bug.cgi?id=139856
396 Reviewed by Darin Adler.
398 Add layout test to cover this crash.
400 * plugins/large-plugin-crash-expected.txt: Added.
401 * plugins/large-plugin-crash.html: Added.
403 2015-03-09 Alexey Proskuryakov <ap@apple.com>
405 Skip contentfiltering/block-after-add-data.html for now.
406 https://bugs.webkit.org/show_bug.cgi?id=142526
410 2015-03-09 Brent Fulgham <bfulgham@apple.com>
412 [Win] Rebaseline tests afer r181292.
414 * platform/win/TestExpectations:
415 * platform/win/fast/forms/search-vertical-alignment-expected.txt:
416 * platform/win/fast/forms/textfield-overflow-by-value-update-expected.txt:
418 2015-03-09 Ryosuke Niwa <rniwa@webkit.org>
420 Support extends and super keywords
421 https://bugs.webkit.org/show_bug.cgi?id=142200
423 Reviewed by Filip Pizlo.
425 Added tests for "extends" and "super" keywords.
428 * js/class-syntax-extends-expected.txt: Added.
429 * js/class-syntax-extends.html: Added.
430 * js/class-syntax-super-expected.txt: Added.
431 * js/class-syntax-super.html: Added.
432 * js/script-tests/class-syntax-extends.js: Added.
433 * js/script-tests/class-syntax-super.js: Added.
435 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
437 REGRESSION(r176978): Inline-blocks with overflowing contents have ascents that are too large
438 https://bugs.webkit.org/show_bug.cgi?id=141783
440 Reviewed by David Hyatt.
442 Update expected results.
444 * css3/flexbox/child-overflow-expected.html:
445 * css3/flexbox/child-overflow.html:
446 * fast/css/inline-block-tricky-baselines-expected.html: Added.
447 * fast/css/inline-block-tricky-baselines.html: Added.
448 * fast/forms/textfield-overflow-by-value-update-expected.txt:
449 * fast/text/baseline-inline-block-expected.html: Added.
450 * fast/text/baseline-inline-block.html: Added.
451 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
453 2015-03-09 Andy Estes <aestes@apple.com>
455 [Content Filtering] Add tests
456 https://bugs.webkit.org/show_bug.cgi?id=142475
458 Reviewed by Andreas Kling.
460 * contentfiltering/allow-after-add-data-expected.html: Added.
461 * contentfiltering/allow-after-add-data.html: Added.
462 * contentfiltering/allow-after-finished-adding-data-expected.html: Added.
463 * contentfiltering/allow-after-finished-adding-data.html: Added.
464 * contentfiltering/allow-after-response-expected.html: Added.
465 * contentfiltering/allow-after-response.html: Added.
466 * contentfiltering/block-after-add-data-expected.html: Added.
467 * contentfiltering/block-after-add-data.html: Added.
468 * contentfiltering/block-after-finished-adding-data-expected.html: Added.
469 * contentfiltering/block-after-finished-adding-data.html: Added.
470 * contentfiltering/block-after-response-expected.html: Added.
471 * contentfiltering/block-after-response.html: Added.
473 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
475 svg/custom/svg-fonts-without-missing-glyph.xhtml fails after fonts/font-fallback-prefers-pictographs.html
476 https://bugs.webkit.org/show_bug.cgi?id=142470
478 Reviewed by Anders Carlsson.
480 * platform/mac/TestExpectations:
482 2015-03-09 Benjamin Poulain <benjamin@webkit.org>
484 CSS JIT: add aliases between :nth-child()/:nth-last-child() and :first-child/:last-child
485 https://bugs.webkit.org/show_bug.cgi?id=142472
487 Reviewed by Andreas Kling.
489 * fast/selectors/nth-child-matching-first-expected.txt: Added.
490 * fast/selectors/nth-child-matching-first-on-root-expected.txt: Added.
491 * fast/selectors/nth-child-matching-first-on-root.html: Added.
492 * fast/selectors/nth-child-matching-first.html: Added.
493 * fast/selectors/nth-last-child-matching-first-expected.txt: Added.
494 * fast/selectors/nth-last-child-matching-first-on-root-expected.txt: Added.
495 * fast/selectors/nth-last-child-matching-first-on-root.html: Added.
496 * fast/selectors/nth-last-child-matching-first.html: Added.
498 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
500 Work around a Cocoa font parsing bug
501 https://bugs.webkit.org/show_bug.cgi?id=142446
503 Reviewed by Simon Fraser.
505 Adding a few extra tests for bits of SVG fonts that could use some more tests.
507 * svg/fonts/resources/svg-font-general.svg: Updated and moved from svg-font-horiz-origin-font.svg
508 * svg/fonts/svg-font-general.html: Updated and moved from svg-font-horiz-origin.html
509 * svg/fonts/svg-font-general-expected.html: Updated and moved from svg-font-horiz-origin-expected.html
511 2015-03-09 Myles C. Maxfield <mmaxfield@apple.com>
513 [SVG -> OTF Converter] x-height cannot be specified
514 https://bugs.webkit.org/show_bug.cgi?id=142465
516 Reviewed by Simon Fraser.
518 For all non-system fonts, OS X disregards the font's reported x-height. Therefore,
519 it is impossible to satisfy this test.
521 * fast/css/ex-unit-with-no-x-height-expected.txt: Removed.
522 * fast/css/ex-unit-with-no-x-height.html: Removed.
523 * platform/mac/TestExpectations:
525 2015-03-09 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
527 Unreviewed GTK+ Gardening
529 https://bugs.webkit.org/show_bug.cgi?id=142499
531 * platform/gtk/TestExpectations:
533 2015-03-09 Gyuyoung Kim <gyuyoung.kim@samsung.com>
535 Unreviewed EFL gardening on 9th Mar.
537 Mark svg/text/select-textLength-spacingAndGlyphs-foo.html to failure.
538 Update new failling tests to existing bugs.
540 * platform/efl/TestExpectations:
542 2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
544 Last test gardening after r177774 (for reals this time)
545 https://bugs.webkit.org/show_bug.cgi?id=139968
549 * platform/mac/TestExpectations:
550 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.txt:
551 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.txt:
552 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.txt:
553 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
554 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.txt:
555 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.txt:
556 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.txt:
557 * svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg:
558 * svg/text/select-textLength-spacingAndGlyphs-squeeze-2.svg:
559 * svg/text/select-textLength-spacingAndGlyphs-squeeze-3.svg:
560 * svg/text/select-textLength-spacingAndGlyphs-squeeze-4.svg:
561 * svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg:
562 * svg/text/select-textLength-spacingAndGlyphs-stretch-2.svg:
563 * svg/text/select-textLength-spacingAndGlyphs-stretch-3.svg:
565 2015-03-08 Benjamin Poulain <benjamin@webkit.org>
567 Fix the tests for the new double-child descendant in css-set-selector-text
568 https://bugs.webkit.org/show_bug.cgi?id=141882
570 Reviewed by Andreas Kling.
572 In 178592, I copied the rules from css-selector-text.html without removing
575 Kudos to Dhi Aurrahman for catching this.
577 * fast/css/css-set-selector-text-expected.txt:
578 * fast/css/css-set-selector-text.html:
580 2015-03-08 Myles C. Maxfield <mmaxfield@apple.com>
582 Change bug number for svg/custom/svg-fonts-without-missing-glyph.xhtml
586 * platform/mac/TestExpectations:
588 2015-03-08 David Kilzer <ddkilzer@apple.com>
590 [iOS] Gardening to skip new tests, rebaseline existing tests
592 * platform/ios-simulator-wk1/TestExpectations:
593 - Mark test as flakey.
595 * platform/ios-simulator-wk2/fast/css/text-overflow-input-expected.txt: Remove.
596 * platform/ios-simulator-wk2/fast/forms/input-disabled-color-expected.txt: Remove.
597 * platform/ios-simulator-wk2/fast/forms/input-text-word-wrap-expected.txt: Remove.
598 * platform/ios-simulator-wk2/fast/forms/minWidthPercent-expected.txt: Remove.
599 - Superceded by new platform/ios-simulator results.
601 * platform/ios-simulator/TestExpectations:
602 - Skip two tests that will always time out on iOS.
603 - Mark two tests as ImageOnlyFailure that fail consistently.
605 * platform/ios-simulator/compositing/media-controls-bar-appearance-expected.txt: Add.
606 - Add result for new test from r180965.
608 * platform/ios-simulator/fast/attachment/attachment-label-highlight-expected.txt: Add.
609 * platform/ios-simulator/fast/attachment/attachment-progress-expected.txt: Add.
610 * platform/ios-simulator/fast/attachment/attachment-subtitle-expected.txt: Add.
611 * platform/ios-simulator/fast/attachment/attachment-title-expected.txt: Add.
612 - Add results for new attachment tests.
614 * platform/ios-simulator/fast/css/text-overflow-input-expected.txt: Update.
615 * platform/ios-simulator/fast/forms/input-disabled-color-expected.txt: Update.
616 * platform/ios-simulator/fast/forms/input-text-scroll-left-on-blur-expected.txt: Update.
617 * platform/ios-simulator/fast/forms/input-text-word-wrap-expected.txt: Update.
618 * platform/ios-simulator/fast/forms/minWidthPercent-expected.txt: Update.
619 * platform/ios-simulator/tables/mozilla/bugs/bug59354-expected.txt: Update.
620 * platform/ios-simulator/tables/mozilla/bugs/bug96334-expected.txt: Update.
621 * platform/ios-simulator/tables/mozilla/other/move_row-expected.txt: Update.
622 - Rebaseline after other bug fixes like r180815.
624 2015-03-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
626 Unreviewed EFL gardening on 8th Mar.
628 Mark emphasis text test, writing mode test, whitespace test to failure.
629 Besides update new failure tests to existing bugs.
631 * platform/efl/TestExpectations:
633 2015-03-07 Darin Adler <darin@apple.com>
635 Improve the event handler test
636 https://bugs.webkit.org/show_bug.cgi?id=142439
638 Reviewed by Ryosuke Niwa.
640 * fast/dom/event-handler-attributes-expected.txt: Renamed from legacy-event-handler-attributes-expected.txt.
641 Also updated to reflect changes in the test.
643 * fast/dom/event-handler-attributes.html: Renamed from legacy-event-handler-attributes.html.
644 Fixed bug in the test that was making document event handler tests falsely report failure.
645 Removed testing of some HTMLMediaElement attributes that are conditionally present; this test
646 is intended to test only unconditionally available event handler attributes at this time.
648 * platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Removed. The conditional HTMLMediaElement
649 attributes are the reason the Windows-specific results were needed.
651 2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
653 Unreviewed EFL gardening on 7th Mar.
655 Remove duplicated css nap scroll skip.
656 Mark printing, compositing mask, svg pattern, and webgl visibility tests to failures.
658 * platform/efl/TestExpectations:
660 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
662 Web Inspector: ES6: Improved Support for Iterator Objects
663 https://bugs.webkit.org/show_bug.cgi?id=142420
665 Reviewed by Timothy Hatcher.
667 * inspector/model/remote-object.html:
668 Update tests to include iterator objects.
670 2015-03-06 Brent Fulgham <bfulgham@apple.com>
672 [Win] Mark svg/fonts/svg-font-horiz-orig.html as Image-only failing.
674 * platform/win/TestExpectations:
676 2015-03-06 Brent Fulgham <bfulgham@apple.com>
678 [Win] Mark svg/fonts/svg-font-horiz-orig.html as failing.
679 https://bugs.webkit.org/show_bug.cgi?id=142423
681 * platform/win/TestExpectations:
683 2015-03-06 Brent Fulgham <bfulgham@apple.com>
685 Add inherit support from scroll snap CSS properties
686 https://bugs.webkit.org/show_bug.cgi?id=136344
687 <rdar://problem/18162329>
689 Reviewed by Dean Jackson.
691 * css3/scroll-snap/scroll-snap-inherit.html: Added.
692 * css3/scroll-snap/scroll-snap-inherit-expected.txt: Added.
694 2015-03-06 Ryosuke Niwa <rniwa@webkit.org>
696 REGRESSION(r180595): construct varargs fails in FTL
697 https://bugs.webkit.org/show_bug.cgi?id=142030
699 Reviewed by Michael Saboff.
701 Re-enable the test on 64-bit iOS.
703 * js/regress/script-tests/deltablue-varargs.js:
705 2015-03-06 Brent Fulgham <bfulgham@apple.com>
707 Setting scroll-snap-desination to (100% 100%) locks up WebKit
708 https://bugs.webkit.org/show_bug.cgi?id=142414
709 <rdar://problem/20077275>
711 Reviewed by Dean Jackson.
713 * css3/scroll-snap/scroll-snap-desination-lock-up.html: Added.
714 * css3/scroll-snap/scroll-snap-desination-lock-up-expected.txt: Added.
716 2015-03-06 Dean Jackson <dino@apple.com>
718 Support "plus-lighter" in mix-blend mode
719 https://bugs.webkit.org/show_bug.cgi?id=142416
720 <rdar://problem/19993979>
722 Reviewed by Darin Adler and Sam Weinig.
724 Add tests and new expected results for plus-lighter.
726 * css3/blending/blend-mode-property-parsing-expected.txt:
727 * css3/blending/blend-mode-simple-composited.html:
728 * css3/blending/blend-mode-simple.html:
729 * css3/blending/script-tests/blend-mode-property-parsing.js:
730 * css3/blending/svg-blend-plus-lighter.html: Added.
731 * platform/mac/css3/blending/blend-mode-simple-composited-expected.png:
732 * platform/mac/css3/blending/blend-mode-simple-composited-expected.txt:
733 * platform/mac/css3/blending/blend-mode-simple-expected.png:
734 * platform/mac/css3/blending/blend-mode-simple-expected.txt:
735 * platform/mac/css3/blending/svg-blend-plus-lighter-expected.txt: Added.
737 2015-03-06 Brent Fulgham <bfulgham@apple.com>
739 Add 'initial' keyword support for scroll snap CSS properties
740 https://bugs.webkit.org/show_bug.cgi?id=136345
741 <rdar://problem/18162325>
743 Reviewed by Dean Jackson.
745 * css3/scroll-snap/scroll-snap-property-computed-style.js: Update for corrected 'initial' behavior.
746 * css3/scroll-snap/scroll-snap-property-computed-style-expected.txt: Rebaselined.
747 * css3/scroll-snap/scroll-snap-initial.html: Added.
748 * css3/scroll-snap/scroll-snap-initial-expected.txt: Added.
749 * platform/efl/TestExpectations:
750 * platform/gtk/TestExpectations:
751 * platform/win/TestExpectations:
753 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
755 ES6: Object Literal Extensions - Methods
756 https://bugs.webkit.org/show_bug.cgi?id=142390
758 Reviewed by Geoffrey Garen.
760 * js/object-literal-computed-methods-expected.txt: Added.
761 * js/object-literal-computed-methods.html: Added.
762 * js/object-literal-methods-expected.txt: Added.
763 * js/object-literal-methods.html: Added.
764 * js/script-tests/object-literal-computed-methods.js: Added.
765 * js/script-tests/object-literal-methods.js: Added.
767 2015-03-06 Joseph Pecoraro <pecoraro@apple.com>
769 __proto__ shorthand property should not modify prototype in Object Literal construction
770 https://bugs.webkit.org/show_bug.cgi?id=142382
772 Reviewed by Geoffrey Garen.
774 * js/object-literal-shorthand-construction-expected.txt:
775 * js/script-tests/object-literal-shorthand-construction.js:
776 Update test to cover the __proto__ shorthand case which is
777 different from longhand case.
779 2015-03-06 Antti Koivisto <antti@apple.com>
781 Enable disk cache validation test on iOS
782 https://bugs.webkit.org/show_bug.cgi?id=142405
784 Reviewed by Andreas Kling.
786 The features is enabled.
788 * platform/ios-simulator-wk2/TestExpectations:
789 * platform/ios-simulator/TestExpectations:
791 2015-03-06 Jer Noble <jer.noble@apple.com>
793 [Web Audio] Decoding specific .m4a file crashes tab
794 https://bugs.webkit.org/show_bug.cgi?id=139545
796 Reviewed by Eric Carlson.
798 * webaudio/decode-audio-data-too-short-expected.txt: Added.
799 * webaudio/decode-audio-data-too-short.html: Added.
800 * webaudio/resources/media/too-short.m4a: Added.
802 2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
804 Crash in -[WebCascadeList objectAtIndex:] + 195
805 https://bugs.webkit.org/show_bug.cgi?id=141274
807 Reviewed by David Kilzer.
809 * platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list-expected.txt: Added.
810 * platform/mac/fast/text/crash-complextextcontroller-custom-cascade-list.html: Added.
812 2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
814 Setting any of the <object> element plugin controlling attributes does not have any affect.
815 https://bugs.webkit.org/show_bug.cgi?id=141936.
817 Reviewed by Simon Fraser.
819 * fast/css/image-object-hover-inherit-expected.html: Added.
820 * fast/css/image-object-hover-inherit.html: Added.
821 A guarding test to catch the case of reconstructing the image <object>
822 renderer while performing a synchronous resolveTree() followed by page
823 rendering or dump render tree.
825 * svg/as-object/resources/lime100x100.html: Added.
826 * svg/as-object/resources/lime100x100.png: Added.
827 * svg/as-object/resources/lime100x100.svg: Added.
828 * svg/as-object/resources/red100x100.svg: Added.
829 * svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
830 * svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
831 Ensure that changing the 'type' and the 'data' attributes of the <object>
832 element will have the expected outcome. Also make sure that the <object>
833 element renderer falls back correctly when setting any of the attributes
834 to some unexpected value.
836 2015-03-06 Myles C. Maxfield <mmaxfield@apple.com>
838 Test horiz-origin-x and horiz-origin-y in SVG fonts
839 https://bugs.webkit.org/show_bug.cgi?id=142403
841 Simply moving to the origin in glyph-space at the beginning
842 of path parsing won't work if subsequent coordinates are absolute.
844 Reviewed by Simon Fraser.
846 * svg/fonts/resources/svg-font-horiz-origin-font.svg: Added.
847 * svg/fonts/svg-font-horiz-origin-expected.html: Added.
848 * svg/fonts/svg-font-horiz-origin.html: Added.
850 2015-03-06 Said Abou-Hallawa <sabouhallawa@apple.com>
852 An SVG element without intrinsic size inherits the container size as its viewport instead of inheriting the container viewport.
853 https://bugs.webkit.org/show_bug.cgi?id=141725.
855 Reviewed by Darin Adler.
857 * svg/css/svg-css-different-intrinsic-sizes-expected.html: Added.
858 * svg/css/svg-css-different-intrinsic-sizes.html: Added.
859 The intrinsic size of the <svg> element is overridden by CSS. The elements
860 inside the <svg> should consider the css size (which is equal to the <svg>
861 element viewport) instead of the <svg> element intrinsic size.
863 2015-03-06 Simon Fraser <simon.fraser@apple.com>
865 Allow composited clip-path to be updated without a layer repaint
866 https://bugs.webkit.org/show_bug.cgi?id=142384
868 Reviewed by Zalan Bujtas.
870 Test repaint with a clip-path change.
872 * compositing/masks/compositing-clip-path-change-no-repaint-expected.txt: Added.
873 * compositing/masks/compositing-clip-path-change-no-repaint.html: Added.
875 2015-03-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
877 Unreviewed EFL gardening on 6th Mar.
879 Skip tests regardening attachment download progress and unskip a passing test.
881 * platform/efl/TestExpectations:
883 2015-03-06 Sergio Villar Senin <svillar@igalia.com>
885 [CSS Grid Layout] ASSERTION FAILED !track.growthLimitIsInfinite() in RenderGrid::computeUsedBreadthOfGridTracks
886 https://bugs.webkit.org/show_bug.cgi?id=142265
888 Reviewed by Darin Adler.
890 New test that crashes on Debug builds if we don't handle the case
891 of computeUsedBreadthOfGridTracks() returning -1.
893 * fast/css-grid-layout/grid-indefinite-calculated-height-crash-expected.txt: Added.
894 * fast/css-grid-layout/grid-indefinite-calculated-height-crash.html: Added.
896 2015-03-05 Brent Fulgham <bfulgham@apple.com>
898 [Win] Give up on Attachment testing.
900 Just skip Attachments until they settle down. Also document more debug assertions.
902 * platform/win/TestExpectations:
904 2015-03-05 Oliver Hunt <oliver@apple.com>
906 Block mixed mode content
907 https://bugs.webkit.org/show_bug.cgi?id=142378
909 Reviewed by Darin Adler.
911 Update test results to reflect the new reality.
913 * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt:
914 * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt:
915 * http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt:
916 * http/tests/security/mixedContent/insecure-image-in-main-frame-expected.txt:
917 * http/tests/security/mixedContent/insecure-plugin-in-iframe-expected.txt:
918 * http/tests/security/mixedContent/insecure-script-in-iframe-expected.txt:
919 * http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt:
920 * http/tests/security/mixedContent/insecure-xhr-in-main-frame.html:
921 * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame-expected.txt:
922 * http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html:
923 * http/tests/security/mixedContent/redirect-http-to-https-script-in-iframe-expected.txt:
924 * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame-expected.txt:
925 * http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html:
926 * http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt:
927 * http/tests/security/mixedContent/resources/frame-with-insecure-frame.html:
928 * http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-frame.html:
929 * http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-frame.html:
930 * http/tests/xmlhttprequest/access-control-response-with-body.html:
932 2015-03-05 Benjamin Poulain <bpoulain@apple.com>
934 new layout test http/tests/usercontentfilter/character-set-basic-support.html fails
935 https://bugs.webkit.org/show_bug.cgi?id=142376
937 * http/tests/contentextensions/character-set-basic-support-expected.txt: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support-expected.txt.
938 * http/tests/contentextensions/character-set-basic-support.html: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.
939 * http/tests/contentextensions/character-set-basic-support.html.json: Copied from LayoutTests/http/tests/usercontentfilter/character-set-basic-support.html.json.
940 * http/tests/contentextensions/resources: Copied from LayoutTests/http/tests/usercontentfilter/resources.
941 * http/tests/usercontentfilter: Removed.
942 * http/tests/usercontentfilter/character-set-basic-support-expected.txt: Removed.
943 * http/tests/usercontentfilter/character-set-basic-support.html: Removed.
944 * http/tests/usercontentfilter/character-set-basic-support.html.json: Removed.
945 * http/tests/usercontentfilter/resources: Removed.
946 * http/tests/usercontentfilter/resources/url-blocking-test.js: Removed.
948 2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
950 Unreviewed Test Fix: Remove unnecessary reference to "window" causing test failure.
952 * js/object-literal-shorthand-construction-expected.txt:
953 * js/script-tests/object-literal-shorthand-construction.js:
955 2015-03-05 Stephanie Lewis <slewis@apple.com>
957 Mark http/tests/usercontentfilter/character-set-basic-support.html as failing.
958 https://bugs.webkit.org/show_bug.cgi?id=142376
964 2015-03-05 Joseph Pecoraro <pecoraro@apple.com>
966 Web Inspector: Follow-up fixes to ObjectTreeBaseTreeElement
967 https://bugs.webkit.org/show_bug.cgi?id=142367
969 Reviewed by Geoffrey Garen.
971 * js/object-literal-shorthand-construction-expected.txt: Added.
972 * js/object-literal-shorthand-construction.html: Added.
973 * js/script-tests/object-literal-shorthand-construction.js: Added.
975 (testShorthandConstructionEquivalent):
976 (testShorthandConstructionNotEquivalent):
977 Tests specifically for new literal construction with shorthands.
979 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
980 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
981 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
982 These tests use object literal shorthand construction syntax and expected
983 failures. The tests now fail differently, so just rebase their results.
985 2015-03-05 Timothy Horton <timothy_horton@apple.com>
987 <attachment> should allow the title property to override its title
988 https://bugs.webkit.org/show_bug.cgi?id=142369
990 Reviewed by Anders Carlsson.
992 * fast/attachment/attachment-title.html: Added.
993 * platform/mac/fast/attachment/attachment-title-expected.png: Added.
994 * platform/mac/fast/attachment/attachment-title-expected.txt: Added.
995 Add a test for the title property.
997 2015-03-05 Timothy Horton <timothy_horton@apple.com>
999 <attachment> should support indication of download progress
1000 https://bugs.webkit.org/show_bug.cgi?id=142336
1001 <rdar://problem/19982504>
1003 Reviewed by Anders Carlsson.
1005 * fast/attachment/attachment-progress.html: Added.
1006 * platform/mac/fast/attachment/attachment-progress-expected.png: Added.
1007 * platform/mac/fast/attachment/attachment-progress-expected.txt: Added.
1008 * platform/mac-mavericks/fast/attachment/attachment-progress-expected.txt: Added.
1009 Add a test for the <attachment> progress attribute.
1011 * platform/mac/fast/attachment/attachment-rendering-expected.png:
1012 Rebaseline a test that changed in r181058 (and will change again!), but
1013 which didn't start failing because the pixel test tolerance is such that
1014 it only fails the hash check and not the test itself.
1016 2015-03-05 Benjamin Poulain <bpoulain@apple.com>
1018 Add basic support for character sets to the URL Filter parser
1019 https://bugs.webkit.org/show_bug.cgi?id=142257
1021 Reviewed by Alex Christensen.
1023 * http/tests/usercontentfilter/character-set-basic-support-expected.txt: Added.
1024 * http/tests/usercontentfilter/character-set-basic-support.html: Added.
1025 * http/tests/usercontentfilter/character-set-basic-support.html.json: Added.
1026 * http/tests/usercontentfilter/resources/url-blocking-test.js: Added.
1028 2015-03-05 Chris Dumez <cdumez@apple.com>
1030 Regression(r173761): ASSERTION FAILED: !is8Bit() in StringImpl::characters16()
1031 https://bugs.webkit.org/show_bug.cgi?id=142350
1033 Reviewed by Michael Saboff and Benjamin Poulain.
1035 Update String.startsWith() / endsWith() test to cover cases where the
1036 input string is 8-bit and the pattern is 16-bit, and vice-versa.
1038 * js/script-tests/string-includes.js:
1039 * js/string-includes-expected.txt:
1041 2015-03-05 Roger Fong <roger_fong@apple.com>
1043 Update inline media control icons for OSX.
1044 https://bugs.webkit.org/show_bug.cgi?id=142305.
1045 <rdar://problem/19997484>
1047 Reviewed by Dean Jackson.
1049 * platform/mac/TestExpectations: Skip two failing tests caused by this patch.
1050 See https://bugs.webkit.org/show_bug.cgi?id=142142
1052 2015-03-05 Brent Fulgham <bfulgham@apple.com>
1054 [Win] Reneable aria 'switch' tests after r18078.
1056 Add a Windows rebaseline. Also document another batch of debug assertions.
1058 * platform/win/TestExpectations:
1059 * platform/win/accessibility/aria-toggle-button-with-title-expected.txt: Added.
1060 * platform/win/fast/attachment/attachment-subtitle-expected.txt: Added.
1062 2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
1064 Test gardening after r181013
1068 * platform/mac/fast/text/trailing-word-expected.html: Renamed from LayoutTests/fast/text/trailing-word-expected.html.
1069 * platform/mac/fast/text/trailing-word.html: Renamed from LayoutTests/fast/text/trailing-word.html.
1071 2015-03-04 Joseph Pecoraro <pecoraro@apple.com>
1073 Web Inspector: Array/Collection Sizes should be visible and distinct
1074 https://bugs.webkit.org/show_bug.cgi?id=142254
1076 Reviewed by Timothy Hatcher.
1078 * inspector-protocol/runtime/getProperties-expected.txt:
1079 * inspector/model/remote-object-expected.txt:
1080 * inspector/model/remote-object.html:
1081 Update tests now that RemoteObjects and Previews may have an explicit size.
1083 2015-03-04 Timothy Horton <timothy_horton@apple.com>
1085 <attachment> should show the file size as detail text below the icon
1086 https://bugs.webkit.org/show_bug.cgi?id=142261
1087 <rdar://problem/20009570>
1089 Reviewed by Dean Jackson.
1091 * fast/attachment/attachment-subtitle.html: Added.
1092 * platform/mac/fast/attachment/attachment-subtitle-expected.png: Added.
1093 * platform/mac/fast/attachment/attachment-subtitle-expected.txt: Added.
1094 Add a test of the rendering of attachment subtitles, and results for Mac.
1096 * platform/mac-mavericks/fast/attachment/attachment-subtitle-expected.txt: Added.
1097 Add Mavericks baselines.
1099 2015-03-04 Alex Christensen <achristensen@webkit.org>
1101 Unreviewed gardening.
1103 * http/tests/contentextensions/basic-filter.html.hson: Removed.
1104 * http/tests/contentextensions/basic-filter.html.json: Copied from http/tests/contentextensions/basic-filter.html.hson.
1105 Spell json correctly. Does not start with h.
1107 2015-03-04 Alex Christensen <achristensen@webkit.org>
1109 Move content extensions test to properly named directory.
1110 https://bugs.webkit.org/show_bug.cgi?id=142299
1112 Reviewed by Tim Horton.
1115 * http/tests/contentextensions: Added.
1116 * http/tests/contentextensions/basic-filter-expected.txt: Copied from platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt.
1117 * http/tests/contentextensions/basic-filter.html: Copied from http/tests/usercontentfilter/basic-filter.html.
1118 * http/tests/contentextensions/basic-filter.html.hson: Copied from http/tests/usercontentfilter/basic-filter.html.json.
1119 * http/tests/contentextensions/block-cookies-basic-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-basic-expected.txt.
1120 * http/tests/contentextensions/block-cookies-basic.html: Copied from http/tests/usercontentfilter/block-cookies-basic.html.
1121 * http/tests/contentextensions/block-cookies-basic.html.json: Copied from http/tests/usercontentfilter/block-cookies-basic.html.json.
1122 * http/tests/contentextensions/block-cookies-send-expected.txt: Copied from http/tests/usercontentfilter/block-cookies-send-expected.txt.
1123 * http/tests/contentextensions/block-cookies-send.html: Copied from http/tests/usercontentfilter/block-cookies-send.html.
1124 * http/tests/contentextensions/block-cookies-send.html.json: Copied from http/tests/usercontentfilter/block-cookies-send.html.json.
1125 * http/tests/contentextensions/css-display-none-expected.txt: Copied from http/tests/usercontentfilter/css-display-none-expected.txt.
1126 * http/tests/contentextensions/css-display-none.html: Copied from http/tests/usercontentfilter/css-display-none.html.
1127 * http/tests/contentextensions/css-display-none.html.json: Copied from http/tests/usercontentfilter/css-display-none.html.json.
1128 * http/tests/usercontentfilter/basic-filter.html: Removed.
1129 * http/tests/usercontentfilter/basic-filter.html.json: Removed.
1130 * http/tests/usercontentfilter/block-cookies-basic-expected.txt: Removed.
1131 * http/tests/usercontentfilter/block-cookies-basic.html: Removed.
1132 * http/tests/usercontentfilter/block-cookies-basic.html.json: Removed.
1133 * http/tests/usercontentfilter/block-cookies-send-expected.txt: Removed.
1134 * http/tests/usercontentfilter/block-cookies-send.html: Removed.
1135 * http/tests/usercontentfilter/block-cookies-send.html.json: Removed.
1136 * http/tests/usercontentfilter/css-display-none-expected.txt: Removed.
1137 * http/tests/usercontentfilter/css-display-none.html: Removed.
1138 * http/tests/usercontentfilter/css-display-none.html.json: Removed.
1139 * platform/mac-wk2/TestExpectations:
1140 * platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt: Removed.
1142 2015-03-04 Brent Fulgham <bfulgham@apple.com>
1144 [Win] Rebaseline a few tests. Mark some failures.
1146 * platform/win/TestExpectations:
1147 * platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
1148 * platform/win/js/dom/global-constructors-attributes-expected.txt:
1150 2015-03-04 Myles C. Maxfield <mmaxfield@apple.com>
1152 Implement -apple-trailing-word: -apple-partially-balanced
1153 https://bugs.webkit.org/show_bug.cgi?id=142253
1155 Reviewed by David Hyatt.
1157 * fast/text/trailing-word-expected.html: Added.
1158 * fast/text/trailing-word.html: Added.
1160 2015-03-04 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
1162 Unreviewed Gardening 4th March
1164 https://bugs.webkit.org/show_bug.cgi?id=142271
1166 * platform/gtk/TestExpectations:
1168 2015-03-03 Yoav Weiss <yoav@yoav.ws>
1170 Add a microtask abstraction
1171 https://bugs.webkit.org/show_bug.cgi?id=137496
1173 Reviewed by Sam Weinig.
1175 Adding a test for microtask abstraction.
1176 A similar patch was rolled back in r180914.
1178 * fast/dom/microtask-detach.html: Added.
1179 * fast/dom/microtask-detach-expected.txt: Added.
1180 * fast/dom/microtask-inorder.html: Added.
1181 * fast/dom/microtask-inorder-expected.txt: Added.
1182 * fast/dom/microtask-reverse.html: Added.
1183 * fast/dom/microtask-reverse-expected.txt: Added.
1185 2015-03-03 Simon Fraser <simon.fraser@apple.com>
1187 Mark fast/css/object-fit/object-fit-canvas.html as a flakey
1188 image failure, since it keeps breaking EWS.
1190 * platform/mac/TestExpectations:
1192 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1194 [Win] [Attachment] New Tests fail on Windows
1195 https://bugs.webkit.org/show_bug.cgi?id=142017
1197 Unreviewed. Rebaseline tests for Windows display metrics.
1199 * platform/win/fast/attachment/attachment-disabled-rendering-expected.txt:
1200 * platform/win/fast/attachment/attachment-rendering-expected.txt:
1202 2015-03-03 Stephanie Lewis <slewis@apple.com>
1204 Update TestExpectations after http://trac.webkit.org/changeset/180965 to skip new test on Mavericks.
1208 * platform/mac/TestExpectations:
1210 2015-03-03 Alexey Proskuryakov <ap@apple.com>
1212 [Mac] Track localized name follows locale instead of primary language
1213 https://bugs.webkit.org/show_bug.cgi?id=142242
1214 rdar://problem/20000365
1216 Reviewed by Eric Carlson.
1218 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt: This
1219 test now successfully switches to Japanese, as originally intended.
1221 2015-03-03 Alex Christensen <achristensen@webkit.org>
1223 Prepare to use CSS selectors in content extensions.
1224 https://bugs.webkit.org/show_bug.cgi?id=142227
1226 Reviewed by Benjamin Poulain.
1228 * http/tests/usercontentfilter/css-display-none-expected.txt: Added.
1229 * http/tests/usercontentfilter/css-display-none.html: Added.
1230 * http/tests/usercontentfilter/css-display-none.html.json: Added.
1232 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1234 [Win] Add baseline for new legacy-event-handler test.
1236 * platform/win/fast/dom/legacy-event-handler-attributes-expected.txt: Added.
1238 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1240 <attachment> label can get very wide, doesn't wrap/truncate
1241 https://bugs.webkit.org/show_bug.cgi?id=142214
1242 <rdar://problem/19982499>
1244 * fast/attachment/attachment-label-highlight-expected.png: Added.
1245 * fast/attachment/attachment-label-highlight-expected.txt: Added.
1246 Add (empty) platform independent baselines.
1248 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1250 Move scroll animating functions from ScrollAnimator to ScrollController
1251 https://bugs.webkit.org/show_bug.cgi?id=142102
1252 <rdar://problem/20007161>
1254 Reviewed by Simon Fraser.
1256 Add a new test that confirms that rubberband snap animations work properly when combined
1259 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom-expected.txt: Added.
1260 * platform/mac-wk2/tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html: Added.
1262 2015-03-03 Commit Queue <commit-queue@webkit.org>
1264 Unreviewed, rolling out r180683.
1265 https://bugs.webkit.org/show_bug.cgi?id=142249
1267 Broke fast/css/acid2-pixel.html (Requested by ap on #webkit).
1271 "Setting any of the <object> element plugin controlling
1272 attributes does not have any affect."
1273 https://bugs.webkit.org/show_bug.cgi?id=141936
1274 http://trac.webkit.org/changeset/180683
1276 2015-03-03 Dean Jackson <dino@apple.com>
1278 Controls panel should have system blurry background
1279 https://bugs.webkit.org/show_bug.cgi?id=142154
1280 <rdar://problem/20000964>
1282 Reviewed by Simon Fraser.
1284 Make sure content with a -webkit-appearance of
1285 media-controls-light-bar-background or
1286 media-controls-dark-bar-background doesn't get composited
1287 unless explicitly requested. This avoids a
1288 performance hit for a rarely used feature.
1290 * compositing/media-controls-bar-appearance-expected.txt: Added.
1291 * compositing/media-controls-bar-appearance.html: Added.
1293 2015-03-03 Daniel Bates <dabates@apple.com>
1295 Convert ManualTests/svg-tooltip.svg to a DRT test
1296 https://bugs.webkit.org/show_bug.cgi?id=140480
1298 Reviewed by Alex Christensen.
1300 * svg/hittest/svg-tooltip-expected.txt: Added.
1301 * svg/hittest/svg-tooltip.svg: Added.
1303 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1305 <attachment> label can get very wide, doesn't wrap/truncate
1306 https://bugs.webkit.org/show_bug.cgi?id=142214
1307 <rdar://problem/19982499>
1309 * platform/mac-mavericks/fast/attachment: Added.
1310 * platform/mac-mavericks/fast/attachment/attachment-label-highlight-expected.txt: Added.
1311 Add a Mavericks result because text metrics differ.
1313 2015-03-03 Darin Adler <darin@apple.com>
1315 Test legacy event handler attributes (ones with names like "onclick")
1316 https://bugs.webkit.org/show_bug.cgi?id=142221
1318 Reviewed by Anders Carlsson.
1320 * fast/dom/legacy-event-handler-attributes-expected.txt: Added.
1321 * fast/dom/legacy-event-handler-attributes.html: Added.
1323 2015-03-03 Timothy Horton <timothy_horton@apple.com>
1325 <attachment> label can get very wide, doesn't wrap/truncate
1326 https://bugs.webkit.org/show_bug.cgi?id=142214
1327 <rdar://problem/19982499>
1329 Reviewed by Simon Fraser.
1331 * fast/attachment/attachment-label-highlight.html: Added.
1332 * platform/mac/fast/attachment/attachment-label-highlight-expected.png: Added.
1333 * platform/mac/fast/attachment/attachment-label-highlight-expected.txt: Added.
1334 Add a test for various <attachment> highlight cases.
1336 * platform/mac/fast/attachment/attachment-rendering-expected.txt:
1337 Update expected result for attachment-rendering, which changed size
1338 because we now bail from text layout if we don't have any text.
1340 2015-03-03 Brent Fulgham <bfulgham@apple.com>
1342 [Win] Document more debug assertions.
1344 * platform/win/TestExpectations:
1346 2015-03-03 Chris Dumez <cdumez@apple.com>
1348 Make AudioContext suspendable when it is not rendering
1349 https://bugs.webkit.org/show_bug.cgi?id=142210
1350 <rdar://problem/19923085>
1352 Reviewed by Eric Carlson.
1354 Add layout tests to check cases where an AudioContext should or should
1355 not prevent pages from entering the page cache.
1357 * fast/history/page-cache-closed-audiocontext-expected.txt: Added.
1358 * fast/history/page-cache-closed-audiocontext.html: Added.
1359 * fast/history/page-cache-running-audiocontext-expected.txt: Added.
1360 * fast/history/page-cache-running-audiocontext.html: Added.
1361 * fast/history/page-cache-suspended-audiocontext-expected.txt: Added.
1362 * fast/history/page-cache-suspended-audiocontext.html: Added.
1364 2015-03-02 Mark Lam <mark.lam@apple.com>
1366 Gardening: skipping inspector/timeline tests since they are still flaky.
1367 <https://webkit.org/b/142208>
1372 - Restore skipping of inspector/timeline tests.
1373 * platform/win/TestExpectations:
1374 - Removing the skipping here since the general TestExpectations has it covered.
1376 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1378 [Win] inspector/timeline always times out.
1379 https://bugs.webkit.org/show_bug.cgi?id=142208
1381 * platform/win/TestExpectations: Skipping.)
1383 2015-03-02 Commit Queue <commit-queue@webkit.org>
1385 Unreviewed, rolling out r180911.
1386 https://bugs.webkit.org/show_bug.cgi?id=142204
1388 The tests it added are crashing (Requested by bdash on
1393 "Add a microtask abstraction"
1394 https://bugs.webkit.org/show_bug.cgi?id=137496
1395 http://trac.webkit.org/changeset/180911
1397 2015-03-02 Yoav Weiss <yoav@yoav.ws>
1399 Add a microtask abstraction
1400 https://bugs.webkit.org/show_bug.cgi?id=137496
1402 Reviewed by Sam Weinig.
1404 Adding a test for microtask abstraction.
1406 * fast/dom/microtask-detach.html: Added.
1407 * fast/dom/microtask-detach-expected.txt: Added.
1408 * fast/dom/microtask-inorder.html: Added.
1409 * fast/dom/microtask-inorder-expected.txt: Added.
1410 * fast/dom/microtask-reverse.html: Added.
1411 * fast/dom/microtask-reverse-expected.txt: Added.
1413 2015-03-02 Myles C. Maxfield <mmaxfield@apple.com>
1415 Last gardening after r177774
1419 * fast/text/font-kerning-expected.html:
1420 * fast/text/font-variant-ligatures-expected.html:
1421 * fast/text/whitespace/inline-whitespace-wrapping-7-expected.html:
1422 * fast/text/whitespace/inline-whitespace-wrapping-7.html:
1423 * mathml/presentation/scripts-subsup-expected.html:
1424 * mathml/presentation/scripts-subsup.html:
1425 * platform/mac/TestExpectations:
1426 * platform/mac/fast/text/multiple-codeunit-vertical-upright-expected.html:
1427 * platform/mac/fast/text/multiple-codeunit-vertical-upright.html:
1428 * platform/mac/fast/text/resources/multiple-codeunit-vertical-upright.otf: Removed.
1429 * svg/text/svg-font-word-rounding-hacks-spaces-expected.html:
1430 * svg/text/svg-font-word-rounding-hacks-spaces.html:
1431 * svg/text/tspan-outline-expected.svg:
1432 * svg/text/tspan-outline.html:
1434 2015-03-02 Mark Lam <mark.lam@apple.com>
1436 Exception stack unwinding in JSC hangs while the Timeline Profiler is enabled.
1437 <https://webkit.org/b/142191>
1439 Reviewed by Geoffrey Garen.
1441 * inspector/timeline/exception-in-injected-script-while-recording-expected.txt: Added.
1442 * inspector/timeline/exception-in-injected-script-while-recording.html: Added.
1444 2015-03-02 Mark Lam <mark.lam@apple.com>
1446 The InspectorTimelineAgent should gracefully handle attempts to start more than once.
1447 <https://webkit.org/b/142189>
1449 Reviewed by Joseph Pecoraro.
1452 - Unskipped inspector/timeline tests.
1454 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1456 [Win] Skip media control test after r180893.
1458 * platform/win/TestExpectations:
1460 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1462 [Win] Document more debug assertions.
1464 * platform/win/TestExpectations:
1466 2015-02-28 Roger Fong <roger_fong@apple.com>
1468 Skip media control tests for now while new look is being finalized.
1469 https://bugs.webkit.org/show_bug.cgi?id=142138.
1471 Reviewed by Dean Jackson.
1473 * platform/mac/TestExpectations:
1475 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1477 [Win] Rebaseline canvas-ellipse-zero-lineto test.
1479 Rebaseline this test since this is due to differences in the drawing libraries used on the
1480 Windows and reference Mac platforms, and is not due to a bug in WebKit itself.
1482 * platform/win/TestExpectations:
1483 * platform/win/fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
1485 2015-03-02 Brent Fulgham <bfulgham@apple.com>
1487 [Win] Document more debug assertions.
1489 * platform/win/TestExpectations:
1491 2015-03-02 Alexey Proskuryakov <ap@apple.com>
1493 Fix a typo in TestExpectations.
1495 * platform/mac/TestExpectations: Faiure - > Failure.
1497 2015-03-02 Alexey Proskuryakov <ap@apple.com>
1499 js/promises-tests/promises-tests-2-1-2.html sometimes times out
1500 https://bugs.webkit.org/show_bug.cgi?id=142175
1502 * TestExpectations: Marking as flaky.
1504 2015-03-01 Simon Fraser <simon.fraser@apple.com>
1506 Make clip-path work on <video>, <canvas> etc.
1507 https://bugs.webkit.org/show_bug.cgi?id=138684
1509 Reviewed by Darin Adler.
1511 Tests for various combinations of clip-path and mask, and dynamic changes
1514 * compositing/masks/compositing-clip-path-and-mask-expected.html: Added.
1515 * compositing/masks/compositing-clip-path-and-mask.html: Added.
1516 * compositing/masks/compositing-clip-path-expected.html: Added.
1517 * compositing/masks/compositing-clip-path-mask-change-expected.html: Added.
1518 * compositing/masks/compositing-clip-path-mask-change.html: Added.
1519 * compositing/masks/compositing-clip-path.html: Added.
1520 * compositing/masks/reference-clip-path-on-composited-expected.html: Added.
1521 * compositing/masks/reference-clip-path-on-composited.html: Added.
1523 2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1525 Unreviewed EFL gardening. Mark crash tests of webgl to CRASH.
1526 WebGL isn't supported by EFL port now.
1528 * platform/efl/TestExpectations:
1530 2015-03-01 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1532 Unreviewed EFL gardening on 2nd March.
1534 Mark css3 shape tests to flaky. Unskip passing tests and so on.
1536 * platform/efl/TestExpectations:
1539 2015-03-01 Chris Dumez <cdumez@apple.com>
1541 Make NotificationCenter / Notification suspendable
1542 https://bugs.webkit.org/show_bug.cgi?id=142117
1543 <rdar://problem/19923085>
1545 Reviewed by Andreas Kling.
1547 Add layout tests to cover cases where notifications should prevent
1548 entering the PageCache or not.
1550 * fast/history/page-cache-notification-non-suspendable-expected.txt: Added.
1551 * fast/history/page-cache-notification-non-suspendable.html: Added.
1552 * fast/history/page-cache-notification-suspendable-expected.txt: Added.
1553 * fast/history/page-cache-notification-suspendable.html: Added.
1554 * platform/efl/TestExpectations:
1555 * platform/gtk/TestExpectations:
1556 * platform/ios-simulator/TestExpectations:
1557 * platform/win/TestExpectations:
1558 * platform/wincairo/TestExpectations:
1560 2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
1562 EFL, GTK+, and Windows rebaselines after r180867.
1564 * platform/efl/TestExpectations:
1565 * platform/efl/editing/execCommand/5142012-1-expected.txt:
1566 * platform/efl/editing/execCommand/nsresponder-outdent-expected.txt:
1567 * platform/efl/editing/inserting/insert-at-end-02-expected.txt:
1568 * platform/gtk/editing/execCommand/5142012-1-expected.txt:
1569 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt:
1570 * platform/gtk/editing/inserting/insert-at-end-02-expected.txt:
1571 * platform/gtk/editing/pasteboard/4989774-expected.txt:
1572 * platform/win/editing/execCommand/5142012-1-expected.txt:
1573 * platform/win/editing/execCommand/nsresponder-outdent-expected.txt:
1574 * platform/win/editing/inserting/insert-at-end-02-expected.txt:
1576 2015-03-01 Alexey Proskuryakov <ap@apple.com>
1578 media/track/track-in-band-cues-added-once.html flakily fails
1579 https://bugs.webkit.org/show_bug.cgi?id=142152
1581 * platform/mac/TestExpectations: Marked it as such.
1583 2015-03-01 Ryosuke Niwa <rniwa@webkit.org>
1585 isContentEditable shouldn't trigger synchronous style recalc in most cases
1586 https://bugs.webkit.org/show_bug.cgi?id=129034
1588 Reviewed by Antti Koivisto.
1590 Added a regression test to update the editability of elements dynamically. Also rebaselined
1591 tests per style recalc timing changes.
1593 * fast/dom/HTMLElement/dynamic-editability-change-expected.txt: Added.
1594 * fast/dom/HTMLElement/dynamic-editability-change.html: Added.
1595 * platform/mac/editing/execCommand/5142012-1-expected.txt: anonymous render block differences.
1596 * platform/mac/editing/execCommand/nsresponder-outdent-expected.txt: Ditto.
1597 * platform/mac/editing/inserting/insert-at-end-02-expected.txt: Empty render text differences.
1598 * platform/mac/editing/pasteboard/4989774-expected.txt: Ditto.
1600 2015-03-01 Brent Fulgham <bfulgham@apple.com>
1602 [Win] Document some more debug assertions.
1604 * platform/win/TestExpectations:
1606 2015-02-28 Csaba Osztrogonác <ossy@webkit.org>
1608 REGRESSION(r85798): Lists of crashing/timeouting/stderr tests aren't sorted
1609 https://bugs.webkit.org/show_bug.cgi?id=142081
1611 Reviewed by Ryosuke Niwa.
1613 * fast/harness/results.html:
1615 2015-02-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1617 Unreviewed EFL gardening 1st Mar.
1619 * platform/efl/TestExpectations:
1620 - Unskip tests which have been passed since r180672.
1621 - Skip compositing/webgl.
1623 2015-02-27 Zalan Bujtas <zalan@apple.com>
1625 Subpixel-layout: width: max-content; property might cause unnecessary scrollbar.
1626 https://bugs.webkit.org/show_bug.cgi?id=142065
1628 Reviewed by Simon Fraser.
1630 Rebaseline. Scroll layer shrinks in certain cases.
1632 * platform/mac-mavericks/editing/input/caret-at-the-edge-of-input-expected.txt:
1633 * platform/mac-mavericks/fast/css/text-overflow-input-expected.txt:
1634 * platform/mac-mavericks/fast/forms/basic-inputs-expected.txt:
1635 * platform/mac-mavericks/fast/forms/control-restrict-line-height-expected.txt:
1636 * platform/mac-mavericks/fast/forms/input-disabled-color-expected.txt:
1637 * platform/mac-mavericks/fast/forms/search/search-size-with-decorations-expected.txt:
1638 * platform/mac-mavericks/http/tests/navigation/javascriptlink-frames-expected.txt:
1639 * platform/mac/TestExpectations:
1640 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
1641 * platform/mac/fast/forms/input-appearance-selection-expected.txt:
1642 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1643 * platform/mac/fast/forms/input-type-text-min-width-expected.txt:
1644 * platform/mac/fast/forms/minWidthPercent-expected.txt:
1645 * platform/mac/fast/forms/search/search-size-with-decorations-expected.txt:
1646 * platform/mac/tables/mozilla/bugs/bug96334-expected.txt:
1648 2015-02-27 David Kilzer <ddkilzer@apple.com>
1650 [iOS] Gardening: rebaseline fast/attachment results
1652 * platform/ios-simulator/fast/attachment/attachment-disabled-dom-expected.txt: Add.
1653 * platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Update.
1654 * platform/ios-simulator/fast/attachment/attachment-dom-expected.txt: Add.
1655 * platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Update.
1657 2015-02-27 David Kilzer <ddkilzer@apple.com>
1659 [iOS] Gardening: Unskip fast/history/page-cache-webdatabase-opened-db.html
1661 * platform/ios-simulator/TestExpectations: Unskip test. It
1662 passes on iOS WK1 and WK2 because WebSQL != IndexedDB.
1664 2015-02-27 David Kilzer <ddkilzer@apple.com>
1666 [iOS] Gardening: Skip some new page-cache tests
1668 * platform/ios-simulator/TestExpectations:
1669 - Skip MediaSource tests:
1670 fast/history/page-cache-media-source-closed-2.html
1671 fast/history/page-cache-media-source-closed.html
1672 fast/history/page-cache-media-source-opened.html
1673 - Skip test that uses drag-and-drop:
1674 fast/history/page-cache-createObjectURL.html
1676 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1678 Test gardening for Windows after r180796.
1682 * platform/win/TestExpectations:
1684 2015-02-27 Dean Jackson <dino@apple.com>
1686 https://bugs.webkit.org/show_bug.cgi?id=142119
1688 Unreviewed. Add fast/canvas/canvas-ellipse-zero-lineto.html
1689 to list of failing tests on Windows.
1691 * platform/win/TestExpectations:
1693 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1695 Updating more tests after r177774
1699 Most of these tests simply need to be updated. However, I found two real bugs while
1700 going through these!
1702 * fast/css-generated-content/after-with-inline-continuation-expected.html:
1703 * fast/css-generated-content/after-with-inline-continuation.html:
1704 * fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines-expected.html:
1705 * fast/inline/hidpi-select-inline-on-subpixel-position-expected.html:
1706 * fast/inline/hidpi-select-inline-on-subpixel-position.html:
1707 * fast/lists/rtl-marker-expected.html:
1708 * fast/lists/rtl-marker.html:
1709 * fast/multicol/cell-shrinkback-expected.html:
1710 * fast/multicol/cell-shrinkback.html:
1711 * fast/multicol/newmulticol/breaks-3-columns-3-expected.html:
1712 * fast/multicol/newmulticol/breaks-3-columns-3.html:
1713 * fast/regions/last-region-border-radius-expected.html:
1714 * fast/regions/last-region-border-radius.html:
1715 * fast/regions/overflow/overflow-first-and-last-regions.html:
1716 * fast/regions/overflow/overflow-in-uniform-regions-dynamic-expected.html:
1717 * fast/regions/overflow/overflow-in-uniform-regions-dynamic.html:
1718 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius-expected.html:
1719 * fast/shapes/shape-outside-floats/shape-outside-floats-inset-rounded-large-radius.html:
1720 * fast/shapes/shape-outside-floats/shape-outside-rounded-inset-expected.html:
1721 * fast/shapes/shape-outside-floats/shape-outside-rounded-inset.html:
1722 * fast/table/td-width-fifty-percent-regression-expected.html:
1723 * fast/table/td-width-fifty-percent-regression.html:
1724 * fast/text/complex-initial-advance-expected.html:
1725 * fast/text/complex-initial-advance.html:
1726 * platform/mac/TestExpectations:
1728 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1730 [Subpixel] Subpixelize RenderListMarker
1731 https://bugs.webkit.org/show_bug.cgi?id=142093
1733 Reviewed by Zalan Bujtas.
1735 * platform/mac/TestExpectations: Unskip fast/lists/rtl-marker.html
1737 2015-02-27 Alexey Proskuryakov <ap@apple.com>
1739 Test gardening, unmark now passing tests.
1742 * platform/mac-wk2/TestExpectations:
1743 * platform/mac/TestExpectations:
1745 2015-02-27 Myles C. Maxfield <mmaxfield@apple.com>
1747 [iOS] Some MathML tests crash in RenderMathMLOperator::advanceForGlyph() or boundsForGlyph()
1748 https://bugs.webkit.org/show_bug.cgi?id=141371
1750 Reviewed by David Kilzer.
1752 Updating expected results and TestExpectations
1754 * platform/ios-simulator-wk2/TestExpectations:
1755 * platform/ios-simulator/mathml/opentype/horizontal-munderover-expected.txt:
1756 * platform/ios-simulator/mathml/opentype/large-operators-expected.txt:
1757 * platform/ios-simulator/mathml/opentype/vertical-expected.txt:
1759 2015-02-27 Chris Dumez <cdumez@apple.com>
1761 Make SourceBuffer ActiveDOMObject suspendable
1762 https://bugs.webkit.org/show_bug.cgi?id=142108
1763 <rdar://problem/19923085>
1765 Reviewed by Jer Noble.
1767 Add a layout tests to check that a SourceBuffer removed from its
1768 MediaSource does not prevent a Page from entering PageCache.
1770 * fast/history/page-cache-removed-source-buffer-expected.txt: Added.
1771 * fast/history/page-cache-removed-source-buffer.html: Added.
1773 2015-02-26 Sam Weinig <sam@webkit.org>
1775 Add support for canvas ellipse method
1776 https://bugs.webkit.org/show_bug.cgi?id=82791
1777 <rdar://problem/11159172>
1779 Reviewed by Dirk Schulze.
1781 * fast/canvas/canvas-ellipse-360-winding-expected.txt: Added.
1782 * fast/canvas/canvas-ellipse-360-winding.html: Added.
1783 * fast/canvas/canvas-ellipse-circumference-expected.txt: Added.
1784 * fast/canvas/canvas-ellipse-circumference-fill-expected.txt: Added.
1785 * fast/canvas/canvas-ellipse-circumference-fill.html: Added.
1786 * fast/canvas/canvas-ellipse-circumference.html: Added.
1787 * fast/canvas/canvas-ellipse-connecting-line-expected.html: Added.
1788 * fast/canvas/canvas-ellipse-connecting-line.html: Added.
1789 * fast/canvas/canvas-ellipse-expected.txt: Added.
1790 * fast/canvas/canvas-ellipse-negative-radius-expected.txt: Added.
1791 * fast/canvas/canvas-ellipse-negative-radius.html: Added.
1792 * fast/canvas/canvas-ellipse-zero-lineto-expected.txt: Added.
1793 * fast/canvas/canvas-ellipse-zero-lineto.html: Added.
1794 * fast/canvas/canvas-ellipse.html: Added.
1795 * fast/canvas/script-tests/canvas-ellipse-360-winding.js: Added.
1796 * fast/canvas/script-tests/canvas-ellipse.js: Added.
1797 * fast/canvas/script-tests/js-ellipse-implementation.js: Added.
1798 * platform/mac/fast/canvas/canvas-ellipse-circumference-expected.png: Added.
1799 * platform/mac/fast/canvas/canvas-ellipse-circumference-fill-expected.png: Added.
1801 2015-02-27 Alex Christensen <achristensen@webkit.org>
1803 Test more features of content extensions.
1804 https://bugs.webkit.org/show_bug.cgi?id=142100
1806 Reviewed by Brady Eidson.
1808 * http/tests/usercontentfilter/basic-filter.html:
1809 * http/tests/usercontentfilter/basic-filter.html.json:
1810 * platform/mac/http/tests/usercontentfilter/basic-filter-expected.txt:
1812 2015-02-27 Alexey Proskuryakov <ap@apple.com>
1814 Some WebGL tests fail on ATI hardware
1815 https://bugs.webkit.org/show_bug.cgi?id=93560
1816 rdar://problem/19991477
1818 * platform/mac/TestExpectations: Updating expectations, as this is not limited to
1821 2015-02-27 Enrica Casucci <enrica@apple.com>
1823 Adding support for serializing HTMLAttachment elements.
1824 https://bugs.webkit.org/show_bug.cgi?id=142026
1826 Reviewed by Tim Horton.
1828 * editing/pasteboard/copy-paste-attachment-expected.txt: Added.
1829 * editing/pasteboard/copy-paste-attachment.html: Added.
1831 2015-02-27 Brady Eidson <beidson@apple.com>
1833 Add a "block-cookies" rule to the user content filter.
1834 https://bugs.webkit.org/show_bug.cgi?id=142105
1836 Reviewed by Alex Christensen.
1838 * http/tests/cookies/resources/echo-cookies.php: Added.
1839 * http/tests/usercontentfilter/block-cookies-basic-expected.txt: Added.
1840 * http/tests/usercontentfilter/block-cookies-basic.html: Added.
1841 * http/tests/usercontentfilter/block-cookies-basic.html.json: Added.
1842 * http/tests/usercontentfilter/block-cookies-send-expected.txt: Added.
1843 * http/tests/usercontentfilter/block-cookies-send.html: Added.
1844 * http/tests/usercontentfilter/block-cookies-send.html.json: Added.
1846 2015-02-27 Ryosuke Niwa <rniwa@webkit.org>
1848 iOS, GTK, and EFL rebaselines after r180726.
1850 * platform/efl/editing/inserting/5058163-1-expected.txt:
1851 * platform/gtk/editing/inserting/5058163-1-expected.txt:
1852 * platform/ios-simulator-wk2/editing/inserting/5058163-1-expected.txt:
1854 2015-02-27 Chris Dumez <cdumez@apple.com>
1856 Unreviewed, skip tests added in r180771 on platforms that don't support IndexedDB.
1858 * platform/efl/TestExpectations:
1859 * platform/gtk/TestExpectations:
1860 * platform/ios-simulator/TestExpectations:
1861 * platform/win/TestExpectations:
1862 * platform/wincairo/TestExpectations:
1864 2015-02-27 Brent Fulgham <bfulgham@apple.com>
1866 [Win] Skip IndexDB tests on Windows since it's not implemented.
1868 * platform/win/TestExpectations:
1870 2015-02-27 Chris Dumez <cdumez@apple.com>
1872 MediaSource should be suspendable when closed
1873 https://bugs.webkit.org/show_bug.cgi?id=142089
1874 <rdar://problem/19923085>
1876 Reviewed by Jer Noble.
1878 Add layout tests to check that:
1879 - Pages with an open MediaSource do not enter the PageCache
1880 - Pages with an initially closed MediaSource enter the PageCache
1881 - Pages with a MediaSource that changed state from opened to closed
1882 enter the PageCache.
1884 2015-02-27 Chris Dumez <cdumez@apple.com>
1886 Make IDBDatabase / IDBRequest suspendable
1887 https://bugs.webkit.org/show_bug.cgi?id=142076
1888 <rdar://problem/19923085>
1890 Reviewed by Andreas Kling.
1892 Add layout tests to make sure that:
1893 - A page with an open indexeddb database is not page-cacheable
1894 - A page with a closed indexeddb database is page-cacheable
1896 * fast/history/page-cache-indexed-closed-db-expected.txt: Added.
1897 * fast/history/page-cache-indexed-closed-db.html: Added.
1898 * fast/history/page-cache-indexed-opened-db-expected.txt: Added.
1899 * fast/history/page-cache-indexed-opened-db.html: Added.
1901 2015-02-27 Chris Dumez <cdumez@apple.com>
1903 Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame()
1904 https://bugs.webkit.org/show_bug.cgi?id=142052
1906 Reviewed by Andreas Kling.
1908 Add a layout test to check that a page with an open WebDatabase does
1909 not enter the PageCache.
1911 * fast/history/page-cache-webdatabase-opened-db-expected.txt: Added.
1912 * fast/history/page-cache-webdatabase-opened-db.html: Added.
1914 2015-02-27 Zalan Bujtas <zalan@apple.com>
1916 Use after free in WebCore::RenderNamedFlowFragment::restoreRegionObjectsOriginalStyle
1917 https://bugs.webkit.org/show_bug.cgi?id=138366
1919 Reviewed by Dave Hyatt.
1921 This patch ensures that we clean up RenderNamedFlowFragment::m_renderObjectRegionStyle when embedded flow content is getting destroyed.
1923 In m_renderObjectRegionStyle hash map, we store style information about the named flow's descendant children.
1924 When a child is being detached from the tree, it removes itself from this hashmap.
1925 We do it by traversing up on the ancestor chain and call removeFlowChildInfo() on the parent flow.
1926 However in case of embedded flows (for example multicolumn content inside a region), we need to check whether the parent flow
1927 is inside a flow too and continue the cleanup accordingly.
1929 * fast/regions/region-with-multicolumn-embedded-crash-expected.txt: Added.
1930 * fast/regions/region-with-multicolumn-embedded-crash.html: Added.
1932 2015-02-27 Brent Fulgham <bfulgham@apple.com>
1934 [Win] Add another batch of debug assert failures.
1936 * platform/win/TestExpectations:
1938 2015-02-27 Brent Fulgham <bfulgham@apple.com>
1940 [Win] Rebaseline test after r180726.
1942 * platform/win/TestExpectations: Mark a flaky test.
1943 * platform/win/editing/inserting/5058163-1-expected.txt:
1945 2015-02-26 Ryosuke Niwa <rniwa@webkit.org>
1947 isEditablePosition and related functions shouldn't move position out of table
1948 https://bugs.webkit.org/show_bug.cgi?id=129200
1950 Reviewed by Darin Adler.
1952 Rebaselined a test. There is no visual difference.
1954 * platform/mac/editing/inserting/5058163-1-expected.txt:
1956 2015-02-26 Brent Fulgham <bfulgham@apple.com>
1958 [Win] More test expectation updates.
1960 * platform/win/TestExpectations:
1962 2015-02-26 Timothy Horton <timothy_horton@apple.com>
1964 Implement <attachment> element appearance on Mac
1965 https://bugs.webkit.org/show_bug.cgi?id=142023
1967 Reviewed by Dean Jackson.
1969 * fast/attachment/attachment-rendering-expected.txt:
1970 * platform/mac/fast/attachment/attachment-disabled-rendering-expected.png: Added.
1971 * platform/mac/fast/attachment/attachment-rendering-expected.png: Added.
1972 * platform/mac/fast/attachment/attachment-rendering-expected.txt: Added.
1973 Add Mac overrides for <attachment> tests (and pixel results).
1975 2015-02-26 Doug Russell <d_russell@apple.com>
1977 AX: Expose caret browsing preference to accessibility API
1978 https://bugs.webkit.org/show_bug.cgi?id=141862
1980 Reviewed by Chris Fleizach.
1982 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).
1983 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.
1985 * accessibility/parent-delete-expected.txt:
1986 * platform/mac/accessibility/caret-browsing-arrow-nav-expected.txt: Added.
1987 * platform/mac/accessibility/caret-browsing-arrow-nav.html: Added.
1988 * platform/mac/accessibility/caret-browsing-attribute-expected.txt: Added.
1989 * platform/mac/accessibility/caret-browsing-attribute.html: Added.
1990 * platform/mac/accessibility/caret-browsing-tab-selection-expected.txt: Added.
1991 * platform/mac/accessibility/caret-browsing-tab-selection.html: Added.
1992 * platform/mac/accessibility/document-attributes-expected.txt:
1993 * platform/mac/accessibility/resources/accessibility-helper.js: Added.
1994 (clearSelectionAndFocusOnWebArea):
1995 (elementAtStartMarkerOfSelectedTextMarkerRange):
1996 (caretBrowsingEnabled):
1997 (setCaretBrowsingEnabled):
1999 2015-02-26 Joseph Pecoraro <pecoraro@apple.com>
2001 Web Inspector: Save Console Evaluations into Command Line variables $1-$99 ($n)
2002 https://bugs.webkit.org/show_bug.cgi?id=142061
2004 Reviewed by Timothy Hatcher.
2006 * inspector/debugger/command-line-api-exception-nested-catch.html:
2007 * inspector/debugger/command-line-api-exception.html:
2008 * inspector/model/remote-object-get-properties.html:
2009 * inspector/model/remote-object-weak-collection.html:
2010 * inspector/model/remote-object.html:
2011 Update evaluateInInspectedWindow call sites for new parameter.
2013 2015-02-26 Brent Fulgham <bfulgham@apple.com>
2015 [Win] More Debug assertion updates.
2017 * platform/win/TestExpectations:
2019 2015-02-26 Filip Pizlo <fpizlo@apple.com>
2021 Various array access corner cases should take OSR exit feedback
2022 https://bugs.webkit.org/show_bug.cgi?id=142056
2024 Reviewed by Geoffrey Garen.
2026 * js/regress/arguments-out-of-bounds-expected.txt: Added.
2027 * js/regress/arguments-out-of-bounds.html: Added.
2028 * js/regress/exit-length-on-plain-object-expected.txt: Added.
2029 * js/regress/exit-length-on-plain-object.html: Added.
2030 * js/regress/script-tests/arguments-out-of-bounds.js: Added.
2033 * js/regress/script-tests/exit-length-on-plain-object.js: Added.
2035 * js/regress/script-tests/string-out-of-bounds.js: Added.
2037 * js/regress/string-out-of-bounds-expected.txt: Added.
2038 * js/regress/string-out-of-bounds.html: Added.
2040 2015-02-26 Mark Lam <mark.lam@apple.com>
2042 Rolling out r180602, r180608, r180613, r180617, r180671.
2043 <https://webkit.org/b/141990>
2047 The r180602 solution does result in more work for GC when worker
2048 threads are in use. Filip is uncomfortable with that.
2049 The EFL and GTK ports also seem to be unhappy with this change.
2050 Rolling out while we investigate.
2052 * platform/efl/TestExpectations:
2054 2015-02-26 Myles C. Maxfield <mmaxfield@apple.com>
2056 Parsing support for -webkit-trailing-word
2057 https://bugs.webkit.org/show_bug.cgi?id=141939
2059 Reviewed by Andreas Kling.
2061 Test parsing using getComputedStyle().
2063 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
2064 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
2065 * platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
2066 * platform/mac/fast/text/trailing-word-parse.html: Added.
2068 2015-02-26 Brady Eidson <beidson@apple.com>
2070 Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters
2071 https://bugs.webkit.org/show_bug.cgi?id=142047
2073 Reviewed by Geoff Garen.
2075 * platform/mac-wk2/TestExpectations: Renable content filter tests, as they should no longer interfere with others.
2077 2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
2079 Cleanup RenderSVGResourceClipper class.
2080 https://bugs.webkit.org/show_bug.cgi?id=142032.
2082 Reviewed by Darin Adler.
2084 * svg/clip-path/clip-path-line-use-before-defined-expected.svg:
2085 * svg/clip-path/clip-path-line-use-before-defined.svg: Simplify the test
2086 and make separate drawings for different cases.
2088 2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com>
2090 Setting any of the <object> element plugin controlling attributes does not have any affect.
2091 https://bugs.webkit.org/show_bug.cgi?id=141936.
2093 Reviewed by Zalan Bujtas.
2095 * svg/as-object/resources/lime100x100.html: Added.
2096 * svg/as-object/resources/lime100x100.png: Added.
2097 * svg/as-object/resources/lime100x100.svg: Added.
2098 * svg/as-object/resources/red100x100.svg: Added.
2099 * svg/as-object/svg-in-object-dynamic-attribute-change-expected.html: Added.
2100 * svg/as-object/svg-in-object-dynamic-attribute-change.html: Added.
2101 Ensure that changing the 'type' and the 'data' attributes of the <object>
2102 element will have the expected outcome. Also make sure that the <object>
2103 element renderer falls back correctly when setting any of the attributes
2104 to some unexpected value.
2106 2015-02-26 Brent Fulgham <bfulgham@apple.com>
2108 [Win] Unreviewed test updates for Debug bots.
2110 * platform/win/TestExpectations:
2112 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2114 [WK2] Unreviewed gardening, skip failing tests related to missing
2115 EventSender.beginDragWithFiles implementation in wk2/TestExpectations.
2117 There is no good reason to wait for 30 seconds timeout, let's skip them everywhere.
2119 * platform/efl/TestExpectations:
2120 * platform/gtk/TestExpectations:
2121 * platform/mac-wk2/TestExpectations:
2122 * platform/wk2/TestExpectations:
2124 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2126 [EFL] Unreviewed gardening, skip fast/workers tests to unbreak the buildbot.
2127 https://bugs.webkit.org/show_bug.cgi?id=142041
2129 * platform/efl/TestExpectations:
2131 2015-02-26 Csaba Osztrogonác <ossy@webkit.org>
2133 [EFL] Unreviewed gardening, comment out old expectations
2134 of WebGL tests to really skip them as we expected.
2136 * platform/efl/TestExpectations:
2138 2015-02-26 Sergio Villar Senin <svillar@igalia.com>
2140 ASSERTION FAILED: !length.isUndefined() in WebCore::GridLength::GridLength
2141 https://bugs.webkit.org/show_bug.cgi?id=141645
2143 Reviewed by Chris Dumez.
2145 * fast/css-grid-layout/grid-with-relative-font-length-crash-expected.txt: Added.
2146 * fast/css-grid-layout/grid-with-relative-font-length-crash.html: Added.
2148 2015-02-25 Zalan Bujtas <zalan@apple.com>
2150 Black line across screen on Adobe Illustrator detail page (non-retina only)
2151 https://bugs.webkit.org/show_bug.cgi?id=141866
2153 Reviewed by Simon Fraser.
2155 Phase is relative to the destination origin. We need to take location information into account
2156 while snapping so that the result is inline with the snapped destination rect.
2157 (location affects the snapped size.)
2159 * fast/backgrounds/gradient-background-on-subpixel-position-expected.html: Added.
2160 * fast/backgrounds/gradient-background-on-subpixel-position.html: Added.
2162 2015-02-25 Michael Saboff <msaboff@apple.com>
2164 Web Inspector: CRASH when debugger pauses inside a Promise handler
2165 https://bugs.webkit.org/show_bug.cgi?id=141396
2167 Reviewed by Mark Lam.
2171 * inspector/debugger/breakpoint-scope-expected.txt: Added.
2172 * inspector/debugger/breakpoint-scope.html: Added.
2173 * inspector/debugger/resources/scope.js: Added.
2175 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2177 [Win] Make Windows green again after r180654.
2179 * platform/win/TestExpectations:
2181 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2183 Update fast/regions/region-overflow-break.html after r177774
2187 * fast/regions/region-overflow-break-expected.html:
2188 * platform/mac/TestExpectations:
2190 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2192 Update 3 more tests after r177774
2196 * fast/multicol/newmulticol/spanner-table-expected.html:
2197 * fast/multicol/newmulticol/spanner-table.html:
2198 * fast/regions/scrolling/wheel-scroll-abspos-expected.html:
2199 * fast/regions/scrolling/wheel-scroll-expected.html:
2200 * platform/mac/TestExpectations:
2202 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2204 Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
2208 * css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
2209 * css3/flexbox/csswg/flexbox_direction-row-reverse.html:
2210 * platform/mac/TestExpectations:
2212 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2214 [Win] Skip timing-out test after r180646.
2216 * platform/win/TestExpectations:
2218 2015-02-25 Chris Dumez <cdumez@apple.com>
2220 Make PublicURLManager suspendable
2221 https://bugs.webkit.org/show_bug.cgi?id=141977
2222 <rdar://problem/19923085>
2224 Reviewed by Andreas Kling.
2226 Add a layout test to check that a page using URL.createObjectURL() API
2227 can enter the PageCache.
2229 * fast/history/page-cache-createObjectURL-expected.txt: Added.
2230 * fast/history/page-cache-createObjectURL.html: Added.
2232 * platform/wk2/TestExpectations:
2233 The new test is skipped on WK2 because WKTR does not support
2234 eventSender.beginDragWithFiles().
2236 2015-02-25 Said Abou-Hallawa <sabouhallawa@apple.com>
2238 Horizontal and vertical lines are clipped completely if clip-path is included in the tag but the referenced element is defined later.
2239 https://bugs.webkit.org/show_bug.cgi?id=141776.
2241 Reviewed by Dean Jackson.
2243 New test cases for SVG lines which are clipped to a <clipPath>. The <clipPath>
2244 is referenced before it is defined.
2246 * svg/clip-path/clip-path-line-use-before-defined-expected.svg: Added.
2247 * svg/clip-path/clip-path-line-use-before-defined.svg: Added.
2249 2015-02-25 Myles C. Maxfield <mmaxfield@apple.com>
2255 Getting the bots green after r180633 until Brady fixes the underlying issue.
2257 * platform/mac-wk2/TestExpectations:
2259 2015-02-25 Brady Eidson <beidson@apple.com>
2261 Layout test support for user content filters
2262 https://bugs.webkit.org/show_bug.cgi?id=142018
2264 Reviewed by Tim Horton.
2267 * http/tests/usercontentfilter/basic-filter.html: Added.
2268 * http/tests/usercontentfilter/basic-filter.html.json: Added.
2269 * platform/mac-wk2/TestExpectations:
2271 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2273 [Win] Skip new <attachment> test since it's not working on Windows.
2275 * platform/win/TestExpectations:
2277 2015-02-25 Brent Fulgham <bfulgham@apple.com>
2279 [Win] Skip ARIA 1.1 tests for unsupported feature.
2281 * platform/win/TestExpectations:
2283 2015-02-25 Sergio Villar Senin <svillar@igalia.com>
2285 [CSS Grid Layout] Tracks growing beyond limits when they should not
2286 https://bugs.webkit.org/show_bug.cgi?id=140883
2288 Reviewed by Darin Adler.
2290 * fast/css-grid-layout/grid-content-sized-columns-resolution-expected.txt:
2291 * fast/css-grid-layout/grid-content-sized-columns-resolution.html:
2293 2015-02-25 Joanmarie Diggs <jdiggs@igalia.com>
2295 AX: Implement support for ARIA 1.1 'searchbox' role
2296 https://bugs.webkit.org/show_bug.cgi?id=142004
2298 Reviewed by Chris Fleizach.
2300 * accessibility/roles-computedRoleString-expected.txt: Updated for new role.
2301 * accessibility/roles-computedRoleString.html: Updated for new role.
2302 * accessibility/roles-exposed.html: New test case added.
2303 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test case.
2304 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test case.
2305 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test case.
2306 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test case.
2308 2015-02-24 Alexey Proskuryakov <ap@apple.com>
2310 Updating js/dom/global-constructors-attributes.html results for HTMLAttachmentElement.
2312 * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
2313 * platform/mac/js/dom/global-constructors-attributes-expected.txt:
2315 2015-02-24 Commit Queue <commit-queue@webkit.org>
2317 Unreviewed, rolling out r180599.
2318 https://bugs.webkit.org/show_bug.cgi?id=141998
2320 Lots of new test failures (Requested by smfr on #webkit).
2324 "Parsing support for -webkit-trailing-word"
2325 https://bugs.webkit.org/show_bug.cgi?id=141939
2326 http://trac.webkit.org/changeset/180599
2328 2015-02-24 Sam Weinig <sam@webkit.org>
2330 [Attachment] Give <attachment> elements an underlying File
2331 https://bugs.webkit.org/show_bug.cgi?id=141993
2333 Reviewed by Tim Horton.
2335 Update attachment-dom.html to test setting and getting the
2338 * fast/attachment/attachment-dom-expected.txt:
2339 * fast/attachment/attachment-dom.html:
2340 * fast/attachment/resources: Added.
2341 * fast/attachment/resources/test-file.txt: Added.
2343 2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
2345 AX: Implement support for ARIA 1.1 'switch' role
2346 https://bugs.webkit.org/show_bug.cgi?id=141986
2348 Reviewed by Chris Fleizach.
2350 * accessibility/aria-switch-checked-expected.txt: Added.
2351 * accessibility/aria-switch-checked.html: Added.
2352 * accessibility/aria-switch-sends-notification-expected.txt: Added.
2353 * accessibility/aria-switch-sends-notification.html: Added.
2354 * accessibility/aria-switch-text.html: Added.
2355 * accessibility/roles-exposed.html: Added a test case for the new role.
2356 * platform/efl/accessibility/aria-fallback-roles-expected.txt: Added.
2357 * platform/efl/accessibility/aria-switch-text-expected.txt: Added.
2358 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for the new role.
2359 * platform/gtk/accessibility/aria-fallback-roles-expected.txt: Added.
2360 * platform/gtk/accessibility/aria-switch-text-expected.txt: Added.
2361 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for the new role.
2362 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for the new role.
2363 * platform/mac/TestExpectations: Skip the 'checked' notifcation as the Mac doesn't have it.
2364 * platform/mac/accessibility/aria-switch-text-expected.txt: Added.
2365 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for the new role.
2367 2015-02-24 Myles C. Maxfield <mmaxfield@apple.com>
2369 Parsing support for -webkit-trailing-word
2370 https://bugs.webkit.org/show_bug.cgi?id=141939
2372 Reviewed by Andreas Kling.
2374 Test parsing using getComputedStyle().
2376 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip.html: Updated.
2377 * fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-roundtrip-expected.txt: Updated.
2378 * platform/mac/fast/text/trailing-word-parse-expected.txt: Added.
2379 * platform/mac/fast/text/trailing-word-parse.html: Added.
2381 2015-02-24 Joseph Pecoraro <pecoraro@apple.com>
2383 Web Inspector: Make Getter/Setter RemoteObject property and ObjectPreview handling consistent
2384 https://bugs.webkit.org/show_bug.cgi?id=141587
2386 Reviewed by Timothy Hatcher.
2388 * inspector/model/remote-object-get-properties-expected.txt:
2389 * inspector/model/remote-object-get-properties.html:
2391 2015-02-24 Yusuke Suzuki <utatane.tea@gmail.com>
2393 Constructor returning null should construct an object instead of null
2394 https://bugs.webkit.org/show_bug.cgi?id=141640
2396 Reviewed by Filip Pizlo.
2398 Follow the old ret_object_or_this semantics.
2399 When constructor returns an object that masquerades as undefined, we see it as an object.
2401 * js/dom/constructor-with-return-masquerades-expected.txt: Added.
2402 * js/dom/constructor-with-return-masquerades.html: Added.
2403 * js/dom/script-tests/constructor-with-return-masquerades.js: Added.
2406 2015-02-24 Dean Jackson <dino@apple.com>
2408 Temporarily skip this test on iOS 64-bit.
2410 Rubber-stamped by Michael Saboff.
2412 * js/script-tests/array-from.js:
2414 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2416 Unreviewed GTK+ gardening.
2418 This was introduced in r180555, but the test has been generalized in
2419 r180562 and we don't need a particular expectation anymore.
2421 * platform/gtk/fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt: Removed.
2423 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2425 [CSS Grid Layout] Support "sparse" in auto-placed items locked to a row/column
2426 https://bugs.webkit.org/show_bug.cgi?id=141748
2428 Reviewed by Sergio Villar Senin.
2430 New test to check "sparse" and "dense" packing mode behavior in
2431 auto-placed items locked to a given row (or column).
2433 * fast/css-grid-layout/grid-item-auto-placement-definite-span.html:
2434 Extract some common styles to resources/grid.css.
2435 * fast/css-grid-layout/grid-item-auto-placement-fixed-row-column-expected.txt: Added.
2436 * fast/css-grid-layout/grid-item-auto-placement-fixed-row-column.html: Added.
2437 * fast/css-grid-layout/resources/grid.css: Modified generic CSS file to
2440 2015-02-24 Joanmarie Diggs <jdiggs@igalia.com>
2442 [GTK] Layout Test accessibility/roles-exposed.html is failing
2443 https://bugs.webkit.org/show_bug.cgi?id=141960
2445 Reviewed by Martin Robinson.
2447 * platform/gtk/TestExpectations: Unskip the failing test.
2448 * platform/gtk/accessibility/roles-exposed-expected.txt: Update the expectations.
2450 2015-02-24 Manuel Rego Casasnovas <rego@igalia.com>
2452 [CSS Grid Layout] Use Ahem in grid-item-order-in-content-sized-columns-resolution.html
2453 https://bugs.webkit.org/show_bug.cgi?id=141970
2455 Reviewed by Sergio Villar Senin.
2457 Without using Ahem we were having different results depending on the
2460 * fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution-expected.txt:
2461 Update results to the new values.
2462 * fast/css-grid-layout/grid-item-order-in-content-sized-columns-resolution.html:
2465 2015-02-24 David Kilzer <ddkilzer@apple.com>
2467 [iOS] Gardening: Mark svg/canvas/canvas-global-alpha-svg.html as ImageOnlyFailure
2469 * platform/ios-simulator/TestExpectations:
2471 2015-02-24 Xabier Rodriguez Calvar <calvaris@igalia.com> and Youenn Fablet <youenn.fablet@crf.canon.fr>
2473 [Streams API] Reading ReadableStream ready and closed attributes should not always create a new promise
2474 https://bugs.webkit.org/show_bug.cgi?id=141650
2476 Reviewed by Benjamin Poulain.
2478 * streams/readablestream-constructor-expected.txt:
2479 * streams/readablestream-constructor.html: Added test to ensure ready and closed always return the same promise object.
2481 2015-02-24 Dhi Aurrahman <diorahman@rockybars.com>
2483 Always serialize :lang()'s arguments to strings
2484 https://bugs.webkit.org/show_bug.cgi?id=141944
2486 Reviewed by Benjamin Poulain.
2488 Some tests results are updated to reflect the always serialize
2489 :lang()'s arguments to strings.
2491 * fast/css/css-lang-selector-with-string-arguments-text-expected.txt:
2492 * fast/css/css-lang-selector-with-string-arguments-text.html:
2493 * fast/css/parsing-css-lang-expected.txt:
2494 * fast/css/parsing-css-lang.html:
2495 * fast/css/css-selector-text-expected.txt:
2496 * fast/css/css-selector-text.html:
2497 * fast/css/css-set-selector-text-expected.txt:
2498 * fast/css/css-set-selector-text.html:
2499 * fast/dom/css-selectorText-expected.txt:
2501 2015-02-24 David Kilzer <ddkilzer@apple.com>
2503 [iOS] Implement WTR::activateFonts() to fix missing fonts in WebKit2 test runs
2504 <http://webkit.org/b/141900>
2506 Rebaseline ios-simulator-wk2 results after fixing font
2507 registration for WebKitTestRunner.app.
2509 * platform/ios-simulator-wk1/TestExpectations:
2510 * platform/ios-simulator-wk2/TestExpectations:
2511 - Shuffle css2.1 test expectations to make tests pass.
2513 * platform/ios-simulator/TestExpectations:
2514 - Shuffle css2.1 test expectations to make tests pass.
2515 - Mark a few ref tests as image-only failures via platform/mac.
2517 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Removed.
2518 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Removed.
2519 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Removed.
2520 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Removed.
2521 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Removed.
2522 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Removed.
2523 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Removed.
2524 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Removed.
2525 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Removed.
2526 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Removed.
2527 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Removed.
2528 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Removed.
2529 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Removed.
2530 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Removed.
2531 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Removed.
2532 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Removed.
2533 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Removed.
2534 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Removed.
2535 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Removed.
2536 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Removed.
2537 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Removed.
2538 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Removed.
2539 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Removed.
2540 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Removed.
2541 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Removed.
2542 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Removed.
2543 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Removed.
2544 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Removed.
2545 * platform/ios-simulator-wk2/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Removed.
2546 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.txt: Added.
2547 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004a-expected.txt: Added.
2548 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004b-expected.txt: Added.
2549 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004c-expected.txt: Added.
2550 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004d-expected.txt: Added.
2551 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004e-expected.txt: Added.
2552 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-004f-expected.txt: Added.
2553 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005a-expected.txt: Added.
2554 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005b-expected.txt: Added.
2555 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005c-expected.txt: Added.
2556 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-005d-expected.txt: Added.
2557 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-007-expected.txt: Added.
2558 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009a-expected.txt: Added.
2559 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009b-expected.txt: Added.
2560 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009e-expected.txt: Added.
2561 * platform/ios-simulator-wk2/css2.1/20110323/abspos-containing-block-initial-009f-expected.txt: Added.
2562 * platform/ios-simulator-wk2/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
2563 * platform/ios-simulator-wk2/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
2564 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-005-expected.txt: Removed.
2565 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-height-006-expected.txt: Updated.
2566 * platform/ios-simulator-wk2/css2.1/20110323/block-non-replaced-width-007-expected.txt: Removed.
2567 * platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2568 * platform/ios-simulator-wk2/css2.1/20110323/block-replaced-width-006-expected.txt: Removed.
2569 * platform/ios-simulator-wk2/css2.1/20110323/c543-txt-decor-000-expected.txt: Added.
2570 * platform/ios-simulator-wk2/css2.1/20110323/empty-inline-002-expected.txt: Removed.
2571 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-006-expected.txt: Removed.
2572 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-007-expected.txt: Removed.
2573 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-008-expected.txt: Removed.
2574 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-009-expected.txt: Removed.
2575 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-010-expected.txt: Removed.
2576 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-011-expected.txt: Removed.
2577 * platform/ios-simulator-wk2/css2.1/20110323/float-non-replaced-width-012-expected.txt: Removed.
2578 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Removed.
2579 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Removed.
2580 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Removed.
2581 * platform/ios-simulator-wk2/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Removed.
2582 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Removed.
2583 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Removed.
2584 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Removed.
2585 * platform/ios-simulator-wk2/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Removed.
2586 * platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
2587 * platform/ios-simulator-wk2/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
2588 * platform/ios-simulator-wk2/css2.1/t040302-c61-ex-len-00-b-a-expected.txt: Updated.
2589 * platform/ios-simulator-wk2/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt: Updated.
2590 * platform/ios-simulator-wk2/css2.1/t040303-c62-percent-00-b-ag-expected.txt: Removed.
2591 * platform/ios-simulator-wk2/css2.1/t040306-c63-color-00-b-ag-expected.txt: Removed.
2592 * platform/ios-simulator-wk2/css2.1/t0801-c412-hz-box-00-b-a-expected.txt: Removed.
2593 * platform/ios-simulator-wk2/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt: Removed.
2594 * platform/ios-simulator-wk2/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt: Removed.
2595 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt: Removed.
2596 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt: Removed.
2597 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt: Removed.
2598 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt: Removed.
2599 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt: Removed.
2600 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt: Removed.
2601 * platform/ios-simulator-wk2/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt: Removed.
2602 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt: Removed.
2603 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt: Removed.
2604 * platform/ios-simulator-wk2/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt: Added.
2605 * platform/ios-simulator-wk2/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt: Removed.
2606 * platform/ios-simulator-wk2/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt: Removed.
2607 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt: Removed.
2608 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt: Removed.
2609 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt: Removed.
2610 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt: Removed.
2611 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt: Removed.
2612 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt: Removed.
2613 * platform/ios-simulator-wk2/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt: Removed.
2614 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt: Removed.
2615 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt: Removed.
2616 * platform/ios-simulator-wk2/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt: Added.
2617 * platform/ios-simulator-wk2/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
2618 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt: Removed.
2619 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt: Removed.
2620 * platform/ios-simulator-wk2/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt: Removed.
2621 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt: Removed.
2622 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt: Removed.
2623 * platform/ios-simulator-wk2/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt: Removed.
2624 * platform/ios-simulator-wk2/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt: Removed.
2625 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt: Removed.
2626 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt: Removed.
2627 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt: Removed.
2628 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt: Removed.
2629 * platform/ios-simulator-wk2/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt: Removed.
2630 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt: Removed.
2631 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt: Removed.
2632 * platform/ios-simulator-wk2/css2.1/t0804-c5507-padn-r-03-f-expected.txt: Added.
2633 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt: Removed.
2634 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt: Removed.
2635 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt: Removed.
2636 * platform/ios-simulator-wk2/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt: Removed.
2637 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt: Removed.
2638 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt: Removed.
2639 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt: Removed.
2640 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt: Removed.
2641 * platform/ios-simulator-wk2/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt: Removed.
2642 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt: Removed.
2643 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt: Removed.
2644 * platform/ios-simulator-wk2/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt: Added.
2645 * platform/ios-simulator-wk2/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt: Removed.
2646 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-00-b-ag-expected.txt: Removed.
2647 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-01-e-a-expected.txt: Removed.
2648 * platform/ios-simulator-wk2/css2.1/t0804-c5510-padn-02-f-expected.txt: Added.
2649 * platform/ios-simulator-wk2/css2.1/t09-c5526c-display-00-e-expected.txt: Added.
2650 * platform/ios-simulator-wk2/css2.1/t090204-display-change-01-b-ao-expected.txt: Removed.
2651 * platform/ios-simulator-wk2/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt: Removed.
2652 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
2653 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt: Removed.
2654 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Updated.
2655 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt: Removed.
2656 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt: Removed.
2657 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Updated.
2658 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Updated.
2659 * platform/ios-simulator-wk2/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Updated.
2660 * platform/ios-simulator-wk2/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt: Removed.
2661 * platform/ios-simulator-wk2/css2.1/t090501-c414-flt-01-b-expected.txt: Updated.
2662 * platform/ios-simulator-wk2/css2.1/t090501-c414-flt-03-b-g-expected.txt: Updated.
2663 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-01-b-expected.txt: Added.
2664 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-02-b-expected.txt: Added.
2665 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-03-b-expected.txt: Added.
2666 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-04-b-expected.txt: Added.
2667 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-05-b-expected.txt: Added.
2668 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-06-b-expected.txt: Added.
2669 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-07-b-expected.txt: Added.
2670 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-08-b-expected.txt: Added.
2671 * platform/ios-simulator-wk2/css2.1/t1001-abs-pos-cb-09-b-expected.txt: Added.
2672 * platform/ios-simulator-wk2/css2.1/t100303-c412-blockw-00-d-ag-expected.txt: Removed.
2673 * platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt: Removed.
2674 * platform/ios-simulator-wk2/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.txt: Removed.
2675 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt: Removed.
2676 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt: Removed.
2677 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt: Updated.
2678 * platform/ios-simulator-wk2/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt: Removed.
2679 * platform/ios-simulator-wk2/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt: Removed.
2680 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-00-a-ag-expected.txt: Removed.
2681 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-01-d-ag-expected.txt: Updated.
2682 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-02-d-agi-expected.txt: Removed.
2683 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Updated.
2684 * platform/ios-simulator-wk2/css2.1/t100801-c544-valgn-04-d-agi-expected.txt: Removed.
2685 * platform/ios-simulator-wk2/css2.1/t100801-c548-leadin-00-d-a-expected.txt: Removed.
2686 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt: Removed.
2687 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
2688 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt: Updated.
2689 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt: Removed.
2690 * platform/ios-simulator-wk2/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt: Removed.
2691 * platform/ios-simulator-wk2/css2.1/t1202-counter-08-b-expected.txt: Added.
2692 * platform/ios-simulator-wk2/css2.1/t1202-counter-13-b-expected.txt: Added.
2693 * platform/ios-simulator-wk2/css2.1/t1202-counter-14-b-expected.txt: Added.
2694 * platform/ios-simulator-wk2/css2.1/t1202-counters-08-b-expected.txt: Added.
2695 * platform/ios-simulator-wk2/css2.1/t1202-counters-13-b-expected.txt: Added.
2696 * platform/ios-simulator-wk2/css2.1/t1202-counters-14-b-expected.txt: Added.
2697 * platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt: Removed.
2698 * platform/ios-simulator-wk2/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Added.
2699 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-00-b-ag-expected.txt: Removed.
2700 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgre-01-b-ag-expected.txt: Removed.
2701 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-00-c-ag-expected.txt: Removed.
2702 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-01-c-ag-expected.txt: Removed.
2703 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-02-c-ag-expected.txt: Removed.
2704 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-03-c-ag-expected.txt: Removed.
2705 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-04-c-ag-expected.txt: Removed.
2706 * platform/ios-simulator-wk2/css2.1/t140201-c534-bgreps-05-c-ag-expected.txt: Removed.
2707 * platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt: Removed.
2708 * platform/ios-simulator-wk2/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt: Removed.
2709 * platform/ios-simulator-wk2/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt: Removed.
2710 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-01-b-a-expected.txt: Removed.
2711 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: Updated.
2712 * platform/ios-simulator-wk2/css2.1/t1507-c526-font-sz-03-f-a-expected.txt: Removed.
2713 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-00-b-expected.txt: Added.
2714 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-01-b-expected.txt: Added.
2715 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-02-b-expected.txt: Added.
2716 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-03-b-expected.txt: Added.
2717 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-04-b-expected.txt: Added.
2718 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-05-b-expected.txt: Added.
2719 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-06-b-expected.txt: Added.
2720 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-07-b-expected.txt: Added.
2721 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-08-b-expected.txt: Added.
2722 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-09-b-expected.txt: Added.
2723 * platform/ios-simulator-wk2/css2.1/t1508-c527-font-10-c-expected.txt: Added.
2724 * platform/ios-simulator-wk2/css2.1/t1601-c547-indent-00-b-a-expected.txt: Updated.
2725 * platform/ios-simulator-wk2/css2.1/t1602-c43-center-00-d-ag-expected.txt: Removed.
2726 * platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt: Updated.
2727 * platform/ios-simulator-wk2/css2.1/t1604-c542-letter-sp-01-b-a-expected.txt: Removed.
2728 * platform/ios-simulator-wk2/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Removed.
2729 * platform/ios-simulator-wk2/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt: Removed.
2730 * platform/ios-simulator-wk2/fast/block/basic/010-expected.txt: Removed.
2731 * platform/ios-simulator-wk2/fast/block/basic/min-pref-width-nowrap-floats-expected.txt: Removed.
2732 * platform/ios-simulator-wk2/fast/block/float/004-expected.txt: Removed.
2733 * platform/ios-simulator-wk2/fast/block/float/005-expected.txt: Removed.
2734 * platform/ios-simulator-wk2/fast/block/float/006-expected.txt: Removed.
2735 * platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
2736 * platform/ios-simulator-wk2/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
2737 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-expected.txt: Removed.
2738 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
2739 * platform/ios-simulator-wk2/fast/block/lineboxcontain/block-replaced-expected.txt: Removed.
2740 * platform/ios-simulator-wk2/fast/block/lineboxcontain/font-replaced-expected.txt: Removed.
2741 * platform/ios-simulator-wk2/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
2742 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-expected.txt: Removed.
2743 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-replaced-expected.txt: Removed.
2744 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-box-vertical-expected.txt: Removed.
2745 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-expected.txt: Removed.
2746 * platform/ios-simulator-wk2/fast/block/lineboxcontain/inline-replaced-expected.txt: Removed.
2747 * platform/ios-simulator-wk2/fast/block/lineboxcontain/none-expected.txt: Removed.
2748 * platform/ios-simulator-wk2/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
2749 * platform/ios-simulator-wk2/fast/block/margin-collapse/006-expected.txt: Removed.
2750 * platform/ios-simulator-wk2/fast/block/margin-collapse/030-expected.txt: Removed.
2751 * platform/ios-simulator-wk2/fast/block/margin-collapse/031-expected.txt: Removed.
2752 * platform/ios-simulator-wk2/fast/block/margin-collapse/037-expected.txt: Removed.
2753 * platform/ios-simulator-wk2/fast/block/margin-collapse/038-expected.txt: Removed.
2754 * platform/ios-simulator-wk2/fast/block/margin-collapse/055-expected.txt: Removed.
2755 * platform/ios-simulator-wk2/fast/block/margin-collapse/block-inside-inline/006-expected.txt: Removed.
2756 * platform/ios-simulator-wk2/fast/block/positioning/002-expected.txt: Removed.
2757 * platform/ios-simulator-wk2/fast/block/positioning/vertical-lr/002-expected.txt: Removed.
2758 * platform/ios-simulator-wk2/fast/block/positioning/vertical-rl/002-expected.txt: Removed.
2759 * platform/ios-simulator-wk2/fast/compact/002-expected.txt: Removed.
2760 * platform/ios-simulator-wk2/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
2761 * platform/ios-simulator-wk2/fast/css/font-face-unicode-range-expected.txt: Removed.
2762 * platform/ios-simulator-wk2/fast/css/font-weight-1-expected.txt: Removed.
2763 * platform/ios-simulator-wk2/fast/css/line-after-floating-div-expected.txt: Removed.
2764 * platform/ios-simulator-wk2/fast/dynamic/first-letter-display-change-expected.txt: Removed.
2765 * platform/ios-simulator-wk2/fast/inline-block/002-expected.txt: Removed.
2766 * platform/ios-simulator-wk2/fast/inline/continuation-outlines-with-layers-2-expected.txt: Removed.
2767 * platform/ios-simulator-wk2/fast/inline/justify-emphasis-inline-box-expected.txt: Removed.
2768 * platform/ios-simulator-wk2/fast/line-grid/line-align-left-edges-expected.txt: Removed.
2769 * platform/ios-simulator-wk2/fast/line-grid/line-align-right-edges-expected.txt: Removed.
2770 * platform/ios-simulator-wk2/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
2771 * platform/ios-simulator-wk2/fast/line-grid/line-grid-into-columns-expected.txt: Removed.
2772 * platform/ios-simulator-wk2/fast/multicol/client-rects-expected.txt: Removed.
2773 * platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-complex-expected.txt: Removed.
2774 * platform/ios-simulator-wk2/fast/multicol/client-rects-spanners-expected.txt: Removed.
2775 * platform/ios-simulator-wk2/fast/multicol/newmulticol/client-rects-expected.txt: Removed.
2776 * platform/ios-simulator-wk2/fast/multicol/span/clone-flexbox-expected.txt: Removed.
2777 * platform/ios-simulator-wk2/fast/multicol/span/clone-summary-expected.txt: Removed.
2778 * platform/ios-simulator-wk2/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Removed.
2779 * platform/ios-simulator-wk2/fast/ruby/ruby-base-merge-block-children-crash-expected.txt: Removed.
2780 * platform/ios-simulator-wk2/fast/ruby/select-ruby-expected.txt: Removed.
2781 * platform/ios-simulator-wk2/fast/text/international/text-spliced-font-expected.txt: Updated.
2782 * platform/ios-simulator-wk2/fast/text/whitespace/002-expected.txt: Removed.
2783 * platform/ios-simulator-wk2/fast/text/whitespace/003-expected.txt: Removed.
2784 * platform/ios-simulator-wk2/fast/text/whitespace/004-expected.txt: Removed.
2785 * platform/ios-simulator-wk2/fast/text/whitespace/005-expected.txt: Removed.
2786 * platform/ios-simulator-wk2/fast/text/whitespace/006-expected.txt: Removed.
2787 * platform/ios-simulator-wk2/fast/text/whitespace/007-expected.txt: Removed.
2788 * platform/ios-simulator-wk2/fast/text/whitespace/008-expected.txt: Removed.
2789 * platform/ios-simulator-wk2/fast/text/whitespace/009-expected.txt: Removed.
2790 * platform/ios-simulator-wk2/fast/text/whitespace/010-expected.txt: Removed.
2791 * platform/ios-simulator-wk2/fast/text/whitespace/011-expected.txt: Removed.
2792 * platform/ios-simulator-wk2/fast/text/whitespace/012-expected.txt: Removed.
2793 * platform/ios-simulator-wk2/fast/text/whitespace/015-expected.txt: Removed.
2794 * platform/ios-simulator-wk2/fast/text/whitespace/016-expected.txt: Removed.
2795 * platform/ios-simulator-wk2/fast/text/whitespace/018-expected.txt: Removed.
2796 - Add, update or remove platform-specific results as needed.
2798 2015-02-24 David Kilzer <ddkilzer@apple.com>
2800 [iOS] Gardening: Clean up some failing WK2 tests
2802 * platform/ios-simulator/TestExpectations:
2803 - svg/as-image/svg-image-with-data-uri-from-canvas.html: Mark as
2804 ImageOnlyFailure since it has the same difference of 0.02% on
2807 * platform/ios-simulator/fast/attachment/attachment-disabled-rendering-expected.txt: Add.
2808 * platform/ios-simulator/fast/attachment/attachment-rendering-expected.txt: Add.
2809 * platform/ios-simulator/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Update.
2810 - Add or update platform-specific results.
2812 2015-02-24 Marcos ChavarrÃa Teijeiro <chavarria1991@gmail.com>
2814 Unreviewed GTK+ Gardening 24th February
2815 https://bugs.webkit.org/show_bug.cgi?id=141964
2818 * platform/gtk/TestExpectations:
2819 * 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).
2821 2015-02-24 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2823 Unreviewed, EFL daily gardening 24th Feb.
2825 * platform/efl/TestExpectations:
2827 2015-02-23 Commit Queue <commit-queue@webkit.org>
2829 Unreviewed, rolling out r180547 and r180550.
2830 https://bugs.webkit.org/show_bug.cgi?id=141957
2832 Broke 10 Windows tests. (Requested by bfulgham_ on #webkit).
2834 Reverted changesets:
2836 "REGRESSION(r179429): Can't type comments in Facebook"
2837 https://bugs.webkit.org/show_bug.cgi?id=141859
2838 http://trac.webkit.org/changeset/180547
2840 "Constructor returning null should construct an object instead
2842 https://bugs.webkit.org/show_bug.cgi?id=141640
2843 http://trac.webkit.org/changeset/180550
2845 2015-02-23 Yusuke Suzuki <utatane.tea@gmail.com>
2847 Constructor returning null should construct an object instead of null
2848 https://bugs.webkit.org/show_bug.cgi?id=141640
2850 Reviewed by Geoffrey Garen.
2852 * js/dfg-to-primitive-pass-symbol-expected.txt: Added.
2853 * js/dfg-to-primitive-pass-symbol.html: Added.
2854 * js/dom/constructor-with-return-masquerades-expected.txt: Added.
2855 * js/dom/constructor-with-return-masquerades.html: Added.
2856 * js/dom/script-tests/constructor-with-return-masquerades.js: Added.
2859 Follow the old ret_object_or_this semantics.
2860 When constructor returns an object that masquerades as undefined, we see it as an object.
2862 * js/regress/constructor-with-return-expected.txt: Added.
2863 * js/regress/constructor-with-return.html: Added.
2864 * js/regress/script-tests/constructor-with-return.js: Added.
2867 When constructor doesn't return an object, `this` should be returned instead.
2868 In this test, we check all primitives. And test object, array and wrappers.
2870 * js/script-tests/dfg-to-primitive-pass-symbol.js: Added.
2871 (toPrimitiveTarget):
2874 op_to_primitive operation passes Symbol in fast path.
2876 2015-02-23 Ryosuke Niwa <rniwa@webkit.org>
2878 Disable font loading events until our implementation gets updated to match the latest spec
2879 https://bugs.webkit.org/show_bug.cgi?id=141938
2881 Reviewed by Andreas Kling.
2884 * platform/mac/TestExpectations:
2886 2015-02-23 Benjamin Poulain <benjamin@webkit.org>
2888 CSS JIT: add support for case-insensitive attribute matching
2889 https://bugs.webkit.org/show_bug.cgi?id=141880
2891 Reviewed by Andreas Kling.
2893 * fast/css/case-insensitive-attribute-with-svg-expected.html:
2894 * fast/css/case-insensitive-attribute-with-svg.html:
2895 * fast/css/implicitly-case-insensitive-attribute-with-svg-expected.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg-expected.html.
2896 * fast/css/implicitly-case-insensitive-attribute-with-svg.html: Copied from LayoutTests/fast/css/case-insensitive-attribute-with-svg.html.
2898 I renamed the HTML legacy case-insensitive behavior to separate
2899 it from the new selector.
2901 * fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg-expected.txt: Added.
2902 * fast/selectors/querySelector-explicit-case-insensitive-attribute-match-with-svg.html: Added.
2903 Mixing explicit case-insensitive with implicit.
2905 * fast/selectors/case-insensitive-attribute-register-requirement-1-expected.txt: Added.
2906 * fast/selectors/case-insensitive-attribute-register-requirement-1.html: Added.
2907 * fast/selectors/case-insensitive-attribute-register-requirement-2-expected.txt: Added.
2908 * fast/selectors/case-insensitive-attribute-register-requirement-2.html: Added.
2909 The usual register allocation stress tests.
2912 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2914 Unreviewed, EFL gardening. Mark webgl tests to crash.
2915 Skip khmer-lao-font.html because EFL port doesn't support it.
2917 * platform/efl/TestExpectations:
2919 2015-02-23 Shivakumar JM <shiva.jm@samsung.com>
2921 Default value of HTMLSelectElement size IDL attribute should be 0.
2922 https://bugs.webkit.org/show_bug.cgi?id=141795
2924 Reviewed by Andreas Kling.
2926 * fast/dom/select-size-expected.txt: Added.
2927 * fast/dom/select-size.html: Added.
2929 2015-02-23 Said Abou-Hallawa <sabouhallawa@apple.com>
2931 Drawing an SVG image into a canvas using drawImage() ignores globalAlpha.
2932 https://bugs.webkit.org/show_bug.cgi?id=141729.
2934 Reviewed by Simon Fraser.
2936 Add a new test which draws an SVG image on a canvas after setting its
2937 globalAlpha to a value less than 1.
2939 * svg/canvas/canvas-global-alpha-svg-expected.html: Added.
2940 * svg/canvas/canvas-global-alpha-svg.html: Added.
2942 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2944 Unreviewed EFL gardening. Mark tests of css3 overflow, border to ImageOnlyFailure.
2946 * platform/efl/TestExpectations:
2948 2015-02-23 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2950 Unreviewed EFL gardening. Add new failure tests related to attachment, editing, and compositing.
2952 * platform/efl/TestExpectations:
2954 2015-02-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2956 Unreviewed, EFL gardening. Mark sub-pixel and disk cache tests to failure.
2958 * platform/efl/TestExpectations:
2960 2015-02-22 Dean Jackson <dino@apple.com>
2962 Print a console warning when HTMLCanvasElement exceeds the maximum size
2963 https://bugs.webkit.org/show_bug.cgi?id=141861
2964 <rdar://problem/19729145>
2966 Reviewed by Simon Fraser.
2968 Add error message to expected results.
2970 * fast/canvas/canvas-toDataURL-crash-expected.txt:
2971 * fast/canvas/pattern-too-large-to-create-expected.txt:
2973 2015-02-22 Sam Weinig <sam@webkit.org>
2975 Update results for Mac Yosemite.
2977 * platform/mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
2979 2015-02-21 Sam Weinig <sam@webkit.org>
2981 Convert the caps lock indicator to be implemented using the shadow DOM
2982 https://bugs.webkit.org/show_bug.cgi?id=141868
2984 Reviewed by Dan Bernstein.
2986 * fast/css/appearance-caps-lock-indicator-expected.txt:
2987 * fast/css/appearance-caps-lock-indicator.html:
2988 * platform/mac/fast/css/text-overflow-input-expected.txt:
2989 * platform/mac/fast/forms/basic-inputs-expected.txt:
2990 * platform/mac/fast/forms/input-appearance-height-expected.txt:
2991 * platform/mac/fast/forms/input-value-expected.txt:
2992 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
2993 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
2995 2015-02-22 David Kilzer <ddkilzer@apple.com>
2997 [iOS] Gardening: Clean up timeout test for ios-simulator-{wk1,wk2}
2999 Changes for WK1 results:
3000 * inspector/css/stylesheet-with-mutations.html
3001 - Skip for both WK1 and WK2. Already marked as Skip on mac.
3002 * fast/events/dispatch-message-string-data.html
3003 - Marked as Slow for both WK1 and WK2. Previously marked as
3004 Skip via override on WK2 and marked as Failure on both.
3007 * inspector/css/selector-dynamic-specificity.html
3008 - Skip on WK1 and WK2. Already marked as Skip on mac and win.
3009 Updated bug number for win TestExpectations.
3010 * inspector/css/stylesheet-with-mutations.html
3012 * fast/dynamic/window-resize-scrollbars-test.html
3013 - Skip on WK1 and WK2 since iOS does not support window
3014 resizing and test always times out. Remove old test results.
3015 * fast/images/animated-gif-window-resizing.html
3016 - Skip on WK1 and WK2 since iOS does not support window
3017 resizing and test always times out. Previously skipped on WK1
3019 * fast/events/autoscroll-should-not-stop-on-keypress.html
3020 - Skip on WK1 and WK2 due to always timing out. Previously
3021 skipped on WK1 only.
3022 * http/tests/cache/history-navigation-no-resource-revalidation.html
3023 - Skip on WK2 due to always timing out. Does not timeout on
3025 * http/tests/navigation/target-blank-opener-post.html
3027 * svg/animations/use-animate-width-and-height.html
3030 * platform/ios-sim-deprecated/fast/dynamic/window-resize-scrollbars-test-expected.txt: Removed.
3031 * platform/ios-simulator-wk1/TestExpectations:
3032 * platform/ios-simulator-wk2/TestExpectations:
3033 * platform/ios-simulator/TestExpectations:
3034 * platform/win/TestExpectations:
3036 2015-02-22 David Kilzer <ddkilzer@apple.com>
3038 [iOS] Gardening: Add missing results for WK2 tests
3040 In all cases, WK1 and WK2 results were the same.
3042 * 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.
3043 * 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.
3044 * 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.
3045 * 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.
3046 * platform/ios-simulator/fast/repaint/body-background-image-expected.txt: Rename from LayoutTests/platform/ios-sim-deprecated/fast/repaint/body-background-image-expected.txt.
3048 2015-02-22 David Kilzer <ddkilzer@apple.com>
3050 [iOS] Gardening: Add missing results for WK1 tests
3052 * platform/ios-simulator/fast/css/css2-system-fonts-expected.txt: Rename from LayoutTests/platform/ios-simulator-wk2/fast/css/css2-system-fonts-expected.txt.
3053 - Platform-specific results are the same for WK1 and WK2.
3054 Regressed in r179196: shared ios-simulator results should not
3056 * platform/ios-simulator/fast/css/focus-ring-exists-for-search-field-expected.txt: Add.
3057 - Platform-specific results were missing for both WK1 and WK2.
3058 Regressed in r179796: no ios-simulator results landed.
3060 2015-02-21 Youenn Fablet <youenn.fablet@crf.canon.fr>
3062 Tests don't work on some bots: Failed to stop wptwk
3063 https://bugs.webkit.org/show_bug.cgi?id=141235
3065 Reviewed by Ryosuke Niwa.
3067 * TestExpectations: Marking web-platform-tests as failed or passed until wpt server proves to be stable.
3069 2015-02-21 Alexey Proskuryakov <ap@apple.com>
3071 Flaky media tests due to various CoreMedia issues.
3072 https://bugs.webkit.org/show_bug.cgi?id=141534
3074 * platform/mac/TestExpectations: Added media/video-load-networkState.html.
3076 2015-02-19 Alexey Proskuryakov <ap@apple.com>
3078 Array.from test fix.
3082 Remove document.querySelectorAll use, as there is no DOM when running js tests
3083 in run-javascriptcore-tests.
3085 * js/array-from-expected.txt:
3086 * js/script-tests/array-from.js:
3088 2015-02-20 Zalan Bujtas <zalan@apple.com>
3090 Invalid assert in CompositeEditCommand::insertNodeAfter/insertNodeBefore
3091 https://bugs.webkit.org/show_bug.cgi?id=141854
3093 Reviewed by Ryosuke Niwa.
3095 Inserting content before/after the body as the result of editing is a valid operation.
3096 This assert was originally introduced to cover cases where edited content would get moved
3097 out of body. However, asserting such operation properly is not possible atm.
3099 * editing/inserting/insert-as-body-sibling-expected.txt: Added.
3100 * editing/inserting/insert-as-body-sibling.html: Added.
3102 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3104 svg/animations/animateMotion-additive-2a.svg and svg/animations/animateMotion-additive-2b.svg
3105 sometimes fail with a very small difference
3106 https://bugs.webkit.org/show_bug.cgi?id=139828
3108 * platform/mac-wk2/TestExpectations: Adding a test expectation.
3110 2015-02-20 Michael Saboff <msaboff@apple.com>
3112 Layout Test js/regress-141098.html is failing on 32-bit Machines
3113 https://bugs.webkit.org/show_bug.cgi?id=141848
3115 Reviewed by Geoffrey Garen.
3117 It appears that different control flow paths in probeAndRecurse() allowed the second time
3118 through the test to recurse deeper before getting to the point of overflowing the stack.
3119 Restructured the test so that the exact same control flow in probeAndRecurse() is used
3120 both times we call it, including probing the depth of the stack. Now we pass a flag that
3121 indicates whether or not we should try ever expanding eval strings or reuse the most
3124 * js/script-tests/regress-141098.js:
3128 2015-02-20 Brent Fulgham <bfulgham@apple.com>
3130 Skip failing JSC stress test to get bots green.
3131 https://bugs.webkit.org/show_bug.cgi?id=141848
3133 * js/script-tests/regress-141098.js:
3135 2015-02-20 Brent Fulgham <bfulgham@apple.com>
3137 [Win] Document some failures due to a JSC regression.
3138 https://bugs.webkit.org/show_bug.cgi?id=141848
3140 * platform/win/TestExpectations:
3142 2015-02-20 Alexey Proskuryakov <ap@apple.com>
3144 Remove svn:keywords property.
3146 As far as I can tell, the property had no effect on any of these files, but also,
3147 when it has effect it's likely harmful.
3149 * accessibility/svg-remote-element-expected.txt: Removed property svn:keywords.
3150 * animations/3d/replace-filling-transform-expected.txt: Removed property svn:keywords.
3151 * animations/3d/replace-filling-transform.html: Removed property svn:keywords.
3152 * animations/added-while-suspended-expected.txt: Removed property svn:keywords.
3153 * animations/added-while-suspended.html: Removed property svn:keywords.
3154 * animations/additive-transform-animations.html: Removed property svn:keywords.
3155 * animations/animation-direction-expected.txt: Removed property svn:keywords.
3156 * animations/animation-direction-reverse-fill-mode-expected.txt: Removed property svn:keywords.
3157 * animations/animation-direction-reverse-fill-mode-hardware-expected.txt: Removed property svn:keywords.
3158 * animations/animation-direction-reverse-fill-mode-hardware.html: Removed property svn:keywords.
3159 * animations/animation-direction-reverse-fill-mode.html: Removed property svn:keywords.
3160 * animations/animation-direction-reverse-hardware-expected.txt: Removed property svn:keywords.
3161 * animations/animation-direction-reverse-hardware-opacity-expected.txt: Removed property svn:keywords.
3162 * animations/animation-direction-reverse-hardware-opacity.html: Removed property svn:keywords.
3163 * animations/animation-direction-reverse-hardware.html: Removed property svn:keywords.
3164 * animations/animation-direction-reverse-non-hardware-expected.txt: Removed property svn:keywords.
3165 * animations/animation-direction-reverse-non-hardware.html: Removed property svn:keywords.
3166 * animations/animation-direction-reverse-timing-functions-expected.txt: Removed property svn:keywords.
3167 * animations/animation-direction-reverse-timing-functions-hardware-expected.txt: Removed property svn:keywords.
3168 * animations/animation-direction-reverse-timing-functions-hardware.html: Removed property svn:keywords.
3169 * animations/animation-direction-reverse-timing-functions.html: Removed property svn:keywords.
3170 * animations/animation-direction.html: Removed property svn:keywords.
3171 * animations/animation-on-inline-crash-expected.txt: Removed property svn:keywords.
3172 * animations/animation-on-inline-crash.html: Removed property svn:keywords.
3173 * animations/animation-shorthand-expected.txt: Removed property svn:keywords.
3174 * animations/animation-shorthand-name-order-expected.txt: Removed property svn:keywords.
3175 * animations/animation-shorthand-name-order.html: Removed property svn:keywords.
3176 * animations/animation-shorthand-removed-expected.txt: Removed property svn:keywords.
3177 * animations/animation-shorthand-removed.html: Removed property svn:keywords.
3178 * animations/animation-shorthand.html: Removed property svn:keywords.
3179 * animations/body-removal-crash-expected.txt: Removed property svn:keywords.
3180 * animations/body-removal-crash.html: Removed property svn:keywords.
3181 * animations/fill-mode-expected.txt: Removed property svn:keywords.
3182 * animations/fill-mode-missing-from-to-keyframes-expected.txt: Removed property svn:keywords.
3183 * animations/fill-mode-missing-from-to-keyframes.html: Removed property svn:keywords.
3184 * animations/fill-mode-multiple-keyframes-expected.txt: Removed property svn:keywords.
3185 * animations/fill-mode-multiple-keyframes.html: Removed property svn:keywords.
3186 * animations/fill-mode-removed-expected.txt: Removed property svn:keywords.
3187 * animations/fill-mode-removed.html: Removed property svn:keywords.
3188 * animations/fill-mode-transform-expected.txt: Removed property svn:keywords.
3189 * animations/fill-mode-transform.html: Removed property svn:keywords.
3190 * animations/fill-mode.html: Removed property svn:keywords.
3191 * animations/missing-from-to-expected.txt: Removed property svn:keywords.
3192 * animations/missing-from-to-transforms-expected.txt: Removed property svn:keywords.
3193 * animations/missing-from-to-transforms.html: Removed property svn:keywords.
3194 * animations/missing-from-to.html: Removed property svn:keywords.
3195 * animations/opacity-transform-animation-expected.txt: Removed property svn:keywords.
3196 * animations/opacity-transform-animation.html: Removed property svn:keywords.
3197 * animations/resources/page-cache-helper.html: Removed property svn:keywords.
3198 * animations/resume-after-page-cache-expected.txt: Removed property svn:keywords.
3199 * animations/resume-after-page-cache.html: Removed property svn:keywords.
3200 * animations/suspend-transform-animation-expected.txt: Removed property svn:keywords.
3201 * animations/suspend-transform-animation.html: Removed property svn:keywords.
3202 * animations/timing-functions-expected.txt: Removed property svn:keywords.
3203 * animations/timing-functions.html: Removed property svn:keywords.
3204 * animations/transform-non-accelerated-expected.txt: Removed property svn:keywords.
3205 * animations/transform-non-accelerated.html: Removed property svn:keywords.
3206 * animations/unprefixed-events-expected.txt: Removed property svn:keywords.
3207 * animations/unprefixed-events-mixed-with-prefixed-expected.txt: Removed property svn:keywords.
3208 * animations/unprefixed-events-mixed-with-prefixed.html: Removed property svn:keywords.
3209 * animations/unprefixed-events.html: Removed property svn:keywords.
3210 * animations/unprefixed-keyframes-expected.txt: Removed property svn:keywords.
3211 * animations/unprefixed-keyframes-rule-expected.txt: Removed property svn:keywords.
3212 * animations/unprefixed-keyframes-rule.html: Removed property svn:keywords.
3213 * animations/unprefixed-keyframes.html: Removed property svn:keywords.
3214 * animations/unprefixed-properties-expected.txt: Removed property svn:keywords.
3215 * animations/unprefixed-properties.html: Removed property svn:keywords.
3216 * animations/unprefixed-shorthand-expected.txt: Removed property svn:keywords.
3217 * animations/unprefixed-shorthand.html: Removed property svn:keywords.
3218 * compositing/animation/animation-compositing-expected.txt: Removed property svn:keywords.
3219 * compositing/animation/animation-compositing.html: Removed property svn:keywords.
3220 * compositing/animation/filling-animation-overlap-at-end-expected.txt: Removed property svn:keywords.
3221 * compositing/animation/filling-animation-overlap-at-end.html: Removed property svn:keywords.
3222 * compositing/animation/filling-animation-overlap-expected.txt: Removed property svn:keywords.
3223 * compositing/animation/filling-animation-overlap.html: Removed property svn:keywords.
3224 * compositing/animation/layer-for-filling-animation-expected.txt: Removed property svn:keywords.
3225 * compositing/animation/layer-for-filling-animation.html: Removed property svn:keywords.
3226 * compositing/animation/matrix-animation-expected.html: Removed property svn:keywords.
3227 * compositing/animation/matrix-animation.html: Removed property svn:keywords.
3228 * compositing/background-color/no-composited-background-color-when-perspective-expected.html: Removed property svn:keywords.
3229 * compositing/background-color/no-composited-background-color-when-perspective.html: Removed property svn:keywords.
3230 * compositing/backing/no-backing-for-clip-expected.txt: Removed property svn:keywords.
3231 * compositing/backing/no-backing-for-clip-overlap-expected.txt: Removed property svn:keywords.
3232 * compositing/backing/no-backing-for-clip-overlap.html: Removed property svn:keywords.
3233 * compositing/backing/no-backing-for-clip.html: Removed property svn:keywords.
3234 * compositing/backing/no-backing-for-perspective-expected.txt: Removed property svn:keywords.
3235 * compositing/backing/no-backing-for-perspective.html: Removed property svn:keywords.
3236 * compositing/columns/ancestor-clipped-in-paginated-expected.txt: Removed property svn:keywords.
3237 * compositing/columns/ancestor-clipped-in-paginated.html: Removed property svn:keywords.
3238 * compositing/columns/clipped-in-paginated-expected.txt: Removed property svn:keywords.
3239 * compositing/columns/clipped-in-paginated.html: Removed property svn:keywords.
3240 * compositing/columns/composited-columns-expected.txt: Removed property svn:keywords.
3241 * compositing/columns/composited-columns-vertical-rl-expected.txt: Removed property svn:keywords.
3242 * compositing/columns/composited-columns-vertical-rl.html: Removed property svn:keywords.
3243 * compositing/columns/composited-columns.html: Removed property svn:keywords.
3244 * compositing/columns/composited-in-paginated-expected.txt: Removed property svn:keywords.
3245 * compositing/columns/composited-in-paginated-rl-expected.txt: Removed property svn:keywords.
3246 * compositing/columns/composited-in-paginated-rl.html: Removed property svn:keywords.
3247 * compositing/columns/composited-in-paginated-writing-mode-rl-expected.txt: Removed property svn:keywords.
3248 * compositing/columns/composited-in-paginated-writing-mode-rl.html: Removed property svn:keywords.
3249 * compositing/columns/composited-in-paginated.html: Removed property svn:keywords.
3250 * compositing/columns/composited-lr-paginated-repaint-expected.txt: Removed property svn:keywords.
3251 * compositing/columns/composited-lr-paginated-repaint.html: Removed property svn:keywords.
3252 * compositing/columns/composited-nested-columns-expected.txt: Removed property svn:keywords.
3253 * compositing/columns/composited-nested-columns.html: Removed property svn:keywords.
3254 * compositing/columns/composited-rl-paginated-repaint-expected.txt: Removed property svn:keywords.
3255 * compositing/columns/composited-rl-paginated-repaint.html: Removed property svn:keywords.
3256 * compositing/columns/geometry-map-paginated-assert-expected.txt: Removed property svn:keywords.
3257 * compositing/columns/geometry-map-paginated-assert.html: Removed property svn:keywords.
3258 * compositing/columns/hittest-composited-in-paginated-expected.txt: Removed property svn:keywords.
3259 * compositing/columns/hittest-composited-in-paginated.html: Removed property svn:keywords.
3260 * compositing/columns/rotated-in-paginated-expected.txt: Removed property svn:keywords.
3261 * compositing/columns/rotated-in-paginated.html: Removed property svn:keywords.
3262 * compositing/columns/untransformed-composited-in-paginated-expected.txt: Removed property svn:keywords.
3263 * compositing/columns/untransformed-composited-in-paginated.html: Removed property svn:keywords.
3264 * compositing/contents-opaque/background-clip-expected.txt: Removed property svn:keywords.
3265 * compositing/contents-opaque/background-color-expected.txt: Removed property svn:keywords.
3266 * compositing/contents-opaque/fixed-to-nonfixed-expected.txt: Removed property svn:keywords.
3267 * compositing/contents-opaque/fixed-to-nonfixed.html: Removed property svn:keywords.
3268 * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Removed property svn:keywords.
3269 * compositing/contents-opaque/hidden-with-visible-child.html: Removed property svn:keywords.
3270 * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Removed property svn:keywords.
3271 * compositing/contents-opaque/hidden-with-visible-text.html: Removed property svn:keywords.
3272 * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Removed property svn:keywords.
3273 * compositing/contents-opaque/overflow-hidden-child-layers.html: Removed property svn:keywords.
3274 * compositing/contents-opaque/visibility-hidden-expected.txt: Removed property svn:keywords.
3275 * compositing/contents-opaque/visibility-hidden.html: Removed property svn:keywords.
3276 * compositing/contents-scale/animating-expected.txt: Removed property svn:keywords.
3277 * compositing/contents-scale/animating.html: Removed property svn:keywords.
3278 * compositing/contents-scale/scaled-ancestor-expected.txt: Removed property svn:keywords.
3279 * compositing/contents-scale/scaled-ancestor.html: Removed property svn:keywords.
3280 * compositing/contents-scale/simple-scale-expected.txt: Removed property svn:keywords.
3281 * compositing/contents-scale/simple-scale.html: Removed property svn:keywords.
3282 * compositing/contents-scale/z-translate-expected.txt: Removed property svn:keywords.
3283 * compositing/contents-scale/z-translate.html: Removed property svn:keywords.
3284 * compositing/document-background-color-expected.html: Removed property svn:keywords.
3285 * compositing/document-background-color.html: Removed property svn:keywords.
3286 * compositing/geometry/clip-expected.txt: Removed property svn:keywords.
3287 * compositing/geometry/clip-inside-expected.txt: Removed property svn:keywords.
3288 * compositing/geometry/clip.html: Removed property svn:keywords.
3289 * compositing/geometry/composited-html-size.html: Removed property svn:keywords.
3290 * compositing/geometry/composited-in-columns-expected.txt: Removed property svn:keywords.
3291 * compositing/geometry/composited-in-columns.html: Removed property svn:keywords.
3292 * compositing/geometry/flipped-writing-mode-expected.txt: Removed property svn:keywords.
3293 * compositing/geometry/flipped-writing-mode.html: Removed property svn:keywords.
3294 * compositing/geometry/foreground-layer-expected.txt: Removed property svn:keywords.
3295 * compositing/geometry/foreground-layer.html: Removed property svn:keywords.
3296 * compositing/geometry/geometry-map-scroll-during-layout-assertion-expected.txt: Removed property svn:keywords.
3297 * compositing/geometry/geometry-map-scroll-during-layout-assertion.html: Removed property svn:keywords.
3298 * compositing/geometry/huge-layer-expected.txt: Removed property svn:keywords.
3299 * compositing/geometry/huge-layer.html: Removed property svn:keywords.
3300 * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed property svn:keywords.
3301 * compositing/geometry/limit-layer-bounds-clipping-ancestor.html: Removed property svn:keywords.
3302 * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed property svn:keywords.
3303 * compositing/geometry/limit-layer-bounds-fixed-positioned.html: Removed property svn:keywords.
3304 * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed property svn:keywords.
3305 * compositing/geometry/limit-layer-bounds-opacity-transition.html: Removed property svn:keywords.
3306 * compositing/geometry/limit-layer-bounds-overflow-repaint.html: Removed property svn:keywords.
3307 * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed property svn:keywords.
3308 * compositing/geometry/limit-layer-bounds-overflow-root.html: Removed property svn:keywords.
3309 * compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed property svn:keywords.
3310 * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed property svn:keywords.
3311 * compositing/geometry/limit-layer-bounds-positioned-transition.html: Removed property svn:keywords.
3312 * compositing/geometry/limit-layer-bounds-positioned.html: Removed property svn:keywords.
3313 * compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed property svn:keywords.
3314 * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed property svn:keywords.
3315 * compositing/geometry/limit-layer-bounds-transformed-overflow.html: Removed property svn:keywords.
3316 * compositing/geometry/limit-layer-bounds-transformed.html: Removed property svn:keywords.
3317 * compositing/geometry/negative-text-indent-with-overflow-hidden-layer-expected.txt: Removed property svn:keywords.
3318 * compositing/geometry/negative-text-indent-with-overflow-hidden-layer.html: Removed property svn:keywords.
3319 * compositing/geometry/repaint-foreground-layer-expected.txt: Removed property svn:keywords.
3320 * compositing/geometry/repaint-foreground-layer.html: Removed property svn:keywords.
3321 * compositing/geometry/tall-page-composited-expected.txt: Removed property svn:keywords.
3322 * compositing/geometry/tall-page-composited.html: Removed property svn:keywords.
3323 * compositing/iframes/become-composited-nested-iframes-expected.txt: Removed property svn:keywords.
3324 * compositing/iframes/become-composited-nested-iframes.html: Removed property svn:keywords.
3325 * compositing/iframes/become-overlapped-iframe-expected.txt: Removed property svn:keywords.
3326 * compositing/iframes/become-overlapped-iframe.html: Removed property svn:keywords.
3327 * compositing/iframes/composited-iframe-scroll-expected.txt: Removed property svn:keywords.
3328 * compositing/iframes/composited-iframe-scroll.html: Removed property svn:keywords.
3329 * compositing/iframes/composited-parent-iframe-expected.txt: Removed property svn:keywords.
3330 * compositing/iframes/connect-compositing-iframe-expected.txt: Removed property svn:keywords.
3331 * compositing/iframes/connect-compositing-iframe.html: Removed property svn:keywords.
3332 * compositing/iframes/connect-compositing-iframe2-expected.txt: Removed property svn:keywords.
3333 * compositing/iframes/connect-compositing-iframe2.html: Removed property svn:keywords.
3334 * compositing/iframes/connect-compositing-iframe3-expected.txt: Removed property svn:keywords.
3335 * compositing/iframes/enter-compositing-iframe-expected.txt: Removed property svn:keywords.
3336 * compositing/iframes/enter-compositing-iframe.html: Removed property svn:keywords.
3337 * compositing/iframes/iframe-content-flipping-expected.txt: Removed property svn:keywords.
3338 * compositing/iframes/iframe-content-flipping.html: Removed property svn:keywords.
3339 * compositing/iframes/iframe-copy-on-scroll.html: Removed property svn:keywords.
3340 * compositing/iframes/iframe-resize-expected.txt: Removed property svn:keywords.
3341 * compositing/iframes/iframe-size-from-zero-expected.txt: Removed property svn:keywords.
3342 * compositing/iframes/iframe-size-from-zero.html: Removed property svn:keywords.
3343 * compositing/iframes/iframe-size-to-zero-expected.txt: Removed property svn:keywords.
3344 * compositing/iframes/iframe-size-to-zero.html: Removed property svn:keywords.
3345 * compositing/iframes/layout-on-compositing-change-expected.txt: Removed property svn:keywords.
3346 * compositing/iframes/layout-on-compositing-change.html: Removed property svn:keywords.
3347 * compositing/iframes/leave-compositing-iframe-expected.txt: Removed property svn:keywords.
3348 * compositing/iframes/leave-compositing-iframe.html: Removed property svn:keywords.
3349 * compositing/iframes/nested-iframe-scrolling-expected.txt: Removed property svn:keywords.
3350 * compositing/iframes/nested-iframe-scrolling.html: Removed property svn:keywords.
3351 * compositing/iframes/overlapped-iframe-expected.txt: Removed property svn:keywords.
3352 * compositing/iframes/overlapped-iframe.html: Removed property svn:keywords.
3353 * compositing/iframes/overlapped-nested-iframes-expected.txt: Removed property svn:keywords.
3354 * compositing/iframes/overlapped-nested-iframes.html: Removed property svn:keywords.
3355 * compositing/iframes/remove-iframe-crash-expected.txt: Removed property svn:keywords.
3356 * compositing/iframes/remove-iframe-crash.html: Removed property svn:keywords.
3357 * compositing/iframes/resources/enter-compositing-subframe.html: Removed property svn:keywords.
3358 * compositing/iframes/resources/green-red-subframe.html: Removed property svn:keywords.
3359 * compositing/iframes/resources/intermediate-frame.html: Removed property svn:keywords.
3360 * compositing/iframes/resources/large-composited-subframe.html: Removed property svn:keywords.
3361 * compositing/iframes/resources/leave-compositing-subframe-click.html: Removed property svn:keywords.
3362 * compositing/iframes/resources/leave-compositing-subframe.html: Removed property svn:keywords.
3363 * compositing/iframes/resources/nested-subframe.html: Removed property svn:keywords.
3364 * compositing/iframes/resources/red-green-subframe.html: Removed property svn:keywords.
3365 * compositing/iframes/resources/subframe.html: Removed property svn:keywords.
3366 * compositing/iframes/resources/subsubframe.html: Removed property svn:keywords.
3367 * compositing/iframes/scrolling-iframe-expected.txt: Removed property svn:keywords.
3368 * compositing/iframes/scrolling-iframe.html: Removed property svn:keywords.
3369 * compositing/images/content-image-expected.txt: Removed property svn:keywords.
3370 * compositing/images/content-image.html: Removed property svn:keywords.
3371 * compositing/images/direct-pdf-image-expected.txt: Removed property svn:keywords.
3372 * compositing/images/direct-pdf-image.html: Removed property svn:keywords.
3373 * compositing/images/direct-svg-image.html: Removed property svn:keywords.
3374 * compositing/layer-creation/animation-overlap-with-children-expected.txt: Removed property svn:keywords.
3375 * compositing/layer-creation/animation-overlap-with-children.html: Removed property svn:keywords.
3376 * compositing/layer-creation/deep-tree-expected.html: Removed property svn:keywords.
3377 * compositing/layer-creation/deep-tree.html: Removed property svn:keywords.
3378 * compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Removed property svn:keywords.
3379 * compositing/layer-creation/no-compositing-for-preserve-3d.html: Removed property svn:keywords.
3380 * compositing/layer-creation/overlap-animation-expected.txt: Removed property svn:keywords.
3381 * compositing/layer-creation/overlap-animation.html: Removed property svn:keywords.
3382 * compositing/layer-creation/overlap-transforms-expected.txt: Removed property svn:keywords.
3383 * compositing/layer-creation/overlap-transforms.html: Removed property svn:keywords.
3384 * compositing/layer-creation/rotate3d-overlap-expected.txt: Removed property svn:keywords.
3385 * compositing/layer-creation/rotate3d-overlap.html: Removed property svn:keywords.
3386 * compositing/layer-creation/scroll-partial-update-expected.txt: Removed property svn:keywords.
3387 * compositing/layer-creation/scroll-partial-update.html: Removed property svn:keywords.
3388 * compositing/layer-creation/translatez-overlap-expected.txt: Removed property svn:keywords.
3389 * compositing/layer-creation/translatez-overlap.html: Removed property svn:keywords.
3390 * compositing/masks/mask-layer-size-expected.txt: Removed property svn:keywords.
3391 * compositing/masks/mask-layer-size.html: Removed property svn:keywords.
3392 * compositing/overflow-trumps-transform-style-expected.txt: Removed property svn:keywords.
3393 * compositing/overflow-trumps-transform-style.html: Removed property svn:keywords.
3394 * compositing/overflow/clip-descendents-expected.txt: Removed property svn:keywords.
3395 * compositing/overflow/clip-descendents.html: Removed property svn:keywords.
3396 * compositing/overflow/do-not-paint-outline-into-composited-scrolling-contents-expected.txt: Removed property svn:keywords.
3397 * compositing/overflow/paint-neg-z-order-descendants-into-scrolling-contents-layer-expected.txt: Removed property svn:keywords.
3398 * compositing/plugins/1x1-composited-plugin-expected.txt: Removed property svn:keywords.
3399 * compositing/plugins/1x1-composited-plugin.html: Removed property svn:keywords.
3400 * compositing/plugins/composited-plugin.html: Removed property svn:keywords.
3401 * compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed property svn:keywords.
3402 * compositing/plugins/large-to-small-composited-plugin.html: Removed property svn:keywords.
3403 * compositing/plugins/no-backing-store-expected.txt: Removed property svn:keywords.
3404 * compositing/plugins/no-backing-store.html: Removed property svn:keywords.
3405 * compositing/plugins/small-to-large-composited-plugin-expected.txt: Removed property svn:keywords.
3406 * compositing/plugins/small-to-large-composited-plugin.html: Removed property svn:keywords.
3407 * compositing/reflections/backface-hidden-reflection-expected.txt: Removed property svn:keywords.
3408 * compositing/reflections/backface-hidden-reflection.html: Removed property svn:keywords.
3409 * compositing/reflections/become-simple-composited-reflection-expected.txt: Removed property svn:keywords.
3410 * compositing/reflections/become-simple-composited-reflection.html: Removed property svn:keywords.
3411 * compositing/reflections/remove-add-reflection-expected.txt: Removed property svn:keywords.
3412 * compositing/reflections/remove-add-reflection.html: Removed property svn:keywords.
3413 * compositing/repaint/foreground-layer-change-expected.html: Removed property svn:keywords.
3414 * compositing/repaint/foreground-layer-change.html: Removed property svn:keywords.
3415 * compositing/repaint/repaint-on-layer-grouping-change-expected.txt: Removed property svn:keywords.
3416 * compositing/repaint/repaint-on-layer-grouping-change.html: Removed property svn:keywords.
3417 * compositing/repaint/requires-backing-repaint-expected.txt: Removed property svn:keywords.
3418 * compositing/repaint/requires-backing-repaint.html: Removed property svn:keywords.
3419 * compositing/repaint/resize-repaint-expected.txt: Removed property svn:keywords.
3420 * compositing/repaint/resize-repaint.html: Removed property svn:keywords.
3421 * compositing/scaling/tiled-layer-recursion-expected.txt: Removed property svn:keywords.
3422 * compositing/scaling/tiled-layer-recursion.html: Removed property svn:keywords.
3423 * compositing/tile-cache-must-flatten-expected.html: Removed property svn:keywords.
3424 * compositing/tile-cache-must-flatten.html: Removed property svn:keywords.
3425 * compositing/tiled-layers-hidpi-expected.txt: Removed property svn:keywords.
3426 * compositing/tiled-layers-hidpi.html: Removed property svn:keywords.
3427 * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Removed property svn:keywords.
3428 * compositing/tiling/backface-preserve-3d-tiled.html: Removed property svn:keywords.
3429 * compositing/tiling/empty-to-tiled-expected.html: Removed property svn:keywords.
3430 * compositing/tiling/empty-to-tiled.html: Removed property svn:keywords.
3431 * compositing/tiling/huge-layer-add-remove-child.html: Removed property svn:keywords.
3432 * compositing/tiling/huge-layer-img.html: Removed property svn:keywords.
3433 * compositing/tiling/huge-layer-with-layer-children-resize.html: Removed property svn:keywords.
3434 * compositing/tiling/huge-layer-with-layer-children.html: Removed property svn:keywords.
3435 * compositing/tiling/preserve3d-tiled-expected.txt: Removed property svn:keywords.
3436 * compositing/tiling/preserve3d-tiled.html: Removed property svn:keywords.
3437 * compositing/tiling/reflected-tiled-expected.txt: Removed property svn:keywords.
3438 * compositing/tiling/reflected-tiled.html: Removed property svn:keywords.
3439 * compositing/tiling/resources/tiled-layer-tall.html: Removed property svn:keywords.
3440 * compositing/tiling/rotated-tiled-clamped.html: Removed property svn:keywords.
3441 * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Removed property svn:keywords.
3442 * compositing/tiling/tile-cache-zoomed-expected.txt: Removed property svn:keywords.
3443 * compositing/tiling/tile-cache-zoomed.html: Removed property svn:keywords.
3444 * compositing/tiling/tiled-in-iframe-expected.txt: Removed property svn:keywords.
3445 * compositing/tiling/tiled-in-iframe.html: Removed property svn:keywords.
3446 * compositing/tiling/tiled-layer-resize-expected.txt: Removed property svn:keywords.
3447 * compositing/tiling/tiled-layer-resize.html: Removed property svn:keywords.
3448 * compositing/toggle-compositing-expected.txt: Removed property svn:keywords.
3449 * compositing/toggle-compositing.html: Removed property svn:keywords.
3450 * compositing/visibility/layer-visible-content-expected.txt: Removed property svn:keywords.
3451 * compositing/visibility/layer-visible-content.html: Removed property svn:keywords.
3452 * compositing/visibility/visibility-composited-transforms.html: Removed property svn:keywords.
3453 * compositing/visibility/visibility-composited.html: Removed property svn:keywords.
3454 * compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed property svn:keywords.
3455 * compositing/visibility/visibility-image-layers-dynamic.html: Removed property svn:keywords.
3456 * compositing/visibility/visibility-image-layers-expected.txt: Removed property svn:keywords.
3457 * compositing/visibility/visibility-image-layers.html: Removed property svn:keywords.
3458 * compositing/visible-rect/2d-transformed-expected.txt: Removed property svn:keywords.
3459 * compositing/visible-rect/2d-transformed.html: Removed property svn:keywords.
3460 * compositing/visible-rect/3d-transform-style-expected.txt: Removed property svn:keywords.
3461 * compositing/visible-rect/3d-transform-style.html: Removed property svn:keywords.
3462 * compositing/visible-rect/3d-transformed-expected.txt: Removed property svn:keywords.
3463 * compositing/visible-rect/3d-transformed.html: Removed property svn:keywords.
3464 * compositing/visible-rect/animated-expected.txt: Removed property svn:keywords.
3465 * compositing/visible-rect/animated-from-none-expected.txt: Removed property svn:keywords.
3466 * compositing/visible-rect/animated-from-none.html: Removed property svn:keywords.
3467 * compositing/visible-rect/animated.html: Removed property svn:keywords.
3468 * compositing/visible-rect/clipped-by-viewport-expected.txt: Removed property svn:keywords.
3469 * compositing/visible-rect/clipped-by-viewport.html: Removed property svn:keywords.
3470 * compositing/visible-rect/clipped-visible-rect-expected.txt: Removed property svn:keywords.
3471 * compositing/visible-rect/clipped-visible-rect.html: Removed property svn:keywords.
3472 * compositing/visible-rect/iframe-and-layers-expected.txt: Removed property svn:keywords.
3473 * compositing/visible-rect/iframe-and-layers.html: Removed property svn:keywords.
3474 * compositing/visible-rect/iframe-no-layers-expected.txt: Removed property svn:keywords.
3475 * compositing/visible-rect/iframe-no-layers.html: Removed property svn:keywords.
3476 * compositing/visible-rect/nested-transform-expected.txt: Removed property svn:keywords.
3477 * compositing/visible-rect/nested-transform.html: Removed property svn:keywords.
3478 * compositing/visible-rect/resources/subframe-with-layers.html: Removed property svn:keywords.
3479 * compositing/visible-rect/scrolled-expected.txt: Removed property svn:keywords.
3480 * compositing/visible-rect/scrolled.html: Removed property svn:keywords.
3481 * compositing/z-order/negative-z-index-expected.txt: Removed property svn:keywords.
3482 * compositing/z-order/negative-z-index.html: Removed property svn:keywords.
3483 * css3/blending/svg-blend-plus-darker.html: Removed property svn:keywords.
3484 * css3/conditional/w3c/at-supports-001-expected.html: Removed property svn:keywords.
3485 * css3/conditional/w3c/at-supports-001.html: Removed property svn:keywords.
3486 * css3/conditional/w3c/at-supports-002-expected.html: Removed property svn:keywords.
3487 * css3/conditional/w3c/at-supports-002.html: Removed property svn:keywords.
3488 * css3/conditional/w3c/at-supports-003-expected.html: Removed property svn:keywords.
3489 * css3/conditional/w3c/at-supports-003.html: Removed property svn:keywords.
3490 * css3/conditional/w3c/at-supports-004-expected.html: Removed property svn:keywords.
3491 * css3/conditional/w3c/at-supports-004.html: Removed property svn:keywords.
3492 * css3/conditional/w3c/at-supports-005-expected.html: Removed property svn:keywords.
3493 * css3/conditional/w3c/at-supports-005.html: Removed property svn:keywords.
3494 * css3/conditional/w3c/at-supports-006-expected.html: Removed property svn:keywords.
3495 * css3/conditional/w3c/at-supports-006.html: Removed property svn:keywords.
3496 * css3/conditional/w3c/at-supports-007-expected.html: Removed property svn:keywords.
3497 * css3/conditional/w3c/at-supports-007.html: Removed property svn:keywords.
3498 * css3/conditional/w3c/at-supports-008-expected.html: Removed property svn:keywords.
3499 * css3/conditional/w3c/at-supports-008.html: Removed property svn:keywords.
3500 * css3/conditional/w3c/at-supports-009-expected.html: Removed property svn:keywords.
3501 * css3/conditional/w3c/at-supports-009.html: Removed property svn:keywords.
3502 * css3/conditional/w3c/at-supports-010-expected.html: Removed property svn:keywords.
3503 * css3/conditional/w3c/at-supports-010.html: Removed property svn:keywords.
3504 * css3/conditional/w3c/at-supports-011-expected.html: Removed property svn:keywords.
3505 * css3/conditional/w3c/at-supports-011.html: Removed property svn:keywords.
3506 * css3/conditional/w3c/at-supports-012-expected.html: Removed property svn:keywords.
3507 * css3/conditional/w3c/at-supports-012.html: Removed property svn:keywords.
3508 * css3/conditional/w3c/at-supports-013-expected.html: Removed property svn:keywords.
3509 * css3/conditional/w3c/at-supports-013.html: Removed property svn:keywords.
3510 * css3/conditional/w3c/at-supports-014-expected.html: Removed property svn:keywords.
3511 * css3/conditional/w3c/at-supports-014.html: Removed property svn:keywords.
3512 * css3/conditional/w3c/at-supports-015-expected.html: Removed property svn:keywords.
3513 * css3/conditional/w3c/at-supports-015.html: Removed property svn:keywords.
3514 * css3/conditional/w3c/at-supports-016-expected.html: Removed property svn:keywords.
3515 * css3/conditional/w3c/at-supports-016.html: Removed property svn:keywords.
3516 * css3/conditional/w3c/at-supports-017-expected.html: Removed property svn:keywords.
3517 * css3/conditional/w3c/at-supports-017.html: Removed property svn:keywords.
3518 * css3/conditional/w3c/at-supports-018-expected.html: Removed property svn:keywords.
3519 * css3/conditional/w3c/at-supports-018.html: Removed property svn:keywords.
3520 * css3/conditional/w3c/at-supports-019-expected.html: Removed property svn:keywords.
3521 * css3/conditional/w3c/at-supports-019.html: Removed property svn:keywords.
3522 * css3/conditional/w3c/at-supports-020-expected.html: Removed property svn:keywords.
3523 * css3/conditional/w3c/at-supports-020.html: Removed property svn:keywords.
3524 * css3/conditional/w3c/at-supports-021-expected.html: Removed property svn:keywords.
3525 * css3/conditional/w3c/at-supports-021.html: Removed property svn:keywords.
3526 * css3/conditional/w3c/at-supports-022-expected.html: Removed property svn:keywords.
3527 * css3/conditional/w3c/at-supports-022.html: Removed property svn:keywords.
3528 * css3/conditional/w3c/at-supports-023-expected.html: Removed property svn:keywords.
3529 * css3/conditional/w3c/at-supports-023.html: Removed property svn:keywords.
3530 * css3/conditional/w3c/at-supports-024-expected.html: Removed property svn:keywords.
3531 * css3/conditional/w3c/at-supports-024.html: Removed property svn:keywords.
3532 * css3/conditional/w3c/at-supports-025-expected.html: Removed property svn:keywords.
3533 * css3/conditional/w3c/at-supports-025.html: Removed property svn:keywords.
3534 * css3/conditional/w3c/at-supports-026-expected.html: Removed property svn:keywords.
3535 * css3/conditional/w3c/at-supports-026.html: Removed property svn:keywords.
3536 * css3/conditional/w3c/at-supports-027-expected.html: Removed property svn:keywords.
3537 * css3/conditional/w3c/at-supports-027.html: Removed property svn:keywords.
3538 * css3/conditional/w3c/at-supports-028-expected.html: Removed property svn:keywords.
3539 * css3/conditional/w3c/at-supports-028.html: Removed property svn:keywords.
3540 * css3/conditional/w3c/at-supports-029-expected.html: Removed property svn:keywords.
3541 * css3/conditional/w3c/at-supports-029.html: Removed property svn:keywords.
3542 * css3/conditional/w3c/at-supports-030-expected.html: Removed property svn:keywords.
3543 * css3/conditional/w3c/at-supports-030.html: Removed property svn:keywords.
3544 * css3/conditional/w3c/at-supports-031-expected.html: Removed property svn:keywords.
3545 * css3/conditional/w3c/at-supports-031.html: Removed property svn:keywords.
3546 * css3/conditional/w3c/at-supports-032-expected.html: Removed property svn:keywords.
3547 * css3/conditional/w3c/at-supports-032.html: Removed property svn:keywords.
3548 * css3/conditional/w3c/at-supports-033-expected.html: Removed property svn:keywords.
3549 * css3/conditional/w3c/at-supports-033.html: Removed property svn:keywords.
3550 * css3/filters/add-filter-rendering-expected.txt: Removed property svn:keywords.
3551 * css3/filters/add-filter-rendering.html: Removed property svn:keywords.
3552 * css3/filters/animation-from-initial-values-with-color-matrix-expected.html: Removed property svn:keywords.
3553 * css3/filters/animation-from-initial-values-with-color-matrix.html: Removed property svn:keywords.
3554 * css3/filters/backdrop/backdropfilter-property-computed-style-expected.txt: Removed property svn:keywords.
3555 * css3/filters/backdrop/backdropfilter-property-computed-style.html: Removed property svn:keywords.
3556 * css3/filters/backdrop/backdropfilter-property-expected.txt: Removed property svn:keywords.
3557 * css3/filters/backdrop/backdropfilter-property-parsing-expected.txt: Removed property svn:keywords.
3558 * css3/filters/backdrop/backdropfilter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
3559 * css3/filters/backdrop/backdropfilter-property-parsing-invalid.html: Removed property svn:keywords.
3560 * css3/filters/backdrop/backdropfilter-property-parsing.html: Removed property svn:keywords.
3561 * css3/filters/backdrop/backdropfilter-property.html: Removed property svn:keywords.
3562 * css3/filters/backdrop/effect-hw-expected.html: Removed property svn:keywords.
3563 * css3/filters/backdrop/effect-hw.html: Removed property svn:keywords.
3564 * css3/filters/backdrop/script-tests/backdropfilter-property-computed-style.js: Removed property svn:keywords.
3565 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing-invalid.js: Removed property svn:keywords.
3566 * css3/filters/backdrop/script-tests/backdropfilter-property-parsing.js: Removed property svn:keywords.
3567 * css3/filters/backdrop/script-tests/backdropfilter-property.js: Removed property svn:keywords.
3568 * css3/filters/composited-during-animation-layertree.html: Removed property svn:keywords.
3569 * css3/filters/composited-during-animation.html: Removed property svn:keywords.
3570 * css3/filters/composited-during-transition-layertree.html: Removed property svn:keywords.
3571 * css3/filters/effect-blur-expected.txt: Removed property svn:keywords.
3572 * css3/filters/effect-blur.html: Removed property svn:keywords.
3573 * css3/filters/effect-brightness-expected.txt: Removed property svn:keywords.
3574 * css3/filters/effect-brightness.html: Removed property svn:keywords.
3575 * css3/filters/effect-combined-expected.txt: Removed property svn:keywords.
3576 * css3/filters/effect-combined.html: Removed property svn:keywords.
3577 * css3/filters/effect-contrast-expected.txt: Removed property svn:keywords.
3578 * css3/filters/effect-contrast.html: Removed property svn:keywords.
3579 * css3/filters/effect-drop-shadow-expected.txt: Removed property svn:keywords.
3580 * css3/filters/effect-drop-shadow.html: Removed property svn:keywords.
3581 * css3/filters/effect-grayscale-expected.txt: Removed property svn:keywords.
3582 * css3/filters/effect-grayscale.html: Removed property svn:keywords.
3583 * css3/filters/effect-hue-rotate-expected.txt: Removed property svn:keywords.
3584 * css3/filters/effect-hue-rotate.html: Removed property svn:keywords.
3585 * css3/filters/effect-invert-expected.txt: Removed property svn:keywords.
3586 * css3/filters/effect-invert.html: Removed property svn:keywords.
3587 * css3/filters/effect-opacity-expected.txt: Removed property svn:keywords.
3588 * css3/filters/effect-opacity.html: Removed property svn:keywords.
3589 * css3/filters/effect-saturate-expected.txt: Removed property svn:keywords.
3590 * css3/filters/effect-saturate.html: Removed property svn:keywords.
3591 * css3/filters/effect-sepia-expected.txt: Removed property svn:keywords.
3592 * css3/filters/effect-sepia.html: Removed property svn:keywords.
3593 * css3/filters/filter-animation-expected.txt: Removed property svn:keywords.
3594 * css3/filters/filter-animation-from-none-expected.txt: Removed property svn:keywords.
3595 * css3/filters/filter-animation-from-none.html: Removed property svn:keywords.
3596 * css3/filters/filter-animation.html: Removed property svn:keywords.
3597 * css3/filters/filter-property-computed-style-expected.txt: Removed property svn:keywords.
3598 * css3/filters/filter-property-computed-style.html: Removed property svn:keywords.
3599 * css3/filters/filter-property-expected.txt: Removed property svn:keywords.
3600 * css3/filters/filter-property-parsing-expected.txt: Removed property svn:keywords.
3601 * css3/filters/filter-property-parsing-invalid-expected.txt: Removed property svn:keywords.
3602 * css3/filters/filter-property-parsing-invalid.html: Removed property svn:keywords.
3603 * css3/filters/filter-property-parsing.html: Removed property svn:keywords.
3604 * css3/filters/filter-property.html: Removed property svn:keywords.
3605 * css3/filters/filter-region-expected.txt: Removed property svn:keywords.
3606 * css3/filters/filter-region.html: Removed property svn:keywords.
3607 * css3/filters/filter-with-opacity-and-children-expected.txt: Removed property svn:keywords.
3608 * css3/filters/filter-with-opacity-and-children.html: Removed property svn:keywords.
3609 * css3/filters/filtered-compositing-descendant-expected.txt: Removed property svn:keywords.
3610 * css3/filters/filtered-compositing-descendant.html: Removed property svn:keywords.
3611 * css3/filters/huge-blur-value.html: Removed property svn:keywords.
3612 * css3/filters/huge-region-composited-expected.txt: Removed property svn:keywords.
3613 * css3/filters/huge-region-composited.html: Removed property svn:keywords.
3614 * css3/filters/huge-region-expected.txt: Removed property svn:keywords.
3615 * css3/filters/huge-region.html: Removed property svn:keywords.
3616 * css3/filters/nested-filters-expected.txt: Removed property svn:keywords.
3617 * css3/filters/nested-filters.html: Removed property svn:keywords.
3618 * css3/filters/regions-expanding-expected.txt: Removed property svn:keywords.
3619 * css3/filters/regions-expanding.html: Removed property svn:keywords.
3620 * css3/filters/remove-filter-rendering-expected.txt: Removed property svn:keywords.
3621 * css3/filters/remove-filter-rendering.html: Removed property svn:keywords.
3622 * css3/filters/remove-filter-repaint-expected.html: Removed property svn:keywords.
3623 * css3/filters/remove-filter-repaint.html: Removed property svn:keywords.
3624 * css3/filters/script-tests/TEMPLATE.html: Removed property svn:keywords.
3625 * css3/filters/script-tests/filter-property-computed-style.js: Removed property svn:keywords.
3626 * css3/filters/script-tests/filter-property-parsing-invalid.js: Removed property svn:keywords.
3627 * css3/filters/script-tests/filter-property-parsing.js: Removed property svn:keywords.
3628 * css3/filters/script-tests/filter-property.js: Removed property svn:keywords.
3629 * css3/filters/simple-filter-rendering-expected.txt: Removed property svn:keywords.
3630 * css3/filters/simple-filter-rendering.html: Removed property svn:keywords.
3631 * css3/flexbox/csswg/Flexible-order-expected.html: Removed property svn:keywords.
3632 * css3/flexbox/csswg/Flexible-order.html: Removed property svn:keywords.
3633 * css3/flexbox/csswg/align-content-001-expected.html: Removed property svn:keywords.
3634 * css3/flexbox/csswg/align-content-001.html: Removed property svn:keywords.
3635 * css3/flexbox/csswg/css-box-justify-content-expected.html: Removed property svn:keywords.
3636 * css3/flexbox/csswg/css-box-justify-content.html: Removed property svn:keywords.
3637 * css3/flexbox/csswg/css-flexbox-column-expected.html: Removed property svn:keywords.
3638 * css3/flexbox/csswg/css-flexbox-column.html: Removed property svn:keywords.
3639 * css3/flexbox/csswg/css-flexbox-height-animation-stretch-expected.html: Removed property svn:keywords.
3640 * css3/flexbox/csswg/css-flexbox-height-animation-stretch.html: Removed property svn:keywords.
3641 * css3/flexbox/csswg/css-flexbox-img-expand-evenly-expected.html: Removed property svn:keywords.
3642 * css3/flexbox/csswg/css-flexbox-img-expand-evenly.html: Removed property svn:keywords.
3643 * css3/flexbox/csswg/css-flexbox-row-expected.html: Removed property svn:keywords.
3644 * css3/flexbox/csswg/css-flexbox-row.html: Removed property svn:keywords.
3645 * css3/flexbox/csswg/css-flexbox-test1-expected.html: Removed property svn:keywords.
3646 * css3/flexbox/csswg/css-flexbox-test1.html: Removed property svn:keywords.
3647 * css3/flexbox/csswg/flex-align-items-center-expected.html: Removed property svn:keywords.
3648 * css3/flexbox/csswg/flex-align-items-center.html: Removed property svn:keywords.
3649 * css3/flexbox/csswg/flex-box-wrap-expected.html: Removed property svn:keywords.
3650 * css3/flexbox/csswg/flex-box-wrap.html: Removed property svn:keywords.
3651 * css3/flexbox/csswg/flex-container-margin-expected.html: Removed property svn:keywords.
3652 * css3/flexbox/csswg/flex-container-margin.html: Removed property svn:keywords.
3653 * css3/flexbox/csswg/flex-direction-expected.html: Removed property svn:keywords.
3654 * css3/flexbox/csswg/flex-direction-modify-expected.html: Removed property svn:keywords.
3655 * css3/flexbox/csswg/flex-direction-modify.html: Removed property svn:keywords.
3656 * css3/flexbox/csswg/flex-direction-with-element-insert-expected.html: Removed property svn:keywords.
3657 * css3/flexbox/csswg/flex-direction-with-element-insert.html: Removed property svn:keywords.
3658 * css3/flexbox/csswg/flex-direction-with-element-insert.html-expected.html: Removed property svn:keywords.
3659 * css3/flexbox/csswg/flex-direction.html: Removed property svn:keywords.
3660 * css3/flexbox/csswg/flex-direction.html-expected.html: Removed property svn:keywords.
3661 * css3/flexbox/csswg/flex-flexitem-childmargin-expected.html: Removed property svn:keywords.
3662 * css3/flexbox/csswg/flex-flexitem-childmargin.html: Removed property svn:keywords.
3663 * css3/flexbox/csswg/flex-flexitem-percentage-prescation-expected.html: Removed property svn:keywords.
3664 * css3/flexbox/csswg/flex-flexitem-percentage-prescation.html: Removed property svn:keywords.
3665 * css3/flexbox/csswg/flex-flow-001-expected.html: Removed property svn:keywords.
3666 * css3/flexbox/csswg/flex-flow-001.html: Removed property svn:keywords.
3667 * css3/flexbox/csswg/flex-flow-002-expected.html: Removed property svn:keywords.
3668 * css3/flexbox/csswg/flex-flow-002.html: Removed property svn:keywords.
3669 * css3/flexbox/csswg/flex-flow-007-expected.html: Removed property svn:keywords.
3670 * css3/flexbox/csswg/flex-flow-007.html: Removed property svn:keywords.
3671 * css3/flexbox/csswg/flex-items-flexibility-expected.html: Removed property svn:keywords.
3672 * css3/flexbox/csswg/flex-items-flexibility.html: Removed property svn:keywords.
3673 * css3/flexbox/csswg/flex-items-flexibility.html-expected.html: Removed property svn:keywords.
3674 * css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse-expected.html: Removed property svn:keywords.
3675 * css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-column-reverse.html: Removed property svn:keywords.
3676 * css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse-expected.html: Removed property svn:keywords.
3677 * css3/flexbox/csswg/flex-lines/multi-line-wrap-reverse-row-reverse.html: Removed property svn:keywords.
3678 * css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse-expected.html: Removed property svn:keywords.
3679 * css3/flexbox/csswg/flex-lines/multi-line-wrap-with-column-reverse.html: Removed property svn:keywords.
3680 * css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse-expected.html: Removed property svn:keywords.
3681 * css3/flexbox/csswg/flex-lines/multi-line-wrap-with-row-reverse.html: Removed property svn:keywords.
3682 * css3/flexbox/csswg/flex-margin-no-collapse-expected.html: Removed property svn:keywords.
3683 * css3/flexbox/csswg/flex-margin-no-collapse.html: Removed property svn:keywords.
3684 * css3/flexbox/csswg/flex-order-expected.html: Removed property svn:keywords.
3685 * css3/flexbox/csswg/flex-order.html: Removed property svn:keywords.
3686 * css3/flexbox/csswg/flex-vertical-align-effect-expected.html: Removed property svn:keywords.
3687 * css3/flexbox/csswg/flex-vertical-align-effect.html: Removed property svn:keywords.
3688 * css3/flexbox/csswg/flex-vertical-align-effect.html-expected.html: Removed property svn:keywords.
3689 * css3/flexbox/csswg/flexbox-flex-wrap-flexing-expected.html: Removed property svn:keywords.
3690 * css3/flexbox/csswg/flexbox-flex-wrap-flexing.html: Removed property svn:keywords.
3691 * css3/flexbox/csswg/flexbox-flex-wrap-nowrap-expected.html: Removed property svn:keywords.
3692 * css3/flexbox/csswg/flexbox-flex-wrap-nowrap.html: Removed property svn:keywords.
3693 * css3/flexbox/csswg/flexbox_absolute-atomic-expected.html: Removed property svn:keywords.
3694 * css3/flexbox/csswg/flexbox_absolute-atomic.html: Removed property svn:keywords.
3695 * css3/flexbox/csswg/flexbox_align-content-center-expected.html: Removed property svn:keywords.
3696 * css3/flexbox/csswg/flexbox_align-content-center.html: Removed property svn:keywords.
3697 * css3/flexbox/csswg/flexbox_align-content-flexend-expected.html: Removed property svn:keywords.
3698 * css3/flexbox/csswg/flexbox_align-content-flexend.html: Removed property svn:keywords.
3699 * css3/flexbox/csswg/flexbox_align-content-flexstart-expected.html: Removed property svn:keywords.
3700 * css3/flexbox/csswg/flexbox_align-content-flexstart.html: Removed property svn:keywords.
3701 * css3/flexbox/csswg/flexbox_align-content-spacearound-expected.html: Removed property svn:keywords.
3702 * css3/flexbox/csswg/flexbox_align-content-spacearound.html: Removed property svn:keywords.
3703 * css3/flexbox/csswg/flexbox_align-content-spacebetween-expected.html: Removed property svn:keywords.
3704 * css3/flexbox/csswg/flexbox_align-content-spacebetween.html: Removed property svn:keywords.
3705 * css3/flexbox/csswg/flexbox_align-content-stretch-2-expected.html: Removed property svn:keywords.
3706 * css3/flexbox/csswg/flexbox_align-content-stretch-2.html: Removed property svn:keywords.
3707 * css3/flexbox/csswg/flexbox_align-content-stretch-expected.html: Removed property svn:keywords.
3708 * css3/flexbox/csswg/flexbox_align-content-stretch.html: Removed property svn:keywords.
3709 * css3/flexbox/csswg/flexbox_align-items-baseline-expected.html: Removed property svn:keywords.
3710 * css3/flexbox/csswg/flexbox_align-items-baseline.html: Removed property svn:keywords.
3711 * css3/flexbox/csswg/flexbox_align-items-center-2-expected.html: Removed property svn:keywords.
3712 * css3/flexbox/csswg/flexbox_align-items-center-2.html: Removed property svn:keywords.
3713 * css3/flexbox/csswg/flexbox_align-items-center-expected.html: Removed property svn:keywords.
3714 * css3/flexbox/csswg/flexbox_align-items-center.html: Removed property svn:keywords.
3715 * css3/flexbox/csswg/flexbox_align-items-flexend-2-expected.html: Removed property svn:keywords.
3716 * css3/flexbox/csswg/flexbox_align-items-flexend-2.html: Removed property svn:keywords.
3717 * css3/flexbox/csswg/flexbox_align-items-flexend-expected.html: Removed property svn:keywords.
3718 * css3/flexbox/csswg/flexbox_align-items-flexend.html: Removed property svn:keywords.
3719 * css3/flexbox/csswg/flexbox_align-items-flexstart-2-expected.html: Removed property svn:keywords.
3720 * css3/flexbox/csswg/flexbox_align-items-flexstart-2.html: Removed property svn:keywords.
3721 * css3/flexbox/csswg/flexbox_align-items-flexstart-expected.html: Removed property svn:keywords.
3722 * css3/flexbox/csswg/flexbox_align-items-flexstart.html: Removed property svn:keywords.
3723 * css3/flexbox/csswg/flexbox_align-items-stretch-2-expected.html: Removed property svn:keywords.
3724 * css3/flexbox/csswg/flexbox_align-items-stretch-2.html: Removed property svn:keywords.
3725 * css3/flexbox/csswg/flexbox_align-items-stretch-expected.html: Removed property svn:keywords.
3726 * css3/flexbox/csswg/flexbox_align-items-stretch.html: Removed property svn:keywords.
3727 * css3/flexbox/csswg/flexbox_align-self-auto-expected.html: Removed property svn:keywords.
3728 * css3/flexbox/csswg/flexbox_align-self-auto.html: Removed property svn:keywords.
3729 * css3/flexbox/csswg/flexbox_align-self-baseline-expected.html: Removed property svn:keywords.
3730 * css3/flexbox/csswg/flexbox_align-self-baseline.html: Removed property svn:keywords.
3731 * css3/flexbox/csswg/flexbox_align-self-center-expected.html: Removed property svn:keywords.
3732 * css3/flexbox/csswg/flexbox_align-self-center.html: Removed property svn:keywords.
3733 * css3/flexbox/csswg/flexbox_align-self-flexend-expected.html: Removed property svn:keywords.
3734 * css3/flexbox/csswg/flexbox_align-self-flexend.html: Removed property svn:keywords.
3735 * css3/flexbox/csswg/flexbox_align-self-flexstart-expected.html: Removed property svn:keywords.
3736 * css3/flexbox/csswg/flexbox_align-self-flexstart.html: Removed property svn:keywords.
3737 * css3/flexbox/csswg/flexbox_align-self-stretch-expected.html: Removed property svn:keywords.
3738 * css3/flexbox/csswg/flexbox_align-self-stretch.html: Removed property svn:keywords.
3739 * css3/flexbox/csswg/flexbox_box-clear-expected.html: Removed property svn:keywords.
3740 * css3/flexbox/csswg/flexbox_box-clear.html: Removed property svn:keywords.
3741 * css3/flexbox/csswg/flexbox_columns-expected.html: Removed property svn:keywords.
3742 * css3/flexbox/csswg/flexbox_columns-flexitems-2-expected.html: Removed property svn:keywords.
3743 * css3/flexbox/csswg/flexbox_columns-flexitems-2.html: Removed property svn:keywords.
3744 * css3/flexbox/csswg/flexbox_columns-flexitems-expected.html: Removed property svn:keywords.
3745 * css3/flexbox/csswg/flexbox_columns-flexitems.html: Removed property svn:keywords.
3746 * css3/flexbox/csswg/flexbox_columns.html: Removed property svn:keywords.
3747 * css3/flexbox/csswg/flexbox_direction-column-expected.html: Removed property svn:keywords.
3748 * css3/flexbox/csswg/flexbox_direction-column-reverse-expected.html: Removed property svn:keywords.
3749 * css3/flexbox/csswg/flexbox_direction-column-reverse.html: Removed property svn:keywords.
3750 * css3/flexbox/csswg/flexbox_direction-column.html: Removed property svn:keywords.
3751 * css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html: Removed property svn:keywords.
3752 * css3/flexbox/csswg/flexbox_direction-row-reverse.html: Removed property svn:keywords.
3753 * css3/flexbox/csswg/flexbox_display-expected.html: Removed property svn:keywords.
3754 * css3/flexbox/csswg/flexbox_display.html: Removed property svn:keywords.
3755 * css3/flexbox/csswg/flexbox_empty-expected.html: Removed property svn:keywords.
3756 * css3/flexbox/csswg/flexbox_fbfc-expected.html: Removed property svn:keywords.
3757 * css3/flexbox/csswg/flexbox_fbfc.html: Removed property svn:keywords.
3758 * css3/flexbox/csswg/flexbox_fbfc2-expected.html: Removed property svn:keywords.
3759 * css3/flexbox/csswg/flexbox_fbfc2.html: Removed property svn:keywords.
3760 * css3/flexbox/csswg/flexbox_first-line-expected.html: Removed property svn:keywords.
3761 * css3/flexbox/csswg/flexbox_first-line.html: Removed property svn:keywords.
3762 * css3/flexbox/csswg/flexbox_flex-0-0-0-expected.html: Removed property svn:keywords.
3763 * css3/flexbox/csswg/flexbox_flex-0-0-0.html: Removed property svn:keywords.
3764 * css3/flexbox/csswg/flexbox_flex-0-0-N-expected.html: Removed property svn:keywords.
3765 * css3/flexbox/csswg/flexbox_flex-0-0-N-shrink-expected.html: Removed property svn:keywords.
3766 * css3/flexbox/csswg/flexbox_flex-0-0-N-shrink.html: Removed property svn:keywords.
3767 * css3/flexbox/csswg/flexbox_flex-0-0-N.html: Removed property svn:keywords.
3768 * css3/flexbox/csswg/flexbox_flex-0-0-Npercent-expected.html: Removed property svn:keywords.
3769 * css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink-expected.html: Removed property svn:keywords.
3770 * css3/flexbox/csswg/flexbox_flex-0-0-Npercent-shrink.html: Removed property svn:keywords.
3771 * css3/flexbox/csswg/flexbox_flex-0-0-Npercent.html: Removed property svn:keywords.
3772 * css3/flexbox/csswg/flexbox_flex-0-0-auto-expected.html: Removed property svn:keywords.
3773 * css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink-expected.html: Removed property svn:keywords.
3774 * css3/flexbox/csswg/flexbox_flex-0-0-auto-shrink.html: Removed property svn:keywords.
3775 * css3/flexbox/csswg/flexbox_flex-0-0-auto.html: Removed property svn:keywords.
3776 * css3/flexbox/csswg/flexbox_flex-0-1-0-expected.html: Removed property svn:keywords.
3777 * css3/flexbox/csswg/flexbox_flex-0-1-0.html: Removed property svn:keywords.
3778 * css3/flexbox/csswg/flexbox_flex-0-1-N-expected.html: Removed property svn:keywords.
3779 * css3/flexbox/csswg/flexbox_flex-0-1-N-shrink-expected.html: Removed property svn:keywords.
3780 * css3/flexbox/csswg/flexbox_flex-0-1-N-shrink.html: Removed property svn:keywords.
3781 * css3/flexbox/csswg/flexbox_flex-0-1-N.html: Removed property svn:keywords.
3782 * css3/flexbox/csswg/flexbox_flex-0-1-Npercent-expected.html: Removed property svn:keywords.
3783 * css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink-expected.html: Removed property svn:keywords.
3784 * css3/flexbox/csswg/flexbox_flex-0-1-Npercent-shrink.html: Removed property svn:keywords.
3785 * css3/flexbox/csswg/flexbox_flex-0-1-Npercent.html: Removed property svn:keywords.
3786 * css3/flexbox/csswg/flexbox_flex-0-1-auto-expected.html: Removed property svn:keywords.
3787 * css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink-expected.html: Removed property svn:keywords.
3788 * css3/flexbox/csswg/flexbox_flex-0-1-auto-shrink.html: Removed property svn:keywords.
3789 * css3/flexbox/csswg/flexbox_flex-0-1-auto.html: Removed property svn:keywords.
3790 * css3/flexbox/csswg/flexbox_flex-0-N-0-expected.html: Removed property svn:keywords.
3791 * css3/flexbox/csswg/flexbox_flex-0-N-0.html: Removed property svn:keywords.
3792 * css3/flexbox/csswg/flexbox_flex-0-N-N-expected.html: Removed property svn:keywords.
3793 * css3/flexbox/csswg/flexbox_flex-0-N-N-shrink-expected.html: Removed property svn:keywords.
3794 * css3/flexbox/csswg/flexbox_flex-0-N-N-shrink.html: Removed property svn:keywords.
3795 * css3/flexbox/csswg/flexbox_flex-0-N-N.html: Removed property svn:keywords.
3796 * css3/flexbox/csswg/flexbox_flex-0-N-Npercent-expected.html: Removed property svn:keywords.
3797 * css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink-expected.html: Removed property svn:keywords.
3798 * css3/flexbox/csswg/flexbox_flex-0-N-Npercent-shrink.html: Removed property svn:keywords.
3799 * css3/flexbox/csswg/flexbox_flex-0-N-Npercent.html: Removed property svn:keywords.
3800 * css3/flexbox/csswg/flexbox_flex-0-N-auto-expected.html: Removed property svn:keywords.
3801 * css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink-expected.html: Removed property svn:keywords.
3802 * css3/flexbox/csswg/flexbox_flex-0-N-auto-shrink.html: Removed property svn:keywords.
3803 * css3/flexbox/csswg/flexbox_flex-0-N-auto.html: Removed property svn:keywords.
3804 * css3/flexbox/csswg/flexbox_flex-1-0-0-expected.html: Removed property svn:keywords.
3805 * css3/flexbox/csswg/flexbox_flex-1-0-0.html: Removed property svn:keywords.
3806 * css3/flexbox/csswg/flexbox_flex-1-0-N-expected.html: Removed property svn:keywords.
3807 * css3/flexbox/csswg/flexbox_flex-1-0-N-shrink-expected.html: Removed property svn:keywords.
3808 * css3/flexbox/csswg/flexbox_flex-1-0-N-shrink.html: Removed property svn:keywords.
3809 * css3/flexbox/csswg/flexbox_flex-1-0-N.html: Removed property svn:keywords.
3810 * css3/flexbox/csswg/flexbox_flex-1-0-Npercent-expected.html: Removed property svn:keywords.
3811 * css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink-expected.html: Removed property svn:keywords.
3812 * css3/flexbox/csswg/flexbox_flex-1-0-Npercent-shrink.html: Removed property svn:keywords.
3813 * css3/flexbox/csswg/flexbox_flex-1-0-Npercent.html: Removed property svn:keywords.
3814 * css3/flexbox/csswg/flexbox_flex-1-0-auto-expected.html: Removed property svn:keywords.
3815 * css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink-expected.html: Removed property svn:keywords.
3816 * css3/flexbox/csswg/flexbox_flex-1-0-auto-shrink.html: Removed property svn:keywords.
3817 * css3/flexbox/csswg/flexbox_flex-1-0-auto.html: Removed property svn:keywords.
3818 * css3/flexbox/csswg/flexbox_flex-1-1-0-expected.html: Removed property svn:keywords.
3819 * css3/flexbox/csswg/flexbox_flex-1-1-0.html: Removed property svn:keywords.
3820 * css3/flexbox/csswg/flexbox_flex-1-1-N-expected.html: Removed property svn:keywords.
3821 * css3/flexbox/csswg/flexbox_flex-1-1-N-shrink-expected.html: Removed property svn:keywords.
3822 * css3/flexbox/csswg/flexbox_flex-1-1-N-shrink.html: Removed property svn:keywords.
3823 * css3/flexbox/csswg/flexbox_flex-1-1-N.html: Removed property svn:keywords.
3824 * css3/flexbox/csswg/flexbox_flex-1-1-Npercent-expected.html: Removed property svn:keywords.
3825 * css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink-expected.html: Removed property svn:keywords.
3826 * css3/flexbox/csswg/flexbox_flex-1-1-Npercent-shrink.html: Removed property svn:keywords.
3827 * css3/flexbox/csswg/flexbox_flex-1-1-Npercent.html: Removed property svn:keywords.
3828 * css3/flexbox/csswg/flexbox_flex-1-1-auto-expected.html: Removed property svn:keywords.
3829 * css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink-expected.html: Removed property svn:keywords.
3830 * css3/flexbox/csswg/flexbox_flex-1-1-auto-shrink.html: Removed property svn:keywords.
3831 * css3/flexbox/csswg/flexbox_flex-1-1-auto.html: Removed property svn:keywords.
3832 * css3/flexbox/csswg/flexbox_flex-1-N-0-expected.html: Removed property svn:keywords.
3833 * css3/flexbox/csswg/flexbox_flex-1-N-0.html: Removed property svn:keywords.
3834 * css3/flexbox/csswg/flexbox_flex-1-N-N-expected.html: Removed property svn:keywords.
3835 * css3/flexbox/csswg/flexbox_flex-1-N-N-shrink-expected.html: Removed property svn:keywords.
3836 * css3/flexbox/csswg/flexbox_flex-1-N-N-shrink.html: Removed property svn:keywords.
3837 * css3/flexbox/csswg/flexbox_flex-1-N-N.html: Removed property svn:keywords.
3838 * css3/flexbox/csswg/flexbox_flex-1-N-Npercent-expected.html: Removed property svn:keywords.
3839 * css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink-expected.html: Removed property svn:keywords.
3840 * css3/flexbox/csswg/flexbox_flex-1-N-Npercent-shrink.html: Removed property svn:keywords.
3841 * css3/flexbox/csswg/flexbox_flex-1-N-Npercent.html: Removed property svn:keywords.
3842 * css3/flexbox/csswg/flexbox_flex-1-N-auto-expected.html: Removed property svn:keywords.
3843 * css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink-expected.html: Removed property svn:keywords.
3844 * css3/flexbox/csswg/flexbox_flex-1-N-auto-shrink.html: Removed property svn:keywords.
3845 * css3/flexbox/csswg/flexbox_flex-1-N-auto.html: Removed property svn:keywords.
3846 * css3/flexbox/csswg/flexbox_flex-N-0-0-expected.html: Removed property svn:keywords.
3847 * css3/flexbox/csswg/flexbox_flex-N-0-0.html: Removed property svn:keywords.
3848 * css3/flexbox/csswg/flexbox_flex-N-0-N-expected.html: Removed property svn:keywords.
3849 * css3/flexbox/csswg/flexbox_flex-N-0-N-shrink-expected.html: Removed property svn:keywords.
3850 * css3/flexbox/csswg/flexbox_flex-N-0-N-shrink.html: Removed property svn:keywords.
3851 * css3/flexbox/csswg/flexbox_flex-N-0-N.html: Removed property svn:keywords.
3852 * css3/flexbox/csswg/flexbox_flex-N-0-Npercent-expected.html: Removed property svn:keywords.
3853 * css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink-expected.html: Removed property svn:keywords.
3854 * css3/flexbox/csswg/flexbox_flex-N-0-Npercent-shrink.html: Removed property svn:keywords.
3855 * css3/flexbox/csswg/flexbox_flex-N-0-Npercent.html: Removed property svn:keywords.
3856 * css3/flexbox/csswg/flexbox_flex-N-0-auto-expected.html: Removed property svn:keywords.
3857 * css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink-expected.html: Removed property svn:keywords.
3858 * css3/flexbox/csswg/flexbox_flex-N-0-auto-shrink.html: Removed property svn:keywords.
3859 * css3/flexbox/csswg/flexbox_flex-N-0-auto.html: Removed property svn:keywords.
3860 * css3/flexbox/csswg/flexbox_flex-N-1-0-expected.html: Removed property svn:keywords.
3861 * css3/flexbox/csswg/flexbox_flex-N-1-0.html: Removed property svn:keywords.
3862 * css3/flexbox/csswg/flexbox_flex-N-1-N-expected.html: Removed property svn:keywords.
3863 * css3/flexbox/csswg/flexbox_flex-N-1-N-shrink-expected.html: Removed property svn:keywords.
3864 * css3/flexbox/csswg/flexbox_flex-N-1-N-shrink.html: Removed property svn:keywords.
3865 * css3/flexbox/csswg/flexbox_flex-N-1-N.html: Removed property svn:keywords.
3866 * css3/flexbox/csswg/flexbox_flex-N-1-Npercent-expected.html: Removed property svn:keywords.
3867 * css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink-expected.html: Removed property svn:keywords.
3868 * css3/flexbox/csswg/flexbox_flex-N-1-Npercent-shrink.html: Removed property svn:keywords.
3869 * css3/flexbox/csswg/flexbox_flex-N-1-Npercent.html: Removed property svn:keywords.
3870 * css3/flexbox/csswg/flexbox_flex-N-1-auto-expected.html: Removed property svn:keywords.
3871 * css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink-expected.html: Removed property svn:keywords.
3872 * css3/flexbox/csswg/flexbox_flex-N-1-auto-shrink.html: Removed property svn:keywords.
3873 * css3/flexbox/csswg/flexbox_flex-N-1-auto.html: Removed property svn:keywords.
3874 * css3/flexbox/csswg/flexbox_flex-N-N-0-expected.html: Removed property svn:keywords.
3875 * css3/flexbox/csswg/flexbox_flex-N-N-0.html: Removed property svn:keywords.
3876 * css3/flexbox/csswg/flexbox_flex-N-N-N-expected.html: Removed property svn:keywords.
3877 * css3/flexbox/csswg/flexbox_flex-N-N-N-shrink-expected.html: Removed property svn:keywords.
3878 * css3/flexbox/csswg/flexbox_flex-N-N-N-shrink.html: Removed property svn:keywords.
3879 * css3/flexbox/csswg/flexbox_flex-N-N-N.html: Removed property svn:keywords.
3880 * css3/flexbox/csswg/flexbox_flex-N-N-Npercent-expected.html: Removed property svn:keywords.
3881 * css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink-expected.html: Removed property svn:keywords.
3882 * css3/flexbox/csswg/flexbox_flex-N-N-Npercent-shrink.html: Removed property svn:keywords.
3883 * css3/flexbox/csswg/flexbox_flex-N-N-Npercent.html: Removed property svn:keywords.
3884 * css3/flexbox/csswg/flexbox_flex-N-N-auto-expected.html: Removed property svn:keywords.
3885 * css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink-expected.html: Removed property svn:keywords.
3886 * css3/flexbox/csswg/flexbox_flex-N-N-auto-shrink.html: Removed property svn:keywords.
3887 * css3/flexbox/csswg/flexbox_flex-N-N-auto.html: Removed property svn:keywords.
3888 * css3/flexbox/csswg/flexbox_flex-auto-expected.html: Removed property svn:keywords.
3889 * css3/flexbox/csswg/flexbox_flex-auto.html: Removed property svn:keywords.
3890 * css3/flexbox/csswg/flexbox_flex-basis-expected.html: Removed property svn:keywords.
3891 * css3/flexbox/csswg/flexbox_flex-basis-shrink-expected.html: Removed property svn:keywords.
3892 * css3/flexbox/csswg/flexbox_flex-basis-shrink.html: Removed property svn:keywords.
3893 * css3/flexbox/csswg/flexbox_flex-basis.html: Removed property svn:keywords.
3894 * css3/flexbox/csswg/flexbox_flex-formatting-interop-expected.html: Removed property svn:keywords.
3895 * css3/flexbox/csswg/flexbox_flex-formatting-interop.html: Removed property svn:keywords.
3896 * css3/flexbox/csswg/flexbox_flex-initial-2-expected.html: Removed property svn:keywords.
3897 * css3/flexbox/csswg/flexbox_flex-initial-2.html: Removed property svn:keywords.
3898 * css3/flexbox/csswg/flexbox_flex-initial-expected.html: Removed property svn:keywords.
3899 * css3/flexbox/csswg/flexbox_flex-initial.html: Removed property svn:keywords.
3900 * css3/flexbox/csswg/flexbox_flex-natural-expected.html: Removed property svn:keywords.
3901 * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto-expected.html: Removed property svn:keywords.
3902 * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-auto.html: Removed property svn:keywords.
3903 * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis-expected.html: Removed property svn:keywords.
3904 * css3/flexbox/csswg/flexbox_flex-natural-mixed-basis.html: Removed property svn:keywords.
3905 * css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis-expected.html: Removed property svn:keywords.
3906 * css3/flexbox/csswg/flexbox_flex-natural-variable-auto-basis.html: Removed property svn:keywords.
3907 * css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis-expected.html: Removed property svn:keywords.
3908 * css3/flexbox/csswg/flexbox_flex-natural-variable-zero-basis.html: Removed property svn:keywords.
3909 * css3/flexbox/csswg/flexbox_flex-natural.html: Removed property svn:keywords.
3910 * css3/flexbox/csswg/flexbox_flex-none-expected.html: Removed property svn:keywords.
3911 * css3/flexbox/csswg/flexbox_flex-none.html: Removed property svn:keywords.
3912 * css3/flexbox/csswg/flexbox_flex-unitless-basis-expected.html: Removed property svn:keywords.
3913 * css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-expected.html: Removed property svn:keywords.
3914 * css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse-expected.html: Removed property svn:keywords.
3915 * css3/flexbox/csswg/flexbox_flow-column-reverse-wrap-reverse.html: Removed property svn:keywords.
3916 * css3/flexbox/csswg/flexbox_flow-column-reverse-wrap.html: Removed property svn:keywords.
3917 * css3/flexbox/csswg/flexbox_flow-column-wrap-expected.html: Removed property svn:keywords.
3918 * css3/flexbox/csswg/flexbox_flow-column-wrap-reverse-expected.html: Removed property svn:keywords.
3919 * css3/flexbox/csswg/flexbox_flow-column-wrap-reverse.html: Removed property svn:keywords.
3920 * css3/flexbox/csswg/flexbox_flow-column-wrap.html: Removed property svn:keywords.
3921 * css3/flexbox/csswg/flexbox_flow-row-wrap-expected.html: Removed property svn:keywords.
3922 * css3/flexbox/csswg/flexbox_flow-row-wrap-reverse-expected.html: Removed property svn:keywords.
3923 * css3/flexbox/csswg/flexbox_flow-row-wrap-reverse.html: Removed property svn:keywords.
3924 * css3/flexbox/csswg/flexbox_flow-row-wrap.html: Removed property svn:keywords.
3925 * css3/flexbox/csswg/flexbox_generated-container-expected.html: Removed property svn:keywords.
3926 * css3/flexbox/csswg/flexbox_generated-container.html: Removed property svn:keywords.
3927 * css3/flexbox/csswg/flexbox_generated-expected.html: Removed property svn:keywords.
3928 * css3/flexbox/csswg/flexbox_generated-flex-expected.html: Removed property svn:keywords.
3929 * css3/flexbox/csswg/flexbox_generated-flex.html: Removed property svn:keywords.
3930 * css3/flexbox/csswg/flexbox_generated.html: Removed property svn:keywords.
3931 * css3/flexbox/csswg/flexbox_inline-expected.html: Removed property svn:keywords.
3932 * css3/flexbox/csswg/flexbox_inline.html: Removed property svn:keywords.