1 2010-12-01 Ryosuke Niwa <rniwa@webkit.org>
3 Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci.
5 Added tests to ensure WebKit can switch the type of multiple list items without a crash.
7 * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added.
8 * editing/execCommand/switch-multiple-list-items-crash.html: Added.
9 * editing/execCommand/switch-multiple-list-items-expected.txt: Added.
10 * editing/execCommand/switch-multiple-list-items.html: Added.
12 2010-12-01 Brian Weinstein <bweinstein@apple.com>
14 Skip another HTMLProgressElement test on Windows, because it's not turned on for Windows yet. Adding
15 progress element support on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=49769.
17 * platform/win/Skipped:
19 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
23 [chromium] Updating test expectations and rebaselining.
25 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum:
26 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
27 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum:
28 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
29 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum:
30 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
31 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt:
32 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum:
33 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
34 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt:
35 * platform/chromium/test_expectations.txt:
37 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
41 [chromium] Cleaning up test expectations.
43 * platform/chromium/test_expectations.txt:
45 2010-12-01 Tony Chang <tony@chromium.org>
47 Unreviewed, update drt expectations.
49 * platform/chromium/drt_expectations.txt:
51 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
55 [chromium] Updating test expectations.
57 * platform/chromium/test_expectations.txt:
59 2010-12-01 Csaba Osztrogonác <ossy@webkit.org>
63 [Qt] Add focus ring outline color support
64 https://bugs.webkit.org/show_bug.cgi?id=50325
66 Focus ring outline color is unsupported now.
67 Add failing tests to the Skipped list until fix.
69 * platform/qt/Skipped:
70 - fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html added
71 - fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html added
72 - fast/images/imagemap-focus-ring-outline-color.html added
74 2010-12-01 Martin Robinson <mrobinson@igalia.com>
76 Reviewed by Xan Lopez.
78 [Gtk] Open menulists should support typeahead find
79 https://bugs.webkit.org/show_bug.cgi?id=27443
81 Added a GTK+-specific layout test to track typeahead find state.
83 * platform/gtk/fast/forms/menulist-typeahead-find-expected.txt: Added.
84 * platform/gtk/fast/forms/menulist-typeahead-find.html: Added.
86 2010-12-01 Martin Robinson <mrobinson@igalia.com>
88 Skip failing tests for text height on GTK
89 https://bugs.webkit.org/show_bug.cgi?id=50314
91 * platform/gtk/Skipped: Skip failing tests.
93 2010-12-01 Chang Shu <chang.shu@nokia.com>
95 Reviewed by Laszlo Gombos.
97 Move orientation event test case to a better place.
98 https://bugs.webkit.org/show_bug.cgi?id=32492
100 * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed.
101 * fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed.
102 * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed.
103 * fast/dom/Orientation: Added.
104 * fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt.
105 * fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html.
106 * fast/dom/Orientation/script-tests: Added.
107 * fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js.
109 2010-12-01 Alexander Pavlov <apavlov@chromium.org>
111 Reviewed by Yury Semikhatsky.
113 Web Inspector: name-only property appears in style declaration but not in the Styles pane
114 https://bugs.webkit.org/show_bug.cgi?id=49663
116 * inspector/styles-new-API.html:
118 2010-12-01 Anton D'Auria <adauria@apple.com>
120 Reviewed by Kevin Decker.
122 Private browsing denies read access to local and session storage,
123 so updating expected test results.
125 https://bugs.webkit.org/show_bug.cgi?id=49329
127 * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
128 * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
130 2010-12-01 Hayato Ito <hayato@chromium.org>
132 Unreviewed trivial fix.
134 Removed fast/regex/{test1,test4}.html because they were removed from tree by r72990
136 * platform/chromium/test_expectations.txt:
137 * platform/gtk/Skipped:
138 * platform/mac-wk2/Skipped:
139 * platform/qt-wk2/Skipped:
141 2010-12-01 Csaba Osztrogonác <ossy@webkit.org>
143 Unreviewed trivial fix.
145 * platform/qt/Skipped:
146 - editing/selection/5109817.html: removed, because it was removed from tree by r73009
147 - fast/regex/test1.html: removed, because it was removed from tree by r72990
148 - fast/regex/test4.html: removed, because it was removed from tree by r72990
151 2010-11-30 Avi Drissman <avi@google.com>
153 Reviewed by Darin Adler.
155 Add preference to not select when right-clicked
156 https://bugs.webkit.org/show_bug.cgi?id=23351
158 Removed 5109817 because it is entirely superseded by
159 context-menu-text-selection; updated 5354455-1 to explicitly set the
160 editing behavior and test all three platforms.
162 * editing/selection/5109817.html: Removed.
163 * editing/selection/5354455-1-expected.txt: Added.
164 * editing/selection/5354455-1.html:
165 * platform/chromium-win/editing/selection/5109817-expected.txt: Removed.
166 * platform/chromium-win/editing/selection/5354455-1-expected.txt: Removed.
167 * platform/gtk/editing/selection/5109817-expected.txt: Removed.
168 * platform/gtk/editing/selection/5354455-1-expected.txt: Removed.
169 * platform/mac-leopard/editing/selection/5109817-expected.checksum: Removed.
170 * platform/mac-leopard/editing/selection/5109817-expected.png: Removed.
171 * platform/mac/editing/selection/5109817-expected.checksum: Removed.
172 * platform/mac/editing/selection/5109817-expected.png: Removed.
173 * platform/mac/editing/selection/5109817-expected.txt: Removed.
174 * platform/mac/editing/selection/5354455-1-expected.txt: Removed.
175 * platform/win/editing/selection/5109817-expected.checksum: Removed.
176 * platform/win/editing/selection/5109817-expected.png: Removed.
177 * platform/win/editing/selection/5109817-expected.txt: Removed.
178 * platform/win/editing/selection/5354455-1-expected.txt: Removed.
180 2010-11-30 Rob Buis <rwlbuis@gmail.com>
182 Reviewed by Xan Lopez.
184 [gtk] SVGLineElement-dom-requiredFeatures.html and
185 SVGLineElement-svgdom-requiredFeatures.html failing in the bots
186 https://bugs.webkit.org/show_bug.cgi?id=49529
188 Replaced fill with stroke and increased the line size. This fixes
189 the problem clicking the element.
191 * platform/gtk/Skipped:
192 * svg/dynamic-updates/script-tests/SVGLineElement-dom-requiredFeatures.js:
193 * svg/dynamic-updates/script-tests/SVGLineElement-svgdom-requiredFeatures.js:
195 2010-11-30 Ojan Vafai <ojan@chromium.org>
197 [chromium] Update inaccurate test expectation and mark fast/regex/pcre-test-1.html as
198 timing out after http://trac.webkit.org/changeset/72990/.
199 * platform/chromium/test_expectations.txt:
201 2010-11-30 Chris Fleizach <cfleizach@apple.com>
203 Reviewed by Beth Dakin.
205 WebKit duplicates AXValue and AXDescription on abbr
206 https://bugs.webkit.org/show_bug.cgi?id=50260
208 * platform/mac/accessibility/static-text-with-aria-label-expected.txt: Added.
209 * platform/mac/accessibility/static-text-with-aria-label.html: Added.
211 2010-11-30 Gavin Barraclough <barraclough@apple.com>
213 Reviewed by Darin Adler.
215 Ooops, file checked in with incorrect properties.
217 * fast/regex/script-tests/repeat-match-waldemar.js: Removed property svn:executable.
219 2010-11-30 Martin Robinson <mrobinson@igalia.com>
221 Rebaseline a GTK+ test.
223 * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
224 This platform-specific result is needed because of bug #50303.
226 2010-11-30 Gavin Barraclough <barraclough@apple.com>
228 Rubber stamped by Oliver Hunt.
230 LayoutTests/fast/regex currently contains a number of test cases ported from PCRE's test suites.
231 There are two key problems with these tests:
232 * They use their own harness, and cannot be run from jsc without building all of WebKit.
233 * They expect PCRE expression syntax, including extended syntax, backwards assertions, etc.
235 Rewrite all tests to comply to ECMA compatible syntax
236 (ish - we support octal escapes), and use the normal 'shouldBe' test style.
238 * fast/js/resources/standalone-pre.js:
240 Fixed bug, where expected is an array we call areArraysEqual,
241 this should first check that actual is an array.
243 * fast/regex/pcre-test-1-expected.txt: Added.
244 * fast/regex/pcre-test-1.html: Added.
245 * fast/regex/pcre-test-4-expected.txt: Added.
246 * fast/regex/pcre-test-4.html: Added.
247 * fast/regex/script-tests/pcre-test-1.js: Added.
248 * fast/regex/script-tests/pcre-test-4.js: Added.
249 Added new version of PCRE tests.
251 * fast/regex/pcre-test-runner.js: Removed.
252 * fast/regex/test1-expected.txt: Removed.
253 * fast/regex/test1.html: Removed.
254 * fast/regex/test4-expected.txt: Removed.
255 * fast/regex/test4.html: Removed.
256 * fast/regex/testinput1: Removed.
257 * fast/regex/testinput4: Removed.
258 * fast/regex/testoutput1: Removed.
259 * fast/regex/testoutput4: Removed.
260 Removed old version of PCRE tests.
262 2010-11-30 Dan Bernstein <mitz@apple.com>
264 Reviewed by Darin Adler.
266 Text search should treat all matches as word-start matches when the target begins with a separator character
267 https://bugs.webkit.org/show_bug.cgi?id=50302
269 * editing/text-iterator/findString.html:
270 * editing/text-iterator/findString-expected.txt:
271 * platform/mac-leopard/editing/text-iterator: Removed.
272 * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Removed.
274 2010-11-30 Martin Robinson <mrobinson@igalia.com>
276 Reviewed by Xan Lopez.
278 [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
279 https://bugs.webkit.org/show_bug.cgi?id=50283
281 Add platform exceptions for these tests. While this change fixes most issues
282 with them there are still bugs with our shadow code which prevents a total
285 * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
286 * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
288 2010-11-30 Ryosuke Niwa <rniwa@webkit.org>
290 Reviewed by Ojan Vafai.
292 REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and
293 modify-up-on-rtl-wrapping-text.html fail on all but Mac platform
294 https://bugs.webkit.org/show_bug.cgi?id=50204
296 Fixed the tests. Instead of using "ex" to specify the width of the container div,
297 the tests now auto-detect the correct width by comparing the computed height to
298 the expected height deduced from the height of one line and the expected number of lines.
300 * editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
301 * editing/selection/click-left-of-rtl-wrapping-text.html:
302 * editing/selection/modify-up-on-rtl-wrapping-text.html:
304 2010-11-30 Yael Aharon <yael.aharon@nokia.com>
306 Reviewed by Darin Adler.
308 Progress and meter elements should take a form in their constructor like any other form control.
309 https://bugs.webkit.org/show_bug.cgi?id=50195
311 * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Added.
312 * fast/dom/HTMLMeterElement/meter-element-form.html: Added.
313 * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Added.
314 * fast/dom/HTMLProgressElement/progress-element-form.html: Added.
316 2010-11-30 Tony Chang <tony@chromium.org>
318 Unreviewed, remove dupe expectation for chromium win drt.
320 * platform/chromium/drt_expectations.txt:
322 2010-11-30 Tony Chang <tony@chromium.org>
324 Unreviewed, try to green the chromium win DRT bot.
326 * platform/chromium/drt_expectations.txt:
328 2010-11-30 Ojan Vafai <ojan@chromium.org>
330 [chromium] Mark failing tests after http://trac.webkit.org/changeset/72962/
331 to green the chromium tree.
333 * platform/chromium/test_expectations.txt:
335 2010-11-30 Chris Guillory <chris.guillory@google.com>
337 Reviewed by Chris Fleizach.
339 Computing style on a stale node while sending pending accessibility notification.
340 https://bugs.webkit.org/show_bug.cgi?id=50162
342 * accessibility/image-map-title-causes-crash-expected.txt: Added.
343 * accessibility/image-map-title-causes-crash.html: Added.
345 2010-11-30 Ojan Vafai <ojan@chromium.org>
347 [chromium] Add new expected result after http://trac.webkit.org/changeset/72689
348 and update test expectations to match the builders and pull the appropriate bits
349 from the downstream expectations file.
351 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
352 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
353 * platform/chromium/test_expectations.txt:
355 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
357 Reviewed by Xan Lopez.
359 GTK: AX: implement press in DRT
360 https://bugs.webkit.org/show_bug.cgi?id=36146
362 Unskipped test accessibility/label-element-press.html.
364 * platform/gtk/Skipped: Unskip passing test.
366 2010-11-30 Daniel Bates <dbates@rim.com>
368 Reviewed by David Hyatt.
370 Focused <area> should use CSS properties of <area> instead of associated <img>
371 https://bugs.webkit.org/show_bug.cgi?id=49888
373 Updated the test result for test fast/images/imagemap-focus-ring.html. Added
374 test to verify that the color of the focus ring for a focused <area> is
375 the outline-color specified by the :focus pseudo-class .
377 Also, added tests to ensure that outline-color is not inherited (by default) as per
378 section 18.4 of the CSS 2.1 spec <http://www.w3.org/TR/CSS2/ui.html#dynamic-outlines>,
379 unless explicitly inherited.
381 * fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html: Added.
382 * fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html: Added.
383 * fast/images/imagemap-focus-ring-outline-color.html: Added.
384 * platform/mac/fast/images/imagemap-focus-ring-expected.checksum: Updated result.
385 * platform/mac/fast/images/imagemap-focus-ring-expected.png: Ditto.
386 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added.
387 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
388 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
389 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added.
390 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
391 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
392 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added.
393 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
394 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
396 2010-11-30 Ojan Vafai <ojan@chromium.org>
398 [chromium] Update expectations to de-orange the builders.
400 * platform/chromium-gpu/test_expectations.txt:
401 * platform/chromium/test_expectations.txt:
403 2010-11-30 Daniel Bates <dbates@rim.com>
405 Reviewed by Alexey Proskuryakov.
407 Change and focus events happen in different order if using tab vs. clicking
408 https://bugs.webkit.org/show_bug.cgi?id=6181
410 Tests to ensure adherence to section 7.4.2 of the HTML5 spec.
411 <http://www.w3.org/TR/html5/editing.html#focus-management> with respect to
412 focusing on an <input>, modifying its contents, and defocusing it either by
413 pressing the tab key or clicking on another element.
415 * fast/events/check-defocus-event-order-when-triggered-by-mouse-click-expected.txt: Added.
416 * fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html: Added.
417 * fast/events/check-defocus-event-order-when-triggered-by-tab-expected.txt: Added.
418 * fast/events/check-defocus-event-order-when-triggered-by-tab.html: Added.
419 * fast/events/resources/record-events.js: Added.
420 (registerElementsAndEventsToRecord):
421 (beginRecordingEvents.callback):
422 (beginRecordingEvents):
423 (endRecordingEvents.callback):
424 (endRecordingEvents):
425 (_processEachRegisteredElement):
427 (checkThatEventsFiredInOrder.eventTarget):
428 (checkThatEventsFiredInOrder.elementIdOrTagName):
429 (checkThatEventsFiredInOrder):
431 2010-11-30 Xiaomei Ji <xji@chromium.org>
433 Reviewed by David Hyatt.
435 Scroll position might not be exactly the same after page ZoomIn and ZoomOut, for example, they are not exactly the same in Windows platform.
436 Change to test that the scroll position before and after ZoomIn/Out are close enough.
437 Rebaseline horizontal-scrollbar-when-dir-change in Win7.
439 * fast/dom/horizontal-scrollbar-in-rtl.html:
440 * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt:
442 2010-11-30 Ojan Vafai <ojan@chromium.org>
444 [chromium] New expected result after http://trac.webkit.org/changeset/72926/.
445 That patch unintentionally fixed a bug where the skia codepath was drawing paths twice.
446 The new results better match the platform/mac results (borders are grey instead of black).
448 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
449 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
450 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
451 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
452 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
453 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
454 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
455 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
456 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
457 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
458 * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
459 * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
460 * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.checksum:
461 * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.png:
462 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
463 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
464 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
465 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
466 * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.checksum:
467 * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.png:
468 * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
469 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
470 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
471 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
472 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
473 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
474 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
475 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
476 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
477 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
478 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
479 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
480 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
481 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
482 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
483 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
484 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
485 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
486 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
487 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
488 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.checksum:
489 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.png:
490 * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
491 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
492 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
493 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
494 * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.checksum:
495 * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.png:
496 * platform/chromium-win/svg/custom/pattern-y-offset-expected.checksum:
497 * platform/chromium-win/svg/custom/pattern-y-offset-expected.png:
498 * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
499 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
500 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum:
501 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
502 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
503 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
504 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
505 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
506 * platform/chromium/test_expectations.txt:
508 2010-11-30 Alpha Lam <hclam@chromium.org>
512 Update test expectations for Chromium to enable expectation analyzer for video.
514 * platform/chromium/test_expectations.txt:
516 2010-11-30 Dan Bernstein <mitz@apple.com>
518 Added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version
519 of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in
520 "webkit.org" matches.
522 * platform/mac-leopard/editing/text-iterator: Added.
523 * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt.
525 2010-11-30 Vitaly Repeshko <vitalyr@chromium.org>
529 [chromium] Updating test expectations.
531 * platform/chromium/test_expectations.txt:
533 2010-11-30 Dan Bernstein <mitz@apple.com>
535 Reviewed by Anders Carlsson.
537 <rdar://problem/8710645> WebKitTestRunner needs layoutTestController.findString
538 https://bugs.webkit.org/show_bug.cgi?id=50238
540 * platform/mac-wk2/Skipped: Removed editing/text-iterator/findString.html.
542 2010-11-30 Xiaomei Ji <xji@chromium.org>
544 Reviewed by David Hyatt.
546 Unskip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html in Chromium and Win7.
547 Rebaseline after r72852.
548 https://bugs.webkit.org/show_bug.cgi?id=50203
550 * platform/chromium/test_expectations.txt:
551 * platform/win/Skipped:
552 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
553 * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
555 2010-11-30 Adam Roben <aroben@apple.com>
557 Try to fix timing-out tests on WebKit2 by skipping an earlier test
559 I'll file a bug if this fixes the problem.
561 * platform/mac-wk2/Skipped:
563 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
565 Reviewed by Chris Fleizach.
567 ASSERT failing for combo boxes when selection changes
568 https://bugs.webkit.org/show_bug.cgi?id=50062
570 * fast/forms/select-option-accesskey-crash-expected.txt: Added.
571 * fast/forms/select-option-accesskey-crash.html: Added
573 2010-11-30 Satish Sampath <satish@chromium.org>
575 Unreviewed, updating a speech input pixel test expectations with new baselines.
577 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum:
578 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
579 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
580 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
581 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
582 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
583 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.checksum:
584 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
585 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
586 * platform/chromium/test_expectations.txt:
588 2010-11-30 Alexey Proskuryakov <ap@apple.com>
590 Reviewed by Darin Adler and Geoff Garen.
592 https://bugs.webkit.org/show_bug.cgi?id=44152
593 <rdar://problem/8324423> CSSOM should match DOM in discarding wrapper-less parents.
595 * fast/dom/StyleSheet/detached-parent-rule-without-wrapper-expected.txt: Added.
596 * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html: Added.
597 * fast/dom/StyleSheet/detached-stylesheet-without-wrapper-expected.txt: Added.
598 * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html: Added.
600 2010-11-30 Ojan Vafai <ojan@chromium.org>
602 [chromium] Rebaselines. Details below.
604 * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.checksum: Added.
605 * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png: Added.
606 Just scrollbar pixel differences.
608 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
609 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
610 * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum:
611 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
612 * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum:
613 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
614 https://bugs.webkit.org/show_bug.cgi?id=50206
616 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum:
617 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png:
618 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.txt: Added.
619 Completes http://trac.webkit.org/changeset/72875/
621 * platform/chromium-win/fast/overflow/overflow-update-transform-expected.checksum: Added.
622 * platform/chromium-win/fast/overflow/overflow-update-transform-expected.png: Added.
623 Just scrollbar pixel differences.
625 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
626 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
627 * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
628 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
629 * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum:
630 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
631 https://bugs.webkit.org/show_bug.cgi?id=50206
633 * platform/chromium/test_expectations.txt:
635 2010-11-30 Vitaly Repeshko <vitalyr@chromium.org>
639 [chromium] Updating test expectations.
641 * platform/chromium/test_expectations.txt:
643 2010-11-30 Helder Correia <helder@sencha.com>
645 Reviewed by Kenneth Rohde Christiansen.
647 New fast canvas test to ensure correct behavior of canvas with
648 drawImage + shadow after scaling
649 https://bugs.webkit.org/show_bug.cgi?id=50202
651 The shadow offsets of the drawn images must not be affected by the
652 scaling transformation.
654 * fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added.
655 * fast/canvas/canvas-scale-drawImage-shadow.html: Added.
656 * fast/canvas/script-tests/canvas-scale-drawImage-shadow.js: Added.
658 2010-11-25 Satish Sampath <satish@chromium.org>
660 Reviewed by Kent Tamura.
662 Fix rendering of speech button when setting the attribute dynamically.
663 https://bugs.webkit.org/show_bug.cgi?id=50077
665 * fast/speech/input-appearance-speechbutton.html:
667 2010-11-30 Adam Roben <aroben@apple.com>
669 Fix recently-added bug numbers
671 * platform/gtk/Skipped:
672 * platform/qt/Skipped:
673 * platform/win/Skipped:
675 2010-11-30 John Knottenbelt <jknotten@chromium.org>
677 Reviewed by David Levin.
679 V8 binding for DOMTimeStamp should be Number, not Date
680 https://bugs.webkit.org/show_bug.cgi?id=49963
682 * fast/dom/domtimestamp-is-number-expected.txt: Added.
683 * fast/dom/domtimestamp-is-number.html: Added.
684 * fast/dom/script-tests/domtimestamp-is-number.js: Added.
687 2010-11-30 Adam Roben <aroben@apple.com>
689 Update mac-wk2 Skipped file and add some bug numbers to other Skipped
692 * platform/mac-wk2/Skipped: Added current failures.
694 * platform/gtk/Skipped:
695 * platform/qt/Skipped:
696 * platform/win/Skipped:
697 Added bug numbers for implementing layoutTestController.findString.
699 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
701 Unreviewed, rolling out r72902.
702 http://trac.webkit.org/changeset/72902
703 https://bugs.webkit.org/show_bug.cgi?id=50062
705 This change is causing layout test failures on the Tests bots
706 for the mac platform.
708 * accessibility/select-menulist-crash-expected.txt: Removed.
709 * accessibility/select-menulist-crash.html: Removed.
711 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
713 Reviewed by Darin Adler.
715 ASSERT failing for combo boxes when selection changes
716 https://bugs.webkit.org/show_bug.cgi?id=50062
718 * accessibility/select-menulist-crash-expected.txt: Added.
719 * accessibility/select-menulist-crash.html: Added.
721 2010-11-30 Helder Correia <helder@sencha.com>
723 Reviewed by Kenneth Rohde Christiansen.
725 [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y)
726 https://bugs.webkit.org/show_bug.cgi?id=50198
728 New fast canvas test to ensure correct behavior of path stroke shadow
731 * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
732 * fast/canvas/canvas-scale-strokePath-shadow.html: Added.
733 * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Added.
735 2010-11-30 Nikolas Zimmermann <nzimmermann@rim.com>
739 Update mac-leopard pixel baseline to pass with tolerance 0.
740 Update svg/dom/SVGTransformList-basics.xhtml mac baseline, after my last SVGList commit.
742 * platform/mac-leopard/svg/batik/text/smallFonts-expected.checksum:
743 * platform/mac-leopard/svg/batik/text/smallFonts-expected.png:
744 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
745 * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum:
746 * platform/mac/svg/dom/SVGTransformList-basics-expected.png:
748 2010-11-30 Helder Correia <helder@sencha.com>
750 Reviewed by Kenneth Rohde Christiansen.
752 [Qt] Path filling should keep shadow offset after context scaling
753 https://bugs.webkit.org/show_bug.cgi?id=50194
755 New fast canvas test to ensure correct behavior of path fill shadow
758 * fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
759 * fast/canvas/canvas-scale-fillPath-shadow.html: Added.
760 * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: Added.
762 2010-11-30 Csaba Osztrogonác <ossy@webkit.org>
764 Reviewed by Andreas Kling.
766 [Qt] Fix bugs when building WebKit with Qt 4.7.1
767 https://bugs.webkit.org/show_bug.cgi?id=46248
769 Migrate to Qt 4.7.1, add failing tests to the Skipped list,
770 remove passing tests from Skipped list, update expected files.
772 * platform/qt/Skipped:
773 * platform/qt/css1/basic/class_as_selector-expected.txt:
774 * platform/qt/css1/basic/comments-expected.txt:
775 * platform/qt/css1/basic/containment-expected.txt:
776 * platform/qt/css1/basic/contextual_selectors-expected.txt:
777 * platform/qt/css1/basic/grouping-expected.txt:
778 * platform/qt/css1/basic/id_as_selector-expected.txt:
779 * platform/qt/css1/basic/inheritance-expected.txt:
780 * platform/qt/css1/box_properties/border-expected.txt:
781 * platform/qt/css1/box_properties/border_bottom-expected.txt:
782 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
783 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
784 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
785 * platform/qt/css1/box_properties/border_color-expected.txt:
786 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
787 * platform/qt/css1/box_properties/border_inline-expected.txt:
788 * platform/qt/css1/box_properties/border_left-expected.txt:
789 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
790 * platform/qt/css1/box_properties/border_left_width-expected.txt:
791 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
792 * platform/qt/css1/box_properties/border_right-expected.txt:
793 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
794 * platform/qt/css1/box_properties/border_right_width-expected.txt:
795 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
796 * platform/qt/css1/box_properties/border_style-expected.txt:
797 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
798 * platform/qt/css1/box_properties/border_top-expected.txt:
799 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
800 * platform/qt/css1/box_properties/border_top_width-expected.txt:
801 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
802 * platform/qt/css1/box_properties/border_width-expected.txt:
803 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
804 * platform/qt/css1/box_properties/clear-expected.txt:
805 * platform/qt/css1/box_properties/clear_float-expected.txt:
806 * platform/qt/css1/box_properties/float-expected.txt:
807 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
808 * platform/qt/css1/box_properties/float_margin-expected.txt:
809 * platform/qt/css1/box_properties/height-expected.txt:
810 * platform/qt/css1/box_properties/margin-expected.txt:
811 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
812 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
813 * platform/qt/css1/box_properties/margin_inline-expected.txt:
814 * platform/qt/css1/box_properties/margin_left-expected.txt:
815 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
816 * platform/qt/css1/box_properties/margin_right-expected.txt:
817 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
818 * platform/qt/css1/box_properties/margin_top-expected.txt:
819 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
820 * platform/qt/css1/box_properties/padding-expected.txt:
821 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
822 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
823 * platform/qt/css1/box_properties/padding_inline-expected.txt:
824 * platform/qt/css1/box_properties/padding_left-expected.txt:
825 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
826 * platform/qt/css1/box_properties/padding_right-expected.txt:
827 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
828 * platform/qt/css1/box_properties/padding_top-expected.txt:
829 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
830 * platform/qt/css1/box_properties/width-expected.txt:
831 * platform/qt/css1/cascade/cascade_order-expected.txt:
832 * platform/qt/css1/cascade/important-expected.txt:
833 * platform/qt/css1/classification/display-expected.txt:
834 * platform/qt/css1/classification/list_style-expected.txt:
835 * platform/qt/css1/classification/list_style_image-expected.txt:
836 * platform/qt/css1/classification/list_style_position-expected.txt:
837 * platform/qt/css1/classification/list_style_type-expected.txt:
838 * platform/qt/css1/color_and_background/background-expected.txt:
839 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
840 * platform/qt/css1/color_and_background/background_color-expected.txt:
841 * platform/qt/css1/color_and_background/background_image-expected.txt:
842 * platform/qt/css1/color_and_background/background_position-expected.txt:
843 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
844 * platform/qt/css1/color_and_background/color-expected.txt:
845 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
846 * platform/qt/css1/font_properties/font-expected.txt:
847 * platform/qt/css1/font_properties/font_family-expected.txt:
848 * platform/qt/css1/font_properties/font_size-expected.txt:
849 * platform/qt/css1/font_properties/font_style-expected.txt:
850 * platform/qt/css1/font_properties/font_variant-expected.txt:
851 * platform/qt/css1/font_properties/font_weight-expected.txt:
852 * platform/qt/css1/formatting_model/canvas-expected.txt:
853 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
854 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
855 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
856 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
857 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
858 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
859 * platform/qt/css1/pseudo/anchor-expected.txt:
860 * platform/qt/css1/pseudo/firstletter-expected.txt:
861 * platform/qt/css1/pseudo/firstline-expected.txt:
862 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
863 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
864 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
865 * platform/qt/css1/text_properties/line_height-expected.txt:
866 * platform/qt/css1/text_properties/text_align-expected.txt:
867 * platform/qt/css1/text_properties/text_decoration-expected.txt:
868 * platform/qt/css1/text_properties/text_indent-expected.txt:
869 * platform/qt/css1/text_properties/text_transform-expected.txt:
870 * platform/qt/css1/text_properties/vertical_align-expected.txt:
871 * platform/qt/css1/text_properties/word_spacing-expected.txt:
872 * platform/qt/css1/units/color_units-expected.txt:
873 * platform/qt/css1/units/length_units-expected.txt:
874 * platform/qt/css1/units/percentage_units-expected.txt:
875 * platform/qt/css1/units/urls-expected.txt:
876 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
877 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
878 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
879 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
880 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
881 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
882 * platform/qt/editing/pasteboard/5027857-expected.txt:
883 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
884 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
885 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
886 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
887 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
888 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
889 * platform/qt/fast/dom/gc-10-expected.txt:
890 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
891 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
892 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
893 * platform/qt/fast/lists/003-vertical-expected.txt:
894 * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
895 * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
896 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
897 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
898 * platform/qt/svg/custom/bug45331-expected.txt:
899 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
901 2010-11-29 Dan Bernstein <mitz@apple.com>
903 Skip editing/text-iterator/findString.html on platforms that do not have an implementation of
904 layoutTestController.findString()
906 * platform/gtk/Skipped:
907 * platform/qt/Skipped:
908 * platform/win/Skipped:
910 2010-11-29 MORITA Hajime <morrita@google.com>
912 Unreviewed, updated expectations (unskip some passing tests).
914 * platform/chromium/test_expectations.txt:
916 2010-11-29 Dan Bernstein <mitz@apple.com>
918 Reviewed by Darin Adler.
920 Added text search tests, in particular testing word-prefix search.
921 https://bugs.webkit.org/show_bug.cgi?id=50038
923 * editing/text-iterator/findString-expected.txt: Added.
924 * editing/text-iterator/findString.html: Added.
926 2010-11-29 Ojan Vafai <ojan@chromium.org>
928 [chromium] Fix expectations for fast/block/basic/truncation-rtl.html
929 * platform/chromium/test_expectations.txt:
931 2010-11-29 Dai Mikurube <dmikurube@google.com>
933 Reviewed by Kent Tamura.
935 when empty, clicking "down" on outer-spin-button returns "max value"
936 https://bugs.webkit.org/show_bug.cgi?id=45491
938 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Added.
939 * fast/forms/input-stepup-stepdown-from-renderer.html: Added.
940 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Added.
942 (setInputAttributes):
945 (stepUpExplicitBounds):
946 (stepDownExplicitBounds):
948 2010-11-29 Ojan Vafai <ojan@chromium.org>
950 Update listing for spatial nav tests after they were moved
951 in http://trac.webkit.org/changeset/72880/.
953 * platform/chromium/test_expectations.txt:
955 2010-11-24 Kinuko Yasuda <kinuko@chromium.org>
957 Unreviewed; updating test expectations.
959 * fast/filesystem/async-operations-expected.txt:
960 * fast/filesystem/read-directory-expected.txt:
961 * fast/filesystem/simple-persistent-expected.txt:
962 * fast/filesystem/simple-temporary-expected.txt:
963 * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed.
965 2010-11-29 Ojan Vafai <ojan@chromium.org>
967 [chromium] Hopefully final modification to text_expectations to green chromium bots.
968 * platform/chromium/test_expectations.txt:
970 2010-11-28 Antonio Gomes <agomes@rim.com>
972 Reviewed by Kenneth Rohde Christiansen.
974 Spatial navigation: move tests to its own feature directory
975 https://bugs.webkit.org/show_bug.cgi?id=50133
977 Patch basically moves all spatial navigation tests out of the fast/events folder,
978 putting them all under /fast/spatial-navigation.
980 Some needed changes in some tests and Skipped files were also made, but there is not
981 any content changes in the tests.
983 * fast/events/spatial-navigation: Moved to fast/spatial-navigation
984 * platform/mac-wk2/Skipped:
985 * platform/qt-wk2/Skipped:
986 * platform/win/Skipped:
988 2010-11-29 Ojan Vafai <ojan@chromium.org>
990 [chromium] Rebaseline results after http://trac.webkit.org/changeset/72802/.
991 The only differences are in the scrollbars.
992 The original patch included the chromium-linux results in addition to the
993 platform/mac results.
995 * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
996 * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Added.
997 * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
998 * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Added.
999 * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1000 * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Added.
1001 * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1002 * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Added.
1003 * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1004 * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Added.
1005 * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1006 * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Added.
1007 * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1008 * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Added.
1009 * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1010 * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Added.
1011 * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1012 * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Added.
1013 * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1014 * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Added.
1016 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1018 More unreviewed rebaseline for r72861.
1020 * platform/chromium-linux/editing/selection/home-end-expected.txt: Removed.
1022 2010-11-29 Ojan Vafai <ojan@chromium.org>
1024 [chromium] Some more expectations updates to green chromium bots.
1025 * platform/chromium/test_expectations.txt:
1027 2010-11-29 Xiaomei Ji <xji@chromium.org>
1029 Unreviewed rebaseline for Chromium after r72852.
1031 * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.checksum:
1032 * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.png:
1033 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.checksum:
1034 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png:
1035 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.txt:
1037 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1039 Unreviewed rebaseline for r72861. Also disabled editing/selection/click-left-of-rtl-wrapping-text.html and
1040 editing/selection/modify-up-on-rtl-wrapping-text.html on Gtk, Qt, Windows, Chromium Windows and Chromium Linux.
1042 * editing/selection/extend-selection-home-end-expected.txt:
1043 * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt:
1044 * platform/chromium-win/editing/selection/home-end-expected.txt:
1045 * platform/chromium/test_expectations.txt:
1046 * platform/gtk/Skipped:
1047 * platform/qt/Skipped:
1048 * platform/win/Skipped:
1049 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
1051 2010-11-29 Chang Shu <chang.shu@nokia.com>
1053 Reviewed by Laszlo Gombos.
1055 Fix the typo in the test case to make it work when ORIENTATION_EVENTS is enabled.
1056 https://bugs.webkit.org/show_bug.cgi?id=50171
1058 * fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt: Removed.
1059 * fast/dom/DeviceOrientation/create-event-onorientationchange.html: Removed.
1060 * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt.
1061 * fast/dom/DeviceOrientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange.html.
1062 * fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js: Removed.
1063 * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js.
1065 2010-11-29 Xiaomei Ji <xji@chromium.org>
1067 Unreviewed fix typo.
1069 * platform/chromium/test_expectations.txt:
1071 2010-11-29 Ojan Vafai <ojan@chromium.org>
1073 [Chromium] Reflection tests are now fixed. Remove from test_expectations.
1075 * platform/chromium/test_expectations.txt:
1077 2010-11-29 Xiaomei Ji <xji@chromium.org>
1081 Temporarily skip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html due to bug 50203 (after r72852).
1083 * platform/chromium/test_expectations.txt:
1084 * platform/win/Skipped:
1086 2010-11-29 Xiaomei Ji <xji@chromium.org>
1088 Unreviewed rebaseline for Win7 after r72852.
1090 * platform/win/fast/block: Added.
1091 * platform/win/fast/block/basic: Added.
1092 * platform/win/fast/block/basic/truncation-rtl-expected.txt: Added.
1094 2010-11-29 Jian Li <jianli@chromium.org>
1096 Reviewed by David Levin.
1098 Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec
1099 https://bugs.webkit.org/show_bug.cgi?id=50199
1101 * http/tests/xmlhttprequest/resources/post-echo-as-ascii.cgi: Added.
1102 * http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added.
1103 * http/tests/xmlhttprequest/send-array-buffer.html: Added.
1104 * platform/gtk/Skipped:
1105 * platform/qt/Skipped:
1107 2010-11-29 Xiaomei Ji <xji@chromium.org>
1111 Skip fast/dom/tab-in-right-alignment.html for GTK and Win due to
1112 unimplemented textInputController (after r72847).
1114 * platform/gtk/Skipped:
1115 * platform/win/Skipped:
1117 2010-11-29 James Robinson <jamesr@chromium.org>
1119 [chromium] REGRESSION(72470): Crash in skia on some images
1120 https://bugs.webkit.org/show_bug.cgi?id=50201
1124 * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Removed.
1125 * platform/chromium-linux/svg/custom/image-rescale-expected.png: Removed.
1126 * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Removed.
1127 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Removed.
1128 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Removed.
1129 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Removed.
1130 * platform/chromium/test_expectations.txt:
1131 * platform/mac/svg/custom/image-rescale-expected.checksum: Removed.
1132 * platform/mac/svg/custom/image-rescale-expected.png: Removed.
1133 * platform/mac/svg/custom/image-rescale-expected.txt: Removed.
1134 * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Removed.
1135 * platform/mac/svg/custom/image-rescale-scroll-expected.png: Removed.
1136 * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Removed.
1137 * platform/mac/test_expectations.txt:
1138 * svg/custom/image-rescale-scroll.html: Removed.
1139 * svg/custom/image-rescale.svg: Removed.
1140 * svg/custom/resources/image-rescale.jpg: Removed.
1142 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1144 Unreviewed reabseline for r72852.
1146 * platform/gtk/fast/block/basic/truncation-rtl-expected.txt:
1148 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1150 Reviewed by David Hyatt.
1152 up arrow doesn't work with RTL text with word wrapping
1153 https://bugs.webkit.org/show_bug.cgi?id=41987
1155 Added tests to ensure WebKit places caret at the right position in soft-wrapping RTL text when clicking
1156 to the left of RTL text or when moving upwards at the end of line.
1158 * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: Added.
1159 * editing/selection/click-left-of-rtl-wrapping-text.html: Added.
1160 * editing/selection/home-end-expected.txt: RTL's expected result now matches LTR's.
1161 * editing/selection/modify-up-on-rtl-wrapping-text-expected.txt: Added.
1162 * editing/selection/modify-up-on-rtl-wrapping-text.html: Added.
1163 * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: RTL's expected result now matches LTR's.
1164 * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1165 * platform/mac/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1166 * platform/win/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1168 2010-11-29 Xiaomei Ji <xji@chromium.org>
1170 Unreviewed rebaseline for r72852.
1172 Rebaseline truncation-rtl-expected.txt after http://trac.webkit.org/changeset/72852
1174 * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
1176 2010-11-29 Xiaomei Ji <xji@chromium.org>
1178 Reviewed by David Hyatt.
1180 Right-to-left pages should be scrollable to reveal left overflow.
1181 https://bugs.webkit.org/show_bug.cgi?id=23556
1183 For RTL page, save left layout overflow and include it into the document
1184 size during layout. Use the left layout overflow when scroll and paint
1185 the page. Behavior on LTR page should be untouched since left layout
1186 overflow is set as 0 for LTR page.
1188 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added.
1189 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added.
1190 * fast/dom/horizontal-scrollbar-in-rtl.html: Added.
1191 * fast/dom/horizontal-scrollbar-when-dir-change.html: Added.
1192 * fast/dom/left-overflow-in-ltr.html: Added.
1193 * fast/dom/right-overflow-in-rtl.html: Added.
1194 * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1195 * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1196 * platform/mac/fast/block/basic/truncation-rtl-expected.checksum:
1197 * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
1198 * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1199 * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1200 * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added.
1201 * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added.
1204 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added.
1205 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added.
1206 * fast/dom/horizontal-scrollbar-in-rtl.html: Added.
1207 * fast/dom/horizontal-scrollbar-when-dir-change.html: Added.
1208 * fast/dom/left-overflow-in-ltr.html: Added.
1209 * fast/dom/right-overflow-in-rtl.html: Added.
1210 * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1211 * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1212 * platform/mac/fast/block/basic/truncation-rtl-expected.checksum:
1213 * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
1214 * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1215 * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1216 * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added.
1217 * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added.
1219 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1221 Reviewed by Ojan Vafai.
1223 bunch of pixel failures after http://trac.webkit.org/changeset/72839/
1224 https://bugs.webkit.org/show_bug.cgi?id=50188
1226 Move the results of overflow-update-transform.html into the platform directory
1227 since they include pixel results.
1229 * fast/overflow/overflow-update-transform-expected.txt: Removed.
1230 * fast/overflow/overflow-update-transform.html:
1231 * platform/mac/fast/overflow/overflow-update-transform-expected.checksum: Added.
1232 * platform/mac/fast/overflow/overflow-update-transform-expected.png: Added.
1233 * platform/mac/fast/overflow/overflow-update-transform-expected.txt: Added.
1234 * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Removed.
1236 2010-11-29 Ojan Vafai <ojan@chromium.org>
1238 Mark tests as failing after http://trac.webkit.org/changeset/72839/.
1240 * platform/chromium/test_expectations.txt:
1242 2010-11-29 Ojan Vafai <ojan@chromium.org>
1244 Mark fast/dom/StyleSheet/gc-declaration-parent-rule.html failing after http://trac.webkit.org/changeset/72833/
1245 * platform/chromium/test_expectations.txt:
1247 2010-11-29 Xiaomei Ji <xji@chromium.org>
1249 Reviewed by David Hyatt.
1251 Fix tab overflow problem when alignment is not left.
1252 https://bugs.webkit.org/show_bug.cgi?id=25459
1254 I checked WordPad in Windows, TextEdit in Mac, OpenOffice, and Google doc.
1255 In all of them, (when the writing mode is horizontal) when the alignment is not
1256 left alignment, the length of tab is computed based on the tab's position
1257 relative to the left start of line, not based on the tab's position relative
1258 to the left edge of the document.
1260 WebKit should follow the same.
1262 The m_xPos in each TextRun should be relative to the left start of the line,
1263 not left start of its containing block (in right alignment and center alignment,
1264 left start of the line is not the same as left start of the containing block).
1265 So, when the text is drawn, the width of tab is consistent with the width
1266 computed in RenderBlock::computeInlineDirectionPositionsForLine().
1268 I did not test vertical writing mode, but I think the same rule should apply.
1270 * fast/dom/tab-in-right-alignment-expected.txt: Added.
1271 * fast/dom/tab-in-right-alignment.html: Added.
1272 * platform/qt/Skipped:
1274 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1276 Add Qt-specific result.
1278 * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
1280 2010-11-29 Dmitry Titov <dimich@chromium.org>
1282 [Chromium] Unreviewed, updated expectations for a test fixed on Chromium side.
1283 http://code.google.com/p/chromium/issues/detail?id=61655
1285 * platform/chromium-mac/security/block-test-no-port-expected.txt: Added.
1286 * platform/chromium-win/security/block-test-no-port-expected.txt: Added.
1287 * platform/chromium/test_expectations.txt:
1289 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1291 Reviewed by Dave Hyatt.
1293 layer()->currentTransform() is stale when layout changes the box size
1294 https://bugs.webkit.org/show_bug.cgi?id=50175
1296 * fast/overflow/overflow-update-transform-expected.txt: Added.
1297 * fast/overflow/overflow-update-transform.html: Added.
1299 2010-11-29 Ojan Vafai <ojan@chromium.org>
1301 [Chromium] Mark tests as failing after http://trac.webkit.org/changeset/72819.
1302 And rebaseline loader/reload-subresource-when-type-changes.html after
1303 http://trac.webkit.org/changeset/72817. The difference is that V8 logs a different
1306 * platform/chromium-mac/loader/reload-subresource-when-type-changes-expected.txt: Added.
1307 * platform/chromium-win/loader/reload-subresource-when-type-changes-expected.txt: Added.
1308 * platform/chromium/test_expectations.txt:
1310 2010-11-29 Yael Aharon <yael.aharon@nokia.com>
1312 Reviewed by Darin Adler.
1314 HTMLFormElement.elements doesn't include fieldsets
1315 https://bugs.webkit.org/show_bug.cgi?id=48193
1317 * fast/forms/form-collection-elements-expected.txt: Added.
1318 * fast/forms/form-collection-elements.html: Added.
1319 * fast/forms/script-tests/form-collection-elements.js: Added.
1321 2010-11-29 Alexey Proskuryakov <ap@apple.com>
1323 Reviewed by Darin Adler.
1325 https://bugs.webkit.org/show_bug.cgi?id=50181
1326 CSS style declarations don't GC protect parents
1328 * fast/dom/StyleSheet/gc-declaration-parent-rule-expected.txt: Added.
1329 * fast/dom/StyleSheet/gc-declaration-parent-rule.html: Added.
1331 2010-11-29 Gavin Peters <gavinp@chromium.org>
1333 Reviewed by Ojan Vafai.
1335 unloadable-script not testing both cases
1336 https://bugs.webkit.org/show_bug.cgi?id=50177
1338 * http/tests/misc/unloadable-script-expected.txt:
1339 * http/tests/misc/unloadable-script.html:
1341 2010-11-29 Cosmin Truta <ctruta@chromium.org>
1343 Reviewed by Nikolas Zimmermann.
1345 getBoundingClientRect: Do not truncate the coordinates to integers
1346 https://bugs.webkit.org/show_bug.cgi?id=48110
1348 Enhanced some of the tests for getBoundingClientRect, and added zooming tests.
1350 * css3/zoom-coords-expected.txt: Updated.
1351 * css3/zoom-coords.xhtml: Wrapped the <svg> elements in a <div>,
1352 to avoid re-layout on zooming or resizing.
1353 Added a test for getBoundingClientRect on unzoomed elements.
1354 * fast/dom/Element/getBoundingClientRect-expected.txt: Updated.
1355 * fast/dom/Element/getBoundingClientRect.html: Accounted for non-integer coordinates;
1356 used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics.
1357 * fast/dom/Range/getBoundingClientRect-expected.txt: Updated.
1358 * fast/dom/Range/getBoundingClientRect.html: Accounted for non-integer coordinates;
1359 used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics.
1360 * platform/chromium-win/fast/dom/Element/getBoundingClientRect-expected.txt: Deleted.
1361 * platform/chromium-win/fast/dom/Range/getBoundingClientRect-expected.txt: Deleted.
1362 * svg/custom/getBBox-js.svg: Fixed indentation.
1363 * svg/custom/getBoundingClientRect.xhtml: Wrapped the <svg> elements in a <div>,
1364 to avoid re-layout on zooming or resizing.
1365 * svg/zoom/page/zoom-getBoundingClientRect-expected.txt: Added.
1366 * svg/zoom/page/zoom-getBoundingClientRect.xhtml: Added.
1367 * svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
1368 * svg/zoom/page/zoom-zoom-coords.xhtml: Added.
1369 * svg/zoom/resources/testPageZoom.js: Added call to completeDynamicTest on post-zoom.
1370 (completeDynamicTest): Added.
1372 2010-11-29 Ojan Vafai <ojan@chromium.org>
1374 Unreviewed build fix.
1376 Mark tests as failing after http://trac.webkit.org/changeset/72817/
1377 to green chromium tree.
1379 * platform/chromium/test_expectations.txt:
1381 2010-11-29 Alexey Proskuryakov <ap@apple.com>
1383 Reviewed by Darin Adler.
1385 https://bugs.webkit.org/show_bug.cgi?id=50165
1386 CSS style rules don't GC protect parents
1388 * fast/dom/StyleSheet/gc-parent-rule-expected.txt: Added.
1389 * fast/dom/StyleSheet/gc-parent-rule.html: Added.
1390 * fast/dom/StyleSheet/gc-parent-stylesheet-expected.txt: Added.
1391 * fast/dom/StyleSheet/gc-parent-stylesheet.html: Added.
1393 2010-11-29 Ojan Vafai <ojan@chromium.org>
1395 Unreviewed. Build fix.
1397 New test expectations and test_expectations update due to http://trac.webkit.org/changeset/72813/.
1399 * platform/chromium-mac/fast/js/regexp-overflow-expected.txt:
1400 * platform/chromium-win/fast/js/regexp-overflow-expected.txt:
1401 * platform/chromium/test_expectations.txt:
1403 2010-11-29 Gavin Peters <gavinp@chromium.org>
1405 Reviewed by Adam Barth.
1407 Web page can prevent WebKit from loading subresources on other
1408 pages (cache poisoning)
1409 https://bugs.webkit.org/show_bug.cgi?id=35404
1411 * http/tests/misc/unloadable-script-expected.txt: Renamed from LayoutTests/fast/loader/unloadable-script-expected.txt.
1412 * http/tests/misc/unloadable-script.html: Renamed from LayoutTests/fast/loader/unloadable-script.html.
1413 * loader/reload-subresource-when-type-changes-expected.txt: Added.
1414 * loader/reload-subresource-when-type-changes.html: Added.
1415 * loader/resources/image1.png: Added.
1416 * loader/resources/image2.png: Added.
1417 * loader/resources/reload-subresource-when-type-changes.js: Added.
1419 2010-11-29 Adam Roben <aroben@apple.com>
1421 Check in new Windows results after r72678
1423 Right-clicking no longer triggers a selection in DRT on Windows, so we
1424 don't match Mac anymore.
1426 * platform/win/editing/selection/5109817-expected.checksum: Added.
1427 * platform/win/editing/selection/5109817-expected.png: Added.
1428 * platform/win/editing/selection/5109817-expected.txt: Added.
1429 * platform/win/editing/selection/5354455-1-expected.txt: Added.
1431 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1433 Reviewed by Dan Bernstein.
1435 Crash in WebCore::CSSStyleSelector::loadPendingImages
1436 https://bugs.webkit.org/show_bug.cgi?id=50149
1438 * fast/reflections/pending-reflection-mask-crash-expected.txt: Added.
1439 * fast/reflections/pending-reflection-mask-crash.html: Added.
1441 2010-11-28 Gavin Barraclough <barraclough@apple.com>
1443 Reviewed by Sam Weinig.
1445 Bug 48100 - YARR allows what seems like a bogus character-class range
1447 Add/update layout test results.
1449 * fast/js/regexp-overflow-expected.txt:
1450 * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt:
1451 * fast/js/script-tests/regexp-overflow.js:
1452 * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js:
1453 * fast/regex/invalid-range-in-class-expected.txt: Added.
1454 * fast/regex/invalid-range-in-class.html: Added.
1455 * fast/regex/script-tests/invalid-range-in-class.js: Added.
1456 * fast/regex/test1-expected.txt:
1457 * fast/regex/test4-expected.txt:
1458 * fast/regex/testinput4:
1460 2010-11-24 Dimitri Glazkov <dglazkov@chromium.org>
1462 Reviewed by Darin Adler.
1464 REGRESSION (r71934): Main search field at Apple tech specs does not accept typing
1465 https://bugs.webkit.org/show_bug.cgi?id=49868
1467 * fast/forms/disabled-search-input-expected.txt: Added.
1468 * fast/forms/disabled-search-input.html: Added.
1470 2010-11-29 Vitaly Repeshko <vitalyr@chromium.org>
1474 [chromium] Updating test expecations.
1476 * platform/chromium/test_expectations.txt:
1478 2010-11-29 Abhishek Arya <inferno@chromium.org>
1482 Try fixing python test failure from commit 72802.
1484 * platform/mac/test_expectations.txt:
1486 2010-11-29 W. James MacLean <wjmaclean@chromium.org>
1488 Reviewed by Dirk Schulze.
1490 Large input numbers cause overflow during SVG parsing, leading to crash
1491 https://bugs.webkit.org/show_bug.cgi?id=49546
1493 Values outside the range supported by float lead to Infinity() or NaN()
1494 during parsing, leading to subsequent crashes. Modified
1495 parser to verify number is in the supported range, and return false if not.
1497 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1498 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Added.
1499 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Added.
1500 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1501 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Added.
1502 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Added.
1503 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1504 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Added.
1505 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Added.
1506 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1507 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Added.
1508 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Added.
1509 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1510 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Added.
1511 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Added.
1512 * platform/chromium/test_expectations.txt:
1513 * platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1514 * platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Added.
1515 * platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Added.
1516 * platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1517 * platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Added.
1518 * platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Added.
1519 * platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1520 * platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Added.
1521 * platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Added.
1522 * platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1523 * platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Added.
1524 * platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Added.
1525 * platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1526 * platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Added.
1527 * platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Added.
1528 * platform/mac/test_expectations.txt:
1529 * svg/custom/svg-parse-overflow-1.html: Added.
1530 * svg/custom/svg-parse-overflow-2.html: Added.
1531 * svg/custom/svg-parse-overflow-3.html: Added.
1532 * svg/custom/svg-parse-overflow-4.html: Added.
1533 * svg/custom/svg-parse-overflow-5.html: Added.
1535 2010-11-29 Antonio Gomes <agomes@rim.com>
1537 Rubber stamped by Csaba Osztrogonác.
1539 Clean up mac-wk2 Skipped file wrt spatial navigation tests.
1541 * platform/mac-wk2/Skipped:
1543 2010-11-29 Yury Semikhatsky <yurys@chromium.org>
1545 Reviewed by Pavel Feldman.
1547 Web Inspector: display name of an object constructor as the object's type
1548 https://bugs.webkit.org/show_bug.cgi?id=50063
1550 * inspector/console-object-constructor-name-expected.txt: Added.
1551 * inspector/console-object-constructor-name.html: Added.
1552 * inspector/extensions-events-expected.txt:
1553 * platform/chromium/inspector/console-object-constructor-name-expected.txt: Added.
1555 2010-11-29 Philippe Normand <pnormand@igalia.com>
1557 Unreviewed, skipping crashing test.
1559 [GStreamer] fast/events/tabindex-focus-blur-all.html crashes
1560 https://bugs.webkit.org/show_bug.cgi?id=50155
1562 * platform/gtk/Skipped:
1564 2010-11-29 Dimitri Glazkov <dglazkov@chromium.org>
1566 Reviewed by Darin Adler.
1568 Use the right focusable check to avoid multiple focus/blur events being fired from inside of the shadow DOM.
1569 https://bugs.webkit.org/show_bug.cgi?id=49977
1571 * fast/events/shadow-boundary-crossing-2.html: Added a test for multiple focus events.
1572 * fast/events/shadow-boundary-crossing-2-expected.txt: Added new test expectation.
1574 2010-11-29 Yael Aharon <yael.aharon@nokia.com>
1576 Reviewed by Antonio Gomes.
1578 [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html fails
1579 https://bugs.webkit.org/show_bug.cgi?id=47449
1581 Remove test from skip list, it is passing now.
1583 * platform/mac/Skipped:
1585 2010-11-27 Yael Aharon <yael.aharon@nokia.com>
1587 Reviewed by Antonio Gomes.
1589 [Mac] fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html fails
1590 https://bugs.webkit.org/show_bug.cgi?id=47448
1592 Remove test from skip list, it is passing now and does not depend on font metrics anymore.
1594 * platform/mac/Skipped:
1596 2010-11-29 Hans Wennborg <hans@chromium.org>
1598 Reviewed by Jeremy Orlow.
1600 IndexedDB: update tutorial.html
1601 https://bugs.webkit.org/show_bug.cgi?id=50140
1603 removeObjectStore() was renamed to deleteObjectStore()
1605 * storage/indexeddb/tutorial.html:
1607 2010-11-29 Helder Correia <helder@sencha.com>
1609 Reviewed by Kenneth Rohde Christiansen.
1611 [Qt] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
1612 https://bugs.webkit.org/show_bug.cgi?id=50141
1614 New fast canvas test to ensure correct fillRect shadow when using
1617 * fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
1618 * fast/canvas/canvas-scale-fillRect-shadow.html: Added.
1619 * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: Added.
1621 2010-11-28 Dimitri Glazkov <dglazkov@chromium.org>
1623 Reviewed by Darin Adler.
1625 Default event handlers should also be using event retargeting.
1626 https://bugs.webkit.org/show_bug.cgi?id=49986
1628 * fast/events/shadow-boundary-crossing-2.html: Added a test.
1629 * fast/events/shadow-boundary-crossing-2-expected.txt: Modified expectations to include new test.
1631 2010-11-23 MORITA Hajime <morrita@google.com>
1633 Reviewed by Kent Tamura.
1635 REGRESSION: Text on <input type="search"> is not spellchecked.
1636 https://bugs.webkit.org/show_bug.cgi?id=49651
1638 * editing/spelling/spellcheck-attribute.html: Added <input type="search"> cases.
1639 * editing/spelling/spellcheck-attribute-expected.txt:
1641 2010-11-27 Gavin Barraclough <barraclough@apple.com>
1643 Reviewed by Sam Weinig.
1645 Bug 48101 - Yarr gives different results for /(?:a*?){2,}/
1647 Add layout tests for corner cases of repeat matches in regular expressions,
1648 and of the examples documented in the ECMA-262 spec .
1650 * fast/regex/ecma-regex-examples-expected.txt: Added.
1651 * fast/regex/ecma-regex-examples.html: Added.
1652 * fast/regex/repeat-match-waldemar-expected.txt: Added.
1653 * fast/regex/repeat-match-waldemar.html: Added.
1654 * fast/regex/script-tests/ecma-regex-examples.js: Added.
1655 * fast/regex/script-tests/repeat-match-waldemar.js: Added.
1657 2010-11-26 Rob Buis <rwlbuis@gmail.com>
1659 Reviewed by Simon Fraser.
1662 Percentage z offset in transform-origin should make the property invalid
1663 https://bugs.webkit.org/show_bug.cgi?id=48704
1665 * fast/css/script-tests/transform-origin-parsing.js: Added.
1667 * fast/css/transform-origin-parsing-expected.txt: Added.
1668 * fast/css/transform-origin-parsing.html: Added.
1670 2010-11-26 Ilya Tikhonovsky <loislo@chromium.org>
1672 Unreviewed fix for chromium test expectations.
1674 * platform/chromium-gpu/test_expectations.txt:
1675 added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT
1677 2010-11-26 Andrei Popescu <andreip@google.com>
1679 Reviewed by Jeremy Orlow.
1681 IDBDatabase and IDBObjectStore remove* methods should be renamed to delete*
1682 https://bugs.webkit.org/show_bug.cgi?id=50113
1684 * storage/indexeddb/objectstore-basics-expected.txt:
1685 * storage/indexeddb/objectstore-basics.html:
1686 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1687 * storage/indexeddb/objectstore-removeobjectstore.html:
1688 * storage/indexeddb/resources/shared.js:
1689 (deleteAllObjectStores):
1690 * storage/indexeddb/transaction-basics-expected.txt:
1691 * storage/indexeddb/transaction-basics.html:
1693 2010-11-26 Sheriff Bot <webkit.review.bot@gmail.com>
1695 Unreviewed, rolling out r72701.
1696 http://trac.webkit.org/changeset/72701
1697 https://bugs.webkit.org/show_bug.cgi?id=50114
1699 REGRESSION: bad transform matrix on content layer (Requested
1700 by backer on #webkit).
1702 * compositing/lots-of-img-layers-with-opacity.html: Removed.
1703 * compositing/lots-of-img-layers.html: Removed.
1704 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Removed.
1705 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Removed.
1706 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Removed.
1707 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed.
1708 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Removed.
1709 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed.
1710 * platform/chromium-gpu/test_expectations.txt:
1711 * platform/mac/compositing/lots-of-img-layers-expected.checksum: Removed.
1712 * platform/mac/compositing/lots-of-img-layers-expected.png: Removed.
1713 * platform/mac/compositing/lots-of-img-layers-expected.txt: Removed.
1714 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed.
1715 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Removed.
1716 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed.
1718 2010-11-26 Jeremy Orlow <jorlow@chromium.org>
1720 Reviewed by Steve Block.
1722 Make IDBKeyRange match the spec
1723 https://bugs.webkit.org/show_bug.cgi?id=50105
1725 Remove flags and instead add two booleans for being open.
1726 Change left to lower and right to upper everywhere.
1728 * storage/indexeddb/constants-expected.txt:
1729 * storage/indexeddb/constants.html:
1730 * storage/indexeddb/index-cursor.html:
1731 * storage/indexeddb/keyrange-expected.txt:
1732 * storage/indexeddb/keyrange.html:
1733 * storage/indexeddb/objectstore-cursor.html:
1734 * storage/indexeddb/open-cursor.html:
1735 * storage/indexeddb/tutorial.html:
1737 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1739 Reviewed by Steve Block.
1741 Convert open*Cursor and createIndex over to using OptionsObject
1742 https://bugs.webkit.org/show_bug.cgi?id=50093
1744 * storage/indexeddb/index-cursor.html:
1745 * storage/indexeddb/objectstore-basics-expected.txt:
1746 * storage/indexeddb/objectstore-basics.html:
1747 * storage/indexeddb/objectstore-cursor.html:
1748 * storage/indexeddb/open-cursor-expected.txt:
1749 * storage/indexeddb/open-cursor.html:
1750 * storage/indexeddb/tutorial.html:
1752 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1754 Reviewed by Steve Block.
1756 Clean up IDBDatabase.transaction and add checks to IDBTransaction.objectStore
1757 https://bugs.webkit.org/show_bug.cgi?id=50081
1759 * storage/indexeddb/create-and-remove-object-store-expected.txt: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore-expected.txt.
1760 * storage/indexeddb/create-and-remove-object-store.html: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore.html.
1761 * storage/indexeddb/create-object-store-options-expected.txt:
1762 * storage/indexeddb/create-object-store-options.html:
1763 * storage/indexeddb/resources/shared.js:
1764 (evalAndExpectException):
1765 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: Added.
1766 * storage/indexeddb/transaction-and-objectstore-calls.html: Added.
1767 * storage/indexeddb/tutorial.html:
1769 2010-11-26 Ilya Tikhonovsky <loislo@chromium.org>
1771 Unreviewed fix for chromium test expectations.
1772 fast/canvas/canvas-createPattern-fillRect-shadow.html was disabled
1775 * platform/chromium/test_expectations.txt:
1776 added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT
1778 2010-11-26 Hans Wennborg <hans@chromium.org>
1780 Reviewed by Jeremy Orlow.
1782 IndexedDB: Test inserting invalid values in object store
1783 https://bugs.webkit.org/show_bug.cgi?id=50110
1785 Add tests to make sure we throw exceptions when a user tries
1786 to insert invalid data in the object store.
1788 * storage/indexeddb/objectstore-basics-expected.txt:
1789 * storage/indexeddb/objectstore-basics.html:
1791 2010-11-26 Helder Correia <helder@sencha.com>
1793 Reviewed by Ariya Hidayat.
1795 [Qt] Blur shadow for rectangle fill
1796 https://bugs.webkit.org/show_bug.cgi?id=44488
1798 New fast canvas test to ensure fillRect shadow (with and without blur).
1800 * fast/canvas/canvas-fillRect-shadow-expected.txt: Added.
1801 * fast/canvas/canvas-fillRect-shadow.html: Added.
1802 * fast/canvas/script-tests/canvas-fillRect-shadow.js: Added.
1804 2010-11-26 Helder Correia <helder@sencha.com>
1806 Reviewed by Kenneth Rohde Christiansen.
1808 New fast canvas test: createPattern + fillRect with shadow
1809 https://bugs.webkit.org/show_bug.cgi?id=50104
1811 Ensure that fillRect works correctly with an image pattern with
1812 transparency set as the fillStyle.
1814 * fast/canvas/canvas-createPattern-fillRect-shadow-expected.txt: Added.
1815 * fast/canvas/canvas-createPattern-fillRect-shadow.html: Added.
1816 * fast/canvas/script-tests/canvas-createPattern-fillRect-shadow.js: Added.
1818 2010-11-25 Andrey Kosyakov <caseq@chromium.org>
1820 Reviewed by Pavel Feldman.
1822 Web Inspector: LayoutTest/inspector/extnesions.html is flaky
1823 https://bugs.webkit.org/show_bug.cgi?id=50076
1825 * inspector/extensions-test.js:
1826 (initialize_ExtensionsTest.dumpSidebarContent):
1828 2010-11-26 Hans Wennborg <hans@chromium.org>
1830 Reviewed by Jeremy Orlow.
1832 IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
1833 https://bugs.webkit.org/show_bug.cgi?id=50102
1835 Update layout tests to use the new name.
1837 * storage/indexeddb/database-basics-expected.txt:
1838 * storage/indexeddb/database-basics.html:
1839 * storage/indexeddb/database-quota-expected.txt:
1840 * storage/indexeddb/database-quota.html:
1841 * storage/indexeddb/objectstore-basics-expected.txt:
1842 * storage/indexeddb/objectstore-basics.html:
1843 * storage/indexeddb/resources/shared.js:
1844 (deleteAllObjectStores):
1845 * storage/indexeddb/transaction-basics-expected.txt:
1846 * storage/indexeddb/transaction-basics.html:
1847 * storage/indexeddb/tutorial.html:
1849 2010-11-26 Andrei Popescu <andreip@google.com>
1851 Reviewed by Jeremy Orlow.
1853 IDBFactory::open should not have a description argument.
1854 https://bugs.webkit.org/show_bug.cgi?id=50087
1856 * storage/indexeddb/basics-expected.txt:
1857 * storage/indexeddb/basics.html:
1858 * storage/indexeddb/createAndRemoveObjectStore-expected.txt:
1859 * storage/indexeddb/createAndRemoveObjectStore.html:
1860 * storage/indexeddb/database-basics-expected.txt:
1861 * storage/indexeddb/database-basics.html:
1862 * storage/indexeddb/database-quota-expected.txt:
1863 * storage/indexeddb/database-quota.html:
1864 * storage/indexeddb/duplicates-expected.txt:
1865 * storage/indexeddb/duplicates.html:
1866 * storage/indexeddb/index-basics-expected.txt:
1867 * storage/indexeddb/index-basics.html:
1868 * storage/indexeddb/index-cursor-expected.txt:
1869 * storage/indexeddb/index-cursor.html:
1870 * storage/indexeddb/objectstore-basics-expected.txt:
1871 * storage/indexeddb/objectstore-basics.html:
1872 * storage/indexeddb/objectstore-cursor-expected.txt:
1873 * storage/indexeddb/objectstore-cursor.html:
1874 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1875 * storage/indexeddb/objectstore-removeobjectstore.html:
1876 * storage/indexeddb/open-cursor-expected.txt:
1877 * storage/indexeddb/open-cursor.html:
1878 * storage/indexeddb/queued-commands-expected.txt:
1879 * storage/indexeddb/queued-commands.html:
1880 * storage/indexeddb/transaction-basics-expected.txt:
1881 * storage/indexeddb/transaction-basics.html:
1882 * storage/indexeddb/tutorial.html:
1884 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1886 Unreviewed Chromium test expectaion change.
1887 fast/css/font-face-data-uri.html now passes for WIN and LINUX.
1889 * platform/chromium/test_expectations.txt:
1891 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1893 Unreviewed attempt to fix test falkiness.
1895 * fast/css/font-face-data-uri.html:
1897 2010-11-25 Kenichi Ishibashi <bashi@google.com>
1899 Reviewed by Kent Tamura.
1901 Assertion failure by resetting <output> twice
1902 https://bugs.webkit.org/show_bug.cgi?id=50095
1904 Adds a test that ensures assertion failures don't occur when
1905 updating the value of an output element.
1907 * fast/forms/output-reset-assertion-failed-expected.txt: Added.
1908 * fast/forms/output-reset-assertion-failed.html: Added.
1909 * fast/forms/script-tests/output-reset-assertion-failed.js: Added.
1911 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1913 Reviewed by Kent Tamura.
1915 Fix for Bug 49898 - LayoutTests/fast/css/font-face-data-uri.html doesn't test what it claims to
1916 https://bugs.webkit.org/show_bug.cgi?id=49898
1918 * fast/css/font-face-data-uri.html: Use local font as reference. Use
1919 polling to ensure that the web font is loaded.
1921 2010-11-24 Ryosuke Niwa <rniwa@webkit.org>
1923 Reviewed by Kent Tamura.
1925 Added a test to ensure WebKit does not crash when moving carets around a word
1926 with a first-letter rule. While WebKit no longer crashes, the test demonstrates a bug
1927 that the position offset at the end of word is incorrect.
1929 * editing/text-iterator/first-letter-word-boundary-expected.txt: Added.
1930 * editing/text-iterator/first-letter-word-boundary.html: Added.
1932 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1934 Unreviewed. Enable test for Win Release chromuim.
1936 * platform/chromium/test_expectations.txt:
1937 changed: BUGWK46940 WIN DEBUG : fast/dom/Window/window-screen-properties.html = TEXT
1939 2010-11-25 Hans Wennborg <hans@chromium.org>
1941 Reviewed by Jeremy Orlow.
1943 IndexedDB: Better errors for not yet implemented features
1944 https://bugs.webkit.org/show_bug.cgi?id=50075
1946 Test that inserting a record where the key is a Date (either
1947 explicitly, or via a key path) yields an error.
1949 Test that calling createObjectStore with autoIncrement = true
1950 raises an exception.
1952 * storage/indexeddb/create-object-store-options-expected.txt:
1953 * storage/indexeddb/create-object-store-options.html:
1954 * storage/indexeddb/objectstore-basics-expected.txt:
1955 * storage/indexeddb/objectstore-basics.html:
1957 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1959 Unreviewed. Enable tests in chromium.
1960 5109817.html was fixed upstream r72678.
1961 validationMessage was fixed downstream r67382.
1963 * platform/chromium/test_expectations.txt:
1964 removed: BUG10369 MAC : editing/selection/5109817.html = FAIL
1965 removed: BUG28264 : fast/forms/validationMessage.html = FAIL
1967 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1969 Reviewed by Steve Block.
1971 Add an OptionsObject class for IndexedDB (and later Geolocation)
1972 https://bugs.webkit.org/show_bug.cgi?id=50030
1974 * storage/indexeddb/create-object-store-options-expected.txt: Added.
1975 * storage/indexeddb/create-object-store-options.html: Added.
1976 * storage/indexeddb/tutorial.html:
1978 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1980 Unreviewed. Upstream chromium test expectations.
1982 BUGCR64401 WIN : fast/filesystem/op-copy.html = TEXT
1985 * platform/chromium/test_expectations.txt:
1987 2010-11-25 Hans Wennborg <hans@chromium.org>
1989 Reviewed by Jeremy Orlow.
1991 IndexedDB: Disallow inserting records with NULL keys
1992 https://bugs.webkit.org/show_bug.cgi?id=50033
1994 Test inserting records with NULL key and make sure it fails.
1996 Update layout tests that previously inserted NULL keys.
1998 * storage/indexeddb/index-cursor.html:
1999 * storage/indexeddb/objectstore-basics-expected.txt:
2000 * storage/indexeddb/objectstore-basics.html:
2001 * storage/indexeddb/objectstore-cursor.html:
2003 2010-11-24 Yuta Kitamura <yutak@chromium.org>
2005 Reviewed by Kent Tamura.
2007 [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW
2008 https://bugs.webkit.org/show_bug.cgi?id=50051
2010 Chromium test expectation update: mark http/tests/websocket/tests/frame-lengths.html as SLOW.
2012 This test takes a longer time to finish because it sends a lot of WebSocket messages.
2014 * platform/chromium/test_expectations.txt:
2016 2010-11-24 Martin Robinson <mrobinson@igalia.com>
2018 [Qt] plugins/keyboard-events.html fails after r72717
2019 https://bugs.webkit.org/show_bug.cgi?id=50050
2021 * platform/qt/Skipped: Skip failing tests until a fix is made.
2023 2010-11-24 Jian Li <jianli@chromium.org>
2025 Reviewed by Kenneth Russell.
2027 Implement DataView interface from Typed Array specification
2028 https://bugs.webkit.org/show_bug.cgi?id=46541
2030 Add a new test for testing DataView interface. Also update some tests
2031 to exclude DataView property from being tested because it is not
2032 exposed to all platforms.
2034 * fast/canvas/webgl/data-view-test-expected.txt: Added.
2035 * fast/canvas/webgl/data-view-test.html: Added.
2036 * fast/dom/Window/script-tests/window-property-descriptors.js:
2037 * fast/dom/Window/window-properties.html:
2038 * fast/dom/script-tests/prototype-inheritance-2.js:
2039 (constructorNamesForWindow):
2040 * fast/dom/script-tests/prototype-inheritance.js:
2041 * fast/js/script-tests/global-constructors.js:
2043 2010-11-24 Eric Uhrhane <ericu@chromium.org>
2045 Reviewed by Tony Chang.
2047 Fix file-writer-truncate-extend test.
2048 https://bugs.webkit.org/show_bug.cgi?id=50047
2050 * fast/filesystem/resources/file-writer-truncate-extend.js:
2052 2010-11-24 Nico Weber <thakis@chromium.org>
2056 Another new baseline after http://trac.webkit.org/changeset/72689
2057 https://bugs.webkit.org/show_bug.cgi?id=50040
2059 * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.checksum:
2060 * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png:
2062 2010-11-24 Nico Weber <thakis@chromium.org>
2066 More new baselines after http://trac.webkit.org/changeset/72689
2067 https://bugs.webkit.org/show_bug.cgi?id=50040
2069 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
2070 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
2071 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
2072 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
2073 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
2074 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2075 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2076 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
2077 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2078 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2079 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2080 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2081 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2082 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2083 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2084 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2085 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2086 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2087 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2088 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2089 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2090 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2091 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Removed.
2092 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Removed.
2093 * platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum:
2094 * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
2095 * platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum:
2096 * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
2097 * platform/chromium-mac/svg/custom/convolution-crash-expected.checksum:
2098 * platform/chromium-mac/svg/custom/convolution-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/createImageElement-expected.png.
2099 * platform/chromium-mac/svg/custom/createImageElement-expected.checksum:
2100 * platform/chromium-mac/svg/custom/createImageElement-expected.png:
2101 * platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum:
2102 * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
2103 * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.checksum:
2104 * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
2105 * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.checksum:
2106 * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
2107 * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.checksum:
2108 * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
2109 * platform/chromium-mac/svg/custom/js-update-image-expected.checksum:
2110 * platform/chromium-mac/svg/custom/js-update-image-expected.png:
2111 * platform/chromium-mac/svg/custom/pointer-events-image-expected.checksum:
2112 * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
2113 * platform/chromium-mac/svg/custom/text-image-opacity-expected.checksum:
2114 * platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
2115 * platform/chromium-mac/svg/filters/feDisplacementMap-expected.checksum:
2116 * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/js-update-image-expected.png.
2118 2010-11-24 Eric Uhrhane <ericu@chromium.org>
2120 Reviewed by David Levin.
2122 Add FileWriter test utilities.
2123 https://bugs.webkit.org/show_bug.cgi?id=47680
2125 Cleaning up shared test utility files caused the includes and output of
2126 a bunch of existing tests change slightly, so I've rebuilt the
2129 This is the first test [in DOM and worker versions] to use the new utilities.
2130 * fast/filesystem/file-writer-truncate-extend-expected.txt: Added.
2131 * fast/filesystem/file-writer-truncate-extend.html: Added.
2132 * fast/filesystem/resources/file-writer-truncate-extend.js: Added.
2133 * fast/filesystem/workers/file-writer-truncate-extend-expected.txt: Added.
2134 * fast/filesystem/workers/file-writer-truncate-extend.html: Added.
2136 This is a new utility file for FileWriter tests.
2137 * fast/filesystem/resources/file-writer-utils.js: Added.
2140 * fast/filesystem/resources/fs-worker-common.js:
2143 * fast/filesystem/resources/fs-worker-test-post.js:
2145 * fast/filesystem/resources/fs-worker-test-pre.js:
2147 * fast/filesystem/resources/fs-worker-test-util.js:
2149 These tests and their expectations were tweaked slightly to use the new code more cleanly.
2150 * fast/filesystem/workers/async-operations-expected.txt:
2151 * fast/filesystem/workers/async-operations.html:
2152 * fast/filesystem/workers/file-from-file-entry-expected.txt:
2153 * fast/filesystem/workers/file-from-file-entry-sync-expected.txt:
2154 * fast/filesystem/workers/file-from-file-entry-sync.html:
2155 * fast/filesystem/workers/file-from-file-entry.html:
2156 * fast/filesystem/workers/simple-persistent-expected.txt:
2157 * fast/filesystem/workers/simple-persistent-sync-expected.txt:
2158 * fast/filesystem/workers/simple-persistent-sync.html:
2159 * fast/filesystem/workers/simple-persistent.html:
2160 * fast/filesystem/workers/simple-temporary-expected.txt:
2161 * fast/filesystem/workers/simple-temporary-sync-expected.txt:
2162 * fast/filesystem/workers/simple-temporary-sync.html:
2163 * fast/filesystem/workers/simple-temporary.html:
2164 * fast/filesystem/workers/sync-operations-expected.txt:
2165 * fast/filesystem/workers/sync-operations.html:
2167 Removed suppression of FileWriter tests, as we now have support in TestShell.
2168 * platform/chromium/test_expectations.txt:
2170 2010-11-24 Nico Weber <thakis@chromium.org>
2174 New baselines after http://trac.webkit.org/changeset/72689
2175 https://bugs.webkit.org/show_bug.cgi?id=50040
2177 * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
2178 * platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum:
2179 * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
2180 * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
2181 * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
2182 * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.checksum: Removed.
2183 * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.png: Removed.
2184 * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.checksum: Removed.
2185 * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.png: Removed.
2186 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.checksum: Removed.
2187 * platform/chromium-mac/fast/backgrounds/size/backgroundSize07-expected.checksum: Removed.
2188 * platform/chromium-mac/fast/backgrounds/size/backgroundSize08-expected.checksum: Removed.
2189 * platform/chromium-mac/fast/backgrounds/size/backgroundSize09-expected.checksum: Removed.
2190 * platform/chromium-mac/fast/backgrounds/size/backgroundSize10-expected.checksum: Removed.
2191 * platform/chromium-mac/fast/backgrounds/size/backgroundSize11-expected.checksum: Removed.
2192 * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.checksum: Removed.
2193 * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.png: Removed.
2194 * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.checksum:
2195 * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.png:
2196 * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.checksum:
2197 * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png:
2198 * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.checksum:
2199 * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png:
2200 * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
2201 * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png:
2202 * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.checksum:
2203 * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png:
2204 * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.checksum:
2205 * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png:
2206 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
2207 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
2208 * platform/chromium-mac/fast/backgrounds/size/zero-expected.checksum:
2209 * platform/chromium-mac/fast/backgrounds/size/zero-expected.png:
2210 * platform/chromium-mac/fast/css/value-list-out-of-bounds-crash-expected.checksum:
2211 * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum:
2212 * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
2213 * platform/chromium-mac/fast/forms/input-type-change-expected.checksum:
2214 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
2215 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
2216 * platform/chromium-mac/fast/replaced/image-sizing-expected.checksum:
2217 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum:
2218 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
2219 * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum:
2220 * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
2221 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
2222 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
2223 * platform/chromium-mac/svg/custom/image-parent-translation-expected.checksum:
2224 * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
2225 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum:
2226 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
2227 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum:
2228 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
2229 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum:
2230 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
2231 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum:
2232 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
2233 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum:
2234 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
2235 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum:
2236 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
2237 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum:
2238 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
2239 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum:
2240 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
2241 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum:
2242 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
2243 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum:
2244 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
2245 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum:
2246 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
2247 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum:
2248 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2249 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum:
2250 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
2251 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum:
2252 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
2253 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum:
2254 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
2255 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum:
2256 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
2257 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum:
2258 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
2259 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum:
2260 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
2261 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum:
2262 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2263 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum:
2264 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
2265 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum:
2266 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
2267 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum:
2268 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
2269 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
2270 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
2271 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
2272 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
2273 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
2274 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
2275 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Removed.
2276 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
2277 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
2278 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
2279 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
2280 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
2281 * platform/chromium-mac/tables/mozilla/bugs/bug4523-expected.checksum:
2282 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
2283 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
2284 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
2285 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
2286 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
2287 * platform/chromium-mac/tables/mozilla/core/misc-expected.checksum:
2288 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
2290 2010-11-24 James Robinson <jamesr@chromium.org>
2292 Reviewed by Kenneth Russell.
2294 [chromium] Compositor needs to manage its VRAM use
2295 https://bugs.webkit.org/show_bug.cgi?id=49629
2297 Adds a few tests involving lots of visible image layers. The tests are designed
2298 to require slightly more than 64MB of VRAM.
2300 * compositing/lots-of-img-layers-with-opacity.html: Added.
2301 * compositing/lots-of-img-layers.html: Added.
2302 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added.
2303 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added.
2304 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added.
2305 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
2306 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
2307 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
2308 * platform/chromium-gpu/test_expectations.txt:
2309 * platform/mac/compositing/lots-of-img-layers-expected.checksum: Added.
2310 * platform/mac/compositing/lots-of-img-layers-expected.png: Added.
2311 * platform/mac/compositing/lots-of-img-layers-expected.txt: Added.
2312 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
2313 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
2314 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
2316 2010-11-24 Tony Chang <tony@chromium.org>
2318 Unreviewed, updating plugin test expectations now that we've switched
2319 to the upstream plugin!
2321 * platform/chromium/test_expectations.txt:
2323 2010-11-24 Ilya Tikhonovsky <loislo@chromium.org>
2325 Unreviewed. Just assign a bug for compositing/plugin tests.
2327 * platform/chromium-gpu/test_expectations.txt:
2329 2010-11-24 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2331 Reviewed by Martin Robinson.
2333 [GTK] response.isNull() assert when using directory file URI
2334 https://bugs.webkit.org/show_bug.cgi?id=49018
2336 When using file:/// (or any directory), WebKitGTK use to abort on
2337 assertion. This test ensure that loading a directory is possible.
2339 * platform/gtk/fast/loader/crash-display-local-directory-expected.txt: Added.
2340 * platform/gtk/fast/loader/crash-display-local-directory.html: Added.
2341 * platform/gtk/fast/loader/resources/directory/keep-empty: Added.
2343 2010-11-24 Andrey Kosyakov <caseq@chromium.org>
2345 Unreviewed, update platform expectations following expectations change in r72683.
2347 * platform/mac-leopard/inspector/extensions-resources-expected.txt:
2349 2010-11-24 Alexander Pavlov <apavlov@chromium.org>
2351 Reviewed by Pavel Feldman.
2353 Web Inspector: Crash when inspecting http://alphaarnhem.nl/beta/
2354 https://bugs.webkit.org/show_bug.cgi?id=50025
2356 * inspector/resources/styles-new-API-1.css:
2359 2010-11-24 Cris Neckar <cdn@chromium.org>
2361 Reviewed by Adam Barth.
2363 Test for crash with invalid local fonts.
2364 https://bugs.webkit.org/show_bug.cgi?id=49883
2366 * fast/css/local_font_invalid-expected.txt: Added.
2367 * fast/css/local_font_invalid.html: Added.
2369 2010-11-24 Andrey Kosyakov <caseq@chromium.org>
2371 Reviewed by Pavel Feldman.
2373 Web Inspector: extension API cleanup
2374 Improve synchronization between different parts of the test to reduce flakiness.
2375 https://bugs.webkit.org/show_bug.cgi?id=50019
2377 * http/tests/inspector/inspector-test2.js: Clean inspected page test output before pushing output from front-end.
2378 (initialize_InspectorTest.InspectorTest.completeTest): Delay test completion until page's onload is completed after reload.
2379 (initialize_InspectorTest.InspectorTest.addResult.clearResults):
2380 (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded):
2382 * inspector/extensions-api-expected.txt:
2383 * inspector/extensions-audits-api-expected.txt:
2384 * inspector/extensions-audits-expected.txt:
2385 * inspector/extensions-audits-tests.js:
2386 (extension_runAudits):
2387 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone):
2388 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits):
2389 (initialize_ExtensionsAuditsTest):
2391 * inspector/extensions-eval-expected.txt:
2392 * inspector/extensions-eval.html:
2393 * inspector/extensions-events-expected.txt:
2394 * inspector/extensions-events.html:
2395 * inspector/extensions-resources-expected.txt:
2396 * inspector/extensions-resources.html:
2397 * inspector/extensions-test.js:
2398 (initialize_ExtensionsTest.InspectorTest.dispatchOnMessage):
2399 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
2400 (initialize_ExtensionsTest.extensionOutput):
2401 (initialize_ExtensionsTest.dumpSidebarContent):
2402 (initialize_ExtensionsTest.reloadPage):
2403 * inspector/extensions.html:
2404 * inspector/resources/extension-main.html:
2405 * inspector/resources/extension-main.js:
2406 (fetchTests.callback):
2409 (dispatchOnFrontend):
2411 2010-11-23 Jeremy Orlow <jorlow@chromium.org>
2413 Reviewed by Steve Block.
2415 Fix minor errors in IndexedDB
2416 https://bugs.webkit.org/show_bug.cgi?id=49970
2418 * storage/indexeddb/constants-expected.txt:
2419 * storage/indexeddb/constants.html:
2420 * storage/indexeddb/createAndRemoveObjectStore-expected.txt: Added.
2421 * storage/indexeddb/createAndRemoveObjectStore.html: Added.
2423 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2425 Unreviewed, skip mathml/presentation again, apparently the issue
2426 is still happening in the bots.
2428 * platform/gtk/Skipped:
2430 2010-11-24 Avi Drissman <avi@google.com>
2432 Reviewed by Antonio Gomes.
2434 Add preference to not select when right-clicked
2435 https://bugs.webkit.org/show_bug.cgi?id=23351
2437 * editing/selection/context-menu-text-selection-expected.txt: Added.
2438 * editing/selection/context-menu-text-selection.html: Added.
2440 2010-11-24 Martin Robinson <mrobinson@igalia.com>
2442 Reviewed by Xan Lopez.
2444 [GTK] The WebKitWebView should expose a set of signals encapsulating the behavior of the EditorClient
2445 https://bugs.webkit.org/show_bug.cgi?id=49143
2447 Unskip passing editing tests.
2449 * platform/gtk/Skipped:
2450 * platform/gtk/Skipped.rej: Added.
2451 * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2452 * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt:
2453 * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
2454 * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
2455 * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt:
2456 * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
2457 * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
2458 * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
2459 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
2460 * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt:
2461 * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
2462 * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
2463 * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
2464 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
2465 * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
2466 * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
2467 * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
2468 * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
2469 * platform/gtk/editing/deleting/delete-br-001-expected.txt:
2470 * platform/gtk/editing/deleting/delete-br-002-expected.txt:
2471 * platform/gtk/editing/deleting/delete-br-003-expected.txt:
2472 * platform/gtk/editing/deleting/delete-br-004-expected.txt:
2473 * platform/gtk/editing/deleting/delete-br-005-expected.txt:
2474 * platform/gtk/editing/deleting/delete-br-006-expected.txt:
2475 * platform/gtk/editing/deleting/delete-br-007-expected.txt:
2476 * platform/gtk/editing/deleting/delete-br-010-expected.txt:
2477 * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
2478 * platform/gtk/editing/deleting/delete-image-004-expected.txt:
2479 * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
2480 * platform/gtk/editing/deleting/delete-line-001-expected.txt:
2481 * platform/gtk/editing/deleting/delete-line-002-expected.txt:
2482 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
2483 * platform/gtk/editing/deleting/delete-line-006-expected.txt:
2484 * platform/gtk/editing/deleting/delete-line-007-expected.txt:
2485 * platform/gtk/editing/deleting/delete-line-008-expected.txt:
2486 * platform/gtk/editing/deleting/delete-line-009-expected.txt:
2487 * platform/gtk/editing/deleting/delete-line-010-expected.txt:
2488 * platform/gtk/editing/deleting/delete-line-011-expected.txt:
2489 * platform/gtk/editing/deleting/delete-line-012-expected.txt:
2490 * platform/gtk/editing/deleting/delete-line-013-expected.txt:
2491 * platform/gtk/editing/deleting/delete-line-014-expected.txt:
2492 * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
2493 * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
2494 * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
2495 * platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
2496 * platform/gtk/editing/deleting/delete-select-all-002-expected.txt:
2497 * platform/gtk/editing/deleting/delete-tab-002-expected.txt:
2498 * platform/gtk/editing/deleting/delete-tab-004-expected.txt:
2499 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2500 * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
2501 * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
2502 * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt:
2503 * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
2504 * platform/gtk/editing/deleting/forward-delete-expected.txt:
2505 * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
2506 * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
2507 * platform/gtk/editing/execCommand/4641880-1-expected.txt: Added.
2508 * platform/gtk/editing/execCommand/4641880-2-expected.txt: Added.
2509 * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt: Added.
2510 * platform/gtk/editing/execCommand/find-after-replace-expected.txt: Added.
2511 * platform/gtk/editing/execCommand/findString-2-expected.txt: Added.
2512 * platform/gtk/editing/execCommand/findString-diacriticals-expected.txt: Added.
2513 * platform/gtk/editing/execCommand/findString-expected.txt: Added.
2514 * platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
2515 * platform/gtk/editing/execCommand/indent-empty-root-expected.txt: Added.
2516 * platform/gtk/editing/execCommand/indent-list-item-expected.txt: Added.
2517 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Removed.
2518 * platform/gtk/editing/execCommand/indent-selection-expected.txt: Added.
2519 * platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
2520 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt: Added.
2521 * platform/gtk/editing/execCommand/insertImage-expected.txt: Added.
2522 * platform/gtk/editing/execCommand/nsresponder-indent-expected.txt: Added.
2523 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt: Added.
2524 * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
2525 * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
2526 * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
2527 * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
2528 * platform/gtk/editing/execCommand/outdent-selection-expected.txt: Added.
2529 * platform/gtk/editing/execCommand/paste-1-expected.txt: Added.
2530 * platform/gtk/editing/execCommand/paste-2-expected.txt: Added.
2531 * platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
2532 * platform/gtk/editing/execCommand/remove-list-item-1-expected.txt: Added.
2533 * platform/gtk/editing/execCommand/selectAll-expected.txt: Added.
2534 * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
2535 * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
2536 * platform/gtk/editing/inserting/insert-3800346-fix-expected.txt:
2537 * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
2538 * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt:
2539 * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
2540 * platform/gtk/editing/inserting/insert-br-005-expected.txt:
2541 * platform/gtk/editing/inserting/insert-div-001-expected.txt:
2542 * platform/gtk/editing/inserting/insert-div-002-expected.txt:
2543 * platform/gtk/editing/inserting/insert-div-003-expected.txt:
2544 * platform/gtk/editing/inserting/insert-div-004-expected.txt:
2545 * platform/gtk/editing/inserting/insert-div-005-expected.txt:
2546 * platform/gtk/editing/inserting/insert-div-009-expected.txt:
2547 * platform/gtk/editing/inserting/insert-div-024-expected.txt:
2548 * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
2549 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
2550 * platform/gtk/editing/inserting/redo-expected.txt:
2551 * platform/gtk/editing/inserting/typing-001-expected.txt:
2552 * platform/gtk/editing/inserting/typing-002-expected.txt:
2553 * platform/gtk/editing/inserting/typing-003-expected.txt:
2554 * platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
2555 * platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
2556 * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
2557 * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
2558 * platform/gtk/editing/pasteboard/4076267-expected.txt:
2559 * platform/gtk/editing/pasteboard/5368833-expected.txt: Added.
2560 * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
2561 * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt:
2562 * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
2563 * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
2564 * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
2565 * platform/gtk/editing/pasteboard/paste-text-001-expected.txt:
2566 * platform/gtk/editing/pasteboard/paste-text-002-expected.txt:
2567 * platform/gtk/editing/pasteboard/paste-text-003-expected.txt:
2568 * platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
2569 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
2570 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
2571 * platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
2572 * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
2573 * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
2574 * platform/gtk/editing/pasteboard/paste-text-010-expected.txt:
2575 * platform/gtk/editing/pasteboard/paste-text-013-expected.txt: Added.
2576 * platform/gtk/editing/pasteboard/paste-text-015-expected.txt:
2577 * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
2578 * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
2579 * platform/gtk/editing/selection/4889598-expected.txt:
2580 * platform/gtk/editing/selection/4947387-expected.txt: Added.
2581 * platform/gtk/editing/selection/5195166-2-expected.txt: Added.
2582 * platform/gtk/editing/selection/extend-by-character-002-expected.txt:
2583 * platform/gtk/editing/selection/extend-by-character-003-expected.txt:
2584 * platform/gtk/editing/selection/extend-by-character-004-expected.txt:
2585 * platform/gtk/editing/selection/extend-by-character-005-expected.txt:
2586 * platform/gtk/editing/selection/extend-selection-bidi-expected.txt: Added.
2587 * platform/gtk/editing/selection/fake-drag-expected.txt:
2588 * platform/gtk/editing/selection/iframe-expected.txt:
2589 * platform/gtk/editing/selection/inline-table-expected.txt:
2590 * platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt:
2591 * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
2592 * platform/gtk/editing/selection/move-between-blocks-yes-001-expected.txt:
2593 * platform/gtk/editing/selection/move-by-character-001-expected.txt:
2594 * platform/gtk/editing/selection/move-by-character-002-expected.txt:
2595 * platform/gtk/editing/selection/move-by-character-003-expected.txt:
2596 * platform/gtk/editing/selection/move-by-character-004-expected.txt:
2597 * platform/gtk/editing/selection/move-by-character-005-expected.txt:
2598 * platform/gtk/editing/selection/move-by-sentence-001-expected.txt:
2599 * platform/gtk/editing/selection/move-past-trailing-space-expected.txt:
2600 * platform/gtk/editing/selection/select-box-expected.txt:
2601 * platform/gtk/editing/selection/selection-actions-expected.txt:
2602 * platform/gtk/editing/spelling/spelling-expected.txt:
2603 * platform/gtk/editing/style/block-style-003-expected.txt:
2604 * platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
2605 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
2606 * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
2607 * platform/gtk/editing/style/typing-style-001-expected.txt:
2608 * platform/gtk/editing/style/typing-style-002-expected.txt:
2609 * platform/gtk/editing/style/unbold-in-bold-expected.txt:
2610 * platform/gtk/editing/undo/4063751-expected.txt:
2611 * platform/gtk/editing/undo/redo-typing-001-expected.txt:
2612 * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
2613 * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
2614 * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
2615 * platform/gtk/editing/undo/undo-delete-expected.txt:
2616 * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
2617 * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
2618 * platform/gtk/editing/undo/undo-misspellings-expected.txt:
2620 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2622 Unreviewed, rebaselined mathml/presentation using bots results.
2624 * platform/gtk/mathml/presentation/attributes-expected.txt:
2625 * platform/gtk/mathml/presentation/fenced-expected.txt:
2626 * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
2627 * platform/gtk/mathml/presentation/fractions-expected.txt:
2628 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
2629 * platform/gtk/mathml/presentation/mo-expected.txt:
2630 * platform/gtk/mathml/presentation/over-expected.txt:
2631 * platform/gtk/mathml/presentation/roots-expected.txt:
2632 * platform/gtk/mathml/presentation/row-alignment-expected.txt:
2633 * platform/gtk/mathml/presentation/row-expected.txt:
2634 * platform/gtk/mathml/presentation/style-expected.txt:
2635 * platform/gtk/mathml/presentation/sub-expected.txt:
2636 * platform/gtk/mathml/presentation/subsup-expected.txt:
2637 * platform/gtk/mathml/presentation/sup-expected.txt:
2638 * platform/gtk/mathml/presentation/tables-expected.txt:
2639 * platform/gtk/mathml/presentation/tokenElements-expected.txt:
2640 * platform/gtk/mathml/presentation/under-expected.txt:
2641 * platform/gtk/mathml/presentation/underover-expected.txt:
2643 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2645 Unreviewed, unskipped and rebaselined mathml/presentation tests
2648 * platform/gtk/Skipped:
2649 * platform/gtk/mathml/presentation/attributes-expected.checksum:
2650 * platform/gtk/mathml/presentation/attributes-expected.png:
2651 * platform/gtk/mathml/presentation/attributes-expected.txt:
2652 * platform/gtk/mathml/presentation/fenced-expected.checksum:
2653 * platform/gtk/mathml/presentation/fenced-expected.png:
2654 * platform/gtk/mathml/presentation/fenced-expected.txt:
2655 * platform/gtk/mathml/presentation/fenced-mi-expected.checksum:
2656 * platform/gtk/mathml/presentation/fenced-mi-expected.png:
2657 * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
2658 * platform/gtk/mathml/presentation/fractions-expected.checksum:
2659 * platform/gtk/mathml/presentation/fractions-expected.png:
2660 * platform/gtk/mathml/presentation/fractions-expected.txt:
2661 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2662 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
2663 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
2664 * platform/gtk/mathml/presentation/mo-expected.checksum:
2665 * platform/gtk/mathml/presentation/mo-expected.png:
2666 * platform/gtk/mathml/presentation/mo-expected.txt:
2667 * platform/gtk/mathml/presentation/over-expected.checksum:
2668 * platform/gtk/mathml/presentation/over-expected.png:
2669 * platform/gtk/mathml/presentation/over-expected.txt:
2670 * platform/gtk/mathml/presentation/roots-expected.checksum:
2671 * platform/gtk/mathml/presentation/roots-expected.png:
2672 * platform/gtk/mathml/presentation/roots-expected.txt:
2673 * platform/gtk/mathml/presentation/row-alignment-expected.checksum:
2674 * platform/gtk/mathml/presentation/row-alignment-expected.png:
2675 * platform/gtk/mathml/presentation/row-alignment-expected.txt:
2676 * platform/gtk/mathml/presentation/row-expected.checksum:
2677 * platform/gtk/mathml/presentation/row-expected.png:
2678 * platform/gtk/mathml/presentation/row-expected.txt:
2679 * platform/gtk/mathml/presentation/style-expected.checksum:
2680 * platform/gtk/mathml/presentation/style-expected.png:
2681 * platform/gtk/mathml/presentation/style-expected.txt:
2682 * platform/gtk/mathml/presentation/sub-expected.checksum:
2683 * platform/gtk/mathml/presentation/sub-expected.png:
2684 * platform/gtk/mathml/presentation/sub-expected.txt:
2685 * platform/gtk/mathml/presentation/subsup-expected.checksum:
2686 * platform/gtk/mathml/presentation/subsup-expected.png:
2687 * platform/gtk/mathml/presentation/subsup-expected.txt:
2688 * platform/gtk/mathml/presentation/sup-expected.checksum:
2689 * platform/gtk/mathml/presentation/sup-expected.png:
2690 * platform/gtk/mathml/presentation/sup-expected.txt:
2691 * platform/gtk/mathml/presentation/tables-expected.checksum:
2692 * platform/gtk/mathml/presentation/tables-expected.png:
2693 * platform/gtk/mathml/presentation/tables-expected.txt:
2694 * platform/gtk/mathml/presentation/tokenElements-expected.checksum:
2695 * platform/gtk/mathml/presentation/tokenElements-expected.png:
2696 * platform/gtk/mathml/presentation/tokenElements-expected.txt:
2697 * platform/gtk/mathml/presentation/under-expected.checksum:
2698 * platform/gtk/mathml/presentation/under-expected.png:
2699 * platform/gtk/mathml/presentation/under-expected.txt:
2700 * platform/gtk/mathml/presentation/underover-expected.checksum:
2701 * platform/gtk/mathml/presentation/underover-expected.png:
2702 * platform/gtk/mathml/presentation/underover-expected.txt:
2704 2010-11-24 Satish Sampath <satish@chromium.org>
2706 Reviewed by Steve Block.
2708 Re-enabled layout tests which were disabled during an API migration.
2709 https://bugs.webkit.org/show_bug.cgi?id=50013
2711 * platform/chromium/test_expectations.txt:
2713 2010-11-24 Ilya Tikhonovsky <loislo@chromium.org>
2715 Unreviewed. chromium expectation fix.
2717 BUG49967 MAC : font-size-zero.html = TEXT
2720 * platform/chromium/test_expectations.txt:
2722 2010-11-24 Steve block <steveblock@google.com>
2724 Reviewed by Jeremy Orlow.
2726 LayoutTest fast/dom/DeviceOrientation/event-after-navigation.html is flaky
2727 https://bugs.webkit.org/show_bug.cgi?id=49384
2729 This is an asynchronous script test which navigates the main page but
2730 relies on js-test-post.js calling LayoutTestController.waitUntilDone().
2731 It's possible for the main page to be navigated and hence the load of
2732 js-test-post.js to be cancelled before
2733 LayoutTestController.waitUntilDone() is called, which causes the test to
2736 * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js:
2738 2010-11-23 Pavel Feldman <pfeldman@chromium.org>
2740 Reviewed by Yury Semikhatsky.
2742 Web Inspector: pass style id to front-end as Object, not string.
2743 https://bugs.webkit.org/show_bug.cgi?id=49971
2745 * inspector/styles-new-API.html:
2747 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
2751 composited-plugin.html is crashing on MAC.
2752 small-to-large-composited-plugin.html is crashing on MAC.
2753 font-size-zero.html is passing.
2755 * platform/chromium-gpu/test_expectations.txt:
2756 * platform/chromium/test_expectations.txt:
2758 2010-11-23 Abhishek Arya <inferno@chromium.org>
2762 Drag and drop not working properly. Skipping just like other similar drag
2763 and drop tests. E.g. similar test drag-image-in-about-blank-frame.html.
2765 * platform/qt/Skipped:
2767 2010-11-23 Abhishek Arya <inferno@chromium.org>
2769 Reviewed by Adam Barth.
2771 Tests that drag and drop is allowed across the same security origin object,
2772 even if they are marked unique.
2774 * http/tests/security/drag-drop-same-unique-origin-expected.txt: Added.
2775 * http/tests/security/drag-drop-same-unique-origin.html: Added.
2776 * http/tests/security/resources/drag-drop-allowed.html: Added.
2778 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2780 Unreviewed update of GTK's skipped list.
2782 Disabled editing/deleting/delete-by-word-001.html and editing/deleting/delete-by-word-002.html
2783 because they require editing delegates dump which haven't been implemented in GTK.
2785 * platform/gtk/Skipped:
2787 2010-11-23 Tony Chang <tony@chromium.org>
2789 Unreviewed, [chromium] merge the plugin failures in test_expectations
2790 https://bugs.webkit.org/show_bug.cgi?id=49993
2792 * platform/chromium/drt_expectations.txt: Remove plugin failures
2793 * platform/chromium/test_expectations.txt: Move them into this file
2794 with expectations that are valid for either plugin.
2796 2010-11-23 Cris Neckar <cdn@chromium.org>
2798 Reviewed by Dimitri Glazkov.
2800 Test for crash with input type search and table column style.
2801 https://bugs.webkit.org/show_bug.cgi?id=49896
2803 * fast/css/input-search-table-column-crash-expected.txt: Added.
2804 * fast/css/input-search-table-column-crash.html: Added.
2806 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2808 Reviewed by Adam Barth.
2810 XMLDocumentParser::notifyFinished calls ScriptController's executeScript without updating isEvaluated flag
2811 https://bugs.webkit.org/show_bug.cgi?id=49701
2813 Added a test to ensure WebKit doesn't run the script twice when a script element with an external script file
2814 is cloned in a XML document.
2816 * fast/dom/resources/script-clone-rerun-src.js: Added.
2817 * fast/dom/script-clone-rerun-src.xhtml: Added.
2819 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2821 Reviewed by Tony Chang.
2823 dumpAsText conversion: editing/deleting/delete-by-word-001.html and delete-by-word-002.html
2824 https://bugs.webkit.org/show_bug.cgi?id=48130
2826 Converted editing/deleting/delete-by-word-001.html and delete-by-word-002.html to dumpAsText tests
2827 by replacing calls to runEditingTest by runDumpAsTextEditingTest.
2829 * editing/deleting/delete-by-word-001-expected.txt: Added.
2830 * editing/deleting/delete-by-word-001.html:
2831 * editing/deleting/delete-by-word-002-expected.txt: Added.
2832 * editing/deleting/delete-by-word-002.html:
2833 * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2834 * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.png: Removed.
2835 * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2836 * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.png: Removed.
2837 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2838 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.png: Removed.
2839 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.txt: Removed.
2840 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2841 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.png: Removed.
2842 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt: Removed.
2843 * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: Removed.
2844 * platform/mac/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2845 * platform/mac/editing/deleting/delete-by-word-001-expected.png: Removed.
2846 * platform/mac/editing/deleting/delete-by-word-001-expected.txt: Removed.
2847 * platform/mac/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2848 * platform/mac/editing/deleting/delete-by-word-002-expected.png: Removed.
2849 * platform/mac/editing/deleting/delete-by-word-002-expected.txt: Removed.
2850 * platform/qt/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2851 * platform/qt/editing/deleting/delete-by-word-001-expected.png: Removed.
2852 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Removed.
2853 * platform/qt/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2854 * platform/qt/editing/deleting/delete-by-word-002-expected.png: Removed.
2855 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Removed.
2857 2010-11-23 Sheriff Bot <webkit.review.bot@gmail.com>
2859 Unreviewed, rolling out r72628.
2860 http://trac.webkit.org/changeset/72628
2861 https://bugs.webkit.org/show_bug.cgi?id=49994
2863 This patch is causing layout-test failtures on GTK Linux
2864 64-bit Debug (Requested by ctguil on #webkit).
2866 * accessibility/iframe-has-document-expected.txt: Removed.
2867 * accessibility/iframe-has-document.html: Removed.
2868 * platform/win/Skipped:
2870 2010-11-23 Julie Parent <jparent@chromium.org>
2872 Unreviewed, fixing chromium gpu_test expectations.
2874 Remove entries for tests that no longer exist, removed in r71822.
2875 Remove duplicates introduced in r72613.
2877 * platform/chromium-gpu/test_expectations.txt:
2879 2010-11-23 Chris Rogers <crogers@google.com>
2883 Disable new XMLHttpRequest layout tests for Qt and gtk since they require ArrayBuffer support
2884 https://bugs.webkit.org/show_bug.cgi?id=49992
2886 * platform/gtk/Skipped:
2887 * platform/qt/Skipped:
2889 2010-11-23 Chris Guillory <chris.guillory@google.com>
2891 Reviewed by Dimitri Glazkov.
2893 Include the FrameView widget of a RenderWidget in the accessibility tree.
2894 https://bugs.webkit.org/show_bug.cgi?id=49106
2896 * accessibility/iframe-has-document-expected.txt: Added.
2897 * accessibility/iframe-has-document.html: Added.
2898 * platform/win/Skipped:
2900 2010-11-23 Tony Chang <tony@chromium.org>
2902 Reviewed by Ojan Vafai.
2904 [chromium] update plugin expectations
2905 https://bugs.webkit.org/show_bug.cgi?id=49988
2907 * platform/chromium/drt_expectations.txt: These tests are passing on the bot
2908 * platform/chromium/test_expectations.txt: Group and sort alphabetically
2910 2010-11-23 Chris Rogers <crogers@google.com>
2912 Reviewed by Alexey Proskuryakov.
2914 Add .responseType and .response to XMLHttpRequest
2915 https://bugs.webkit.org/show_bug.cgi?id=49633
2917 * fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added.
2918 * fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html: Added.
2919 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added.
2920 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Added.
2921 * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt: Added.
2922 * fast/xmlhttprequest/xmlhttprequest-responsetype-document.html: Added.
2923 * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt: Added.
2924 * fast/xmlhttprequest/xmlhttprequest-responsetype-text.html: Added.
2925 * http/tests/resources/balls-of-the-orient.aif: Added.
2927 2010-11-23 Abhishek Arya <inferno@chromium.org>
2929 Reviewed by Adam Barth.
2931 Tests that we do not crash on EventSource status errors inside an iframe.
2932 https://bugs.webkit.org/show_bug.cgi?id=49448
2934 * http/tests/eventsource/eventsource-status-error-iframe-crash-expected.txt: Added.
2935 * http/tests/eventsource/eventsource-status-error-iframe-crash.html: Added.
2936 * http/tests/eventsource/resources/request-status-error.htm: Added.
2938 2010-11-23 Sheriff Bot <webkit.review.bot@gmail.com>
2940 Unreviewed, rolling out r72618.
2941 http://trac.webkit.org/changeset/72618
2942 https://bugs.webkit.org/show_bug.cgi?id=49987
2944 "Newly added test is failing on Chromium-linux, patch author
2945 said to rollout" (Requested by jparent on #webkit).
2947 * editing/selection/context-menu-text-selection-expected.txt: Removed.
2948 * editing/selection/context-menu-text-selection.html: Removed.
2950 2010-11-23 Julie Parent <jparent@chromium.org>
2952 Unreviewed, fixing chromium baselines.
2953 Adding back baselines that were removed in r72542 due to r72527, because
2954 r72527 was rolled ou in r72582.
2956 * platform/chromium-mac/fast/lists/001-vertical-expected.checksum:
2957 * platform/chromium-mac/fast/lists/001-vertical-expected.png:
2959 2010-11-23 Avi Drissman <avi@google.com>
2961 Reviewed by Antonio Gomes.
2963 Add preference to not select when right-clicked
2964 https://bugs.webkit.org/show_bug.cgi?id=23351
2966 * editing/selection/context-menu-text-selection-expected.txt: Added.
2967 * editing/selection/context-menu-text-selection.html: Added.
2969 2010-11-23 Alexander Pavlov <apavlov@chromium.org>
2971 Reviewed by Pavel Feldman.
2973 Web Inspector: [STYLES] invalid color values are not marked as such.
2974 https://bugs.webkit.org/show_bug.cgi?id=49960
2976 * inspector/resources/styles-new-API.css:
2978 * inspector/styles-new-API-expected.txt:
2979 * inspector/styles-source-offsets-expected.txt:
2981 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
2983 Unreviewed. Updated chromium expectations.
2985 Plugin tests were disabled.
2987 MAC : compositing/plugins/1x1-composited-plugin.html = CRASH
2988 MAC : compositing/plugins/composited-plugin.html = CRASH
2989 MAC : compositing/plugins/large-to-small-composited-plugin.html = CRASH
2990 MAC : compositing/plugins/small-to-large-composited-plugin.html = CRASH
2992 * platform/chromium-gpu/test_expectations.txt:
2994 2010-11-17 Zhenyao Mo <zmo@google.com>
2996 Reviewed by Kenneth Russell.
2998 readPixels should generate INVALID_ENUM if only one of type/format mismatch UNSIGNED_BYTE/RGBA
2999 https://bugs.webkit.org/show_bug.cgi?id=49673
3001 * fast/canvas/webgl/read-pixels-test-expected.txt: Added.
3002 * fast/canvas/webgl/read-pixels-test.html: Added.
3004 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3006 Unreviewed. Expectations for chromium were fixed.
3008 * platform/chromium-gpu/test_expectations.txt:
3009 * platform/chromium/test_expectations.txt:
3011 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3013 Unreviewed. Typo fixed.
3015 * platform/chromium/test_expectations.txt:
3017 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3019 Unreviewed. Updating test expectations for chromium.
3021 * platform/chromium/test_expectations.txt:
3023 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3025 Unreviewed. Adjusting expectations for chromium.
3027 * platform/chromium/test_expectations.txt:
3029 2010-11-23 Ilya Tikhonovsky <lo:wqislo@chromium.org>
3031 Unreviewed rollout r72534 and r72533 because r72544, r72530 and r72527 were reverted.
3033 * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum:
3034 * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
3035 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3036 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3037 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
3038 * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
3039 * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.checksum:
3040 * platform/chromium-linux/fast/doctypes/002-expected.checksum:
3041 * platform/chromium-linux/fast/lists/001-vertical-expected.checksum:
3042 * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/001-vertical-expected.txt.
3043 * platform/chromium-linux/fast/lists/002-expected.checksum:
3044 * platform/chromium-linux/fast/lists/002-vertical-expected.checksum:
3045 * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/002-vertical-expected.txt.
3046 * platform/chromium-linux/fast/lists/003-expected.checksum:
3047 * platform/chromium-linux/fast/lists/003-vertical-expected.checksum:
3048 * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/003-vertical-expected.txt.
3049 * platform/chromium-linux/fast/lists/007-vertical-expected.checksum:
3050 * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/007-vertical-expected.txt.
3051 * platform/chromium-linux/fast/lists/008-vertical-expected.checksum:
3052 * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/008-vertical-expected.txt.
3053 * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.checksum:
3054 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.checksum: Removed.
3055 * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum:
3056 * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum:
3057 * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3058 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Added.
3059 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Added.
3060 * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.checksum: Added.
3061 * platform/chromium-mac/fast/lists/008-vertical-expected.checksum:
3062 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.checksum: Removed.
3063 * platform/chromium-win/css1/box_properties/margin_right-expected.checksum:
3064 * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
3065 * platform/chromium-win/css1/box_properties/padding_right-expected.checksum:
3066 * platform/chromium-win/css1/box_properties/padding_right-expected.txt:
3067 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3068 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3069 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum:
3070 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt:
3071 * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum:
3072 * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt:
3073 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.checksum:
3074 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt:
3075 * platform/chromium-win/fast/doctypes/002-expected.checksum:
3076 * platform/chromium-win/fast/doctypes/002-expected.txt:
3077 * platform/chromium-win/fast/lists/001-vertical-expected.checksum:
3078 * platform/chromium-win/fast/lists/001-vertical-expected.txt:
3079 * platform/chromium-win/fast/lists/002-expected.checksum:
3080 * platform/chromium-win/fast/lists/002-expected.txt:
3081 * platform/chromium-win/fast/lists/002-vertical-expected.checksum:
3082 * platform/chromium-win/fast/lists/002-vertical-expected.txt:
3083 * platform/chromium-win/fast/lists/003-expected.checksum:
3084 * platform/chromium-win/fast/lists/003-expected.txt:
3085 * platform/chromium-win/fast/lists/003-vertical-expected.checksum:
3086 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
3087 * platform/chromium-win/fast/lists/007-vertical-expected.checksum:
3088 * platform/chromium-win/fast/lists/007-vertical-expected.txt:
3089 * platform/chromium-win/fast/lists/008-vertical-expected.checksum:
3090 * platform/chromium-win/fast/lists/008-vertical-expected.txt:
3091 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.checksum:
3092 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.txt:
3093 * platform/chromium-win/fast/lists/outSideListMarkers-expected.checksum: Removed.
3094 * platform/chromium-win/fast/lists/outSideListMarkers-expected.txt: Removed.
3095 * platform/chromium/test_expectations.txt:
3097 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3101 fast/text/font-size-zero.html was disabled.
3102 It is failing on Mac platform.
3104 https://bugs.webkit.org/show_bug.cgi?id=49967
3106 * platform/chromium/test_expectations.txt:
3108 2010-11-23 Alejandro G. Castro <alex@igalia.com>
3110 Unreviewed. Rebaselined
3111 svg-curve-with-relative-cordinates-expected.txt test.
3113 Skipped fast/profiler/throw-exception-from-eval.html, checked in
3114 bug https://bugs.webkit.org/show_bug.cgi?id=49801
3116 Skipped fast/canvas/canvas-fillPath-shadow.html and
3117 fast/canvas/canvas-strokePath-shadow.html until we check if there
3118 is an issue in the gtk shadows or DRT.
3120 * platform/gtk/Skipped:
3121 * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
3123 2010-11-18 Satish Sampath <satish@chromium.org>
3125 Reviewed by Jeremy Orlow.
3127 For speech input event, send an event object containing all the recognition results and metadata.
3128 https://bugs.webkit.org/show_bug.cgi?id=49736
3130 * fast/speech/input-onspeechchange-event-expected.txt: Added.
3131 * fast/speech/input-onspeechchange-event.html: New test to check multiple results.
3132 * fast/speech/input-text-language-tag.html: Updated with new method signature.
3133 * fast/speech/input-text-speechbutton.html: Ditto.
3134 * fast/speech/speech-button-ignore-generated-events.html: Ditto.
3136 2010-11-22 Alexey Proskuryakov <ap@apple.com>
3138 Reviewed by Darin Adler.
3140 https://bugs.webkit.org/show_bug.cgi?id=49860
3141 CSS style rules don't GC protect objects reachable as their properties
3143 * fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt: Added.
3144 * fast/dom/StyleSheet/gc-rule-children-wrappers.html: Added.
3146 2010-11-23 Csaba Osztrogonác <ossy@webkit.org>
3148 Unreviewed revert r72544 and r72530, because r72527 was reverted.
3150 Outside list bullets ignore text-align style.
3151 https://bugs.webkit.org/show_bug.cgi?id=15713
3153 * platform/gtk/css1/box_properties/margin_right-expected.txt:
3154 * platform/gtk/css1/box_properties/padding_right-expected.txt:
3155 * platform/gtk/fast/lists/001-vertical-expected.txt:
3156 * platform/gtk/fast/lists/002-vertical-expected.txt:
3157 * platform/gtk/fast/lists/003-vertical-expected.txt:
3158 * platform/gtk/fast/lists/007-vertical-expected.txt:
3159 * platform/gtk/fast/lists/008-vertical-expected.txt:
3160 * platform/gtk/fast/lists/outSideListMarkers-expected.txt: Removed.
3161 * platform/qt/css1/box_properties/margin_right-expected.checksum: Removed.
3162 * platform/qt/css1/box_properties/margin_right-expected.png: Removed.
3163 * platform/qt/css1/box_properties/margin_right-expected.txt:
3164 * platform/qt/css1/box_properties/padding_right-expected.checksum: Removed.
3165 * platform/qt/css1/box_properties/padding_right-expected.png: Removed.
3166 * platform/qt/css1/box_properties/padding_right-expected.txt:
3167 * platform/qt/editing/pasteboard/merge-end-list-expected.checksum: Removed.
3168 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
3169 * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
3170 * platform/qt/fast/doctypes/002-expected.checksum: Removed.
3171 * platform/qt/fast/doctypes/002-expected.png: Removed.
3172 * platform/qt/fast/doctypes/002-expected.txt:
3173 * platform/qt/fast/lists/001-vertical-expected.checksum:
3174 * platform/qt/fast/lists/001-vertical-expected.png:
3175 * platform/qt/fast/lists/001-vertical-expected.txt:
3176 * platform/qt/fast/lists/002-vertical-expected.checksum:
3177 * platform/qt/fast/lists/002-vertical-expected.png:
3178 * platform/qt/fast/lists/002-vertical-expected.txt:
3179 * platform/qt/fast/lists/003-vertical-expected.checksum:
3180 * platform/qt/fast/lists/003-vertical-expected.png:
3181 * platform/qt/fast/lists/003-vertical-expected.txt:
3182 * platform/qt/fast/lists/007-vertical-expected.checksum:
3183 * platform/qt/fast/lists/007-vertical-expected.png:
3184 * platform/qt/fast/lists/007-vertical-expected.txt:
3185 * platform/qt/fast/lists/008-vertical-expected.checksum:
3186 * platform/qt/fast/lists/008-vertical-expected.png:
3187 * platform/qt/fast/lists/008-vertical-expected.txt:
3188 * platform/qt/fast/lists/outSideListMarkers-expected.checksum: Removed.
3189 * platform/qt/fast/lists/outSideListMarkers-expected.png: Removed.
3190 * platform/qt/fast/lists/outSideListMarkers-expected.txt: Removed.
3192 2010-11-23 Helder Correia <helder@sencha.com>
3194 Reviewed by Ariya Hidayat.
3196 [Qt] Drawing an image on canvas with shadowBlur draws a solid shadow
3197 https://bugs.webkit.org/show_bug.cgi?id=49878
3199 New test checking solid and blurry shadow on images drawn on canvas.
3201 * fast/canvas/canvas-drawImage-shadow-expected.txt: Added.
3202 * fast/canvas/canvas-drawImage-shadow.html: Added.
3203 * fast/canvas/script-tests/canvas-drawImage-shadow.js: Added.
3205 2010-11-22 David Hyatt <hyatt@apple.com>
3207 Back out rebaselines from r72527.
3209 * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3210 * platform/mac/fast/lists/marker-before-empty-inline-expected.txt:
3212 2010-11-22 David Hyatt <hyatt@apple.com>
3214 Back out r72527 since it caused multiple rendering regressions. Details in bug.
3216 * fast/lists/outSideListMarkers-expected.txt: Removed.
3217 * fast/lists/outSideListMarkers.html: Removed.
3218 * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum:
3219 * platform/mac-leopard/css1/box_properties/margin_right-expected.png:
3220 * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum:
3221 * platform/mac-leopard/css1/box_properties/padding_right-expected.png:
3222 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum:
3223 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png:
3224 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum:
3225 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
3226 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.checksum:
3227 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.png:
3228 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.checksum:
3229 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.png:
3230 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.checksum:
3231 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.png:
3232 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.checksum:
3233 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.png:
3234 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.checksum:
3235 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.png:
3236 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.checksum:
3237 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.png:
3238 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.checksum:
3239 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.png:
3240 * platform/mac-leopard/fast/doctypes/002-expected.checksum:
3241 * platform/mac-leopard/fast/doctypes/002-expected.png:
3242 * platform/mac-leopard/fast/lists/001-expected.checksum:
3243 * platform/mac-leopard/fast/lists/001-expected.png:
3244 * platform/mac-leopard/fast/lists/002-expected.checksum:
3245 * platform/mac-leopard/fast/lists/002-expected.png:
3246 * platform/mac-leopard/fast/lists/003-expected.checksum:
3247 * platform/mac-leopard/fast/lists/003-expected.png:
3248 * platform/mac/css1/box_properties/margin_right-expected.txt:
3249 * platform/mac/css1/box_properties/padding_right-expected.txt:
3250 * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
3251 * platform/mac/editing/selection/extend-by-word-002-expected.checksum:
3252 * platform/mac/editing/selection/extend-by-word-002-expected.png:
3253 * platform/mac/editing/selection/extend-by-word-002-expected.txt:
3254 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
3255 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
3256 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
3257 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
3258 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
3259 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
3260 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
3261 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
3262 * platform/mac/fast/doctypes/002-expected.txt:
3263 * platform/mac/fast/lists/001-expected.txt:
3264 * platform/mac/fast/lists/001-vertical-expected.checksum:
3265 * platform/mac/fast/lists/001-vertical-expected.png:
3266 * platform/mac/fast/lists/001-vertical-expected.txt:
3267 * platform/mac/fast/lists/002-expected.txt:
3268 * platform/mac/fast/lists/002-vertical-expected.checksum:
3269 * platform/mac/fast/lists/002-vertical-expected.png:
3270 * platform/mac/fast/lists/002-vertical-expected.txt:
3271 * platform/mac/fast/lists/003-expected.txt:
3272 * platform/mac/fast/lists/003-vertical-expected.checksum:
3273 * platform/mac/fast/lists/003-vertical-expected.png:
3274 * platform/mac/fast/lists/003-vertical-expected.txt:
3275 * platform/mac/fast/lists/007-vertical-expected.checksum:
3276 * platform/mac/fast/lists/007-vertical-expected.png:
3277 * platform/mac/fast/lists/007-vertical-expected.txt:
3278 * platform/mac/fast/lists/008-vertical-expected.checksum:
3279 * platform/mac/fast/lists/008-vertical-expected.png:
3280 * platform/mac/fast/lists/008-vertical-expected.txt:
3281 * platform/mac/fast/lists/outSideListMarkers-expected.checksum: Removed.
3282 * platform/mac/fast/lists/outSideListMarkers-expected.png: Removed.
3284 2010-11-22 Andreas Kling <kling@webkit.org>
3286 Reviewed by Ariya Hidayat.
3288 [Qt] Canvas: strokeText() and fillText() produce same shadow
3289 https://bugs.webkit.org/show_bug.cgi?id=48845
3291 Add test to verify that strokeText() doesn't produce a fillText() shadow.
3293 * fast/canvas/canvas-strokeText-strokes-shadow.html: Added.
3294 * fast/canvas/canvas-strokeText-strokes-shadow-expected.txt: Added.
3295 * fast/canvas/script-tests/canvas-strokeText-strokes-shadow.js: Added.
3297 2010-11-22 Adam Roben <aroben@apple.com>
3299 Update Windows 7 results for two tests
3301 Windows 7 uses different fonts from Windows XP on these tests (and even
3302 has a font that can render the inverted nun in bidi-mirror-he-ar.html).
3304 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.checksum:
3305 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.png:
3306 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt:
3307 * platform/win/fast/text/international/bold-bengali-expected.checksum: Added.
3308 * platform/win/fast/text/international/bold-bengali-expected.png: Added.
3309 * platform/win/fast/text/international/bold-bengali-expected.txt:
3311 2010-11-22 Adam Roben <aroben@apple.com>
3313 Update Windows 7 results for
3314 fast/text/international/complex-character-based-fallback.html
3316 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3317 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
3318 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
3320 2010-11-22 Adam Roben <aroben@apple.com>
3322 Update Windows XP results for
3323 fast/text/international/complex-character-based-fallback.html after
3326 The existing pixel results were XP-specific so I moved them into
3327 LayoutTests/platform/win-xp.
3329 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3330 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.png: Added.
3331 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt:
3332 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3333 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3335 2010-11-22 Adam Roben <aroben@apple.com>
3337 Update Windows results after r72552
3339 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3340 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3342 2010-11-22 James Robinson <jamesr@chromium.org>
3344 Reviewed by Dimitri Glazkov.
3346 [chromium] font-size:0 text runs should have zero width
3347 https://bugs.webkit.org/show_bug.cgi?id=49871
3349 Expands test to check width in addition to height.
3351 * fast/text/font-size-zero-expected.txt:
3352 * fast/text/font-size-zero.html:
3353 * fast/text/script-tests/font-size-zero.js:
3355 2010-11-22 Charlie Reis <creis@chromium.org>
3357 Reviewed by Darin Fisher.
3359 Update correct content state during back/forward navigations
3360 https://bugs.webkit.org/show_bug.cgi?id=48809
3362 Test that we update content state when leaving a form in a subframe.
3364 * fast/history/saves-state-after-frame-nav.html:
3365 * fast/history/saves-state-after-frame-nav-expected.txt:
3366 * fast/history/resources/subframe-with-form.html:
3368 2010-11-22 Julie Parent <jparent@chromium.org>
3370 Unreviewed. Add flaky crash expectation for fast/files/revoke-blob-url.html on mac debug.
3372 * platform/chromium/test_expectations.txt:
3374 2010-11-22 Adam Roben <aroben@apple.com>
3376 Update Windows results for transforms/2d/hindi-rotated.html after
3379 The existing pixel results were XP-specific so I moved them to
3380 LayoutTests/platform/win-xp.
3382 * platform/win-xp/transforms/2d/hindi-rotated-expected.checksum: Added.
3383 * platform/win-xp/transforms/2d/hindi-rotated-expected.png: Added.
3384 * platform/win-xp/transforms/2d/hindi-rotated-expected.txt:
3385 * platform/win/transforms/2d/hindi-rotated-expected.checksum:
3386 * platform/win/transforms/2d/hindi-rotated-expected.png:
3387 * platform/win/transforms/2d/hindi-rotated-expected.txt:
3389 2010-11-22 Ryosuke Niwa <rniwa@webkit.org>
3391 Unreviewed rebaseline for Chromium.
3393 Removed the erroneous expected result for editing/deleting/5168598.html on chromium linux.
3395 * platform/chromium-linux/editing/deleting/5168598-expected.txt: Removed.
3396 * platform/chromium/test_expectations.txt: Removed editing/deleting/5168598.html.
3398 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3400 Unreviewed. Update GTK and Mac specific expected results after r72552.
3402 * fast/dom/Window/window-properties-expected.txt:
3403 * fast/dom/prototype-inheritance-expected.txt:
3404 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3405 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
3407 2010-11-22 Sam Weinig <sam@webkit.org>
3409 Update WebKit2 skipped list.
3411 * platform/mac-wk2/Skipped:
3413 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3415 Unreviewed. Update Qt specific expected results after r72552.
3417 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3418 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3419 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3421 2010-11-22 Ryosuke Niwa <rniwa@webkit.org>
3423 Unreviewed update of Windows's skipped list and Chromium's test expectation.
3425 fast/text/international/thai-cursor-position.html erroneously had an expected result
3426 on Windows even though textInputController hasn't been implemented on Windows (the bug 32021).
3428 Removed the expected result and added the tests to Windows platform's skipped list.
3430 * platform/chromium/test_expectations.txt: Removed fast/text/international/thai-cursor-position.html.
3431 * platform/win/Skipped: Added fast/text/international/thai-cursor-position.html.
3432 * platform/win/fast/text/international/thai-cursor-position-expected.txt: Removed.
3434 2010-10-21 Luiz Agostini <luiz.agostini@openbossa.org>
3436 Reviewed by Darin Adler.
3438 Implement CSSOM View matchMedia interface
3439 https://bugs.webkit.org/show_bug.cgi?id=37205
3441 New property matchMedia was added to window.
3443 * fast/dom/Window/window-properties-expected.txt:
3444 * fast/dom/Window/window-property-descriptors-expected.txt:
3446 window.matchMedia and MediaQueryList tests.
3448 * fast/media/media-query-list-01-expected.txt: Added.
3449 * fast/media/media-query-list-01.html: Added.
3451 The following tests depend on LayoutTestController::setViewModeMediaFeature() to work.
3452 As it is only implemented by Qt and Gtk the tests needed to be skipped in all other platforms.
3454 * fast/media/media-query-list-02-expected.txt: Added.
3455 * fast/media/media-query-list-02.html: Added.
3456 * fast/media/media-query-list-03-expected.txt: Added.
3457 * fast/media/media-query-list-03.html: Added.
3458 * fast/media/media-query-list-04-expected.txt: Added.
3459 * fast/media/media-query-list-04.html: Added.
3460 * fast/media/media-query-list-05-expected.txt: Added.
3461 * fast/media/media-query-list-05.html: Added.
3462 * fast/media/media-query-list-06-expected.txt: Added.
3463 * fast/media/media-query-list-06.html: Added.
3464 * fast/media/media-query-list-07-expected.txt: Added.
3465 * fast/media/media-query-list-07.html: Added.
3466 * platform/chromium/test_expectations.txt:
3467 * platform/mac/Skipped:
3468 * platform/win/Skipped:
3470 2010-11-22 Ryosuke Niwa <rniwa@webkit.org>
3472 Unreviewed update of Windows Skipped list.
3474 editing/selection/5825350-1.html and 5825350-2.html erroneously
3475 had expectations with console error message even though textInputController
3476 hasn't been implemented on Windows (the bug 32021).
3478 Removed these expectations and added the tests to the skipped list.
3480 * platform/win/Skipped:
3481 * platform/win/editing/selection/5825350-1-expected.txt: Removed.
3482 * platform/win/editing/selection/5825350-2-expected.txt: Removed.
3484 2010-11-22 Adam Roben <aroben@apple.com>
3486 Add Windows-specific results for fast/ruby/nested-ruby.html
3488 * platform/win/fast/ruby/nested-ruby-expected.checksum: Added.
3489 * platform/win/fast/ruby/nested-ruby-expected.png: Added.
3490 * platform/win/fast/ruby/nested-ruby-expected.txt: Added.
3492 2010-11-22 Adam Roben <aroben@apple.com>
3494 Update Windows XP results for
3495 fast/text/international/bidi-control-chars-treated-as-ZWS.html
3497 The render tree dump on XP now matches Mac. I updated the pixel results
3498 to match the current rendering (the two test lines have moved down
3501 * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.checksum:
3502 * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.png:
3503 * platform/win-xp/fast/text/international/bidi-control-chars-treated-as-ZWS-expected.txt: Removed.
3505 2010-11-22 Adam Roben <aroben@apple.com>
3507 Remove obsolete Windows-specific results for svg/dom/path-parser.html
3509 r72381 made these unnecessary.
3511 * platform/win/svg/dom/path-parser-expected.txt: Removed.
3513 2010-11-22 Adam Roben <aroben@apple.com>
3515 Update Windows results for fast/dom/prototype-inheritance-2.html
3517 This is the Windows equivalent of r72353.
3519 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
3521 2010-11-22 Andreas Kling <kling@webkit.org>
3523 Unreviewed, rebaseline GTK+ after r72527.
3525 * platform/gtk/css1/box_properties/margin_right-expected.txt:
3526 * platform/gtk/css1/box_properties/padding_right-expected.txt:
3527 * platform/gtk/fast/lists/001-vertical-expected.txt:
3528 * platform/gtk/fast/lists/002-vertical-expected.txt:
3529 * platform/gtk/fast/lists/003-vertical-expected.txt:
3530 * platform/gtk/fast/lists/007-vertical-expected.txt:
3531 * platform/gtk/fast/lists/008-vertical-expected.txt:
3532 * platform/gtk/fast/lists/outSideListMarkers-expected.txt: Added.
3534 2010-11-22 Adam Roben <aroben@apple.com>
3536 Add Windows-specific results for editing/selection/extend-selection-home-end.html
3538 These results are identical to the cross-platform results, but are
3539 needed to override the Mac-specific results in platform/mac.
3541 Fixes <http://webkit.org/b/49874>.
3543 * platform/win/editing/selection/extend-selection-home-end-expected.txt: Added.
3545 2010-11-22 Anton Muhin <antonm@chromium.org>
3547 Not reviewed. Test expectations arrangements and rebaselinings.
3549 * platform/chromium-mac/fast/lists/001-vertical-expected.checksum: Removed.
3550 * platform/chromium-mac/fast/lists/001-vertical-expected.png: Removed.
3551 * platform/chromium/test_expectations.txt:
3553 2010-11-22 Anton Muhin <antonm@chromium.org>
3555 Not reviewed. Fallback font rebaselines.
3557 * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.checksum: Added.
3558 * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.png: Added.
3559 * platform/chromium-linux/fast/css/line-height-determined-by-primary-font-expected.txt: Added.
3560 * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.checksum: Added.
3561 * platform/chromium-linux/fast/text/international/hebrew-vowels-expected.png: Added.
3562 * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.checksum: Added.
3563 * platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png: Added.
3564 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.checksum:
3565 * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png:
3566 * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.checksum: Added.
3567 * platform/chromium-mac/fast/css/line-height-determined-by-primary-font-expected.png: Added.
3568 * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.checksum: Added.
3569 * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Added.
3570 * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.checksum: Added.
3571 * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Added.
3572 * platform/chromium-mac/fast/text/international/001-expected.checksum: Added.
3573 * platform/chromium-mac/fast/text/international/001-expected.png: Added.
3574 * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.checksum: Added.
3575 * platform/chromium-mac/fast/text/international/hebrew-vowels-expected.png: Added.
3576 * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.checksum: Added.
3577 * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.png: Added.
3578 * platform/chromium-win/fast/css/line-height-determined-by-primary-font-expected.txt: Added.
3579 * platform/chromium-win/fast/text/international/hebrew-vowels-expected.checksum: Added.
3580 * platform/chromium-win/fast/text/international/hebrew-vowels-expected.png: Added.
3581 * platform/chromium-win/fast/text/international/hebrew-vowels-expected.txt: Added.
3582 * platform/chromium/test_expectations.txt:
3584 2010-11-22 Alexander Pavlov <apavlov@chromium.org>
3586 Reviewed by Pavel Feldman.
3588 Web Inspector: [REGRESSION] Contents of rules inside @media not displayed/editable
3589 https://bugs.webkit.org/show_bug.cgi?id=49804
3591 * inspector/resources/styles-new-API-1.css: Added.
3596 * inspector/resources/styles-new-API.css:
3597 * inspector/styles-new-API-expected.txt:
3599 2010-11-22 Anton Muhin <antonm@chromium.org>
3601 Not reviewed. Amending expectations for Chromium.
3603 * platform/chromium/test_expectations.txt:
3605 2010-11-22 Anton Muhin <antonm@chromium.org>
3607 Not reviewed. Another portion of Chromium rebaselines for SVG.
3609 * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added.
3610 * platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
3611 * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added.
3612 * platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
3613 * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added.
3614 * platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
3615 * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added.
3616 * platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
3617 * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added.
3618 * platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
3619 * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added.
3620 * platform/chromium-mac/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
3621 * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added.
3622 * platform/chromium-mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
3623 * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added.
3624 * platform/chromium-mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
3625 * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added.
3626 * platform/chromium-mac/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
3627 * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added.
3628 * platform/chromium-mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
3629 * platform/chromium-mac/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
3630 * platform/chromium-win/svg/dom/SVGPathSegList-appendItem-expected.checksum: Added.
3631 * platform/chromium-win/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
3632 * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.checksum: Added.
3633 * platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
3634 * platform/chromium-win/svg/dom/SVGPathSegList-insertItemBefore-expected.checksum: Added.
3635 * platform/chromium-win/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
3636 * platform/chromium-win/svg/dom/SVGPathSegList-removeItem-expected.checksum: Added.
3637 * platform/chromium-win/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
3638 * platform/chromium-win/svg/dom/SVGPathSegList-replaceItem-expected.checksum: Added.
3639 * platform/chromium-win/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
3640 * platform/chromium-win/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt:
3641 * platform/chromium/test_expectations.txt:
3643 2010-11-22 Anton Muhin <antonm@chromium.org>
3645 Not reviewed. Another portion of Chromium rebaselines.
3647 * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.checksum:
3648 * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.png:
3649 * platform/chromium-linux/fast/text/international/hindi-whitespace-expected.txt:
3650 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
3651 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3652 * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum:
3653 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
3654 * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum:
3655 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
3656 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
3657 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3658 * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
3659 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
3660 * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum:
3661 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
3662 * platform/chromium/test_expectations.txt:
3664 2010-11-22 Tony Chang <tony@chromium.org>
3666 Unreviewed, update Chromium Win plugin test expectations.
3668 * platform/chromium/drt_expectations.txt:
3670 2010-11-22 Anton Muhin <antonm@chromium.org>
3672 Not reviewed. Chromium rebaselines after http://trac.webkit.org/changeset/72518
3674 * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.checksum:
3675 * platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.png:
3676 * platform/chromium-linux/svg/dom/SVGNumberList-basics-expected.checksum: Added.
3677 * platform/chromium-linux/svg/dom/SVGNumberList-basics-expected.png: Added.
3678 * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.checksum: Added.
3679 * platform/chromium-linux/svg/dom/SVGPointList-basics-expected.png: Added.
3680 * platform/chromium-linux/svg/dom/SVGStringList-basics-expected.checksum: Added.
3681 * platform/chromium-linux/svg/dom/SVGStringList-basics-expected.png: Added.
3682 * platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.checksum: Added.
3683 * platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.png: Added.
3684 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.checksum: Added.
3685 * platform/chromium-mac/svg/dom/SVGLengthList-basics-expected.png: Added.
3686 * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.checksum: Added.
3687 * platform/chromium-mac/svg/dom/SVGNumberList-basics-expected.png: Added.
3688 * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.checksum: Added.
3689 * platform/chromium-mac/svg/dom/SVGPointList-basics-expected.png: Added.
3690 * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.checksum: Added.
3691 * platform/chromium-mac/svg/dom/SVGStringList-basics-expected.png: Added.
3692 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.checksum: Added.
3693 * platform/chromium-mac/svg/dom/SVGTransformList-basics-expected.png: Added.
3694 * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.checksum:
3695 * platform/chromium-win/svg/dom/SVGLengthList-basics-expected.png:
3696 * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.checksum: Added.
3697 * platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png: Added.
3698 * platform/chromium-win/svg/dom/SVGPointList-basics-expected.checksum: Added.
3699 * platform/chromium-win/svg/dom/SVGPointList-basics-expected.png: Added.
3700 * platform/chromium-win/svg/dom/SVGStringList-basics-expected.checksum: Added.
3701 * platform/chromium-win/svg/dom/SVGStringList-basics-expected.png: Added.
3702 * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.checksum: Added.
3703 * platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png: Added.
3704 * platform/chromium/test_expectations.txt:
3706 2010-11-22 Anton Muhin <antonm@chromium.org>
3708 Not reviewed. Reorganizing suppressions.
3710 * platform/chromium/test_expectations.txt:
3712 2010-11-22 Anton Muhin <antonm@chromium.org>
3714 Unreviewed. Tons of Chromium rebaselines after http://trac.webkit.org/changeset/72527
3716 * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum:
3717 * platform/chromium-linux/css1/box_properties/margin_right-expected.png:
3718 * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
3719 * platform/chromium-linux/css1/box_properties/padding_right-expected.png:
3720 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3721 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
3722 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3723 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
3724 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.png:
3725 * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
3726 * platform/chromium-linux/editing/selection/extend-by-word-002-expected.png:
3727 * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.checksum:
3728 * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.png:
3729 * platform/chromium-linux/fast/doctypes/002-expected.checksum:
3730 * platform/chromium-linux/fast/doctypes/002-expected.png:
3731 * platform/chromium-linux/fast/lists/001-vertical-expected.checksum:
3732 * platform/chromium-linux/fast/lists/001-vertical-expected.png:
3733 * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Removed.
3734 * platform/chromium-linux/fast/lists/002-expected.checksum:
3735 * platform/chromium-linux/fast/lists/002-expected.png:
3736 * platform/chromium-linux/fast/lists/002-vertical-expected.checksum:
3737 * platform/chromium-linux/fast/lists/002-vertical-expected.png:
3738 * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Removed.
3739 * platform/chromium-linux/fast/lists/003-expected.checksum:
3740 * platform/chromium-linux/fast/lists/003-expected.png:
3741 * platform/chromium-linux/fast/lists/003-vertical-expected.checksum:
3742 * platform/chromium-linux/fast/lists/003-vertical-expected.png:
3743 * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Removed.
3744 * platform/chromium-linux/fast/lists/007-vertical-expected.checksum:
3745 * platform/chromium-linux/fast/lists/007-vertical-expected.png:
3746 * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Removed.
3747 * platform/chromium-linux/fast/lists/008-vertical-expected.checksum:
3748 * platform/chromium-linux/fast/lists/008-vertical-expected.png:
3749 * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Removed.
3750 * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.checksum:
3751 * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.png:
3752 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.checksum: Added.
3753 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.png: Added.
3754 * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum:
3755 * platform/chromium-mac/css1/box_properties/margin_right-expected.png:
3756 * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum:
3757 * platform/chromium-mac/css1/box_properties/padding_right-expected.png:
3758 * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3759 * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
3760 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Removed.
3761 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.png: Removed.
3762 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Removed.
3763 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png: Removed.
3764 * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.checksum: Removed.
3765 * platform/chromium-mac/fast/lists/008-vertical-expected.checksum:
3766 * platform/chromium-mac/fast/lists/008-vertical-expected.png:
3767 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.checksum: Added.
3768 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.png: Added.
3769 * platform/chromium-win/css1/box_properties/margin_right-expected.checksum:
3770 * platform/chromium-win/css1/box_properties/margin_right-expected.png:
3771 * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
3772 * platform/chromium-win/css1/box_properties/padding_right-expected.checksum:
3773 * platform/chromium-win/css1/box_properties/padding_right-expected.png:
3774 * platform/chromium-win/css1/box_properties/padding_right-expected.txt:
3775 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3776 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
3777 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3778 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum:
3779 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.png:
3780 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt:
3781 * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum:
3782 * platform/chromium-win/editing/selection/extend-by-word-002-expected.png:
3783 * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt:
3784 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.checksum:
3785 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.png:
3786 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt:
3787 * platform/chromium-win/fast/doctypes/002-expected.checksum:
3788 * platform/chromium-win/fast/doctypes/002-expected.png:
3789 * platform/chromium-win/fast/doctypes/002-expected.txt:
3790 * platform/chromium-win/fast/lists/001-vertical-expected.checksum:
3791 * platform/chromium-win/fast/lists/001-vertical-expected.png:
3792 * platform/chromium-win/fast/lists/001-vertical-expected.txt:
3793 * platform/chromium-win/fast/lists/002-expected.checksum:
3794 * platform/chromium-win/fast/lists/002-expected.png:
3795 * platform/chromium-win/fast/lists/002-expected.txt:
3796 * platform/chromium-win/fast/lists/002-vertical-expected.checksum:
3797 * platform/chromium-win/fast/lists/002-vertical-expected.png:
3798 * platform/chromium-win/fast/lists/002-vertical-expected.txt:
3799 * platform/chromium-win/fast/lists/003-expected.checksum:
3800 * platform/chromium-win/fast/lists/003-expected.png:
3801 * platform/chromium-win/fast/lists/003-expected.txt:
3802 * platform/chromium-win/fast/lists/003-vertical-expected.checksum:
3803 * platform/chromium-win/fast/lists/003-vertical-expected.png:
3804 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
3805 * platform/chromium-win/fast/lists/007-vertical-expected.checksum:
3806 * platform/chromium-win/fast/lists/007-vertical-expected.png:
3807 * platform/chromium-win/fast/lists/007-vertical-expected.txt:
3808 * platform/chromium-win/fast/lists/008-vertical-expected.checksum:
3809 * platform/chromium-win/fast/lists/008-vertical-expected.png:
3810 * platform/chromium-win/fast/lists/008-vertical-expected.txt:
3811 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.checksum:
3812 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.png:
3813 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.txt:
3814 * platform/chromium-win/fast/lists/outSideListMarkers-expected.checksum: Added.
3815 * platform/chromium-win/fast/lists/outSideListMarkers-expected.png: Added.
3816 * platform/chromium-win/fast/lists/outSideListMarkers-expected.txt: Added.
3817 * platform/chromium/test_expectations.txt:
3819 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3821 Unreviewed. Update Qt specific expected results after r72527.
3823 * platform/qt/css1/box_properties/margin_right-expected.checksum: Added.
3824 * platform/qt/css1/box_properties/margin_right-expected.png: Added.
3825 * platform/qt/css1/box_properties/margin_right-expected.txt:
3826 * platform/qt/css1/box_properties/padding_right-expected.checksum: Added.
3827 * platform/qt/css1/box_properties/padding_right-expected.png: Added.
3828 * platform/qt/css1/box_properties/padding_right-expected.txt:
3829 * platform/qt/editing/pasteboard/merge-end-list-expected.checksum: Added.
3830 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Added.
3831 * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
3832 * platform/qt/fast/doctypes/002-expected.checksum: Added.
3833 * platform/qt/fast/doctypes/002-expected.png: Added.
3834 * platform/qt/fast/doctypes/002-expected.txt:
3835 * platform/qt/fast/lists/001-vertical-expected.checksum:
3836 * platform/qt/fast/lists/001-vertical-expected.png:
3837 * platform/qt/fast/lists/001-vertical-expected.txt:
3838 * platform/qt/fast/lists/002-vertical-expected.checksum:
3839 * platform/qt/fast/lists/002-vertical-expected.png:
3840 * platform/qt/fast/lists/002-vertical-expected.txt:
3841 * platform/qt/fast/lists/003-vertical-expected.checksum:
3842 * platform/qt/fast/lists/003-vertical-expected.png:
3843 * platform/qt/fast/lists/003-vertical-expected.txt:
3844 * platform/qt/fast/lists/007-vertical-expected.checksum:
3845 * platform/qt/fast/lists/007-vertical-expected.png:
3846 * platform/qt/fast/lists/007-vertical-expected.txt:
3847 * platform/qt/fast/lists/008-vertical-expected.checksum:
3848 * platform/qt/fast/lists/008-vertical-expected.png:
3849 * platform/qt/fast/lists/008-vertical-expected.txt:
3850 * platform/qt/fast/lists/outSideListMarkers-expected.checksum: Added.
3851 * platform/qt/fast/lists/outSideListMarkers-expected.png: Added.
3852 * platform/qt/fast/lists/outSideListMarkers-expected.txt: Added.
3854 2010-11-22 Andreas Kling <kling@webkit.org>
3856 Unreviewed, 2 missing rebaselines after r72527.
3858 * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3859 * platform/mac/fast/lists/marker-before-empty-inline-expected.txt:
3861 2010-11-22 Renata Hodovan <reni@webkit.org>
3863 Reviewed by Andreas Kling.
3865 Outside list bullets ignore text-align style.
3866 https://bugs.webkit.org/show-bug.cgi?id=15713
3868 Add new test for checking outside marker's position and update the related expecteds of tests.
3870 * fast/lists/outSideListMarkers-expected.txt: Added.
3871 * fast/lists/outSideListMarkers.html: Added.
3872 * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum:
3873 * platform/mac-leopard/css1/box_properties/margin_right-expected.png:
3874 * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum:
3875 * platform/mac-leopard/css1/box_properties/padding_right-expected.png:
3876 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum:
3877 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png:
3878 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum:
3879 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
3880 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.checksum:
3881 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.png:
3882 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.checksum:
3883 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.png:
3884 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.checksum:
3885 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.png:
3886 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.checksum:
3887 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.png:
3888 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.checksum:
3889 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.png:
3890 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.checksum:
3891 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.png:
3892 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.checksum:
3893 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.png:
3894 * platform/mac-leopard/fast/doctypes/002-expected.checksum:
3895 * platform/mac-leopard/fast/doctypes/002-expected.png:
3896 * platform/mac-leopard/fast/lists/001-expected.checksum:
3897 * platform/mac-leopard/fast/lists/001-expected.png:
3898 * platform/mac-leopard/fast/lists/002-expected.checksum:
3899 * platform/mac-leopard/fast/lists/002-expected.png:
3900 * platform/mac-leopard/fast/lists/003-expected.checksum:
3901 * platform/mac-leopard/fast/lists/003-expected.png:
3902 * platform/mac/css1/box_properties/margin_right-expected.txt:
3903 * platform/mac/css1/box_properties/padding_right-expected.txt:
3904 * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
3905 * platform/mac/editing/selection/extend-by-word-002-expected.checksum:
3906 * platform/mac/editing/selection/extend-by-word-002-expected.png:
3907 * platform/mac/editing/selection/extend-by-word-002-expected.txt:
3908 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
3909 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
3910 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
3911 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
3912 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
3913 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
3914 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
3915 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
3916 * platform/mac/fast/doctypes/002-expected.txt:
3917 * platform/mac/fast/lists/001-expected.txt:
3918 * platform/mac/fast/lists/001-vertical-expected.checksum:
3919 * platform/mac/fast/lists/001-vertical-expected.png:
3920 * platform/mac/fast/lists/001-vertical-expected.txt:
3921 * platform/mac/fast/lists/002-expected.txt:
3922 * platform/mac/fast/lists/002-vertical-expected.checksum:
3923 * platform/mac/fast/lists/002-vertical-expected.png:
3924 * platform/mac/fast/lists/002-vertical-expected.txt:
3925 * platform/mac/fast/lists/003-expected.txt:
3926 * platform/mac/fast/lists/003-vertical-expected.checksum:
3927 * platform/mac/fast/lists/003-vertical-expected.png:
3928 * platform/mac/fast/lists/003-vertical-expected.txt:
3929 * platform/mac/fast/lists/007-vertical-expected.checksum:
3930 * platform/mac/fast/lists/007-vertical-expected.png:
3931 * platform/mac/fast/lists/007-vertical-expected.txt:
3932 * platform/mac/fast/lists/008-vertical-expected.checksum:
3933 * platform/mac/fast/lists/008-vertical-expected.png:
3934 * platform/mac/fast/lists/008-vertical-expected.txt:
3935 * platform/mac/fast/lists/outSideListMarkers-expected.checksum: Added.
3936 * platform/mac/fast/lists/outSideListMarkers-expected.png: Added.
3938 2010-11-22 Yael Aharon <yael.aharon@nokia.com>
3940 Reviewed by Antonio Gomes.
3942 Spatial Navigation: Additional tests.
3943 https://bugs.webkit.org/show_bug.cgi?id=49604
3945 * fast/events/spatial-navigation/snav-div-overflow-scrol-hidden-expected.txt: Added.
3946 * fast/events/spatial-navigation/snav-div-overflow-scrol-hidden.html: Added.
3947 * fast/events/spatial-navigation/snav-z-index-expected.txt: Added.
3948 * fast/events/spatial-navigation/snav-z-index.html: Added.
3950 2010-11-22 Anton Muhin <antonm@chromium.org>
3952 Not reviewed. Rebaselining various Win/Linux only deviations.
3954 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
3955 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
3956 * platform/chromium-linux/svg/custom/baseval-animval-equality-expected.checksum:
3957 * platform/chromium-linux/svg/custom/baseval-animval-equality-expected.png:
3958 * platform/chromium-linux/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
3959 * platform/chromium-linux/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
3960 * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added.
3961 * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
3962 * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
3963 * platform/chromium-linux/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
3964 * platform/chromium-linux/svg/dom/path-parser-expected.txt: Removed.
3965 * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
3966 * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
3967 * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added.
3968 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.checksum:
3969 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.png:
3970 * platform/chromium-win/svg/custom/baseval-animval-equality-expected.txt:
3971 * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
3972 * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
3973 * platform/chromium-win/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added.
3974 * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.checksum: Added.
3975 * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
3976 * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
3977 * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
3978 * platform/chromium-win/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added.
3979 * platform/chromium-win/svg/dom/path-parser-expected.txt: Added.
3980 * platform/chromium-win/svg/filters/filter-rounding-issues-expected.checksum: Added.
3981 * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png: Added.
3982 * platform/chromium/test_expectations.txt:
3984 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3988 [Qt] fast/workers/storage/interrupt-database-sync.html fails intermittently
3989 https://bugs.webkit.org/show_bug.cgi?id=49906
3991 * platform/qt/Skipped: fast/workers/storage/interrupt-database-sync.html added until fix.
3993 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3997 [Qt] Add platform specific expected results for new passing tests.
3998 Compared to Mac png files and Mac expected files.
4000 * platform/qt/fast/css/negative-leading-expected.checksum: Added.
4001 * platform/qt/fast/css/negative-leading-expected.png: Added.
4002 * platform/qt/fast/css/negative-leading-expected.txt: Added. (introduced in r72141)
4003 * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.checksum: Added.
4004 * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png: Added.
4005 * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt: Added. (introduced in r72402)
4006 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
4007 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
4008 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Added. (introduced in r72381)
4009 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
4010 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
4011 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Added. (introduced in r72518)
4012 * platform/qt/svg/custom/image-rescale-expected.checksum: Added.
4013 * platform/qt/svg/custom/image-rescale-expected.png: Added.
4014 * platform/qt/svg/custom/image-rescale-expected.txt: Added. (introduced in r72470)
4015 * platform/qt/svg/custom/image-rescale-scroll-expected.checksum: Added.
4016 * platform/qt/svg/custom/image-rescale-scroll-expected.png: Added.
4017 * platform/qt/svg/custom/image-rescale-scroll-expected.txt: Added. (introduced in r72470)
4018 * platform/qt/svg/dom/SVGPathSegList-cloning-expected.checksum: Added.
4019 * platform/qt/svg/dom/SVGPathSegList-cloning-expected.png: Added.
4020 * platform/qt/svg/dom/SVGPathSegList-cloning-expected.txt: Added. (introduced in r72381)
4021 * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.checksum: Added.
4022 * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png: Added.
4023 * platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt: Added. (introduced in r72381)
4024 * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.checksum: Added.
4025 * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Added.
4026 * platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt: Added. (introduced in r72381)
4028 2010-11-22 Yael Aharon <yael.aharon@nokia.com>, Chang Shu <chang.shu@nokia.com>
4030 Reviewed by Antonio Gomes.
4032 Spatial Navigation: issues with the node selection algorithm.
4033 https://bugs.webkit.org/show_bug.cgi?id=49382
4035 Replaced text in tests with images with fixed size to make them more cross platform and modified
4036 test results to reflect that we can scroll container that do not include focusable content.