1 2012-01-10 Filip Pizlo <fpizlo@apple.com>
3 DFG inlining block linking compares BlockIndex against bytecode index
4 https://bugs.webkit.org/show_bug.cgi?id=76018
5 <rdar://problem/10671979>
7 Reviewed by Gavin Barraclough.
9 * fast/js/dfg-inline-many-blocks-expected.txt: Added.
10 * fast/js/dfg-inline-many-blocks.html: Added.
11 * fast/js/script-tests/dfg-inline-many-blocks.js: Added.
18 2012-01-10 Dale Curtis <dalecurtis@chromium.org>
20 Repaint video controls when buffering during pause.
21 https://bugs.webkit.org/show_bug.cgi?id=73957
23 Adds video-buffering-repaints-controls test to verify the progress bar
24 repaints as new data is buffered when paused.
26 Reviewed by Hajime Morita.
28 * http/tests/media/video-buffering-repaints-controls.html: Added.
29 * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.png: Added.
30 * platform/chromium-linux/http/tests/media/video-buffering-repaints-controls-expected.txt: Added.
31 * platform/chromium/test_expectations.txt:
32 * platform/gtk/test_expectations.txt:
33 * platform/mac/test_expectations.txt:
34 * platform/win/test_expectations.txt:
36 2012-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
38 Unreviewed, rolling out r104543.
39 http://trac.webkit.org/changeset/104543
40 https://bugs.webkit.org/show_bug.cgi?id=76013
42 Asserts on Mac 10.6 dbg bots (Requested by dimich on #webkit).
44 * css3/calc/block-mask-overlay-image-outset-expected-mismatch.html: Removed.
45 * css3/calc/block-mask-overlay-image-outset.html: Removed.
46 * css3/calc/resources/mask.png: Removed.
48 2012-01-10 Daniel Cheng <dcheng@chromium.org>
50 [chromium] Pasteboard::documentFragment should fall back to text if there's no HTML text
51 https://bugs.webkit.org/show_bug.cgi?id=75923
53 Reviewed by Tony Chang.
55 * editing/pasteboard/pasting-empty-html-falls-back-to-text-expected.txt: Added.
56 * editing/pasteboard/pasting-empty-html-falls-back-to-text.html: Added.
58 2012-01-10 Mike Lawther <mikelawther@chromium.org>
60 padding test for CSS3 calc
61 https://bugs.webkit.org/show_bug.cgi?id=76005
63 Reviewed by Darin Adler.
65 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
67 These tests are expected to 'fail', and will pass once calc() functionality is landed.
68 For now, they serve to demonstrate that the current code doesn't crash on these tests.
70 * css3/calc/padding-expected.txt: Added.
71 * css3/calc/padding.html: Added.
73 2012-01-10 Chris Marrin <cmarrin@apple.com>
75 CIFilter version of Sepia Tone filter doesn't match software
76 https://bugs.webkit.org/show_bug.cgi?id=75129
78 Reviewed by Simon Fraser.
80 Updated sepia tone results for core image filters on CA layers to match changes. Updated sw results because
81 they had the wrong color space
83 * css3/filters/effect-sepia-expected.png:
84 * css3/filters/effect-sepia-hw-expected.png:
86 2012-01-10 Tony Chang <tony@chromium.org>
88 Need to handle absolutely positioned elements inside flexboxes
89 https://bugs.webkit.org/show_bug.cgi?id=70793
91 Reviewed by David Hyatt.
93 * css3/flexbox/insert-text-crash-expected.txt: Added.
94 * css3/flexbox/insert-text-crash.html: Added.
95 * css3/flexbox/position-absolute-child-expected.txt: Added.
96 * css3/flexbox/position-absolute-child.html: Added.
98 2012-01-10 Ryosuke Niwa <rniwa@webkit.org>
100 Chromium rebaseline after r104625.
102 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
103 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
104 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
106 2012-01-10 Ryosuke Niwa <rniwa@webkit.org>
108 Qt rebaseline after r104625.
110 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
112 2012-01-10 Stephen White <senorblanco@chromium.org>
114 Suppress failures caused by partial revert of r104566.
115 https://bugs.webkit.org/show_bug.cgi?id=75994
117 Reviewed by Dmitry Titov.
119 * platform/chromium/test_expectations.txt:
121 2012-01-10 Dmitry Titov <dimich@chromium.org>
123 [Chromium] Unreviewed, rebaseline tests after r104575 and r104588.
125 * platform/chromium-mac-leopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
126 * platform/chromium-mac-leopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
128 2012-01-10 Dmitry Titov <dimich@chromium.org>
130 [Chromium] Unreviewed test expectations update. This test needs a new baseline for Vista.
132 * platform/chromium-win-vista/fast/text/unicode-variation-selector-expected.png: Added.
134 2012-01-10 Simon Fraser <simon.fraser@apple.com>
136 Clean up RenderLayerBacking code that looks for the body
137 https://bugs.webkit.org/show_bug.cgi?id=39502
139 Reviewed by Dave Hyatt.
141 Tests for propagation of the <body> background to the root.
143 * fast/backgrounds/root-background-propagation-expected.png: Added.
144 * fast/backgrounds/root-background-propagation-expected.txt: Added.
145 * fast/backgrounds/root-background-propagation.html: Added.
146 * fast/backgrounds/root-background-propagation2-expected.png: Added.
147 * fast/backgrounds/root-background-propagation2-expected.txt: Added.
148 * fast/backgrounds/root-background-propagation2.html: Added.
150 2012-01-10 Ojan Vafai <ojan@chromium.org>
152 Layout test rebaselines after r104606.
154 * platform/chromium-win/fast/harness/results-expected.txt: Renamed from LayoutTests/platform/chromium/fast/harness/results-expected.txt.
156 2012-01-10 Ojan Vafai <ojan@chromium.org>
158 Rename flex-align to flex-item-align.
159 https://bugs.webkit.org/show_bug.cgi?id=75929
161 Reviewed by Darin Adler.
163 * css3/flexbox/css-properties-expected.txt:
164 * css3/flexbox/flex-align-column.html:
165 * css3/flexbox/flex-align-vertical-writing-mode.html:
166 * css3/flexbox/flex-align.html:
167 * css3/flexbox/line-wrapping.html:
168 * css3/flexbox/orthogonal-flex-directions.html:
169 * css3/flexbox/script-tests/css-properties.js:
170 * fast/css/getComputedStyle/computed-style-expected.txt:
171 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
172 * svg/css/getComputedStyle-basic-expected.txt:
174 2012-01-10 Eric Carlson <eric.carlson@apple.com>
176 Replace TextTrackCue "getCueAsSource" method with "text" attribute
177 https://bugs.webkit.org/show_bug.cgi?id=75646
179 Reviewed by Darin Adler.
181 * media/track/track-cue-mutable-text-expected.txt: Added.
182 * media/track/track-cue-mutable-text.html: Added. New test for mutable cue text.
183 * media/track/track-cue-nothing-to-render-expected.txt: getCueAsSource() -> text.
184 * media/track/track-cue-nothing-to-render.html: Ditto.
185 * media/track/track-cue-rendering-expected.txt: Ditto.
186 * media/track/track-cue-rendering.html: Ditto.
187 * media/track/track-webvtt-tc001-utf8-expected.txt: Ditto.
188 * media/track/track-webvtt-tc001-utf8.html: Ditto.
189 * media/track/track-webvtt-tc002-bom-expected.txt: Ditto.
190 * media/track/track-webvtt-tc002-bom.html: Ditto.
191 * media/track/track-webvtt-tc003-newlines-expected.txt: Ditto.
192 * media/track/track-webvtt-tc003-newlines.html: Ditto.
193 * media/track/track-webvtt-tc004-magic-header-expected.txt: Ditto.
194 * media/track/track-webvtt-tc004-magic-header.html: Ditto.
195 * media/track/track-webvtt-tc005-header-comment-expected.txt: Ditto.
196 * media/track/track-webvtt-tc005-header-comment.html: Ditto.
197 * media/track/track-webvtt-tc006-cue-identifiers-expected.txt: Ditto.
198 * media/track/track-webvtt-tc006-cue-identifiers.html: Ditto.
199 * media/track/track-webvtt-tc007-cue-no-id-expected.txt: Ditto.
200 * media/track/track-webvtt-tc007-cue-no-id.html: Ditto.
201 * media/track/track-webvtt-tc008-timings-no-hours-expected.txt: Ditto.
202 * media/track/track-webvtt-tc008-timings-no-hours.html: Ditto.
203 * media/track/track-webvtt-tc009-timings-hour-expected.txt: Ditto.
204 * media/track/track-webvtt-tc009-timings-hour.html: Ditto.
205 * media/track/track-webvtt-tc011-blank-lines-expected.txt: Ditto.
206 * media/track/track-webvtt-tc011-blank-lines.html: Ditto.
207 * media/track/track-webvtt-tc028-unsupported-markup-expected.txt: Ditto.
208 * media/track/track-webvtt-tc028-unsupported-markup.html: Ditto.
209 * platform/mac/fast/dom/Window/window-properties-expected.txt: Remove getCueAsSource.
211 2012-01-10 Chris Marrin <cmarrin@apple.com>
213 Turn off the FilterTrigger in WebKit and WebKit2
214 https://bugs.webkit.org/show_bug.cgi?id=75914
216 Reviewed by Simon Fraser.
218 Test to make sure compositing layers are off for filters
220 * css3/filters/should-not-have-compositing-layer-expected.txt: Added.
221 * css3/filters/should-not-have-compositing-layer.html: Added.
223 2012-01-10 Stephen Chenney <schenney@chromium.org>
225 [Chromium] Rebaseline after r104585
226 https://bugs.webkit.org/show_bug.cgi?id=75981
228 Unreviewed Chromium expectations update.
230 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
231 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
232 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
233 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
234 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
235 * platform/chromium-mac-snowleopard/svg/custom/shapes-supporting-markers-expected.png:
236 * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
237 * platform/chromium-win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
238 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
239 * platform/chromium/test_expectations.txt:
241 2012-01-10 Noel Gordon <noel.gordon@gmail.com>
243 [chromium] Move inspector tests into the inspector test group
244 https://bugs.webkit.org/show_bug.cgi?id=75926
246 Reviewed by Adam Barth.
248 And mark http/tests/inspector/resource-tree/resource-tree-document-url.html as flaky.
250 * platform/chromium/test_expectations.txt:
252 2012-01-10 Daniel Sievers <sievers@chromium.org>
254 [Chromium] Do not recreate texture updater for image layer if one exists.
255 https://bugs.webkit.org/show_bug.cgi?id=75589
257 Reviewed by James Robinson.
259 * platform/chromium/compositing/img-layer-grow-expected.png: Added.
260 * platform/chromium/compositing/img-layer-grow-expected.txt: Added.
261 * platform/chromium/compositing/img-layer-grow.html: Added.
262 * platform/chromium/compositing/resources/apple.jpg: Added.
264 2012-01-10 Stephen White <senorblanco@chromium.org>
266 [chromium] Unreviewed gardening.
268 New baselines for SVG feColorMatrix tests after r104571.
270 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
271 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
272 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
273 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
274 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
275 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: Added.
276 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
277 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
278 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
279 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
280 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
281 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
282 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
283 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
284 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
285 * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png:
286 * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: Added.
287 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Removed.
288 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Removed.
289 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Removed.
290 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Removed.
291 * platform/chromium-mac/svg/filters/feColorMatrix-saturate-expected.png: Removed.
292 * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
293 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
294 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
295 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
296 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
297 * platform/chromium-win/svg/filters/feColorMatrix-offset-expected.png:
298 * platform/chromium-win/svg/filters/feColorMatrix-saturate-expected.png:
299 * platform/chromium/test_expectations.txt:
300 * platform/mac/svg/filters/feColorMatrix-saturate-expected.txt: Added.
301 * svg/filters/feColorMatrix-saturate-expected.txt: Removed.
303 2012-01-10 Simon Fraser <simon.fraser@apple.com>
305 Improve keyboard navigation in layout test results
306 https://bugs.webkit.org/show_bug.cgi?id=75901
308 Reviewed by Ojan Vafai.
310 Add support for keyboard shortcuts for navigating the list of tests,
311 and for flagging tests.
313 'i', 'k', 'k', and 'l' go foward, back, to first and to last, denoting
314 the current test with a red expand indicator.
316 'e', 'c' and 't' expand, collapse and toggle the current test.
318 'f' toggled a test as "flagged", which adds it to a copyable list
319 at the bottom of the document. The user can use flagging for whatever they want.
321 * fast/harness/resources/results-test.js:
323 (runTests.isCollapsed):
325 * fast/harness/results-expected.txt:
326 * fast/harness/results.html:
328 2012-01-10 Elliot Poger <epoger@google.com>
330 rebaselining some canvas images
331 https://bugs.webkit.org/show_bug.cgi?id=75552
333 Reviewed by Ryosuke Niwa.
335 * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png:
336 * platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.png:
337 * platform/chromium-gpu-mac/fast/canvas/canvas-text-baseline-expected.png: Added.
338 * platform/chromium-gpu-mac/fast/canvas/quadraticCurveTo-expected.png: Added.
339 * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png:
340 * platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.png:
341 * platform/chromium-mac-leopard/fast/canvas/quadraticCurveTo-expected.png: Added.
342 * platform/chromium-mac-snowleopard/fast/canvas/canvas-lineWidth-expected.txt: Added.
343 * platform/chromium-mac-snowleopard/fast/canvas/canvas-text-baseline-expected.png: Added.
344 * platform/chromium-mac-snowleopard/fast/canvas/quadraticCurveTo-expected.png: Added.
345 * platform/chromium/test_expectations.txt:
347 2012-01-10 Gavin Barraclough <barraclough@apple.com>
349 Do not allow Array length to be set if it is non-configurable
350 https://bugs.webkit.org/show_bug.cgi?id=75935
352 Reviewed by Sam Weinig.
354 * fast/js/array-defineOwnProperty-expected.txt:
355 * fast/js/mozilla/strict/15.4.5.1-expected.txt:
356 * fast/js/script-tests/array-defineOwnProperty.js:
357 - Added one more test & some missing comments, updated results.
359 2012-01-10 Gavin Barraclough <barraclough@apple.com>
361 Use SameValue to compare property descriptor values
362 https://bugs.webkit.org/show_bug.cgi?id=75975
364 Reviewed by Sam Weinig.
366 * fast/js/array-defineOwnProperty-expected.txt:
367 * fast/js/script-tests/array-defineOwnProperty.js:
368 - Add new test cases.
370 2012-01-10 Tony Chang <tony@chromium.org>
372 [chromium] Fix expectations for worker-script-error.html on Mac/Linux
373 https://bugs.webkit.org/show_bug.cgi?id=75758
375 Reviewed by David Levin.
377 The Win results appear to apply to Mac and Linux as well.
379 * platform/chromium-win/fast/workers/worker-script-error-expected.txt: Removed.
380 * platform/chromium/fast/workers/worker-script-error-expected.txt:
382 2012-01-10 Vsevolod Vlasov <vsevik@chromium.org>
384 http/tests/inspector/network-preflight-options.html is flaky on linux
385 https://bugs.webkit.org/show_bug.cgi?id=75917
387 Reviewed by Yury Semikhatsky.
389 * http/tests/inspector/network-preflight-options-expected.txt:
390 * http/tests/inspector/network-preflight-options.html:
392 2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
394 AX: support helpText() in DumpRenderTree
395 https://bugs.webkit.org/show_bug.cgi?id=40193
397 Unreviewed. Remove no longer needed GTK-specific expectation.
399 * platform/gtk/accessibility/aria-describedby-on-input-expected.txt: Removed.
401 2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
403 AX: support helpText() in DumpRenderTree
404 https://bugs.webkit.org/show_bug.cgi?id=40193
406 Reviewed by Chris Fleizach.
408 Unskip tests now passing.
410 * accessibility/aria-describedby-on-input-expected.txt: Moved from
411 LayoutTests/platform/mac/accessibility.
412 * platform/gtk/Skipped: Unskip tests.
414 2012-01-10 Mario Sanchez Prada <msanchez@igalia.com>
416 [GTK] platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky
417 https://bugs.webkit.org/show_bug.cgi?id=74493
419 Unreviewed. Unskipping passing test.
421 * platform/gtk/test_expectations.txt: Unskip test.
423 2012-01-09 Jer Noble <jer.noble@apple.com>
425 Elements can appear over fullscreen video
426 https://bugs.webkit.org/show_bug.cgi?id=75913
428 Reviewed by Simon Fraser.
430 Update the test to trigger the error condition in the linked bug.
432 * fullscreen/full-screen-zIndex.html:
434 2012-01-10 Julien Chaffraix <jchaffraix@webkit.org>
436 REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
437 https://bugs.webkit.org/show_bug.cgi?id=67100
439 Unreviewed, chromium rebaselining after r104575.
441 The SL baseline for scroll-with-transform-layer.html is missing some scroll thumbs (http://webkit.org/b/75969).
443 * platform/chromium-linux/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
444 * platform/chromium-linux/fast/layers/scroll-with-transform-layer-expected.png: Added.
445 * platform/chromium-mac-snowleopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
446 * platform/chromium-mac-snowleopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
447 * platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
448 * platform/chromium-win/fast/layers/scroll-with-transform-layer-expected.png: Added.
450 2012-01-10 Csaba Osztrogonác <ossy@webkit.org>
452 [Qt] Unreviewed gardening. Remove png and txt expected files for reftests.
454 * platform/qt/css2.1/20110323/border-conflict-element-016-expected.png: Removed.
455 * platform/qt/css2.1/20110323/border-conflict-element-016-expected.txt: Removed.
456 * platform/qt/css2.1/20110323/border-conflict-element-017-expected.png: Removed.
457 * platform/qt/css2.1/20110323/border-conflict-element-017-expected.txt: Removed.
458 * platform/qt/css2.1/20110323/border-conflict-element-037-expected.png: Removed.
459 * platform/qt/css2.1/20110323/border-conflict-element-037-expected.txt: Removed.
460 * platform/qt/css2.1/20110323/border-conflict-element-038-expected.png: Removed.
461 * platform/qt/css2.1/20110323/border-conflict-element-038-expected.txt: Removed.
462 * platform/qt/fast/writing-mode/margins-expected.png: Removed.
463 * platform/qt/fast/writing-mode/margins-expected.txt: Removed.
465 2012-01-10 Stephen Chenney <schenney@chromium.org>
467 [Chromium] Shift PathSkia to use Skia's new RawIter
468 https://bugs.webkit.org/show_bug.cgi?id=75703
470 Reviewed by Nikolas Zimmermann.
472 * platform/chromium/test_expectations.txt: Updated epxectation for
473 tests that may change after this modification.
475 2012-01-10 Sheriff Bot <webkit.review.bot@gmail.com>
477 Unreviewed, rolling out r104572.
478 http://trac.webkit.org/changeset/104572
479 https://bugs.webkit.org/show_bug.cgi?id=75967
481 It broke zillion tests (Requested by Ossy on #webkit).
483 * platform/qt-wk1/Skipped:
485 2012-01-10 John Knottenbelt <jknotten@chromium.org>
487 [Chromium] Clean up test expectations for mac.
488 https://bugs.webkit.org/show_bug.cgi?id=75966
492 * platform/chromium/test_expectations.txt:
494 2012-01-10 John Knottenbelt <jknotten@chromium.org>
496 Rebaseline fast/text/unicode-variation-selector.html following r104545.
498 * platform/chromium-win/fast/text/unicode-variation-selector-expected.png:
499 * platform/chromium/fast/text/unicode-variation-selector-expected.txt: Removed.
501 2012-01-10 Julien Chaffraix <jchaffraix@webkit.org>
503 REGRESSION (r93614): Safari Reader doesn't repaint correctly when scrolling
504 https://bugs.webkit.org/show_bug.cgi?id=67100
506 Reviewed by Dan Bernstein.
508 Added 2 tests for scrolling inside a transformed layer (either composited
509 or not). Unfortunately due to some platform-specifics differences, they are
512 * fast/layers/scroll-with-transform-composited-layer-expected.txt: Added.
513 * fast/layers/scroll-with-transform-composited-layer.html: Added.
514 * fast/layers/scroll-with-transform-layer-expected.txt: Added.
515 * fast/layers/scroll-with-transform-layer.html: Added.
516 * platform/mac-snowleopard/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
517 * platform/mac-snowleopard/fast/layers/scroll-with-transform-layer-expected.png: Added.
519 2012-01-10 Hugo Parente Lima <hugo.lima@openbossa.org>
521 [Qt] fast/events/dont-loose-last-event test fails on WK1
522 https://bugs.webkit.org/show_bug.cgi?id=73894
524 Reviewed by Simon Hausmann.
526 Remove fast/events/dont-loose-last-event from qt-wk1 skip list.
528 * platform/qt-wk1/Skipped:
530 2012-01-05 Stephen White <senorblanco@chromium.org>
532 [chomium] Mark svg FEColorMatrix tests as needing new baselines.
533 https://bugs.webkit.org/show_bug.cgi?id=75582
535 Reviewed by Dirk Schulze.
537 * platform/chromium/test_expectations.txt:
539 2012-01-10 Csaba Osztrogonác <ossy@webkit.org>
541 Unreviewed gardening.
543 * platform/gtk/Skipped: Remove non-existent fast/dom/htmlcollection-zombies.html.
544 * platform/qt-wk2/Skipped: Skip fast/loader/submit-form-while-parsing-2.html, because it fails intermittently.
545 * platform/qt/Skipped: Remove non-existent fast/dom/htmlcollection-zombies.html.
547 2012-01-10 No'am Rosenthal <noam.rosenthal@nokia.com>
549 [Qt] Enable CSS_FILTERS in Qt build
550 https://bugs.webkit.org/show_bug.cgi?id=75777
552 Reviewed by Kenneth Rohde Christiansen.
554 Platform specific expected results tweaked by Csaba Osztrogonác.
556 * platform/qt/Skipped: Unskip filter tests that work.
557 * platform/qt/css3/filters/*: Added Qt specific results.
558 * platform/qt/fast/dom/Window/window-properties.html: Updated.
559 * platform/qt/fast/dom/Window/window-property-descriptors.html: Updated.
560 * platform/qt/fast/dom/prototype-inheritance-2.html: Updated.
561 * platform/qt/fast/js/global-constructors.html: Updated.
563 2012-01-10 Vsevolod Vlasov <vsevik@chromium.org>
565 Unreviewed, chromium test expectations update.
567 * platform/chromium/test_expectations.txt:
569 2012-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
571 Add initial test_expectations.txt for EFL port.
572 https://bugs.webkit.org/show_bug.cgi?id=75940
574 Reviewed by Andreas Kling.
576 This file only has skip list for now. But, EFL patches will update
577 this file from now on.
579 * platform/efl/test_expectations.txt: Added.
581 2012-01-10 Kenichi Ishibashi <bashi@chromium.org>
583 Complex path should be used when UVS exists in text run
584 https://bugs.webkit.org/show_bug.cgi?id=75289
586 Reviewed by Dan Bernstein.
588 * platform/chromium/test_expectations.txt: Updates expectation for fast/text/unicode-variation-selector.html. Need rebaselines.
590 2012-01-10 Mike Lawther <mikelawther@chromium.org>
592 block mask overlay test for CSS3 calc
593 https://bugs.webkit.org/show_bug.cgi?id=75896
595 Reviewed by Ryosuke Niwa.
597 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
599 These tests are expected to 'fail', and will pass once calc() functionality is landed.
600 For now, they serve to demonstrate that the current code doesn't crash on these tests.
602 * css3/calc/block-mask-overlay-image-outset-expected-mismatch.html: Added.
603 * css3/calc/block-mask-overlay-image-outset.html: Added.
604 * css3/calc/resources/mask.png: Added.
606 2012-01-10 Kenichi Ishibashi <bashi@chromium.org>
608 WebFonts are re-fetched from the server upon Document::styleSelectorChanged call.
609 https://bugs.webkit.org/show_bug.cgi?id=73419
611 Reviewed by Dan Bernstein.
613 Adds a test that ensures re-fetching WebFonts doesn't occur after style recalculation.
615 * http/tests/css/font-face-src-loading-expected.txt: Added.
616 * http/tests/css/font-face-src-loading.html: Added.
617 * http/tests/css/resources/webfont-request.php: Added.
619 2012-01-09 Dmitry Titov <dimich@chromium.org>
621 [Chromium] Unreviewed rebaseline, fixing incorrect rebaseline from r104489.
623 * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png:
625 2012-01-09 Dmitry Titov <dimich@chromium.org>
627 [Chromium] Unreviewed update for test_expectations.txt.
629 * platform/chromium/test_expectations.txt:
631 2012-01-09 Dmitry Titov <dimich@chromium.org>
633 [Chromium] Rebaseline a lot of tests with input controls after r104494
634 https://bugs.webkit.org/show_bug.cgi?id=75924
638 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Removed.
639 * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
640 * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png:
641 * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png:
642 * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png:
643 * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png:
644 * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
645 * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
646 * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
647 * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png:
648 * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
649 * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png:
650 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
651 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
652 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
653 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
654 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
655 * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
656 * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
657 * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png:
658 * platform/chromium-mac-leopard/fast/css/line-height-expected.png:
659 * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png:
660 * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png:
661 * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png:
662 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png:
663 * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
664 * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png:
665 * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
666 * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png:
667 * platform/chromium-mac-leopard/fast/forms/input-align-expected.png:
668 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
669 * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
670 * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
671 * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
672 * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
673 * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
674 * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
675 * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png:
676 * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
677 * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png:
678 * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png:
679 * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
680 * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
681 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
682 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
683 * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
684 * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
685 * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png:
686 * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png:
687 * platform/chromium-mac-leopard/fast/forms/input-table-expected.png:
688 * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png:
689 * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png:
690 * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png:
691 * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png:
692 * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png:
693 * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
694 * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png:
695 * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
696 * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png:
697 * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png:
698 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
699 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
700 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
701 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
702 * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
703 * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
704 * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
705 * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
706 * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
707 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
708 * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
709 * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png:
710 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
711 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
712 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
713 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
714 * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
715 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png:
716 * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
717 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
718 * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
719 * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
720 * platform/chromium-mac-leopard/fast/table/003-expected.png:
721 * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png:
722 * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
723 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
724 * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png:
725 * platform/chromium-mac-leopard/tables/mozilla/bugs/45621-expected.png:
726 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
727 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png:
728 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
729 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
730 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
731 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
732 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
733 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png:
734 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
735 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
736 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
737 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
738 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png:
739 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
740 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
741 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
742 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
743 * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
744 * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png:
745 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
746 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
747 * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png:
748 * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png:
749 * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png:
750 * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png:
751 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
752 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
753 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
754 * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png:
755 * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png:
756 * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png:
757 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png:
758 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png:
759 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png:
760 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png:
761 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png:
762 * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
763 * platform/chromium-mac-snowleopard/fast/block/float/032-expected.png: Renamed from LayoutTests/platform/chromium/fast/block/float/032-expected.png.
764 * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png:
765 * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png:
766 * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png:
767 * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png:
768 * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png:
769 * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png:
770 * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png:
771 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
772 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/basic-inputs-expected.txt.
773 * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png:
774 * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png:
775 * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png:
776 * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png:
777 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png:
778 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png:
779 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
780 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/input-appearance-disabled-expected.txt.
781 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png:
782 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
783 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/input-appearance-height-expected.txt.
784 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png:
785 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png:
786 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png:
787 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png:
788 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png:
789 * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png:
790 * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
791 * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png:
792 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
793 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
794 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png:
795 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png:
796 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png:
797 * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png:
798 * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png:
799 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png:
800 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png:
801 * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png:
802 * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png:
803 * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png:
804 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
805 * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png:
806 * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png:
807 * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png:
808 * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.png: Copied from LayoutTests/platform/chromium/fast/forms/input-width-expected.png.
809 * platform/chromium-mac-snowleopard/fast/forms/minWidthPercent-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png.
810 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png:
811 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
812 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
813 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
814 * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
815 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
816 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/placeholder-pseudo-style-expected.txt.
817 * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png:
818 * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png:
819 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png:
820 * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png:
821 * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png:
822 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
823 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.txt: Renamed from LayoutTests/platform/chromium/fast/forms/validation-message-appearance-expected.txt.
824 * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png:
825 * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png:
826 * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png:
827 * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png:
828 * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png:
829 * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png:
830 * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png:
831 * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
832 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png:
833 * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.png: Added.
834 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
835 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.txt: Renamed from LayoutTests/platform/chromium/fast/speech/input-appearance-numberandspeech-expected.txt.
836 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
837 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt: Renamed from LayoutTests/platform/chromium/fast/speech/input-appearance-speechbutton-expected.txt.
838 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
839 * platform/chromium-mac-snowleopard/fast/table/003-expected.png:
840 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.png: Renamed from LayoutTests/platform/chromium/fast/table/colspanMinWidth-expected.png.
841 * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png: Renamed from LayoutTests/platform/chromium/fast/forms/input-width-expected.png.
842 * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png:
843 * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png:
844 * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png:
845 * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
846 * platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png.
847 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
848 * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png:
849 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.png:
850 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
851 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png:
852 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
853 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png: Added.
854 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
855 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
856 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
857 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png:
858 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
859 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
860 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
861 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
862 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png:
863 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png:
864 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
865 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png:
866 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png:
867 * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
868 * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
869 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
870 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Removed.
871 * platform/chromium-win-vista/tables/mozilla/bugs/bug4527-expected.png: Removed.
872 * platform/chromium-win-xp/tables/mozilla/bugs/bug4527-expected.png: Removed.
873 * platform/chromium/fast/forms/minWidthPercent-expected.png: Removed.
874 * platform/chromium/fast/replaced/width100percent-textfield-expected.png: Removed.
875 * platform/chromium/fast/table/colspanMinWidth-vertical-expected.png: Removed.
876 * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png: Removed.
877 * platform/chromium/tables/mozilla/bugs/bug24200-expected.png: Removed.
879 2012-01-09 Greg Billock <gbillock@google.com>
881 Implement navigator.startActivity; add IntentsController for managing web intents callbacks.
882 https://bugs.webkit.org/show_bug.cgi?id=75756
884 Reviewed by Adam Barth.
886 * webintents/web-intents-api-expected.txt: Added.
887 * webintents/web-intents-api.html: Added.
889 2012-01-09 Gavin Barraclough <barraclough@apple.com>
891 Error handling : in ISO8601 timezone
892 https://bugs.webkit.org/show_bug.cgi?id=75919
894 Reviewed by Sam Weinig.
896 * fast/js/date-parse-test-expected.txt:
897 * fast/js/script-tests/date-parse-test.js:
900 2012-01-09 Mike Lawther <mikelawther@chromium.org>
902 background position parsing test for CSS3 calc
903 https://bugs.webkit.org/show_bug.cgi?id=75823
905 Reviewed by Daniel Bates.
907 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
909 These tests are expected to 'fail', and will pass once calc() functionality is landed.
910 For now, they serve to demonstrate that the current code doesn't crash on these tests.
912 * css3/calc/background-position-parsing-expected-mismatch.html: Added.
913 * css3/calc/background-position-parsing.html: Added.
914 * css3/calc/resources/diamond.png: Added.
915 * css3/calc/resources/ring.png: Added.
917 2012-01-09 Noel Gordon <noel.gordon@gmail.com>
919 http/tests/inspector-enabled/dedicated-workers-list.html flakey on linux
920 https://bugs.webkit.org/show_bug.cgi?id=75186
922 Reviewed by Adam Barth.
924 * platform/chromium/test_expectations.txt:
926 2012-01-09 Jon Lee <jonlee@apple.com>
928 New pixel test results with r104351.
932 Moved from mac to mac-snowleopard:
934 * platform/mac-snowleopard/fast/block/margin-collapse/103
936 New pixel test results:
938 * platform/mac/fast/block/margin-collapse/103-expected.png:
939 * platform/mac/fast/table/003-expected.png:
940 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
941 * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
943 2012-01-09 Mike Lawther <mikelawther@chromium.org>
945 img size test for CSS3 calc
946 https://bugs.webkit.org/show_bug.cgi?id=75893
948 Reviewed by Daniel Bates.
950 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
952 These tests are expected to 'fail', and will pass once calc() functionality is landed.
953 For now, they serve to demonstrate that the current code doesn't crash on these tests.
955 * css3/calc/img-size-expected-mismatch.html: Added.
956 * css3/calc/img-size.html: Added.
957 * css3/calc/resources/colorsquare.png: Added.
959 2012-01-09 Jon Lee <jonlee@apple.com>
961 Temporary fix for pixel result diffs from focus ring (darker color on WK2).
962 These results should be removed once the cause is found-- filed as bug:
963 https://bugs.webkit.org/show_bug.cgi?id=75909
967 * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.png: Added.
968 * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt: Added.
970 2012-01-09 Jon Lee <jonlee@apple.com>
972 Some gardening with fix for r104351.
974 Moving pixel test results from mac to mac-snowleopard (because of theme changes):
976 * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label01
977 * platform/mac-snowleopard/fast/forms/button-cannot-be-nested
978 * platform/mac-snowleopard/fast/forms/button-inner-block-reuse
979 * platform/mac-snowleopard/fast/forms/control-clip-overflow
980 * platform/mac-snowleopard/fast/forms/file/input-file-re-render
981 * platform/mac-snowleopard/fast/forms/formmove
982 * platform/mac-snowleopard/fast/forms/input-text-scroll-left-on-blur
983 * platform/mac-snowleopard/fast/forms/listbox-hit-test-zoomed
984 * platform/mac-snowleopard/fast/forms/listbox-scrollbar-incremental-load
985 * platform/mac-snowleopard/fast/forms/menulist-width-change
986 * platform/mac-snowleopard/fast/forms/option-text-clip
987 * platform/mac-snowleopard/fast/forms/plaintext-mode-2
988 * platform/mac-snowleopard/fast/forms/range/slider-thumb-shared-style
989 * platform/mac-snowleopard/fast/forms/search-vertical-alignment
990 * platform/mac-snowleopard/fast/forms/select-change-listbox-to-popup
991 * platform/mac-snowleopard/fast/forms/select-item-background-clip
992 * platform/mac-snowleopard/fast/forms/select-selected
993 * platform/mac-snowleopard/fast/forms/select-size
994 * platform/mac-snowleopard/fast/forms/select-visual-hebrew
995 * platform/mac-snowleopard/fast/forms/textarea-scrollbar
996 * platform/mac-snowleopard/fast/forms/textarea-scrolled
998 New pixel test results:
1000 * platform/mac/fast/forms/001-expected.png:
1001 * platform/mac/fast/forms/006-expected.png:
1002 * platform/mac/fast/forms/HTMLOptionElement_label01-expected.png:
1003 * platform/mac/fast/forms/basic-buttons-expected.png:
1004 * platform/mac/fast/forms/basic-inputs-expected.png:
1005 * platform/mac/fast/forms/basic-selects-expected.png:
1006 * platform/mac/fast/forms/basic-textareas-expected.png:
1007 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
1008 * platform/mac/fast/forms/box-shadow-override-expected.png:
1009 * platform/mac/fast/forms/button-align-expected.png:
1010 * platform/mac/fast/forms/button-cannot-be-nested-expected.png:
1011 * platform/mac/fast/forms/button-default-title-expected.png:
1012 * platform/mac/fast/forms/button-generated-content-expected.png:
1013 * platform/mac/fast/forms/button-inner-block-reuse-expected.png:
1014 * platform/mac/fast/forms/button-sizes-expected.png:
1015 * platform/mac/fast/forms/button-style-color-expected.png:
1016 * platform/mac/fast/forms/button-table-styles-expected.png:
1017 * platform/mac/fast/forms/button-text-transform-expected.png:
1018 * platform/mac/fast/forms/button-white-space-expected.png:
1019 * platform/mac/fast/forms/control-clip-overflow-expected.png:
1020 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
1021 * platform/mac/fast/forms/disabled-select-change-index-expected.png:
1022 * platform/mac/fast/forms/fieldset-align-expected.png:
1023 * platform/mac/fast/forms/file/file-input-direction-expected.png:
1024 * platform/mac/fast/forms/file/input-file-re-render-expected.png:
1025 * platform/mac/fast/forms/floating-textfield-relayout-expected.png:
1026 * platform/mac/fast/forms/form-element-geometry-expected.png:
1027 * platform/mac/fast/forms/form-hides-table-expected.png:
1028 * platform/mac/fast/forms/formmove-expected.png:
1029 * platform/mac/fast/forms/input-align-expected.png:
1030 * platform/mac/fast/forms/input-appearance-default-bkcolor-expected.png:
1031 * platform/mac/fast/forms/input-appearance-height-expected.png:
1032 * platform/mac/fast/forms/input-appearance-width-expected.png:
1033 * platform/mac/fast/forms/input-baseline-expected.png:
1034 * platform/mac/fast/forms/input-button-sizes-expected.png:
1035 * platform/mac/fast/forms/input-table-expected.png:
1036 * platform/mac/fast/forms/input-text-click-outside-expected.png:
1037 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.png:
1038 * platform/mac/fast/forms/input-value-expected.png:
1039 * platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
1040 * platform/mac/fast/forms/listbox-bidi-align-expected.png:
1041 * platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
1042 * platform/mac/fast/forms/listbox-scrollbar-incremental-load-expected.png:
1043 * platform/mac/fast/forms/menulist-width-change-expected.png:
1044 * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
1045 * platform/mac/fast/forms/option-strip-whitespace-expected.png:
1046 * platform/mac/fast/forms/option-text-clip-expected.png:
1047 * platform/mac/fast/forms/placeholder-position-expected.png:
1048 * platform/mac/fast/forms/placeholder-pseudo-style-expected.png:
1049 * platform/mac/fast/forms/plaintext-mode-2-expected.png:
1050 * platform/mac/fast/forms/radio_checked_dynamic-expected.png:
1051 * platform/mac/fast/forms/range/input-appearance-range-expected.png:
1052 * platform/mac/fast/forms/range/slider-padding-expected.png:
1053 * platform/mac/fast/forms/range/slider-thumb-shared-style-expected.png:
1054 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
1055 * platform/mac/fast/forms/select-align-expected.png:
1056 * platform/mac/fast/forms/select-change-listbox-size-expected.png:
1057 * platform/mac/fast/forms/select-change-listbox-to-popup-expected.png:
1058 * platform/mac/fast/forms/select-initial-position-expected.png:
1059 * platform/mac/fast/forms/select-item-background-clip-expected.png:
1060 * platform/mac/fast/forms/select-selected-expected.png:
1061 * platform/mac/fast/forms/select-size-expected.png:
1062 * platform/mac/fast/forms/select-style-expected.png:
1063 * platform/mac/fast/forms/select-visual-hebrew-expected.png:
1064 * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
1065 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
1066 * platform/mac/fast/forms/textarea-align-expected.png:
1067 * platform/mac/fast/forms/textarea-scrollbar-expected.png:
1068 * platform/mac/fast/forms/textarea-scrolled-type-expected.png:
1069 * platform/mac/fast/forms/textarea-width-expected.png:
1070 * platform/mac/fast/forms/visual-hebrew-text-field-expected.png:
1072 2012-01-09 Joshua Bell <jsbell@chromium.org>
1074 IndexedDB: Throw exception if IDBCursor.continue() called with lower key than current
1075 https://bugs.webkit.org/show_bug.cgi?id=74213
1077 Reviewed by Tony Chang.
1079 * storage/indexeddb/cursor-continue-expected.txt:
1080 * storage/indexeddb/cursor-continue.html:
1082 2012-01-09 Ojan Vafai <ojan@chromium.org>
1084 Tests for nested flexboxes
1085 https://bugs.webkit.org/show_bug.cgi?id=70776
1087 Reviewed by Tony Chang.
1089 * css3/flexbox/orthogonal-flex-directions-expected.txt: Added.
1090 * css3/flexbox/orthogonal-flex-directions.html: Added.
1092 2012-01-09 Gavin Barraclough <barraclough@apple.com>
1094 https://bugs.webkit.org/show_bug.cgi?id=75692
1095 Roll out possibly bad new test case.
1097 Rubber stamped by Sam Weinig.
1099 * fast/js/date-constructor-expected.txt:
1100 * fast/js/script-tests/date-constructor.js:
1102 2012-01-09 Dmitry Titov <dimich@chromium.org>
1104 [Chromium] Rebaseline media/media-document-audio-repaint.html for gpu tests.
1105 https://bugs.webkit.org/show_bug.cgi?id=75888
1109 * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png: Added.
1110 * platform/chromium-gpu-mac/media/media-document-audio-repaint-expected.png: Removed.
1111 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png: Removed.
1112 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: Removed.
1113 * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt: Removed.
1114 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/chromium/media/media-document-audio-repaint-expected.txt.
1116 2012-01-09 Gavin Barraclough <barraclough@apple.com>
1118 https://bugs.webkit.org/show_bug.cgi?id=75789
1119 defineOwnProperty not implemented for Array objects
1121 Reviewed by Sam Weinig.
1123 * fast/js/array-defineOwnProperty-expected.txt: Added.
1124 * fast/js/array-defineOwnProperty.html: Added.
1125 * fast/js/script-tests/array-defineOwnProperty.js: Added.
1126 - Added tests for array properties with accessors & non-defulat attributes.
1127 * fast/js/mozilla/strict/15.4.4.6-expected.txt:
1128 * fast/js/mozilla/strict/8.12.5-expected.txt:
1129 * ietestcenter/Javascript/15.4.4.14-9-a-12-expected.txt:
1130 * ietestcenter/Javascript/15.4.4.15-8-a-12-expected.txt:
1131 - Check in passing results.
1133 2012-01-09 Tom Sepez <tsepez@chromium.org>
1135 Treat code="" attribute in embed tags similarly to applet tags.
1136 https://bugs.webkit.org/show_bug.cgi?id=75871
1138 Reviewed by Daniel Bates.
1140 * http/tests/security/xssAuditor/embed-tag-code-attribute-2-expected.txt: Added.
1141 * http/tests/security/xssAuditor/embed-tag-code-attribute-2.html: Added.
1142 * http/tests/security/xssAuditor/embed-tag-code-attribute-expected.txt: Added.
1143 * http/tests/security/xssAuditor/embed-tag-code-attribute.html: Added.
1145 2012-01-09 Joshua Bell <jsbell@chromium.org>
1147 IndexedDB: Make WebIDBDatabase::close() idempotent
1148 https://bugs.webkit.org/show_bug.cgi?id=75751
1150 Verify that calling IDBDatabase.close() twice from script is harmless.
1151 Note that the tests pass without the related code change in the bug,
1152 which is just for non-script use by the chromium port.
1154 Reviewed by Tony Chang.
1156 * storage/indexeddb/database-basics-expected.txt:
1157 * storage/indexeddb/database-basics.html:
1159 2012-01-09 Elliot Poger <epoger@google.com>
1161 remove reference to cg-specific test
1162 https://bugs.webkit.org/show_bug.cgi?id=75881
1164 Reviewed by Ojan Vafai.
1166 * platform/chromium/test_expectations.txt:
1168 2012-01-09 Eric Carlson <eric.carlson@apple.com>
1170 REGRESSION(r104327?): media/track/track-cues-cuechange.html and track-cues-enter-exit.html intermittently time out, media/track/track-cues-seeking and fails
1171 https://bugs.webkit.org/show_bug.cgi?id=75817
1173 Unreviewed, fix a problem introduced in r104327.
1175 Re-enable <track> tests disabled after r104327.
1177 * platform/chromium/test_expectations.txt:
1179 2012-01-09 Alexis Menard <alexis.menard@openbossa.org>
1181 getComputedStyle for border-radius is not implemented.
1182 https://bugs.webkit.org/show_bug.cgi?id=75630
1184 Reviewed by Tony Chang.
1186 Add new tests to make sure we return the correct values.
1188 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand-expected.txt: Added.
1189 * fast/css/getComputedStyle/getComputedStyle-border-radius-shorthand.html: Added.
1191 2012-01-09 John Knottenbelt <jknotten@chromium.org>
1193 [Chromium] Update test expectations.
1194 https://bugs.webkit.org/show_bug.cgi?id=75856
1196 media/track/track-webvtt-tc026-voice.html is crashing on Chromium
1197 Debug Mac after http://trac.webkit.org/changeset/104327/
1199 Tracking in bug 75817.
1203 * platform/chromium/test_expectations.txt:
1205 2012-01-09 John Knottenbelt <jknotten@chromium.org>
1207 [Chromium] Update test expectations.
1208 https://bugs.webkit.org/show_bug.cgi?id=75852
1210 http/tests/inspector/network/download.html is timing out on mac, and
1211 occasionally on other platforms too.
1215 * platform/chromium/test_expectations.txt:
1217 2012-01-09 Csaba Osztrogonác <ossy@webkit.org>
1219 Fix expected files for new test: fast/dom/insertAdjacentHTML-DocumentFragment-crash.html
1220 https://bugs.webkit.org/show_bug.cgi?id=75847
1222 Reviewed by Philippe Normand.
1224 * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add JSC specifix expected file as generic expected file.
1225 * platform/chromium/fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Add V8 specifix expected file.
1227 2012-01-09 John Knottenbelt <jknotten@chromium.org>
1229 [Chromium] Update test expectations.
1230 https://bugs.webkit.org/show_bug.cgi?id=75849
1232 We need to prevent TextTrack and TextTrackCue from being
1233 garbage collected when the parent/owner is still reachable.
1234 This is tracked in bug 73865.
1238 * platform/chromium/test_expectations.txt:
1240 2012-01-09 John Knottenbelt <jknotten@chromium.org>
1242 [Chromium] Update test expectations.
1243 https://bugs.webkit.org/show_bug.cgi?id=75844
1245 media/track/track-cues-cuechange.html is failing after
1246 http://trac.webkit.org/changeset/104327/
1248 Tracking in bug 75817.
1252 * platform/chromium/test_expectations.txt:
1254 2012-01-09 John Knottenbelt <jknotten@chromium.org>
1256 [Chromium] Update test expectations.
1257 https://bugs.webkit.org/show_bug.cgi?id=75840
1261 fast/filesystem/file-writer-abort.html is occasionally crashing
1264 * platform/chromium/test_expectations.txt:
1266 2012-01-09 Antti Koivisto <antti@apple.com>
1268 Subtree invalidation on stylesheet change
1269 https://bugs.webkit.org/show_bug.cgi?id=75834
1271 Reviewed by Andreas Kling.
1273 * fast/css/id-or-class-before-stylesheet-expected.txt: Added.
1274 * fast/css/id-or-class-before-stylesheet.html: Added.
1276 2012-01-09 Adam Barth <abarth@webkit.org>
1278 insertAdjacentHTML doesn't play nice with DocumentFragment
1279 https://bugs.webkit.org/show_bug.cgi?id=75826
1281 Reviewed by Eric Seidel.
1283 * fast/dom/insertAdjacentHTML-DocumentFragment-crash-expected.txt: Added.
1284 * fast/dom/insertAdjacentHTML-DocumentFragment-crash.html: Added.
1286 2012-01-09 Philippe Normand <pnormand@igalia.com>
1288 Unreviewed, GTK rebaseline after r104412.
1290 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1291 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.
1292 * platform/gtk/Skipped: Skip fast/text/international/spaces-combined-in-vertical-text.html
1294 2012-01-09 Csaba Osztrogonác <ossy@webkit.org>
1296 [Qt] Unreviewed gardening after r104412.
1298 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1299 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
1301 2012-01-08 Mike Lawther <mikelawther@chromium.org>
1303 color tests for CSS3 calc
1304 https://bugs.webkit.org/show_bug.cgi?id=75819
1306 Reviewed by Eric Seidel.
1308 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
1310 These tests are expected to 'fail', and will pass once calc() functionality is landed.
1311 For now, they serve to demonstrate that the current code doesn't crash on these tests.
1313 * css3/calc/color-hsl-expected.txt: Added.
1314 * css3/calc/color-hsl.html: Added.
1315 * css3/calc/color-rgb-expected.txt: Added.
1316 * css3/calc/color-rgb.html: Added.
1318 2012-01-08 Mike Lawther <mikelawther@chromium.org>
1320 font tests for CSS3 calc
1321 https://bugs.webkit.org/show_bug.cgi?id=75818
1323 Reviewed by Eric Seidel.
1325 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
1327 These tests are expected to 'fail', and will pass once calc() functionality is landed.
1328 For now, they serve to demonstrate that the current code doesn't crash on these tests.
1330 * css3/calc/font-expected.txt: Added.
1331 * css3/calc/font-monospace-expected.txt: Added.
1332 * css3/calc/font-monospace.html: Added.
1333 * css3/calc/font-size-expected.txt: Added.
1334 * css3/calc/font-size-fractional-expected.txt: Added.
1335 * css3/calc/font-size-fractional.html: Added.
1336 * css3/calc/font-size.html: Added.
1337 * css3/calc/font.html: Added.
1339 2012-01-08 Mike Lawther <mikelawther@chromium.org>
1341 border tests for CSS3 calc
1342 https://bugs.webkit.org/show_bug.cgi?id=75815
1344 Tests for future implementation of CSS3 calc() (see http://webkit.org/b/16662)
1346 These tests are expected to 'fail', and will pass once calc() functionality is landed.
1347 For now, they serve to demonstrate that the current code doesn't crash on these tests.
1349 Reviewed by Adam Barth.
1351 * css3/calc/border-expected.txt: Added.
1352 * css3/calc/border-radius-expected-mismatch.html: Added.
1353 * css3/calc/border-radius.html: Added.
1354 * css3/calc/border.html: Added.
1356 2012-01-08 Ryosuke Niwa <rniwa@webkit.org>
1358 Add intermittent timeout expectations to media/track/track-cues-cuechange.html and
1359 media/track/track-cues-enter-exit.html. The failure is tracked by the bug 75817.
1361 * platform/chromium/test_expectations.txt:
1363 2012-01-08 Sheriff Bot <webkit.review.bot@gmail.com>
1365 Unreviewed, rolling out r104421.
1366 http://trac.webkit.org/changeset/104421
1367 https://bugs.webkit.org/show_bug.cgi?id=75816
1369 Need to rebaseline some tests on Linux (Requested by noamr on
1372 * platform/qt/Skipped:
1373 * platform/qt/css3/filters/add-filter-rendering-expected.png: Removed.
1374 * platform/qt/css3/filters/add-filter-rendering-expected.txt: Removed.
1375 * platform/qt/css3/filters/crash-filter-change-expected.png: Removed.
1376 * platform/qt/css3/filters/crash-filter-change-expected.txt: Removed.
1377 * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
1378 * platform/qt/css3/filters/custom-filter-property-parsing-expected.txt: Removed.
1379 * platform/qt/css3/filters/custom-filter-property-parsing-invalid-expected.txt: Removed.
1380 * platform/qt/css3/filters/effect-blur-expected.png: Removed.
1381 * platform/qt/css3/filters/effect-blur-expected.txt: Removed.
1382 * platform/qt/css3/filters/effect-brightness-expected.png: Removed.
1383 * platform/qt/css3/filters/effect-brightness-expected.txt: Removed.
1384 * platform/qt/css3/filters/effect-contrast-expected.png: Removed.
1385 * platform/qt/css3/filters/effect-contrast-expected.txt: Removed.
1386 * platform/qt/css3/filters/effect-drop-shadow-expected.png: Removed.
1387 * platform/qt/css3/filters/effect-drop-shadow-expected.txt: Removed.
1388 * platform/qt/css3/filters/effect-grayscale-expected.png: Removed.
1389 * platform/qt/css3/filters/effect-grayscale-expected.txt: Removed.
1390 * platform/qt/css3/filters/effect-hue-rotate-expected.png: Removed.
1391 * platform/qt/css3/filters/effect-hue-rotate-expected.txt: Removed.
1392 * platform/qt/css3/filters/effect-invert-expected.png: Removed.
1393 * platform/qt/css3/filters/effect-invert-expected.txt: Removed.
1394 * platform/qt/css3/filters/effect-opacity-expected.png: Removed.
1395 * platform/qt/css3/filters/effect-opacity-expected.txt: Removed.
1396 * platform/qt/css3/filters/effect-saturate-expected.png: Removed.
1397 * platform/qt/css3/filters/effect-saturate-expected.txt: Removed.
1398 * platform/qt/css3/filters/effect-sepia-expected.png: Removed.
1399 * platform/qt/css3/filters/effect-sepia-expected.txt: Removed.
1400 * platform/qt/css3/filters/filter-animation-expected.png: Removed.
1401 * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
1402 * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
1403 * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
1404 * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
1405 * platform/qt/css3/filters/filter-property-expected.png: Removed.
1406 * platform/qt/css3/filters/filter-property-expected.txt: Removed.
1407 * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
1408 * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
1409 * platform/qt/css3/filters/filter-region-expected.png: Removed.
1410 * platform/qt/css3/filters/filter-region-expected.txt: Removed.
1411 * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
1412 * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
1413 * platform/qt/css3/filters/filter-with-transform-expected.png: Removed.
1414 * platform/qt/css3/filters/filter-with-transform-expected.txt: Removed.
1415 * platform/qt/css3/filters/filtered-inline-expected.png: Removed.
1416 * platform/qt/css3/filters/filtered-inline-expected.txt: Removed.
1417 * platform/qt/css3/filters/nested-filter-expected.png: Removed.
1418 * platform/qt/css3/filters/nested-filter-expected.txt: Removed.
1419 * platform/qt/css3/filters/nested-filters-expected.png: Removed.
1420 * platform/qt/css3/filters/nested-filters-expected.txt: Removed.
1421 * platform/qt/css3/filters/regions-expanding-expected.png: Removed.
1422 * platform/qt/css3/filters/regions-expanding-expected.txt: Removed.
1423 * platform/qt/css3/filters/remove-filter-rendering-expected.png: Removed.
1424 * platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
1425 * platform/qt/css3/filters/simple-filter-rendering-expected.png: Removed.
1426 * platform/qt/css3/filters/simple-filter-rendering-expected.txt: Removed.
1428 2012-01-08 Ryosuke Niwa <rniwa@webkit.org>
1430 Another Chromium Windows and Chromium Linux rebaseline after r104240.
1431 The expected result committed in r104361 was clearly wrong.
1433 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png:
1434 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1435 * platform/chromium-win-vista/tables/mozilla/bugs/bug4527-expected.png: Added.
1436 * platform/chromium-win-xp/tables/mozilla/bugs/bug4527-expected.png: Added.
1437 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
1439 2012-01-08 Adam Barth <abarth@webkit.org>
1441 [Chromium] Remove Mac CG specific expectations in test_expectations.txt
1442 https://bugs.webkit.org/show_bug.cgi?id=75813
1446 This configuration no longer exists and this change is needed to stop
1447 the bots from erroring out.
1449 * platform/chromium/test_expectations.txt:
1451 2012-01-08 No'am Rosenthal <noam.rosenthal@nokia.com>
1453 [Qt] Enable CSS_FILTERS in Qt build
1454 https://bugs.webkit.org/show_bug.cgi?id=75777
1456 Reviewed by Kenneth Rohde Christiansen.
1458 * platform/qt/Skipped: Unskip filter tests that work.
1459 * platform/qt/css3/filters/*: Added Qt specific results.
1461 2012-01-08 David Levin <levin@chromium.org>
1463 [chromium] iframes in an autoresized window get sized incorrectly.
1464 https://bugs.webkit.org/show_bug.cgi?id=75806
1466 Reviewed by Adam Barth.
1468 * fast/autoresize/autoresize-with-iframe-expected.txt: Added.
1469 * fast/autoresize/autoresize-with-iframe.html: Added.
1470 * fast/autoresize/basic.html: Pulled out autoresize-util.js
1471 * fast/autoresize/resources/autoresize-util.js: Added.
1474 * fast/autoresize/resources/iframe.html: Added.
1476 2012-01-08 Benjamin Poulain <benjamin@webkit.org>
1478 Valid canonical URLs should have a lowercase hostname
1479 https://bugs.webkit.org/show_bug.cgi?id=75771
1481 Reviewed by Adam Barth.
1483 Update the test results for existing tests validating the hostname.
1485 Added the test safari-extension.html for checking regressions of
1486 the safari-extension:// protocol.
1488 Added host-lowercase-per-scheme.html for testing the hostname is
1489 set to lowercase for regognized Internet protocols.
1491 * fast/url/host-expected.txt:
1492 * fast/url/host-lowercase-per-scheme-expected.txt: Added.
1493 * fast/url/host-lowercase-per-scheme.html: Added.
1494 * fast/url/idna2008-expected.txt:
1495 * fast/url/ipv4-expected.txt:
1496 * fast/url/ipv6-expected.txt:
1497 * fast/url/relative-expected.txt:
1498 * fast/url/relative-unix-expected.txt:
1499 * fast/url/safari-extension-expected.txt: Added.
1500 * fast/url/safari-extension.html: Added.
1501 * fast/url/standard-url-expected.txt:
1502 * platform/chromium/fast/url/host-lowercase-per-scheme-expected.txt: Added.
1503 * platform/chromium/fast/url/safari-extension-expected.txt: Added.
1505 2012-01-08 Sheriff Bot <webkit.review.bot@gmail.com>
1507 Unreviewed, rolling out r104403.
1508 http://trac.webkit.org/changeset/104403
1509 https://bugs.webkit.org/show_bug.cgi?id=75803
1511 It broke all tests on Qt5 (Requested by Ossy_weekend on
1514 * platform/qt/Skipped:
1515 * platform/qt/css3/filters/add-filter-rendering-expected.png: Removed.
1516 * platform/qt/css3/filters/add-filter-rendering-expected.txt: Removed.
1517 * platform/qt/css3/filters/crash-filter-change-expected.png: Removed.
1518 * platform/qt/css3/filters/crash-filter-change-expected.txt: Removed.
1519 * platform/qt/css3/filters/crash-hw-sw-switch-expected.png: Removed.
1520 * platform/qt/css3/filters/custom-filter-property-parsing-expected.txt: Removed.
1521 * platform/qt/css3/filters/custom-filter-property-parsing-invalid-expected.txt: Removed.
1522 * platform/qt/css3/filters/effect-blur-expected.png: Removed.
1523 * platform/qt/css3/filters/effect-blur-expected.txt: Removed.
1524 * platform/qt/css3/filters/effect-brightness-expected.png: Removed.
1525 * platform/qt/css3/filters/effect-brightness-expected.txt: Removed.
1526 * platform/qt/css3/filters/effect-contrast-expected.png: Removed.
1527 * platform/qt/css3/filters/effect-contrast-expected.txt: Removed.
1528 * platform/qt/css3/filters/effect-drop-shadow-expected.png: Removed.
1529 * platform/qt/css3/filters/effect-drop-shadow-expected.txt: Removed.
1530 * platform/qt/css3/filters/effect-grayscale-expected.png: Removed.
1531 * platform/qt/css3/filters/effect-grayscale-expected.txt: Removed.
1532 * platform/qt/css3/filters/effect-hue-rotate-expected.png: Removed.
1533 * platform/qt/css3/filters/effect-hue-rotate-expected.txt: Removed.
1534 * platform/qt/css3/filters/effect-invert-expected.png: Removed.
1535 * platform/qt/css3/filters/effect-invert-expected.txt: Removed.
1536 * platform/qt/css3/filters/effect-opacity-expected.png: Removed.
1537 * platform/qt/css3/filters/effect-opacity-expected.txt: Removed.
1538 * platform/qt/css3/filters/effect-saturate-expected.png: Removed.
1539 * platform/qt/css3/filters/effect-saturate-expected.txt: Removed.
1540 * platform/qt/css3/filters/effect-sepia-expected.png: Removed.
1541 * platform/qt/css3/filters/effect-sepia-expected.txt: Removed.
1542 * platform/qt/css3/filters/filter-animation-expected.png: Removed.
1543 * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
1544 * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
1545 * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
1546 * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
1547 * platform/qt/css3/filters/filter-property-expected.png: Removed.
1548 * platform/qt/css3/filters/filter-property-expected.txt: Removed.
1549 * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
1550 * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
1551 * platform/qt/css3/filters/filter-region-expected.png: Removed.
1552 * platform/qt/css3/filters/filter-region-expected.txt: Removed.
1553 * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
1554 * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
1555 * platform/qt/css3/filters/filter-with-transform-expected.png: Removed.
1556 * platform/qt/css3/filters/filter-with-transform-expected.txt: Removed.
1557 * platform/qt/css3/filters/filtered-inline-expected.png: Removed.
1558 * platform/qt/css3/filters/filtered-inline-expected.txt: Removed.
1559 * platform/qt/css3/filters/nested-filter-expected.png: Removed.
1560 * platform/qt/css3/filters/nested-filter-expected.txt: Removed.
1561 * platform/qt/css3/filters/nested-filters-expected.png: Removed.
1562 * platform/qt/css3/filters/nested-filters-expected.txt: Removed.
1563 * platform/qt/css3/filters/regions-expanding-expected.png: Removed.
1564 * platform/qt/css3/filters/regions-expanding-expected.txt: Removed.
1565 * platform/qt/css3/filters/remove-filter-rendering-expected.png: Removed.
1566 * platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
1567 * platform/qt/css3/filters/simple-filter-rendering-expected.png: Removed.
1568 * platform/qt/css3/filters/simple-filter-rendering-expected.txt: Removed.
1570 2012-01-08 No'am Rosenthal <noam.rosenthal@nokia.com>
1572 [Qt] Enable CSS_FILTERS in Qt build
1573 https://bugs.webkit.org/show_bug.cgi?id=75777
1575 Reviewed by Kenneth Rohde Christiansen.
1577 * platform/qt/Skipped: Unskip filter tests that work.
1578 * platform/qt/css3/filters/*: Added Qt specific results.
1580 2012-01-07 Antti Koivisto <antti@apple.com>
1582 Layout Test fast/media/viewport-media-query.html is occasionally failing
1583 https://bugs.webkit.org/show_bug.cgi?id=75633
1585 Reviewed by Andreas Kling.
1587 * fast/media/viewport-media-query-synchronous-expected.txt: Added.
1588 * fast/media/viewport-media-query-synchronous.html: Added.
1590 2012-01-08 David Levin <levin@chromium.org>
1592 [chromium] Add layout test support for autosize code in FrameView.
1593 https://bugs.webkit.org/show_bug.cgi?id=73631
1595 Reviewed by Dmitry Titov.
1597 * fast/autoresize/basic-expected.txt: Added.
1598 * fast/autoresize/basic.html: Added. Simple test to verify that autoresizing happens.
1599 * platform/efl/Skipped: Skipped the new directory since the layout test
1600 controller on this platform, doesn't support enableAutoResizeMode.
1601 * platform/gtk/Skipped: Ditto.
1602 * platform/mac/Skipped: Ditto.
1603 * platform/qt/Skipped: Ditto.
1604 * platform/win/Skipped: Ditto.
1605 * platform/wincairo/Skipped: Ditto.
1607 2012-01-07 Dmitry Lomov <dslomov@google.com>
1609 Unreviewed; chromium tests rebaselined after r104240.
1611 * platform/chromium-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
1612 * platform/chromium-mac-leopard/fast/forms/input-text-double-click-expected.png:
1613 * platform/chromium-mac-leopard/fast/forms/input-text-drag-down-expected.png:
1614 * platform/chromium-mac-leopard/fast/forms/input-text-option-delete-expected.png:
1615 * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
1616 * platform/chromium-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
1617 * platform/chromium-mac-leopard/fast/html/details-open2-expected.png:
1618 * platform/chromium-mac-leopard/fast/html/details-open4-expected.png:
1619 * platform/chromium-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
1620 * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Added.
1621 * platform/chromium-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Added.
1622 * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: Added.
1623 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
1624 * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Added.
1625 * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open2-expected.png.
1626 * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-open4-expected.png.
1627 * platform/chromium-mac/fast/forms/input-text-double-click-expected.png: Removed.
1628 * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: Removed.
1629 * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png: Removed.
1630 * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: Removed.
1632 2012-01-07 Dmitry Lomov <dslomov@google.com>
1634 Unreviewed: updating expectations and rebaselining.
1635 svg/custom/inline-svg-in-xhtml rebaselined due to http://trac.webkit.org/changeset/104240/.
1637 * platform/chromium-cg-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
1638 * platform/chromium-cg-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
1639 * platform/chromium-cg-mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
1640 * platform/chromium-mac-leopard/svg/custom/inline-svg-in-xhtml-expected.png:
1641 * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: Added.
1642 * platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png: Removed.
1643 * platform/chromium/test_expectations.txt:
1645 2012-01-07 Dmitry Lomov <dslomov@google.com>
1647 Unreviewed: updating expectations and rebaslining.
1648 svg/custom/pattern-userSpaceOnUse-userToBaseTransform rebaselined due to http://trac.webkit.org/changeset/104356/.
1650 * platform/chromium-linux/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
1651 * platform/chromium-mac-leopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
1652 * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
1653 * platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
1654 * platform/chromium/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
1655 * platform/chromium/test_expectations.txt:
1657 2012-01-07 Philippe Normand <pnormand@igalia.com>
1659 Unreviewed, GTK rebaseline after r104386 and r104208.
1661 * platform/gtk/Skipped: Skip failing accessibility/textbox-role-reports-line-number.html
1662 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1663 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1664 * platform/gtk/fast/table/032-expected.txt:
1665 * platform/gtk/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
1666 * platform/gtk/tables/mozilla/bugs/bug55694-expected.txt:
1668 2012-01-07 Dmitry Lomov <dslomov@google.com>
1670 Unreviewed: test expectations and filed WK75784.
1672 * platform/chromium/test_expectations.txt:
1674 2012-01-07 Zan Dobersek <zandobersek@gmail.com>
1676 [GTK] Enable requestAnimationFrame in build-webkit
1677 https://bugs.webkit.org/show_bug.cgi?id=75773
1679 Reviewed by Martin Robinson.
1681 Skip the passing requestAnimationFrame-related tests and put
1682 the remaining failing one under the tests that require modal
1683 dialog implementation.
1685 * platform/gtk/Skipped:
1687 2012-01-07 Andreas Kling <awesomekling@apple.com>
1689 Simplify HTMLCollection ownership model.
1690 <http://webkit.org/b/75437>
1692 Reviewed by Sam Weinig.
1694 - Removed fast/dom/htmlcollection-zombies.html since it was testing bogus behavior.
1695 - Added a test to verify that HTMLCollection protects its base node from GC.
1697 * fast/dom/htmlcollection-protects-base-expected.txt: Added.
1698 * fast/dom/htmlcollection-protects-base.html: Added.
1699 * fast/dom/htmlcollection-zombies-expected.txt: Removed.
1700 * fast/dom/htmlcollection-zombies.html: Removed.
1702 2012-01-06 Ryosuke Niwa <rniwa@webkit.org>
1704 REGRESSION(r104210): Crash inside DynamicSubtreeNodeList::length
1705 https://bugs.webkit.org/show_bug.cgi?id=75731
1707 Reviewed by Andreas Kling.
1709 Add a regression test. It reproduces the crash with a very high probability.
1711 * fast/dom/node-list-length-after-removing-node-expected.txt: Added.
1712 * fast/dom/node-list-length-after-removing-node.html: Added.
1714 2012-01-06 Sheriff Bot <webkit.review.bot@gmail.com>
1716 Unreviewed, rolling out r104373 and r104374.
1717 http://trac.webkit.org/changeset/104373
1718 http://trac.webkit.org/changeset/104374
1719 https://bugs.webkit.org/show_bug.cgi?id=75769
1721 Too many assertion failures. (Requested by kling on #webkit).
1723 * fast/dom/htmlcollection-protects-base-expected.txt: Removed.
1724 * fast/dom/htmlcollection-protects-base.html: Removed.
1725 * fast/dom/htmlcollection-zombies-expected.txt: Added.
1726 * fast/dom/htmlcollection-zombies.html: Added.
1728 2012-01-06 Andreas Kling <awesomekling@apple.com>
1730 Simplify HTMLCollection ownership model.
1731 <http://webkit.org/b/75437>
1733 Reviewed by Sam Weinig.
1735 - Removed fast/dom/htmlcollection-zombies.html since it was testing bogus behavior.
1736 - Added a test to verify that HTMLCollection protects its base node from GC.
1738 * fast/dom/htmlcollection-protects-base-expected.txt: Added.
1739 * fast/dom/htmlcollection-protects-base.html: Added.
1740 * fast/dom/htmlcollection-zombies-expected.txt: Removed.
1741 * fast/dom/htmlcollection-zombies.html: Removed.
1743 2012-01-06 Dmitry Lomov <dslomov@google.com>
1745 Unreviewed: more rebaselines in chromium after r104240.
1747 * platform/chromium-cg-mac-leopard/fast/css/input-search-padding-expected.png: Removed.
1748 * platform/chromium-cg-mac-leopard/fast/events/context-no-deselect-expected.png: Removed.
1749 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
1750 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-focus-expected.png:
1751 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-height-expected.png:
1752 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
1753 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
1754 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-selection-expected.png:
1755 * platform/chromium-cg-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
1756 * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
1757 * platform/chromium-cg-mac-leopard/fast/forms/input-text-click-inside-expected.png: Added.
1758 * platform/chromium-cg-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
1759 * platform/chromium-cg-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
1760 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/textfield-overflow-expected.png.
1761 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
1762 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug24200-expected.png: Added.
1763 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
1764 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug4382-expected.png: Added.
1765 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
1766 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
1767 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
1768 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
1769 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug55545-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
1770 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug59354-expected.png: Added.
1771 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
1772 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
1773 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug99948-expected.png: Added.
1774 * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
1775 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: Added.
1776 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Added.
1777 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-height-expected.png: Added.
1778 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
1779 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Added.
1780 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Added.
1781 * platform/chromium-cg-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
1782 * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
1783 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: Added.
1784 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
1785 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Added.
1786 * platform/chromium-cg-mac-snowleopard/fast/forms/input-width-expected.png: Removed.
1787 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/textfield-overflow-expected.png.
1788 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Added.
1789 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Added.
1790 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: Added.
1791 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Added.
1792 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Added.
1793 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
1794 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Added.
1795 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
1796 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: Added.
1797 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
1798 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Added.
1799 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: Added.
1800 * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
1801 * platform/chromium-cg-mac/editing/selection/3690703-2-expected.png: Removed.
1802 * platform/chromium-cg-mac/editing/selection/3690703-expected.png: Removed.
1803 * platform/chromium-cg-mac/editing/selection/3690719-expected.png: Removed.
1804 * platform/chromium-cg-mac/editing/selection/4975120-expected.png: Removed.
1805 * platform/chromium-cg-mac/fast/block/margin-collapse/103-expected.png: Removed.
1806 * platform/chromium-cg-mac/fast/dom/isindex-001-expected.png: Removed.
1807 * platform/chromium-cg-mac/fast/forms/input-appearance-bkcolor-expected.png: Removed.
1808 * platform/chromium-cg-mac/fast/forms/input-appearance-focus-expected.png: Removed.
1809 * platform/chromium-cg-mac/fast/forms/input-appearance-height-expected.png: Removed.
1810 * platform/chromium-cg-mac/fast/forms/input-appearance-readonly-expected.png: Removed.
1811 * platform/chromium-cg-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
1812 * platform/chromium-cg-mac/fast/forms/minWidthPercent-expected.png: Removed.
1813 * platform/chromium-linux-x86/tables/mozilla/bugs/bug4527-expected.png: Added.
1814 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
1815 * platform/chromium-mac-leopard/editing/inserting/before-after-input-element-expected.png:
1816 * platform/chromium-mac-leopard/editing/pasteboard/4806874-expected.png:
1817 * platform/chromium-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png:
1818 * platform/chromium-mac-leopard/editing/pasteboard/input-field-1-expected.png:
1819 * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
1820 * platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
1821 * platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
1822 * platform/chromium-mac-leopard/editing/selection/4895428-3-expected.png:
1823 * platform/chromium-mac-leopard/editing/selection/4975120-expected.png:
1824 * platform/chromium-mac-leopard/editing/selection/drag-select-1-expected.png:
1825 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
1826 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
1827 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
1828 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
1829 * platform/chromium-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
1830 * platform/chromium-mac-leopard/fast/block/margin-collapse/103-expected.png:
1831 * platform/chromium-mac-leopard/fast/css/input-search-padding-expected.png:
1832 * platform/chromium-mac-leopard/fast/css/line-height-expected.png:
1833 * platform/chromium-mac-leopard/fast/dom/isindex-001-expected.png:
1834 * platform/chromium-mac-leopard/fast/dom/isindex-002-expected.png:
1835 * platform/chromium-mac-leopard/fast/events/autoscroll-expected.png:
1836 * platform/chromium-mac-leopard/fast/events/context-no-deselect-expected.png:
1837 * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png:
1838 * platform/chromium-mac-leopard/fast/forms/encoding-test-expected.png:
1839 * platform/chromium-mac-leopard/fast/forms/fieldset-align-expected.png:
1840 * platform/chromium-mac-leopard/fast/forms/floating-textfield-relayout-expected.png:
1841 * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
1842 * platform/chromium-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
1843 * platform/chromium-mac-leopard/fast/forms/input-appearance-disabled-expected.png:
1844 * platform/chromium-mac-leopard/fast/forms/input-appearance-focus-expected.png:
1845 * platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png:
1846 * platform/chromium-mac-leopard/fast/forms/input-appearance-preventDefault-expected.png:
1847 * platform/chromium-mac-leopard/fast/forms/input-appearance-readonly-expected.png:
1848 * platform/chromium-mac-leopard/fast/forms/input-appearance-selection-expected.png:
1849 * platform/chromium-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
1850 * platform/chromium-mac-leopard/fast/forms/input-appearance-width-expected.png:
1851 * platform/chromium-mac-leopard/fast/forms/input-baseline-expected.png:
1852 * platform/chromium-mac-leopard/fast/forms/input-double-click-selection-gap-bug-expected.png:
1853 * platform/chromium-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
1854 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
1855 * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
1856 * platform/chromium-mac-leopard/fast/forms/input-readonly-autoscroll-expected.png:
1857 * platform/chromium-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
1858 * platform/chromium-mac-leopard/fast/forms/input-readonly-empty-expected.png:
1859 * platform/chromium-mac-leopard/fast/forms/input-spaces-expected.png:
1860 * platform/chromium-mac-leopard/fast/forms/input-table-expected.png:
1861 * platform/chromium-mac-leopard/fast/forms/input-text-click-inside-expected.png:
1862 * platform/chromium-mac-leopard/fast/forms/input-text-click-outside-expected.png:
1863 * platform/chromium-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png:
1864 * platform/chromium-mac-leopard/fast/forms/input-text-word-wrap-expected.png:
1865 * platform/chromium-mac-leopard/fast/forms/input-type-text-min-width-expected.png:
1866 * platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png:
1867 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
1868 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
1869 * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
1870 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
1871 * platform/chromium-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
1872 * platform/chromium-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
1873 * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png:
1874 * platform/chromium-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
1875 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
1876 * platform/chromium-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
1877 * platform/chromium-mac-leopard/fast/frames/take-focus-from-iframe-expected.png:
1878 * platform/chromium-mac-leopard/fast/html/details-no-summary4-expected.png:
1879 * platform/chromium-mac-leopard/fast/html/details-open-javascript-expected.png:
1880 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png:
1881 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug18359-expected.png:
1882 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug24200-expected.png:
1883 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug28928-expected.png:
1884 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4382-expected.png:
1885 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
1886 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png:
1887 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png:
1888 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug51037-expected.png:
1889 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55545-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
1890 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug59354-expected.png:
1891 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug7342-expected.png:
1892 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug96334-expected.png:
1893 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png:
1894 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
1895 * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: Added.
1896 * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.png: Added.
1897 * platform/chromium-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
1898 * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: Added.
1899 * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: Added.
1900 * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: Added.
1901 * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png: Added.
1902 * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.png: Added.
1903 * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.png: Added.
1904 * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.png: Added.
1905 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: Added.
1906 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: Added.
1907 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: Added.
1908 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: Added.
1909 * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: Added.
1910 * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Added.
1911 * platform/chromium-mac-snowleopard/fast/css/input-search-padding-expected.png: Added.
1912 * platform/chromium-mac-snowleopard/fast/css/line-height-expected.png: Added.
1913 * platform/chromium-mac-snowleopard/fast/dom/isindex-001-expected.png: Added.
1914 * platform/chromium-mac-snowleopard/fast/dom/isindex-002-expected.png: Added.
1915 * platform/chromium-mac-snowleopard/fast/events/autoscroll-expected.png: Added.
1916 * platform/chromium-mac-snowleopard/fast/events/context-no-deselect-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/minWidthPercent-expected.png.
1917 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png:
1918 * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.png: Added.
1919 * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.png: Added.
1920 * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: Added.
1921 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
1922 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
1923 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png:
1924 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.png: Added.
1925 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png: Added.
1926 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-preventDefault-expected.png: Added.
1927 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.png: Added.
1928 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-selection-expected.png: Added.
1929 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Added.
1930 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Added.
1931 * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.png: Added.
1932 * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
1933 * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Added.
1934 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
1935 * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
1936 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-autoscroll-expected.png: Added.
1937 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Added.
1938 * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: Added.
1939 * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.png: Added.
1940 * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.png: Added.
1941 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.png: Added.
1942 * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: Added.
1943 * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
1944 * platform/chromium-mac-snowleopard/fast/forms/input-text-word-wrap-expected.png: Added.
1945 * platform/chromium-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: Added.
1946 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
1947 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
1948 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/fast/forms/minWidthPercent-expected.png.
1949 * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png:
1950 * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png:
1951 * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Added.
1952 * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: Added.
1953 * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
1954 * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/tables/mozilla/bugs/bug12384-expected.png.
1955 * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
1956 * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png.
1957 * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: Added.
1958 * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/minWidthPercent-expected.png.
1959 * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.png: Added.
1960 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12384-expected.png.
1961 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png: Added.
1962 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png: Added.
1963 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.png: Added.
1964 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png: Added.
1965 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png.
1966 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png: Added.
1967 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png: Added.
1968 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-no-summary4-expected.png.
1969 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug59354-expected.png: Added.
1970 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
1971 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug96334-expected.png: Added.
1972 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: Added.
1973 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
1974 * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: Removed.
1975 * platform/chromium-mac/editing/pasteboard/4806874-expected.png: Removed.
1976 * platform/chromium-mac/editing/pasteboard/drop-text-without-selection-expected.png: Removed.
1977 * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png: Removed.
1978 * platform/chromium-mac/editing/selection/3690703-2-expected.png: Removed.
1979 * platform/chromium-mac/editing/selection/3690703-expected.png: Removed.
1980 * platform/chromium-mac/editing/selection/3690719-expected.png: Removed.
1981 * platform/chromium-mac/editing/selection/4895428-3-expected.png: Removed.
1982 * platform/chromium-mac/editing/selection/4975120-expected.png: Removed.
1983 * platform/chromium-mac/editing/selection/drag-select-1-expected.png: Removed.
1984 * platform/chromium-mac/editing/selection/select-across-readonly-input-1-expected.png: Removed.
1985 * platform/chromium-mac/editing/selection/select-across-readonly-input-2-expected.png: Removed.
1986 * platform/chromium-mac/editing/selection/select-across-readonly-input-3-expected.png: Removed.
1987 * platform/chromium-mac/editing/selection/select-across-readonly-input-4-expected.png: Removed.
1988 * platform/chromium-mac/editing/selection/select-across-readonly-input-5-expected.png: Removed.
1989 * platform/chromium-mac/fast/block/margin-collapse/103-expected.png: Removed.
1990 * platform/chromium-mac/fast/css/input-search-padding-expected.png: Removed.
1991 * platform/chromium-mac/fast/css/line-height-expected.png: Removed.
1992 * platform/chromium-mac/fast/dom/isindex-001-expected.png: Removed.
1993 * platform/chromium-mac/fast/dom/isindex-002-expected.png: Removed.
1994 * platform/chromium-mac/fast/events/autoscroll-expected.png: Removed.
1995 * platform/chromium-mac/fast/events/context-no-deselect-expected.png: Removed.
1996 * platform/chromium-mac/fast/forms/encoding-test-expected.png: Removed.
1997 * platform/chromium-mac/fast/forms/fieldset-align-expected.png: Removed.
1998 * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png: Removed.
1999 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Removed.
2000 * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
2001 * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Removed.
2002 * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: Removed.
2003 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: Removed.
2004 * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: Removed.
2005 * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Removed.
2006 * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: Removed.
2007 * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: Removed.
2008 * platform/chromium-mac/fast/forms/input-appearance-width-expected.png: Removed.
2009 * platform/chromium-mac/fast/forms/input-baseline-expected.png: Removed.
2010 * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
2011 * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: Removed.
2012 * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: Removed.
2013 * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: Removed.
2014 * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png: Removed.
2015 * platform/chromium-mac/fast/forms/input-spaces-expected.png: Removed.
2016 * platform/chromium-mac/fast/forms/input-table-expected.png: Removed.
2017 * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png: Removed.
2018 * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png: Removed.
2019 * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png: Removed.
2020 * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: Removed.
2021 * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png: Removed.
2022 * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
2023 * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: Removed.
2024 * platform/chromium-mac/fast/forms/text-style-color-expected.png: Removed.
2025 * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png: Removed.
2026 * platform/chromium-mac/fast/frames/take-focus-from-iframe-expected.png: Removed.
2027 * platform/chromium-mac/fast/html/details-open-javascript-expected.png: Removed.
2028 * platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png: Removed.
2029 * platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png: Removed.
2030 * platform/chromium-mac/tables/mozilla/bugs/bug4382-expected.png: Removed.
2031 * platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png: Removed.
2032 * platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png: Removed.
2033 * platform/chromium-mac/tables/mozilla/bugs/bug59354-expected.png: Removed.
2034 * platform/chromium-mac/tables/mozilla/bugs/bug96334-expected.png: Removed.
2035 * platform/chromium-mac/tables/mozilla/bugs/bug99948-expected.png: Removed.
2036 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
2037 * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
2038 * platform/chromium/fast/block/float/032-expected.png: Added.
2039 * platform/chromium/fast/forms/input-appearance-height-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/forms/input-appearance-height-expected.txt.
2040 * platform/chromium/fast/forms/input-width-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-width-expected.png.
2041 * platform/chromium/fast/forms/minWidthPercent-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/minWidthPercent-expected.png.
2042 * platform/chromium/tables/mozilla/bugs/bug24200-expected.png: Added.
2043 * platform/chromium/test_expectations.txt:
2044 * platform/mac-snowleopard/fast/forms/basic-inputs-expected.txt: Removed.
2045 * platform/mac-snowleopard/fast/forms/fieldset-align-expected.txt: Removed.
2046 * platform/mac-snowleopard/fast/forms/input-appearance-height-expected.txt: Removed.
2047 * platform/mac-snowleopard/fast/forms/input-table-expected.txt: Removed.
2048 * platform/mac-snowleopard/fast/forms/placeholder-position-expected.txt: Removed.
2049 * platform/mac/editing/input/caret-at-the-edge-of-input-expected.txt: Renamed from LayoutTests/editing/input/caret-at-the-edge-of-input-expected.txt.
2051 2012-01-06 Tim Horton <timothy_horton@apple.com>
2053 [cg] userSpaceOnUse SVG Patterns have the wrong origin
2054 https://bugs.webkit.org/show_bug.cgi?id=75741
2055 <rdar://problem/9383222>
2057 Reviewed by Simon Fraser.
2059 Add a test that ensures that userSpaceOnUse patterns are rendered in the
2060 correct orientation and location in both the accelerated compositing and
2061 regular cases, as well as with SVG translation.
2063 * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
2064 * platform/mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
2065 * svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml: Added.
2067 2012-01-06 Dale Curtis <dalecurtis@chromium.org>
2069 [chromium] Rebaseline media/media-document-audio-repaint after 74123 goes in.
2070 https://bugs.webkit.org/show_bug.cgi?id=75505
2072 Reviewed by Dimitri Glazkov.
2074 * platform/chromium-cg-mac-leopard/media/media-document-audio-repaint-expected.png:
2075 * platform/chromium-cg-mac-snowleopard/media/media-document-audio-repaint-expected.png:
2076 * platform/chromium-gpu-cg-mac/media/media-document-audio-repaint-expected.png:
2077 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.png:
2078 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
2079 * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
2080 * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
2081 * platform/chromium-win/media/media-document-audio-repaint-expected.png:
2082 * platform/chromium/test_expectations.txt:
2084 2012-01-06 Charlie Reis <creis@chromium.org>
2086 LayoutTests/platform/chromium/fast/events/intercept-postmessage.html failing
2087 https://bugs.webkit.org/show_bug.cgi?id=75718
2089 Reviewed by Adam Barth.
2091 Removing unnecessary log messages.
2093 * platform/chromium/fast/events/intercept-postmessage-expected.txt:
2094 * platform/chromium/fast/events/intercept-postmessage.html:
2096 2012-01-05 Simon Fraser <simon.fraser@apple.com>
2098 Avoid falling into tiled layers more often when the device scale factor is > 1
2099 <rdar://problem/10588725>
2101 Reviewed by John Sullivan.
2103 Tests that a large layer with a device scale factor of 2 is not tiled.
2105 * compositing/tiled-layers-hidpi-expected.txt: Added.
2106 * compositing/tiled-layers-hidpi.html: Added.
2108 2012-01-06 Adam Barth <abarth@webkit.org>
2110 Rebaseline editing/input/caret-at-the-edge-of-input.html.
2112 * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
2113 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png:
2115 2012-01-06 Dmitry Lomov <dslomov@google.com>
2117 Unreviewed: filed https://bugs.webkit.org/show_bug.cgi?id=75742
2118 and updated chromium-mac expectations for fast/forms/input-disabled-color.html.
2120 * platform/chromium/test_expectations.txt:
2122 2012-01-06 Tom Sepez <tsepez@chromium.org>
2124 Pass Content-Security-Policy directives to worker threads.
2125 https://bugs.webkit.org/show_bug.cgi?id=73242
2127 Reviewed by David Levin.
2129 * http/tests/security/contentSecurityPolicy/resources/shared-worker-make-xhr.js: Added.
2131 * http/tests/security/contentSecurityPolicy/resources/worker-make-xhr.js: Added.
2132 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed-expected.txt: Added.
2133 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html: Added.
2134 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked-expected.txt: Added.
2135 * http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html: Added.
2136 * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed-expected.txt: Added.
2137 * http/tests/security/contentSecurityPolicy/worker-connect-src-allowed.html: Added.
2138 * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked-expected.txt: Added.
2139 * http/tests/security/contentSecurityPolicy/worker-connect-src-blocked.html: Added.
2140 * platform/chromium/test_expectations.txt:
2142 2012-01-06 Mihnea Ovidenie <mihnea@adobe.com>
2144 [CSSRegions]Crash while collecting svg elements in render flow thread.
2145 https://bugs.webkit.org/show_bug.cgi?id=73735
2147 Reviewed by David Hyatt.
2149 * fast/regions/resources/region-style.css:
2150 * fast/regions/svg-doc-fragment-not-collected-expected.html: Added.
2151 * fast/regions/svg-doc-fragment-not-collected.html: Added.
2152 * fast/regions/svg-element-not-collected-expected.html: Added.
2153 * fast/regions/svg-element-not-collected.html: Added.
2154 * fast/regions/svg-root-element-collected-expected.txt: Added.
2155 * fast/regions/svg-root-element-collected.html: Added.
2157 2012-01-06 Eric Carlson <eric.carlson@apple.com>
2159 Make TextTrackCue more mutable
2160 https://bugs.webkit.org/show_bug.cgi?id=72555
2162 Reviewed by Anders Carlsson.
2164 * media/track/track-cue-mutable-expected.txt: Added.
2165 * media/track/track-cue-mutable.html: Added.
2167 2012-01-06 Ken Buchanan <kenrb@chromium.org>
2169 ASSERT failure due to combine-text with preceding spaces
2170 https://bugs.webkit.org/show_bug.cgi?id=65147
2172 Reviewed by David Hyatt.
2174 New test with combine-text that begins with mutiple spaces,
2175 showing ASSERT failures in bug 65147.
2177 * fast/text/international/spaces-combined-in-vertical-text.html: Added
2178 * fast/text/international/spaces-combined-in-vertical-text-expected.txt: Added
2180 2012-01-06 Abhishek Arya <inferno@chromium.org>
2182 Crash with range selection across different documents.
2183 https://bugs.webkit.org/show_bug.cgi?id=74285
2185 Reviewed by Ryosuke Niwa.
2187 * fast/dom/Range/range-selection-across-documents-crash-expected.txt: Added.
2188 * fast/dom/Range/range-selection-across-documents-crash.html: Added.
2190 2012-01-06 Dmitry Lomov <dslomov@google.com>
2192 Unreviewed; fixing expectation error.
2194 * platform/chromium/test_expectations.txt:
2196 2012-01-06 Hans Muller <hmuller@adobe.com>
2198 Convert overflow-in-uniform-regions to a reftest
2199 https://bugs.webkit.org/show_bug.cgi?id=74765
2201 Replaced the bitmap version of the test with a "reftest" version. Use of text
2202 has been revised a little to mitigate the possibility that small differences in
2203 the platform's default font will change the location of line breaks.
2205 Reviewed by Anders Carlsson.
2207 * fast/regions/overflow-in-uniform-regions-expected.html: Added.
2208 * fast/regions/overflow-in-uniform-regions.html:
2209 * platform/efl/fast/regions/overflow-in-uniform-regions-expected.png: Removed.
2210 * platform/efl/fast/regions/overflow-in-uniform-regions-expected.txt: Removed.
2211 * platform/mac/fast/regions/overflow-in-uniform-regions-expected.png: Removed.
2212 * platform/mac/fast/regions/overflow-in-uniform-regions-expected.txt: Removed.
2214 2012-01-06 Tony Chang <tony@chromium.org>
2216 Need to relayout when stretching the height of a flex item
2217 https://bugs.webkit.org/show_bug.cgi?id=75661
2219 Reviewed by Ojan Vafai.
2221 * css3/flexbox/flex-align-stretch-expected.txt: Added.
2222 * css3/flexbox/flex-align-stretch.html: Added.
2224 2012-01-06 Dmitry Lomov <dslomov@google.com>
2226 Unreviewed: [Chromium] rebaselining IMAGE expectations after http://trac.webkit.org/changeset/104240/
2228 * platform/chromium-cg-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png:
2229 * platform/chromium-cg-mac-leopard/editing/inserting/before-after-input-element-expected.png: Added.
2230 * platform/chromium-cg-mac-leopard/editing/pasteboard/4806874-expected.png:
2231 * platform/chromium-cg-mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
2232 * platform/chromium-cg-mac-leopard/editing/pasteboard/input-field-1-expected.png:
2233 * platform/chromium-cg-mac-leopard/editing/selection/3690703-2-expected.png:
2234 * platform/chromium-cg-mac-leopard/editing/selection/3690703-expected.png:
2235 * platform/chromium-cg-mac-leopard/editing/selection/3690719-expected.png:
2236 * platform/chromium-cg-mac-leopard/editing/selection/4895428-3-expected.png: Added.
2237 * platform/chromium-cg-mac-leopard/editing/selection/4975120-expected.png:
2238 * platform/chromium-cg-mac-leopard/editing/selection/drag-select-1-expected.png: Added.
2239 * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-1-expected.png:
2240 * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-2-expected.png:
2241 * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-3-expected.png:
2242 * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-4-expected.png:
2243 * platform/chromium-cg-mac-leopard/editing/selection/select-across-readonly-input-5-expected.png:
2244 * platform/chromium-cg-mac-leopard/editing/selection/select-from-textfield-outwards-expected.png:
2245 * platform/chromium-cg-mac-leopard/fast/block/margin-collapse/103-expected.png:
2246 * platform/chromium-cg-mac-leopard/fast/css/input-search-padding-expected.png: Added.
2247 * platform/chromium-cg-mac-leopard/fast/css/line-height-expected.png: Added.
2248 * platform/chromium-cg-mac-leopard/fast/dom/isindex-001-expected.png:
2249 * platform/chromium-cg-mac-leopard/fast/dom/isindex-002-expected.png: Added.
2250 * platform/chromium-cg-mac-leopard/fast/events/autoscroll-expected.png:
2251 * platform/chromium-cg-mac-leopard/fast/events/context-no-deselect-expected.png:
2252 * platform/chromium-cg-mac-leopard/fast/forms/basic-inputs-expected.png:
2253 * platform/chromium-cg-mac-leopard/fast/forms/encoding-test-expected.png: Added.
2254 * platform/chromium-cg-mac-leopard/fast/forms/fieldset-align-expected.png: Added.
2255 * platform/chromium-cg-mac-leopard/fast/forms/floating-textfield-relayout-expected.png: Added.
2256 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png:
2257 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-default-bkcolor-expected.png:
2258 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-visibility-expected.png:
2259 * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-width-expected.png:
2260 * platform/chromium-cg-mac-leopard/fast/forms/input-baseline-expected.png: Added.
2261 * platform/chromium-cg-mac-leopard/fast/forms/input-field-text-truncated-expected.png:
2262 * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png:
2263 * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png:
2264 * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-dimmed-expected.png:
2265 * platform/chromium-cg-mac-leopard/fast/forms/input-readonly-empty-expected.png: Added.
2266 * platform/chromium-cg-mac-leopard/fast/forms/input-spaces-expected.png:
2267 * platform/chromium-cg-mac-leopard/fast/forms/input-table-expected.png:
2268 * platform/chromium-cg-mac-leopard/fast/forms/input-text-click-outside-expected.png: Added.
2269 * platform/chromium-cg-mac-leopard/fast/forms/input-text-double-click-expected.png:
2270 * platform/chromium-cg-mac-leopard/fast/forms/input-text-drag-down-expected.png:
2271 * platform/chromium-cg-mac-leopard/fast/forms/input-text-option-delete-expected.png: Added.
2272 * platform/chromium-cg-mac-leopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
2273 * platform/chromium-cg-mac-leopard/fast/forms/input-type-text-min-width-expected.png: Added.
2274 * platform/chromium-cg-mac-leopard/fast/forms/input-width-expected.png: Added.
2275 * platform/chromium-cg-mac-leopard/fast/forms/minWidthPercent-expected.png: Added.
2276 * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png:
2277 * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
2278 * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
2279 * platform/chromium-cg-mac-leopard/fast/forms/placeholder-position-expected.png:
2280 * platform/chromium-cg-mac-leopard/fast/forms/placeholder-pseudo-style-expected.png:
2281 * platform/chromium-cg-mac-leopard/fast/forms/plaintext-mode-2-expected.png:
2282 * platform/chromium-cg-mac-leopard/fast/forms/tabbing-input-iframe-expected.png:
2283 * platform/chromium-cg-mac-leopard/fast/forms/text-style-color-expected.png: Added.
2284 * platform/chromium-cg-mac-leopard/fast/forms/textfield-focus-ring-expected.png:
2285 * platform/chromium-cg-mac-leopard/fast/forms/textfield-overflow-expected.png: Added.
2286 * platform/chromium-cg-mac-leopard/fast/forms/validation-message-appearance-expected.png:
2287 * platform/chromium-cg-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png:
2288 * platform/chromium-cg-mac-leopard/fast/frames/take-focus-from-iframe-expected.png: Added.
2289 * platform/chromium-cg-mac-leopard/fast/html/details-no-summary4-expected.png:
2290 * platform/chromium-cg-mac-leopard/fast/html/details-open-javascript-expected.png:
2291 * platform/chromium-cg-mac-leopard/fast/html/details-open2-expected.png:
2292 * platform/chromium-cg-mac-leopard/fast/html/details-open4-expected.png:
2293 * platform/chromium-cg-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: Added.
2294 * platform/chromium-cg-mac-snowleopard/editing/inserting/before-after-input-element-expected.png: Added.
2295 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/4806874-expected.png: Added.
2296 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/drop-text-without-selection-expected.png: Added.
2297 * platform/chromium-cg-mac-snowleopard/editing/pasteboard/input-field-1-expected.png: Added.
2298 * platform/chromium-cg-mac-snowleopard/editing/selection/3690703-2-expected.png: Added.
2299 * platform/chromium-cg-mac-snowleopard/editing/selection/3690703-expected.png: Added.
2300 * platform/chromium-cg-mac-snowleopard/editing/selection/3690719-expected.png: Added.
2301 * platform/chromium-cg-mac-snowleopard/editing/selection/4895428-3-expected.png: Added.
2302 * platform/chromium-cg-mac-snowleopard/editing/selection/4975120-expected.png: Added.
2303 * platform/chromium-cg-mac-snowleopard/editing/selection/drag-select-1-expected.png: Added.
2304 * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.png: Added.
2305 * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.png: Added.
2306 * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.png: Added.
2307 * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.png: Added.
2308 * platform/chromium-cg-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.png: Added.
2309 * platform/chromium-cg-mac-snowleopard/editing/selection/select-from-textfield-outwards-expected.png:
2310 * platform/chromium-cg-mac-snowleopard/fast/block/margin-collapse/103-expected.png: Added.
2311 * platform/chromium-cg-mac-snowleopard/fast/css/input-search-padding-expected.png: Added.
2312 * platform/chromium-cg-mac-snowleopard/fast/css/line-height-expected.png: Added.
2313 * platform/chromium-cg-mac-snowleopard/fast/dom/isindex-001-expected.png: Added.
2314 * platform/chromium-cg-mac-snowleopard/fast/dom/isindex-002-expected.png: Added.
2315 * platform/chromium-cg-mac-snowleopard/fast/events/autoscroll-expected.png: Added.
2316 * platform/chromium-cg-mac-snowleopard/fast/events/context-no-deselect-expected.png: Added.
2317 * platform/chromium-cg-mac-snowleopard/fast/forms/basic-inputs-expected.png:
2318 * platform/chromium-cg-mac-snowleopard/fast/forms/encoding-test-expected.png: Added.
2319 * platform/chromium-cg-mac-snowleopard/fast/forms/fieldset-align-expected.png: Added.
2320 * platform/chromium-cg-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.png: Added.
2321 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: Added.
2322 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
2323 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-visibility-expected.png: Added.
2324 * platform/chromium-cg-mac-snowleopard/fast/forms/input-appearance-width-expected.png: Added.
2325 * platform/chromium-cg-mac-snowleopard/fast/forms/input-baseline-expected.png: Added.
2326 * platform/chromium-cg-mac-snowleopard/fast/forms/input-field-text-truncated-expected.png: Added.
2327 * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png:
2328 * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png:
2329 * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-dimmed-expected.png: Added.
2330 * platform/chromium-cg-mac-snowleopard/fast/forms/input-readonly-empty-expected.png: Added.
2331 * platform/chromium-cg-mac-snowleopard/fast/forms/input-spaces-expected.png: Added.
2332 * platform/chromium-cg-mac-snowleopard/fast/forms/input-table-expected.png: Added.
2333 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-click-outside-expected.png: Added.
2334 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-double-click-expected.png: Added.
2335 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-drag-down-expected.png: Added.
2336 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-option-delete-expected.png: Added.
2337 * platform/chromium-cg-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.png: Added.
2338 * platform/chromium-cg-mac-snowleopard/fast/forms/input-type-text-min-width-expected.png: Added.
2339 * platform/chromium-cg-mac-snowleopard/fast/forms/input-width-expected.png: Added.
2340 * platform/chromium-cg-mac-snowleopard/fast/forms/minWidthPercent-expected.png: Added.
2341 * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
2342 * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
2343 * platform/chromium-cg-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
2344 * platform/chromium-cg-mac-snowleopard/fast/forms/placeholder-position-expected.png:
2345 * platform/chromium-cg-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: Added.
2346 * platform/chromium-cg-mac-snowleopard/fast/forms/plaintext-mode-2-expected.png: Added.
2347 * platform/chromium-cg-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.png: Added.
2348 * platform/chromium-cg-mac-snowleopard/fast/forms/text-style-color-expected.png: Added.
2349 * platform/chromium-cg-mac-snowleopard/fast/forms/textfield-focus-ring-expected.png: Added.
2350 * platform/chromium-cg-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Added.
2351 * platform/chromium-cg-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
2352 * platform/chromium-cg-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.png: Added.
2353 * platform/chromium-cg-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.png: Added.
2354 * platform/chromium-cg-mac-snowleopard/fast/html/details-no-summary4-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-no-summary4-expected.png.
2355 * platform/chromium-cg-mac-snowleopard/fast/html/details-open-javascript-expected.png: Added.
2356 * platform/chromium-cg-mac-snowleopard/fast/html/details-open2-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-open2-expected.png.
2357 * platform/chromium-cg-mac-snowleopard/fast/html/details-open4-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/html/details-open4-expected.png.
2358 * platform/chromium/test_expectations.txt:
2360 2012-01-06 Jer Noble <jer.noble@apple.com>
2362 Fullscreen video controller can't be dragged the first time I enter fullscreen
2363 https://bugs.webkit.org/show_bug.cgi?id=75709
2365 Reviewed by Eric Carlson.
2367 Update the test to cover the case where the controls do not yet exist when entering
2370 * fullscreen/video-controls-drag.html:
2372 2012-01-06 Jon Lee <jonlee@apple.com>
2374 Update test expectations with rebaseline of fast/forms/listbox-clip.html from r104299.
2378 * platform/mac/test_expectations.txt:
2380 2012-01-05 Jer Noble <jer.noble@apple.com>
2382 Media Element: scrubbing in full-screen mode breaks playback.
2383 https://bugs.webkit.org/show_bug.cgi?id=75650
2385 Reviewed by John Sullivan.
2387 * fullscreen/video-controls-timeline-expected.txt: Added.
2388 * fullscreen/video-controls-timeline.html: Added.
2390 2012-01-06 Jer Noble <jer.noble@apple.com>
2392 Add new (failing) test to Chromium test_expectations. Fix tracked by
2393 https://bugs.webkit.org/show_bug.cgi?id=75716
2395 Unreviewed; test expectations update.
2397 * platform/chromium/test_expectations.txt:
2399 2012-01-05 Jer Noble <jer.noble@apple.com>
2401 REGRESSION (r90797): Full screen video HUD cannot be dragged horizontally
2402 https://bugs.webkit.org/show_bug.cgi?id=75200
2404 Reviewed by Eric Carlson.
2406 * fullscreen/video-controls-drag-expected.txt: Added.
2407 * fullscreen/video-controls-drag.html: Added.
2409 2012-01-06 Stephen White <senorblanco@chromium.org>
2411 [Chromium] Remove fast/files/domurl-script-execution-context-crash.html
2412 from test_expectations (no longer crashing).
2414 Unreviewed; test expectations update.
2416 * platform/chromium/test_expectations.txt:
2418 2012-01-05 Jon Lee <jonlee@apple.com>
2420 Rebaseline fast/forms
2421 Rebaseline pixel tests involving textarea.
2423 Reviewed by John Sullivan.
2425 Moved from mac to mac-snowleopard:
2427 * platform/mac-snowleopard/fast/forms/001
2428 * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label02
2429 * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label03
2430 * platform/mac-snowleopard/fast/forms/HTMLOptionElement_label04
2431 * platform/mac-snowleopard/fast/forms/basic-buttons-expected
2432 * platform/mac-snowleopard/fast/forms/basic-inputs-expected
2433 * platform/mac-snowleopard/fast/forms/basic-selects-expected
2434 * platform/mac-snowleopard/fast/forms/basic-textareas-expected
2435 * platform/mac-snowleopard/fast/forms/basic-textareas-quirks-expected
2436 * platform/mac-snowleopard/fast/forms/box-shadow-override
2437 * platform/mac-snowleopard/fast/forms/button-align
2438 * platform/mac-snowleopard/fast/forms/button-generated-content
2439 * platform/mac-snowleopard/fast/forms/button-sizes
2440 * platform/mac-snowleopard/fast/forms/button-style-color
2441 * platform/mac-snowleopard/fast/forms/button-table-styles
2442 * platform/mac-snowleopard/fast/forms/button-text-transform
2443 * platform/mac-snowleopard/fast/forms/button-white-space
2444 * platform/mac-snowleopard/fast/forms/control-restrict-line-height
2445 * platform/mac-snowleopard/fast/forms/disabled-select-change-index
2446 * platform/mac-snowleopard/fast/forms/fieldset-align
2447 * platform/mac-snowleopard/fast/forms/file/file-input-direction
2448 * platform/mac-snowleopard/fast/forms/form-element-geometry
2449 * platform/mac-snowleopard/fast/forms/form-hides-table
2450 * platform/mac-snowleopard/fast/forms/input-appearance-height
2451 * platform/mac-snowleopard/fast/forms/input-button-sizes
2452 * platform/mac-snowleopard/fast/forms/input-table
2453 * platform/mac-snowleopard/fast/forms/input-value
2454 * platform/mac-snowleopard/fast/forms/menulist-style-color
2455 * platform/mac-snowleopard/fast/forms/option-strip-whitespace
2456 * platform/mac-snowleopard/fast/forms/placeholder-position
2457 * platform/mac-snowleopard/fast/forms/radio_checked
2458 * platform/mac-snowleopard/fast/forms/radio_checked_dynamic
2459 * platform/mac-snowleopard/fast/forms/range/slider-padding
2460 * platform/mac-snowleopard/fast/forms/select-align
2461 * platform/mac-snowleopard/fast/forms/select-baseline-expected
2462 * platform/mac-snowleopard/fast/forms/select-disabled-appearance
2463 * platform/mac-snowleopard/fast/forms/select-initial-position
2464 * platform/mac-snowleopard/fast/forms/select-style
2465 * platform/mac-snowleopard/fast/forms/select-writing-direction-natural-expected
2466 * platform/mac-snowleopard/fast/forms/textAreaLineHeight
2467 * platform/mac-snowleopard/fast/forms/textarea-align
2468 * platform/mac-snowleopard/fast/forms/textarea-scroll-height
2469 * platform/mac-snowleopard/fast/forms/textarea-width
2470 * platform/mac-snowleopard/fast/overflow/overflow-x-y
2472 New pixel test results:
2474 * platform/mac/fast/forms/001-expected.png:
2475 * platform/mac/fast/forms/HTMLOptionElement_label02-expected.png:
2476 * platform/mac/fast/forms/HTMLOptionElement_label03-expected.png:
2477 * platform/mac/fast/forms/HTMLOptionElement_label04-expected.png:
2478 * platform/mac/fast/forms/basic-buttons-expected.png:
2479 * platform/mac/fast/forms/basic-inputs-expected.png:
2480 * platform/mac/fast/forms/basic-selects-expected.png:
2481 * platform/mac/fast/forms/basic-textareas-expected.png:
2482 * platform/mac/fast/forms/basic-textareas-quirks-expected.png:
2483 * platform/mac/fast/forms/box-shadow-override-expected.png:
2484 * platform/mac/fast/forms/button-align-expected.png:
2485 * platform/mac/fast/forms/button-generated-content-expected.png:
2486 * platform/mac/fast/forms/button-sizes-expected.png:
2487 * platform/mac/fast/forms/button-style-color-expected.png:
2488 * platform/mac/fast/forms/button-table-styles-expected.png:
2489 * platform/mac/fast/forms/button-text-transform-expected.png:
2490 * platform/mac/fast/forms/button-white-space-expected.png:
2491 * platform/mac/fast/forms/control-restrict-line-height-expected.png:
2492 * platform/mac/fast/forms/disabled-select-change-index-expected.png:
2493 * platform/mac/fast/forms/fieldset-align-expected.png:
2494 * platform/mac/fast/forms/file/file-input-direction-expected.png:
2495 * platform/mac/fast/forms/form-element-geometry-expected.png:
2496 * platform/mac/fast/forms/form-hides-table-expected.png:
2497 * platform/mac/fast/forms/input-appearance-height-expected.png:
2498 * platform/mac/fast/forms/input-button-sizes-expected.png:
2499 * platform/mac/fast/forms/input-table-expected.png:
2500 * platform/mac/fast/forms/input-value-expected.png:
2501 * platform/mac/fast/forms/menulist-style-color-expected.png:
2502 * platform/mac/fast/forms/option-strip-whitespace-expected.png:
2503 * platform/mac/fast/forms/placeholder-position-expected.png:
2504 * platform/mac/fast/forms/radio_checked-expected.png:
2505 * platform/mac/fast/forms/radio_checked_dynamic-expected.png:
2506 * platform/mac/fast/forms/range/slider-padding-expected.png:
2507 * platform/mac/fast/forms/select-align-expected.png:
2508 * platform/mac/fast/forms/select-baseline-expected.png:
2509 * platform/mac/fast/forms/select-disabled-appearance-expected.png:
2510 * platform/mac/fast/forms/select-initial-position-expected.png:
2511 * platform/mac/fast/forms/select-style-expected.png:
2512 * platform/mac/fast/forms/select-writing-direction-natural-expected.png:
2513 * platform/mac/fast/forms/textAreaLineHeight-expected.png:
2514 * platform/mac/fast/forms/textarea-align-expected.png:
2515 * platform/mac/fast/forms/textarea-scroll-height-expected.png:
2516 * platform/mac/fast/forms/textarea-width-expected.png:
2517 * platform/mac/fast/overflow/overflow-x-y-expected.png:
2521 * platform/mac/fast/forms/selectlist-minsize-expected.png: Added. Needs Snow Leopard baseline.
2522 * platform/mac/fast/forms/basic-selects-expected.txt: Rebaseline since fix of bug 74270.
2523 * platform/mac/fast/forms/listbox-clip-expected.png: Fix was made to have default # of options in list box to 4, instead of 5. Needed
2524 brand new baseline, and so does Snow Leopard.
2525 * platform/mac/fast/forms/listbox-clip-expected.txt:
2526 * platform/mac/test_expectations.txt: New expectations for basic-selects.html, since the fix of bug 74270.
2528 New baselines that were not moved to mac-snowleopard because the difference was just the resize handle.
2530 * platform/mac/fast/table/003-expected.png:
2531 * platform/mac/tables/mozilla/bugs/bug194024-expected.png:
2532 * platform/mac/tables/mozilla/bugs/bug30692-expected.png:
2534 2012-01-06 Stephen Chenney <schenney@chromium.org>
2536 [Chromium] Expectations for svg/carto.net/button.svg can be updated
2537 https://bugs.webkit.org/show_bug.cgi?id=75621
2539 Unreviewed update to Chromium test_expectations
2541 * platform/chromium/test_expectations.txt: Removed flakiness line for carto.net/button.svg
2543 2012-01-06 John Knottenbelt <jknotten@chromium.org>
2545 [Chromium] Set baseline for new test plugins/npruntime/object-from-destroyed-plugin-in-subframe.html
2546 https://bugs.webkit.org/show_bug.cgi?id=75706
2550 * platform/chromium/plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
2552 2012-01-06 Elliot Poger <epoger@google.com>
2554 make canvas-lineWidth test pass even if pixel values vary a tiny bit
2555 https://bugs.webkit.org/show_bug.cgi?id=75627
2557 Reviewed by Stephen White.
2559 * fast/canvas/canvas-lineWidth.js:
2562 2012-01-06 John Knottenbelt <jknotten@chromium.org>
2564 Rebaseline mac results after r104240.
2566 https://bugs.webkit.org/show_bug.cgi?id=75654 changed the way
2567 text fields are drawn on Mac.
2571 * platform/chromium-cg-mac-leopard/fast/forms/input-align-expected.png:
2572 * platform/chromium-cg-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
2573 * platform/chromium-cg-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
2574 * platform/chromium-cg-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
2575 * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
2576 * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
2577 * platform/chromium-cg-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
2578 * platform/chromium-cg-mac-leopard/fast/table/003-expected.png: Added.
2579 * platform/chromium-cg-mac-leopard/fast/table/text-field-baseline-expected.png: Added.
2580 * platform/chromium-cg-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
2581 * platform/chromium-cg-mac-leopard/svg/hixie/mixed/003-expected.png:
2582 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/45621-expected.png: Added.
2583 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
2584 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
2585 * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
2586 * platform/chromium-cg-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
2587 * platform/chromium-cg-mac-leopard/tables/mozilla/other/move_row-expected.png:
2588 * platform/chromium-cg-mac-snowleopard/fast/forms/input-align-expected.png: Added.
2589 * platform/chromium-cg-mac-snowleopard/fast/forms/input-align-expected.txt: Added.
2590 * platform/chromium-cg-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Added.
2591 * platform/chromium-cg-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/chromium-cg-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
2592 * platform/chromium-cg-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
2593 * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
2594 * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
2595 * platform/chromium-cg-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
2596 * platform/chromium-cg-mac-snowleopard/fast/table/003-expected.png: Added.
2597 * platform/chromium-cg-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
2598 * platform/chromium-cg-mac-snowleopard/fast/table/text-field-baseline-expected.png: Added.
2599 * platform/chromium-cg-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png: Added.
2600 * platform/chromium-cg-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: Added.
2601 * platform/chromium-cg-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
2602 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/45621-expected.png: Added.
2603 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Added.
2604 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Added.
2605 * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Added.
2606 * platform/chromium-cg-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Added.
2607 * platform/chromium-cg-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Added.
2608 * platform/chromium-cg-mac/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
2609 * platform/chromium-cg-mac/svg/hixie/mixed/003-expected.png: Removed.
2610 * platform/chromium-cg-mac/tables/mozilla/bugs/bug1188-expected.png: Removed.
2611 * platform/chromium-mac-leopard/fast/forms/input-align-expected.png:
2612 * platform/chromium-mac-leopard/fast/lists/dynamic-marker-crash-expected.png:
2613 * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-mixture-expected.png:
2614 * platform/chromium-mac-leopard/fast/replaced/width100percent-textfield-expected.png:
2615 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
2616 * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
2617 * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
2618 * platform/chromium-mac-leopard/fast/table/003-expected.png:
2619 * platform/chromium-mac-leopard/fast/table/text-field-baseline-expected.png:
2620 * platform/chromium-mac-leopard/http/tests/navigation/javascriptlink-frames-expected.png:
2621 * platform/chromium-mac-leopard/svg/hixie/mixed/003-expected.png:
2622 * platform/chromium-mac-leopard/tables/mozilla/bugs/45621-expected.png:
2623 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
2624 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png:
2625 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png:
2626 * platform/chromium-mac-leopard/tables/mozilla/dom/tableDom-expected.png:
2627 * platform/chromium-mac-leopard/tables/mozilla/other/move_row-expected.png:
2628 * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.png: Added.
2629 * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.png: Added.
2630 * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
2631 * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.png: Added.
2632 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
2633 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
2634 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
2635 * platform/chromium-mac-snowleopard/fast/table/003-expected.png: Added.
2636 * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png.
2637 * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.png: Added.
2638 * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.png: Added.
2639 * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png: Added.
2640 * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.png: Added.
2641 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.png: Added.
2642 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png: Added.
2643 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png.
2644 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png.
2645 * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png: Added.
2646 * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png: Added.
2647 * platform/chromium-mac/fast/forms/input-align-expected.png: Removed.
2648 * platform/chromium-mac/fast/lists/dynamic-marker-crash-expected.png: Removed.
2649 * platform/chromium-mac/fast/replaced/replaced-breaking-mixture-expected.png: Removed.
2650 * platform/chromium-mac/fast/replaced/width100percent-textfield-expected.png: Removed.
2651 * platform/chromium-mac/fast/table/003-expected.png: Removed.
2652 * platform/chromium-mac/fast/table/text-field-baseline-expected.png: Removed.
2653 * platform/chromium-mac/fast/transforms/transformed-focused-text-input-expected.png: Removed.
2654 * platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
2655 * platform/chromium-mac/svg/hixie/mixed/003-expected.png: Removed.
2656 * platform/chromium-mac/tables/mozilla/bugs/45621-expected.png: Removed.
2657 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Removed.
2658 * platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png: Removed.
2659 * platform/chromium-mac/tables/mozilla/other/move_row-expected.png: Removed.
2660 * platform/chromium-win-vista/http/tests/navigation/javascriptlink-frames-expected.png: Removed.
2661 * platform/chromium-win/http/tests/inspector/network/download-expected.txt: Added.
2662 * platform/chromium/fast/replaced/width100percent-textfield-expected.png: Added.
2663 * platform/chromium/fast/table/colspanMinWidth-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
2664 * platform/chromium/fast/table/colspanMinWidth-vertical-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/table/spanOverlapRepaint-expected.png.
2665 * platform/chromium/http/tests/inspector/network/download-expected.txt: Added.
2666 * platform/chromium/plugins/mouse-click-plugin-clears-selection-expected.png:
2667 * platform/mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Renamed from LayoutTests/plugins/mouse-click-plugin-clears-selection-expected.txt.
2669 2012-01-06 Csaba Osztrogonác <ossy@webkit.org>
2671 [Qt] Unreviewed gardening. Skip a new failing test.
2673 * platform/qt/Skipped:
2675 2012-01-06 John Knottenbelt <jknotten@chromium.org>
2677 [Chromium] Update test expectations.
2678 https://bugs.webkit.org/show_bug.cgi?id=75698
2682 * platform/chromium/test_expectations.txt:
2684 2012-01-06 Dale Curtis <dalecurtis@chromium.org>
2686 Move MediaDocument styles into CSS. Set black background for chromium.
2687 https://bugs.webkit.org/show_bug.cgi?id=74123
2689 Adds a new chromium specific test for ensuring the background is set
2692 Rebaselines the text portions of media-document-audio-repaint.
2694 Reviewed by Eric Seidel.
2696 * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt:
2697 * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt:
2698 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
2699 * platform/chromium/media/media-document-audio-repaint-expected.txt:
2700 * platform/chromium/media/video-black-bg-in-media-document-expected.txt: Added.
2701 * platform/chromium/media/video-black-bg-in-media-document.html: Added.
2702 * platform/chromium/test_expectations.txt:
2704 2012-01-06 Csaba Osztrogonác <ossy@webkit.org>
2706 [Qt] Unreviewed gardening. Update Qt specific expected results after r104208.
2708 * platform/qt/fast/table/032-expected.png:
2709 * platform/qt/fast/table/032-expected.txt:
2710 * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.png: Added.
2711 * platform/qt/fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
2712 * platform/qt/tables/mozilla/bugs/bug55694-expected.png:
2713 * platform/qt/tables/mozilla/bugs/bug55694-expected.txt:
2715 2012-01-06 Alice Boxhall <aboxhall@chromium.org>
2717 Report correct line number for non-native editable text elements.
2718 https://bugs.webkit.org/show_bug.cgi?id=71263
2720 Reviewed by Ryosuke Niwa.
2722 * accessibility/textbox-role-reports-line-number-expected.txt: Added.
2723 * accessibility/textbox-role-reports-line-number.html: Added.
2725 2012-01-05 Kent Tamura <tkent@chromium.org>
2727 Fix a crash by importing an element of which local name ends with ":input".
2728 https://bugs.webkit.org/show_bug.cgi?id=75103
2730 Reviewed by Ryosuke Niwa.
2732 * fast/dom/importNode-confusing-localName-expected.txt: Added.
2733 * fast/dom/importNode-confusing-localName.html: Added.
2735 2012-01-05 Gavin Barraclough <barraclough@apple.com>
2737 Date constructor handles infinite values incorrectly.
2738 https://bugs.webkit.org/show_bug.cgi?id=70998
2740 Reviewed by Filip Pizlo.
2742 * fast/js/date-constructor-expected.txt:
2743 * fast/js/script-tests/date-constructor.js:
2746 2012-01-05 Gavin Barraclough <barraclough@apple.com>
2748 date.toISOString produces incorrect results for dates with ms prior to 1970
2749 https://bugs.webkit.org/show_bug.cgi?id=75684
2751 Reviewed by Sam Weinig.
2753 * fast/js/date-toisostring-expected.txt:
2754 * fast/js/script-tests/date-toisostring.js:
2757 2012-01-05 Ojan Vafai <ojan@chromium.org>
2759 More chromium expected results after r104208.
2761 * platform/chromium-cg-mac-leopard/fast/table/032-expected.png: Added.
2762 * platform/chromium-mac-leopard/fast/table/032-expected.txt: Removed.
2763 * platform/chromium-win-xp/fast/table/032-expected.png:
2764 * platform/chromium-win-xp/fast/table/032-expected.txt: Removed.
2766 2012-01-05 Gavin Barraclough <barraclough@apple.com>
2768 Array.prototype.lastIndexOf ignores undefined fromIndex.
2769 https://bugs.webkit.org/show_bug.cgi?id=75678
2771 Reviewed by Sam Weinig.
2773 * ietestcenter/Javascript/15.4.4.15-5-4-expected.txt:
2774 - check in passing result
2776 2012-01-05 Jochen Eisinger <jochen@chromium.org>
2778 Unskip fast/storage/storage-detached-iframe.html on chromium
2779 https://bugs.webkit.org/show_bug.cgi?id=61326
2781 Reviewed by Adam Barth.
2783 * fast/storage/storage-detached-iframe-expected.txt:
2784 * fast/storage/storage-detached-iframe.html:
2785 * platform/chromium/test_expectations.txt:
2787 2012-01-05 David Grogan <dgrogan@chromium.org>
2789 IndexedDB: fix cursor prefetch crash
2790 https://bugs.webkit.org/show_bug.cgi?id=75596
2792 Reviewed by Tony Chang.
2794 * storage/indexeddb/prefetch-bugfix-108071-expected.txt: Added.
2795 * storage/indexeddb/prefetch-bugfix-108071.html: Added.
2797 2012-01-05 Gavin Barraclough <barraclough@apple.com>
2799 Date parsing is too restrictive.
2800 https://bugs.webkit.org/show_bug.cgi?id=75671
2802 Reviewed by Oliver Hunt.
2804 * fast/js/date-parse-test-expected.txt:
2805 * fast/js/script-tests/date-parse-test.js:
2806 - Add more test cases for Date.parse.
2808 2012-01-05 Adam Barth <abarth@webkit.org>
2810 Mark flaky test as flaky. Filed
2811 https://bugs.webkit.org/show_bug.cgi?id=75647 about making it not
2814 * platform/chromium/test_expectations.txt:
2816 2012-01-05 Anders Carlsson <andersca@apple.com>
2818 Crash when trying to invalidate the NPRuntimeObjectMap for a plug-in in a subframe
2819 https://bugs.webkit.org/show_bug.cgi?id=75667
2820 <rdar://problem/10389454>
2822 Reviewed by Kevin Decker.
2824 * plugins/npruntime/object-from-destroyed-plugin-in-subframe-expected.txt: Added.
2825 * plugins/npruntime/object-from-destroyed-plugin-in-subframe.html: Added.
2827 2012-01-05 Ojan Vafai <ojan@chromium.org>
2829 New chromium expected results after r104208.
2831 * platform/chromium-linux/fast/table/032-expected.png: Removed.
2832 * platform/chromium-linux/tables/mozilla/bugs/bug55694-expected.png:
2833 * platform/chromium-mac-leopard/fast/table/032-expected.png:
2834 * platform/chromium-mac-leopard/fast/table/032-expected.txt: Added.
2835 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug55694-expected.png:
2836 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55694-expected.png: Added.
2837 * platform/chromium-mac/tables/mozilla/bugs/bug55694-expected.png: Removed.
2838 * platform/chromium-win-xp/fast/table/032-expected.png: Added.
2839 * platform/chromium-win-xp/fast/table/032-expected.txt: Renamed from LayoutTests/platform/chromium-win/fast/table/032-expected.txt.
2840 * platform/chromium-win/fast/table/032-expected.png:
2841 * platform/chromium-win/tables/mozilla/bugs/bug55694-expected.png:
2842 * platform/chromium-win/tables/mozilla/bugs/bug55694-expected.txt:
2844 2012-01-05 Dmitry Lomov <dslomov@google.com>
2846 Unreviewed: Updating expecxtations for fast/media/viewport-media-query.
2847 My understanding of the semantics was a bit off.
2849 * platform/chromium/test_expectations.txt:
2851 2012-01-05 Gavin Barraclough <barraclough@apple.com>
2853 Literal tab in JSONString fails
2854 https://bugs.webkit.org/show_bug.cgi?id=71772
2856 Reviewed by Oliver Hunt.
2858 rfc4627 does not allow literal tab characters in JSON source.
2860 * fast/js/JSON-parse-expected.txt:
2861 * fast/js/resources/JSON-parse.js:
2862 (createTests.result):
2863 - Updated expected results.
2865 2012-01-05 Ojan Vafai <ojan@chromium.org>
2867 IE quirk for percentage size on a table element doesn't work with orthogonal writing modes
2868 https://bugs.webkit.org/show_bug.cgi?id=70195
2870 Reviewed by Eric Seidel.
2872 * fast/table/032.html:
2873 * fast/writing-mode/table-percent-width-quirk-expected.png: Added.
2874 * fast/writing-mode/table-percent-width-quirk-expected.txt: Added.
2875 * fast/writing-mode/table-percent-width-quirk.html: Added.
2876 * platform/mac/fast/table/032-expected.png:
2877 * platform/mac/fast/table/032-expected.txt:
2878 * platform/mac/tables/mozilla/bugs/bug55694-expected.png:
2879 * platform/mac/tables/mozilla/bugs/bug55694-expected.txt:
2881 2012-01-05 Eric Carlson <eric.carlson@apple.com>
2883 Implement temporal dimension portion of Media Fragments URI specification for video/audio
2884 https://bugs.webkit.org/show_bug.cgi?id=65838
2886 Reviewed by Sam Weinig.
2888 * media/media-fragments: Added.
2889 * media/media-fragments/TC0001-TC0009-expected.txt: Added.
2890 * media/media-fragments/TC0001-TC0009.html: Added.
2891 * media/media-fragments/TC0010-TC0019-expected.txt: Added.
2892 * media/media-fragments/TC0010-TC0019.html: Added.
2893 * media/media-fragments/TC0020-TC0029-expected.txt: Added.
2894 * media/media-fragments/TC0020-TC0029.html: Added.
2895 * media/media-fragments/TC0030-TC0039-expected.txt: Added.
2896 * media/media-fragments/TC0030-TC0039.html: Added.
2897 * media/media-fragments/TC0040-TC0049-expected.txt: Added.
2898 * media/media-fragments/TC0040-TC0049.html: Added.
2899 * media/media-fragments/TC0050-TC0059-expected.txt: Added.
2900 * media/media-fragments/TC0050-TC0059.html: Added.
2901 * media/media-fragments/TC0060-TC0069-expected.txt: Added.
2902 * media/media-fragments/TC0060-TC0069.html: Added.
2903 * media/media-fragments/TC0070-TC0079-expected.txt: Added.
2904 * media/media-fragments/TC0070-TC0079.html: Added.
2905 * media/media-fragments/TC0080-TC0089-expected.txt: Added.
2906 * media/media-fragments/TC0080-TC0089.html: Added.
2907 * media/media-fragments/TC0090-TC0099-expected.txt: Added.
2908 * media/media-fragments/TC0090-TC0099.html: Added.
2910 * media/media-fragments/media-fragments.js: Added.
2916 2012-01-05 Jian Li <jianli@chromium.org>
2918 Unreviewed, skip file-reader-event-listener.html on qt and efl.
2920 * platform/efl/Skipped:
2921 * platform/qt/Skipped:
2923 2012-01-05 Ken Buchanan <kenrb@chromium.org>
2925 Crash due to reparenting of relpositioned object in table
2926 https://bugs.webkit.org/show_bug.cgi?id=70848
2928 Adding test that exercises the crash condition in bug 70848.
2930 Reviewed by David Hyatt.
2932 * fast/css/relative-position-replaced-in-table-display-crash-expected.txt: Added
2933 * fast/css/relative-position-replaced-in-table-display-crash.html: Added
2935 2012-01-05 Dmitry Lomov <dslomov@google.com>
2937 Unreviewed: filed WK75633 and updated expectations
2939 * platform/chromium/test_expectations.txt:
2941 2012-01-05 Jian Li <jianli@chromium.org>
2943 FileReader needs addEventListener
2944 https://bugs.webkit.org/show_bug.cgi?id=42723
2946 Reviewed by Adam Barth.
2948 * fast/files/file-reader-event-listener-expected.txt: Added.
2949 * fast/files/file-reader-event-listener.html: Added.
2951 2012-01-05 Tony Chang <tony@chromium.org>
2953 [chromium] Unreviewed, tighted up the expectations for some perf tests.
2955 * platform/chromium/test_expectations.txt:
2957 2012-01-05 Fady Samuel <fsamuel@chromium.org>
2959 Move scalePageBy from eventSender to window.internals
2960 https://bugs.webkit.org/show_bug.cgi?id=64512
2962 Reviewed by Simon Fraser.
2964 Updated layout tests to use window.internals.setPageScaleFactor.
2966 * compositing/geometry/fixed-position-composited-page-scale-down.html:
2967 * compositing/geometry/fixed-position-composited-page-scale.html:
2968 * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
2969 * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
2970 * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
2971 * compositing/geometry/fixed-position-transform-composited-page-scale.html:
2972 * compositing/scaling/tiled-layer-recursion.html:
2973 * fast/dom/Element/scale-page-bounding-client-rect.html:
2974 * fast/dom/Element/scale-page-client-rects.html:
2975 * fast/dom/Range/scale-page-bounding-client-rect.html:
2976 * fast/dom/Range/scale-page-client-rects.html:
2977 * fast/events/scale-and-scroll-body.html:
2978 * fast/events/scale-and-scroll-iframe-body.html:
2979 * fast/events/scale-and-scroll-iframe-window.html:
2980 * fast/events/scale-and-scroll-window.html:
2981 * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
2983 * fast/events/script-tests/page-scaled-mouse-click.js:
2984 * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
2985 * fast/events/touch/page-scaled-touch-gesture-click.html:
2986 * fast/frames/frame-set-rotation-hit.html:
2987 * fast/frames/frame-set-scaling-hit.html:
2988 * fast/frames/iframe-double-scale-contents.html:
2989 * fast/repaint/background-scaling.html:
2990 * fast/repaint/scale-page-shrink.html:
2991 * fast/transforms/selection-bounds-in-transformed-view.html:
2993 2012-01-05 Dmitry Lomov <dslomov@google.com>
2995 Unreviewed: Chromium expectations update.
2996 Filed http://crbug.com/109276 and ignored appcache failure on Linux.
2997 Failures seem intermittent in appcache so might need to ignore more tests.
2999 * platform/chromium/test_expectations.txt:
3001 2012-01-05 Stephen Chenney <schenney@chromium.org>
3003 [Chromium] Expectations for svg/carto.net/button.svg can be updated
3004 https://bugs.webkit.org/show_bug.cgi?id=75621
3006 Unreviewed Chromium test expectations update.
3008 * platform/chromium-linux-x86/svg/carto.net: Removed.
3009 * platform/chromium/test_expectations.txt:
3011 2012-01-05 Alexis Menard <alexis.menard@openbossa.org>
3013 getComputedStyle for background is not implemented.
3014 https://bugs.webkit.org/show_bug.cgi?id=75539
3016 Reviewed by Tony Chang.
3018 Add new tests to make sure we return the correct values.
3020 * fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt: Added.
3021 * fast/css/getComputedStyle/getComputedStyle-background-shorthand.html: Added.
3023 2012-01-05 Philippe Normand <pnormand@igalia.com>
3025 Unreviewed, GTK test_expectations update.
3027 * platform/gtk/test_expectations.txt: Give
3028 media/media-blocked-by-beforeload.html another chance on the bot
3029 after its update in r103509.
3031 2012-01-05 Csaba Osztrogonác <ossy@webkit.org>
3033 [Qt][WK2]REGRESSION(r104068): editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html made the next test fail
3035 Unreviewed gardening. One more attempt to paint the Qt-WK2 bot green.
3037 * platform/qt-wk2/Skipped:
3039 2012-01-05 Alpha Lam <hclam@chromium.org>
3041 Not reviewed. Update Chromium port test expectations.
3043 * platform/chromium/test_expectations.txt:
3045 2012-01-05 Alpha Lam <hclam@chromium.org>
3047 Not reviewed. Update Chromium port test expectations.
3049 * platform/chromium-win-xp/fast/backgrounds/animated-svg-as-mask-expected.png: Removed.
3050 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed.
3051 * platform/chromium-win-xp/svg/as-background-image/animated-svg-as-background-expected.png: Removed.
3052 * platform/chromium-win-xp/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
3053 * platform/chromium-win-xp/svg/text/text-align-01-b-expected.png: Removed.
3054 * platform/chromium-win-xp/svg/text/text-path-01-b-expected.png: Removed.
3055 * platform/chromium/test_expectations.txt:
3057 2012-01-05 Stephen Chenney <schenney@chromium.org>
3059 [Chromium] Expected test failures after Skia is rolled to 2918
3060 https://bugs.webkit.org/show_bug.cgi?id=75019
3062 Fixed now that Skia has rolled past r2936.
3064 Unreviewed Chromium port test expectations update.
3066 * platform/chromium/test_expectations.txt:
3068 2012-01-05 Alexis Menard <alexis.menard@openbossa.org>
3070 getComputedStyle for border-image is not implemented.
3071 https://bugs.webkit.org/show_bug.cgi?id=75347
3073 Reviewed by Tony Chang.
3075 Extend existing test to cover that we return correct values for border-image.
3077 * fast/css/getComputedStyle/computed-style-border-image-expected.txt:
3078 * fast/css/getComputedStyle/computed-style-border-image.html:
3080 2012-01-05 Csaba Osztrogonác <ossy@webkit.org>
3082 [Qt][WK2]REGRESSION(r104068): It made editing/pasteboard/copy-in-password-field.html fail
3083 https://bugs.webkit.org/show_bug.cgi?id=75615
3085 Unreviewed gardening.
3087 * platform/qt-wk2/Skipped: Skip editing/pasteboard/copy-in-password-field.html to paint the bot green.
3089 2012-01-05 Max Vujovic <mvujovic@adobe.com>
3091 WebKit adds vertical paddings and borders to the fixed width of CSS tables
3092 https://bugs.webkit.org/show_bug.cgi?id=74955
3094 Reviewed by Julien Chaffraix.
3096 Added tests to check that the fixed width style is applied correctly to
3097 CSS tables with respect to table paddings and borders.
3099 * fast/table/css-table-width-expected.txt: Added.
3100 * fast/table/css-table-width.html: Added.
3101 * fast/table/script-tests/css-table-width.js: Added.
3102 (computeCSSTableOffsetWidth):
3103 (computeCSSTableOffsetHeight):
3104 (computeCSSTableProperty):
3106 2012-01-05 Csaba Osztrogonác <ossy@webkit.org>
3108 [Qt] Unreviewed gardening. Skip a new failing test.
3110 * platform/qt/Skipped:
3112 2012-01-05 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3114 Test of styling performance of selectors with multiple indirect combinators
3115 https://bugs.webkit.org/show_bug.cgi?id=75083
3117 Reviewed by Antti Koivisto.
3119 * perf/nested-combined-selectors.html: Added.
3121 2012-01-05 Noel Gordon <noel.gordon@gmail.com>
3123 [chromium] MAC: update expectations for CSS3 linear gradient tests
3124 https://bugs.webkit.org/show_bug.cgi?id=55745
3126 Reviewed by Stephen White.
3128 * platform/chromium-cg-mac-leopard/fast/gradients/css3-color-stop-units-expected.png: Added.
3129 * platform/chromium-cg-mac-leopard/fast/gradients/css3-color-stops-expected.png: Added.
3130 * platform/chromium-cg-mac-leopard/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
3131 * platform/chromium-mac-leopard/fast/gradients/css3-color-stop-units-expected.png: Added.
3132 * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stop-units-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png.
3133 * platform/chromium-mac-snowleopard/fast/gradients/css3-color-stops-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-color-stops-expected.png.
3134 * platform/chromium-mac-snowleopard/fast/gradients/css3-linear-angle-gradients-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png.
3135 * platform/chromium/test_expectations.txt:
3137 2012-01-05 Eric Uhrhane <ericu@chromium.org>
3139 [fileapi] WebKitFlags should not be constructable per Directories & System spec
3140 https://bugs.webkit.org/show_bug.cgi?id=68916
3142 Reviewed by Eric Seidel.
3144 Remove a test that constructed the object; add one that tests error-handling for non-object parameters while I'm in there.
3145 * fast/filesystem/flags-passing-expected.txt:
3146 * fast/filesystem/script-tests/flags-passing.js:
3148 Remove a special case reference to the global WebKitFlags constructor.
3149 * fast/dom/script-tests/prototype-inheritance.js:
3151 2012-01-05 Ken Buchanan <kenrb@chromium.org>
3153 Crash due to first-letter block processing
3154 https://bugs.webkit.org/show_bug.cgi?id=74009
3156 Test for crashing condition in 74009.
3158 Reviewed by David Hyatt.
3160 * fast/css/first-letter-inline-flow-split-table-crash-expected.txt: Added
3161 * fast/css/first-letter-inline-flow-split-table-crash.html: Added
3163 2012-01-05 Mihnea Ovidenie <mihnea@adobe.com>
3165 Crash in RenderFlowThread::getRegionRangeForBox.
3166 https://bugs.webkit.org/show_bug.cgi?id=74781
3168 Reviewed by David Hyatt.
3170 * fast/regions/region-range-for-box-crash-expected.txt: Added.
3171 * fast/regions/region-range-for-box-crash.html: Added.
3173 2012-01-04 David Levin <levin@chromium.org>
3175 [chromium] FileSystem bridge needs threadsafe fixes and other clean-up.
3176 https://bugs.webkit.org/show_bug.cgi?id=74666
3178 Reviewed by Dmitry Titov.
3180 Tests for all of the fixes done in bugs related to 74666.
3182 * http/tests/workers/resources/open-database-sync.js: Removed.
3183 * http/tests/workers/resources/sync-operations.js: Added.
3184 (removeAllInDirectorySync):
3186 * http/tests/workers/terminate-during-sync-operation-expected.txt: Added.
3187 * http/tests/workers/terminate-during-sync-operation.html: Renamed from LayoutTests/http/tests/workers/interrupt-database-sync-open-crash.html-skipped.
3188 * platform/chromium/test_expectations.txt:
3190 2012-01-04 Kenneth Russell <kbr@google.com>
3192 Fix semantics of WEBKIT_WEBGL_lose_context
3193 https://bugs.webkit.org/show_bug.cgi?id=75053
3195 Reviewed by James Robinson.
3197 Updated context-lost and context-lost-restored tests to latest
3198 versions in Khronos repository. Updated WebGLContextEvent.html to
3199 match new semantics.
3201 * fast/canvas/webgl/WebGLContextEvent-expected.txt:
3202 * fast/canvas/webgl/WebGLContextEvent.html:
3203 * fast/canvas/webgl/context-lost-expected.txt:
3204 * fast/canvas/webgl/context-lost-restored-expected.txt:
3205 * fast/canvas/webgl/context-lost-restored.html:
3206 * fast/canvas/webgl/context-lost.html:
3208 2012-01-04 Ojan Vafai <ojan@chromium.org>
3210 Remove a line for a test that no longer fails on the bots.
3211 * platform/chromium/test_expectations.txt:
3213 2012-01-04 Filip Pizlo <fpizlo@apple.com>
3215 Incorrect use of DFG node reference counts when mutating the graph
3216 https://bugs.webkit.org/show_bug.cgi?id=75580
3217 <rdar://problem/10644607>
3219 Reviewed by Oliver Hunt.
3221 * fast/js/dfg-array-length-dead-expected.txt: Added.
3222 * fast/js/dfg-array-length-dead.html: Added.
3223 * fast/js/script-tests/dfg-array-length-dead.js: Added.
3226 2012-01-03 Ryosuke Niwa <rniwa@webkit.org>
3228 REGRESSION (r92823): Background color not preserved when copying and pasting a table row
3229 https://bugs.webkit.org/show_bug.cgi?id=75330
3231 Reviewed by Tony Chang.
3233 Add a regression test.
3235 * editing/pasteboard/copy-element-with-conflicting-background-color-from-rule-expected.html: Added.
3236 * editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html: Added.
3238 2012-01-04 Alpha Lam <hclam@chromium.org>
3240 Not reviewed. Update Chromium port test expectations.
3242 * platform/chromium-linux/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
3244 2012-01-04 Alpha Lam <hclam@chromium.org>
3246 Not reviewed. Update Chromium port test expectations.
3248 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3249 * platform/chromium-linux/svg/custom/glyph-selection-lang-attribute-expected.png:
3250 * platform/chromium-mac-leopard/fast/repaint/shadow-multiple-vertical-expected.png:
3251 * platform/chromium-mac-snowleopard/fast/repaint/shadow-multiple-vertical-expected.png:
3252 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3253 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
3254 * platform/chromium-mac/svg/custom/glyph-selection-lang-attribute-expected.png: Removed.
3255 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added.
3256 * platform/chromium-win-xp/svg/custom/glyph-selection-lang-attribute-expected.png: Added.
3257 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
3258 * platform/chromium-win/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3259 * platform/chromium-win/svg/custom/glyph-selection-lang-attribute-expected.png:
3260 * platform/chromium-win/svg/custom/glyph-selection-lang-attribute-expected.txt: Added.
3261 * platform/chromium/test_expectations.txt:
3263 2012-01-04 Alpha Lam <hclam@chromium.org>
3265 Not reviewed. Update Chromium port test expectations.
3267 * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Removed.
3268 * platform/chromium/test_expectations.txt:
3270 2012-01-04 Alpha Lam <hclam@chromium.org>
3272 Not reviewed. Update Chromium port test expectations after Skia roll.
3274 * platform/chromium-cg-mac-snowleopard/svg/custom/fractional-rects-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/svg/custom/fractional-rects-expected.png.
3275 * platform/chromium-linux/fast/backgrounds/animated-svg-as-mask-expected.png:
3276 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3277 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3278 * platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3279 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3280 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3281 * platform/chromium-linux/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
3282 * platform/chromium-linux/svg/as-background-image/animated-svg-as-background-expected.png:
3283 * platform/chromium-linux/svg/carto.net/button-expected.png: Added.
3284 * platform/chromium-linux/svg/carto.net/button-expected.txt: Removed.
3285 * platform/chromium-linux/svg/css/group-with-shadow-expected.png:
3286 * platform/chromium-linux/svg/custom/fractional-rects-expected.png:
3287 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3288 * platform/chromium-linux/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
3289 * platform/chromium-linux/svg/text/text-align-01-b-expected.png:
3290 * platform/chromium-linux/svg/text/text-deco-01-b-expected.png:
3291 * platform/chromium-linux/svg/text/text-path-01-b-expected.png:
3292 * platform/chromium-linux/svg/text/text-text-03-b-expected.png:
3293 * platform/chromium-linux/svg/text/text-text-07-t-expected.png:
3294 * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3295 * platform/chromium-mac-leopard/svg/carto.net/button-expected.png:
3296 * platform/chromium-mac-leopard/svg/css/group-with-shadow-expected.png:
3297 * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3298 * platform/chromium-mac-leopard/svg/text/text-align-01-b-expected.png:
3299 * platform/chromium-mac-leopard/svg/text/text-deco-01-b-expected.png:
3300 * platform/chromium-mac-leopard/svg/text/text-path-01-b-expected.png:
3301 * platform/chromium-mac-leopard/svg/text/text-text-03-b-expected.png:
3302 * platform/chromium-mac-leopard/svg/text/text-text-07-t-expected.png:
3303 * platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3304 * platform/chromium-mac-snowleopard/fast/backgrounds/animated-svg-as-mask-expected.png:
3305 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3306 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3307 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Added.
3308 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3309 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3310 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
3311 * platform/chromium-mac-snowleopard/svg/as-background-image/animated-svg-as-background-expected.png:
3312 * platform/chromium-mac-snowleopard/svg/carto.net/button-expected.png:
3313 * platform/chromium-mac-snowleopard/svg/css/group-with-shadow-expected.png:
3314 * platform/chromium-mac-snowleopard/svg/custom/fractional-rects-expected.png: Added.
3315 * platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3316 * platform/chromium-mac-snowleopard/svg/custom/use-css-no-effect-on-shadow-tree-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.png.
3317 * platform/chromium-mac-snowleopard/svg/text/text-align-01-b-expected.png:
3318 * platform/chromium-mac-snowleopard/svg/text/text-deco-01-b-expected.png:
3319 * platform/chromium-mac-snowleopard/svg/text/text-path-01-b-expected.png:
3320 * platform/chromium-mac-snowleopard/svg/text/text-text-03-b-expected.png:
3321 * platform/chromium-mac-snowleopard/svg/text/text-text-07-t-expected.png:
3322 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3323 * platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.png: Removed.
3324 * platform/chromium-mac/svg/custom/fractional-rects-expected.png: Removed.
3325 * platform/chromium-win-xp/fast/backgrounds/animated-svg-as-mask-expected.png: Copied from LayoutTests/platform/chromium-win/fast/backgrounds/animated-svg-as-mask-expected.png.
3326 * platform/chromium-win-xp/svg/as-background-image/animated-svg-as-background-expected.png: Copied from LayoutTests/platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png.
3327 * platform/chromium-win-xp/svg/text/text-align-01-b-expected.png: Added.
3328 * platform/chromium-win-xp/svg/text/text-path-01-b-expected.png: Copied from LayoutTests/platform/chromium-win/svg/text/text-path-01-b-expected.png.
3329 * platform/chromium-win/fast/backgrounds/animated-svg-as-mask-expected.png:
3330 * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
3331 * platform/chromium-win/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
3332 * platform/chromium-win/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
3333 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
3334 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
3335 * platform/chromium-win/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
3336 * platform/chromium-win/svg/as-background-image/animated-svg-as-background-expected.png:
3337 * platform/chromium-win/svg/carto.net/button-expected.png:
3338 * platform/chromium-win/svg/css/group-with-shadow-expected.png:
3339 * platform/chromium-win/svg/custom/fractional-rects-expected.png:
3340 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3341 * platform/chromium-win/svg/custom/use-css-no-effect-on-shadow-tree-expected.png:
3342 * platform/chromium-win/svg/text/text-align-01-b-expected.png:
3343 * platform/chromium-win/svg/text/text-path-01-b-expected.png:
3344 * platform/chromium-win/svg/text/text-text-03-b-expected.png:
3345 * platform/chromium-win/svg/text/text-text-07-t-expected.png:
3346 * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
3347 * platform/chromium/test_expectations.txt:
3348 * platform/mac/svg/custom/fractional-rects-expected.txt: Removed.
3349 * platform/mac/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed.
3350 * platform/qt/svg/custom/fractional-rects-expected.txt: Removed.
3351 * platform/qt/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Removed.
3352 * svg/as-background-image/animated-svg-as-background-expected.txt: Removed.
3353 * svg/custom/fractional-rects-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/fractional-rects-expected.txt.
3354 * svg/custom/use-css-no-effect-on-shadow-tree-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/use-css-no-effect-on-shadow-tree-expected.txt.
3356 2012-01-04 Alpha Lam <hclam@chromium.org>
3358 Not reviewed. Update Chromium port test expectations.
3360 http/tests/appcache/interrupted-update.html is crashing on Win7, mark it so.
3362 * platform/chromium/test_expectations.txt:
3364 2012-01-04 Alpha Lam <hclam@chromium.org>
3366 Not reviewed. Update Chromium port test expectations.
3368 * platform/chromium-cg-mac-leopard/compositing/visibility/visibility-image-layers-expected.png: Added.
3369 * platform/chromium-cg-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Added.
3370 * platform/chromium-linux/compositing/visibility/visibility-image-layers-expected.png: Added.
3371 * platform/chromium-mac-leopard/compositing/visibility/visibility-image-layers-expected.png: Added.
3372 * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Added.
3373 * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png: Added.
3374 * platform/chromium/test_expectations.txt:
3376 2012-01-04 Csaba Osztrogonác <ossy@webkit.org>
3378 [Qt][WK2] Unreviewed gardening.