1 2012-02-09 Ojan Vafai <ojan@chromium.org>
3 nesting horizontal flexboxes is broken
4 https://bugs.webkit.org/show_bug.cgi?id=76867
6 Reviewed by David Hyatt.
8 * css3/flexbox/floated-flexbox-expected.txt:
9 * css3/flexbox/line-wrapping.html:
10 The old results here were wrong because they wrapped the contents of each flex item.
12 * css3/flexbox/preferred-widths-expected.txt: Added.
13 * css3/flexbox/preferred-widths-orthogonal-expected.txt: Added.
14 * css3/flexbox/preferred-widths-orthogonal.html: Added.
15 * css3/flexbox/preferred-widths.html: Added.
17 2012-02-13 Mihnea Ovidenie <mihnea@adobe.com>
19 Crash in RenderFlowThread::setRegionBoxesRegionStyle
20 https://bugs.webkit.org/show_bug.cgi?id=78298
22 Reviewed by David Hyatt.
24 * fast/regions/set-box-style-in-region-crash-expected.txt: Added.
25 * fast/regions/set-box-style-in-region-crash.html: Added.
27 2012-02-13 Tony Chang <tony@chromium.org>
29 [chromium] Unreviewed, skip http/tests/navigation/https-in-page-cache.html
30 because we don't enable the page cache in chromium.
32 * platform/chromium/test_expectations.txt:
34 2012-02-13 Tony Chang <tony@chromium.org>
36 [chromium] Unreviewed, r107611 enabled layout tests in css3/filters,
37 but some are missing results.
39 * platform/chromium/test_expectations.txt:
41 2012-02-13 Tony Chang <tony@chromium.org>
43 [chromium] Unreviewed gardening. We don't need to pass
44 platform/win/inverted-colors/non-composited.html.
46 * platform/chromium/test_expectations.txt:
48 2012-02-13 Ami Fischman <fischman@chromium.org>
50 [chromium] Unreviewed gardening. Rebaselining GPU results.
52 * platform/chromium-gpu-linux/media/controls-after-reload-expected.png:
53 * platform/chromium-gpu-linux/media/controls-strict-expected.png:
54 * platform/chromium-gpu-linux/media/controls-styling-expected.png:
55 * platform/chromium-gpu-linux/media/controls-without-preload-expected.png:
56 * platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png:
57 * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png:
58 * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png:
59 * platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
60 * platform/chromium-gpu-linux/media/video-layer-crash-expected.png:
61 * platform/chromium-gpu-linux/media/video-playing-and-pause-expected.png:
62 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
63 * platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
64 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
65 * platform/chromium-gpu-linux/media/video-zoom-expected.png:
66 * platform/chromium-gpu-mac/media/controls-after-reload-expected.txt: Removed.
67 * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png:
68 * platform/chromium-gpu-mac/media/video-playing-and-pause-expected.txt: Removed.
69 * platform/chromium-gpu-win/media/controls-strict-expected.txt: Removed.
70 * platform/chromium-gpu-win/media/controls-styling-expected.txt: Removed.
71 * platform/chromium-gpu-win/media/controls-without-preload-expected.txt: Removed.
72 * platform/chromium-gpu-win/media/video-controls-rendering-expected.png:
74 2012-02-13 Tony Chang <tony@chromium.org>
76 Unreviewed, rolling out r107582.
77 http://trac.webkit.org/changeset/107582
78 https://bugs.webkit.org/show_bug.cgi?id=78349
80 Broke three inspector interactive_ui_tests
82 * http/tests/inspector/debugger-test.js:
83 (initialize_DebuggerTest):
84 * inspector/debugger/scripts-combobox-file-selector-history-expected.txt: Removed.
85 * inspector/debugger/scripts-combobox-file-selector-history.html: Removed.
86 * inspector/debugger/scripts-file-selector-expected.txt: Removed.
87 * inspector/debugger/scripts-file-selector.html: Removed.
88 * inspector/debugger/scripts-panel-expected.txt:
89 * inspector/debugger/scripts-panel.html:
90 * inspector/debugger/scripts-sorting-expected.txt:
91 * inspector/debugger/scripts-sorting.html:
92 * inspector/debugger/source-frame-count.html:
94 2012-02-13 Abhishek Arya <inferno@chromium.org>
96 Incorrect children placement in multi-column layout.
97 https://bugs.webkit.org/show_bug.cgi?id=78160
99 Reviewed by David Hyatt.
101 * fast/multicol/span/clone-before-after-content-crash-expected.txt: Added.
102 * fast/multicol/span/clone-before-after-content-crash.html: Added.
104 2012-02-13 Stephen White <senorblanco@chromium.org>
106 Unskip the css3/filters tests, so we can get some baselines off the
108 https://bugs.webkit.org/show_bug.cgi?id=78527
110 Reviewed by Kenneth Russell.
112 * platform/chromium/test_expectations.txt:
114 2012-02-13 Brady Eidson <beidson@apple.com>
116 <rdar://problem/7196487> and https://bugs.webkit.org/show_bug.cgi?id=26777
117 Add https pages to the page cache in some cases
119 Reviewed by Anders Carlsson.
121 * http/tests/navigation/https-in-page-cache.html: Added.
122 * http/tests/navigation/https-in-page-cache-expected.txt: Added.
123 * http/tests/navigation/resources/https-in-page-cache-1.php: Added.
124 * http/tests/navigation/resources/https-in-page-cache-2.php: Added.
125 * http/tests/navigation/resources/https-in-page-cache-3.html: Added.
127 2012-02-13 Raul Hudea <rhudea@adobe.com>
129 [CSS Regions] Inconsistent text selection behavior in regions
130 https://bugs.webkit.org/show_bug.cgi?id=76456
132 Reviewed by David Hyatt.
134 * fast/regions/hit-test-region-expected.txt: Added.
135 * fast/regions/hit-test-region.html: Added.
137 2012-02-12 Andy Estes <aestes@apple.com>
139 [Windows] Add API to enable inverted color drawing on a WebView
140 https://bugs.webkit.org/show_bug.cgi?id=77382
142 Reviewed by Adam Roben.
144 Add a test for non-composited inverted drawing. Testing the composited
145 path is blocked on <https://bugs.webkit.org/show_bug.cgi?id=78439>.
147 * platform/win-wk2/platform/win/inverted-colors/non-composited-expected.png: Added.
148 * platform/win-wk2/platform/win/inverted-colors/non-composited-expected.txt: Added.
149 * platform/win/inverted-colors/non-composited-expected.png: Added.
150 * platform/win/inverted-colors/non-composited-expected.txt: Added.
151 * platform/win/inverted-colors/non-composited.html: Added.
152 * platform/win/inverted-colors/resources/gradient.png: Added.
154 2012-02-13 Tony Chang <tony@chromium.org>
156 [chromium] Unreviewed gardening. Marking some debug tests as failing.
158 * platform/chromium/test_expectations.txt:
160 2012-02-13 Ami Fischman <fischman@chromium.org>
162 chromium gpu draws scrollbars slightly differently in debug vs. release modes on
163 https://bugs.webkit.org/show_bug.cgi?id=58587
165 Unreviewed rebaseline (the scrollbar issue the bug is about was fixed previously).
167 * platform/chromium-linux/media/video-controls-rendering-expected.png:
168 * platform/chromium-mac-leopard/media/video-controls-rendering-expected.png:
169 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png: Added.
170 * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.txt: Renamed from LayoutTests/platform/chromium-mac/media/video-controls-rendering-expected.txt.
171 * platform/chromium-mac/media/video-controls-rendering-expected.png: Removed.
172 * platform/chromium-win/media/video-controls-rendering-expected.png:
173 * platform/chromium/test_expectations.txt:
174 * platform/mac-future/media/video-controls-rendering-expected.txt: Renamed from LayoutTests/platform/mac/media/video-controls-rendering-expected.txt.
176 2012-02-13 Ami Fischman <fischman@chromium.org>
178 Rebaseline media layouttests following keyframe addition to test.ogv
179 https://bugs.webkit.org/show_bug.cgi?id=78367
181 Unreviewed chromium rebaselining.
183 * platform/chromium-gpu-mac/media/controls-after-reload-expected.png:
184 * platform/chromium-gpu-mac/media/controls-after-reload-expected.txt: Added.
185 * platform/chromium-gpu-mac/media/controls-strict-expected.png:
186 * platform/chromium-gpu-mac/media/controls-styling-expected.png:
187 * platform/chromium-gpu-mac/media/controls-without-preload-expected.png:
188 * platform/chromium-gpu-mac/media/video-aspect-ratio-expected.png:
189 * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
190 * platform/chromium-gpu-mac/media/video-layer-crash-expected.png:
191 * platform/chromium-gpu-mac/media/video-playing-and-pause-expected.png:
192 * platform/chromium-gpu-mac/media/video-playing-and-pause-expected.txt: Added.
193 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
194 * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
195 * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
196 * platform/chromium-gpu-mac/media/video-zoom-expected.png:
197 * platform/chromium-gpu-win/media/controls-after-reload-expected.png:
198 * platform/chromium-gpu-win/media/controls-strict-expected.png:
199 * platform/chromium-gpu-win/media/controls-strict-expected.txt: Copied from LayoutTests/platform/chromium/media/controls-strict-expected.txt.
200 * platform/chromium-gpu-win/media/controls-styling-expected.png:
201 * platform/chromium-gpu-win/media/controls-styling-expected.txt: Copied from LayoutTests/platform/chromium/media/controls-styling-expected.txt.
202 * platform/chromium-gpu-win/media/controls-without-preload-expected.png:
203 * platform/chromium-gpu-win/media/controls-without-preload-expected.txt: Copied from LayoutTests/platform/chromium/media/controls-without-preload-expected.txt.
204 * platform/chromium-gpu-win/media/video-aspect-ratio-expected.png:
205 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png:
206 * platform/chromium-gpu-win/media/video-display-toggle-expected.png:
207 * platform/chromium-gpu-win/media/video-layer-crash-expected.png:
208 * platform/chromium-gpu-win/media/video-playing-and-pause-expected.png:
209 * platform/chromium-gpu-win/media/video-transformed-expected.png:
210 * platform/chromium-gpu-win/media/video-volume-slider-expected.png:
211 * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
212 * platform/chromium-gpu-win/media/video-zoom-expected.png:
213 * platform/chromium-linux-x86/media/video-display-toggle-expected.png: Added.
214 * platform/chromium-linux/media/controls-after-reload-expected.png:
215 * platform/chromium-linux/media/controls-strict-expected.png:
216 * platform/chromium-linux/media/controls-styling-expected.png:
217 * platform/chromium-linux/media/controls-without-preload-expected.png:
218 * platform/chromium-linux/media/video-aspect-ratio-expected.png:
219 * platform/chromium-linux/media/video-display-toggle-expected.png:
220 * platform/chromium-linux/media/video-layer-crash-expected.png:
221 * platform/chromium-linux/media/video-playing-and-pause-expected.png:
222 * platform/chromium-linux/media/video-transformed-expected.png:
223 * platform/chromium-linux/media/video-volume-slider-expected.png:
224 * platform/chromium-linux/media/video-zoom-controls-expected.png:
225 * platform/chromium-linux/media/video-zoom-expected.png:
226 * platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
227 * platform/chromium-mac-leopard/media/controls-strict-expected.png:
228 * platform/chromium-mac-leopard/media/controls-styling-expected.png:
229 * platform/chromium-mac-leopard/media/controls-without-preload-expected.png:
230 * platform/chromium-mac-leopard/media/video-aspect-ratio-expected.png:
231 * platform/chromium-mac-leopard/media/video-display-toggle-expected.png:
232 * platform/chromium-mac-leopard/media/video-layer-crash-expected.png:
233 * platform/chromium-mac-leopard/media/video-playing-and-pause-expected.png:
234 * platform/chromium-mac-leopard/media/video-transformed-expected.png:
235 * platform/chromium-mac-leopard/media/video-volume-slider-expected.png:
236 * platform/chromium-mac-leopard/media/video-zoom-expected.png:
237 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
238 * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.txt: Renamed from LayoutTests/platform/chromium/media/controls-after-reload-expected.txt.
239 * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
240 * platform/chromium-mac-snowleopard/media/controls-strict-expected.txt: Renamed from LayoutTests/platform/chromium/media/controls-strict-expected.txt.
241 * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
242 * platform/chromium-mac-snowleopard/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/chromium/media/controls-styling-expected.txt.
243 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
244 * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.txt: Renamed from LayoutTests/platform/chromium/media/controls-without-preload-expected.txt.
245 * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png: Added.
246 * platform/chromium-mac-snowleopard/media/video-canvas-alpha-expected.png: Added.
247 * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
248 * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
249 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
250 * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.txt: Renamed from LayoutTests/platform/chromium/media/video-playing-and-pause-expected.txt.
251 * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
252 * platform/chromium-mac-snowleopard/media/video-volume-slider-expected.png:
253 * platform/chromium-mac-snowleopard/media/video-volume-slider-expected.txt: Renamed from LayoutTests/platform/chromium/media/video-volume-slider-expected.txt.
254 * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png:
255 * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.txt: Renamed from LayoutTests/platform/chromium/media/video-zoom-controls-expected.txt.
256 * platform/chromium-mac-snowleopard/media/video-zoom-expected.png: Added.
257 * platform/chromium-mac/media/video-aspect-ratio-expected.png: Removed.
258 * platform/chromium-mac/media/video-canvas-alpha-expected.png: Removed.
259 * platform/chromium-mac/media/video-zoom-expected.png: Removed.
260 * platform/chromium-win/media/controls-after-reload-expected.png:
261 * platform/chromium-win/media/controls-strict-expected.png:
262 * platform/chromium-win/media/controls-styling-expected.png:
263 * platform/chromium-win/media/controls-without-preload-expected.png:
264 * platform/chromium-win/media/video-aspect-ratio-expected.png:
265 * platform/chromium-win/media/video-canvas-alpha-expected.png:
266 * platform/chromium-win/media/video-display-toggle-expected.png:
267 * platform/chromium-win/media/video-layer-crash-expected.png:
268 * platform/chromium-win/media/video-playing-and-pause-expected.png:
269 * platform/chromium-win/media/video-transformed-expected.png:
270 * platform/chromium-win/media/video-volume-slider-expected.png:
271 * platform/chromium-win/media/video-zoom-controls-expected.png:
272 * platform/chromium-win/media/video-zoom-expected.png:
273 * platform/chromium/test_expectations.txt:
274 * platform/mac-future/media/controls-strict-expected.txt: Renamed from LayoutTests/platform/mac/media/controls-strict-expected.txt.
276 2012-02-13 Chris Fleizach <cfleizach@apple.com>
278 AX: <mark> element should be exposed through attributes
279 https://bugs.webkit.org/show_bug.cgi?id=75727
281 Reviewed by Beth Dakin.
283 * platform/mac/accessibility/attributed-string-includes-highlighting-expected.txt: Added.
284 * platform/mac/accessibility/attributed-string-includes-highlighting.html: Added.
286 2012-02-13 Chris Fleizach <cfleizach@apple.com>
288 AX: the web area should report that focus can be set to itself
289 https://bugs.webkit.org/show_bug.cgi?id=78272
291 Reviewed by Beth Dakin.
293 * platform/mac/accessibility/webarea-can-set-focus-expected.txt: Added.
294 * platform/mac/accessibility/webarea-can-set-focus.html: Added.
296 2012-02-13 Tony Chang <tony@chromium.org>
298 [chromium] Unreviewed, update mac-snowleopard result. This matches
299 the Apple Mac (Lion) result except for minor antialias differences.
301 * platform/chromium-mac-snowleopard/svg/custom/foreignObject-crash-on-hover-expected.png:
303 2012-02-10 Vsevolod Vlasov <vsevik@chromium.org>
305 Web Inspector: Make ScriptsNavigator default file selector.
306 https://bugs.webkit.org/show_bug.cgi?id=78349
308 Reviewed by Pavel Feldman.
310 * http/tests/inspector/debugger-test.js:
311 (initialize_DebuggerTest):
312 (initialize_DebuggerTest.):
313 * inspector/debugger/scripts-combobox-file-selector-history-expected.txt: Added.
314 * inspector/debugger/scripts-combobox-file-selector-history.html: Added.
315 * inspector/debugger/scripts-file-selector-expected.txt: Copied from LayoutTests/inspector/debugger/scripts-panel-expected.txt.
316 * inspector/debugger/scripts-file-selector.html: Added.
317 * inspector/debugger/scripts-panel-expected.txt:
318 * inspector/debugger/scripts-panel.html:
319 * inspector/debugger/scripts-sorting-expected.txt:
320 * inspector/debugger/scripts-sorting.html:
321 * inspector/debugger/source-frame-count.html:
323 2012-02-13 Csaba Osztrogonác <ossy@webkit.org>
325 [Qt] Unreviewed gardening, skip a new failing test.
327 * platform/qt/Skipped:
329 2012-02-13 Pavel Podivilov <podivilov@chromium.org>
331 Unreviewed, add new chromium baselines for font-face-multiple-faces.html.
333 * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png:
334 * platform/chromium-win/fast/css/font-face-multiple-faces-expected.png:
336 2012-02-13 Peter Rybin <peter.rybin@gmail.com>
338 Web Inspector: In Inspector.json PropertyDescriptor.writable should be declared optional
339 https://bugs.webkit.org/show_bug.cgi?id=77917
341 Reviewed by Pavel Feldman.
343 "Undefined" getter and setter is now visible.
345 * inspector/runtime/runtime-getProperties-expected.txt:
347 2012-02-13 Csaba Osztrogonác <ossy@webkit.org>
349 [Qt] Unreviewed gardening.
351 * platform/qt/test_expectations.txt: Mark fast/js/dfg-inline-function-dot-caller.html as slow in debug mode.
353 2012-02-13 Pavel Podivilov <podivilov@chromium.org>
355 Unreviewed, add "IMAGE" to two svg/carto.net tests expectations.
357 * platform/chromium/test_expectations.txt:
359 2012-02-13 Pavel Feldman <pfeldman@google.com>
361 Web Inspector: wrap settings selector text and adding a rule with undoable actions.
362 https://bugs.webkit.org/show_bug.cgi?id=78482
364 Reviewed by Yury Semikhatsky.
366 * inspector/styles/undo-add-new-rule-expected.txt: Added.
367 * inspector/styles/undo-add-new-rule.html: Added.
368 * inspector/styles/undo-set-selector-text-expected.txt: Added.
369 * inspector/styles/undo-set-selector-text.html: Added.
371 2012-02-13 Csaba Osztrogonác <ossy@webkit.org>
373 [Qt] Unreviewed gardening, unskip now passing tests.
375 * platform/qt/Skipped:
377 2012-02-13 Csaba Osztrogonác <ossy@webkit.org>
379 Unreviewed gardening after r107544.
381 * fast/dom/wrapper-classes-expected.txt:
382 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
383 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
385 2012-02-13 Pavel Podivilov <podivilov@chromium.org>
387 Unreviewed, mark dfg-put-by-id-prototype-check.html as failing in chromium (new test).
389 * platform/chromium/test_expectations.txt:
391 2012-02-13 Arko Saha <arko@motorola.com>
393 <summary> is not keyboard accessible.
394 https://bugs.webkit.org/show_bug.cgi?id=75478
396 Reviewed by Hajime Morita.
398 * fast/html/details-keyboard-show-hide-expected.txt: Added.
399 * fast/html/details-keyboard-show-hide.html: Added.
400 * platform/chromium/test_expectations.txt: <summary> is now focusable and clicking
401 it draws a focus ring. So we need to rebase failed test cases.
403 2012-02-13 Csaba Osztrogonác <ossy@webkit.org>
405 [Qt] REGRESSION(r107518): It broke many tests
406 https://bugs.webkit.org/show_bug.cgi?id=78471
408 * platform/qt/Skipped: Unreviewed gardening, skip failing tests.
410 2012-02-13 Pavel Podivilov <podivilov@chromium.org>
412 Unreviewed, add new baseline for font-face-default-font.html on linux.
414 * platform/chromium-linux/fast/css/font-face-default-font-expected.txt: Added.
416 2012-02-13 Noel Gordon <noel.gordon@gmail.com>
418 Rebaseline JPEG image results after r107389
419 https://bugs.webkit.org/show_bug.cgi?id=78454
421 Unreviewed. Preparation for a bunch of rebaselines.
423 * platform/chromium/test_expectations.txt: unskip tests to allow bots to cycle and
424 produce the new JPEG image results.
426 2012-02-13 Gavin Barraclough <barraclough@apple.com>
428 https://bugs.webkit.org/show_bug.cgi?id=78434
429 Unreviewed - temporarily reverting r107498 will I fix a couple of testcases.
431 * fast/js/Object-getOwnPropertyNames-expected.txt:
432 * fast/js/cyclic-prototypes-expected.txt:
433 * fast/js/parser-syntax-check-expected.txt:
434 * fast/js/preventExtensions-expected.txt:
435 * fast/js/prototypes-expected.txt:
436 * fast/js/script-tests/Object-getOwnPropertyNames.js:
437 * fast/js/script-tests/cyclic-prototypes.js:
438 * fast/js/script-tests/parser-syntax-check.js:
439 * fast/js/script-tests/preventExtensions.js:
440 * fast/js/script-tests/prototypes.js:
442 2012-02-13 Pavel Podivilov <podivilov@chromium.org>
444 Unreviewed, remove missing test from expectations.
446 * platform/chromium/test_expectations.txt:
448 2012-02-13 Adam Barth <abarth@webkit.org>
450 This test is testing the argument handling behavior of this API. Now
451 that we autogenerate this code, we now throw consistent exceptions with
452 the rest of the platform. There shouldn't be a compat issue here
453 because this API hasn't shipped in production releases yet.
455 * fast/dom/MediaStream/argument-types-expected.txt:
456 * fast/dom/MediaStream/script-tests/argument-types.js:
458 2012-02-13 Kangil Han <kangil.han@samsung.com>
460 [EFL][DRT] Add new expected layout results come from bug 78091.
461 https://bugs.webkit.org/show_bug.cgi?id=78188
463 Reviewed by Ryosuke Niwa.
465 Implemented zoomPageIn, zoomPageOut, textZoomIn and textZoomOut events on EFL DRT.
466 This patch will activate around 1,900 test cases from skipped list in EFL port.
468 * platform/efl/Skipped:
469 * platform/efl/svg/css/composite-shadow-example-expected.txt: Added.
470 * platform/efl/svg/css/composite-shadow-text-expected.txt: Added.
471 * platform/efl/svg/css/composite-shadow-with-opacity-expected.txt: Added.
472 * platform/efl/svg/css/css-box-min-width-expected.txt: Added.
473 * platform/efl/svg/css/group-with-shadow-expected.txt: Added.
474 * platform/efl/svg/css/mask-with-shadow-expected.txt: Added.
475 * platform/efl/svg/css/path-gradient-stroke-shadow-expected.txt: Added.
476 * platform/efl/svg/css/path-with-shadow-expected.txt: Added.
477 * platform/efl/svg/css/shadow-and-opacity-expected.txt: Added.
478 * platform/efl/svg/css/shadow-changes-expected.txt: Added.
479 * platform/efl/svg/css/shadow-with-large-radius-expected.txt: Added.
480 * platform/efl/svg/css/shadow-with-negative-offset-expected.txt: Added.
481 * platform/efl/svg/css/stars-with-shadow-expected.txt: Added.
482 * platform/efl/svg/css/text-gradient-shadow-expected.txt: Added.
483 * platform/efl/svg/css/text-shadow-multiple-expected.txt: Added.
484 * platform/efl/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added.
485 * platform/efl/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added.
486 * platform/efl/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.txt: Added.
487 * platform/efl/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt: Added.
488 * platform/efl/svg/foreignObject/svg-document-as-direct-child-expected.txt: Added.
489 * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.txt: Added.
490 * platform/efl/svg/hixie/cascade/001-broken-expected.txt: Added.
491 * platform/efl/svg/hixie/cascade/002-expected.txt: Added.
492 * platform/efl/svg/hixie/data-types/001-expected.txt: Added.
493 * platform/efl/svg/hixie/data-types/002-expected.txt: Added.
494 * platform/efl/svg/hixie/dynamic/002-expected.txt: Added.
495 * platform/efl/svg/hixie/dynamic/003-expected.txt: Added.
496 * platform/efl/svg/hixie/dynamic/004-expected.txt: Added.
497 * platform/efl/svg/hixie/dynamic/005-expected.txt: Added.
498 * platform/efl/svg/hixie/dynamic/006-expected.txt: Added.
499 * platform/efl/svg/hixie/error/001-expected.txt: Added.
500 * platform/efl/svg/hixie/error/002-expected.txt: Added.
501 * platform/efl/svg/hixie/error/003-expected.txt: Added.
502 * platform/efl/svg/hixie/error/006-expected.txt: Added.
503 * platform/efl/svg/hixie/error/007-expected.txt: Added.
504 * platform/efl/svg/hixie/error/008-expected.txt: Added.
505 * platform/efl/svg/hixie/error/009-expected.txt: Added.
506 * platform/efl/svg/hixie/error/010-expected.txt: Added.
507 * platform/efl/svg/hixie/error/011-expected.txt: Added.
508 * platform/efl/svg/hixie/error/012-expected.txt: Added.
509 * platform/efl/svg/hixie/error/013-expected.txt: Added.
510 * platform/efl/svg/hixie/error/014-expected.txt: Added.
511 * platform/efl/svg/hixie/error/014-test-expected.txt: Added.
512 * platform/efl/svg/hixie/error/015-expected.txt: Added.
513 * platform/efl/svg/hixie/error/016-expected.txt: Added.
514 * platform/efl/svg/hixie/error/017-expected.txt: Added.
515 * platform/efl/svg/hixie/intrinsic/001-expected.txt: Added.
516 * platform/efl/svg/hixie/intrinsic/002-expected.txt: Added.
517 * platform/efl/svg/hixie/intrinsic/003-expected.txt: Added.
518 * platform/efl/svg/hixie/links/002-expected.txt: Added.
519 * platform/efl/svg/hixie/mixed/003-expected.txt: Added.
520 * platform/efl/svg/hixie/mixed/004-expected.txt: Added.
521 * platform/efl/svg/hixie/mixed/005-expected.txt: Added.
522 * platform/efl/svg/hixie/mixed/006-expected.txt: Added.
523 * platform/efl/svg/hixie/mixed/007-expected.txt: Added.
524 * platform/efl/svg/hixie/mixed/008-expected.txt: Added.
525 * platform/efl/svg/hixie/mixed/009-expected.txt: Added.
526 * platform/efl/svg/hixie/mixed/010-expected.txt: Added.
527 * platform/efl/svg/hixie/mixed/011-expected.txt: Added.
528 * platform/efl/svg/hixie/painting/001-expected.txt: Added.
529 * platform/efl/svg/hixie/perf/001-expected.txt: Added.
530 * platform/efl/svg/hixie/perf/002-expected.txt: Added.
531 * platform/efl/svg/hixie/perf/003-expected.txt: Added.
532 * platform/efl/svg/hixie/perf/004-expected.txt: Added.
533 * platform/efl/svg/hixie/perf/005-expected.txt: Added.
534 * platform/efl/svg/hixie/perf/006-expected.txt: Added.
535 * platform/efl/svg/hixie/perf/007-expected.txt: Added.
536 * platform/efl/svg/hixie/processing-model/003-expected.txt: Added.
537 * platform/efl/svg/hixie/processing-model/004-expected.txt: Added.
538 * platform/efl/svg/hixie/processing-model/005-expected.txt: Added.
539 * platform/efl/svg/hixie/rendering-model/001-expected.txt: Added.
540 * platform/efl/svg/hixie/rendering-model/002-expected.txt: Added.
541 * platform/efl/svg/hixie/rendering-model/003-expected.txt: Added.
542 * platform/efl/svg/hixie/rendering-model/003a-expected.txt: Added.
543 * platform/efl/svg/hixie/rendering-model/004-expected.txt: Added.
544 * platform/efl/svg/hixie/shapes/path/001-expected.txt: Added.
545 * platform/efl/svg/hixie/text/001-expected.txt: Added.
546 * platform/efl/svg/hixie/text/002-expected.txt: Added.
547 * platform/efl/svg/hixie/text/003-expected.txt: Added.
548 * platform/efl/svg/hixie/text/003a-expected.txt: Added.
549 * platform/efl/svg/hixie/text/003b-expected.txt: Added.
550 * platform/efl/svg/hixie/transform/001-expected.txt: Added.
551 * platform/efl/svg/hixie/use/001-expected.txt: Added.
552 * platform/efl/svg/hixie/use/002-expected.txt: Added.
553 * platform/efl/svg/hixie/use/002-test-expected.txt: Added.
554 * platform/efl/svg/hixie/viewbox/001-expected.txt: Added.
555 * platform/efl/svg/hixie/viewbox/004-expected.txt: Added.
556 * platform/efl/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
557 * platform/efl/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
558 * platform/efl/svg/in-html/by-reference-expected.txt: Added.
559 * platform/efl/svg/in-html/circle-expected.txt: Added.
560 * platform/efl/svg/overflow/overflow-on-foreignObject-expected.txt: Added.
561 * platform/efl/svg/overflow/overflow-on-inner-svg-element-defaults-expected.txt: Added.
562 * platform/efl/svg/overflow/overflow-on-inner-svg-element-expected.txt: Added.
563 * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt: Added.
564 * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt: Added.
565 * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt: Added.
566 * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt: Added.
567 * platform/efl/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt: Added.
568 * platform/efl/svg/repaint/filter-child-repaint-expected.txt: Added.
569 * platform/efl/svg/repaint/filter-repaint-expected.txt: Added.
570 * platform/efl/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
571 * platform/efl/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
572 * platform/efl/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
573 * platform/efl/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
574 * platform/efl/svg/transforms/svg-css-transforms-expected.txt: Added.
575 * platform/efl/svg/transforms/text-with-mask-with-svg-transform-expected.txt: Added.
576 * platform/efl/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
577 * platform/efl/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
578 * platform/efl/svg/wicd/rightsizing-grid-expected.txt: Added.
579 * platform/efl/svg/wicd/sizing-flakiness-expected.txt: Added.
580 * platform/efl/svg/wicd/test-rightsizing-a-expected.txt: Added.
581 * platform/efl/svg/wicd/test-rightsizing-b-expected.txt: Added.
582 * platform/efl/svg/wicd/test-scalable-background-image1-expected.txt: Added.
583 * platform/efl/svg/wicd/test-scalable-background-image2-expected.txt: Added.
584 * platform/efl/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.txt: Added.
585 * platform/efl/svg/zoom/page/absolute-sized-document-scrollbars-expected.txt: Added.
586 * platform/efl/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
587 * platform/efl/svg/zoom/page/zoom-background-images-expected.txt: Added.
588 * platform/efl/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added.
589 * platform/efl/svg/zoom/page/zoom-foreignObject-expected.txt: Added.
590 * platform/efl/svg/zoom/page/zoom-hixie-mixed-008-expected.txt: Added.
591 * platform/efl/svg/zoom/page/zoom-hixie-mixed-009-expected.txt: Added.
592 * platform/efl/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added.
593 * platform/efl/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
594 * platform/efl/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added.
595 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
596 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
597 * platform/efl/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added.
598 * platform/efl/svg/zoom/page/zoom-svg-as-image-expected.txt: Added.
599 * platform/efl/svg/zoom/page/zoom-svg-as-object-expected.txt: Added.
600 * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
601 * platform/efl/svg/zoom/page/zoom-svg-float-border-padding-expected.txt: Added.
602 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
603 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
604 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
605 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
606 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
607 * platform/efl/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
608 * platform/efl/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.txt: Added.
609 * platform/efl/svg/zoom/text/absolute-sized-document-scrollbars-expected.txt: Added.
610 * platform/efl/svg/zoom/text/relative-sized-document-scrollbars-expected.txt: Added.
611 * platform/efl/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added.
612 * platform/efl/svg/zoom/text/zoom-foreignObject-expected.txt: Added.
613 * platform/efl/svg/zoom/text/zoom-hixie-mixed-008-expected.txt: Added.
614 * platform/efl/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: Added.
615 * platform/efl/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt: Added.
616 * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
618 2012-02-12 Philippe Normand <pnormand@igalia.com>
620 Unreviewed, skipping 2 tests failing because of bug 78434.
622 * platform/gtk/Skipped:
624 2012-02-12 Kenichi Ishibashi <bashi@chromium.org>
626 Unreviewed test expectations update after r107516.
628 * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Added.
629 * platform/chromium-mac-leopard/fast/css/font-face-multiple-faces-expected.png:
630 * platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.png: Added.
631 * platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.txt: Added.
632 * platform/chromium-mac-snowleopard/fast/css/font-face-multiple-faces-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/css/font-face-multiple-faces-expected.png.
633 * platform/chromium-mac/fast/css/font-face-default-font-expected.png: Removed.
634 * platform/chromium-win/fast/css/font-face-default-font-expected.png:
635 * platform/chromium-win/fast/css/font-face-default-font-expected.txt:
637 2012-02-12 Kenichi Ishibashi <bashi@chromium.org>
639 Remove fast/css/font-face-descriptor-multiple-values.html
640 https://bugs.webkit.org/show_bug.cgi?id=78456
642 The test is no longer needed because WebKit now follow the current
643 draft(*1) and doesn't accept multiple font-weight descriptors.
644 (*1) http://dev.w3.org/csswg/css3-fonts/#descdef-font-weight
646 Reviewed by Hajime Morita.
648 * fast/css/font-face-descriptor-multiple-values.html: Removed.
649 * fast/css/resources/font-face-descriptor-multiple-values-parsing.js: Removed.
650 * platform/chromium-linux/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
651 * platform/chromium-mac-leopard/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
652 * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
653 * platform/chromium-mac/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Removed.
654 * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
655 * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
656 * platform/chromium-win/fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Removed.
657 * platform/efl/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
658 * platform/efl/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
659 * platform/gtk/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
660 * platform/gtk/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
661 * platform/mac-leopard/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
662 * platform/mac/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
663 * platform/mac/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
664 * platform/qt/fast/css/font-face-descriptor-multiple-values-expected.png: Removed.
665 * platform/qt/fast/css/font-face-descriptor-multiple-values-expected.txt: Removed.
667 2012-02-12 Kangil Han <kangil.han@samsung.com>
669 [EFL][DRT] Implement zoomPage{In,Out} and textZoom{In,Out} events.
670 https://bugs.webkit.org/show_bug.cgi?id=78091
672 Reviewed by Hajime Morita.
674 Implemented zoomPageIn, zoomPageOut, textZoomIn and textZoomOut events on EFL DRT.
675 This patch will activate around 1,900 test cases from skipped list in EFL port.
677 * platform/efl/fast/css/ignore-text-zoom-expected.txt: Added.
678 * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt: Added.
679 * platform/efl/fast/images/imagemap-focus-ring-zoom-expected.txt: Added.
680 * platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
681 * platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
682 * platform/efl/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
683 * platform/efl/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
684 * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Added.
685 * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Added.
686 * platform/efl/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Added.
687 * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Added.
688 * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Added.
689 * platform/efl/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Added.
690 * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Added.
691 * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Added.
692 * platform/efl/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Added.
693 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Added.
694 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Added.
695 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Added.
696 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Added.
697 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Added.
698 * platform/efl/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Added.
699 * platform/efl/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Added.
700 * platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
701 * platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
702 * platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
703 * platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
704 * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
705 * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
706 * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
707 * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
708 * platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
709 * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
710 * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
711 * platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt: Added.
712 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt: Added.
713 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt: Added.
714 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt: Added.
715 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt: Added.
716 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt: Added.
717 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt: Added.
718 * platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
719 * platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt: Added.
720 * platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
721 * platform/efl/svg/as-background-image/animated-svg-as-background-expected.txt: Added.
722 * platform/efl/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added.
723 * platform/efl/svg/as-background-image/background-image-tiled-expected.txt: Added.
724 * platform/efl/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added.
725 * platform/efl/svg/as-background-image/svg-as-background-2-expected.txt: Added.
726 * platform/efl/svg/as-background-image/svg-as-background-6-expected.txt: Added.
727 * platform/efl/svg/as-background-image/svg-as-background-expected.txt: Added.
728 * platform/efl/svg/as-background-image/svg-as-background-with-relative-size-expected.txt: Added.
729 * platform/efl/svg/as-background-image/svg-as-background-with-viewBox-expected.txt: Added.
730 * platform/efl/svg/as-background-image/svg-as-tiled-background-expected.txt: Added.
731 * platform/efl/svg/as-background-image/svg-background-partial-redraw-expected.txt: Added.
732 * platform/efl/svg/as-background-image/svg-width-100p-as-background-expected.txt: Added.
733 * platform/efl/svg/as-border-image/svg-as-border-image-2-expected.txt: Added.
734 * platform/efl/svg/as-border-image/svg-as-border-image-expected.txt: Added.
735 * platform/efl/svg/as-image/animated-svg-as-image-expected.txt: Added.
736 * platform/efl/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Added.
737 * platform/efl/svg/as-image/animated-svg-as-image-same-image-expected.txt: Added.
738 * platform/efl/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added.
739 * platform/efl/svg/as-image/img-preserveAspectRatio-support-2-expected.txt: Added.
740 * platform/efl/svg/as-image/same-image-two-instances-expected.txt: Added.
741 * platform/efl/svg/as-image/svg-as-image-expected.txt: Added.
742 * platform/efl/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added.
743 * platform/efl/svg/as-image/svg-image-change-content-size-expected.txt: Added.
744 * platform/efl/svg/batik/filters/feTile-expected.txt: Added.
745 * platform/efl/svg/batik/filters/filterRegions-expected.txt: Added.
746 * platform/efl/svg/batik/masking/maskRegions-expected.txt: Added.
747 * platform/efl/svg/batik/paints/gradientLimit-expected.txt: Added.
748 * platform/efl/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
749 * platform/efl/svg/batik/paints/patternRegionA-expected.txt: Added.
750 * platform/efl/svg/batik/paints/patternRegions-expected.txt: Added.
751 * platform/efl/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added.
752 * platform/efl/svg/batik/text/longTextOnPath-expected.txt: Added.
753 * platform/efl/svg/batik/text/smallFonts-expected.txt: Added.
754 * platform/efl/svg/batik/text/textAnchor-expected.txt: Added.
755 * platform/efl/svg/batik/text/textAnchor2-expected.txt: Added.
756 * platform/efl/svg/batik/text/textAnchor3-expected.txt: Added.
757 * platform/efl/svg/batik/text/textDecoration-expected.txt: Added.
758 * platform/efl/svg/batik/text/textDecoration2-expected.txt: Added.
759 * platform/efl/svg/batik/text/textEffect-expected.txt: Added.
760 * platform/efl/svg/batik/text/textEffect2-expected.txt: Added.
761 * platform/efl/svg/batik/text/textEffect3-expected.txt: Added.
762 * platform/efl/svg/batik/text/textFeatures-expected.txt: Added.
763 * platform/efl/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
764 * platform/efl/svg/batik/text/textLayout-expected.txt: Added.
765 * platform/efl/svg/batik/text/textLayout2-expected.txt: Added.
766 * platform/efl/svg/batik/text/textLength-expected.txt: Added.
767 * platform/efl/svg/batik/text/textOnPath-expected.txt: Added.
768 * platform/efl/svg/batik/text/textOnPath2-expected.txt: Added.
769 * platform/efl/svg/batik/text/textOnPath3-expected.txt: Added.
770 * platform/efl/svg/batik/text/textOnPathSpaces-expected.txt: Added.
771 * platform/efl/svg/batik/text/textPCDATA-expected.txt: Added.
772 * platform/efl/svg/batik/text/textPosition-expected.txt: Added.
773 * platform/efl/svg/batik/text/textPosition2-expected.txt: Added.
774 * platform/efl/svg/batik/text/textProperties-expected.txt: Added.
775 * platform/efl/svg/batik/text/textProperties2-expected.txt: Added.
776 * platform/efl/svg/batik/text/textStyles-expected.txt: Added.
777 * platform/efl/svg/batik/text/verticalText-expected.txt: Added.
778 * platform/efl/svg/batik/text/verticalTextOnPath-expected.txt: Added.
779 * platform/efl/svg/batik/text/xmlSpace-expected.txt: Added.
780 * platform/efl/svg/carto.net/button-expected.txt: Added.
781 * platform/efl/svg/carto.net/colourpicker-expected.txt: Added.
782 * platform/efl/svg/carto.net/combobox-expected.txt: Added.
783 * platform/efl/svg/carto.net/scrollbar-expected.txt: Added.
784 * platform/efl/svg/carto.net/selectionlist-expected.txt: Added.
785 * platform/efl/svg/carto.net/slider-expected.txt: Added.
786 * platform/efl/svg/carto.net/tabgroup-expected.txt: Added.
787 * platform/efl/svg/carto.net/textbox-expected.txt: Added.
788 * platform/efl/svg/carto.net/window-expected.txt: Added.
789 * platform/efl/svg/clip-path/clip-in-clip-expected.txt: Added.
790 * platform/efl/svg/clip-path/clip-in-mask-expected.txt: Added.
791 * platform/efl/svg/clip-path/clip-path-child-clipped-expected.txt: Added.
792 * platform/efl/svg/clip-path/clip-path-clipped-no-content-expected.txt: Added.
793 * platform/efl/svg/clip-path/clip-path-css-transform-1-expected.txt: Added.
794 * platform/efl/svg/clip-path/clip-path-css-transform-2-expected.txt: Added.
795 * platform/efl/svg/clip-path/clip-path-evenodd-expected.txt: Added.
796 * platform/efl/svg/clip-path/clip-path-evenodd-nonzero-expected.txt: Added.
797 * platform/efl/svg/clip-path/clip-path-nonzero-evenodd-expected.txt: Added.
798 * platform/efl/svg/clip-path/clip-path-nonzero-expected.txt: Added.
799 * platform/efl/svg/clip-path/clip-path-pixelation-expected.txt: Added.
800 * platform/efl/svg/clip-path/clip-path-recursive-call-by-child-expected.txt: Added.
801 * platform/efl/svg/clip-path/clip-path-recursive-call-expected.txt: Added.
802 * platform/efl/svg/clip-path/clip-path-text-and-shape-expected.txt: Added.
803 * platform/efl/svg/clip-path/clip-path-text-and-stroke-expected.txt: Added.
804 * platform/efl/svg/clip-path/clip-path-text-expected.txt: Added.
805 * platform/efl/svg/clip-path/clip-path-transform-1-expected.txt: Added.
806 * platform/efl/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Added.
807 * platform/efl/svg/clip-path/clip-path-use-as-child2-expected.txt: Added.
808 * platform/efl/svg/clip-path/clip-path-use-as-child3-expected.txt: Added.
809 * platform/efl/svg/clip-path/clip-path-use-as-child4-expected.txt: Added.
810 * platform/efl/svg/clip-path/clip-path-use-as-child5-expected.txt: Added.
811 * platform/efl/svg/clip-path/clip-path-with-container-expected.txt: Added.
812 * platform/efl/svg/clip-path/clip-path-with-different-unittypes-expected.txt: Added.
813 * platform/efl/svg/clip-path/clip-path-with-different-unittypes2-expected.txt: Added.
814 * platform/efl/svg/clip-path/clip-path-with-invisibile-child-expected.txt: Added.
815 * platform/efl/svg/clip-path/clip-path-with-text-clipped-expected.txt: Added.
816 * platform/efl/svg/clip-path/clipper-placement-issue-expected.txt: Added.
817 * platform/efl/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt: Added.
818 * platform/efl/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Added.
819 * platform/efl/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Added.
820 * platform/efl/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.txt: Added.
821 * platform/efl/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.txt: Added.
822 * platform/efl/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.txt: Added.
823 * platform/efl/svg/css/arrow-with-shadow-expected.txt: Added.
824 * platform/efl/svg/css/clippath-with-shadow-expected.txt: Added.
826 2012-02-12 David Barr <davidbarr@chromium.org>
828 CSS3 currentColor on outline-color gets treated as inherit
829 https://bugs.webkit.org/show_bug.cgi?id=73180
831 Reviewed by Antti Koivisto.
833 Adapted fast/css/background-currentcolor.html dumpRenderTree test
836 * fast/css/outline-currentcolor-expected.txt: Added.
837 * fast/css/outline-currentcolor.html: Added.
839 2012-02-12 Shinya Kawanaka <shinyak@google.com>
841 INPUT shouldn't create ShadowRoot dynamically.
842 https://bugs.webkit.org/show_bug.cgi?id=77930
844 Reviewed by Dimitri Glazkov.
846 Ensures cheaging input type does not cause shadow root recreation.
848 * fast/dom/shadow/input-shadow-nochange.html: Added.
849 * fast/dom/shadow/input-shadow-nochange-expected.txt: Added.
851 2012-02-12 Shinya Kawanaka <shinyak@google.com>
853 SVGTRefElement shouldn't create a shadow root dynamically.
854 https://bugs.webkit.org/show_bug.cgi?id=77938
856 Reviewed by Hajime Morita.
858 Checks a shadow root exists of tref element in cases xlink:href is set and is not set.
860 * svg/custom/tref-shadowdom-expected.txt: Added.
861 * svg/custom/tref-shadowdom.html: Added.
863 2012-02-12 Abhishek Arya <inferno@chromium.org>
865 Regression (r104528): Crash when moving nodes across documents.
866 https://bugs.webkit.org/show_bug.cgi?id=78432
868 Reviewed by Hajime Morita.
870 * fast/dom/node-move-to-new-document-crash-main-expected.txt: Added.
871 * fast/dom/node-move-to-new-document-crash-main.html: Added.
872 * fast/dom/resources/node-move-to-new-document-crash.svg: Added.
874 2012-02-12 Kenichi Ishibashi <bashi@chromium.org>
876 If @font-face does not provide an explicit italic/bold variant, regular is used.
877 https://bugs.webkit.org/show_bug.cgi?id=34147
879 Reviewed by Dan Bernstein.
881 Added two tests to make sure font matching algorithm matches the current draft of CSS Fonts Module Level 3, and removed a test which uses obsoleted 'all' value for font-weight and font-style.
883 * fast/css/font-face-descriptor-multiple-values-parsing-expected.txt: Removed.
884 * fast/css/font-face-descriptor-multiple-values-parsing.html: Removed.
885 * fast/css/font-face-synthetic-bold-italic.html: Added.
886 * fast/css/font-face-weight-matching.html: Added.
887 * platform/chromium/test_expectations.txt: Needs rebaselines.
889 2012-02-12 Csaba Osztrogonác <ossy@webkit.org>
891 [Qt] Unreviewed weekend gardening. Update expected files.
893 * platform/qt/fast/dom/Window/window-properties-expected.txt:
894 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
896 2012-02-12 Philippe Normand <pnormand@igalia.com>
898 Unreviewed, rebaseline after r107483 and r107498.
900 * fast/dom/wrapper-classes-expected.txt:
901 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
902 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
904 2012-02-12 Philippe Normand <pnormand@igalia.com>
906 Unreviewed, skip mutation tests on GTK again after r107504.
908 * platform/gtk/Skipped:
910 2012-02-10 Gavin Barraclough <barraclough@apple.com>
912 Move special __proto__ property to Object.prototype
913 https://bugs.webkit.org/show_bug.cgi?id=78409
915 Reviewed by Oliver Hunt.
917 Re-implement this as a regular accessor property. This has three key benefits:
918 1) It makes it possible for objects to be given properties named __proto__.
919 2) Object.prototype.__proto__ can be deleted, preventing object prototypes from being changed.
920 3) This largely removes the magic used the implement __proto__, it can just be made a regular accessor property.
922 * fast/js/Object-getOwnPropertyNames-expected.txt:
923 * fast/js/cyclic-prototypes-expected.txt:
924 * fast/js/parser-syntax-check-expected.txt:
925 * fast/js/preventExtensions-expected.txt:
926 * fast/js/prototypes-expected.txt:
928 * fast/js/script-tests/Object-getOwnPropertyNames.js:
929 - __proto__ is now a property of Object Prototype.
930 * fast/js/script-tests/cyclic-prototypes.js:
931 - setting an object's prototype to null removes __proto__ setter, future usage won't set prototype.
932 * fast/js/script-tests/parser-syntax-check.js:
933 - Allow functions named __proto__
934 * fast/js/script-tests/preventExtensions.js:
935 - Setting __proto__ should not throw.
936 * fast/js/script-tests/prototypes.js:
937 - Objects may contained own properties named __proto__, add new test cases.
939 2012-02-11 Filip Pizlo <fpizlo@apple.com>
941 DFG CFA assumes that a WeakJSConstant's structure is known
942 https://bugs.webkit.org/show_bug.cgi?id=78428
943 <rdar://problem/10849492> <rdar://problem/10849621>
945 Rubber stamped by Gavin Barraclough.
947 * fast/js/dfg-put-by-id-prototype-check-expected.txt: Added.
948 * fast/js/dfg-put-by-id-prototype-check.html: Added.
949 * fast/js/script-tests/dfg-put-by-id-prototype-check.js: Added.
953 2012-02-11 Filip Pizlo <fpizlo@apple.com>
955 [DFG] Misuse of WeakJSConstants in silentFillGPR code.
956 https://bugs.webkit.org/show_bug.cgi?id=78423
957 <rdar://problem/10849353> <rdar://problem/10804043>
959 Rubber stamped by Sam Weinig.
961 * fast/js/dfg-weak-js-constant-silent-fill.html: Added.
962 * fast/js/dfg-weak-js-constant-silent-fill-expected.txt: Added.
963 * fast/js/script-tests/dfg-weak-js-constant-silent-fill.js: Added.
965 2012-02-11 Arko Saha <arko@motorola.com>
967 HTML 5: Support click() method on HTMLElement.
968 https://bugs.webkit.org/show_bug.cgi?id=27880
970 Reviewed by Timothy Hatcher.
972 * fast/dom/click-method-on-html-element-expected.txt: Added.
973 * fast/dom/click-method-on-html-element.html: Added.
975 2012-02-11 Andreas Kling <awesomekling@apple.com>
977 Node.isEqualNode() compares attributes twice.
978 <http://webkit.org/b/78414>
980 Reviewed by Anders Carlsson.
982 * fast/dom/isEqualNode-after-removeAttribute-expected.txt: Added.
983 * fast/dom/isEqualNode-after-removeAttribute.html: Added.
985 2012-02-11 Csaba Osztrogonác <ossy@webkit.org>
987 [Qt] Unreviewed weekend gardening.
989 * platform/qt/Skipped: Skip tests because ENABLE(MUTATION_OBSERVERS) is disabled.
991 2012-02-10 Edward O'Connor <eoconnor@apple.com>
993 Change values for WEBKIT_KEYFRAMES_RULE, WEBKIT_KEYFRAME_RULE
994 https://bugs.webkit.org/show_bug.cgi?id=71293
996 Reviewed by Chris Marrin.
998 * animations/animation-css-rule-types-expected.txt:
999 * animations/script-tests/animation-css-rule-types.js: Update
1000 expected WEBKIT_KEYFRAMES_RULE and WEBKIT_KEYFRAME_RULE values.
1002 2012-02-10 Tony Chang <tony@chromium.org>
1004 [chromium] Unreviewed gardening.
1005 svg/text/non-bmp-positioning-lists.svg is missing glyphs. The other
1006 tests are additional fallout from r107417.
1008 * platform/chromium-mac-leopard/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Removed.
1009 * platform/chromium-mac-leopard/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Removed.
1010 * platform/chromium-mac-leopard/svg/carto.net/window-expected.txt: Removed.
1011 * platform/chromium-mac-leopard/svg/custom/foreignObject-crash-on-hover-expected.png:
1012 * platform/chromium-mac-leopard/svg/custom/hit-test-unclosed-subpaths-expected.png:
1013 * platform/chromium-mac-leopard/svg/custom/js-update-stop-linked-gradient-expected.png:
1014 * platform/chromium-mac-leopard/svg/custom/mask-invalidation-expected.png: Removed.
1015 * platform/chromium-mac-leopard/svg/custom/relative-sized-content-with-resources-expected.png:
1016 * platform/chromium-mac-leopard/svg/custom/text-repaint-including-stroke-expected.png:
1017 * platform/chromium-mac-leopard/svg/custom/use-clipped-hit-expected.png:
1018 * platform/chromium-mac-leopard/svg/custom/use-detach-expected.png:
1019 * platform/chromium-mac-leopard/svg/filters/filter-refresh-expected.txt:
1020 * platform/chromium-mac-leopard/svg/hixie/perf/004-expected.png: Removed.
1021 * platform/chromium-mac-snowleopard/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png:
1022 * platform/chromium-mac-snowleopard/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png:
1023 * platform/chromium-mac-snowleopard/svg/carto.net/window-expected.png:
1024 * platform/chromium-mac-snowleopard/svg/carto.net/window-expected.txt: Removed.
1025 * platform/chromium-mac-snowleopard/svg/custom/foreignObject-crash-on-hover-expected.png:
1026 * platform/chromium-mac-snowleopard/svg/custom/use-detach-expected.txt: Removed.
1027 * platform/chromium-mac-snowleopard/svg/filters/animate-fill-expected.txt: Removed.
1028 * platform/chromium-mac-snowleopard/svg/filters/filter-refresh-expected.txt:
1029 * platform/chromium-mac-snowleopard/svg/hixie/perf/004-expected.png:
1030 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png:
1031 * platform/chromium/test_expectations.txt:
1033 2012-02-10 Mike Lawther <mikelawther@chromium.org>
1035 CSS3 calc: convert font-size-fractional test to use pre/post js
1036 https://bugs.webkit.org/show_bug.cgi?id=78347
1038 Reviewed by Ojan Vafai.
1040 * css3/calc/font-size-fractional-expected.txt:
1041 * css3/calc/font-size-fractional.html:
1043 2012-02-10 Tony Chang <tony@chromium.org>
1045 [chromium] Unreviewed, remove a linux gpu result that is not needed after r107448.
1047 * platform/chromium-gpu-linux/media/video-empty-source-expected.png: Removed.
1049 2012-02-10 Adam Barth <abarth@webkit.org>
1051 These SVG tests all appear to pass (many due to my updating their
1052 baselines last night).
1054 * platform/chromium/test_expectations.txt:
1056 2012-02-10 Adam Klein <adamk@chromium.org>
1058 Enable MUTATION_OBSERVERS by default on all platforms
1059 https://bugs.webkit.org/show_bug.cgi?id=78196
1061 Reviewed by Ojan Vafai.
1063 * platform/efl/Skipped: Stop skipping the tests except for those known to fail.
1064 * platform/gtk/Skipped: ditto.
1065 * platform/mac/Skipped: ditto.
1066 * platform/qt/Skipped: ditto.
1067 * platform/win/Skipped: ditto.
1068 * platform/wincairo/Skipped: ditto.
1070 2012-02-10 Ami Fischman <fischman@chromium.org>
1072 Add keyframes to LayoutTests/media/content/test.ogv to hasten test completion & avoid timeouts.
1073 https://bugs.webkit.org/show_bug.cgi?id=78058
1075 Reviewed by Eric Carlson.
1076 File was created with ffmpeg2theora v0.24, command-line:
1077 ffmpeg2theora --no-upscaling --no-skeleton -e 6.02 -K 21 test.mp4 -o test.ogv
1078 The important bit was the addition of "-K 21" to force keyframe creation.
1079 The other flags are important to minimize breakage of tests that hardcode
1080 expectations like "the first 100k will contain the metadata" etc.
1082 Before this, seeking to 5.6s would use the (only) keyframe at 2.4s and
1083 have to decode all the way forward from there, which would be sometimes
1084 timeout (presumably on overloaded bots).
1086 * media/content/test.ogv:
1087 * platform/chromium/test_expectations.txt:
1089 2012-02-10 Adam Langley <agl@chromium.org>
1091 Don't lowercase ping URLs.
1093 Previously, ping URLs would be lowercased when splitting them apart.
1094 URLs are not, however, case-insensitive.
1096 https://bugs.webkit.org/show_bug.cgi?id=78371
1098 Reviewed by Tony Chang.
1100 * http/tests/navigation/image-load-in-unload-handler.html: update to new URL
1101 * http/tests/navigation/ping-cookie.html:
1102 * http/tests/navigation/ping-cross-origin.html:
1103 * http/tests/navigation/ping-same-origin.html:
1104 * http/tests/navigation/resources/save-Ping.php: Renamed from LayoutTests/http/tests/navigation/resources/save-ping.php.
1106 2012-02-10 Ami Fischman <fischman@chromium.org>
1108 media/video-empty-source.html needs a rebaseline for chromium
1109 https://bugs.webkit.org/show_bug.cgi?id=78233
1111 Unreviewed rebaselining.
1113 * platform/chromium-linux-x86/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt.
1114 * platform/chromium-linux/media/video-empty-source-expected.png:
1115 * platform/chromium-linux/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt.
1116 * platform/chromium-mac-leopard/media/video-empty-source-expected.png:
1117 * platform/chromium-mac-leopard/media/video-empty-source-expected.txt: Added.
1118 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
1119 * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: Added.
1120 * platform/chromium-win-vista/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt.
1121 * platform/chromium-win-xp/media/video-empty-source-expected.txt: Copied from LayoutTests/platform/chromium-win/media/video-empty-source-expected.txt.
1122 * platform/chromium-win/media/video-empty-source-expected.png:
1123 * platform/chromium-win/media/video-empty-source-expected.txt:
1124 * platform/chromium/test_expectations.txt:
1126 2012-02-10 Ojan Vafai <ojan@chromium.org>
1128 flex-pack:center and flex-item-align:center should do true centering
1129 https://bugs.webkit.org/show_bug.cgi?id=77385
1131 Reviewed by Tony Chang.
1133 * css3/flexbox/true-centering-expected.txt: Added.
1134 * css3/flexbox/true-centering.html: Added.
1136 2012-02-10 Tony Chang <tony@chromium.org>
1138 [chromium] Unreviewed, adding Leopard pixel baselines for
1139 fast/forms/select-overflow-scroll* tests. This was missed in r107084.
1141 * platform/chromium-mac-leopard/fast/forms/select-overflow-scroll-expected.png: Added.
1142 * platform/chromium-mac-leopard/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
1144 2012-02-10 Tony Chang <tony@chromium.org>
1146 [chromium] Unreviewed, fix up some baselines that were landed in r107417.
1147 Some bad results were checked in.
1149 * platform/chromium-linux-x86/svg/filters/filter-refresh-expected.txt:
1150 * platform/chromium-linux/svg/filters/filter-refresh-expected.txt:
1151 * platform/chromium-linux/svg/text/append-text-node-to-tspan-expected.png:
1152 * platform/chromium-mac-snowleopard/svg/filters/animate-fill-expected.txt: Renamed from LayoutTests/platform/chromium/svg/filters/animate-fill-expected.txt.
1153 * platform/chromium-win-vista/svg/filters/filter-refresh-expected.txt:
1154 * platform/chromium-win-xp/svg/filters/filter-refresh-expected.txt:
1155 * platform/chromium-win-xp/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Removed.
1156 * platform/chromium-win/svg/dom/SVGRectElement/rect-modify-rx-expected.png:
1157 * platform/chromium-win/svg/filters/filter-refresh-expected.txt:
1158 * platform/chromium-win/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png:
1160 2012-02-10 James Robinson <jamesr@chromium.org>
1162 Remove platform/win/test_expectations.txt
1163 https://bugs.webkit.org/show_bug.cgi?id=78382
1165 Reviewed by Adam Barth.
1167 This files is unused, since the Apple win port does not use new-run-webkit-tests, and causes unnecessary
1170 * platform/win/test_expectations.txt:
1172 2012-02-10 Tony Chang <tony@chromium.org>
1174 [chromium] Unreviewed, update SnowLeopard results for
1175 compositing/geometry/fixed-position-composited.html. Minor differences
1176 in fonts between Leopard and SL.
1178 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png: Renamed from LayoutTests/platform/chromium/compositing/geometry/fixed-position-composited-page-scale-down-expected.png.
1179 * platform/mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.txt: Removed.
1181 2012-02-10 Tony Chang <tony@chromium.org>
1183 [chromium] Unreviewed, mark compositing/rubberbanding tests as failing.
1184 There's too much flipping in the tests for me to narrow it down to a revision.
1186 * platform/chromium/test_expectations.txt:
1188 2012-02-10 Mike Lawther <mikelawther@chromium.org>
1190 CSS3 calc: update font-size test to use pre/post js
1191 https://bugs.webkit.org/show_bug.cgi?id=78325
1193 Reviewed by Ojan Vafai.
1195 * css3/calc/font-size-expected.txt:
1196 * css3/calc/font-size.html:
1198 2012-02-10 Tony Chang <tony@chromium.org>
1200 [chromium] Unreviewed: The Leopard results were missed in r107140.
1201 The getComputedStyle change is due to r107289.
1203 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug23151-expected.png: Added.
1204 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Added.
1205 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
1207 2012-02-09 Chris Marrin <cmarrin@apple.com>
1209 Implement hardware animation of CSS filters
1210 https://bugs.webkit.org/show_bug.cgi?id=78155
1212 New tests for hardware animated filters, cribbed from software animation tests.
1213 Also added a -multi test, which uses 3 keyframes for each filter. Hardware animations
1214 use the same logic for 2 keyframe animations and transitions, so this exercises the
1217 Reviewed by Dean Jackson.
1219 * css3/filters/filter-animation-from-none-hw-expected.txt: Added.
1220 * css3/filters/filter-animation-from-none-hw.html: Added.
1221 * css3/filters/filter-animation-from-none-multi-expected.txt: Added.
1222 * css3/filters/filter-animation-from-none-multi-hw-expected.txt: Added.
1223 * css3/filters/filter-animation-from-none-multi-hw.html: Added.
1224 * css3/filters/filter-animation-from-none-multi.html: Added.
1225 * css3/filters/filter-animation-hw-expected.txt: Added.
1226 * css3/filters/filter-animation-hw.html: Added.
1227 * css3/filters/filter-animation-multi-expected.txt: Added.
1228 * css3/filters/filter-animation-multi-hw-expected.txt: Added.
1229 * css3/filters/filter-animation-multi-hw.html: Added.
1230 * css3/filters/filter-animation-multi.html: Added.
1232 2012-02-10 Mike Lawther <mikelawther@chromium.org>
1234 CSS3 calc: convert font test to use pre/post js
1235 https://bugs.webkit.org/show_bug.cgi?id=78321
1237 Reviewed by Ojan Vafai.
1239 * css3/calc/font-expected.txt:
1240 * css3/calc/font.html:
1242 2012-02-10 Tony Chang <tony@chromium.org>
1244 [chromium] Unreviewed: Add baselines on Mac for 2 tests that got
1245 missed in the jpeg change (r107389). I verified that the only diffs
1246 were in the jpeg and very minor.
1248 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png:
1249 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png:
1250 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug101674-expected.png:
1251 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug86708-expected.png:
1253 2012-02-10 Tony Chang <tony@chromium.org>
1255 [chromium] Unreviewed: Give fast/js/dfg-int8array.html more time to run in debug.
1257 The flakiness dashboard show it timing out regularly on Mac and occasionally on Windows.
1259 * platform/chromium/test_expectations.txt:
1261 2012-02-10 Julien Chaffraix <jchaffraix@webkit.org>
1263 Massive SVG rebaselining on Chromium after bug 77736 and al.
1267 2012-02-10 Julien Chaffraix <jchaffraix@webkit.org>
1269 Unreviewed gardening.
1271 * platform/chromium/test_expectations.txt:
1272 The test is not finishing on windows so now we are waiting 30 seconds
1273 before killing it. Replacing the SLOW keyword with TIMEOUT as it did
1276 2012-02-10 Julien Chaffraix <jchaffraix@webkit.org>
1278 win test_expectations and Skipped have duplicates
1279 https://bugs.webkit.org/show_bug.cgi?id=78260
1281 Reviewed by Anders Carlsson.
1283 * platform/win/test_expectations.txt: Remove duplicated entries
1284 from this file. They were wrongly added to Skipped too and looking
1285 at the comment in r103876, it's better to keep the Skipped entries.
1287 2012-02-10 Michael Saboff <msaboff@apple.com>
1289 Yarr assert with regexp where alternative in *-quantified group matches empty
1290 https://bugs.webkit.org/show_bug.cgi?id=67752
1292 Reviewed by Gavin Barraclough.
1294 Added new tests for alternatives that match without consuming
1295 any input characters.
1297 * fast/js/regexp-zero-length-alternatives-expected.txt: Added.
1298 * fast/js/regexp-zero-length-alternatives.html: Added.
1299 * fast/js/script-tests/regexp-zero-length-alternatives.js: Added.
1301 2012-02-10 Pavel Feldman <pfeldman@google.com>
1303 Web Inspector: implement undo for setOuterHTML via undo-ing nested primitive commands.
1304 https://bugs.webkit.org/show_bug.cgi?id=78346
1306 Reviewed by Yury Semikhatsky.
1308 * inspector/elements/set-outer-html-2-expected.txt:
1309 * inspector/elements/set-outer-html-test.js:
1310 (initialize_SetOuterHTMLTest.InspectorTest.patchOuterHTML):
1311 (initialize_SetOuterHTMLTest.InspectorTest.patchOuterHTMLUseUndo):
1312 (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTMLUseUndo.bringBack):
1313 (initialize_SetOuterHTMLTest.InspectorTest.setOuterHTMLUseUndo):
1314 (initialize_SetOuterHTMLTest.InspectorTest.innerSetOuterHTML):
1315 (initialize_SetOuterHTMLTest.InspectorTest._dumpOuterHTML.dumpIdentity):
1316 (initialize_SetOuterHTMLTest.InspectorTest._dumpOuterHTML.callback):
1317 (initialize_SetOuterHTMLTest.InspectorTest._dumpOuterHTML):
1318 (initialize_SetOuterHTMLTest):
1319 * inspector/elements/undo-dom-edits-expected.txt:
1320 * inspector/elements/undo-set-outer-html-2-expected.txt: Copied from LayoutTests/inspector/elements/set-outer-html-2-expected.txt.
1321 * inspector/elements/undo-set-outer-html-2.html: Added.
1322 * inspector/elements/undo-set-outer-html-expected.txt: Copied from LayoutTests/inspector/elements/set-outer-html-2-expected.txt.
1323 * inspector/elements/undo-set-outer-html.html: Added.
1325 2012-02-10 Csaba Osztrogonác <ossy@webkit.org>
1327 [Qt][WK2] Refactor on Qt5 Layout tests' structure
1328 https://bugs.webkit.org/show_bug.cgi?id=77450
1330 * platform/qt-4.8/Skipped: Add after r107397, because it was missing accidentally.
1332 2012-02-10 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1334 [Qt][WK2] Refactor on Qt5 Layout tests' structure
1335 https://bugs.webkit.org/show_bug.cgi?id=77450
1337 Reviewed by Csaba Osztrogonác.
1339 The folders qt-wk2 and qt-wk1 have been renamed to qt-5.0-wk2 and qt-5.0-wk1, respectively,
1340 and the skipped list from qt-wk1 has been copied into qt-4.8/Skipped.
1342 * platform/qt-4.8/Skipped: Copy entries from platform/qt-wk1.
1343 * platform/qt-5.0-wk1/: Renamed from platform/qt-wk1.
1344 * platform/qt-5.0-wk2/: Renamed from platform/qt-wk1.
1345 * platform/qt-wk1/: Removed.
1346 * platform/qt-wk2/: Removed.
1348 2012-02-10 Philippe Normand <pnormand@igalia.com>
1350 Unreviewed, GTK test_expectations update.
1352 * platform/gtk/Skipped:
1353 * platform/gtk/test_expectations.txt:
1355 2012-02-10 Philippe Normand <pnormand@igalia.com>
1357 Unreviewed, GTK rebaseline and skipping another svg test
1358 presenting floating-point issues.
1360 * platform/gtk/Skipped:
1361 * platform/gtk/editing/execCommand/insertImage-expected.txt:
1362 * platform/gtk/security/block-test-expected.txt:
1364 2012-02-10 Noel Gordon <noel.gordon@gmail.com>
1366 [chromium] Increase JPEG decoding performance some more
1367 https://bugs.webkit.org/show_bug.cgi?id=78323
1369 Reviewed by Adam Barth.
1371 * platform/chromium/test_expectations.txt: tests containing jpeg images that will require
1372 rebaselines, mostly together in a group, but some other expectations unattended to at the
1373 current time, spread changes throughout the file. The following lists changed tests for
1376 compositing/geometry/horizontal-scroll-composited.html
1377 compositing/geometry/vertical-scroll-composited.html
1378 compositing/overflow/overflow-scaled-descendant-overlapping.html
1379 fast/backgrounds/size/backgroundSize17.html
1380 fast/backgrounds/size/backgroundSize18.html
1381 fast/backgrounds/size/backgroundSize19.html
1382 fast/backgrounds/size/backgroundSize20.html
1383 fast/backgrounds/size/backgroundSize21.html
1384 fast/backgrounds/size/backgroundSize22.html
1385 fast/block/float/014.html
1386 fast/images/color-jpeg-with-color-profile.html
1387 fast/images/gray-scale-jpeg-with-color-profile.html
1388 fast/images/image-css3-content-data.html
1389 fast/images/ycbcr-with-cmyk-color-profile.html
1390 fast/repaint/backgroundSizeRepaint.html
1391 fast/repaint/block-layout-inline-children-replaced.html
1392 fast/repaint/clipped-relative.html
1393 fast/repaint/selected-replaced.html
1394 fast/replaced/absolute-image-sizing.html
1395 fast/replaced/image-onload.html
1396 fast/replaced/image-sizing.html
1397 fast/replaced/image-tag.html
1398 fast/replaced/width100percent-image.html
1399 fast/writing-mode/background-horizontal-bt.html
1400 fast/writing-mode/background-vertical-lr.html
1401 fast/writing-mode/background-vertical-rl.html
1402 platform/chromium/compositing/img-layer-grow.html
1403 svg/W3C-SVG-1.1/animate-elem-30-t.svg
1404 svg/W3C-SVG-1.1/animate-elem-36-t.svg
1405 svg/W3C-SVG-1.1/animate-elem-39-t.svg
1406 svg/W3C-SVG-1.1/animate-elem-40-t.svg
1407 svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
1408 svg/W3C-SVG-1.1/filters-image-01-b.svg
1409 svg/W3C-SVG-1.1/struct-image-01-t.svg
1410 svg/W3C-SVG-1.1/struct-image-02-b.svg
1411 svg/W3C-SVG-1.1/struct-image-04-t.svg
1412 svg/carto.net/scrollbar.svg
1413 svg/carto.net/selectionlist.svg
1414 svg/custom/image-rescale-clip.html
1415 svg/custom/image-rescale-scroll.html
1416 svg/custom/image-rescale.svg
1417 svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr.html
1418 svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop.html
1419 tables/mozilla/bugs/bug101674.html
1420 tables/mozilla/bugs/bug10565.html
1421 tables/mozilla/bugs/bug11026.html
1422 tables/mozilla/bugs/bug1188.html
1423 tables/mozilla/bugs/bug120107.html
1424 tables/mozilla/bugs/bug1271.html
1425 tables/mozilla/bugs/bug12908-1.html
1426 tables/mozilla/bugs/bug12908-2.html
1427 tables/mozilla/bugs/bug1296.html
1428 tables/mozilla/bugs/bug13169.html
1429 tables/mozilla/bugs/bug1430.html
1430 tables/mozilla/bugs/bug15544.html
1431 tables/mozilla/bugs/bug17138.html
1432 tables/mozilla/bugs/bug196870.html
1433 tables/mozilla/bugs/bug29314.html
1434 tables/mozilla/bugs/bug2981-2.html
1435 tables/mozilla/bugs/bug4093.html
1436 tables/mozilla/bugs/bug4284.html
1437 tables/mozilla/bugs/bug4427.html
1438 tables/mozilla/bugs/bug50695-2.html
1439 tables/mozilla/bugs/bug56563.html
1440 tables/mozilla/bugs/bug5797.html
1441 tables/mozilla/bugs/bug625.html
1442 tables/mozilla/bugs/bug6404.html
1443 tables/mozilla/bugs/bug82946-2.html
1444 tables/mozilla/bugs/bug86708.html
1445 tables/mozilla/core/bloomberg.html
1446 tables/mozilla/core/col_widths_auto_autoFix.html
1447 tables/mozilla/core/misc.html
1448 tables/mozilla/core/row_span.html
1449 tables/mozilla/marvin/tbody_valign_baseline.html
1450 tables/mozilla/marvin/tbody_valign_bottom.html
1451 tables/mozilla/marvin/tbody_valign_middle.html
1452 tables/mozilla/marvin/tbody_valign_top.html
1453 tables/mozilla/marvin/td_valign_baseline.html
1454 tables/mozilla/marvin/td_valign_bottom.html
1455 tables/mozilla/marvin/td_valign_middle.html
1456 tables/mozilla/marvin/td_valign_top.html
1457 tables/mozilla/marvin/tfoot_valign_baseline.html
1458 tables/mozilla/marvin/tfoot_valign_bottom.html
1459 tables/mozilla/marvin/tfoot_valign_middle.html
1460 tables/mozilla/marvin/tfoot_valign_top.html
1461 tables/mozilla/marvin/th_valign_baseline.html
1462 tables/mozilla/marvin/th_valign_bottom.html
1463 tables/mozilla/marvin/th_valign_middle.html
1464 tables/mozilla/marvin/th_valign_top.html
1465 tables/mozilla/marvin/thead_valign_baseline.html
1466 tables/mozilla/marvin/thead_valign_bottom.html
1467 tables/mozilla/marvin/thead_valign_middle.html
1468 tables/mozilla/marvin/thead_valign_top.html
1469 tables/mozilla/marvin/tr_valign_baseline.html
1470 tables/mozilla/marvin/tr_valign_bottom.html
1471 tables/mozilla/marvin/tr_valign_middle.html
1472 tables/mozilla/marvin/tr_valign_top.html
1473 tables/mozilla/other/cell_widths.html
1474 tables/mozilla_expected_failures/bugs/bug6933.html
1475 tables/mozilla_expected_failures/bugs/bug85016.html
1476 tables/mozilla_expected_failures/other/test4.html
1478 2012-02-10 Pavel Podivilov <podivilov@chromium.org>
1480 Unreviewed, rebaseline svg/carto.net/selectionlist.svg.
1482 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png:
1483 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
1484 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.txt: Removed.
1485 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.png: Removed.
1486 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.txt: Removed.
1488 2012-02-10 Pavel Podivilov <podivilov@chromium.org>
1490 Unreviewed, rebaseline svg/carto.net/scrollbar-expected.png on chromium mac.
1492 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png:
1493 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.txt:
1494 * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
1495 * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.txt: Copied from LayoutTests/platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.txt.
1496 * platform/mac/svg/carto.net/scrollbar-expected.png: Removed.
1498 2012-02-10 Andrey Kosyakov <caseq@chromium.org>
1500 Unreviewed test fix following r107373.
1501 https://bugs.webkit.org/show_bug.cgi?id=78254
1503 This also resolves https://bugs.webkit.org/show_bug.cgi?id=77416.
1505 * inspector/timeline/timeline-receive-response-event.html:
1506 * platform/chromium/test_expectations.txt:
1508 2012-02-10 MORITA Hajime <morrita@google.com>
1510 Unreviewed attempt to fix the test failure.
1512 * editing/spelling/spelling-marker-description.html:
1514 2012-02-10 Pavel Podivilov <podivilov@chromium.org>
1516 Unreviewed, fix error in test_expectations.txt.
1518 * platform/chromium/test_expectations.txt:
1520 2012-02-10 Pavel Feldman <pfeldman@google.com>
1522 [Qt] REGRESSION(r107242): It made 5 inspector tests crash in debug mode
1523 https://bugs.webkit.org/show_bug.cgi?id=78330
1525 Reviewed by Yury Semikhatsky.
1527 * platform/chromium/test_expectations.txt:
1529 2012-02-10 Adam Barth <abarth@webkit.org>
1531 * platform/chromium-mac/storage/domstorage/quota-expected.txt: Removed.
1532 * platform/chromium-win/storage/domstorage/quota-expected.txt: Removed.
1533 - These baselines are wrong. Removing them shows that we pass this
1535 * platform/chromium/test_expectations.txt:
1536 - According to the flakiness dashboard, these tests always pass now.
1538 2012-02-10 Csaba Osztrogonác <ossy@webkit.org>
1540 [Qt] Unreviewed gardening. Skip new asserting tests to paint the debug bot green.
1542 * platform/qt/Skipped:
1544 2012-02-10 Adam Barth <abarth@webkit.org>
1546 Update a large number of baselines for svg/custom. These baselines all
1547 appear to be correct (or at least no less correct than the previous
1548 baselines). There are a number of svg/custom tests that appear to be
1549 actually failing, which I haven't rebaselined.
1551 This patch does not update the test_expectations.txt file. Once this
1552 patch has cycled through the bots, I'll clean up the expectations file
1555 * platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1556 * platform/chromium-linux-x86/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1557 * platform/chromium-linux/svg/custom/SVGPoint-matrixTransform-expected.png:
1558 * platform/chromium-linux/svg/custom/absolute-root-position-masking-expected.png: Added.
1559 * platform/chromium-linux/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
1560 * platform/chromium-linux/svg/custom/getTransformToElement-expected.png:
1561 * platform/chromium-linux/svg/custom/gradient-stroke-width-expected.png:
1562 * platform/chromium-linux/svg/custom/js-update-style-expected.txt: Removed.
1563 * platform/chromium-linux/svg/custom/marker-changes-expected.png: Added.
1564 * platform/chromium-linux/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1565 * platform/chromium-linux/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1566 * platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
1567 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
1568 * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.png:
1569 * platform/chromium-linux/svg/custom/svg-fonts-without-missing-glyph-expected.png:
1570 * platform/chromium-linux/svg/custom/text-ctm-expected.png:
1571 * platform/chromium-linux/svg/custom/text-hit-test-expected.png:
1572 * platform/chromium-linux/svg/custom/use-crash-in-non-wellformed-document-expected.txt: Removed.
1573 * platform/chromium-linux/svg/custom/use-font-face-crash-expected.png: Added.
1574 * platform/chromium-linux/svg/custom/use-property-changes-through-svg-dom-expected.png:
1575 * platform/chromium-mac-leopard/svg/custom/absolute-sized-content-with-resources-expected.png:
1576 * platform/chromium-mac-leopard/svg/custom/createImageElement2-expected.png: Added.
1577 * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png:
1578 * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png:
1579 * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png:
1580 * platform/chromium-mac-leopard/svg/custom/feComponentTransfer-Table-expected.png:
1581 * platform/chromium-mac-leopard/svg/custom/getTransformToElement-expected.png:
1582 * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.png: Added.
1583 * platform/chromium-mac-leopard/svg/custom/path-bad-data-expected.txt: Added.
1584 * platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png: Added.
1585 * platform/chromium-mac-leopard/svg/custom/svg-fonts-fallback-expected.png: Added.
1586 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Added.
1587 * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.png: Added.
1588 * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt: Added.
1589 * platform/chromium-mac-leopard/svg/custom/use-invalid-pattern-expected.txt: Added.
1590 * platform/chromium-mac-leopard/svg/custom/use-invalid-style-expected.txt: Added.
1591 * platform/chromium-mac-snowleopard/svg/custom/absolute-root-position-masking-expected.png: Added.
1592 * platform/chromium-mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
1593 * platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png: Added.
1594 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
1595 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
1596 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
1597 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
1598 * platform/chromium-mac-snowleopard/svg/custom/getTransformToElement-expected.png: Added.
1599 * platform/chromium-mac-snowleopard/svg/custom/gradient-stroke-width-expected.png: Added.
1600 * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-2-expected.png: Added.
1601 * platform/chromium-mac-snowleopard/svg/custom/grayscale-gradient-mask-expected.png:
1602 * platform/chromium-mac-snowleopard/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
1603 * platform/chromium-mac-snowleopard/svg/custom/path-bad-data-expected.png: Added.
1604 * platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png: Added.
1605 * platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png: Added.
1606 * platform/chromium-mac-snowleopard/svg/custom/pointer-events-text-expected.png: Added.
1607 * platform/chromium-mac-snowleopard/svg/custom/repaint-on-image-bounds-change-expected.png: Added.
1608 * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-fallback-expected.png: Added.
1609 * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png: Added.
1610 * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-with-no-element-reference-expected.png: Added.
1611 * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
1612 * platform/chromium-mac-snowleopard/svg/custom/use-font-face-crash-expected.png: Added.
1613 * platform/chromium-mac-snowleopard/svg/custom/use-forward-refs-expected.png: Added.
1614 * platform/chromium-mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
1615 * platform/chromium-mac/svg/custom/gradient-stroke-width-expected.png: Removed.
1616 * platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png: Removed.
1617 * platform/chromium-mac/svg/custom/pointer-events-image-expected.png: Removed.
1618 * platform/chromium-mac/svg/custom/pointer-events-text-expected.png: Removed.
1619 * platform/chromium-mac/svg/custom/svg-fonts-fallback-expected.png: Removed.
1620 * platform/chromium-mac/svg/custom/svg-fonts-without-missing-glyph-expected.png: Removed.
1621 * platform/chromium-mac/svg/custom/use-font-face-crash-expected.png: Removed.
1622 * platform/chromium-mac/svg/custom/use-forward-refs-expected.png: Removed.
1623 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1624 * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1625 * platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt: Added.
1626 * platform/chromium-win-xp/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Added.
1627 * platform/chromium-win/svg/custom/SVGPoint-matrixTransform-expected.png:
1628 * platform/chromium-win/svg/custom/SVGPoint-matrixTransform-expected.txt:
1629 * platform/chromium-win/svg/custom/absolute-root-position-masking-expected.png: Added.
1630 * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.png: Added.
1631 * platform/chromium-win/svg/custom/absolute-sized-content-with-resources-expected.txt:
1632 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
1633 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
1634 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
1635 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
1636 * platform/chromium-win/svg/custom/getTransformToElement-expected.png:
1637 * platform/chromium-win/svg/custom/getTransformToElement-expected.txt:
1638 * platform/chromium-win/svg/custom/gradient-stroke-width-expected.png:
1639 * platform/chromium-win/svg/custom/grayscale-gradient-mask-2-expected.png: Added.
1640 * platform/chromium-win/svg/custom/grayscale-gradient-mask-expected.png:
1641 * platform/chromium-win/svg/custom/linking-uri-01-b-expected.png:
1642 * platform/chromium-win/svg/custom/marker-changes-expected.png: Added.
1643 * platform/chromium-win/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
1644 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
1645 * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
1646 * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
1647 * platform/chromium-win/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
1648 * platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
1649 * platform/chromium-win/svg/custom/pointer-events-image-css-transform-expected.txt:
1650 * platform/chromium-win/svg/custom/pointer-events-image-expected.txt:
1651 * platform/chromium-win/svg/custom/pointer-events-text-expected.txt:
1652 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
1653 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
1654 * platform/chromium-win/svg/custom/text-ctm-expected.png:
1655 * platform/chromium-win/svg/custom/text-ctm-expected.txt:
1656 * platform/chromium-win/svg/custom/text-hit-test-expected.png:
1657 * platform/chromium-win/svg/custom/text-hit-test-expected.txt:
1658 * platform/chromium-win/svg/custom/use-crash-in-non-wellformed-document-expected.txt: Removed.
1659 * platform/chromium-win/svg/custom/use-font-face-crash-expected.png: Added.
1660 * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt: Added.
1661 * platform/chromium-win/svg/custom/use-forward-refs-expected.png:
1662 * platform/chromium/svg/custom/js-update-style-expected.txt: Removed.
1663 * platform/gtk/svg/custom/absolute-root-position-masking-expected.txt: Removed.
1664 * platform/gtk/svg/custom/gradient-stroke-width-expected.txt: Removed.
1665 * platform/gtk/svg/custom/grayscale-gradient-mask-2-expected.txt: Removed.
1666 * platform/gtk/svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
1667 * platform/gtk/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
1668 * platform/gtk/svg/custom/use-forward-refs-expected.txt: Removed.
1669 * platform/gtk/svg/custom/use-invalid-style-expected.txt: Removed.
1670 * platform/gtk/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
1671 * platform/mac/svg/custom/absolute-root-position-masking-expected.png: Removed.
1672 * platform/mac/svg/custom/absolute-root-position-masking-expected.txt: Removed.
1673 * platform/mac/svg/custom/gradient-stroke-width-expected.txt: Removed.
1674 * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.txt: Removed.
1675 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
1676 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Removed.
1677 * platform/mac/svg/custom/use-forward-refs-expected.txt: Removed.
1678 * platform/mac/svg/custom/use-invalid-style-expected.txt: Removed.
1679 * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
1680 * platform/qt/svg/custom/absolute-root-position-masking-expected.png: Removed.
1681 * platform/qt/svg/custom/absolute-root-position-masking-expected.txt: Removed.
1682 * platform/qt/svg/custom/gradient-stroke-width-expected.txt: Removed.
1683 * platform/qt/svg/custom/grayscale-gradient-mask-2-expected.txt: Removed.
1684 * platform/qt/svg/custom/repaint-on-image-bounds-change-expected.txt: Removed.
1685 * platform/qt/svg/custom/use-forward-refs-expected.txt: Removed.
1686 * platform/qt/svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Removed.
1687 * svg/custom/absolute-root-position-masking-expected.png: Added.
1688 * svg/custom/absolute-root-position-masking-expected.txt: Added.
1689 * svg/custom/gradient-stroke-width-expected.txt: Added.
1690 * svg/custom/grayscale-gradient-mask-2-expected.txt: Added.
1691 * svg/custom/repaint-on-image-bounds-change-expected.txt: Added.
1692 * svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
1693 * svg/custom/use-forward-refs-expected.txt: Added.
1694 * svg/custom/use-invalid-style-expected.txt: Added.
1695 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
1697 2012-02-10 Pavel Podivilov <podivilov@chromium.org>
1699 Unreviewed, gardening, mark editing/spelling/spelling-marker-description.html as failing.
1701 * platform/chromium/test_expectations.txt:
1703 2012-02-10 Adam Barth <abarth@webkit.org>
1705 Update baselines for svg/batik. These baselines either look quite
1706 similar to the previous baselines or look like improvements (e.g., text
1707 masking seems to work now).
1709 * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png: Added.
1710 * platform/chromium-linux/svg/batik/text/textEffect-expected.png:
1711 * platform/chromium-linux/svg/batik/text/textEffect3-expected.png:
1712 * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
1713 * platform/chromium-linux/svg/batik/text/xmlSpace-expected.png:
1714 * platform/chromium-linux/svg/batik/text/xmlSpace-expected.txt: Added.
1715 * platform/chromium-mac-leopard/svg/batik/filters/feTile-expected.png:
1716 * platform/chromium-mac-leopard/svg/batik/text/textEffect-expected.png: Added.
1717 * platform/chromium-mac-leopard/svg/batik/text/textEffect3-expected.png: Added.
1718 * platform/chromium-mac-leopard/svg/batik/text/textProperties-expected.png:
1719 * platform/chromium-mac-leopard/svg/batik/text/xmlSpace-expected.png: Added.
1720 * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
1721 * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
1722 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png: Added.
1723 * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png: Added.
1724 * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png:
1725 * platform/chromium-mac-snowleopard/svg/batik/text/xmlSpace-expected.png: Added.
1726 * platform/chromium-mac/svg/batik/filters: Removed.
1727 * platform/chromium-mac/svg/batik/filters/feTile-expected.png: Removed.
1728 * platform/chromium-mac/svg/batik/text/textStyles-expected.png: Removed.
1729 * platform/chromium-mac/svg/batik/text/verticalText-expected.png: Removed.
1730 * platform/chromium-mac/svg/batik/text/xmlSpace-expected.png: Removed.
1731 * platform/chromium-win-xp/svg/batik/masking: Removed.
1732 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
1733 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
1734 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
1735 * platform/chromium-win/svg/batik/masking/maskRegions-expected.png:
1736 * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt:
1737 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.png:
1738 * platform/chromium-win/svg/batik/text/textAnchor-expected.png:
1739 * platform/chromium-win/svg/batik/text/textEffect-expected.png:
1740 * platform/chromium-win/svg/batik/text/textEffect-expected.txt:
1741 * platform/chromium-win/svg/batik/text/textEffect3-expected.png:
1742 * platform/chromium-win/svg/batik/text/textEffect3-expected.txt:
1743 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
1744 * platform/chromium-win/svg/batik/text/textLayout-expected.png:
1745 * platform/chromium-win/svg/batik/text/textPCDATA-expected.png:
1746 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
1747 * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
1748 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
1749 * platform/chromium-win/svg/batik/text/verticalText-expected.png:
1750 * platform/chromium-win/svg/batik/text/xmlSpace-expected.png:
1751 * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
1752 * platform/chromium/test_expectations.txt:
1754 2012-02-09 Csaba Osztrogonác <ossy@webkit.org>
1756 Unreviewed gardening after r107289.
1758 * fast/css/getComputedStyle/computed-style-expected.txt:
1759 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1760 * svg/css/getComputedStyle-basic-expected.txt:
1762 2012-02-09 Adam Barth <abarth@webkit.org>
1764 Update baselines for W3C-SVG-1.1-SE. These new baselines all appear to
1767 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
1768 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
1769 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
1770 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
1771 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
1772 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
1773 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
1774 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
1775 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
1776 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Added.
1777 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Added.
1778 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Added.
1779 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Removed.
1780 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Removed.
1781 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Removed.
1782 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Removed.
1783 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png: Removed.
1784 * platform/chromium-win/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Added.
1785 * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
1786 * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
1787 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
1788 * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png:
1789 * platform/chromium-win/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.png:
1790 * platform/chromium/test_expectations.txt:
1791 * platform/gtk/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Removed.
1792 * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
1793 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
1794 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed.
1795 * platform/gtk/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Removed.
1796 * platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Removed.
1797 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Removed.
1798 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Removed.
1799 * platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Removed.
1800 * platform/mac/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Removed.
1801 * svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.txt: Added.
1802 * svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
1803 * svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
1804 * svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.txt: Added.
1805 * svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt: Added.
1807 2012-02-09 Zoltan Herczeg <zherczeg@webkit.org>
1809 Heap-buffer-overflow in WebCore::CSSParser::lex
1810 https://bugs.webkit.org/show_bug.cgi?id=77402
1812 Reviewed by Antti Koivisto.
1814 Test various comment types.
1816 * fast/css/parsing-css-comment-expected.txt: Added.
1817 * fast/css/parsing-css-comment.html: Added.
1819 2012-02-09 Kenichi Ishibashi <bashi@chromium.org>
1821 Add WebSocket extension support
1822 https://bugs.webkit.org/show_bug.cgi?id=78079
1824 Reviewed by Kent Tamura.
1826 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt: Rebaselined.
1828 2012-02-09 Xianzhu Wang <wangxianzhu@chromium.org>
1830 Avoid compositing invisible fixed positioned elements
1831 https://bugs.webkit.org/show_bug.cgi?id=78186
1833 Reviewed by James Robinson.
1835 * compositing/layer-creation/fixed-position-out-of-view-expected.txt: Added.
1836 * compositing/layer-creation/fixed-position-out-of-view.html: Added.
1838 2012-02-09 James Robinson <jamesr@chromium.org>
1840 [chromium] Update compositing test baselines for mock scrollbars
1842 * platform/chromium-mac-snowleopard/compositing/direct-image-compositing-expected.png: Removed.
1843 * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
1844 * platform/chromium-mac/compositing/direct-image-compositing-expected.png: Added.
1845 * platform/chromium-mac/compositing/geometry/fixed-in-composited-expected.png:
1846 * platform/chromium-mac/compositing/iframes/iframe-copy-on-scroll-expected.png:
1847 * platform/chromium-mac/compositing/masks/multiple-masks-expected.png:
1848 * platform/chromium-mac/compositing/masks/simple-composited-mask-expected.png:
1849 * platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
1850 * platform/chromium-mac/compositing/overflow/scrollbar-painting-expected.png:
1851 * platform/chromium-win/compositing/direct-image-compositing-expected.png:
1852 * platform/chromium-win/compositing/geometry/fixed-in-composited-expected.png:
1853 * platform/chromium-win/compositing/iframes/iframe-copy-on-scroll-expected.png:
1854 * platform/chromium-win/compositing/masks/multiple-masks-expected.png:
1855 * platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
1856 * platform/chromium-win/compositing/overflow/overflow-scroll-expected.png:
1857 * platform/chromium-win/compositing/overflow/scrollbar-painting-expected.png:
1858 * platform/chromium-win/platform/chromium/compositing/layout-width-change-expected.png:
1859 * platform/chromium/test_expectations.txt:
1861 2012-02-09 Zan Dobersek <zandobersek@gmail.com>
1863 [Gtk] http/tests/workers/terminate-during-sync-operation.html fails locally
1864 https://bugs.webkit.org/show_bug.cgi?id=78270
1866 Reviewed by Martin Robinson.
1868 Skip a workers http test that utilizes not-yet-supported File System API.
1870 * platform/gtk/Skipped:
1872 2012-02-09 Tom Sepez <tsepez@chromium.org>
1874 [chromium] skip tests affected by deprecation of in-url identities.
1875 https://bugs.webkit.org/show_bug.cgi?id=78259
1877 Reviewed by Adam Barth.
1879 * platform/chromium/test_expectations.txt:
1881 2012-02-09 Zan Dobersek <zandobersek@gmail.com>
1883 [GTK] Add DRT support for modal dialogs
1884 https://bugs.webkit.org/show_bug.cgi?id=53600
1886 Reviewed by Martin Robinson.
1888 Unskip the passing modal dialogs tests and log the remaining skipped test.
1890 * platform/gtk/Skipped:
1892 2012-02-09 Zan Dobersek <zandobersek@gmail.com>
1894 [Gtk] security/set-form-autocomplete-attribute.html fails
1895 https://bugs.webkit.org/show_bug.cgi?id=78261
1897 Reviewed by Martin Robinson.
1899 Unskip the newly-passing test
1901 * platform/gtk/Skipped:
1903 2012-02-09 MORITA Hajime <morrita@google.com>
1905 Unreviewed attempt to fix a test flakiness.
1907 * editing/spelling/spelling-marker-description.html:
1909 2012-02-09 James Robinson <jamesr@chromium.org>
1911 [chromium] Unreviewed expectation followup for r107329
1913 * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
1914 * platform/chromium/test_expectations.txt:
1916 2012-02-09 James Robinson <jamesr@chromium.org>
1918 [chromium] Enable mock scrollbars for compositing layout tests
1919 https://bugs.webkit.org/show_bug.cgi?id=78299
1921 Reviewed by Dirk Pranke.
1923 * platform/chromium-linux/compositing/direct-image-compositing-expected.png:
1924 * platform/chromium-linux/compositing/geometry/ancestor-overflow-change-expected.png: Removed.
1925 * platform/chromium-linux/compositing/geometry/fixed-in-composited-expected.png:
1926 * platform/chromium-linux/compositing/geometry/tall-page-composited-expected.png: Removed.
1927 * platform/chromium-linux/compositing/iframes/iframe-copy-on-scroll-expected.png:
1928 * platform/chromium-linux/compositing/iframes/iframe-in-composited-layer-expected.png: Removed.
1929 * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
1930 * platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
1931 * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
1932 * platform/chromium-linux/compositing/overflow/overflow-scroll-expected.png:
1933 * platform/chromium-linux/compositing/overflow/scrollbar-painting-expected.png:
1934 * platform/chromium-mac/compositing/geometry/tall-page-composited-expected.png: Removed.
1935 * platform/chromium-mac/compositing/iframes/iframe-in-composited-layer-expected.png: Removed.
1936 * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.png: Removed.
1937 * platform/chromium-win/compositing/geometry/tall-page-composited-expected.png: Removed.
1938 * platform/chromium-win/compositing/iframes/iframe-in-composited-layer-expected.png: Removed.
1939 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
1940 * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.png:
1941 * platform/chromium/compositing/geometry/tall-page-composited-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png.
1942 * platform/chromium/compositing/iframes/iframe-in-composited-layer-expected.png: Added.
1943 * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png:
1944 * platform/chromium/test_expectations.txt:
1946 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
1948 Another unreviewed massive SVG rebaseline (all our windows bots that I missed).
1950 * platform/chromium-linux/svg/custom/animate-target-id-changed-expected.png: Removed.
1951 * platform/chromium-linux/svg/custom/animate-target-id-changed-expected.txt: Removed.
1952 * platform/chromium-linux/svg/custom/clip-path-href-changes-expected.png: Removed.
1953 * platform/chromium-linux/svg/custom/clip-path-href-changes-expected.txt: Removed.
1954 * platform/chromium-linux/svg/custom/fill-opacity-update-expected.txt: Removed.
1955 * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Removed.
1956 * platform/chromium-linux/svg/custom/js-update-container-expected.txt: Removed.
1957 * platform/chromium-linux/svg/custom/js-update-gradient-expected.txt: Removed.
1958 * platform/chromium-linux/svg/custom/marker-child-changes-expected.txt: Removed.
1959 * platform/chromium-linux/svg/custom/marker-strokeWidth-changes-expected.txt: Removed.
1960 * platform/chromium-linux/svg/custom/prevent-default-expected.png: Removed.
1961 * platform/chromium-linux/svg/custom/prevent-default-expected.txt: Removed.
1962 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png: Removed.
1963 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.txt: Removed.
1964 * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.txt: Removed.
1965 * platform/chromium-linux/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
1966 * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt: Added.
1967 * platform/chromium-mac-snowleopard/svg/custom/repaint-stroke-width-changes-expected.png:
1968 * platform/chromium-mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.txt: Removed.
1969 * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt:
1970 * platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt: Added.
1971 * platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt: Added.
1972 * platform/chromium-win/svg/custom/animate-target-id-changed-expected.png:
1973 * platform/chromium-win/svg/custom/animate-target-id-changed-expected.txt: Removed.
1974 * platform/chromium-win/svg/custom/clip-path-href-changes-expected.png:
1975 * platform/chromium-win/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1976 * platform/chromium-win/svg/custom/prevent-default-expected.png:
1977 * platform/chromium-win/svg/custom/repaint-stroke-width-changes-expected.png:
1978 * platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt:
1979 * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt:
1980 * platform/chromium/svg/custom/clip-path-href-changes-expected.txt: Removed.
1981 * platform/chromium/svg/custom/fill-opacity-update-expected.txt: Removed.
1982 * platform/chromium/svg/custom/js-update-container-expected.txt: Removed.
1983 * platform/chromium/svg/custom/js-update-gradient-expected.txt: Removed.
1984 * platform/chromium/svg/custom/marker-child-changes-expected.txt: Removed.
1985 * platform/chromium/svg/custom/marker-strokeWidth-changes-expected.txt: Removed.
1986 * platform/chromium/svg/custom/prevent-default-expected.txt: Removed.
1987 * platform/chromium/svg/custom/repaint-stroke-width-changes-expected.txt: Removed.
1988 * platform/chromium/svg/custom/stroke-opacity-update-expected.txt: Removed.
1990 * platform/chromium/test_expectations.txt:
1991 Marked the really fishy rebaseline here.
1993 2012-02-09 Adam Klein <adamk@chromium.org>
1995 Split one MutationObserver layout test into two
1996 https://bugs.webkit.org/show_bug.cgi?id=78285
1998 Reviewed by Ojan Vafai.
2000 Rather than a single non-event-delivery.html test,
2001 created seperate tests for SQL database and FileSystem,
2002 making it easy to skip them separately if the underlying
2003 feature isn't supported by a particular platform.
2005 * fast/mutation/database-callback-delivery-expected.txt: Added.
2006 * fast/mutation/database-callback-delivery.html: Added.
2007 * fast/mutation/filesystem-callback-delivery-expected.txt: Added.
2008 * fast/mutation/filesystem-callback-delivery.html: Added.
2009 * fast/mutation/non-event-delivery-expected.txt: Removed.
2010 * fast/mutation/non-event-delivery.html: Removed.
2012 2012-02-09 Matthew Delaney <mdelaney@apple.com>
2014 getComputedStyle() returns different values for different zoom levels
2015 https://bugs.webkit.org/show_bug.cgi?id=32230
2017 Reviewed by Beth Dakin.
2019 * fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size-expected.txt: Added.
2020 * fast/css/getComputedStyle/getComputedStyle-zoom-and-background-size.html: Added.
2022 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
2024 Unreviewed gardening.
2026 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Replaced.
2027 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
2028 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
2029 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2030 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2031 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2032 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2033 Updated those baseline for line-grid-snap to line-snap renaming.
2035 * platform/chromium/test_expectations.txt:
2036 Added another crasher following r107242.
2038 2012-02-09 James Robinson <jamesr@chromium.org>
2040 [chromium] Update baselines for compositing/iframes/iframe-content-flipping.html
2042 * platform/chromium-mac-snowleopard/compositing/iframes/iframe-content-flipping-expected.png: Renamed from LayoutTests/platform/chromium-mac/compositing/iframes/iframe-content-flipping-expected.png.
2043 * platform/chromium-win/compositing/iframes/iframe-content-flipping-expected.png:
2044 * platform/chromium/test_expectations.txt:
2046 2012-02-09 David Hyatt <hyatt@apple.com>
2048 https://bugs.webkit.org/show_bug.cgi?id=78256
2050 Rename line-grid-snap to line-snap so that it matches the draft proposal for the
2053 Reviewed by Dan Bernstein.
2055 * fast/line-grid/line-grid-contains-value.html:
2056 * fast/line-grid/line-grid-floating.html:
2057 * fast/line-grid/line-grid-inside-columns.html:
2058 * fast/line-grid/line-grid-into-columns.html:
2059 * fast/line-grid/line-grid-into-floats.html:
2060 * fast/line-grid/line-grid-nested.html:
2061 * fast/line-grid/line-grid-positioned.html:
2062 * fast/line-grid/line-grid-snap-parsing.html: Removed.
2063 * fast/line-grid/line-snap-parsing-expected.txt: Added.
2064 * fast/line-grid/line-snap-parsing.html: Added.
2065 * fast/line-grid/script-tests/line-grid-snap-parsing.js: Removed.
2066 * fast/line-grid/script-tests/line-snap-parsing.js: Added.
2068 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
2070 Unreviewed rebaseline, yet another small font difference.
2072 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png:
2073 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.png: Added.
2074 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.txt: Added.
2076 2012-02-09 Joshua Bell <jsbell@chromium.org>
2078 [Chromium] IndexedDB: IDBVersionChangeRequest V8 wrapper not generated as ActiveDOMObject
2079 https://bugs.webkit.org/show_bug.cgi?id=78167
2081 Reviewed by Adam Barth.
2083 * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: Added.
2084 * storage/indexeddb/versionchangerequest-activedomobject.html: Added.
2086 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
2088 Unreviewed gardening.
2090 * platform/chromium/test_expectations.txt:
2091 Mark fast/workers/storage/interrupt-database.html as slow to see if it helps with the flakiness.
2092 Mark a new animation test as flaky (already know issue in the animation testing framework).
2094 2012-02-09 Sheriff Bot <webkit.review.bot@gmail.com>
2096 Unreviewed, rolling out r107035.
2097 http://trac.webkit.org/changeset/107035
2098 https://bugs.webkit.org/show_bug.cgi?id=78253
2100 Regressed DOMDivWalk (Requested by arv on #webkit).
2102 * platform/chromium/test_expectations.txt:
2104 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
2106 Another unreviewed svg rebaselining after r107207.
2108 * platform/chromium-mac-leopard/svg/custom/animate-path-discrete-expected.png: Removed.
2109 * platform/chromium-mac-leopard/svg/custom/circle-move-invalidation-expected.png:
2110 * platform/chromium-mac-leopard/svg/custom/js-late-clipPath-creation-expected.png:
2111 * platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
2112 * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
2113 * platform/chromium-mac-leopard/svg/custom/js-late-pattern-and-object-creation-expected.png:
2114 * platform/chromium-mac-leopard/svg/custom/relative-sized-content-expected.png:
2115 * platform/chromium-mac-leopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
2116 * platform/chromium-mac-leopard/svg/custom/relative-sized-image-expected.png:
2117 * platform/chromium-mac-leopard/svg/custom/relative-sized-inner-svg-expected.png:
2118 * platform/chromium-mac-leopard/svg/custom/relative-sized-shadow-tree-content-expected.png:
2119 * platform/chromium-mac-leopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
2120 * platform/chromium-mac-leopard/svg/custom/relative-sized-use-on-symbol-expected.png:
2121 * platform/chromium-mac-leopard/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
2122 * platform/chromium-mac-leopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2123 * platform/chromium-mac-leopard/svg/custom/text-xy-updates-SVGList-expected.png:
2124 * platform/chromium-mac-leopard/svg/custom/use-disappears-after-style-update-expected.png: Removed.
2125 * platform/chromium-mac-leopard/svg/custom/use-elementInstance-methods-expected.png:
2126 * platform/chromium-mac-leopard/svg/custom/use-event-handler-on-referenced-element-expected.png:
2127 * platform/chromium-mac-leopard/svg/custom/use-event-handler-on-use-element-expected.png:
2128 * platform/chromium-mac-leopard/svg/custom/use-instanceRoot-event-bubbling-expected.png: Added.
2129 * platform/chromium-mac-leopard/svg/custom/use-instanceRoot-event-listeners-expected.png: Added.
2131 2012-02-09 Julien Chaffraix <jchaffraix@webkit.org>
2133 Unreviewed gardening.
2135 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
2136 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.txt: Added.
2137 New baseline (font issue).
2139 * platform/chromium/test_expectations.txt:
2140 Added 2 tests that started asserting on one bot.
2142 2012-02-09 Mike Lawther <mikelawther@chromium.org>
2144 CSS3 calc() - remove mod
2145 https://bugs.webkit.org/show_bug.cgi?id=78226
2147 Reviewed by Ojan Vafai.
2149 * css3/calc/simple-calcs-expected.txt:
2150 * css3/calc/simple-calcs.html:
2152 2012-02-09 Jochen Eisinger <jochen@chromium.org>
2154 Add missing file for fast/events/scroll-event-during-modal-dialog.html
2155 https://bugs.webkit.org/show_bug.cgi?id=78234
2157 Reviewed by Mihai Parparita.
2159 * fast/events/resources/scroll-event-modal-dialog.html: Added.
2161 2012-02-09 Pavel Podivilov <podivilov@chromium.org>
2163 Unreviewed, gardening, more svg fixes.
2165 Mark svg/custom/absolute-sized-content-with-resources.xhtml as IMAGE+TEXT and
2166 rebaseline svg/carto.net/slider-expected.png.
2168 * platform/chromium-linux/svg/carto.net/slider-expected.png:
2169 * platform/chromium/test_expectations.txt:
2171 2012-02-09 Pavel Podivilov <podivilov@chromium.org>
2173 Unreviewed, update chromium svg expectations after r107207.
2175 * platform/chromium-linux-x86/svg/custom/repaint-stroke-width-changes-expected.png: Removed.
2176 * platform/chromium-linux/svg/custom/animate-target-id-changed-expected.png: Added.
2177 * platform/chromium-linux/svg/custom/animate-target-id-changed-expected.txt: Added.
2178 * platform/chromium-linux/svg/custom/clip-path-href-changes-expected.png: Added.
2179 * platform/chromium-linux/svg/custom/clip-path-href-changes-expected.txt: Added.
2180 * platform/chromium-linux/svg/custom/fill-opacity-update-expected.txt: Added.
2181 * platform/chromium-linux/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
2182 * platform/chromium-linux/svg/custom/glyph-selection-bidi-mirror-expected.png: Added.
2183 * platform/chromium-linux/svg/custom/glyph-selection-non-bmp-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png.
2184 * platform/chromium-linux/svg/custom/hit-test-with-br-expected.png:
2185 * platform/chromium-linux/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
2186 * platform/chromium-linux/svg/custom/js-update-container-expected.txt: Added.
2187 * platform/chromium-linux/svg/custom/js-update-gradient-expected.txt: Added.
2188 * platform/chromium-linux/svg/custom/js-update-style-expected.txt: Added.
2189 * platform/chromium-linux/svg/custom/marker-child-changes-expected.txt: Added.
2190 * platform/chromium-linux/svg/custom/marker-strokeWidth-changes-expected.txt: Added.
2191 * platform/chromium-linux/svg/custom/prevent-default-expected.png: Added.
2192 * platform/chromium-linux/svg/custom/prevent-default-expected.txt: Added.
2193 * platform/chromium-linux/svg/custom/repaint-on-constant-size-change-expected.png: Copied from LayoutTests/platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png.
2194 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.png:
2195 * platform/chromium-linux/svg/custom/repaint-stroke-width-changes-expected.txt: Added.
2196 * platform/chromium-linux/svg/custom/stroke-opacity-update-expected.txt: Added.
2197 * platform/chromium-linux/svg/custom/use-crash-in-non-wellformed-document-expected.txt: Added.
2198 * platform/chromium-linux/svg/custom/use-elementInstance-event-target-expected.txt: Added.
2199 * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt: Added.
2200 * platform/chromium-mac-leopard/svg/custom/clip-path-href-changes-expected.png: Removed.
2201 * platform/chromium-mac-leopard/svg/custom/fill-opacity-update-expected.png: Removed.
2202 * platform/chromium-mac-leopard/svg/custom/glyph-selection-arabic-forms-expected.png:
2203 * platform/chromium-mac-leopard/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
2204 * platform/chromium-mac-leopard/svg/custom/glyph-selection-non-bmp-expected.png:
2205 * platform/chromium-mac-leopard/svg/custom/hit-test-with-br-expected.png:
2206 * platform/chromium-mac-leopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Removed.
2207 * platform/chromium-mac-leopard/svg/custom/js-update-container-expected.png: Removed.
2208 * platform/chromium-mac-leopard/svg/custom/js-update-gradient-expected.png: Removed.
2209 * platform/chromium-mac-leopard/svg/custom/js-update-style-expected.png: Removed.
2210 * platform/chromium-mac-leopard/svg/custom/marker-child-changes-expected.png: Removed.
2211 * platform/chromium-mac-leopard/svg/custom/marker-strokeWidth-changes-expected.png: Removed.
2212 * platform/chromium-mac-leopard/svg/custom/prevent-default-expected.png: Removed.
2213 * platform/chromium-mac-leopard/svg/custom/stroke-opacity-update-expected.png: Removed.
2214 * platform/chromium-mac-leopard/svg/custom/use-elementInstance-event-target-expected.png:
2215 * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.png: Removed.
2216 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.png:
2217 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
2218 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
2219 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.png:
2220 * platform/chromium-mac-snowleopard/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
2221 * platform/chromium-win/svg/custom/glyph-selection-arabic-forms-expected.png:
2222 * platform/chromium-win/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
2223 * platform/chromium-win/svg/custom/glyph-selection-non-bmp-expected.png:
2224 * platform/chromium-win/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
2225 * platform/chromium-win/svg/custom/hit-test-with-br-expected.png:
2226 * platform/chromium-win/svg/custom/hit-test-with-br-expected.txt:
2228 2012-02-09 Csaba Osztrogonác <ossy@webkit.org>
2230 [Qt] Unreviewed gardening.
2232 * platform/qt-5.0/fast/images/embed-image-expected.txt: Add after Qt5 update.
2233 * platform/qt-wk2/ [...] .png: Remove obsolete png files.
2234 * platform/qt/Skipped: Skip new tests without expected files.
2236 2012-02-09 Mike Lawther <mikelawther@chromium.org>
2238 update CSS3 calc() color tests to use pre/post js
2239 https://bugs.webkit.org/show_bug.cgi?id=77596
2241 Note that these tests are intended to 'fail' as calc() functionality
2242 had not yet landed (see http://webkit.org/b/16662)
2244 Reviewed by Kent Tamura.
2246 * css3/calc/color-hsl-expected.txt:
2247 * css3/calc/color-hsl.html:
2248 * css3/calc/color-rgb-expected.txt:
2249 * css3/calc/color-rgb.html:
2251 2012-02-09 Arun Patole <arun.patole@motorola.com>
2253 Setting media element 'src' attribute to "" should trigger load
2254 https://bugs.webkit.org/show_bug.cgi?id=47907
2256 Reviewed by Eric Carlson.
2258 * media/video-src-empty-expected.txt: Added, test for <video> with empty src.
2259 * media/video-src-empty.html: Added.
2260 * media/video-src-none-expected.txt:
2261 * media/video-src-none.html: removed "empty src" test as it is handled in separate test: video-src-empty.html.
2262 * platform/chromium/test_expectations.txt: media/video-empty-source.html needs a rebaseline.
2264 2012-02-09 Pavel Feldman <pfeldman@google.com>
2266 Web Inspector: fix setOuterHTML for the case that adds / removes duplicate.
2267 https://bugs.webkit.org/show_bug.cgi?id=78235
2269 Reviewed by Yury Semikhatsky.
2271 * inspector/elements/set-outer-html-2-expected.txt:
2272 * inspector/elements/set-outer-html-2.html:
2273 * inspector/elements/set-outer-html-expected.txt:
2274 * inspector/elements/set-outer-html.html:
2276 2012-02-09 Pavel Podivilov <podivilov@chromium.org>
2278 Unreviewed, update chromium svg expectations after r107207.
2280 * 400 platform/chromium*/svg/custom/* files
2282 2012-02-09 Csaba Osztrogonác <ossy@webkit.org>
2284 [Qt][Mac] Skip new failing tests to paint the bot green.
2286 * platform/qt-mac/Skipped:
2288 2012-02-09 Allan Sandfeld Jensen <allan.jensen@nokia.com>
2290 Test that timers do not fire from subframes of suspended documents.
2291 https://bugs.webkit.org/show_bug.cgi?id=53733
2293 Reviewed by Mihai Parparita.
2295 * fast/events/resources/suspend-subframe-1.html: Added.
2296 * fast/events/resources/suspend-subframe-2.html: Added.
2297 * fast/events/suspend-timers-expected.txt: Added.
2298 * fast/events/suspend-timers.html: Added.
2299 * platform/chromium/test_expectations.txt:
2301 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2303 Update expectations. svg/custom/nested-embedded-svg-size-changes.html no longer timeouts.
2305 * platform/chromium/test_expectations.txt:
2307 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2309 Not reviewed. Make the hit-test-with-br.xhtml work on non-Mac platforms.
2310 it was skipped on Chromium Win/Linux before, as the click on the <rect> never suceeeded.
2311 On Mac the coordinate 10x70, was the upper left corner of the rectangle, so if the font
2312 size is just slightly larger, or the size of the <br/>, then we failed to fire the click
2313 event - so just click at 50x80, to be on the safe side.
2315 * svg/custom/hit-test-with-br.xhtml:
2317 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2319 [Chromium] Layout Test svg/as-object/nested-embedded-svg-size-changes.html times out
2320 https://bugs.webkit.org/show_bug.cgi?id=77183
2322 Reviewed by Zoltan Herczeg.
2324 Another attempt at fixing svg/as-object/nested-embedded-svg-size-changes.html,
2325 by guessing from the JS trace, where it might happened.
2327 * svg/as-object/nested-embedded-svg-size-changes.html:
2329 2012-02-09 Zan Dobersek <zandobersek@gmail.com>
2331 LayoutTests/fast/harness/resources/modal-dialog.html is missing the opening html tag
2332 https://bugs.webkit.org/show_bug.cgi?id=78217
2334 Reviewed by Andreas Kling.
2336 Add the missing opening <html> tag.
2338 * fast/harness/resources/modal-dialog.html:
2340 2012-02-09 Alexei Filippov <alexeif@chromium.org>
2342 WebInspector: Show percentage by default in heap profiler.
2343 https://bugs.webkit.org/show_bug.cgi?id=78103
2345 Reviewed by Pavel Feldman.
2347 * inspector/profiler/detailed-heapshots-test.js:
2349 2012-02-09 Csaba Osztrogonác <ossy@webkit.org>
2351 [WK2] SVG animation pause API missing
2352 https://bugs.webkit.org/show_bug.cgi?id=63396
2354 Unreviewed gardening, skip svg/animations/animate-color-fill-from-by.html because of this bug.
2356 * platform/wk2/Skipped:
2358 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2360 Not reviewed. Move platform dependant results where they belong, and add Qt specific ones.
2362 * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png: Renamed from LayoutTests/svg/custom/glyph-selection-arabic-forms-expected.png.
2363 * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.txt: Renamed from LayoutTests/svg/custom/glyph-selection-arabic-forms-expected.txt.
2364 * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png: Renamed from LayoutTests/svg/custom/glyph-selection-bidi-mirror-expected.png.
2365 * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.txt: Renamed from LayoutTests/svg/custom/glyph-selection-bidi-mirror-expected.txt.
2366 * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png: Renamed from LayoutTests/svg/custom/glyph-selection-non-bmp-expected.png.
2367 * platform/mac/svg/custom/glyph-selection-non-bmp-expected.txt: Renamed from LayoutTests/svg/custom/glyph-selection-non-bmp-expected.txt.
2368 * platform/qt/svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
2369 * platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
2370 * platform/qt/svg/custom/glyph-selection-non-bmp-expected.txt: Added.
2372 2012-02-09 Alexander Pavlov <apavlov@chromium.org>
2374 Web Inspector: Update protocol and UI to follow bug 77204 (Kill per-Attribute style declarations)
2375 https://bugs.webkit.org/show_bug.cgi?id=77962
2377 Reviewed by Pavel Feldman.
2379 * inspector/elements/elements-panel-styles-expected.txt:
2380 * inspector/styles/styles-computed-trace-expected.txt:
2381 * inspector/styles/styles-new-API-expected.txt:
2382 * inspector/styles/styles-new-API.html:
2384 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2386 Not reviewed. Add missing Mac/Lion result.
2388 * platform/mac/svg/carto.net/scrollbar-expected.png: Added.
2389 * svg/custom/glyph-selection-bidi-mirror-expected.txt:
2391 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2393 Switch svg/custom tests to repaint harness
2394 https://bugs.webkit.org/show_bug.cgi?id=78115
2396 Not reviewed. Fix last minute typo, in nested-embedded-svg-size-changes.html, that may lead to flakiness.
2398 * svg/as-object/nested-embedded-svg-size-changes.html:
2400 2012-02-08 Pavel Feldman <pfeldman@google.com>
2402 Web Inspector: toggle Edit as HTML on F2, drag nodes up / down upon Ctrl(Cmd) Up / Down.
2403 https://bugs.webkit.org/show_bug.cgi?id=78123
2405 Reviewed by Yury Semikhatsky.
2407 * inspector/elements/move-node.html:
2408 * inspector/elements/undo-dom-edits-expected.txt:
2409 * inspector/elements/undo-dom-edits.html:
2411 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2413 Not reviewed. Rebaseline some Qt svg results.
2415 * platform/qt/svg/custom/absolute-sized-content-with-resources-expected.txt:
2416 * platform/qt/svg/custom/foreignObject-crash-on-hover-expected.txt:
2417 * platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.txt:
2418 * platform/qt/svg/custom/js-update-bounce-expected.txt:
2419 * platform/qt/svg/custom/js-update-stop-linked-gradient-expected.txt:
2420 * platform/qt/svg/custom/js-update-style-expected.txt:
2421 * platform/qt/svg/custom/mask-invalidation-expected.txt:
2422 * platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
2423 * platform/qt/svg/custom/text-repaint-including-stroke-expected.txt:
2424 * platform/qt/svg/custom/use-clipped-hit-expected.txt:
2426 2012-02-09 Kenichi Ishibashi <bashi@chromium.org>
2428 Unreviewed test expectation update.
2430 * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
2431 * platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png: Renamed from LayoutTests/platform/chromium/platform/chromium/compositing/layout-width-change-expected.png.
2433 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2435 [Qt] REGRESSION(r106918): It made svg/as-object/nested-embedded-svg-size-changes.html fail in debug mode
2436 https://bugs.webkit.org/show_bug.cgi?id=78026
2438 [Chromium] Layout Test svg/as-object/nested-embedded-svg-size-changes.html times out
2439 https://bugs.webkit.org/show_bug.cgi?id=77183
2441 Reviewed by Andreas Kling.
2443 Rework testcases, to wait for the embedded SVG of the embedded HTML that we're loading.
2444 Should fix the flakiness for both Qt/Chromium.
2446 * platform/qt/Skipped: Unskip test.
2447 * svg/as-object/nested-embedded-svg-size-changes.html: Wait for the embedded SVG to load, before trying to access it.
2448 * svg/as-object/resources/nested-embedded-svg-size-changes-target.html:
2450 2012-02-09 Philip Rogers <pdr@google.com>
2452 Fix mirroring with SVG fonts
2453 https://bugs.webkit.org/show_bug.cgi?id=77067
2455 Reviewed by Nikolas Zimmermann.
2457 SVG fonts were incorrectly handling mirrored characters in bidi text.
2458 In this change I added the function createStringWithMirroredCharacters
2459 which handles mirroring the characters when selecting glyphs for SVG
2460 fonts. I also made a small cosmetic change in the function
2461 charactersWithArabicForm, changing the bool parameter "mirror" to "rtl"
2462 which better reflects what it actually does.
2464 Several new tests were added to test mirroring with SVG fonts in the
2465 presence of Arabic forms and non-BMP characters.
2467 * platform/gtk/test_expectations.txt:
2468 * platform/win/test_expectations.txt:
2469 * svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
2470 * svg/custom/glyph-selection-arabic-forms.svg: Added.
2471 * svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
2472 * svg/custom/glyph-selection-bidi-mirror.svg: Added.
2473 * svg/custom/glyph-selection-non-bmp-expected.png: Added.
2474 * svg/custom/glyph-selection-non-bmp-expected.txt: Added.
2475 * svg/custom/glyph-selection-non-bmp.svg: Added.
2477 2012-02-09 Philippe Normand <pnormand@igalia.com>
2479 Unreviewed, GTK rebaseline after r107207.
2481 * platform/gtk/svg/custom/absolute-sized-content-with-resources-expected.txt:
2482 * platform/gtk/svg/custom/foreignObject-crash-on-hover-expected.txt:
2483 * platform/gtk/svg/custom/hit-test-unclosed-subpaths-expected.txt:
2484 * platform/gtk/svg/custom/js-update-bounce-expected.txt:
2485 * platform/gtk/svg/custom/js-update-stop-linked-gradient-expected.txt:
2486 * platform/gtk/svg/custom/js-update-style-expected.txt:
2487 * platform/gtk/svg/custom/mask-invalidation-expected.txt:
2488 * platform/gtk/svg/custom/relative-sized-content-with-resources-expected.txt:
2489 * platform/gtk/svg/custom/text-repaint-including-stroke-expected.txt:
2490 * platform/gtk/svg/custom/use-clipped-hit-expected.txt:
2492 2012-02-09 Nikolas Zimmermann <nzimmermann@rim.com>
2494 Switch svg/custom tests to repaint harness
2495 https://bugs.webkit.org/show_bug.cgi?id=78115
2497 Reviewed by Andreas Kling.
2499 Make all tests that exercise repainting use the fast/repaint/resources/repaint.js harness.
2501 * platform/chromium/test_expectations.txt:
2502 * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png:
2503 * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.txt:
2504 * platform/mac/svg/custom/animate-path-discrete-expected.png:
2505 * platform/mac/svg/custom/animate-path-morphing-expected.png:
2506 * platform/mac/svg/custom/animate-target-id-changed-expected.png:
2507 * platform/mac/svg/custom/animate-target-removed-from-document-expected.png:
2508 * platform/mac/svg/custom/circle-move-invalidation-expected.png:
2509 * platform/mac/svg/custom/clip-path-child-changes-expected.png:
2510 * platform/mac/svg/custom/clip-path-href-changes-expected.png:
2511 * platform/mac/svg/custom/clip-path-id-changes-expected.png:
2512 * platform/mac/svg/custom/clip-path-units-changes-expected.png:
2513 * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
2514 * platform/mac/svg/custom/fill-opacity-update-expected.png:
2515 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.png:
2516 * platform/mac/svg/custom/foreignObject-crash-on-hover-expected.txt:
2517 * platform/mac/svg/custom/gradient-add-stops-expected.png:
2518 * platform/mac/svg/custom/gradient-stop-style-change-expected.png:
2519 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.png:
2520 * platform/mac/svg/custom/hit-test-unclosed-subpaths-expected.txt:
2521 * platform/mac/svg/custom/hit-test-with-br-expected.png:
2522 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
2523 * platform/mac/svg/custom/js-late-clipPath-creation-expected.png:
2524 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
2525 * platform/mac/svg/custom/js-late-gradient-creation-expected.png:
2526 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.png:
2527 * platform/mac/svg/custom/js-late-marker-creation-expected.png:
2528 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.png:
2529 * platform/mac/svg/custom/js-late-mask-creation-expected.png:
2530 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
2531 * platform/mac/svg/custom/js-late-pattern-creation-expected.png:
2532 * platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
2533 * platform/mac/svg/custom/js-update-bounce-expected.png:
2534 * platform/mac/svg/custom/js-update-bounce-expected.txt:
2535 * platform/mac/svg/custom/js-update-container-expected.png:
2536 * platform/mac/svg/custom/js-update-container2-expected.png:
2537 * platform/mac/svg/custom/js-update-gradient-expected.png:
2538 * platform/mac/svg/custom/js-update-image-expected.png:
2539 * platform/mac/svg/custom/js-update-path-changes-expected.png:
2540 * platform/mac/svg/custom/js-update-path-removal-expected.png:
2541 * platform/mac/svg/custom/js-update-pattern-child-expected.png:
2542 * platform/mac/svg/custom/js-update-pattern-expected.png:
2543 * platform/mac/svg/custom/js-update-polygon-changes-expected.png:
2544 * platform/mac/svg/custom/js-update-polygon-removal-expected.png:
2545 * platform/mac/svg/custom/js-update-stop-expected.png:
2546 * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png:
2547 * platform/mac/svg/custom/js-update-stop-linked-gradient-expected.txt:
2548 * platform/mac/svg/custom/js-update-style-expected.png:
2549 * platform/mac/svg/custom/js-update-style-expected.txt:
2550 * platform/mac/svg/custom/js-update-transform-addition-expected.png:
2551 * platform/mac/svg/custom/js-update-transform-changes-expected.png:
2552 * platform/mac/svg/custom/marker-child-changes-css-expected.png:
2553 * platform/mac/svg/custom/marker-child-changes-expected.png:
2554 * platform/mac/svg/custom/marker-strokeWidth-changes-expected.png:
2555 * platform/mac/svg/custom/marker-viewBox-changes-expected.png:
2556 * platform/mac/svg/custom/mask-child-changes-expected.png:
2557 * platform/mac/svg/custom/mask-invalidation-expected.png:
2558 * platform/mac/svg/custom/mask-invalidation-expected.txt:
2559 * platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png:
2560 * platform/mac/svg/custom/prevent-default-expected.png:
2561 * platform/mac/svg/custom/relative-sized-content-expected.png:
2562 * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png:
2563 * platform/mac/svg/custom/relative-sized-content-with-resources-expected.txt:
2564 * platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
2565 * platform/mac/svg/custom/relative-sized-image-expected.png:
2566 * platform/mac/svg/custom/relative-sized-inner-svg-expected.png:
2567 * platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png:
2568 * platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
2569 * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png:
2570 * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
2571 * platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png:
2572 * platform/mac/svg/custom/repaint-on-image-bounds-change-expected.png:
2573 * platform/mac/svg/custom/resource-client-removal-expected.png:
2574 * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png:
2575 * platform/mac/svg/custom/scroll-hit-test-expected.png:
2576 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2577 * platform/mac/svg/custom/stroke-opacity-update-expected.png:
2578 * platform/mac/svg/custom/svg-absolute-children-expected.png:
2579 * platform/mac/svg/custom/text-dom-removal-expected.png:
2580 * platform/mac/svg/custom/text-repaint-including-stroke-expected.png:
2581 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
2582 * platform/mac/svg/custom/text-xy-updates-SVGList-expected.png:
2583 * platform/mac/svg/custom/use-clipped-hit-expected.png:
2584 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
2585 * platform/mac/svg/custom/use-detach-expected.png:
2586 * platform/mac/svg/custom/use-disappears-after-style-update-expected.png:
2587 * platform/mac/svg/custom/use-elementInstance-event-target-expected.png:
2588 * platform/mac/svg/custom/use-elementInstance-methods-expected.png:
2589 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.png:
2590 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.png:
2591 * platform/mac/svg/custom/use-inherit-style-expected.png:
2592 * platform/mac/svg/custom/use-instanceRoot-as-event-target-expected.png: Removed.
2593 * platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png:
2594 * platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png:
2595 * platform/mac/svg/custom/use-setAttribute-crash-expected.png:
2596 * svg/custom/absolute-sized-content-with-resources.xhtml:
2597 * svg/custom/animate-path-discrete.svg:
2598 * svg/custom/animate-path-morphing.svg:
2599 * svg/custom/animate-target-id-changed.svg:
2600 * svg/custom/animate-target-removed-from-document.svg:
2601 * svg/custom/circle-move-invalidation.svg:
2602 * svg/custom/clip-path-child-changes.svg:
2603 * svg/custom/clip-path-href-changes.svg:
2604 * svg/custom/clip-path-id-changes.svg:
2605 * svg/custom/clip-path-units-changes.svg:
2606 * svg/custom/deep-dynamic-updates.svg:
2607 * svg/custom/fill-opacity-update.svg:
2608 * svg/custom/foreignObject-crash-on-hover.xml:
2609 * svg/custom/gradient-add-stops.svg:
2610 * svg/custom/gradient-stop-style-change.svg:
2611 * svg/custom/hit-test-path-stroke.svg:
2612 * svg/custom/hit-test-path.svg:
2613 * svg/custom/hit-test-unclosed-subpaths.svg:
2614 * svg/custom/hit-test-with-br.xhtml:
2615 * svg/custom/js-late-clipPath-and-object-creation.svg:
2616 * svg/custom/js-late-clipPath-creation.svg:
2617 * svg/custom/js-late-gradient-and-object-creation.svg:
2618 * svg/custom/js-late-gradient-creation.svg:
2619 * svg/custom/js-late-marker-and-object-creation.svg:
2620 * svg/custom/js-late-marker-creation.svg:
2621 * svg/custom/js-late-mask-and-object-creation.svg:
2622 * svg/custom/js-late-mask-creation.svg:
2623 * svg/custom/js-late-pattern-and-object-creation.svg:
2624 * svg/custom/js-late-pattern-creation.svg:
2625 * svg/custom/js-repaint-rect-on-path-with-stroke.svg:
2626 * svg/custom/js-update-bounce.svg:
2627 * svg/custom/js-update-container.svg:
2628 * svg/custom/js-update-container2.svg:
2629 * svg/custom/js-update-gradient.svg:
2630 * svg/custom/js-update-image.svg:
2631 * svg/custom/js-update-path-changes.svg:
2632 * svg/custom/js-update-path-removal.svg:
2633 * svg/custom/js-update-pattern-child.svg:
2634 * svg/custom/js-update-pattern.svg:
2635 * svg/custom/js-update-polygon-changes.svg:
2636 * svg/custom/js-update-polygon-removal.svg:
2637 * svg/custom/js-update-stop-linked-gradient.svg:
2638 * svg/custom/js-update-stop.svg:
2639 * svg/custom/js-update-style.svg:
2640 * svg/custom/js-update-transform-addition.svg:
2641 * svg/custom/js-update-transform-changes.svg:
2642 * svg/custom/linking-a-03-b-all.svg:
2643 * svg/custom/linking-a-03-b-preserveAspectRatio.svg:
2644 * svg/custom/linking-a-03-b-transform.svg:
2645 * svg/custom/linking-a-03-b-viewBox-transform.svg:
2646 * svg/custom/linking-a-03-b-viewBox.svg:
2647 * svg/custom/linking-a-03-b-viewTarget.svg:
2648 * svg/custom/linking-a-03-b-zoomAndPan.svg:
2649 * svg/custom/marker-child-changes-css.svg:
2650 * svg/custom/marker-child-changes.svg:
2651 * svg/custom/marker-strokeWidth-changes.svg:
2652 * svg/custom/marker-viewBox-changes.svg:
2653 * svg/custom/mask-child-changes.svg:
2654 * svg/custom/mask-invalidation.svg:
2655 * svg/custom/object-sizing-no-width-height-change-content-box-size.xhtml:
2656 * svg/custom/pending-resource-after-removal-expected.png:
2657 * svg/custom/pending-resource-after-removal.xhtml:
2658 * svg/custom/pending-resource-leak-2.svg:
2659 * svg/custom/pending-resource-leak-3.svg:
2660 * svg/custom/prevent-default.svg:
2661 * svg/custom/relative-sized-content-with-resources.xhtml:
2662 * svg/custom/relative-sized-content.xhtml:
2663 * svg/custom/relative-sized-deep-shadow-tree-content.xhtml:
2664 * svg/custom/relative-sized-image.xhtml:
2665 * svg/custom/relative-sized-inner-svg.xhtml:
2666 * svg/custom/relative-sized-shadow-tree-content-with-symbol.xhtml:
2667 * svg/custom/relative-sized-shadow-tree-content.xhtml:
2668 * svg/custom/relative-sized-use-on-symbol.xhtml:
2669 * svg/custom/relative-sized-use-without-attributes-on-symbol.xhtml:
2670 * svg/custom/repaint-moving-svg-and-div.xhtml:
2671 * svg/custom/repaint-on-constant-size-change.svg:
2672 * svg/custom/repaint-on-image-bounds-change.svg:
2673 * svg/custom/repaint-shadow.svg:
2674 * svg/custom/repaint-stroke-width-changes.svg:
2675 * svg/custom/resource-client-removal.svg:
2676 * svg/custom/resource-invalidate-on-target-update.svg:
2677 * svg/custom/resources/use-instanceRoot-event-bubbling.js:
2679 * svg/custom/resources/use-instanceRoot-event-listeners.js:
2681 * svg/custom/scroll-hit-test.xhtml:
2682 * svg/custom/scroll-to-anchor-in-symbol.svg:
2683 * svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html:
2684 * svg/custom/stroke-opacity-update.svg:
2685 * svg/custom/svg-absolute-children.svg:
2686 * svg/custom/svg-disallowed-in-dashboard-object.html:
2687 * svg/custom/svg-fonts-in-html-linebreaks.html:
2688 * svg/custom/text-dom-removal.svg:
2689 * svg/custom/text-repaint-including-stroke.svg:
2690 * svg/custom/text-xy-updates-SVGList.xhtml:
2691 * svg/custom/use-animation-in-fill.html:
2692 * svg/custom/use-clipped-hit.svg:
2693 * svg/custom/use-crash-in-non-wellformed-document.svg:
2694 * svg/custom/use-crash-when-href-change.svg:
2695 * svg/custom/use-detach.svg:
2696 * svg/custom/use-disappears-after-style-update.svg:
2697 * svg/custom/use-elementInstance-event-target.svg:
2698 * svg/custom/use-elementInstance-methods.svg:
2699 * svg/custom/use-event-handler-on-referenced-element.svg:
2700 * svg/custom/use-event-handler-on-use-element.svg:
2701 * svg/custom/use-inherit-style.svg:
2702 * svg/custom/use-instanceRoot-as-event-target.xhtml:
2703 * svg/custom/use-instanceRoot-event-bubbling.xhtml:
2704 * svg/custom/use-instanceRoot-event-listeners.xhtml:
2705 * svg/custom/use-multiple-on-nested-disallowed-font.html:
2706 * svg/custom/use-setAttribute-crash.svg:
2708 2012-02-09 Philippe Normand <pnormand@igalia.com>
2710 Unreviewed, GTK baselines for new tests.
2712 * platform/gtk/fast/line-grid/line-grid-contains-value-expected.txt: Added.
2713 * platform/gtk/fast/line-grid/line-grid-into-columns-expected.txt: Added.
2714 * platform/gtk/svg/clip-path/clip-in-clip-expected.txt: Added.
2715 * platform/gtk/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Added.
2716 * platform/gtk/svg/clip-path/clipper-placement-issue-expected.txt: Added.
2717 * platform/gtk/svg/custom/use-disappears-after-style-update-expected.txt: Added.
2718 * platform/gtk/svg/filters/feImage-change-target-id-expected.txt: Added.
2719 * platform/gtk/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt: Added.
2720 * platform/gtk/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.txt: Added.
2721 * platform/gtk/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt: Added.
2722 * platform/gtk/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt: Added.
2723 * platform/gtk/svg/filters/feImage-late-indirect-update-expected.txt: Added.
2724 * platform/gtk/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added.
2725 * platform/gtk/svg/filters/feImage-position-expected.txt: Added.
2726 * platform/gtk/svg/filters/feImage-remove-target-expected.txt: Added.
2727 * platform/gtk/svg/filters/feImage-subregions-expected.txt: Added.
2728 * platform/gtk/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt: Added.
2729 * platform/gtk/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt: Added.
2730 * platform/gtk/svg/filters/feImage-target-add-to-document-expected.txt: Added.
2731 * platform/gtk/svg/filters/feImage-target-attribute-change-expected.txt: Added.
2732 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added.
2733 * platform/gtk/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added.
2734 * platform/gtk/svg/filters/feImage-target-changes-id-expected.txt: Added.
2735 * platform/gtk/svg/filters/feImage-target-id-change-expected.txt: Added.
2736 * platform/gtk/svg/filters/feImage-target-inline-style-change-expected.txt: Added.
2737 * platform/gtk/svg/filters/feImage-target-property-change-expected.txt: Added.
2738 * platform/gtk/svg/filters/feImage-target-reappend-to-document-expected.txt: Added.
2739 * platform/gtk/svg/filters/feImage-target-remove-from-document-expected.txt: Added.
2740 * platform/gtk/svg/filters/feImage-target-style-change-expected.txt: Added.
2741 * platform/gtk/svg/filters/filter-placement-issue-expected.txt: Added.
2742 * platform/gtk/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added.
2743 * platform/gtk/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added.
2744 * platform/gtk/svg/wicd/sizing-flakiness-expected.txt: Added.
2746 2012-02-09 Pavel Podivilov <podivilov@chromium.org>
2748 Unreviewed, add chromium expectations for new tests added in r107160.
2750 * platform/chromium-linux/fast/line-grid/line-grid-inside-columns-expected.png:
2751 * platform/chromium-linux/fast/line-grid/line-grid-into-columns-expected.png: Added.
2752 * platform/chromium-mac-leopard/fast/line-grid/line-grid-into-columns-expected.png: Added.
2753 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-into-columns-expected.png: Added.
2754 * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.png:
2755 * platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.txt:
2756 * platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.png: Added.
2757 * platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.txt: Added.
2759 2012-02-09 Shinya Kawanaka <shinyak@google.com>
2761 Disable adding a shadow root to elements having a dynamic built-in shadow root.
2762 https://bugs.webkit.org/show_bug.cgi?id=77935
2764 Reviewed by Hajime Morita.
2766 * fast/dom/shadow/shadow-disable-expected.txt: Added.
2767 * fast/dom/shadow/shadow-disable.html: Added.
2768 * platform/efl/Skipped:
2769 * platform/gtk/Skipped:
2770 * platform/mac/Skipped:
2771 * platform/qt/Skipped:
2772 * platform/win/Skipped:
2773 * platform/wincairo/Skipped:
2775 2012-02-08 Alexander Pavlov <apavlov@chromium.org>
2777 Web Inspector: hovering over element with :hover style halts inspector
2778 https://bugs.webkit.org/show_bug.cgi?id=78086
2780 Reviewed by Pavel Feldman.
2782 * inspector/styles/updates-throttled-expected.txt: Added.
2783 * inspector/styles/updates-throttled.html: Added.
2785 2012-02-09 Matt Falkenhagen <falken@chromium.org>
2787 Improve http-equiv content-language parsing
2788 https://bugs.webkit.org/show_bug.cgi?id=77724
2790 Reviewed by Alexey Proskuryakov.
2792 Add tests for mapping http-equiv content-language to -webkit-locale to cover dynamic changes to the meta
2793 element and a comma-separated list of languages. The desired behavior of some of these is not yet decided, so
2794 some of the tests currently fail and the expectations may change. See comments in bug and in the tests.
2796 * fast/text/content-language-comma-separated-list-expected.txt: Added.
2797 * fast/text/content-language-comma-separated-list.html: Added.
2798 * fast/text/content-language-dynamically-added-expected.txt: Added.
2799 * fast/text/content-language-dynamically-added.html: Added.
2800 * fast/text/content-language-dynamically-changed-expected.txt: Added.
2801 * fast/text/content-language-dynamically-changed.html: Added.
2802 * fast/text/content-language-dynamically-removed-expected.txt: Added.
2803 * fast/text/content-language-dynamically-removed.html: Added.
2804 * fast/text/content-language-multiple.html: Fix to actually test http-equiv content-language.
2806 2012-02-09 Pavel Podivilov <podivilov@chromium.org>
2808 Unreviewed, gardening, remove stale chromium expectations for synthetic-bold-transformed.
2810 * platform/chromium-linux/fast/text/synthetic-bold-transformed-expected.png: Removed.
2811 * platform/chromium-mac-snowleopard/fast/text/synthetic-bold-transformed-expected.png: Removed.
2812 * platform/chromium-win/fast/text/synthetic-bold-transformed-expected.png: Removed.
2814 2012-02-09 Mike Lawther <mikelawther@chromium.org>
2816 Unreviewed test_expectations change.
2818 [chromium] remove expectation for css3/calc/block-mask-overlay-image-outset.html
2819 https://bugs.webkit.org/show_bug.cgi?id=78183
2821 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=css3%2Fcalc%2Fblock-mask-overlay
2822 shows this test has not failed as far back as its history is recorded.
2824 * platform/chromium/test_expectations.txt:
2826 2012-02-08 Philippe Normand <pnormand@igalia.com>
2828 Unreviewed, GTK rebaseline.
2830 * platform/gtk/fast/dom/constructed-objects-prototypes-expected.txt:
2831 * platform/gtk/fast/forms/select-overflow-scroll-expected.txt:
2832 * platform/gtk/fast/forms/select-overflow-scroll-inherited-expected.txt:
2833 * platform/gtk/fast/line-grid/line-grid-inside-columns-expected.txt:
2835 2012-02-07 MORITA Hajime <morrita@google.com>
2837 Replacement text should be available from the marker.
2838 https://bugs.webkit.org/show_bug.cgi?id=77934
2840 Reviewed by Kent Tamura.
2842 * editing/spelling/spelling-marker-description-expected.txt: Added.
2843 * editing/spelling/spelling-marker-description.html: Added.
2844 * platform/gtk/Skipped:
2845 * platform/mac/Skipped:
2846 * platform/qt/Skipped:
2847 * platform/win/Skipped:
2849 2012-02-08 Igor Oliveira <igor.o@sisa.samsung.com>
2851 Implement reverse animation direction
2852 https://bugs.webkit.org/show_bug.cgi?id=60525
2854 Add test for the new animation-direction values.
2856 Reviewed by Dean Jackson.
2858 * animations/animation-direction-alternate-reverse-expected.txt: Added.
2859 * animations/animation-direction-alternate-reverse.html: Added.
2860 * animations/animation-direction-reverse-expected.txt: Added.
2861 * animations/animation-direction-reverse.html: Added.
2862 * animations/fill-mode-reverse-expected.txt: Added.
2863 * animations/fill-mode-reverse.html: Added.
2865 2012-02-08 David Hyatt <hyatt@apple.com>
2867 https://bugs.webkit.org/show_bug.cgi?id=78157
2869 Make multi-column layout work with line grids that are outside of the multi-column
2872 Reviewed by Dan Bernstein.
2874 * fast/line-grid/line-grid-into-columns.html: Added.
2875 * platform/mac/fast/line-grid/line-grid-into-columns-expected.png: Added.
2876 * platform/mac/fast/line-grid/line-grid-into-columns-expected.txt: Added.
2878 2012-02-08 Matt Falkenhagen <falken@chromium.org>
2880 Improve http-equiv content-language parsing
2881 https://bugs.webkit.org/show_bug.cgi?id=77724
2883 Reviewed by Alexey Proskuryakov.
2885 Add more tests for mapping http-equiv content-language to -webkit-locale. The desired behavior of some
2886 of these is not yet decided, so some of the tests currently fail and the expectations may change. See comments in bug and in the tests.
2888 * fast/text/content-language-case-insensitivity-expected.txt:
2889 * fast/text/content-language-case-insensitivity.html: Style fixes.
2890 * fast/text/content-language-empty-expected.txt: Added.
2891 * fast/text/content-language-empty.html: Added.
2892 * fast/text/content-language-late-expected.txt: Added.
2893 * fast/text/content-language-late.html: Added.
2894 * fast/text/content-language-mapped-to-webkit-locale-expected.txt:
2895 * fast/text/content-language-mapped-to-webkit-locale.html: Style fixes.
2896 * fast/text/content-language-multiple-expected.txt: Added.
2897 * fast/text/content-language-multiple.html: Added.
2898 * fast/text/content-language-no-content-expected.txt: Added.
2899 * fast/text/content-language-no-content.html: Added.
2900 * fast/text/content-language-only-whitespace-expected.txt: Added.
2901 * fast/text/content-language-only-whitespace.html: Added.
2902 * fast/text/content-language-with-whitespace-expected.txt: Added.
2903 * fast/text/content-language-with-whitespace.html: Added.
2905 2012-02-08 Julien Chaffraix <jchaffraix@webkit.org>
2907 Unreviewed gardening.
2909 * platform/mac-future/svg/carto.net: Added.
2910 * platform/mac-future/svg/carto.net/scrollbar-expected.png: Added.
2911 * platform/mac/svg/carto.net/scrollbar-expected.png: Removed.
2912 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png:
2913 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.txt: Added.
2914 Updated the baseline here, thanks to the text on the button...
2916 * platform/chromium/test_expectations.txt:
2917 Marked one test as failing as some output don't make much sense.
2919 2012-02-08 Dana Jansens <danakj@chromium.org>
2921 [Chromium] Fix opaque tracking for box shadows and non-composited child elements
2922 https://bugs.webkit.org/show_bug.cgi?id=78073
2924 Reviewed by Stephen White.
2926 * compositing/culling/scrolled-within-boxshadow-expected.png: Added.
2927 * compositing/culling/scrolled-within-boxshadow-expected.txt: Added.
2928 * compositing/culling/scrolled-within-boxshadow.html: Added.
2929 * compositing/culling/translated-boxshadow-expected.png: Added.
2930 * compositing/culling/translated-boxshadow-expected.txt: Added.
2931 * compositing/culling/translated-boxshadow.html: Added.
2933 2012-02-08 Julien Chaffraix <jchaffraix@webkit.org>
2935 Unreviewed gardening.
2937 * platform/chromium-mac-snowleopard/platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
2938 Updated this baseline. It looks like an opacity difference of 1 that we could't really explain.
2940 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug120364-expected.png: Added.
2941 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug22019-expected.png: Added.
2942 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug23151-expected.png: Added.
2943 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46480-1-expected.png: Added.
2944 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46480-2-expected.png: Added.
2945 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56405-expected.png: Added.
2946 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/x_td_nowrap-expected.png: Added.
2947 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png: Added.
2948 * platform/chromium/tables/mozilla/bugs/bug56405-expected.txt: Removed.
2949 Rebaselined those tests on snowleopard as we started taking up the new snow-leopard baselines from r107122.
2951 * platform/chromium/test_expectations.txt:
2952 Mark compositing/iframes/scrolling-iframe.html as flaky as seen on a snow-leopard or windows (debug) bot near you.
2954 2012-02-08 Julien Chaffraix <jchaffraix@webkit.org>
2956 Unreviewed gardening.
2958 * platform/chromium-mac-leopard/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
2959 * platform/chromium-mac-snowleopard/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
2960 Add those 2 new baselines.
2962 2012-02-08 James Robinson <jamesr@chromium.org>
2964 [chromium] Add a layout test for losing the compositor context with a video playing
2965 https://bugs.webkit.org/show_bug.cgi?id=78060
2967 Reviewed by Eric Carlson.
2969 Adds a test to prevent regressions with video playback when we lose the compositor context. This test loads up a
2970 video, forces a frame to be displayed, simulates a lost context, then finishes the test (which causes another
2971 frame to be displayed).
2973 Prior to r106610 this test times out in debug and crashes in ASAN.
2975 * platform/chromium/compositing/lost-compositor-context-with-video-expected.png: Added.
2976 * platform/chromium/compositing/lost-compositor-context-with-video-expected.txt: Added.
2977 * platform/chromium/compositing/lost-compositor-context-with-video.html: Added.
2979 2012-02-08 Emil A Eklund <eae@chromium.org>
2981 Update pixel table test expectations for mac to match new DRT scrollbars
2982 https://bugs.webkit.org/show_bug.cgi?id=76938
2984 Rubber stamped by Eric Seidel.
2986 * platform/mac/tables/mozilla/bugs/bug101674-expected.png:
2987 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png:
2988 * platform/mac/tables/mozilla/bugs/bug113235-1-expected.png:
2989 * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png:
2990 * platform/mac/tables/mozilla/bugs/bug11944-expected.png:
2991 * platform/mac/tables/mozilla/bugs/bug120364-expected.png:
2992 * platform/mac/tables/mozilla/bugs/bug131020-expected.png:
2993 * platform/mac/tables/mozilla/bugs/bug131020_iframe-expected.png:
2994 * platform/mac/tables/mozilla/bugs/bug137388-2-expected.png:
2995 * platform/mac/tables/mozilla/bugs/bug149275-1-expected.png:
2996 * platform/mac/tables/mozilla/bugs/bug22019-expected.png:
2997 * platform/mac/tables/mozilla/bugs/bug23151-expected.png:
2998 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png:
2999 * platform/mac/tables/mozilla/bugs/bug29314-expected.png:
3000 * platform/mac/tables/mozilla/bugs/bug32205-2-expected.png:
3001 * platform/mac/tables/mozilla/bugs/bug38916-expected.png:
3002 * platform/mac/tables/mozilla/bugs/bug43039-expected.png:
3003 * platform/mac/tables/mozilla/bugs/bug43854-1-expected.png:
3004 * platform/mac/tables/mozilla/bugs/bug44505-expected.png:
3005 * platform/mac/tables/mozilla/bugs/bug46480-1-expected.png:
3006 * platform/mac/tables/mozilla/bugs/bug46480-2-expected.png:
3007 * platform/mac/tables/mozilla/bugs/bug50695-1-expected.png:
3008 * platform/mac/tables/mozilla/bugs/bug56405-expected.png:
3009 * platform/mac/tables/mozilla/bugs/bug67915-1-expected.png:
3010 * platform/mac/tables/mozilla/bugs/bug73321-expected.png:
3011 * platform/mac/tables/mozilla/bugs/bug92143-expected.png:
3012 * platform/mac/tables/mozilla/bugs/bug96334-expected.png:
3013 * platform/mac/tables/mozilla/bugs/bug96343-expected.png:
3014 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
3015 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
3016 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
3017 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
3018 * platform/mac/tables/mozilla/marvin/x_td_height-expected.png:
3019 * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png:
3020 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
3021 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
3022 * platform/mac/tables/mozilla/marvin/x_th_height-expected.png:
3023 * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png:
3024 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
3025 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
3026 * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
3027 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
3028 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
3029 * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
3030 * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
3031 * platform/mac/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
3032 * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
3033 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
3034 * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
3035 * platform/mac/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
3036 * platform/mac/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
3037 * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
3038 * platform/mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
3039 * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png:
3040 * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png:
3041 * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png:
3042 * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png:
3043 * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png:
3044 * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png:
3046 2012-02-08 Jonathan Backer <backer@chromium.org>
3048 [chromium] Disable root layer clears on release builds.
3049 https://bugs.webkit.org/show_bug.cgi?id=77478
3051 Reviewed by James Robinson.
3053 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
3054 * platform/chromium-gpu-linux/media/video-zoom-expected.png:
3055 * platform/chromium-linux/compositing/direct-image-compositing-expected.png:
3056 * platform/chromium-linux/compositing/geometry/ancestor-overflow-change-expected.png:
3057 * platform/chromium-linux/compositing/geometry/fixed-in-composited-expected.png:
3058 * platform/chromium-linux/compositing/geometry/tall-page-composited-expected.png:
3059 * platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
3060 * platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
3061 * platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
3062 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png:
3063 * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
3065 2012-02-07 Andy Estes <aestes@apple.com>
3067 REGRESSION (r102983): ClicktoFlash drawing of old style youtube embeds missing until resize
3068 https://bugs.webkit.org/show_bug.cgi?id=77167
3070 Reviewed by Eric Seidel.
3072 * plugins/layout-in-beforeload-listener-affects-plugin-loading-expected.txt: Added.
3073 * plugins/layout-in-beforeload-listener-affects-plugin-loading.html: Added.
3075 2012-02-08 Cary Clark <caryclark@google.com>
3077 Unreviewed rebaselines for vertical text tests.
3078 See https://bugs.webkit.org/show_bug.cgi?id=78120
3080 * platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
3082 * platform/chromium-mac-snowleopard/fast/writing-mode/vertical-font-fallback-expected.png: Added.
3083 * platform/chromium/test_expectations.txt:
3085 2012-02-07 Ojan Vafai <ojan@chromium.org>
3087 Floated flexboxes render as regular RenderBlocks
3088 https://bugs.webkit.org/show_bug.cgi?id=77909
3090 Reviewed by Eric Seidel.
3092 * css3/flexbox/floated-flexbox-expected.txt: Added.
3093 * css3/flexbox/floated-flexbox.html: Added.
3095 2012-02-08 Julien Chaffraix <jchaffraix@webkit.org>
3097 Unreviewed gardening.
3099 * platform/chromium-linux/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
3100 * platform/chromium-mac-leopard/fast/line-grid/line-grid-contains-value-expected.png: Added.
3101 * platform/chromium-mac-snowleopard/fast/line-grid/line-grid-contains-value-expected.png: Added.
3102 * platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.png: Added.
3103 * platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.txt: Added.
3104 More rebaseline of those (I pulled the trigger too early).
3106 * platform/chromium/rubberbanding/custom-scrollbars-ne-expected.png:
3107 * platform/chromium/rubberbanding/custom-scrollbars-nw-expected.png:
3108 * platform/chromium/rubberbanding/custom-scrollbars-se-expected.png:
3109 * platform/chromium/rubberbanding/custom-scrollbars-sw-expected.png:
3110 Update the expected files. I don't know how we ended up with a blue color when the html specifies
3113 * platform/chromium/test_expectations.txt:
3114 Mark a test as timing out as it has been raising an exception on the bots fairly regularly.
3116 2012-02-08 Dirk Schulze <krit@webkit.org>
3118 viewBox on nested SVG causes wrong content size for relative values
3119 https://bugs.webkit.org/show_bug.cgi?id=69459
3121 Reviewed by Nikolas.
3123 Test relayout of content of inner SVG on change of relative length values.
3125 * svg/repaint/inner-svg-change-viewBox-expected.png: Added.
3126 * svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
3127 * svg/repaint/inner-svg-change-viewBox.svg: Added.
3129 2012-02-08 Gregg Tavares <gman@chromium.org>
3131 Implement new WEBGL compressed texture extensions
3132 https://bugs.webkit.org/show_bug.cgi?id=77066
3134 Reviewed by Kenneth Russell.
3136 * fast/canvas/webgl/constants.html:
3137 * fast/canvas/webgl/gl-get-calls-expected.txt:
3138 * fast/canvas/webgl/gl-get-calls.html:
3140 2012-02-08 Csaba Osztrogonác <ossy@webkit.org>
3142 [Qt] svg/zoom/page/zoom-coords-viewattr-01-b.svg fails
3143 https://bugs.webkit.org/show_bug.cgi?id=78128
3145 * platform/qt/Skipped: Skip it until fix.
3147 2012-02-08 Julien Chaffraix <jchaffraix@webkit.org>
3149 Unreviewed morning gardening.
3151 * platform/chromium-linux/fast/line-grid/line-grid-contains-value-expected.png: Added.
3152 * platform/chromium-linux/fast/line-grid/line-grid-contains-value-expected.txt: Added.
3153 Rebaselined this file (font difference).
3155 * platform/chromium/test_expectations.txt: Marked one test as SLOW on Window.
3157 2012-02-08 David Hyatt <hyatt@apple.com>
3159 https://bugs.webkit.org/show_bug.cgi?id=78122
3161 Add a new test that shows the "contains" value in action.
3163 Reviewed by Adam Roben.
3165 * fast/line-grid/line-grid-contains-value.html: Added.
3166 * platform/mac/fast/line-grid/line-grid-contains-value-expected.png: Added.
3167 * platform/mac/fast/line-grid/line-grid-contains-value-expected.txt: Added.
3169 2012-02-08 Dan Bernstein <mitz@apple.com>
3171 Moved a Mac-specific test to platform/mac.
3173 * fast/text/synthetic-bold-transformed-expected.html: Removed.
3174 * fast/text/synthetic-bold-transformed.html: Removed.
3175 * platform/mac/fast/text/synthetic-bold-transformed-expected.html: Copied from fast/text/synthetic-bold-transformed-expected.html.
3176 * platform/mac/fast/text/synthetic-bold-transformed.html: Copied from fast/text/synthetic-bold-transformed.html.
3178 2012-02-08 Alexei Svitkine <asvitkine@chromium.org>
3180 Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tests.
3181 https://bugs.webkit.org/show_bug.cgi?id=78007
3183 This got broken by: http://trac.webkit.org/changeset/105470
3184 And the tests were accidentally(?) disabled in: http://trac.webkit.org/changeset/95191
3186 There is still three tests that fail from the set, but the cause for these is different,
3187 which I'm still investigating.
3189 Reviewed by James Robinson.
3191 * platform/chromium/test_expectations.txt:
3193 2012-02-08 Pavel Feldman <pfeldman@google.com>
3195 Web Inspector: bind entire subtree upon childNodeInserted so that text node were accounted.
3196 https://bugs.webkit.org/show_bug.cgi?id=78116
3198 Reviewed by Yury Semikhatsky.
3200 * inspector/elements/insert-node-expected.txt:
3201 * inspector/elements/insert-node.html:
3203 2012-02-08 Michael Brüning <michael.bruning@nokia.com>
3205 [Qt][WK2] Compute and set cache capacities using the current CacheModel
3206 https://bugs.webkit.org/show_bug.cgi?id=73918
3208 Reviewed by Kenneth Rohde Christiansen.
3210 * platform/qt-wk2/Skipped: Unskip tests skipped for regression from r106920.
3212 2012-02-08 Pavel Podivilov <podivilov@chromium.org>
3214 Unreviewed, add chromium expectations for fast/forms/select-overflow-scroll* tests.
3216 * platform/chromium-linux/fast/forms/select-overflow-scroll-expected.png: Added.
3217 * platform/chromium-linux/fast/forms/select-overflow-scroll-expected.txt: Added.
3218 * platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
3219 * platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
3220 * platform/chromium-mac-snowleopard/fast/forms/select-overflow-scroll-expected.png: Added.
3221 * platform/chromium-mac-snowleopard/fast/forms/select-overflow-scroll-expected.txt: Added.
3222 * platform/chromium-mac-snowleopard/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
3223 * platform/chromium-mac-snowleopard/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
3224 * platform/chromium-win/fast/forms/select-overflow-scroll-expected.png: Added.
3225 * platform/chromium-win/fast/forms/select-overflow-scroll-expected.txt: Added.
3226 * platform/chromium-win/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
3227 * platform/chromium-win/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
3229 2012-02-08 Kaustubh Atrawalkar <kaustubh@motorola.com>
3231 Migrate createObjectURL & revokeObjectURL to static (Class) methods.
3232 https://bugs.webkit.org/show_bug.cgi?id=74386
3234 Reviewed by Kentaro Hara.
3236 Added test to check if createObjectURL & revokeObjectURL are static functions.
3238 * fast/dom/DOMURL/check-instanceof-domurl-functions-expected.txt: Added.
3239 * fast/dom/DOMURL/check-instanceof-domurl-functions.html: Added.
3240 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: GTK Rebaseline.
3241 * platform/gtk/fast/js/global-constructors-expected.txt: ditto.
3242 * platform/qt/fast/dom/constructed-objects-prototypes-expected.txt: Qt Rebaseline.
3243 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: ditto.
3244 * platform/qt/fast/js/global-constructors-expected.txt: ditto.
3246 2012-02-08 Pavel Podivilov <podivilov@chromium.org>
3248 Unreviewed, chromium expectations update: mark repaint-on-image-bounds-change.svg as IMAGE+TEXT IMAGE.
3250 * platform/chromium/test_expectations.txt:
3252 2012-02-08 Pavel Podivilov <podivilov@chromium.org>
3254 Unreviewed, update chromium svg expectations after r107067.
3256 * platform/chromium-linux/svg/filters/feImage-late-indirect-update-expected.png: Added.
3257 * platform/chromium-mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
3258 * platform/chromium-mac-snowleopard/svg/filters/feImage-change-target-id-expected.png: Added.
3259 * platform/chromium-mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: Added.
3260 * platform/chromium-mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
3261 * platform/chromium-mac-snowleopard/svg/filters/feImage-remove-target-expected.png: Added.
3262 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: Added.
3263 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
3264 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
3265 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: Added.
3266 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: Added.
3267 * platform/chromium-mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: Added.
3268 * platform/chromium-win/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
3269 * platform/chromium-win/svg/filters/feImage-late-indirect-update-expected.png: Added.
3270 * platform/chromium-win/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
3271 * platform/chromium-win/svg/filters/feImage-target-attribute-change-expected.png: Added.
3272 * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
3273 * platform/chromium-win/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
3274 * platform/chromium-win/svg/filters/feImage-target-inline-style-change-expected.png: Added.
3275 * platform/chromium-win/svg/filters/feImage-target-property-change-expected.png: Added.
3276 * platform/chromium-win/svg/filters/feImage-target-style-change-expected.png: Added.
3278 2012-02-08 Pavel Podivilov <podivilov@chromium.org>
3280 Unreviewed, repaint-on-image-bounds-change.svg still has wrong image in chromium.
3281 https://bugs.webkit.org/show_bug.cgi?id=78084
3283 * platform/chromium/test_expectations.txt:
3285 2012-02-08 Philippe Normand <pnormand@igalia.com>
3287 Unreviewed, GTK rebaseline and skipping 2 new failing tests.
3289 * platform/gtk/Skipped:
3290 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3292 2012-02-08 Ádám Kallai <Kallai.Adam@stud.u-szeged.hu>
3294 [Qt] New http/tests/security/ introduced r107046 fail
3295 https://bugs.webkit.org/show_bug.cgi?id=78093
3297 Unskip these tests and rebaselines for Qt and GTK.
3299 Reviewed by Csaba Osztrogonác.
3301 * platform/gtk/Skipped:
3302 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:
3303 * platform/qt/Skipped:
3304 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
3306 2012-02-08 Csaba Osztrogonác <ossy@webkit.org>
3308 [Qt] Unreviewed gardening after r107057. Update Qt specific expected results.
3310 * platform/qt/svg/custom/SVGPoint-matrixTransform-expected.png:
3311 * platform/qt/svg/custom/SVGPoint-matrixTransform-expected.txt:
3312 * platform/qt/svg/custom/getTransformToElement-expected.png:
3313 * platform/qt/svg/custom/getTransformToElement-expected.txt:
3314 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
3315 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
3316 * platform/qt/svg/custom/polyline-setattribute-points-null-expected.png:
3317 * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
3318 * platform/qt/svg/custom/text-ctm-expected.png:
3319 * platform/qt/svg/custom/text-ctm-expected.txt:
3320 * platform/qt/svg/custom/text-hit-test-expected.png:
3321 * platform/qt/svg/custom/text-hit-test-expected.txt:
3323 2012-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
3325 Not reviewed. Rebaseline Gtk/SVG results.
3327 * platform/gtk/svg/carto.net/scrollbar-expected.txt:
3328 * platform/gtk/svg/custom/polyline-setattribute-points-null-expected.txt:
3330 2012-02-08 Antaryami Pandia <antaryami.pandia@motorola.com>
3332 CSS2 overflow: scrollbar not visible on SELECT elements when overflow: scroll is set.
3333 https://bugs.webkit.org/show_bug.cgi?id=69993
3335 Reviewed by Simon Fraser.
3337 * fast/css/getComputedStyle/computed-style-select-overflow-expected.txt: Added.
3338 * fast/css/getComputedStyle/computed-style-select-overflow.html: Added.
3339 * fast/forms/select-overflow-scroll-inherited.html: Added.
3340 * fast/forms/select-overflow-scroll.html: Added.
3341 * platform/gtk/fast/forms/select-overflow-scroll-expected.txt: Added.
3342 * platform/gtk/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
3344 2012-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
3346 Not reviewed. Rebaseline Qt/SVG results.
3348 * platform/qt/svg/custom/SVGPoint-matrixTransform-expected.txt:
3349 * platform/qt/svg/custom/getTransformToElement-expected.txt:
3350 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
3351 * platform/qt/svg/custom/polyline-setattribute-points-null-expected.txt:
3352 * platform/qt/svg/custom/text-ctm-expected.txt:
3353 * platform/qt/svg/custom/text-hit-test-expected.txt:
3355 2012-02-08 Kentaro Hara <haraken@chromium.org>
3357 Unreviewed. Rebaselined the test that has been failing since r107046.
3359 * http/tests/security/cross-frame-access-put-expected.txt:
3361 2012-02-08 Nikolas Zimmermann <nzimmermann@rim.com>
3363 feImage doesn't invalidate when its target SVG element is animated
3364 https://bugs.webkit.org/show_bug.cgi?id=73860
3366 Reviewed by Dirk Schulze.
3368 Add lots of new testcases covering <feImage> invalidation, when the referenced target changes.
3369 Thanks to the repaint harness, it uncovered a bug with feImage-late-indirect-update.svg - there no gray
3370 overlay rects are visible, as the whole screen gets repainted, which is a bug!
3372 * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
3373 * platform/mac/svg/filters/feImage-change-target-id-expected.png: Added.
3374 * platform/mac/svg/filters/feImage-change-target-id-expected.txt: Added.
3375 * platform/mac/svg/filters/feImage-late-indirect-update-expected.png: Added.
3376 * platform/mac/svg/filters/feImage-late-indirect-update-expected.txt: Added.
3377 * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png: Added.
3378 * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added.
3379 * platform/mac/svg/filters/feImage-remove-target-expected.png: Added.
3380 * platform/mac/svg/filters/feImage-remove-target-expected.txt: Added.
3381 * platform/mac/svg/filters/feImage-target-add-to-document-expected.png: Renamed from LayoutTests/svg/filters/feImage-target-add-to-document-expected.png.
3382 * platform/mac/svg/filters/feImage-target-add-to-document-expected.txt: Copied from LayoutTests/svg/filters/feImage-target-add-to-document-expected.txt.
3383 * platform/mac/svg/filters/feImage-target-attribute-change-expected.png: Added.
3384 * platform/mac/svg/filters/feImage-target-attribute-change-expected.txt: Copied from LayoutTests/svg/filters/feImage-target-changes-id-expected.txt.
3385 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added.
3386 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added.
3387 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added.
3388 * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added.
3389 * platform/mac/svg/filters/feImage-target-changes-id-expected.png: Renamed from LayoutTests/svg/filters/feImage-target-changes-id-expected.png.
3390 * platform/mac/svg/filters/feImage-target-changes-id-expected.txt: Co