1 2012-01-23 Ojan Vafai <ojan@chromium.org>
3 Implement flex-pack:distribute
4 https://bugs.webkit.org/show_bug.cgi?id=76864
6 Reviewed by Tony Chang.
8 * css3/flexbox/004-expected.txt:
9 * css3/flexbox/004.html:
11 2012-01-23 Tom Sepez <tsepez@chromium.org>
13 decodeEscapeSequences() not correct for some encodings (GBK, Big5, ...).
14 https://bugs.webkit.org/show_bug.cgi?id=71316
16 Reviewed by Daniel Bates.
18 * http/tests/navigation/anchor-frames-gbk-expected.txt: Added.
19 * http/tests/navigation/anchor-frames-gbk.html: Added.
20 * http/tests/navigation/resources/frame-with-anchor-gbk.html: Added.
21 * http/tests/security/xssAuditor/iframe-onload-GBK-char-expected.txt: Added.
22 * http/tests/security/xssAuditor/iframe-onload-GBK-char.html: Added.
23 * http/tests/security/xssAuditor/img-onerror-GBK-char-expected.txt: Added.
24 * http/tests/security/xssAuditor/img-onerror-GBK-char.html: Added.
25 * http/tests/security/xssAuditor/resources/echo-intertag-decode-16bit-unicode.pl:
26 * http/tests/security/xssAuditor/script-tag-Big5-char-expected.txt: Added.
27 * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode-expected.txt: Added.
28 * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-16bit-unicode.html: Added.
29 * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode-expected.txt: Added.
30 * http/tests/security/xssAuditor/script-tag-Big5-char-twice-url-encode.html: Added.
31 * http/tests/security/xssAuditor/script-tag-Big5-char.html: Added.
32 * http/tests/security/xssAuditor/script-tag-Big5-char2-expected.txt: Added.
33 * http/tests/security/xssAuditor/script-tag-Big5-char2.html: Added.
34 * platform/chromium/test_expectations.txt:
36 2012-01-23 Zan Dobersek <zandobersek@gmail.com>
38 [GTK] editing/deleting/5408255.html results are incorrect
39 https://bugs.webkit.org/show_bug.cgi?id=53644
41 Reviewed by Martin Robinson.
43 Unskip newly-passing editing test.
45 * platform/gtk/Skipped:
47 2012-01-23 Julien Chaffraix <jchaffraix@webkit.org>
49 Crash in WebCore::RenderTableSection::rowLogicalHeightChanged
50 https://webkit.org/b/76842
52 Reviewed by Darin Adler.
54 * fast/table/crash-section-logical-height-changed-needsCellRecalc-expected.txt: Added.
55 * fast/table/crash-section-logical-height-changed-needsCellRecalc.html: Added.
57 2012-01-23 Dmitry Lomov <dslomov@google.com>
59 [Chromium] Implement layoutTestController.workerThreadCount in DRT
60 https://bugs.webkit.org/show_bug.cgi?id=74653.
62 Reviewed by Darin Fisher.
64 * platform/chromium/test_expectations.txt:
66 2012-01-23 Emil A Eklund <eae@chromium.org>
68 Unreviewed test expectations fixes for a couple of window/frame tests.
70 * http/tests/security/cross-frame-access-put-expected.txt:
71 Updated expectations to reflect that window.frameElement now has the type
72 HTMLIFrameElement. The test itself has already been updated.
74 * platform/mac/fast/dom/Window/window-properties-expected.txt:
75 Added window.applicationCache.abort method.
77 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
80 2012-01-23 Hayato Ito <hayato@chromium.org>
82 Fix crash when a focused node is removed while in processing focusin event.
83 https://bugs.webkit.org/show_bug.cgi?id=76656
85 Reviewed by Dimitri Glazkov.
87 * fast/events/focus-remove-focuesed-node-expected.txt: Added.
88 * fast/events/focus-remove-focuesed-node.html: Added.
90 2012-01-23 Andrew Scherkus <scherkus@chromium.org>
92 Switch media/audio-data-url.html layout test to base64-encoded WAV data.
93 https://bugs.webkit.org/show_bug.cgi?id=76759
95 Reviewed by Eric Carlson.
97 * media/audio-data-url-expected.txt:
98 * media/audio-data-url.html:
99 * platform/chromium/test_expectations.txt:
101 2012-01-23 Ryosuke Niwa <rniwa@webkit.org>
103 REGRESSION(r105396): drag state is not cleared after each drag
104 https://bugs.webkit.org/show_bug.cgi?id=76878
106 Reviewed by Alexey Proskuryakov.
108 Add a regression test to ensure we don't fire extra dragenter event
109 on the second drag at an element that contains the dragged content.
111 * fast/events/clear-drag-state-expected.txt: Added.
112 * fast/events/clear-drag-state.html: Added.
113 * fast/events/clear-edit-drag-state-expected.txt: Added.
114 * fast/events/clear-edit-drag-state.html: Added.
116 2012-01-23 Dale Curtis <dalecurtis@chromium.org>
118 Reduce throttling on video-buffering-repaints-controls test to prevent timeout.
119 https://bugs.webkit.org/show_bug.cgi?id=76113
121 Also reduces flakiness by checking for a repaint between progress and
122 suspend events versus just between progress events.
124 Reviewed by Adam Barth.
126 * http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
127 * http/tests/media/video-buffering-repaints-controls.html:
128 * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.png:
129 * platform/chromium-mac-snowleopard/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed.
130 * platform/chromium-win/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed.
131 * platform/chromium/test_expectations.txt:
132 * platform/gtk/http/tests/media/video-buffering-repaints-controls-expected.txt: Removed.
134 2012-01-23 Joe Thomas <joethomas@motorola.com>
136 https://bugs.webkit.org/show_bug.cgi?id=75799
137 Calling intersectsNode on a detached range should throw.
139 Added test case to verify the exception thrown while calling intersectsNode on a detached range.
141 Reviewed by Darin Adler.
143 * fast/dom/Range/range-intersectsNode-exception-expected.txt: Added.
144 * fast/dom/Range/range-intersectsNode-exception.html: Added.
145 * fast/dom/Range/range-intersectsNode-expected.txt:
146 * fast/dom/Range/resources/intersectsNode.js: Modified the test case to catch the exception.
148 2012-01-23 Mike Lawther <mikelawther@chromium.org>
150 getComputedStyle margin percentage test for CSS calc
151 https://bugs.webkit.org/show_bug.cgi?id=76130
153 Reviewed by Darin Adler.
155 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
157 These tests are expected to 'fail', and will pass once calc() functionality is landed.
158 For now, they serve to demonstrate that the current code doesn't crash on these tests.
160 * css3/calc/getComputedStyle-margin-percentage-expected.txt: Added.
161 * css3/calc/getComputedStyle-margin-percentage.html: Added.
163 2012-01-23 Adam Barth <abarth@webkit.org>
165 Update the baselines for a number of tests that use gradients. The new
166 results are just slightly different than the old results.
168 * fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
169 * fast/gradients/border-image-gradient-expected.txt: Added.
170 * fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Added.
171 * platform/chromium-linux-x86/fast/gradients: Removed.
172 * platform/chromium-linux/fast/canvas/fillrect_gradient-expected.png:
173 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
174 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
175 * platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
176 * platform/chromium-linux/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Removed.
177 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Removed.
178 * platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
179 * platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
180 * platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
181 * platform/chromium-linux/svg/as-background-image/svg-as-background-2-expected.png: Removed.
182 * platform/chromium-linux/svg/wicd/test-scalable-background-image1-expected.png:
183 * platform/chromium-mac-leopard/fast/canvas/fillrect_gradient-expected.png:
184 * platform/chromium-mac-leopard/fast/gradients/generated-gradients-expected.png:
185 * platform/chromium-mac-leopard/fast/reflections/reflection-masks-expected.png:
186 * platform/chromium-mac-snowleopard/fast/canvas/fillrect_gradient-expected.png: Added.
187 * platform/chromium-mac-snowleopard/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
188 * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement: Added.
189 * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added.
190 * platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
191 * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-expected.png: Added.
192 * platform/chromium-mac-snowleopard/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
193 * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png:
194 * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
195 * platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png: Added.
196 * platform/chromium-mac-snowleopard/fast/gradients/simple-gradients-expected.png: Added.
197 * platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-expected.png: Added.
198 * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-2-expected.png:
199 * platform/chromium-mac-snowleopard/svg/filters/big-sized-filter-expected.png: Added.
200 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
201 * platform/chromium-mac/fast/canvas/fillrect_gradient-expected.png: Removed.
202 * platform/chromium-mac/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
203 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Removed.
204 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Removed.
205 * platform/chromium-mac/fast/gradients/border-image-gradient-expected.png: Removed.
206 * platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Removed.
207 * platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png: Removed.
208 * platform/chromium-mac/fast/gradients/generated-gradients-expected.png: Removed.
209 * platform/chromium-mac/fast/gradients/simple-gradients-expected.png: Removed.
210 * platform/chromium-mac/fast/reflections/reflection-masks-expected.png: Removed.
211 * platform/chromium-mac/svg/filters/big-sized-filter-expected.png: Removed.
212 * platform/chromium-win-vista/fast/gradients: Removed.
213 * platform/chromium-win-xp/svg/as-background-image: Removed.
214 * platform/chromium-win/fast/canvas/fillrect_gradient-expected.png:
215 * platform/chromium-win/fast/canvas/gradient-add-second-start-end-stop-expected.png:
216 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
217 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
218 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.png:
219 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
220 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png:
221 * platform/chromium-win/fast/gradients/border-image-gradient-expected.png:
222 * platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
223 * platform/chromium-win/fast/gradients/css3-color-stops-expected.png:
224 * platform/chromium-win/fast/gradients/css3-repeating-linear-gradients-expected.png:
225 * platform/chromium-win/fast/gradients/generated-gradients-expected.png:
226 * platform/chromium-win/fast/gradients/simple-gradients-expected.png:
227 * platform/chromium-win/fast/reflections/reflection-masks-expected.png:
228 * platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
229 * platform/chromium-win/svg/filters/big-sized-filter-expected.png:
230 * platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
231 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt: Removed.
232 * platform/gtk/fast/gradients/border-image-gradient-expected.txt: Removed.
233 * platform/gtk/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
234 * platform/mac/fast/gradients/border-image-gradient-expected.txt: Removed.
235 * platform/mac/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
236 * platform/qt/fast/gradients/border-image-gradient-expected.txt: Removed.
237 * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.txt: Removed.
239 2012-01-23 Philippe Normand <pnormand@igalia.com>
241 Unreviewed, unskip now passing tests on GTK. Spotted by Zan Dobersek.
243 * platform/gtk/Skipped: Unskip tests 5 tests using ArrayBuffer
244 which is no longer tied to 3D_CANVAS.
246 2012-01-23 Philippe Normand <pnormand@igalia.com>
248 Unreviewed, mark another test as flaky crash.
250 * platform/gtk/test_expectations.txt:
251 editing/execCommand/19455.html is flaky, sometimes hitting an ASSERT.
253 2012-01-23 Philippe Normand <pnormand@igalia.com>
255 Unreviewed, GTK gardening. Rebaseline after r105613, marked 3 svg
256 flaky tests and added baselines for 15 tests.
258 * platform/gtk/css3/images/cross-fade-background-size-expected.txt: Added.
259 * platform/gtk/fast/backgrounds/mask-box-image-expected.txt: Added.
260 * platform/gtk/fast/borders/scaled-border-image-expected.txt: Added.
261 * platform/gtk/fast/css/text-overflow-input-expected.txt: Added.
262 * platform/gtk/fast/line-grid/line-grid-floating-expected.txt: Added.
263 * platform/gtk/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
264 * platform/gtk/fast/line-grid/line-grid-into-floats-expected.txt: Added.
265 * platform/gtk/fast/line-grid/line-grid-positioned-expected.txt: Added.
266 * platform/gtk/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
267 * platform/gtk/svg/custom/relative-sized-image-expected.txt: Added.
268 * platform/gtk/svg/custom/transform-with-shadow-and-gradient-expected.txt: Added.
269 * platform/gtk/svg/filters/feImage-preserveAspectratio-expected.txt: Added.
270 * platform/gtk/svg/text/append-text-node-to-tspan-expected.txt: Added.
271 * platform/gtk/svg/text/modify-text-node-in-tspan-expected.txt: Added.
272 * platform/gtk/svg/text/remove-text-node-from-tspan-expected.txt: Added.
273 * platform/gtk/svg/text/remove-tspan-from-text-expected.txt: Added.
274 * platform/gtk/test_expectations.txt:
276 2012-01-23 Csaba Osztrogonác <ossy@webkit.org>
278 [Qt] Unreviewed gardening after r105613.
280 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Updated.
281 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Updated.
283 2012-01-23 Pavel Feldman <pfeldman@google.com>
285 Web Inspector: Inspecting an element inside an iframe no longer works
286 https://bugs.webkit.org/show_bug.cgi?id=76808
288 Reviewed by Timothy Hatcher.
290 * http/tests/inspector/inspect-element-expected.txt: Added.
291 * http/tests/inspector/inspect-element.html: Added.
292 * http/tests/inspector/resources/inspect-element-iframe.html: Added.
294 2012-01-23 Anton Muhin <antonm@chromium.org>
296 Unreviewed tweaking of test expectations: it should be IMAGE instead of IMAGE+TEXT.
298 * platform/chromium/test_expectations.txt:
300 2012-01-23 Anton Muhin <antonm@chromium.org>
302 Unreviewed rebaseline after r105613 (SVG animation repaint issue...).
304 * platform/chromium-mac-leopard/svg/custom/relative-sized-image-expected.png: Added.
305 * platform/chromium-mac-snowleopard/svg/custom/relative-sized-image-expected.png: Added.
307 2012-01-23 Nikolas Zimmermann <nzimmermann@rim.com>
309 SVG animation repaint issue with image and dynamic clipPath
310 https://bugs.webkit.org/show_bug.cgi?id=76559
312 Reviewed by Zoltan Herczeg.
314 Update results after fixing RenderSVGImage repainting.
316 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
317 * platform/chromium/test_expectations.txt:
318 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
319 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
320 * platform/mac/svg/custom/relative-sized-image-expected.png: Added.
321 * platform/mac/svg/custom/relative-sized-image-expected.txt: Added.
322 * platform/mac/svg/repaint/image-with-clip-path-expected.png: Added.
323 * svg/custom/relative-sized-image.xhtml: Added.
324 * svg/repaint/image-with-clip-path-expected.txt: Added.
325 * svg/repaint/image-with-clip-path.svg: Added.
327 2012-01-23 Nikolas Zimmermann <nzimmermann@rim.com>
329 <feImage> has problems referencing local elements
330 https://bugs.webkit.org/show_bug.cgi?id=76800
332 Reviewed by Zoltan Herczeg.
334 Update svg/filters/feImage-reference-* results, which are fixed now.
336 * platform/chromium/test_expectations.txt : Updated.
337 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Update for marginal change.
338 * svg/filters/feImage-reference-invalidation-expected.png:
339 * svg/filters/feImage-reference-svg-primitive-expected.png:
341 2012-01-23 Csaba Osztrogonác <ossy@webkit.org>
343 WebKit fails IETC composition event types
344 https://bugs.webkit.org/show_bug.cgi?id=76690
346 Unreviewed gardening after r105605.
348 * fast/events/ime-composition-events-001-expected.txt: Updated.
350 2012-01-19 Kenichi Ishibashi <bashi@chromium.org>
352 WebKit fails IETC composition event types
353 https://bugs.webkit.org/show_bug.cgi?id=76690
355 Reviewed by Ryosuke Niwa.
357 * platform/chromium/fast/events/ime-composition-events-001-expected.txt: Updated.
359 2012-01-23 Andrey Kosyakov <caseq@chromium.org>
361 Unreviewed follow-up to r105596, added missing test resources.
363 * http/tests/inspector/resources/har-pages-iframe.html: Added.
364 * http/tests/inspector/resources/har-pages-navigation-target.html: Added.
366 2012-01-23 Philippe Normand <pnormand@igalia.com>
368 Unreviewed, GTK rebaseline after r101742.
370 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
371 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
372 * platform/gtk/fast/forms/placeholder-position-expected.txt:
373 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
374 * platform/gtk/fast/forms/search-styled-expected.txt:
375 * platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
376 * platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
377 * platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
379 2012-01-23 Philippe Normand <pnormand@igalia.com>
381 Unreviewed, GTK gardening, marked 2 tests as flaky on Debug and
382 unskipped another needing new baselines.
384 * platform/gtk/test_expectations.txt:
386 2012-01-20 Andrey Kosyakov <caseq@chromium.org>
388 Web Inspector: HAR pageref attributes are wrong and inconsistent with pages array
389 https://bugs.webkit.org/show_bug.cgi?id=76398
391 Reviewed by Pavel Feldman.
393 * http/tests/inspector/resource-har-headers-expected.txt:
394 * http/tests/inspector/resource-parameters-expected.txt:
395 * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt:
397 2012-01-23 Philippe Normand <pnormand@igalia.com>
399 Unreviewed, GTK gardening, marked a test as flaky and unskipped
400 several needing new baselines.
402 * platform/gtk/test_expectations.txt:
404 2012-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
406 Not reviewed. Fix typo, which makes the style bot warn on every patch.
408 * platform/chromium/test_expectations.txt:
410 2012-01-22 Sergio Villar Senin <svillar@igalia.com>
412 [GTK] Unreviewed, unskipping passing test.
414 * platform/gtk/Skipped: unskipped
415 http/tests/security/mixedContent/empty-url-plugin-in-frame.html
417 2012-01-22 Sergio Villar Senin <svillar@igalia.com>
419 [GTK] Unreviewed, unskipping test passing after r79655.
421 * platform/gtk/Skipped: unskipped http/tests/incremental/slow-utf8-html.pl
423 2012-01-22 Sergio Villar Senin <svillar@igalia.com>
425 [GTK] DumpRenderTree converts "file:///" to a path differently
426 https://bugs.webkit.org/show_bug.cgi?id=76631
428 Reviewed by Martin Robinson.
430 Unskipped a couple of tests after fix.
432 * platform/gtk/Skipped:
434 2012-01-21 Adam Barth <abarth@webkit.org>
436 Add baselines for test after http://trac.webkit.org/changeset/105575.
437 This baseline looks very similar to the existing non-Chromium baseline.
439 * platform/chromium-mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: Added.
440 * platform/chromium-win/svg/filters/feImage-preserveAspectratio-expected.png: Added.
442 2012-01-21 Pablo Flouret <pablof@motorola.com>
444 Add .url attribute alongside .URL in EventSource and WebSocket to comply with the specs but not break existing usage.
445 https://bugs.webkit.org/show_bug.cgi?id=40899
447 Reviewed by Adam Barth.
449 * fast/eventsource/eventsource-url-attribute-expected.txt: Added.
450 * fast/eventsource/eventsource-url-attribute.html: Added.
451 * http/tests/websocket/tests/hixie76/url-attribute-expected.txt: Added.
452 * http/tests/websocket/tests/hixie76/url-attribute.html: Added.
453 * http/tests/websocket/tests/hybi/url-attribute-expected.txt: Added.
454 * http/tests/websocket/tests/hybi/url-attribute.html: Added.
456 2012-01-21 Csaba Osztrogonác <ossy@webkit.org>
458 [Qt] Unreviewed weekend gardening. Skip the new failing tests to paint the bots green.
460 * platform/qt-wk2/Skipped:
461 * platform/qt/Skipped:
463 2012-01-20 Chris Marrin <cmarrin@apple.com>
465 Implement hardware accelerated Brightness and contrast filters
466 https://bugs.webkit.org/show_bug.cgi?id=75521
467 https://bugs.webkit.org/show_bug.cgi?id=76719
469 Reviewed by Simon Fraser.
471 New tests for hardware accelerated brightness and contrast filters. Also
472 added brightness and contrast values to effect-combined-hw test. And changed
473 brightness values in effect-brightness.html to reflect new spec.
474 Also fixed parsing and computed style tests to reflect new brightness spec.
476 * css3/filters/effect-brightness-expected.png:
477 * css3/filters/effect-brightness-hw-expected.png: Added.
478 * css3/filters/effect-brightness-hw-expected.txt: Added.
479 * css3/filters/effect-brightness-hw.html: Added.
480 * css3/filters/effect-brightness.html:
481 * css3/filters/effect-combined-expected.png:
482 * css3/filters/effect-combined-hw-expected.png:
483 * css3/filters/effect-combined-hw-expected.txt:
484 * css3/filters/effect-combined-hw.html:
485 * css3/filters/effect-combined.html:
486 * css3/filters/effect-contrast-hw-expected.png: Added.
487 * css3/filters/effect-contrast-hw-expected.txt: Added.
488 * css3/filters/effect-contrast-hw.html: Added.
489 * css3/filters/filter-property-computed-style-expected.txt:
490 * css3/filters/filter-property-parsing-expected.txt:
491 * css3/filters/filter-property-parsing-invalid-expected.txt:
492 * css3/filters/script-tests/filter-property-computed-style.js:
493 * css3/filters/script-tests/filter-property-parsing-invalid.js:
494 * css3/filters/script-tests/filter-property-parsing.js:
496 2012-01-21 Nikolas Zimmermann <nzimmermann@rim.com>
498 <feImage> ignores preserveAspectRatio="none"
499 https://bugs.webkit.org/show_bug.cgi?id=76780
501 Reviewed by Antti Koivisto.
503 Add new testcase covering preserveAspectRatio="none" + <feImage>, which is now fixed.
505 * platform/chromium/test_expectations.txt: Add new test, that needs a rebaseline.
506 * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png: Added.
507 * platform/mac/svg/filters/feImage-preserveAspectratio-expected.txt: Added.
508 * svg/filters/feImage-preserveAspectratio.svg: Added.
510 2012-01-21 Jochen Eisinger <jochen@chromium.org>
512 history.replaceState should update the HistoryItem to use a GET method if previously non-GET (POST)
513 https://bugs.webkit.org/show_bug.cgi?id=76721
515 Reviewed by Mihai Parparita.
517 * http/tests/history/replacestate-post-to-get-2-expected.txt: Added.
518 * http/tests/history/replacestate-post-to-get-2.html: Added.
519 * http/tests/history/replacestate-post-to-get-expected.txt: Added.
520 * http/tests/history/replacestate-post-to-get.html: Added.
521 * http/tests/history/resources/replacestate-current.php: Added.
522 * http/tests/history/resources/replacestate-forward-back.php: Added.
524 2012-01-21 Florin Malita <fmalita@google.com>
526 Null dereference in SVGDocumentExtensions::removePendingResource when updating <use>'s href
527 https://bugs.webkit.org/show_bug.cgi?id=69284
529 Reviewed by Nikolas Zimmermann.
531 * svg/custom/use-crash-pending-resource-expected.txt: Added.
532 * svg/custom/use-crash-pending-resource.svg: Added.
534 2012-01-21 Stephen Chenney <schenney@chromium.org>
536 REGRESSION (Safari 5.0.5 - ToT): crash in SVG test http://dev.w3.org/SVG/profiles/1.1F2/test/harness/htmlObjectApproved/animate-elem-39-t.html
537 https://bugs.webkit.org/show_bug.cgi?id=64671
539 Reviewed by Nikolas Zimmermann.
541 * platform/chromium/test_expectations.txt: Marking all svg/W3C-SVG-1.1/animate-elem* tests
542 as flakey pending this change being committed and new results.
544 2012-01-20 Dana Jansens <danakj@chromium.org>
546 [chromium] Partially filled pixels do not occlude pixels below them.
547 https://bugs.webkit.org/show_bug.cgi?id=76658
549 Reviewed by James Robinson.
551 * compositing/culling/tile-occlusion-boundaries-expected.png: Added.
552 * compositing/culling/tile-occlusion-boundaries-expected.txt: Added.
553 * compositing/culling/tile-occlusion-boundaries.html: Added.
554 * compositing/resources/green.jpg: Added.
556 2012-01-20 Adam Barth <abarth@webkit.org>
558 Add a Chromium-specific baselines for
559 fast/dom/Window/open-invalid-url.html. Although this expected result
560 says "FAIL", the behavior seems to be reasonable.
562 * platform/chromium/fast/dom/Window/open-invalid-url-expected.txt: Added.
564 2012-01-20 Tim Horton <timothy_horton@apple.com>
566 Crash in RenderSVGResourceContainer::markAllClientsForInvalidation
567 https://bugs.webkit.org/show_bug.cgi?id=76606
568 <rdar://problem/10720970>
570 Reviewed by Dirk Schulze.
572 * svg/custom/crash-inline-container-client-expected.txt: Added.
573 * svg/custom/crash-inline-container-client.html: Added.
575 2012-01-20 Alexey Proskuryakov <ap@apple.com>
577 WebCore should not send invalid URLs to client createWindow methods.
578 https://bugs.webkit.org/show_bug.cgi?id=39017
580 Reviewed by Sam Weinig.
582 * fast/dom/window/open-invalid-url-expected.txt: Added.
583 * fast/dom/window/open-invalid-url.html: Added.
585 2012-01-20 Julien Chaffraix <jchaffraix@webkit.org>
587 Crash in RenderTable::borderBefore
588 https://bugs.webkit.org/show_bug.cgi?id=75215
590 Reviewed by David Hyatt.
592 * fast/table/crash-beforeBorder-dirty-section-expected.txt: Added.
593 * fast/table/crash-beforeBorder-dirty-section.html: Added.
595 2012-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
597 Unreviewed, rolling out r105426.
598 http://trac.webkit.org/changeset/105426
599 https://bugs.webkit.org/show_bug.cgi?id=76726
601 Might have caused a 20% regression in the PLT (Requested by
602 abarth|gardener on #webkit).
604 * platform/mac-snowleopard/Skipped:
606 2012-01-20 Adam Barth <abarth@webkit.org>
608 Add new baselines for a test introduced in
609 http://trac.webkit.org/changeset/105515. These all appear to be
612 * platform/chromium-linux/fast/borders/scaled-border-image-expected.png: Added.
613 * platform/chromium-mac-leopard/fast/borders/scaled-border-image-expected.png: Added.
614 * platform/chromium-mac-snowleopard/fast/borders/scaled-border-image-expected.png: Added.
615 * platform/chromium-win/fast/borders/scaled-border-image-expected.png: Added.
616 * platform/chromium-win/fast/borders/scaled-border-image-expected.txt: Added.
618 2012-01-20 Adam Barth <abarth@webkit.org>
620 Update baselines after http://trac.webkit.org/changeset/105513. Even
621 though these results look different on different platforms, the tests
622 seem to be aiming for the two boxes to look the same, which they do.
624 Also, removed some redundant results.
626 * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
627 * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
628 * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
629 * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
630 * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
631 * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
632 * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
633 * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
634 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png:
635 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png:
636 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png:
637 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
638 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
639 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
640 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
641 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
642 * platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
643 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug101674-expected.png: Added.
644 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug86708-expected.png: Added.
645 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/97619-expected.png: Added.
646 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png: Removed.
647 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: Removed.
648 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Removed.
649 * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
650 * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
651 * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
652 * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
653 * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
654 * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
655 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
656 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
657 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Removed.
658 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
659 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
660 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
661 * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Added.
662 * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Added.
663 * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
664 * svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Added.
665 * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Added.
666 * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
668 2012-01-20 Adam Barth <abarth@webkit.org>
672 * platform/chromium/test_expectations.txt:
674 2012-01-19 Abhishek Arya <inferno@chromium.org>
676 Crash in xsltParseGlobalVariable.
677 https://bugs.webkit.org/show_bug.cgi?id=75978
679 Reviewed by Andreas Kling.
681 * fast/xsl/xslt-transform-to-fragment-crash-expected.txt: Added.
682 * fast/xsl/xslt-transform-to-fragment-crash.html: Added.
684 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
686 [Qt][WK2] REGRESSION(r105517): It made 49 tests timeout
687 https://bugs.webkit.org/show_bug.cgi?id=76708
689 * platform/qt-wk2/Skipped: Typo fix after last change.
691 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
693 [Qt][WK2] REGRESSION(r105517): It made 49 tests timeout
694 https://bugs.webkit.org/show_bug.cgi?id=76708
696 * platform/qt-wk2/Skipped: Skip failing tests to paint the bot green.
698 2012-01-20 Philippe Normand <pnormand@igalia.com>
700 Unreviewed, GTK rebaseline after r105486.
702 * fast/dom/constructed-objects-prototypes-expected.txt:
703 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
704 * platform/gtk/fast/js/global-constructors-expected.txt:
706 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
708 Differentiate between SVG/CSS width/height attributes/properties
709 https://bugs.webkit.org/show_bug.cgi?id=76447
711 Unreviewed gardening after r105513, update Qt specific results.
713 * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
714 * platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
715 * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
716 * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
717 * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
718 * platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
719 * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
720 * platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
721 * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
722 * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
723 * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
724 * platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
725 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
726 * platform/qt/svg/wicd/rightsizing-grid-expected.png:
727 * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
728 * platform/qt/tables/mozilla/bugs/bug101674-expected.png:
729 * platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
730 * platform/qt/tables/mozilla/bugs/bug86708-expected.png:
731 * platform/qt/tables/mozilla/bugs/bug86708-expected.txt:
732 * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.png:
733 * platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
735 2012-01-20 Nikolas Zimmermann <nzimmermann@rim.com>
737 Differentiate between SVG/CSS width/height attributes/properties
738 https://bugs.webkit.org/show_bug.cgi?id=76447
740 Not reviewed. Rebaseline gtk results.
742 * platform/gtk/fast/block/float/015-expected.txt:
743 * platform/gtk/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
744 * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
745 * platform/gtk/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
746 * platform/gtk/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
747 * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
748 * platform/gtk/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
749 * platform/gtk/svg/custom/use-font-face-crash-expected.txt:
750 * platform/gtk/svg/wicd/rightsizing-grid-expected.txt:
751 * platform/gtk/tables/mozilla/bugs/bug101674-expected.txt:
752 * platform/gtk/tables/mozilla/bugs/bug86708-expected.txt:
753 * platform/gtk/tables/mozilla_expected_failures/bugs/97619-expected.txt:
755 2012-01-20 Nikolas Zimmermann <nzimmermann@rim.com>
757 REGRESSION (r98852): apple.com navigation bar is broken under full-page zoom
758 https://bugs.webkit.org/show_bug.cgi?id=76249
760 Reviewed by Andreas Kling.
762 Add new test covering zooming + border-image, which regressed.
764 * fast/borders/scaled-border-image.html: Added.
765 * platform/mac/fast/borders/scaled-border-image-expected.png: Added.
766 * platform/mac/fast/borders/scaled-border-image-expected.txt: Added.
768 2012-01-20 Mihnea Ovidenie <mihnea@adobe.com>
770 [CSSRegion]Expose DOM interface for WebKitCSSRegionRule
771 https://bugs.webkit.org/show_bug.cgi?id=73985
773 Reviewed by Antti Koivisto.
775 Start by exposing the interface and the cssRules attribute of type CSSRuleList.
777 * fast/dom/Window/window-properties-expected.txt:
778 * fast/dom/Window/window-property-descriptors-expected.txt:
779 * fast/dom/prototype-inheritance-2-expected.txt:
780 * fast/regions/webkit-region-rule-expected.txt: Added.
781 * fast/regions/webkit-region-rule.html: Added.
782 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
783 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
784 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
785 * platform/gtk/fast/js/global-constructors-expected.txt:
786 * platform/mac/fast/dom/Window/window-properties-expected.txt:
787 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
788 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
789 * platform/mac/fast/js/global-constructors-expected.txt:
790 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt:
791 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
792 * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
793 * platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt:
794 * platform/qt/fast/dom/Window/window-properties-expected.txt:
795 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
796 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
797 * platform/qt/fast/js/global-constructors-expected.txt:
798 * platform/win/fast/dom/Window/window-properties-expected.txt:
799 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
800 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
801 * platform/win/fast/js/global-constructors-expected.txt:
803 2012-01-20 Nikolas Zimmermann <nzimmermann@rim.com>
805 Differentiate between SVG/CSS width/height attributes/properties
806 https://bugs.webkit.org/show_bug.cgi?id=76447
808 Reviewed by Antti Koivisto.
810 Update SVG pixel test baseline.
812 * platform/mac/svg/custom/dynamic-empty-path-expected.png: Marginal changes.
813 * platform/mac/svg/custom/fractional-rects-expected.png: Ditto.
814 * platform/mac/svg/custom/js-update-container-expected.png: Ditto.
815 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Align with Opera, gives same result now. All *object*sizing* tests are passing now.
816 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Ditto.
817 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Ditto.
818 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Ditto.
819 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Ditto.
820 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Ditto.
821 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Ditto.
822 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Ditto.
823 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Ditto.
824 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Ditto.
825 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Ditto.
826 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Ditto.
827 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Marginal changes.
828 * platform/mac/svg/custom/viewBox-hit-expected.png: Ditto.
829 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Ditto.
830 * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Ditto.
831 * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Ditto.
832 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Ditto.
833 * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Ditto.
834 * platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Ditto.
835 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Ditto.
836 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Ditto.
837 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Ditto.
838 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Ditto.
839 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Ditto.
840 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Ditto.
841 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Ditto.
842 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Ditto.
843 * platform/mac/tables/mozilla/bugs/bug101674-expected.png: Ditto.
844 * platform/mac/tables/mozilla/bugs/bug101674-expected.txt: Ditto.
845 * platform/mac/tables/mozilla/bugs/bug86708-expected.png: Ditto.
846 * platform/mac/tables/mozilla/bugs/bug86708-expected.txt: Ditto.
847 * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Ditto.
848 * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.txt: Ditto.
849 * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml: Fix test, now that our bug is fixed.
850 * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml: Ditto.
851 * svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml: Ditto.
852 * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml: Ditto.
853 * svg/foreignObject/text-tref-02-b-expected.txt: Size is not reported anymore.
855 2012-01-20 Sami Kyostila <skyostil@chromium.org>
857 window.innerWidth/Height should not include page scale
858 https://bugs.webkit.org/show_bug.cgi?id=76555
860 Add two tests for window.innerWidth and window.innerHeight interaction
863 Reviewed by Kenneth Rohde Christiansen.
865 * fast/dom/iframe-inner-size-scaling-expected.txt: Added.
866 * fast/dom/iframe-inner-size-scaling.html: Added.
867 * fast/dom/window-inner-size-scaling-expected.txt: Added.
868 * fast/dom/window-inner-size-scaling.html: Added.
869 * fast/frames/frame-set-rotation-hit.html: Calculate the panel height before changing the page scale, because the visual viewport changes with the page scale.
870 * fast/frames/frame-set-scaling-hit.html: Ditto.
872 2012-01-20 Alexis Menard <alexis.menard@openbossa.org>
874 [Qt] animations tests fails which uses suspend/resume
875 https://bugs.webkit.org/show_bug.cgi?id=43905
877 Reviewed by Csaba Osztrogonác.
879 They seem to pass correctly on my machine.
881 * platform/qt/Skipped:
882 * platform/qt/animations/additive-transform-animations-expected.txt: Added.
884 2012-01-20 Elliot Poger <epoger@google.com>
886 new baselines for crbug 110493
887 https://bugs.webkit.org/show_bug.cgi?id=76629
889 Reviewed by Dirk Pranke.
891 * platform/chromium-linux/fast/borders/border-image-rotate-transform-expected.png:
892 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
893 * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png:
894 * platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
895 * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
896 * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
897 * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
898 * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
899 * platform/chromium-win/svg/custom/focus-ring-expected.png:
900 * platform/chromium/test_expectations.txt:
902 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
904 Unreviewed gardening. Skip failing tests.
906 * platform/qt-wk2/Skipped: Skip tests because of https://bugs.webkit.org/show_bug.cgi?id=76699
907 * platform/wk2/Skipped: Skip a test because of missing layoutTestController.setEditingBehavior
909 2012-01-20 Kinuko Yasuda <kinuko@chromium.org>
911 Add DataTransferItems support for drag-and-drop'ed files and texts
912 https://bugs.webkit.org/show_bug.cgi?id=76367
914 Reviewed by Tony Chang.
916 * editing/pasteboard/data-transfer-items-drag-drop-file-expected.txt: Added.
917 * editing/pasteboard/data-transfer-items-drag-drop-file.html: Added.
918 * editing/pasteboard/data-transfer-items-drag-drop-string-expected.txt: Added.
919 * editing/pasteboard/data-transfer-items-drag-drop-string.html: Added.
920 * platform/gtk/Skipped: Added the new tests as the platform does not support dataTransferItems yet.
921 * platform/mac/Skipped: Ditto.
922 * platform/qt/Skipped: Ditto.
923 * platform/win/Skipped: Ditto.
925 2012-01-20 Mario Sanchez Prada <msanchez@igalia.com>
927 [Gtk] Unreviewed, unskipping test passing after r105286.
929 * platform/gtk/Skipped: Unskip test.
931 2012-01-20 Alexis Menard <alexis.menard@openbossa.org>
933 remove CSSBorderImageValue
934 https://bugs.webkit.org/show_bug.cgi?id=75563
936 Reviewed by Tony Chang.
938 Modify the expected output as now border-image is a CSSValueList.
940 * fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt:
942 2012-01-20 Hayato Ito <hayato@chromium.org>
944 Add ShadowRoot.idl which is enabled by newly introduced SHADOW_DOM flag.
945 https://bugs.webkit.org/show_bug.cgi?id=76353
947 Reviewed by Hajime Morita.
949 Add ShadowRoot.idl, which is enabled only on chromium port since this is
950 under development feature.
951 ShadowRoot.idl contains minimum API so that we can test it.
952 Other APIs should be added on other changes so that we can isolate issues.
954 * fast/dom/shadow/shadow-root-js-api-expected.txt: Added.
955 * fast/dom/shadow/shadow-root-js-api.html: Added.
956 * platform/efl/Skipped:
957 * platform/gtk/Skipped:
958 * platform/mac/Skipped:
959 * platform/qt/Skipped:
960 * platform/win/Skipped:
961 * platform/wincairo/Skipped:
963 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
965 [Qt] Unreviewed gardening after r105486.
967 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt:
968 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
969 * platform/qt/fast/js/global-constructors-expected.txt:
971 2012-01-20 Csaba Osztrogonác <ossy@webkit.org>
973 [Qt] Unreviewed gardening. Skip a new failing test.
975 * platform/qt/Skipped:
977 2012-01-20 Philippe Normand <pnormand@igalia.com>
979 Unreviewed, test results rebaseline after r105457.
981 * fast/canvas/canvas-webkitLineDash-expected.txt:
983 2012-01-19 Kaustubh Atrawalkar <kaustubh@motorola.com>
985 Migrate createObjectURL & revokeObjectURL to static (Class) methods
986 https://bugs.webkit.org/show_bug.cgi?id=74386
988 Reviewed by Adam Barth.
990 Added test to check if createObjectURL & revokeObjectURL are static functions.
992 * fast/dom/DOMURL: Added.
993 * fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt: Added.
994 * fast/dom/DOMURL/check-instanceof-domurl-functions.html: Added.
996 2012-01-20 Alexandru Chiculita <achicu@adobe.com>
998 CSS Shaders: Add a Settings flag to enable/disable CSS Shaders at runtime
999 https://bugs.webkit.org/show_bug.cgi?id=76444
1001 Reviewed by Nikolas Zimmermann.
1003 * css3/filters/effect-custom-disabled-expected.txt: Added.
1004 * css3/filters/effect-custom-disabled.html: Added.
1005 * css3/filters/script-tests/effect-custom-disabled.js: Added.
1006 (testInvalidFilterRule):
1007 * platform/wk2/Skipped:
1008 Skipped a couple of tests that call overridePreference.
1010 2012-01-19 Roland Steiner <rolandsteiner@chromium.org>
1012 Unreviewed: add layout test to Chromium test_expectations.txt file after changes to Mac underline drawing.
1014 * platform/chromium/test_expectations.txt:
1016 2012-01-19 Pablo Flouret <pablof@motorola.com>
1018 Fix inconsistent text selection behavior with option-shift-left/right/up/down.
1019 https://bugs.webkit.org/show_bug.cgi?id=75652
1021 Reviewed by Enrica Casucci.
1023 On Mac, selecting backwards by word, line or paragraph from the middle
1024 of some text, and then going forward leaves the caret back in the middle
1025 with no selection, instead of directly selecting to the other end of the
1026 word/line/paragraph (Unix/Windows behavior). Fix this by adding a new
1027 editing behavior to control whether the selection should go across the
1028 initial position of the caret directly or not in situations like the one
1031 * editing/selection/selection-extend-should-not-move-across-caret-on-mac-expected.txt: Added.
1032 * editing/selection/selection-extend-should-not-move-across-caret-on-mac.html: Added.
1034 2012-01-19 Simon Fraser <simon.fraser@apple.com>
1036 Regression (r98735): Video chat moles in Gmail render incorrectly on Mac OS
1037 https://bugs.webkit.org/show_bug.cgi?id=75682
1039 Reviewed by James Robinson.
1041 Testcase with a combination of visibility:hidden, overflow, positioning and
1044 * compositing/visibility/layer-visible-content-expected.png: Added.
1045 * compositing/visibility/layer-visible-content-expected.txt: Added.
1046 * compositing/visibility/layer-visible-content.html: Added.
1048 2012-01-19 Cary Clark <caryclark@google.com>
1050 [Skia Mac] Match style of platform error underline for misspellings
1051 https://bugs.webkit.org/show_bug.cgi?id=76556
1053 Reviewed by Stephen White.
1055 Suppress editing tests with misspellings, since the error underline
1056 is drawn differently.
1058 * platform/chromium/test_expectations.txt:
1060 2012-01-19 Stephen Chenney <schenney@chromium.org>
1062 [Chromium] A Skia roll will break some tests - marking as expected
1063 https://bugs.webkit.org/show_bug.cgi?id=76638
1065 Unreviewed test_expectations update.
1067 * platform/chromium/test_expectations.txt: Adding MAC to svg/custom/zero-path-square-cap-rendering.svg
1069 2012-01-19 Eric Seidel <eric@webkit.org>
1071 Assertion failure in WebCore::HTMLFrameElementBase::insertedIntoDocument()
1072 https://bugs.webkit.org/show_bug.cgi?id=50312
1074 Reviewed by Alexey Proskuryakov.
1076 * fast/frames/assert-on-insertedIntoDocument-expected.txt: Added.
1077 * fast/frames/assert-on-insertedIntoDocument.html: Added.
1079 2012-01-19 Alexey Proskuryakov <ap@apple.com>
1081 [WK2] fast/url/degenerate-file-base.html fails
1082 https://bugs.webkit.org/show_bug.cgi?id=76619
1084 Reviewed by Adam Roben.
1086 * platform/qt-wk2/Skipped: Unskipped the test.
1088 2012-01-19 Adam Barth <abarth@webkit.org>
1090 Add Chromium-specific image baselines for
1091 fast/css/text-overflow-input.html. These results all appear to be
1094 * platform/chromium-linux/fast/css/text-overflow-input-expected.png: Added.
1095 * platform/chromium-mac-leopard/fast/css/text-overflow-input-expected.png: Added.
1096 * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.png: Added.
1097 * platform/chromium-win/fast/css/text-overflow-input-expected.png: Added.
1098 * platform/chromium-win/fast/css/text-overflow-input-expected.txt: Added.
1100 2012-01-19 Brian Salomon <bsalomon@google.com>
1102 [SKIA / CHROMIUM] Add another test to test_expectations to prepare for change to use sw-rasterized paths in skia-gpu
1103 https://bugs.webkit.org/show_bug.cgi?id=76469
1105 Reviewed by Stephen White.
1107 * platform/chromium/test_expectations.txt:
1109 2012-01-19 Alexandru Chiculita <achicu@adobe.com>
1111 CSS Shaders: Remove the setTimeout from the layout tests
1112 https://bugs.webkit.org/show_bug.cgi?id=76535
1114 Reviewed by Tony Chang.
1116 No need for setTimeout anymore, so I've removed them from the custom filter tests.
1118 * css3/filters/custom-filter-shader-cache.html:
1119 * css3/filters/effect-custom-combined-missing.html:
1120 * css3/filters/effect-custom-parameters.html:
1121 * css3/filters/effect-custom.html:
1122 * css3/filters/missing-custom-filter-shader.html:
1124 2012-01-19 Jon Lee <jonlee@apple.com>
1126 Add text-overflow support that allows placeholder and value text to show an ellipsis when not focused
1127 https://bugs.webkit.org/show_bug.cgi?id=76118
1128 <rdar://problem/9271742>
1130 Reviewed by Dan Bernstein.
1132 * fast/css/text-overflow-input-focus-placeholder-expected.html: Added.
1133 * fast/css/text-overflow-input-focus-placeholder.html: Added.
1134 * fast/css/text-overflow-input-focus-value-expected.html: Added.
1135 * fast/css/text-overflow-input-focus-value.html: Added.
1136 * fast/css/text-overflow-input.html: Added.
1139 * platform/mac/fast/css/text-overflow-input-expected.png: Added.
1140 * platform/mac/fast/css/text-overflow-input-expected.txt: Added.
1143 * platform/chromium/test_expectations.txt:
1144 * platform/gtk/test_expectations.txt:
1145 * platform/qt/test_expectations.txt:
1146 * platform/win/test_expectations.txt:
1148 2012-01-19 Adam Barth <abarth@webkit.org>
1150 Add a V8-specific baseline for fast/regex/syntax-errors.html.
1152 * platform/chromium/fast/regex/syntax-errors-expected.txt: Added.
1154 2012-01-19 Adam Barth <abarth@webkit.org>
1156 This test can also timeout.
1158 * platform/chromium/test_expectations.txt:
1160 2012-01-19 Geoffrey Garen <ggaren@apple.com>
1162 Implicit creation of a regular expression should eagerly check for syntax errors
1163 https://bugs.webkit.org/show_bug.cgi?id=76642
1165 Reviewed by Oliver Hunt.
1167 * fast/js/code-serialize-paren-expected.txt:
1168 * fast/js/script-tests/code-serialize-paren.js: This test was secretly
1169 broken due to a regexp syntax error. Now fixed.
1171 * fast/regex/syntax-errors-expected.txt: Added.
1172 * fast/regex/syntax-errors.html: Added.
1174 2012-01-13 Ryosuke Niwa <rniwa@webkit.org>
1176 Crash in CompositeEditCommand::ensureComposition
1177 https://bugs.webkit.org/show_bug.cgi?id=76207
1179 Reviewed by Chang Shu.
1181 Add a regression test.
1183 * editing/execCommand/editing-command-while-executing-typing-command-crash-expected.txt: Added.
1184 * editing/execCommand/editing-command-while-executing-typing-command-crash.html: Added.
1186 2012-01-19 Eric Carlson <eric.carlson@apple.com>
1188 https://bugs.webkit.org/show_bug.cgi?id=75192
1190 Reviewed by Darin Adler.
1192 * media/track/track-delete-during-setup-expected.txt: Added.
1193 * media/track/track-delete-during-setup.html: Added.
1195 2012-01-18 Robert Hogan <robert@webkit.org>
1197 Hit ASSERTION FAILED: table()->collapseBorders() on techcrunch.com
1198 https://bugs.webkit.org/show_bug.cgi?id=76405
1200 Reviewed by Julien Chaffraix.
1202 * fast/css/nested-table-with-collapsed-borders-expected.html: Added.
1203 * fast/css/nested-table-with-collapsed-borders.html: Added.
1205 2012-01-19 David Hyatt <hyatt@apple.com>
1207 https://bugs.webkit.org/show_bug.cgi?id=76644
1209 Before landing support for centering, fix the keyword value to match the latest draft.
1210 The new keyword is "contain" instead of "bounds."
1212 Revised the existing parsing tests to reflect the updated value.
1214 Reviewed by Dan Bernstein.
1216 * fast/line-grid/line-grid-snap-parsing-expected.txt:
1217 * fast/line-grid/script-tests/line-grid-snap-parsing.js:
1219 2012-01-19 Mihnea Ovidenie <mihnea@adobe.com>
1221 [CSSRegions]Add support for background-color in region styling
1222 https://bugs.webkit.org/show_bug.cgi?id=71488
1224 Reviewed by David Hyatt.
1226 Add back the region styling tests.
1228 * platform/mac-snowleopard/Skipped:
1230 2012-01-19 David Hyatt <hyatt@apple.com>
1232 https://bugs.webkit.org/show_bug.cgi?id=76577
1234 Fix crash when nested line grids are used. Make sure to bail out if no line grid
1235 is found rather than crashing.
1237 Reviewed by Dan Bernstein.
1239 * fast/line-grid/line-grid-nested-expected.txt: Added.
1240 * fast/line-grid/line-grid-nested.html: Added.
1242 2012-01-19 Stephen Chenney <schenney@chromium.org>
1244 [Chromium] A Skia roll will break some tests - marking as expected
1245 https://bugs.webkit.org/show_bug.cgi?id=76638
1247 Unreviewed test_expectations update.
1249 * platform/chromium/test_expectations.txt:
1251 2012-01-18 Alexander Pavlov <apavlov@chromium.org>
1253 Web Inspector: Implement screen resolution emulation backend
1254 https://bugs.webkit.org/show_bug.cgi?id=76532
1256 Reviewed by Pavel Feldman.
1258 * inspector/styles/override-screen-size-expected.txt: Added.
1259 * inspector/styles/override-screen-size.html: Added.
1261 2012-01-19 Philippe Normand <pnormand@igalia.com>
1263 Unreviewed, GTK test_expectations update for a new failing test.
1265 * platform/gtk/test_expectations.txt:
1267 2012-01-19 Philippe Normand <pnormand@igalia.com>
1269 Unreviewed, GTK gardening skipping 3 new test failures.
1271 * platform/gtk/Skipped:
1273 2012-01-19 Vsevolod Vlasov <vsevik@chromium.org>
1275 Unreviewed, unskip passing test.
1277 * platform/qt/Skipped:
1279 2012-01-19 Csaba Osztrogonác <ossy@webkit.org>
1281 [Qt] Unreviewed gardening. Skip new failing tests.
1283 * platform/qt-wk2/Skipped:
1284 * platform/qt/Skipped:
1286 2012-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1288 Unreviewed, rolling out r105402.
1289 http://trac.webkit.org/changeset/105402
1290 https://bugs.webkit.org/show_bug.cgi?id=76623
1292 Layout test problems (Requested by WildFox on #webkit).
1294 * platform/mac/svg/custom/dynamic-empty-path-expected.png:
1295 * platform/mac/svg/custom/fractional-rects-expected.png:
1296 * platform/mac/svg/custom/js-update-container-expected.png:
1297 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
1298 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
1299 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
1300 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
1301 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
1302 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
1303 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
1304 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
1305 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png:
1306 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
1307 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
1308 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
1309 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
1310 * platform/mac/svg/custom/viewBox-hit-expected.png:
1311 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png:
1312 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png:
1313 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
1314 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
1315 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
1316 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
1317 * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml:
1318 * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml:
1319 * svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml:
1320 * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml:
1321 * svg/foreignObject/text-tref-02-b-expected.txt:
1323 2012-01-19 Alexis Menard <alexis.menard@openbossa.org>
1325 Strange Result for getComputedStyle on borderWidth set in em
1326 https://bugs.webkit.org/show_bug.cgi?id=18294
1328 Reviewed by Tony Chang.
1330 This test covers that setting big values to border-width will
1331 return correct values.
1333 * fast/css/border-width-large-expected.txt: Added.
1334 * fast/css/border-width-large.html: Added.
1336 2012-01-18 Nikolas Zimmermann <nzimmermann@rim.com>
1338 Differentiate between SVG/CSS width/height attributes/properties
1339 https://bugs.webkit.org/show_bug.cgi?id=76447
1341 Reviewed by Antti Koivisto.
1343 Update SVG pixel test baseline.
1345 * platform/mac/svg/custom/dynamic-empty-path-expected.png: Marginal changes.
1346 * platform/mac/svg/custom/fractional-rects-expected.png: Ditto.
1347 * platform/mac/svg/custom/js-update-container-expected.png: Ditto.
1348 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Align with Opera, gives same result now. All *object*sizing* tests are passing now.
1349 * platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Ditto.
1350 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Ditto.
1351 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Ditto.
1352 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Ditto.
1353 * platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Ditto.
1354 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Ditto.
1355 * platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Ditto.
1356 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Ditto.
1357 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Ditto.
1358 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Ditto.
1359 * platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Ditto.
1360 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Marginal changes.
1361 * platform/mac/svg/custom/viewBox-hit-expected.png: Ditto.
1362 * platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Ditto.
1363 * platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Ditto.
1364 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Ditto.
1365 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Ditto.
1366 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Ditto.
1367 * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Ditto.
1368 * svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute.xhtml: Fix test, now that our bug is fixed.
1369 * svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute.xhtml: Ditto.
1370 * svg/custom/object-sizing-width-50p-on-target-svg-absolute.xhtml: Ditto.
1371 * svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute.xhtml: Ditto.
1372 * svg/foreignObject/text-tref-02-b-expected.txt: Size is not reported anymore.
1374 2012-01-19 Nikolas Zimmermann <nzimmermann@rim.com>
1376 RenderSVGRoot should inherit from RenderReplaced
1377 https://bugs.webkit.org/show_bug.cgi?id=76446
1379 Reviewed by Pavel Feldman.
1381 Fix Chromium specific problem with svg/text/select-x-list-4.svg, making it fail on the bots.
1382 After transforming the endPos.x + 1 -> absEndPos.x, subtract -1 again, to be sure we don't
1383 select text too far after the end position, making the selection currently disappear, which
1384 is a bug, but can be avoided in this testcase.
1386 * platform/chromium/test_expectations.txt: Unskip test.
1387 * svg/text/resources/SelectionTestCase.js:
1388 (selectRange): Subtract -1 from absEndPos.x.
1390 2012-01-19 Csaba Osztrogonác <ossy@webkit.org>
1392 [Qt] Unreviewed gardening. Unskip now passing tests.
1394 * platform/qt-5.0/Skipped:
1395 * platform/qt-wk2/Skipped:
1397 2012-01-19 Ryosuke Niwa <rniwa@webkit.org>
1399 drop event isn't fired for contentEditable in edit drag
1400 https://bugs.webkit.org/show_bug.cgi?id=57185
1402 Reviewed by Adam Barth.
1404 Added tests ensure moving text in contenteditable regions fire dragstart, drop, and dragend events.
1406 * fast/events/moving-text-should-fire-drop-and-dragend-events-2-expected.txt: Added.
1407 * fast/events/moving-text-should-fire-drop-and-dragend-events-2.html: Added.
1408 * fast/events/moving-text-should-fire-drop-and-dragend-events-expected.txt: Added.
1409 * fast/events/moving-text-should-fire-drop-and-dragend-events.html: Added.
1411 2012-01-19 Dominic Mazzoni <dmazzoni@google.com>
1413 Unreviewed - re-enables tests on chromium-mac by making minor
1414 changes to cause the expectations to be identical on all Chromium configurations.
1416 https://bugs.webkit.org/show_bug.cgi?id=73460
1418 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested.html:
1419 * platform/chromium/accessibility/scroll-to-global-point-iframe.html:
1420 * platform/chromium/accessibility/scroll-to-global-point-main-window.html:
1421 * platform/chromium/accessibility/scroll-to-global-point-nested.html:
1422 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow-expected.txt:
1423 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow.html:
1424 * platform/chromium/accessibility/scroll-to-make-visible-iframe-expected.txt:
1425 * platform/chromium/accessibility/scroll-to-make-visible-iframe.html:
1426 * platform/chromium/accessibility/scroll-to-make-visible-main-window-expected.txt:
1427 * platform/chromium/accessibility/scroll-to-make-visible-main-window.html:
1428 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus-expected.txt:
1429 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus.html:
1430 * platform/chromium/test_expectations.txt:
1432 2012-01-19 Adam Barth <abarth@webkit.org>
1434 createAttributeNS should understand that "xmlns" is allowed in the http://www.w3.org/2000/xmlns/
1435 https://bugs.webkit.org/show_bug.cgi?id=76579
1437 Reviewed by Eric Seidel.
1439 * fast/dom/Document/createAttributeNS-namespace-err-expected.txt:
1440 * fast/dom/Document/script-tests/createAttributeNS-namespace-err.js:
1442 2012-01-18 Shinya Kawanaka <shinyak@google.com>
1444 ShadowContent query should be able to have fallback elements.
1445 https://bugs.webkit.org/show_bug.cgi?id=75306
1447 Reviewed by Hajime Morita.
1449 * fast/dom/shadow/shadow-contents-fallback-expected.txt: Added.
1450 * fast/dom/shadow/shadow-contents-fallback.html: Added.
1452 2012-01-18 Kent Tamura <tkent@chromium.org>
1454 REGRESSION(r100111): A 'change' event does not fire when a mouse drag
1455 occurs to switch elements in a listbox <select>
1456 https://bugs.webkit.org/show_bug.cgi?id=76244
1458 Reviewed by Hajime Morita.
1460 * fast/forms/resources/common.js:
1461 (mouseMoveToIndexInListbox): Added.
1462 * fast/forms/select/listbox-drag-in-non-multiple-expected.txt: Added.
1463 * fast/forms/select/listbox-drag-in-non-multiple.html: Added.
1465 2012-01-18 David Grogan <dgrogan@chromium.org>
1467 update resolve-url-sync-expected.txt
1468 https://bugs.webkit.org/show_bug.cgi?id=76581
1470 Reviewed by Eric Seidel.
1472 * http/tests/filesystem/workers/resolve-url-sync-expected.txt:
1474 2012-01-18 Eric Seidel <eric@webkit.org>
1476 setAttributeNS should comply with the obscure rules of DOM2, just like createAttributeNS and createElementNS do
1477 https://bugs.webkit.org/show_bug.cgi?id=76143
1479 Reviewed by Adam Barth.
1481 * fast/dom/Element/script-tests/setAttributeNS-namespace-err.js: Added.
1483 (stringForExceptionCode):
1487 * fast/dom/Element/setAttributeNS-namespace-err-expected.txt: Added.
1488 * fast/dom/Element/setAttributeNS-namespace-err.html: Added.
1490 2012-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
1492 Unreviewed, rolling out r105376.
1493 http://trac.webkit.org/changeset/105376
1494 https://bugs.webkit.org/show_bug.cgi?id=76601
1496 Roll 76493 back in after discussion with jsbell (Requested by
1497 rolandsteiner on #webkit).
1499 * storage/indexeddb/objectstore-autoincrement-expected.txt:
1500 * storage/indexeddb/objectstore-autoincrement.html:
1502 2012-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
1504 Unreviewed, rolling out r105331.
1505 http://trac.webkit.org/changeset/105331
1506 https://bugs.webkit.org/show_bug.cgi?id=76599
1508 May have broken Chromium InjectIDBKey browser_test (Requested
1509 by rolandsteiner on #webkit).
1511 * storage/indexeddb/objectstore-autoincrement-expected.txt:
1512 * storage/indexeddb/objectstore-autoincrement.html:
1514 2012-01-18 Andreas Kling <awesomekling@apple.com>
1516 Cache and reuse the NodeList returned by Node::childNodes().
1517 <http://webkit.org/b/76591>
1519 Reviewed by Ryosuke Niwa.
1521 Updated gc-9.html to document the new lifetime characteristics of a .childNodes with
1522 custom properties. Also added a test to verify that .childNodes === .childNodes.
1524 * fast/dom/gc-9-expected.txt:
1525 * fast/dom/gc-9.html:
1526 * fast/dom/node-childNodes-idempotence-expected.txt: Added.
1527 * fast/dom/node-childNodes-idempotence.html: Added.
1529 2012-01-18 Alexey Proskuryakov <ap@apple.com>
1531 Need infrastructure to test Content-Disposition filename encoding support
1532 https://bugs.webkit.org/show_bug.cgi?id=76572
1533 <rdar://problem/6421825>
1535 Reviewed by Sam Weinig.
1537 Added a very simple test just to check that it works.
1539 * http/tests/download: Added.
1540 * http/tests/download/basic-ascii-expected.txt: Added.
1541 * http/tests/download/basic-ascii.html: Added.
1542 * http/tests/download/resources: Added.
1543 * http/tests/download/resources/basic-ascii.php: Added.
1544 * platform/chromium/test_expectations.txt:
1545 * platform/efl/Skipped:
1546 * platform/gtk/Skipped:
1547 * platform/qt/Skipped:
1548 * platform/win/Skipped:
1549 * platform/wk2/Skipped:
1551 2012-01-18 James Robinson <jamesr@chromium.org>
1553 [chromium] Update a few chromium expectations.
1555 * platform/chromium/test_expectations.txt:
1557 2012-01-18 Joshua Bell <jsbell@chromium.org>
1559 IndexedDB: Implement create-intermediate-objects semantics when injecting values via keyPaths
1560 https://bugs.webkit.org/show_bug.cgi?id=76493
1562 Per discussion on public-webapps, when injecting a key into a value, create intermediate
1563 objects if necessary.
1565 Reviewed by Tony Chang.
1567 * storage/indexeddb/objectstore-autoincrement-expected.txt:
1568 * storage/indexeddb/objectstore-autoincrement.html:
1570 2012-01-18 Joshua Bell <jsbell@chromium.org>
1572 IndexedDB: Invalid keys yielded by key paths should raise exceptions, not error callbacks
1573 https://bugs.webkit.org/show_bug.cgi?id=76075
1575 Reviewed by Tony Chang.
1577 * storage/indexeddb/mozilla/bad-keypath-expected.txt:
1578 * storage/indexeddb/mozilla/bad-keypath.html:
1579 * storage/indexeddb/objectstore-basics-expected.txt:
1580 * storage/indexeddb/objectstore-basics.html:
1582 2012-01-18 James Robinson <jamesr@chromium.org>
1584 [chromium] Update chromium linux pixel baseline for svg test
1586 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-expected.png:
1588 2012-01-18 Adam Barth <abarth@webkit.org>
1590 REGRESSION (r104000): AdBlock extension fails to load/function
1591 https://bugs.webkit.org/show_bug.cgi?id=75554
1593 Reviewed by Andy Estes.
1595 This test checks that the documentElement is available when user
1596 scripts are run at document start.
1598 * userscripts/document-element-available-at-start-expected.txt: Added.
1599 * userscripts/document-element-available-at-start.html: Added.
1601 2012-01-18 Brian Salomon <bsalomon@google.com>
1603 [SKIA / CHROMIUM] Add some canvas tests to test_expectations to prepare for changes to use sw-rasterized paths in skia-gpu
1604 https://bugs.webkit.org/show_bug.cgi?id=76469
1606 Reviewed by Stephen White.
1608 * platform/chromium/test_expectations.txt:
1610 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1612 [Qt] REGRESSION(r105310): Two inspector tests fails
1613 https://bugs.webkit.org/show_bug.cgi?id=76566
1615 * platform/qt/Skipped: Skip failing tests to paint the bot green.
1617 2012-01-18 James Robinson <jamesr@chromium.org>
1619 [chromium] Update expectations, add a few new baselines.
1621 * platform/chromium/http/tests/misc/bubble-drag-events-expected.txt: Added.
1622 * platform/chromium/http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt: Added.
1623 * platform/chromium/http/tests/misc/iframe-invalid-source-crash-expected.txt: Added.
1624 * platform/chromium/test_expectations.txt:
1626 2012-01-18 Eric Carlson <eric.carlson@apple.com>
1628 Provide access to user's list of preferred languages
1629 https://bugs.webkit.org/show_bug.cgi?id=76138
1631 Reviewed by Alexey Proskuryakov.
1633 * fast/harness/user-preferred-language-expected.txt: Added.
1634 * fast/harness/user-preferred-language.html: Added.
1636 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1638 [Qt] DumpRenderTree converts "file:///" to a path differently
1639 https://bugs.webkit.org/show_bug.cgi?id=76563
1641 * platform/qt/Skipped: Skip http/tests/misc/iframe-invalid-source-crash.html until fix.
1643 2012-01-18 James Robinson <jamesr@chromium.org>
1645 [chromium] Update pixel results due to skia roll
1647 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1648 * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1649 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
1650 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Removed.
1651 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1653 2012-01-18 Vsevolod Vlasov <vsevik@chromium.org>
1655 Web Inspector: Unsafe cross origin access errors should show stack trace in console.
1656 https://bugs.webkit.org/show_bug.cgi?id=73099
1658 Reviewed by Pavel Feldman.
1660 * http/tests/inspector/console-cross-origin-iframe-logging-expected.txt: Added.
1661 * http/tests/inspector/console-cross-origin-iframe-logging.html: Added.
1662 * http/tests/inspector/resources/cross-origin-iframe.html: Added.
1663 * platform/chromium/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt: Added.
1665 2012-01-18 Alexey Proskuryakov <ap@apple.com>
1667 file:// doesn't work as base URL
1668 https://bugs.webkit.org/show_bug.cgi?id=76496
1670 Updating more layout test results.
1672 * fast/loader/url-parse-1-expected.txt: This was already in the patch, just failed to land.
1674 * http/tests/misc/bubble-drag-events-expected.txt: Missed that one among failure noise.
1676 2012-01-18 Mike Reed <reed@google.com>
1678 add test expections ahead of skia DEPS roll
1679 https://bugs.webkit.org/show_bug.cgi?id=76477
1681 Reviewed by NOBODY: Unreviewed
1682 see http://code.google.com/p/chromium/issues/detail?id=110493
1684 * platform/chromium/test_expectations.txt:
1686 2012-01-18 James Robinson <jamesr@chromium.org>
1688 [chromium] Update expectations and baselines for various tests
1690 * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
1691 * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png:
1692 * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
1693 * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.png:
1694 * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
1695 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-all-expected.png:
1696 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-expected.png:
1697 * platform/chromium-mac-snowleopard/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1698 * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-expected.png: Added.
1699 * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Added.
1700 * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-root-expected.png:
1701 * platform/chromium-mac-snowleopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
1702 * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-expected.png: Removed.
1703 * platform/chromium-mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Removed.
1704 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
1705 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.txt:
1706 * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
1707 * platform/chromium/test_expectations.txt:
1709 2012-01-18 Pavel Feldman <pfeldman@google.com>
1711 Not reviewed: fix failing inspector test.
1713 * inspector/elements/set-html-via-resource.html:
1715 2012-01-18 Tim Horton <timothy_horton@apple.com>
1717 [CG] Rasterized scaling of transformed SVG shapes with gradient fill and -webkit-svg-shadow applied
1718 https://bugs.webkit.org/show_bug.cgi?id=76482
1719 <rdar://problem/10415483>
1721 Reviewed by Simon Fraser.
1723 Add a test that ensures that SVG shapes are drawn crisply when transformed
1724 if they have both a gradient fill and -webkit-svg-shadow applied.
1726 * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
1727 * platform/mac/svg/custom/transform-with-shadow-and-gradient-expected.txt: Added.
1728 * svg/custom/transform-with-shadow-and-gradient.svg: Added.
1730 2012-01-18 Dominic Mazzoni <dmazzoni@google.com>
1732 Accessibility: Chromium needs methods to scroll an object into view or to a specific location.
1733 https://bugs.webkit.org/show_bug.cgi?id=73460
1735 Reviewed by Chris Fleizach.
1737 * platform/chromium/accessibility/scroll-to-global-point-iframe-expected.txt: Added.
1738 * platform/chromium/accessibility/scroll-to-global-point-iframe.html: Added.
1739 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested-expected.txt: Added.
1740 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested.html: Added.
1741 * platform/chromium/accessibility/scroll-to-global-point-main-window-expected.txt: Added.
1742 * platform/chromium/accessibility/scroll-to-global-point-main-window.html: Added.
1743 * platform/chromium/accessibility/scroll-to-global-point-nested-expected.txt: Added.
1744 * platform/chromium/accessibility/scroll-to-global-point-nested.html: Added.
1745 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow-expected.txt: Added.
1746 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow.html: Added.
1747 * platform/chromium/accessibility/scroll-to-make-visible-iframe-expected.txt: Added.
1748 * platform/chromium/accessibility/scroll-to-make-visible-iframe.html: Added.
1749 * platform/chromium/accessibility/scroll-to-make-visible-main-window-expected.txt: Added.
1750 * platform/chromium/accessibility/scroll-to-make-visible-main-window.html: Added.
1751 * platform/chromium/accessibility/scroll-to-make-visible-nested-expected.txt: Added.
1752 * platform/chromium/accessibility/scroll-to-make-visible-nested.html: Added.
1753 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus-expected.txt: Added.
1754 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus.html: Added.
1756 2012-01-17 Alexey Proskuryakov <ap@apple.com>
1758 file:// doesn't work as base URL
1759 https://bugs.webkit.org/show_bug.cgi?id=76496
1761 Reviewed by Darin Adler.
1763 * fast/url/degenerate-file-base-expected.txt: Added.
1764 * fast/url/degenerate-file-base.html: Added.
1765 * fast/url/resources/pass.js: Added.
1766 Added a test checking that this use case works.
1768 * fast/url/file-expected.txt:
1769 * fast/url/file-http-base-expected.txt:
1770 * fast/loader/url-parse-1-expected.txt:
1771 Also updated mega-test results.
1773 * http/tests/misc/drag-over-iframe-invalid-source-crash-expected.txt:
1774 * http/tests/misc/iframe-invalid-source-crash-expected.txt:
1775 Console message is different now, as "file:" is properly canonicalized.
1777 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1779 [Qt] fontCache related assertion revealed by r105143
1780 https://bugs.webkit.org/show_bug.cgi?id=76534
1782 Unreviewed gardening. Skip a guilty test to paint the bot green.
1784 * platform/qt/Skipped:
1786 2012-01-18 Pavel Feldman <pfeldman@google.com>
1788 Not reviewed: adding missing test data file.
1790 * inspector/elements/resources/set-html-via-resource-iframe.html: Added.
1791 * platform/qt/Skipped:
1793 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1795 [Qt] Unreviewed gardening after r105262.
1796 https://bugs.webkit.org/show_bug.cgi?id=76457
1798 * platform/qt/Skipped: Skip inspector/elements/set-html-via-resource.html until proper fix.
1800 2012-01-18 Andrey Kosyakov <caseq@chromium.org>
1802 Web Inspector: omit compression field in HAR entries for resources coming from cache
1803 https://bugs.webkit.org/show_bug.cgi?id=76543
1805 Reviewed by Yury Semikhatsky.
1807 * http/tests/inspector/resource-har-conversion-expected.txt:
1808 * http/tests/inspector/resource-har-headers-expected.txt:
1809 * http/tests/inspector/resource-parameters-expected.txt:
1810 * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt: Removed.
1812 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1814 [Qt] Unreviewed gardening. Skip failing tests, simplify qt-wk2 skipped list.
1816 * platform/qt-wk2/Skipped:
1817 * platform/wk2/Skipped:
1819 2012-01-18 Mihnea Ovidenie <mihnea@adobe.com>
1821 [CSSRegions]Fix region style code in CSSStyleSelector
1822 https://bugs.webkit.org/show_bug.cgi?id=76453
1824 Reviewed by Antti Koivisto.
1826 Fix the test as it was not taking into account the selector specificity.
1827 * fast/regions/region-style-block-background-color.html:
1829 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1831 WebKit2 needs layoutTestController.overridePreference
1832 https://bugs.webkit.org/show_bug.cgi?id=42197
1834 Unreviewed gardening, skip failing tests due to this bug.
1836 * platform/wk2/Skipped:
1838 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1840 [Qt] Test fonts metric differencies with Qt5
1841 https://bugs.webkit.org/show_bug.cgi?id=75710
1843 Unreviewed gardening, unskip now passing tests after tesfont fix
1845 * platform/qt-5.0/Skipped:
1847 2012-01-18 Alexandru Chiculita <achicu@adobe.com>
1849 CSS Shaders: Parse float parameters for the custom() filter syntax
1850 https://bugs.webkit.org/show_bug.cgi?id=76253
1852 Reviewed by Nikolas Zimmermann.
1854 * css3/filters/custom-filter-property-computed-style-expected.txt:
1855 * css3/filters/effect-custom-combined-missing-expected.png: Added.
1856 * css3/filters/effect-custom-combined-missing-expected.txt: Added.
1857 * css3/filters/effect-custom-combined-missing.html: Added.
1858 Testing that missing shader filters will not enter an infinite loop.
1860 * css3/filters/effect-custom-parameters-expected.png: Added.
1861 * css3/filters/effect-custom-parameters-expected.txt: Added.
1862 * css3/filters/effect-custom-parameters.html: Added.
1863 * css3/filters/resources/color-offset-parameters.fs: Added.
1864 * css3/filters/resources/vertex-offset-parameters.vs: Added.
1865 Testing parameter passing from CSS to WebGL.
1867 * css3/filters/script-tests/custom-filter-property-computed-style.js:
1868 Added computed style checks for number parameters.
1870 2012-01-18 Gabor Rapcsanyi <rgabor@webkit.org>
1872 [Qt] Update another SVG expected after r105247.
1876 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
1877 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
1879 2012-01-18 Gabor Rapcsanyi <rgabor@webkit.org>
1881 [Qt] svg/carto.net/frameless-svg-parse-error.html asserting after r105143
1882 https://bugs.webkit.org/show_bug.cgi?id=76534
1884 Reviewed by Csaba Osztrogonác.
1886 * platform/qt/Skipped:
1888 2012-01-18 Csaba Osztrogonác <ossy@webkit.org>
1890 [Qt] Unreviewed gardening after testfonts update.
1892 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png:
1893 * platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
1895 2012-01-18 Gabor Rapcsanyi <rgabor@webkit.org>
1897 [Qt] Update some SVG expected after r105247.
1901 * platform/qt/svg/custom/linking-a-03-b-all-expected.png:
1902 * platform/qt/svg/custom/linking-a-03-b-all-expected.txt:
1903 * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.png:
1904 * platform/qt/svg/custom/linking-a-03-b-viewBox-expected.txt:
1905 * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
1906 * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1907 * platform/qt/svg/custom/mouse-move-on-svg-container-expected.png:
1908 * platform/qt/svg/custom/mouse-move-on-svg-container-expected.txt:
1909 * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
1910 * platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
1911 * platform/qt/svg/custom/mouse-move-on-svg-root-expected.png:
1912 * platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt:
1913 * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
1914 * platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
1915 * platform/qt/svg/custom/pointer-events-image-css-transform-expected.png:
1916 * platform/qt/svg/custom/pointer-events-image-css-transform-expected.txt:
1917 * platform/qt/svg/custom/pointer-events-image-expected.png:
1918 * platform/qt/svg/custom/pointer-events-image-expected.txt:
1919 * platform/qt/svg/custom/pointer-events-text-expected.png:
1920 * platform/qt/svg/custom/pointer-events-text-expected.txt:
1921 * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
1922 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
1924 2012-01-18 Mario Sanchez Prada <msanchez@igalia.com>
1926 [GTK] platform/gtk/accessibility/combo-box-collapsed-selection-changed.html is failing after r105253
1927 https://bugs.webkit.org/show_bug.cgi?id=76531
1929 Unreviewed. Skip test now failing in the GTK port.
1931 * platform/gtk/Skipped: Skip test.
1933 2012-01-17 Pavel Feldman <pfeldman@google.com>
1935 Web Inspector: track HTML revisions when editing DOM and / or upon free flow edits.
1936 https://bugs.webkit.org/show_bug.cgi?id=76457
1938 Reviewed by Yury Semikhatsky.
1940 * inspector/elements/resources/set-outer-html-body-iframe.html:
1941 * inspector/elements/set-html-via-resource-expected.txt: Added.
1942 * inspector/elements/set-html-via-resource.html: Added.
1944 2012-01-18 Philippe Normand <pnormand@igalia.com>
1946 Unreviewed, GTK rebaseline after r105247 and r105253.
1948 * platform/gtk/css3/images/cross-fade-overflow-position-expected.txt:
1949 * platform/gtk/fast/forms/implicit-submission-expected.txt:
1950 * platform/gtk/svg/custom/mouse-move-on-svg-container-expected.txt:
1951 * platform/gtk/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
1952 * platform/gtk/svg/custom/mouse-move-on-svg-root-expected.txt:
1953 * platform/gtk/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
1954 * platform/gtk/svg/custom/pointer-events-image-css-transform-expected.txt:
1955 * platform/gtk/svg/custom/pointer-events-image-expected.txt:
1956 * platform/gtk/svg/custom/pointer-events-text-css-transform-expected.txt:
1957 * platform/gtk/svg/custom/pointer-events-text-expected.txt:
1959 2012-01-18 Alexander Pavlov <apavlov@chromium.org>
1961 [Chromium] Unreviewed, fix clashing svg/custom/linking-a-03-b-viewBox.svg expectation.
1963 * platform/chromium/test_expectations.txt:
1965 2012-01-18 Roland Steiner <rolandsteiner@chromium.org>
1967 Unreviewed: Chromium test_expectations.txt update
1969 * platform/chromium/test_expectations.txt:
1971 2012-01-18 Abhishek Arya <inferno@chromium.org>
1973 Crash in FrameView::forceLayoutParentViewIfNeeded.
1974 https://bugs.webkit.org/show_bug.cgi?id=76309
1976 Reviewed by Nikolas Zimmermann.
1978 * svg/dom/parent-view-layout-crash-expected.txt: Added.
1979 * svg/dom/parent-view-layout-crash.html: Added.
1980 * svg/dom/resources/svg-font-face.svg: Added.
1982 2012-01-18 Shinya Kawanaka <shinyak@google.com>
1984 Move ShadowContentElement from dom/ to html/ and make ShadowContentElement subclass of HTMLElement.
1985 https://bugs.webkit.org/show_bug.cgi?id=76241
1987 Reviewed by Dimitri Glazkov.
1989 Renamed internals.createShadowContentElement to internals.createContentElement.
1991 * fast/dom/shadow/content-element-includer.html:
1992 * fast/dom/shadow/content-element-renderers.html:
1993 * fast/dom/shadow/create-content-element.html:
1994 * fast/dom/shadow/shadow-contents-select.html:
1996 2012-01-17 Nikolas Zimmermann <nzimmermann@rim.com>
1998 RenderSVGRoot should inherit from RenderReplaced
1999 https://bugs.webkit.org/show_bug.cgi?id=76446
2001 Reviewed by Zoltan Herczeg.
2003 Update test results after making RenderSVGRoot inherit from RenderReplaced.
2005 * platform/chromium/test_expectations.txt:
2006 * platform/mac/svg/custom/linking-a-03-b-all-expected.png: Text layout changed, we didn't relayout the tree when entering a new view before.
2007 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Ditto.
2008 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.png: Ditto.
2009 * platform/mac/svg/custom/linking-a-03-b-viewBox-expected.txt: Ditto.
2010 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png: Ditto.
2011 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Ditto.
2012 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.png: Moving the circle, triggered a selection before, where it shouldn't. It's gone now.
2013 * platform/mac/svg/custom/mouse-move-on-svg-container-expected.txt: Ditto.
2014 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Ditto.
2015 * platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.txt: Ditto.
2016 * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png: Ditto.
2017 * platform/mac/svg/custom/mouse-move-on-svg-root-expected.txt: Ditto.
2018 * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Ditto.
2019 * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.txt: Ditto.
2020 * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png: Caret position which is reported changed, due the selection leaf changes.
2021 * platform/mac/svg/custom/pointer-events-image-css-transform-expected.txt: Ditto.
2022 * platform/mac/svg/custom/pointer-events-image-expected.png: Ditto.
2023 * platform/mac/svg/custom/pointer-events-image-expected.txt: Ditto.
2024 * platform/mac/svg/custom/pointer-events-text-css-transform-expected.png: Ditto.
2025 * platform/mac/svg/custom/pointer-events-text-css-transform-expected.txt: Ditto.
2026 * platform/mac/svg/custom/pointer-events-text-expected.png: Ditto.
2027 * platform/mac/svg/custom/pointer-events-text-expected.txt: Ditto.
2028 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png: This now reports a valid size for the RenderSVGRoot in the <fO> subtree.
2029 * svg/foreignObject/text-tref-02-b-expected.txt: Ditto.
2031 2012-01-17 Sheriff Bot <webkit.review.bot@gmail.com>
2033 Unreviewed, rolling out r105244.
2034 http://trac.webkit.org/changeset/105244
2035 https://bugs.webkit.org/show_bug.cgi?id=76518
2037 broke Chromium Mac (Requested by rolandsteiner on #webkit).
2039 * platform/chromium/accessibility/scroll-to-global-point-iframe-expected.txt: Removed.
2040 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested-expected.txt: Removed.
2041 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested.html: Removed.
2042 * platform/chromium/accessibility/scroll-to-global-point-iframe.html: Removed.
2043 * platform/chromium/accessibility/scroll-to-global-point-main-window-expected.txt: Removed.
2044 * platform/chromium/accessibility/scroll-to-global-point-main-window.html: Removed.
2045 * platform/chromium/accessibility/scroll-to-global-point-nested-expected.txt: Removed.
2046 * platform/chromium/accessibility/scroll-to-global-point-nested.html: Removed.
2047 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow-expected.txt: Removed.
2048 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow.html: Removed.
2049 * platform/chromium/accessibility/scroll-to-make-visible-iframe-expected.txt: Removed.
2050 * platform/chromium/accessibility/scroll-to-make-visible-iframe.html: Removed.
2051 * platform/chromium/accessibility/scroll-to-make-visible-main-window-expected.txt: Removed.
2052 * platform/chromium/accessibility/scroll-to-make-visible-main-window.html: Removed.
2053 * platform/chromium/accessibility/scroll-to-make-visible-nested-expected.txt: Removed.
2054 * platform/chromium/accessibility/scroll-to-make-visible-nested.html: Removed.
2055 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus-expected.txt: Removed.
2056 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus.html: Removed.
2058 2012-01-17 Dominic Mazzoni <dmazzoni@google.com>
2060 Accessibility: Chromium needs methods to scroll an object into view or to a specific location.
2061 https://bugs.webkit.org/show_bug.cgi?id=73460
2063 Reviewed by Chris Fleizach.
2065 * platform/chromium/accessibility/scroll-to-global-point-iframe-expected.txt: Added.
2066 * platform/chromium/accessibility/scroll-to-global-point-iframe.html: Added.
2067 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested-expected.txt: Added.
2068 * platform/chromium/accessibility/scroll-to-global-point-iframe-nested.html: Added.
2069 * platform/chromium/accessibility/scroll-to-global-point-main-window-expected.txt: Added.
2070 * platform/chromium/accessibility/scroll-to-global-point-main-window.html: Added.
2071 * platform/chromium/accessibility/scroll-to-global-point-nested-expected.txt: Added.
2072 * platform/chromium/accessibility/scroll-to-global-point-nested.html: Added.
2073 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow-expected.txt: Added.
2074 * platform/chromium/accessibility/scroll-to-make-visible-div-overflow.html: Added.
2075 * platform/chromium/accessibility/scroll-to-make-visible-iframe-expected.txt: Added.
2076 * platform/chromium/accessibility/scroll-to-make-visible-iframe.html: Added.
2077 * platform/chromium/accessibility/scroll-to-make-visible-main-window-expected.txt: Added.
2078 * platform/chromium/accessibility/scroll-to-make-visible-main-window.html: Added.
2079 * platform/chromium/accessibility/scroll-to-make-visible-nested-expected.txt: Added.
2080 * platform/chromium/accessibility/scroll-to-make-visible-nested.html: Added.
2081 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus-expected.txt: Added.
2082 * platform/chromium/accessibility/scroll-to-make-visible-with-subfocus.html: Added.
2084 2012-01-17 Joe Thomas <joethomas@motorola.com>
2086 https://bugs.webkit.org/show_bug.cgi?id=75089
2087 Access-Control-Request-Headers value should be lowercase
2089 Added test to verify that the Access-Control-Request-Headers value is sent in lowercase.
2091 Reviewed by Alexey Proskuryakov.
2093 * http/tests/xmlhttprequest/access-control-preflight-request-header-lowercase-expected.txt: Added.
2094 * http/tests/xmlhttprequest/access-control-preflight-request-header-lowercase.html: Added.
2095 * http/tests/xmlhttprequest/resources/access-control-preflight-request-header-lowercase.php: Added.
2097 2012-01-17 Philip Rogers <pdr@google.com>
2099 Fix getBBox for perpendicular paths
2100 https://bugs.webkit.org/show_bug.cgi?id=76177
2102 Reviewed by Darin Adler.
2104 * svg/custom/getBBox-perpendicular-path-expected.txt: Added.
2105 * svg/custom/getBBox-perpendicular-path.svg: Added.
2107 2012-01-17 James Robinson <jamesr@chromium.org>
2109 [chromium] Mark some compositing tests as failing with an IMAGE diff due to video playback problem
2111 * platform/chromium/test_expectations.txt:
2113 2012-01-17 Simon Fraser <simon.fraser@apple.com>
2115 Fix media handling in compositing tests after r105219.
2117 Reviewed by James Robinson.
2119 Seeking seems to have issues on Chromium, and cause these tests to
2120 timeout, so change the tests to play, then seek back to time 0.
2122 New image results now show the first frame of the movie.
2124 * compositing/resources/media-testing.js:
2125 (ensureFrameVisible):
2126 * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
2127 * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
2128 * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
2129 * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
2130 * platform/mac/compositing/self-painting-layers-expected.png:
2132 2012-01-17 Ojan Vafai <ojan@chromium.org>
2134 Tweak results.html keyboard handling and flagging UI
2135 https://bugs.webkit.org/show_bug.cgi?id=76331
2137 Reviewed by Simon Fraser.
2139 -Make it so that hitting j/k at the start selects the first/last test
2140 instead of the second/none'th test.
2141 -Use the unicode black flag character instead of " (flagged)"
2142 -Make the text color of the whole selected row red. This showed
2143 which row was selected without being to garish I think.
2144 -Allow for having the flagged tests be space-separated instead of
2147 * fast/harness/resources/results-test.js:
2148 * fast/harness/results-expected.txt:
2149 * fast/harness/results.html:
2152 2012-01-17 Simon Fraser <simon.fraser@apple.com>
2154 Reduce the number of compositing test failures
2155 https://bugs.webkit.org/show_bug.cgi?id=76495
2157 Reviewed by James Robinson.
2159 General cleanup of compositing tests:
2160 * video tests now do a seek to guarantee that the pixel result will show a frame
2161 * video tests use a shared JS file (can't use media/video-test.js because it always
2162 calls dumpAsText(), which is not reversible).
2163 * ideo-with-invalid-source.html fixed to use a file extension so that the
2164 error event fires (bug 76494).
2165 * pixel results rebaselined.
2167 * compositing/geometry/clipped-video-controller.html:
2168 * compositing/geometry/video-fixed-scrolling.html:
2169 * compositing/geometry/video-opacity-overlay.html:
2170 * compositing/layers-inside-overflow-scroll.html:
2171 * compositing/overflow/scroll-ancestor-update.html:
2172 * compositing/reflections/load-video-in-reflection.html:
2173 * compositing/resources/media-testing.js: Added.
2174 (ensureFrameVisible):
2175 * compositing/self-painting-layers.html:
2176 * compositing/video/video-with-invalid-source.html:
2177 * compositing/visibility/visibility-simple-video-layer.html:
2178 * platform/mac/compositing/color-matching/image-color-matching-expected.png:
2179 * platform/mac/compositing/geometry/video-fixed-scrolling-expected.png:
2180 * platform/mac/compositing/geometry/video-opacity-overlay-expected.png:
2181 * platform/mac/compositing/layers-inside-overflow-scroll-expected.png:
2182 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.png:
2183 * platform/mac/compositing/overflow/scroll-ancestor-update-expected.txt:
2184 * platform/mac/compositing/plugins/composited-plugin-expected.png:
2185 * platform/mac/compositing/reflections/load-video-in-reflection-expected.png:
2186 * platform/mac/compositing/reflections/simple-composited-reflections-expected.png:
2187 * platform/mac/compositing/self-painting-layers-expected.png:
2188 * platform/mac/compositing/video/video-background-color-expected.png:
2189 * platform/mac/test_expectations.txt:
2191 2012-01-17 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
2193 Uint8ClampedArray support
2194 https://bugs.webkit.org/show_bug.cgi?id=74455
2196 Reviewed by Filip Pizlo.
2198 * fast/canvas/webgl/array-unit-tests-expected.txt:
2199 * fast/canvas/webgl/array-unit-tests.html:
2200 * fast/dom/Window/script-tests/window-property-descriptors.js:
2201 * fast/dom/Window/window-properties.html:
2202 * fast/dom/script-tests/constructed-objects-prototypes.js:
2203 (constructorPropertiesOnWindow):
2204 * fast/dom/script-tests/prototype-inheritance-2.js:
2205 (constructorNamesForWindow):
2206 * fast/js/dfg-uint8clampedarray-expected.txt: Added.
2207 * fast/js/dfg-uint8clampedarray.html: Added.
2208 * fast/js/script-tests/dfg-uint8clampedarray.js: Added.
2217 (getters.getter1.a):
2219 (setters.setter1.a):
2222 * fast/js/script-tests/global-constructors.js:
2223 * platform/chromium/fast/canvas/webgl/array-unit-tests-expected.txt: Copied from LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt.
2224 * platform/chromium/test_expectations.txt:
2226 2012-01-17 James Robinson <jamesr@chromium.org>
2228 [chromium] Update baselines
2230 * platform/chromium-linux/animations/cross-fade-webkit-mask-box-image-expected.png:
2231 * platform/chromium-mac-snowleopard/animations/cross-fade-webkit-mask-box-image-expected.png:
2232 * platform/chromium-win/animations/cross-fade-webkit-mask-box-image-expected.png:
2233 * platform/chromium-win/svg/carto.net/window-expected.png:
2234 * platform/chromium-win/svg/carto.net/window-expected.txt:
2236 2012-01-17 Abhishek Arya <inferno@chromium.org>
2238 Crash in in WebCore::EventHandler::mouseMoved.
2239 https://bugs.webkit.org/show_bug.cgi?id=76462
2241 Reviewed by Ryosuke Niwa.
2243 * fast/events/mouse-moved-remove-frame-crash-expected.txt: Added.
2244 * fast/events/mouse-moved-remove-frame-crash.html: Added.
2245 * fast/events/resources/mouse-move.html: Added.
2247 2012-01-17 Alexis Menard <alexis.menard@openbossa.org>
2249 Increase test coverage for -webkit-border-image.
2250 https://bugs.webkit.org/show_bug.cgi?id=76473
2252 Reviewed by Tony Chang.
2254 Make sure we also set the width of the border in the shorthand. It will help
2255 in the future to remove CSSBorderImageValue class without breaking this property.
2257 * fast/css/getComputedStyle/getComputedStyle-border-image-expected.txt:
2258 * fast/css/getComputedStyle/getComputedStyle-border-image.html:
2260 2012-01-17 James Robinson <jamesr@chromium.org>
2262 [chromium] Update expectations for line-grid tests and one random svg thing
2264 * platform/chromium-linux/fast/line-grid/line-grid-floating-expected.png: Added.
2265 * platform/chromium-linux/fast/line-grid/line-grid-inside-columns-expected.png: Added.
2266 * platform/chromium-linux/fast/line-grid/line-grid-into-floats-expected.png: Added.
2267 * platform/chromium-linux/fast/line-grid/line-grid-positioned-expected.png: Added.
2268 * platform/chromium-mac-leopard/fast/line-grid/line-grid-floating-expected.png: Added.
2269 * platform/chromium-mac-leopard/fast/line-grid/line-grid-inside-columns-expected.png: Added.
2270 * platform/chromium-mac-leopard/fast/line-grid/line-grid-into-floats-expected.png: Added.
2271 * platform/chromium-mac-leopard/fast/line-grid/line-grid-positioned-expected.png: Added.
2272 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-floating-expected.png: Added.
2273 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-inside-columns-expected.png: Added.
2274 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-into-floats-expected.png: Added.
2275 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-positioned-expected.png: Added.
2276 * platform/chromium-win/fast/line-grid/line-grid-floating-expected.png: Added.
2277 * platform/chromium-win/fast/line-grid/line-grid-floating-expected.txt: Added.
2278 * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.png: Added.
2279 * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
2280 * platform/chromium-win/fast/line-grid/line-grid-into-floats-expected.png: Added.
2281 * platform/chromium-win/fast/line-grid/line-grid-into-floats-expected.txt: Added.
2282 * platform/chromium-win/fast/line-grid/line-grid-positioned-expected.png: Added.
2283 * platform/chromium-win/fast/line-grid/line-grid-positioned-expected.txt: Added.
2284 * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2285 * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2287 2012-01-17 James Robinson <jamesr@chromium.org>
2289 [chromium] Update expectations/baselines for cross-fade change
2291 * css3/images/cross-fade-overflow-position-expected.txt: Renamed from LayoutTests/platform/mac/css3/images/cross-fade-overflow-position-expected.txt.
2292 * platform/chromium-linux/css3/images/cross-fade-overflow-position-expected.png:
2293 * platform/chromium-mac-snowleopard/css3/images/cross-fade-overflow-position-expected.png:
2294 * platform/chromium-win/css3/images/cross-fade-overflow-position-expected.png:
2295 * platform/chromium/test_expectations.txt:
2296 * platform/qt/css3/images/cross-fade-overflow-position-expected.txt: Removed.
2298 2012-01-17 James Robinson <jamesr@chromium.org>
2300 [chromium] Fix duplicate expectations for canvas tests on mac
2302 * platform/chromium/test_expectations.txt:
2304 2012-01-17 Jacob Goldstein <jacobg@adobe.com>
2306 Convert some fast/regions pixel tests to reftests
2307 https://bugs.webkit.org/show_bug.cgi?id=74133
2309 Reviewed by Tony Chang.
2311 * fast/regions/webkit-flow-inlines-dynamic-expected.html: Added.
2312 * fast/regions/webkit-flow-inlines-dynamic.html:
2313 * platform/efl/fast/regions/webkit-flow-inlines-dynamic-expected.png: Removed.
2314 * platform/efl/fast/regions/webkit-flow-inlines-dynamic-expected.txt: Removed.
2315 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.png: Removed.
2316 * platform/mac/fast/regions/webkit-flow-inlines-dynamic-expected.txt: Removed.
2318 2012-01-17 Csaba Osztrogonác <ossy@webkit.org>
2320 [Qt] Unreviewed gardening after r105172.
2322 * platform/qt/css3/images/cross-fade-overflow-position-expected.png:
2323 * platform/qt/css3/images/cross-fade-overflow-position-expected.txt:
2325 2012-01-17 Brian Salomon <bsalomon@google.com>
2327 Add some canvas tests to test_expectations to prepare for changes to use sw-rasterized paths in skia-gpu
2328 https://bugs.webkit.org/show_bug.cgi?id=76469
2330 Reviewed by Stephen White.
2332 * platform/chromium/test_expectations.txt:
2334 2012-01-12 David Hyatt <hyatt@apple.com>
2336 https://bugs.webkit.org/show_bug.cgi?id=76197
2338 Add tests for baseline line grid alignment.
2340 Reviewed by Simon Fraser.
2342 * fast/line-grid/line-grid-floating.html: Added.
2343 * fast/line-grid/line-grid-inside-columns.html: Added.
2344 * fast/line-grid/line-grid-into-floats.html: Added.
2345 * fast/line-grid/line-grid-positioned.html: Added.
2346 * platform/mac/fast/line-grid: Added.
2347 * platform/mac/fast/line-grid/line-grid-floating-expected.png: Added.
2348 * platform/mac/fast/line-grid/line-grid-floating-expected.txt: Added.
2349 * platform/mac/fast/line-grid/line-grid-inside-columns-expected.png: Added.
2350 * platform/mac/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
2351 * platform/mac/fast/line-grid/line-grid-into-floats-expected.png: Added.
2352 * platform/mac/fast/line-grid/line-grid-into-floats-expected.txt: Added.
2353 * platform/mac/fast/line-grid/line-grid-positioned-expected.png: Added.
2354 * platform/mac/fast/line-grid/line-grid-positioned-expected.txt: Added.
2356 2012-01-17 Tim Horton <timothy_horton@apple.com>
2358 -webkit-cross-fade doesn't respect background-size
2359 https://bugs.webkit.org/show_bug.cgi?id=74902
2360 <rdar://problem/10605289>
2362 Reviewed by Simon Fraser.
2364 Add a test (cross-fade-background-size.html) which ensures that the
2365 background-size CSS property interacts reasonably with -webkit-cross-fade.
2367 Modify cross-fade-overflow-position to hit both the tiled and non-tiled codepaths.
2369 * css3/images/cross-fade-background-size.html: Added.
2370 * css3/images/cross-fade-overflow-position.html:
2371 * css3/images/resources/stripes-large.png: Added.
2372 * css3/images/resources/stripes-small.png: Added.
2373 * platform/mac/css3/images/cross-fade-background-size-expected.png: Added.
2374 * platform/mac/css3/images/cross-fade-background-size-expected.txt: Added.
2375 * platform/mac/css3/images/cross-fade-overflow-position-expected.png:
2376 * platform/mac/css3/images/cross-fade-overflow-position-expected.txt:
2378 2012-01-17 Adam Barth <abarth@webkit.org>
2380 Import some NodeIterator tests from mozilla
2381 https://bugs.webkit.org/show_bug.cgi?id=76442
2383 Reviewed by Daniel Bates.
2385 These tests are imported from mozilla-central. I tried to make the
2386 minimal changes when importing them rather than rewire them into
2387 script-tests. They appear to have uncovered a bug, which I will
2388 investigate in a followup patch.
2390 * traversal/moz-bug559526-expected.txt: Added.
2391 * traversal/moz-bug559526.html: Added.
2392 * traversal/moz-bug590771-expected.txt: Added.
2393 * traversal/moz-bug590771.html: Added.
2394 * traversal/moz-mutations-3-expected.txt: Added.
2395 * traversal/moz-mutations-3.html: Added.
2397 2012-01-17 Alexander Pavlov <apavlov@chromium.org>
2399 [Chromium] Unreviewed, avoid webkit_tests aborts due to clashing SVG test expectations.
2401 * platform/chromium/test_expectations.txt:
2403 2012-01-17 Ádám Kallai <Kallai.Adam@stud.u-szeged.hu>
2405 [Qt][WK2] Unskip now passing tests.
2407 Reviewed by Csaba Osztrogonác.
2409 * platform/qt-wk2/Skipped:
2410 - Support layoutTestController.layerTreeAsText in WebKitTestRunner
2411 https://bugs.webkit.org/show_bug.cgi?id=42145
2412 It is fixed. These tests have been unskipped.
2414 - WebKitTestRunner needs an implementation of eventSender
2415 https://bugs.webkit.org/show_bug.cgi?id=42194
2416 Some passing tests have been unskipped.
2418 - WebKitTestRunner needs to support layoutTestController.evaluateScriptInIsolatedWorld
2419 https://bugs.webkit.org/show_bug.cgi?id=42327
2420 It is fixed. These tests have been unskipped.
2422 - WebKitTestRunner needs layoutTestController.setWillSendRequestReturnsNull
2423 https://bugs.webkit.org/show_bug.cgi?id=42690
2424 It is fixed. This test have been unskipped.
2426 2012-01-17 Rafael Brandao <rafael.lobo@openbossa.org>
2428 [Qt][WK2] Crash in fast/text/regional-indicator-symobls.html
2429 https://bugs.webkit.org/show_bug.cgi?id=69419
2431 Reviewed by Csaba Osztrogonác.
2433 * platform/qt-5.0/Skipped: Removing it from skipped list as it is working now.
2435 2012-01-17 Simon Hausmann <simon.hausmann@nokia.com>
2437 [Qt] fast/canvas/2d.text.draw.fill.maxWidth.gradient.html fails with newer Qt5
2438 https://bugs.webkit.org/show_bug.cgi?id=74785
2440 Reviewed by Csaba Osztrogonác.
2442 Upstream bug in Qt 5 is fixed, so we can unskip the test now.
2444 * platform/qt-5.0/Skipped:
2446 2012-01-17 Rafael Brandao <rafael.lobo@openbossa.org>
2448 [Qt] editing/selection/regional-indicators.html fails
2449 https://bugs.webkit.org/show_bug.cgi?id=66500
2451 Reviewed by Csaba Osztrogonác.
2453 * platform/qt-5.0/Skipped: This test is not failing anymore,
2454 removing it from skipped list.
2456 2012-01-17 Simon Hausmann <simon.hausmann@nokia.com>
2458 [Qt] fast/canvas/canvas-largedraws.html crashes with newer Qt5
2459 https://bugs.webkit.org/show_bug.cgi?id=75167
2461 Reviewed by Csaba Osztrogonác.
2463 Bug is fixed upstream, so it should be safe to unskip it now.
2465 * platform/qt-5.0/Skipped:
2467 2012-01-17 Nikolas Zimmermann <nzimmermann@rim.com>
2469 Not reviewed. Update Qt results after r105143..
2471 * platform/qt/svg/carto.net/window-expected.txt:
2472 * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2473 * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2475 2012-01-17 Nikolas Zimmermann <nzimmermann@rim.com>
2477 Not reviewed. Update Gtk results after r105143..
2479 * platform/gtk/svg/carto.net/window-expected.txt:
2480 * platform/gtk/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2481 * platform/gtk/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2482 * platform/gtk/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2483 * platform/gtk/svg/custom/use-detach-expected.txt:
2485 2012-01-17 Nikolas Zimmermann <nzimmermann@rim.com>
2487 Large SVG text layout performance regression in r81168
2488 https://bugs.webkit.org/show_bug.cgi?id=65711
2490 Reviewed by Zoltan Herczeg.
2492 Update some results, that changed again slightly. Land new tests covering partial SVG <text> subtree updating.
2494 * platform/chromium/test_expectations.txt:
2495 * platform/mac/svg/carto.net/window-expected.png:
2496 * platform/mac/svg/carto.net/window-expected.txt:
2497 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2498 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2499 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2500 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2501 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
2502 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2503 * platform/mac/svg/custom/use-detach-expected.png:
2504 * platform/mac/svg/custom/use-detach-expected.txt:
2505 * platform/mac/svg/text/append-text-node-to-tspan-expected.png: Added.
2506 * platform/mac/svg/text/append-text-node-to-tspan-expected.txt: Added.
2507 * platform/mac/svg/text/modify-text-node-in-tspan-expected.png: Added.
2508 * platform/mac/svg/text/modify-text-node-in-tspan-expected.txt: Added.
2509 * platform/mac/svg/text/remove-text-node-from-tspan-expected.png: Added.
2510 * platform/mac/svg/text/remove-text-node-from-tspan-expected.txt: Added.
2511 * svg/text/append-text-node-to-tspan.html: Added.
2512 * svg/text/modify-text-node-in-tspan.html: Added.
2513 * svg/text/remove-text-node-from-tspan.html: Added.
2515 2012-01-17 Alexander Pavlov <apavlov@chromium.org>
2517 [Chromium] Unreviewed, fix Linux image expectations for two SVG tests.
2519 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2520 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2522 2012-01-17 Joshua Bell <jsbell@chromium.org>
2524 IndexedDB: IDBIndex.get/getKey should yield undefined, not an error
2525 https://bugs.webkit.org/show_bug.cgi?id=76116
2527 Reviewed by Adam Barth.
2529 * storage/indexeddb/cursor-index-delete-expected.txt:
2530 * storage/indexeddb/cursor-index-delete.html:
2531 * storage/indexeddb/duplicates-expected.txt:
2532 * storage/indexeddb/duplicates.html:
2533 * storage/indexeddb/index-basics-expected.txt:
2534 * storage/indexeddb/index-basics.html:
2536 2012-01-17 Philippe Normand <pnormand@igalia.com>
2538 Unreviewed, GTK rebaseline after r105129.
2540 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2541 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
2542 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
2543 * platform/gtk/fast/js/global-constructors-expected.txt:
2545 2012-01-17 Csaba Osztrogonác <ossy@webkit.org>
2547 [Qt] Unreviewed morning gardening.
2549 * platform/qt/Skipped: Skip a failing test.
2550 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated.
2552 2012-01-17 Philippe Normand <pnormand@igalia.com>
2554 [GTK] fast/dom/constructed-objects-prototypes.html fails
2555 https://bugs.webkit.org/show_bug.cgi?id=75432
2557 Reviewed by Martin Robinson.
2559 * platform/gtk/test_expectations.txt: Test now passing no longer
2560 needs to be skipped.
2562 2012-01-17 Philippe Normand <pnormand@igalia.com>
2564 Unreviewed, GTK rebaseline after r105075 and r105085.
2566 * platform/gtk/editing/execCommand/insertImage-expected.txt:
2567 * platform/gtk/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt:
2568 * platform/gtk/fast/block/float/015-expected.txt:
2569 * platform/gtk/fast/borders/rtl-border-05-expected.txt:
2570 * platform/gtk/fast/dom/34176-expected.txt:
2571 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2572 * platform/gtk/fast/dom/inner-text-expected.txt:
2573 * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
2574 * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
2575 * platform/gtk/fast/hidpi/broken-image-icon-hidpi-expected.txt:
2576 * platform/gtk/tables/mozilla/bugs/bug2962-expected.txt:
2577 * platform/gtk/tables/mozilla/bugs/bug56201-expected.txt:
2578 * platform/gtk/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
2580 2012-01-16 Roland Steiner <rolandsteiner@chromium.org>
2582 Unreviewed:more Chromium Linux rebaselining
2584 * platform/chromium-linux-x86/svg/text/text-align-03-b-expected.png: Removed.
2585 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2586 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2587 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2588 * platform/chromium-linux/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2589 * platform/chromium-linux/svg/text/text-align-03-b-expected.png:
2591 2012-01-16 Roland Steiner <rolandsteiner@chromium.org>
2593 Unreviewed: updated baselines for Chromium Linux
2595 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
2596 * platform/chromium-linux-x86/svg/foreignObject/text-tref-02-b-expected.png: Removed.
2597 * platform/chromium-linux-x86/svg/text/text-align-02-b-expected.png: Removed.
2598 * platform/chromium-linux-x86/svg/text/text-spacing-01-b-expected.png: Removed.
2599 * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Removed.
2600 * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Removed.
2601 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2602 * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png:
2603 * platform/chromium-linux/svg/text/text-align-02-b-expected.png:
2604 * platform/chromium-linux/svg/text/text-spacing-01-b-expected.png:
2605 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2606 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
2607 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2609 2012-01-16 Roland Steiner <rolandsteiner@chromium.org>
2611 Unreviewed: rebaselining fast/backgrounds/mask-box-image
2613 * platform/chromium-mac-snowleopard/fast/backgrounds/mask-box-image-expected.png: Added.
2614 * platform/chromium-win/fast/backgrounds/mask-box-image-expected.png: Added.
2615 * platform/chromium-win/fast/backgrounds/mask-box-image-expected.txt: Added.
2617 2012-01-16 Hayato Ito <hayato@chromium.org>
2619 Implement multiple AT_TARGET event dispatching in regard to shadow tree.
2620 https://bugs.webkit.org/show_bug.cgi?id=76217
2622 Reviewed by Dimitri Glazkov.
2624 The original motivation is to fix the regression: Event.eventPhase is not set to 2
2625 (at target) when handling dblclick event in <input> element.
2626 Since the issue is not specific to <input> element, but general one, this patch fixes
2627 the regression by adapting a living draft spec of shadow DOM.
2628 This won't break a compatibility if there is no shadow boundaries in event dispatching.
2629 See the following shadow dom spec how multiple AT_TARGET events work.
2630 http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#event-dispatch
2632 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2633 * fast/dom/shadow/shadow-boundary-events.html:
2635 2012-01-16 Robert Hogan <robert@webkit.org>
2637 Heap-use-after-free in WebCore::RenderBlock::selectionGaps
2638 https://bugs.webkit.org/show_bug.cgi?id=75013
2640 Reviewed by David Hyatt.
2642 In multiple-captions-crash3.html a floating object is added as a child to a caption element, then removed and
2643 added as a child to another caption element. When added to the first caption element it is added
2644 to the floating objects list of both the parent tbody element and the keygen element, as it intrudes
2645 into the latter. When removed, a stale reference to the floating object remains in the keygen element.
2646 When the keygen element is in layout it attempts to access the stale reference to the floating object and
2647 crashes. The fix is to ensure that any floats added as intruding floats to sibling blocks are removed
2648 when the child is removed from the tree.
2650 multiple-captions-crash4.html and multiple-captions-crash5.html are variants of this scenario.
2652 * fast/table/multiple-captions-crash3-expected.html: Added.
2653 * fast/table/multiple-captions-crash3.html: Added.
2654 * fast/table/multiple-captions-crash4-expected.html: Added.
2655 * fast/table/multiple-captions-crash4.html: Added.
2656 * fast/table/multiple-captions-crash5-expected.html: Added.
2657 * fast/table/multiple-captions-crash5.html: Added.
2659 2012-01-16 Filip Pizlo <fpizlo@apple.com>
2661 DFG should be able to do JS and custom getter caching
2662 https://bugs.webkit.org/show_bug.cgi?id=76361
2663 <rdar://problem/10698060>
2665 Reviewed by Geoff Garen.
2667 * fast/js/dfg-custom-getter-expected.txt: Added.
2668 * fast/js/dfg-custom-getter-throw-expected.txt: Added.
2669 * fast/js/dfg-custom-getter-throw-inlined-expected.txt: Added.
2670 * fast/js/dfg-custom-getter-throw-inlined.html: Added.
2671 * fast/js/dfg-custom-getter-throw.html: Added.
2672 * fast/js/dfg-custom-getter.html: Added.
2673 * fast/js/dfg-getter-expected.txt: Added.
2674 * fast/js/dfg-getter-throw-expected.txt: Added.
2675 * fast/js/dfg-getter-throw.html: Added.
2676 * fast/js/dfg-getter.html: Added.
2677 * fast/js/script-tests/dfg-custom-getter-throw-inlined.js: Added.
2681 * fast/js/script-tests/dfg-custom-getter-throw.js: Added.
2684 * fast/js/script-tests/dfg-custom-getter.js: Added.
2686 * fast/js/script-tests/dfg-getter-throw.js: Added.
2689 * fast/js/script-tests/dfg-getter.js: Added.
2692 2012-01-16 Simon Fraser <simon.fraser@apple.com>
2694 Borders and box masks behave incorrectly with overlapping offsets
2695 https://bugs.webkit.org/show_bug.cgi?id=76137
2697 Reviewed by Dean Jackson.
2699 Test -webkit-mask-box-image with large slice sizes, with and
2700 without a transform.
2702 * fast/backgrounds/mask-box-image.html: Added.
2703 * fast/backgrounds/resources/dot.png: Added.
2704 * platform/mac/fast/backgrounds/mask-box-image-expected.png: Added.
2705 * platform/mac/fast/backgrounds/mask-box-image-expected.txt: Added.
2707 2012-01-16 Simon Fraser <simon.fraser@apple.com>
2709 Filtered element with composited content beneath it must be composited
2710 https://bugs.webkit.org/show_bug.cgi?id=76322
2712 Reviewed by Dean Jackson.
2714 Testcase with a filtered element having a composited child.
2716 * css3/filters/filtered-compositing-descendant-expected.png: Added.
2717 * css3/filters/filtered-compositing-descendant-expected.txt: Added.
2718 * css3/filters/filtered-compositing-descendant.html: Added.
2720 2012-01-16 xueqing huang <huangxueqing@baidu.com>
2722 Add offline web applications API applicationCache.abort.
2723 https://bugs.webkit.org/show_bug.cgi?id=76270
2725 Reviewed by Alexey Proskuryakov.
2727 * http/tests/appcache/abort-cache-onchecking-expected.txt: Added.
2728 * http/tests/appcache/abort-cache-onchecking-manifest-404-expected.txt: Added.
2729 * http/tests/appcache/abort-cache-onchecking-manifest-404.html: Added.
2730 * http/tests/appcache/abort-cache-onchecking-resource-404-expected.txt: Added.
2731 * http/tests/appcache/abort-cache-onchecking-resource-404.html: Added.
2732 * http/tests/appcache/abort-cache-onchecking.html: Added.
2733 * http/tests/appcache/abort-cache-ondownloading-expected.txt: Added.
2734 * http/tests/appcache/abort-cache-ondownloading-manifest-404-expected.txt: Added.
2735 * http/tests/appcache/abort-cache-ondownloading-manifest-404.html: Added.
2736 * http/tests/appcache/abort-cache-ondownloading-resource-404-expected.txt: Added.
2737 * http/tests/appcache/abort-cache-ondownloading-resource-404.html: Added.
2738 * http/tests/appcache/abort-cache-ondownloading.html: Added.
2739 * http/tests/appcache/abort-cache-onprogress-expected.txt: Added.
2740 * http/tests/appcache/abort-cache-onprogress.html: Added.
2741 * http/tests/appcache/resources/abort-cache-onchecking-resource-404.manifest: Added.
2742 * http/tests/appcache/resources/abort-cache-onchecking.manifest: Added.
2743 * http/tests/appcache/resources/abort-cache-onchecking.text: Added.
2744 * http/tests/appcache/resources/abort-cache-ondownloading-resource-404.manifest: Added.
2745 * http/tests/appcache/resources/abort-cache-ondownloading.manifest: Added.
2746 * http/tests/appcache/resources/abort-cache-ondownloading.text: Added.
2747 * http/tests/appcache/resources/abort-cache-onprogress-1.text: Added.
2748 * http/tests/appcache/resources/abort-cache-onprogress-2.text: Added.
2749 * http/tests/appcache/resources/abort-cache-onprogress-3.text: Added.
2750 * http/tests/appcache/resources/abort-cache-onprogress-4.text: Added.
2751 * http/tests/appcache/resources/abort-cache-onprogress.manifest: Added.
2752 * platform/chromium/test_expectations.txt:
2754 2012-01-16 Joe Thomas <joethomas@motorola.com>
2756 https://bugs.webkit.org/show_bug.cgi?id=41210
2757 Cross Origin XMLHttpRequest can not expose headers indicated in Access-Control-Expose-Headers HTTP Response Header
2759 Added test cases for Access-Control-Expose-Headers
2761 Reviewed by Alexey Proskuryakov.
2763 * http/tests/xmlhttprequest/access-control-response-with-expose-headers-expected.txt: Added.
2764 * http/tests/xmlhttprequest/access-control-response-with-expose-headers.html: Added.
2765 * http/tests/xmlhttprequest/resources/access-control-response-with-expose-headers.php: Added.
2767 2012-01-16 Alexander Pavlov <apavlov@chromium.org>
2769 [Chromium] Unreviewed, rebaseline SVG tests after r105061.
2771 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2772 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2773 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
2774 * platform/chromium-linux-x86/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
2775 * platform/chromium-linux-x86/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
2776 * platform/chromium-linux-x86/svg/foreignObject/text-tref-02-b-expected.png: Added.
2777 * platform/chromium-linux-x86/svg/text/bidi-text-anchor-direction-expected.txt: Removed.
2778 * platform/chromium-linux-x86/svg/text/text-align-02-b-expected.png: Added.
2779 * platform/chromium-linux-x86/svg/text/text-align-03-b-expected.png: Added.
2780 * platform/chromium-linux-x86/svg/text/text-spacing-01-b-expected.png: Added.
2781 * platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt.
2782 * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
2783 * platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt.
2784 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
2785 * platform/chromium-linux/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
2786 * platform/chromium-linux/svg/text/bidi-text-anchor-direction-expected.txt: Removed.
2787 * platform/chromium-linux/svg/text/select-textLength-spacing-squeeze-2-expected.txt: Removed.
2788 * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
2789 * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
2790 * platform/chromium-mac-leopard/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
2791 * platform/chromium-mac-leopard/svg/batik/text/textAnchor-expected.png:
2792 * platform/chromium-mac-leopard/svg/batik/text/textProperties2-expected.png:
2793 * platform/chromium-mac-leopard/svg/text/text-align-01-b-expected.png:
2794 * platform/chromium-mac-leopard/svg/text/text-align-03-b-expected.png:
2795 * platform/chromium-mac-leopard/svg/text/text-tselect-02-f-expected.png:
2796 * platform/chromium-mac-snowleopard/svg/batik/text/textAnchor-expected.png:
2797 * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png:
2798 * platform/chromium-mac-snowleopard/svg/foreignObject/text-tref-02-b-expected.png:
2799 * platform/chromium-mac-snowleopard/svg/text/bidi-text-anchor-direction-expected.png:
2800 * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png:
2801 * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png:
2802 * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png:
2803 * platform/chromium-mac-snowleopard/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png:
2804 * platform/chromium-mac-snowleopard/svg/text/text-align-01-b-expected.png:
2805 * platform/chromium-mac-snowleopard/svg/text/text-align-03-b-expected.png:
2806 * platform/chromium-mac-snowleopard/svg/text/text-spacing-01-b-expected.png:
2807 * platform/chromium-mac-snowleopard/svg/text/text-tselect-02-f-expected.png:
2808 * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Renamed from LayoutTests/platform/chromium/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt.
2809 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2810 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2811 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
2812 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
2813 * platform/chromium-win-vista/svg/text/bidi-text-anchor-direction-expected.txt: Removed.
2814 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2815 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2816 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Removed.
2817 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Removed.
2818 * platform/chromium-win-xp/svg/text/bidi-text-anchor-direction-expected.txt: Removed.
2819 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2820 * platform/chromium-win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2821 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2822 * platform/chromium-win/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2823 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2824 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
2825 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2826 * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
2827 * platform/chromium-win/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2828 * platform/chromium-win/svg/custom/tref-update-expected.txt:
2829 * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
2830 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
2831 * platform/chromium-win/svg/text/select-textLength-spacing-squeeze-4-expected.png:
2832 * platform/chromium-win/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2833 * platform/chromium-win/svg/text/text-align-02-b-expected.png:
2834 * platform/chromium-win/svg/text/text-align-03-b-expected.png:
2835 * platform/chromium-win/svg/text/text-align-04-b-expected.txt:
2836 * platform/chromium-win/svg/text/text-align-06-b-expected.png:
2837 * platform/chromium-win/svg/text/text-align-06-b-expected.txt:
2838 * platform/chromium-win/svg/text/text-spacing-01-b-expected.png:
2839 * platform/chromium-win/svg/text/text-text-01-b-expected.txt:
2840 * platform/chromium-win/svg/text/text-tspan-01-b-expected.txt:
2841 * platform/chromium-win/svg/text/text-ws-01-t-expected.txt:
2842 * platform/chromium-win/svg/text/text-ws-02-t-expected.txt:
2843 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2844 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2845 * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
2846 * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt:
2847 * platform/chromium/svg/text/bidi-text-anchor-direction-expected.png: Removed.
2849 2012-01-13 Alexander Pavlov <apavlov@chromium.org>
2851 Web Inspector: styles sidebar rendering is broken
2852 https://bugs.webkit.org/show_bug.cgi?id=76065
2854 Reviewed by Pavel Feldman.
2856 * http/tests/inspector/elements-test.js:
2857 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Fix dump output due to DOM changes.
2859 2012-01-16 Pavel Feldman <pfeldman@google.com>
2861 Web Inspector: do not merge iframes into a single DOM hierarchy.
2862 https://bugs.webkit.org/show_bug.cgi?id=76383
2864 Reviewed by Timothy Hatcher.
2866 * http/tests/inspector/elements-test.js:
2867 (initialize_ElementTest.InspectorTest.findNode.processChildren):
2868 * inspector/console/console-dirxml-expected.txt:
2869 * inspector/console/console-tests-expected.txt:
2870 * inspector/elements/set-outer-html-body.html:
2871 * inspector/styles/styles-iframe.html:
2873 2012-01-16 Philippe Normand <pnormand@igalia.com>
2875 Unreviewed, GTK rebaseline after r105061.
2877 * platform/gtk/svg/carto.net/colourpicker-expected.txt:
2878 * platform/gtk/svg/carto.net/combobox-expected.txt:
2879 * platform/gtk/svg/carto.net/slider-expected.txt:
2880 * platform/gtk/svg/carto.net/textbox-expected.txt:
2882 2012-01-16 Philippe Normand <pnormand@igalia.com>
2884 Unreviewed, GTK baselines for new tests.
2886 * platform/gtk/css2.1/20110323/border-collapse-offset-002-expected.txt: Added.
2887 * platform/gtk/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
2888 * platform/gtk/fast/borders/border-image-slice-constrained-expected.txt: Added.
2889 * platform/gtk/fast/text/unicode-variation-selector-expected.txt: Added.
2890 * platform/gtk/http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
2891 * platform/gtk/media/video-colorspace-yuv420-expected.txt: Added.
2892 * platform/gtk/media/video-colorspace-yuv422-expected.txt: Added.
2893 * platform/gtk/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
2894 * platform/gtk/svg/filters/filter-refresh-expected.txt: Added.
2896 2012-01-16 Nikolas Zimmermann <nzimmermann@rim.com>
2898 Large SVG text layout performance regression in r81168
2899 https://bugs.webkit.org/show_bug.cgi?id=65711
2901 Reviewed by Zoltan Herczeg.
2903 Update some test results after enabling the simple code path to measure SVG text.
2905 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
2906 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2907 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2908 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
2909 * platform/mac/svg/batik/text/smallFonts-expected.png:
2910 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2911 * platform/mac/svg/carto.net/window-expected.png:
2912 * platform/mac/svg/carto.net/window-expected.txt:
2913 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2914 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2915 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2916 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
2917 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
2918 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
2919 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
2920 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2921 * platform/mac/svg/custom/use-detach-expected.png:
2922 * platform/mac/svg/custom/use-detach-expected.txt:
2923 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
2924 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png:
2925 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png:
2926 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png:
2927 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png:
2928 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.txt:
2929 * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
2930 * platform/mac/svg/text/text-align-01-b-expected.png:
2931 * platform/mac/svg/text/text-align-01-b-expected.txt:
2932 * platform/mac/svg/text/text-align-02-b-expected.txt:
2933 * platform/mac/svg/text/text-align-04-b-expected.txt:
2934 * platform/mac/svg/text/text-align-06-b-expected.png:
2935 * platform/mac/svg/text/text-align-06-b-expected.txt:
2936 * platform/mac/svg/text/text-deco-01-b-expected.txt:
2937 * platform/mac/svg/text/text-fonts-01-t-expected.txt:
2938 * platform/mac/svg/text/text-spacing-01-b-expected.png:
2939 * platform/mac/svg/text/text-text-04-t-expected.png:
2940 * platform/mac/svg/text/text-text-05-t-expected.png:
2941 * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
2942 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
2943 * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
2945 2012-01-15 Pavel Feldman <pfeldman@chromium.org>
2947 Web Inspector: editing body multiplies head
2948 https://bugs.webkit.org/show_bug.cgi?id=62272
2950 Reviewed by Yury Semikhatsky.
2952 * inspector/elements/resources/set-outer-html-body-iframe.html: Added.
2953 * inspector/elements/set-outer-html-body-expected.txt: Added.
2954 * inspector/elements/set-outer-html-body.html: Added.
2956 2012-01-16 Alexander Pavlov <apavlov@chromium.org>
2958 [Chromium] Unreviewed, mark two inspector/debugger tests as SLOW on Linux Debug.
2960 * platform/chromium/test_expectations.txt:
2962 2012-01-16 Alexander Pavlov <apavlov@chromium.org>
2964 [Chromium] Unreviewed, suppres webaudio/gain.html failures on Windows.
2966 * platform/chromium/test_expectations.txt:
2968 2012-01-16 Jochen Eisinger <jochen@chromium.org>
2970 ScriptRunner should also keep references to pending async scripts
2971 https://bugs.webkit.org/show_bug.cgi?id=76350
2973 Reviewed by Adam Barth.
2975 * http/tests/misc/async-script.html:
2976 * platform/qt/Skipped: unskip http/tests/misc/async-script.html
2978 2012-01-16 Csaba Osztrogonác <ossy@webkit.org>
2980 ScriptRunner should also keep references to pending async scripts
2981 https://bugs.webkit.org/show_bug.cgi?id=76350
2983 * platform/qt/Skipped: Skip http/tests/misc/async-script.html until fix.
2985 2011-08-30 Robert Hogan <robert@webkit.org>
2987 <embed> width and height properties propagate to parent object node
2988 https://bugs.webkit.org/show_bug.cgi?id=17688
2990 Reviewed by Eric Seidel.
2992 * fast/dom/insertedIntoDocument-child-expected.txt:
2993 * fast/dom/insertedIntoDocument-sibling-expected.txt:
2994 These tests were added by http://trac.webkit.org/changeset/81611.
2995 The fact that an <embed> element inserted into the document no longer passes its
2996 height/width up to its parent object node seems to prevent the node getting removed
2997 by a simple garbage collection now so the <embed> added by the test is still there at the end,
2998 creating the trailing spaces. This is consistent with Opera's treatment of the test, FF is entirely
2999 different - it doesn't add the embed node in the first place. So given that the purpose of the
3000 test is to cause a crash (?), the change in result seems benign.
3001 * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor-expected.txt: Added.
3002 * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html: Added.
3003 This tests that the width/height for an embed element does not get propagated to the parent object.
3005 2012-01-14 Robert Hogan <robert@webkit.org>
3007 Chromium results for test added by r105021
3009 Unreviewed gardening.
3011 * platform/chromium-linux/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
3012 * platform/chromium-mac-leopard/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
3013 * platform/chromium-mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
3014 * platform/chromium-mac-snowleopard/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
3015 * platform/chromium-win/css2.1/20110323/outline-color-applies-to-008-expected.png: Added.
3016 * platform/chromium-win/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added.
3018 2012-01-14 Robert Hogan <robert@webkit.org>
3020 Change expected failures from IMAGE+TEXT to TEXT on Mac.
3022 The Mac bots do not check pixel results so displays results suppressed
3023 as IMAGE+TEXT as unexpected failures. Change the suppressions to TEXT.
3024 These results require rebaseline since the changes landed in r103251.
3026 Unreviewed gardening.
3028 * platform/mac/test_expectations.txt:
3030 2012-01-14 Robert Hogan <robert@webkit.org>
3032 Remove reference result added in r105021.
3034 This reference result only works in chromium-linux and qt it seems,
3035 so remove it and allow ports to add port-specific png results.
3039 * css2.1/20110323/outline-color-applies-to-008-expected.html: Removed.
3041 2011-11-09 Robert Hogan <robert@webkit.org>
3043 CSS 2.1 failure: outline-color-applies-to* tests fail
3044 https://bugs.webkit.org/show_bug.cgi?id=71944
3046 Reviewed by Julien Chaffraix.
3048 * css2.1/20110323/outline-color-applies-to-001-expected.html: Added.
3049 * css2.1/20110323/outline-color-applies-to-001.htm: Added.
3050 * css2.1/20110323/outline-color-applies-to-002-expected.html: Added.
3051 * css2.1/20110323/outline-color-applies-to-002.htm: Added.
3052 * css2.1/20110323/outline-color-applies-to-003-expected.html: Added.
3053 * css2.1/20110323/outline-color-applies-to-003.htm: Added.
3054 * css2.1/20110323/outline-color-applies-to-004-expected.html: Added.
3055 * css2.1/20110323/outline-color-applies-to-004.htm: Added.
3056 * css2.1/20110323/outline-color-applies-to-005-expected.html: Added.
3057 * css2.1/20110323/outline-color-applies-to-005.htm: Added.
3058 * css2.1/20110323/outline-color-applies-to-006-expected.html: Added.
3059 * css2.1/20110323/outline-color-applies-to-006.htm: Added.
3060 * css2.1/20110323/outline-color-applies-to-007-expected.html: Added.
3061 * css2.1/20110323/outline-color-applies-to-007.htm: Added.
3062 * css2.1/20110323/outline-color-applies-to-008-expected.html: Added.
3063 * css2.1/20110323/outline-color-applies-to-008.htm: Added.
3064 * css2.1/20110323/outline-color-applies-to-009-expected.html: Added.
3065 * css2.1/20110323/outline-color-applies-to-009.htm: Added.
3066 * css2.1/20110323/outline-color-applies-to-010-expected.html: Added.
3067 * css2.1/20110323/outline-color-applies-to-010.htm: Added.
3068 * css2.1/20110323/outline-color-applies-to-012-expected.html: Added.
3069 * css2.1/20110323/outline-color-applies-to-012.htm: Added.
3070 * css2.1/20110323/outline-color-applies-to-013-expected.html: Added.
3071 * css2.1/20110323/outline-color-applies-to-013.htm: Added.
3072 * css2.1/20110323/outline-color-applies-to-014-expected.html: Added.
3073 * css2.1/20110323/outline-color-applies-to-014.htm: Added.
3074 * css2.1/20110323/outline-color-applies-to-015-expected.html: Added.
3075 * css2.1/20110323/outline-color-applies-to-015.htm: Added.
3076 * fast/css/outline-color-self-painting-row-expected.html: Added.
3077 * fast/css/outline-color-self-painting-row.htm: Added.
3079 2012-01-13 Ojan Vafai <ojan@chromium.org>
3081 Skip test that started failing after r105015.
3083 * platform/qt/Skipped:
3085 2012-01-13 Ojan Vafai <ojan@chromium.org>
3087 Implement flex-align
3088 https://bugs.webkit.org/show_bug.cgi?id=75782
3090 Reviewed by Tony Chang.
3092 * css3/flexbox/css-properties-expected.txt:
3093 * css3/flexbox/flex-align-expected.txt:
3094 * css3/flexbox/flex-align.html:
3095 * css3/flexbox/script-tests/css-properties.js:
3096 * fast/css/getComputedStyle/computed-style-expected.txt:
3097 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
3098 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3099 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3100 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3101 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3102 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3103 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3104 * svg/css/getComputedStyle-basic-expected.txt:
3106 2012-01-13 Vincent Scheib <scheib@chromium.org>
3108 Pointer Lock: Change isLocked() from operator to attribute isLocked
3109 https://bugs.webkit.org/show_bug.cgi?id=76311
3111 Reviewed by Adam Barth.
3113 * pointer-lock/pointer-lock-api-expected.txt:
3114 * pointer-lock/pointer-lock-api.html:
3116 2012-01-13 Jochen Eisinger <jochen@chromium.org>
3118 Add a test for cross-origin XMLHttpRequest and CORS (which doesn't work currently)
3119 https://bugs.webkit.org/show_bug.cgi?id=57600
3121 Reviewed by Adam Barth.
3123 * http/tests/security/resources/cors-redirect.php: Added.
3124 * http/tests/security/resources/empty.html: Added.
3125 * http/tests/security/xhr-cors-redirect-expected.txt: Added.
3126 * http/tests/security/xhr-cors-redirect.html: Added.
3128 2012-01-13 Raymond Toy <rtoy@google.com>
3130 noteOn, noteGrainOn and noteOff idl should take doubles
3131 https://bugs.webkit.org/show_bug.cgi?id=76073
3133 Reviewed by Adam Barth.
3135 * webaudio/audiobuffersource-playbackrate-expected.wav: Updated
3136 * webaudio/gain-expected.wav: Updated
3138 2012-01-13 Dan Bernstein <mitz@apple.com>
3140 REGRESSION: svg/custom/use-instanceRoot-event-listeners.xhtml & svg/custom/pointer-events-invalid-fill.svg broken on the Bots
3141 https://bugs.webkit.org/show_bug.cgi?id=76254
3143 Reviewed by Anders Carlsson.
3145 * svg/custom/pointer-events-invalid-fill.svg: Force layout before sending a mouse event.
3146 Otherwise, the WebHTMLView may have zero size, causing the hit test in
3147 -[EventSendingController mouseMoveToX:Y:] to yield the clip view and the event to go nowhere.
3148 * svg/custom/resources/use-instanceRoot-event-listeners.js: Ditto.
3150 2012-01-13 Nate Chapin <japhet@chromium.org>
3152 http/tests/multipart/invalid-image-data.html should no longer
3153 be crashing on chromium win dbg.
3154 https://bugs.webkit.org/show_bug.cgi?id=76297
3156 Reviewed by Alexey Proskuryakov.
3158 * platform/chromium/test_expectations.txt:
3160 2012-01-13 Raymond Toy <rtoy@chromium.org>
3161 EQUALPOWER panner incorrectly computes gain
3162 https://bugs.webkit.org/show_bug.cgi?id=75767
3164 Reviewed by Kenneth Russell.
3166 * webaudio/panner-equalpower.html: Added.
3167 * webaudio/panner-equalpower-expected.txt: Added.
3168 * webaudio/resources/panner-model-testing.js: Added.
3169 * webaudio/resources/audio-testing.js:
3170 (createImpulseBuffer): New common utility function.
3172 2012-01-13 Ojan Vafai <ojan@chromium.org>
3174 Unreviewed, rolling out r104972.
3175 http://trac.webkit.org/changeset/104972
3176 https://bugs.webkit.org/show_bug.cgi?id=75782
3180 * css3/flexbox/css-properties-expected.txt:
3181 * css3/flexbox/flex-align-expected.txt:
3182 * css3/flexbox/flex-align.html:
3183 * css3/flexbox/script-tests/css-properties.js:
3184 * fast/css/getComputedStyle/computed-style-expected.txt:
3185 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
3186 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3187 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3188 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3189 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3190 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3191 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3192 * svg/css/getComputedStyle-basic-expected.txt:
3194 2012-01-13 Simon Fraser <simon.fraser@apple.com>
3196 Add new baselines for various compositing tests which didn't have Mac results.
3198 * platform/mac/compositing/animation/busy-indicator-expected.png: Added.
3199 * platform/mac/compositing/animation/busy-indicator-expected.txt: Added.
3200 * platform/mac/compositing/flat-with-transformed-child-expected.png: Added.
3201 * platform/mac/compositing/flat-with-transformed-child-expected.txt: Added.
3202 * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Added.
3203 * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.txt: Added.
3204 * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.png: Added.
3205 * platform/mac/compositing/geometry/fixed-position-composited-page-scale-expected.txt: Added.
3206 * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
3207 * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.txt: Added.
3208 * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png: Added.
3209 * platform/mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.txt: Added.
3210 * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
3211 * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.txt: Added.
3212 * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Added.
3213 * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.txt: Added.
3214 * platform/mac/compositing/repaint/same-size-invalidation-expected.png: Added.
3215 * platform/mac/compositing/repaint/same-size-invalidation-expected.txt: Added.
3216 * platform/mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
3217 * platform/mac/compositing/scaling/tiled-layer-recursion-expected.txt: Added.
3219 2012-01-12 Ojan Vafai <ojan@chromium.org>
3221 Implement flex-align
3222 https://bugs.webkit.org/show_bug.cgi?id=75782
3224 Reviewed by Tony Chang.
3226 * css3/flexbox/css-properties-expected.txt:
3227 * css3/flexbox/flex-align-expected.txt:
3228 * css3/flexbox/flex-align.html:
3229 * css3/flexbox/script-tests/css-properties.js:
3230 * fast/css/getComputedStyle/computed-style-expected.txt:
3231 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3232 * svg/css/getComputedStyle-basic-expected.txt:
3234 2012-01-13 James Robinson <jamesr@chromium.org>
3236 [chromium] Update chromium image baselines for cross-fade-invalidation
3238 * platform/chromium-linux/css3/images/cross-fade-invalidation-expected.png: Added.
3239 * platform/chromium-mac-snowleopard/css3/images/cross-fade-invalidation-expected.png: Added.
3240 * platform/chromium-win/css3/images/cross-fade-invalidation-expected.png: Added.
3242 2012-01-13 Simon Fraser <simon.fraser@apple.com>
3244 Fix an obviously incorrect expected result image.
3246 * platform/mac/css3/images/cross-fade-invalidation-expected.png:
3248 2012-01-13 James Robinson <jamesr@chromium.org>
3250 [chromium] Update expectations
3252 * platform/chromium/test_expectations.txt:
3254 2012-01-13 James Robinson <jamesr@chromium.org>
3256 [chromium] Update expectations
3258 * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
3259 * platform/chromium-win/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
3260 * platform/chromium/test_expectations.txt:
3262 2012-01-13 James Robinson <jamesr@chromium.org>
3264 [chromium] Update a few expectations
3266 * platform/chromium/test_expectations.txt:
3268 2012-01-13 James Robinson <jamesr@chromium.org>
3270 [chromium] Mark a flaky test as flaky
3272 * platform/chromium/test_expectations.txt:
3274 2012-01-13 Andreas Kling <awesomekling@apple.com>
3276 Test that cloneNode() doesn't cause crashes when used directly after stylesheet mutation.
3277 <http://webkit.org/b/75987>
3279 Reviewed by Antti Koivisto.
3281 * fast/css/cloneNode-after-deleteRule-crash-expected.txt: Added.
3282 * fast/css/cloneNode-after-deleteRule-crash.html: Added.
3283 * fast/css/resources/cloneNode-after-deleteRule-subdocument.html: Added.
3285 2012-01-13 Jochen Eisinger <jochen@chromium.org>
3287 Test that an IDBDatabase object is garbage collected once no further references to it exist.
3288 https://bugs.webkit.org/show_bug.cgi?id=75859
3290 Reviewed by Tony Gentilcore.
3292 * storage/indexeddb/delete-closed-database-object-expected.txt: Added.
3293 * storage/indexeddb/delete-closed-database-object.html: Added.
3295 2012-01-13 Alexander Pavlov <apavlov@chromium.org>
3297 [Chromium] Unreviewed, update expectation for svg/dom/SVGPathSegList-segment-modification.svg on LEOPARD DEBUG.
3299 * platform/chromium/test_expectations.txt:
3301 2012-01-13 Jochen Eisinger <jochen@chromium.org>
3303 Once we've prepared script element for execution, execute it, even if the script element was meanwhile removed from the dom tree.
3304 https://bugs.webkit.org/show_bug.cgi?id=76083
3306 Reviewed by Adam Barth.
3308 * http/tests/misc/async-script-expected.txt: Added.
3309 * http/tests/misc/async-script-removed-expected.txt: Added.
3310 * http/tests/misc/async-script-removed.html: Added.
3311 * http/tests/misc/async-script.html: Added.
3312 * http/tests/misc/resources/delayed-log.php: Added.
3314 2012-01-13 Alexander Pavlov <apavlov@chromium.org>
3316 Unreviewed, rebaseline Chromium and optimize Qt/GTK baselines after r104917 using garden-o-matic.
3318 * platform/chromium-mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png: Added.
3319 * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Added.
3320 * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Added.
3321 * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Added.
3322 * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Added.
3323 * platform/chromium-mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Added.
3324 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Removed.
3325 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Removed.
3326 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Removed.
3327 * platform/qt/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Removed.
3328 * svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.txt.
3329 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.txt.
3330 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.txt.
3331 * svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt: Renamed from LayoutTests/platform/gtk/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.txt.
3333 2012-01-13 Pavel Feldman <pfeldman@google.com>
3335 Web Inspector: make HTML editing preserve node identity when node nesting level changes.
3336 https://bugs.webkit.org/show_bug.cgi?id=76183
3338 Reviewed by Yury Semikhatsky.
3340 * inspector/elements/set-outer-html-2-expected.txt: Added.
3341 * inspector/elements/set-outer-html-2.html: Added.
3342 * inspector/elements/set-outer-html-expected.txt:
3343 * inspector/elements/set-outer-html-test.js: Added.
3344 (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step1):
3345 (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step2):
3346 (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite.step3):
3347 (initialize_SetOuterHTMLTest.InspectorTest.setUpTestSuite):
3348 (initialize_SetOuterHTMLTest.InspectorTest.recordEvent):
3349 (initialize_SetOuterHTMLTest.InspectorTest.patchOuterHTML):
3350 (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTML.bringBack):
3351 (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTML):
3352 (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML.dumpIdentity):
3353 (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML.callback):
3354 (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML.dumpOuterHTML):
3355 (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML):
3356 (initialize_SetOuterHTMLTest):
3357 * inspector/elements/set-outer-html.html:
3359 2012-01-13 Shinya Kawanaka <shinyak@google.com>
3361 ShadowContentElement should be able to use query.
3362 https://bugs.webkit.org/show_bug.cgi?id=75302
3364 Reviewed by Hajime Morita.
3366 Tests for ShadowContentElement query.
3368 * fast/dom/shadow/shadow-contents-select-expected.html: Added.
3369 * fast/dom/shadow/shadow-contents-select.html: Added.
3371 2012-01-13 Renata Hodovan <reni@webkit.org>
3373 Update Snow-Leopard SVG pixel test baseline after r104881.
3374 Unreviewed gardening.
3376 * platform/mac-snowleopard/svg/css/composite-shadow-example-expected.png:
3377 * platform/mac-snowleopard/svg/css/composite-shadow-with-opacity-expected.png:
3378 * platform/mac-snowleopard/svg/css/stars-with-shadow-expected.png:
3379 * platform/mac-snowleopard/svg/custom/altglyph-expected.png:
3380 * platform/mac-snowleopard/svg/custom/external-paintserver-reference-expected.png:
3381 * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
3382 * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
3383 * platform/mac-snowleopard/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
3384 * platform/mac-snowleopard/svg/custom/invisible-text-after-scrolling-expected.png:
3385 * platform/mac-snowleopard/svg/custom/junk-data-expected.png:
3386 * platform/mac-snowleopard/svg/custom/linking-base-external-reference-expected.png:
3387 * platform/mac-snowleopard/svg/custom/missing-xlink-expected.png:
3388 * platform/mac-snowleopard/svg/custom/object-sizing-no-width-height-expected.png:
3389 * platform/mac-snowleopard/svg/custom/path-bad-data-expected.png:
3390 * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3391 * platform/mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png:
3392 * platform/mac-snowleopard/svg/custom/use-font-face-crash-expected.png:
3393 * platform/mac-snowleopard/svg/dom/SVGLengthList-appendItem-expected.png:
3394 * platform/mac-snowleopard/svg/dom/SVGLengthList-basics-expected.png:
3395 * platform/mac-snowleopard/svg/dom/SVGLengthList-initialize-expected.png:
3396 * platform/mac-snowleopard/svg/dom/SVGLengthList-insertItemBefore-expected.png:
3397 * platform/mac-snowleopard/svg/dom/SVGLengthList-removeItem-expected.png:
3398 * platform/mac-snowleopard/svg/dom/SVGLengthList-replaceItem-expected.png:
3399 * platform/mac-snowleopard/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
3400 * platform/mac-snowleopard/svg/dom/SVGNumberList-basics-expected.png:
3401 * platform/mac-snowleopard/svg/dom/SVGPathSegList-appendItem-expected.png:
3402 * platform/mac-snowleopard/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
3403 * platform/mac-snowleopard/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
3404 * platform/mac-snowleopard/svg/dom/SVGPathSegList-removeItem-expected.png:
3405 * platform/mac-snowleopard/svg/dom/SVGPathSegList-replaceItem-expected.png:
3406 * platform/mac-snowleopard/svg/dom/SVGPointList-basics-expected.png:
3407 * platform/mac-snowleopard/svg/dom/SVGStringList-basics-expected.png:
3408 * platform/mac-snowleopard/svg/dom/SVGTransformList-basics-expected.png:
3409 * platform/mac-snowleopard/svg/dom/css-transforms-expected.png:
3410 * platform/mac-snowleopard/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
3411 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
3412 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
3413 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
3414 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
3415 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
3416 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
3417 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
3418 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
3419 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
3420 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
3421 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
3422 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
3423 * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
3424 * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
3425 * platform/mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
3426 * platform/mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
3427 * platform/mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png:
3428 * platform/mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
3429 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
3430 * platform/mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
3431 * platform/mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
3432 * platform/mac-snowleopard/svg/hixie/error/012-expected.png:
3433 * platform/mac-snowleopard/svg/in-html/circle-expected.png:
3434 * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
3435 * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
3436 * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
3437 * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
3438 * platform/mac-snowleopard/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
3439 * platform/mac-snowleopard/svg/text/kerning-expected.png:
3440 * platform/mac-snowleopard/svg/text/multichar-glyph-expected.png:
3441 * platform/mac-snowleopard/svg/wicd/rightsizing-grid-expected.png:
3442 * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
3443 * platform/mac-snowleopard/svg/wicd/test-scalable-background-image1-expected.png:
3444 * platform/mac-snowleopard/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
3445 * platform/mac-snowleopard/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
3446 * platform/mac-snowleopard/svg/zoom/page/zoom-mask-with-percentages-expected.png:
3447 * platform/mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
3448 * platform/mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
3450 2012-01-13 Kentaro Hara <haraken@chromium.org>
3452 Unreviewed; chromium tests rebaselined after r104907.
3454 * platform/chromium-mac-leopard/fast/repaint/focus-layers-expected.png:
3455 * platform/chromium-mac-snowleopard/fast/repaint/focus-layers-expected.png: Added.
3456 * platform/chromium-mac/fast/repaint/focus-layers-expected.png: Removed.
3457 * platform/chromium-win/fast/repaint/focus-layers-expected.png:
3459 2012-01-13 Vsevolod Vlasov <vsevik@chromium.org>
3461 Unreviewed tests rebaseline after r104803.
3463 * fast/profiler/throw-exception-from-eval-expected.txt:
3464 * platform/chromium-mac/http/tests/history/cross-origin-replace-history-object-child-expected.txt:
3465 * platform/chromium-win/http/tests/security/javascriptURL/xss-DENIED-javascript-execution-expected.txt:
3466 * platform/chromium-win/http/tests/security/xss-DENIED-history-properties-expected.txt:
3467 * platform/chromium/http/tests/security/xss-eval-expected.txt:
3468 * platform/mac-leopard/plugins/plugin-initiate-popup-window-expected.txt:
3469 * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:
3470 * platform/mac/fast/AppleScript/001-expected.txt: