1 2010-12-01 Brian Weinstein <bweinstein@apple.com>
3 Add failing Windows expected results for tests that involve the xhr.arrayBuffer = 'arraybuffer',
4 which works on Mac, but not on Windows.
6 Getting arrayBuffer working on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=50334.
8 * platform/win/fast/xmlhttprequest: Added.
9 * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added.
10 * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added.
11 * platform/win/http/tests/xmlhttprequest: Added.
12 * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added.
14 2010-12-01 Ryosuke Niwa <rniwa@webkit.org>
16 Reviewed by Darin Adler, Tony Chang, and unofficially by Enrica Casucci.
18 Added tests to ensure WebKit can switch the type of multiple list items without a crash.
20 * editing/execCommand/switch-multiple-list-items-crash-expected.txt: Added.
21 * editing/execCommand/switch-multiple-list-items-crash.html: Added.
22 * editing/execCommand/switch-multiple-list-items-expected.txt: Added.
23 * editing/execCommand/switch-multiple-list-items.html: Added.
25 2010-12-01 Brian Weinstein <bweinstein@apple.com>
27 Skip another HTMLProgressElement test on Windows, because it's not turned on for Windows yet. Adding
28 progress element support on Windows is being tracked by https://bugs.webkit.org/show_bug.cgi?id=49769.
30 * platform/win/Skipped:
32 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
36 [chromium] Updating test expectations and rebaselining.
38 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum:
39 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
40 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum:
41 * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
42 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.checksum:
43 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png:
44 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.txt:
45 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.checksum:
46 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
47 * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.txt:
48 * platform/chromium/test_expectations.txt:
50 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
54 [chromium] Cleaning up test expectations.
56 * platform/chromium/test_expectations.txt:
58 2010-12-01 Tony Chang <tony@chromium.org>
60 Unreviewed, update drt expectations.
62 * platform/chromium/drt_expectations.txt:
64 2010-12-01 Vitaly Repeshko <vitalyr@chromium.org>
68 [chromium] Updating test expectations.
70 * platform/chromium/test_expectations.txt:
72 2010-12-01 Csaba Osztrogonác <ossy@webkit.org>
76 [Qt] Add focus ring outline color support
77 https://bugs.webkit.org/show_bug.cgi?id=50325
79 Focus ring outline color is unsupported now.
80 Add failing tests to the Skipped list until fix.
82 * platform/qt/Skipped:
83 - fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html added
84 - fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html added
85 - fast/images/imagemap-focus-ring-outline-color.html added
87 2010-12-01 Martin Robinson <mrobinson@igalia.com>
89 Reviewed by Xan Lopez.
91 [Gtk] Open menulists should support typeahead find
92 https://bugs.webkit.org/show_bug.cgi?id=27443
94 Added a GTK+-specific layout test to track typeahead find state.
96 * platform/gtk/fast/forms/menulist-typeahead-find-expected.txt: Added.
97 * platform/gtk/fast/forms/menulist-typeahead-find.html: Added.
99 2010-12-01 Martin Robinson <mrobinson@igalia.com>
101 Skip failing tests for text height on GTK
102 https://bugs.webkit.org/show_bug.cgi?id=50314
104 * platform/gtk/Skipped: Skip failing tests.
106 2010-12-01 Chang Shu <chang.shu@nokia.com>
108 Reviewed by Laszlo Gombos.
110 Move orientation event test case to a better place.
111 https://bugs.webkit.org/show_bug.cgi?id=32492
113 * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Removed.
114 * fast/dom/DeviceOrientation/create-event-orientationchange.html: Removed.
115 * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Removed.
116 * fast/dom/Orientation: Added.
117 * fast/dom/Orientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt.
118 * fast/dom/Orientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-orientationchange.html.
119 * fast/dom/Orientation/script-tests: Added.
120 * fast/dom/Orientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js.
122 2010-12-01 Alexander Pavlov <apavlov@chromium.org>
124 Reviewed by Yury Semikhatsky.
126 Web Inspector: name-only property appears in style declaration but not in the Styles pane
127 https://bugs.webkit.org/show_bug.cgi?id=49663
129 * inspector/styles-new-API.html:
131 2010-12-01 Anton D'Auria <adauria@apple.com>
133 Reviewed by Kevin Decker.
135 Private browsing denies read access to local and session storage,
136 so updating expected test results.
138 https://bugs.webkit.org/show_bug.cgi?id=49329
140 * storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt:
141 * storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt:
143 2010-12-01 Hayato Ito <hayato@chromium.org>
145 Unreviewed trivial fix.
147 Removed fast/regex/{test1,test4}.html because they were removed from tree by r72990
149 * platform/chromium/test_expectations.txt:
150 * platform/gtk/Skipped:
151 * platform/mac-wk2/Skipped:
152 * platform/qt-wk2/Skipped:
154 2010-12-01 Csaba Osztrogonác <ossy@webkit.org>
156 Unreviewed trivial fix.
158 * platform/qt/Skipped:
159 - editing/selection/5109817.html: removed, because it was removed from tree by r73009
160 - fast/regex/test1.html: removed, because it was removed from tree by r72990
161 - fast/regex/test4.html: removed, because it was removed from tree by r72990
164 2010-11-30 Avi Drissman <avi@google.com>
166 Reviewed by Darin Adler.
168 Add preference to not select when right-clicked
169 https://bugs.webkit.org/show_bug.cgi?id=23351
171 Removed 5109817 because it is entirely superseded by
172 context-menu-text-selection; updated 5354455-1 to explicitly set the
173 editing behavior and test all three platforms.
175 * editing/selection/5109817.html: Removed.
176 * editing/selection/5354455-1-expected.txt: Added.
177 * editing/selection/5354455-1.html:
178 * platform/chromium-win/editing/selection/5109817-expected.txt: Removed.
179 * platform/chromium-win/editing/selection/5354455-1-expected.txt: Removed.
180 * platform/gtk/editing/selection/5109817-expected.txt: Removed.
181 * platform/gtk/editing/selection/5354455-1-expected.txt: Removed.
182 * platform/mac-leopard/editing/selection/5109817-expected.checksum: Removed.
183 * platform/mac-leopard/editing/selection/5109817-expected.png: Removed.
184 * platform/mac/editing/selection/5109817-expected.checksum: Removed.
185 * platform/mac/editing/selection/5109817-expected.png: Removed.
186 * platform/mac/editing/selection/5109817-expected.txt: Removed.
187 * platform/mac/editing/selection/5354455-1-expected.txt: Removed.
188 * platform/win/editing/selection/5109817-expected.checksum: Removed.
189 * platform/win/editing/selection/5109817-expected.png: Removed.
190 * platform/win/editing/selection/5109817-expected.txt: Removed.
191 * platform/win/editing/selection/5354455-1-expected.txt: Removed.
193 2010-11-30 Rob Buis <rwlbuis@gmail.com>
195 Reviewed by Xan Lopez.
197 [gtk] SVGLineElement-dom-requiredFeatures.html and
198 SVGLineElement-svgdom-requiredFeatures.html failing in the bots
199 https://bugs.webkit.org/show_bug.cgi?id=49529
201 Replaced fill with stroke and increased the line size. This fixes
202 the problem clicking the element.
204 * platform/gtk/Skipped:
205 * svg/dynamic-updates/script-tests/SVGLineElement-dom-requiredFeatures.js:
206 * svg/dynamic-updates/script-tests/SVGLineElement-svgdom-requiredFeatures.js:
208 2010-11-30 Ojan Vafai <ojan@chromium.org>
210 [chromium] Update inaccurate test expectation and mark fast/regex/pcre-test-1.html as
211 timing out after http://trac.webkit.org/changeset/72990/.
212 * platform/chromium/test_expectations.txt:
214 2010-11-30 Chris Fleizach <cfleizach@apple.com>
216 Reviewed by Beth Dakin.
218 WebKit duplicates AXValue and AXDescription on abbr
219 https://bugs.webkit.org/show_bug.cgi?id=50260
221 * platform/mac/accessibility/static-text-with-aria-label-expected.txt: Added.
222 * platform/mac/accessibility/static-text-with-aria-label.html: Added.
224 2010-11-30 Gavin Barraclough <barraclough@apple.com>
226 Reviewed by Darin Adler.
228 Ooops, file checked in with incorrect properties.
230 * fast/regex/script-tests/repeat-match-waldemar.js: Removed property svn:executable.
232 2010-11-30 Martin Robinson <mrobinson@igalia.com>
234 Rebaseline a GTK+ test.
236 * platform/gtk/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
237 This platform-specific result is needed because of bug #50303.
239 2010-11-30 Gavin Barraclough <barraclough@apple.com>
241 Rubber stamped by Oliver Hunt.
243 LayoutTests/fast/regex currently contains a number of test cases ported from PCRE's test suites.
244 There are two key problems with these tests:
245 * They use their own harness, and cannot be run from jsc without building all of WebKit.
246 * They expect PCRE expression syntax, including extended syntax, backwards assertions, etc.
248 Rewrite all tests to comply to ECMA compatible syntax
249 (ish - we support octal escapes), and use the normal 'shouldBe' test style.
251 * fast/js/resources/standalone-pre.js:
253 Fixed bug, where expected is an array we call areArraysEqual,
254 this should first check that actual is an array.
256 * fast/regex/pcre-test-1-expected.txt: Added.
257 * fast/regex/pcre-test-1.html: Added.
258 * fast/regex/pcre-test-4-expected.txt: Added.
259 * fast/regex/pcre-test-4.html: Added.
260 * fast/regex/script-tests/pcre-test-1.js: Added.
261 * fast/regex/script-tests/pcre-test-4.js: Added.
262 Added new version of PCRE tests.
264 * fast/regex/pcre-test-runner.js: Removed.
265 * fast/regex/test1-expected.txt: Removed.
266 * fast/regex/test1.html: Removed.
267 * fast/regex/test4-expected.txt: Removed.
268 * fast/regex/test4.html: Removed.
269 * fast/regex/testinput1: Removed.
270 * fast/regex/testinput4: Removed.
271 * fast/regex/testoutput1: Removed.
272 * fast/regex/testoutput4: Removed.
273 Removed old version of PCRE tests.
275 2010-11-30 Dan Bernstein <mitz@apple.com>
277 Reviewed by Darin Adler.
279 Text search should treat all matches as word-start matches when the target begins with a separator character
280 https://bugs.webkit.org/show_bug.cgi?id=50302
282 * editing/text-iterator/findString.html:
283 * editing/text-iterator/findString-expected.txt:
284 * platform/mac-leopard/editing/text-iterator: Removed.
285 * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Removed.
287 2010-11-30 Martin Robinson <mrobinson@igalia.com>
289 Reviewed by Xan Lopez.
291 [GTK] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
292 https://bugs.webkit.org/show_bug.cgi?id=50283
294 Add platform exceptions for these tests. While this change fixes most issues
295 with them there are still bugs with our shadow code which prevents a total
298 * platform/gtk/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
299 * platform/gtk/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
301 2010-11-30 Ryosuke Niwa <rniwa@webkit.org>
303 Reviewed by Ojan Vafai.
305 REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and
306 modify-up-on-rtl-wrapping-text.html fail on all but Mac platform
307 https://bugs.webkit.org/show_bug.cgi?id=50204
309 Fixed the tests. Instead of using "ex" to specify the width of the container div,
310 the tests now auto-detect the correct width by comparing the computed height to
311 the expected height deduced from the height of one line and the expected number of lines.
313 * editing/selection/click-left-of-rtl-wrapping-text-expected.txt:
314 * editing/selection/click-left-of-rtl-wrapping-text.html:
315 * editing/selection/modify-up-on-rtl-wrapping-text.html:
317 2010-11-30 Yael Aharon <yael.aharon@nokia.com>
319 Reviewed by Darin Adler.
321 Progress and meter elements should take a form in their constructor like any other form control.
322 https://bugs.webkit.org/show_bug.cgi?id=50195
324 * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Added.
325 * fast/dom/HTMLMeterElement/meter-element-form.html: Added.
326 * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Added.
327 * fast/dom/HTMLProgressElement/progress-element-form.html: Added.
329 2010-11-30 Tony Chang <tony@chromium.org>
331 Unreviewed, remove dupe expectation for chromium win drt.
333 * platform/chromium/drt_expectations.txt:
335 2010-11-30 Tony Chang <tony@chromium.org>
337 Unreviewed, try to green the chromium win DRT bot.
339 * platform/chromium/drt_expectations.txt:
341 2010-11-30 Ojan Vafai <ojan@chromium.org>
343 [chromium] Mark failing tests after http://trac.webkit.org/changeset/72962/
344 to green the chromium tree.
346 * platform/chromium/test_expectations.txt:
348 2010-11-30 Chris Guillory <chris.guillory@google.com>
350 Reviewed by Chris Fleizach.
352 Computing style on a stale node while sending pending accessibility notification.
353 https://bugs.webkit.org/show_bug.cgi?id=50162
355 * accessibility/image-map-title-causes-crash-expected.txt: Added.
356 * accessibility/image-map-title-causes-crash.html: Added.
358 2010-11-30 Ojan Vafai <ojan@chromium.org>
360 [chromium] Add new expected result after http://trac.webkit.org/changeset/72689
361 and update test expectations to match the builders and pull the appropriate bits
362 from the downstream expectations file.
364 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
365 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
366 * platform/chromium/test_expectations.txt:
368 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
370 Reviewed by Xan Lopez.
372 GTK: AX: implement press in DRT
373 https://bugs.webkit.org/show_bug.cgi?id=36146
375 Unskipped test accessibility/label-element-press.html.
377 * platform/gtk/Skipped: Unskip passing test.
379 2010-11-30 Daniel Bates <dbates@rim.com>
381 Reviewed by David Hyatt.
383 Focused <area> should use CSS properties of <area> instead of associated <img>
384 https://bugs.webkit.org/show_bug.cgi?id=49888
386 Updated the test result for test fast/images/imagemap-focus-ring.html. Added
387 test to verify that the color of the focus ring for a focused <area> is
388 the outline-color specified by the :focus pseudo-class .
390 Also, added tests to ensure that outline-color is not inherited (by default) as per
391 section 18.4 of the CSS 2.1 spec <http://www.w3.org/TR/CSS2/ui.html#dynamic-outlines>,
392 unless explicitly inherited.
394 * fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map.html: Added.
395 * fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map.html: Added.
396 * fast/images/imagemap-focus-ring-outline-color.html: Added.
397 * platform/mac/fast/images/imagemap-focus-ring-expected.checksum: Updated result.
398 * platform/mac/fast/images/imagemap-focus-ring-expected.png: Ditto.
399 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.checksum: Added.
400 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Added.
401 * platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.txt: Added.
402 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.checksum: Added.
403 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Added.
404 * platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt: Added.
405 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.checksum: Added.
406 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
407 * platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt: Added.
409 2010-11-30 Ojan Vafai <ojan@chromium.org>
411 [chromium] Update expectations to de-orange the builders.
413 * platform/chromium-gpu/test_expectations.txt:
414 * platform/chromium/test_expectations.txt:
416 2010-11-30 Daniel Bates <dbates@rim.com>
418 Reviewed by Alexey Proskuryakov.
420 Change and focus events happen in different order if using tab vs. clicking
421 https://bugs.webkit.org/show_bug.cgi?id=6181
423 Tests to ensure adherence to section 7.4.2 of the HTML5 spec.
424 <http://www.w3.org/TR/html5/editing.html#focus-management> with respect to
425 focusing on an <input>, modifying its contents, and defocusing it either by
426 pressing the tab key or clicking on another element.
428 * fast/events/check-defocus-event-order-when-triggered-by-mouse-click-expected.txt: Added.
429 * fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html: Added.
430 * fast/events/check-defocus-event-order-when-triggered-by-tab-expected.txt: Added.
431 * fast/events/check-defocus-event-order-when-triggered-by-tab.html: Added.
432 * fast/events/resources/record-events.js: Added.
433 (registerElementsAndEventsToRecord):
434 (beginRecordingEvents.callback):
435 (beginRecordingEvents):
436 (endRecordingEvents.callback):
437 (endRecordingEvents):
438 (_processEachRegisteredElement):
440 (checkThatEventsFiredInOrder.eventTarget):
441 (checkThatEventsFiredInOrder.elementIdOrTagName):
442 (checkThatEventsFiredInOrder):
444 2010-11-30 Xiaomei Ji <xji@chromium.org>
446 Reviewed by David Hyatt.
448 Scroll position might not be exactly the same after page ZoomIn and ZoomOut, for example, they are not exactly the same in Windows platform.
449 Change to test that the scroll position before and after ZoomIn/Out are close enough.
450 Rebaseline horizontal-scrollbar-when-dir-change in Win7.
452 * fast/dom/horizontal-scrollbar-in-rtl.html:
453 * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt:
455 2010-11-30 Ojan Vafai <ojan@chromium.org>
457 [chromium] New expected result after http://trac.webkit.org/changeset/72926/.
458 That patch unintentionally fixed a bug where the skia codepath was drawing paths twice.
459 The new results better match the platform/mac results (borders are grey instead of black).
461 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
462 * platform/chromium-linux/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
463 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
464 * platform/chromium-linux/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
465 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
466 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
467 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
468 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
469 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
470 * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
471 * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
472 * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
473 * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.checksum:
474 * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.png:
475 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.checksum:
476 * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png:
477 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
478 * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png:
479 * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.checksum:
480 * platform/chromium-linux/svg/custom/pattern-incorrect-tiling-expected.png:
481 * platform/chromium-linux/svg/custom/recursive-gradient-expected.checksum:
482 * platform/chromium-linux/svg/custom/recursive-gradient-expected.png:
483 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.checksum:
484 * platform/chromium-linux/svg/custom/relative-sized-content-with-resources-expected.png:
485 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
486 * platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
487 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
488 * platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
489 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
490 * platform/chromium-win/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
491 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
492 * platform/chromium-win/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
493 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
494 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
495 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
496 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
497 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.checksum:
498 * platform/chromium-win/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
499 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
500 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
501 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.checksum:
502 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.png:
503 * platform/chromium-win/svg/batik/paints/patternRegions-expected.checksum:
504 * platform/chromium-win/svg/batik/paints/patternRegions-expected.png:
505 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.checksum:
506 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png:
507 * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.checksum:
508 * platform/chromium-win/svg/custom/pattern-incorrect-tiling-expected.png:
509 * platform/chromium-win/svg/custom/pattern-y-offset-expected.checksum:
510 * platform/chromium-win/svg/custom/pattern-y-offset-expected.png:
511 * platform/chromium-win/svg/custom/recursive-gradient-expected.checksum:
512 * platform/chromium-win/svg/custom/recursive-gradient-expected.png:
513 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.checksum:
514 * platform/chromium-win/svg/custom/relative-sized-content-with-resources-expected.png:
515 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum:
516 * platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
517 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum:
518 * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
519 * platform/chromium/test_expectations.txt:
521 2010-11-30 Alpha Lam <hclam@chromium.org>
525 Update test expectations for Chromium to enable expectation analyzer for video.
527 * platform/chromium/test_expectations.txt:
529 2010-11-30 Dan Bernstein <mitz@apple.com>
531 Added Leopard-specific results for editing/text-iterator/findString.html. In the Leopard version
532 of ICU, the full stop character is a word separator, so an at-word-starts search for "org" in
533 "webkit.org" matches.
535 * platform/mac-leopard/editing/text-iterator: Added.
536 * platform/mac-leopard/editing/text-iterator/findString-expected.txt: Copied from LayoutTests/editing/text-iterator/findString-expected.txt.
538 2010-11-30 Vitaly Repeshko <vitalyr@chromium.org>
542 [chromium] Updating test expectations.
544 * platform/chromium/test_expectations.txt:
546 2010-11-30 Dan Bernstein <mitz@apple.com>
548 Reviewed by Anders Carlsson.
550 <rdar://problem/8710645> WebKitTestRunner needs layoutTestController.findString
551 https://bugs.webkit.org/show_bug.cgi?id=50238
553 * platform/mac-wk2/Skipped: Removed editing/text-iterator/findString.html.
555 2010-11-30 Xiaomei Ji <xji@chromium.org>
557 Reviewed by David Hyatt.
559 Unskip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html in Chromium and Win7.
560 Rebaseline after r72852.
561 https://bugs.webkit.org/show_bug.cgi?id=50203
563 * platform/chromium/test_expectations.txt:
564 * platform/win/Skipped:
565 * platform/win/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
566 * platform/win/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
568 2010-11-30 Adam Roben <aroben@apple.com>
570 Try to fix timing-out tests on WebKit2 by skipping an earlier test
572 I'll file a bug if this fixes the problem.
574 * platform/mac-wk2/Skipped:
576 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
578 Reviewed by Chris Fleizach.
580 ASSERT failing for combo boxes when selection changes
581 https://bugs.webkit.org/show_bug.cgi?id=50062
583 * fast/forms/select-option-accesskey-crash-expected.txt: Added.
584 * fast/forms/select-option-accesskey-crash.html: Added
586 2010-11-30 Satish Sampath <satish@chromium.org>
588 Unreviewed, updating a speech input pixel test expectations with new baselines.
590 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.checksum:
591 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
592 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
593 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
594 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
595 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
596 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.checksum:
597 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
598 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
599 * platform/chromium/test_expectations.txt:
601 2010-11-30 Alexey Proskuryakov <ap@apple.com>
603 Reviewed by Darin Adler and Geoff Garen.
605 https://bugs.webkit.org/show_bug.cgi?id=44152
606 <rdar://problem/8324423> CSSOM should match DOM in discarding wrapper-less parents.
608 * fast/dom/StyleSheet/detached-parent-rule-without-wrapper-expected.txt: Added.
609 * fast/dom/StyleSheet/detached-parent-rule-without-wrapper.html: Added.
610 * fast/dom/StyleSheet/detached-stylesheet-without-wrapper-expected.txt: Added.
611 * fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html: Added.
613 2010-11-30 Ojan Vafai <ojan@chromium.org>
615 [chromium] Rebaselines. Details below.
617 * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.checksum: Added.
618 * platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png: Added.
619 Just scrollbar pixel differences.
621 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
622 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
623 * platform/chromium-linux/svg/carto.net/selectionlist-expected.checksum:
624 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
625 * platform/chromium-linux/svg/custom/image-small-width-height-expected.checksum:
626 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
627 https://bugs.webkit.org/show_bug.cgi?id=50206
629 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.checksum:
630 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.png:
631 * platform/chromium-mac/fast/block/basic/truncation-rtl-expected.txt: Added.
632 Completes http://trac.webkit.org/changeset/72875/
634 * platform/chromium-win/fast/overflow/overflow-update-transform-expected.checksum: Added.
635 * platform/chromium-win/fast/overflow/overflow-update-transform-expected.png: Added.
636 Just scrollbar pixel differences.
638 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
639 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
640 * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
641 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
642 * platform/chromium-win/svg/custom/image-small-width-height-expected.checksum:
643 * platform/chromium-win/svg/custom/image-small-width-height-expected.png:
644 https://bugs.webkit.org/show_bug.cgi?id=50206
646 * platform/chromium/test_expectations.txt:
648 2010-11-30 Vitaly Repeshko <vitalyr@chromium.org>
652 [chromium] Updating test expectations.
654 * platform/chromium/test_expectations.txt:
656 2010-11-30 Helder Correia <helder@sencha.com>
658 Reviewed by Kenneth Rohde Christiansen.
660 New fast canvas test to ensure correct behavior of canvas with
661 drawImage + shadow after scaling
662 https://bugs.webkit.org/show_bug.cgi?id=50202
664 The shadow offsets of the drawn images must not be affected by the
665 scaling transformation.
667 * fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added.
668 * fast/canvas/canvas-scale-drawImage-shadow.html: Added.
669 * fast/canvas/script-tests/canvas-scale-drawImage-shadow.js: Added.
671 2010-11-25 Satish Sampath <satish@chromium.org>
673 Reviewed by Kent Tamura.
675 Fix rendering of speech button when setting the attribute dynamically.
676 https://bugs.webkit.org/show_bug.cgi?id=50077
678 * fast/speech/input-appearance-speechbutton.html:
680 2010-11-30 Adam Roben <aroben@apple.com>
682 Fix recently-added bug numbers
684 * platform/gtk/Skipped:
685 * platform/qt/Skipped:
686 * platform/win/Skipped:
688 2010-11-30 John Knottenbelt <jknotten@chromium.org>
690 Reviewed by David Levin.
692 V8 binding for DOMTimeStamp should be Number, not Date
693 https://bugs.webkit.org/show_bug.cgi?id=49963
695 * fast/dom/domtimestamp-is-number-expected.txt: Added.
696 * fast/dom/domtimestamp-is-number.html: Added.
697 * fast/dom/script-tests/domtimestamp-is-number.js: Added.
700 2010-11-30 Adam Roben <aroben@apple.com>
702 Update mac-wk2 Skipped file and add some bug numbers to other Skipped
705 * platform/mac-wk2/Skipped: Added current failures.
707 * platform/gtk/Skipped:
708 * platform/qt/Skipped:
709 * platform/win/Skipped:
710 Added bug numbers for implementing layoutTestController.findString.
712 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
714 Unreviewed, rolling out r72902.
715 http://trac.webkit.org/changeset/72902
716 https://bugs.webkit.org/show_bug.cgi?id=50062
718 This change is causing layout test failures on the Tests bots
719 for the mac platform.
721 * accessibility/select-menulist-crash-expected.txt: Removed.
722 * accessibility/select-menulist-crash.html: Removed.
724 2010-11-30 Mario Sanchez Prada <msanchez@igalia.com>
726 Reviewed by Darin Adler.
728 ASSERT failing for combo boxes when selection changes
729 https://bugs.webkit.org/show_bug.cgi?id=50062
731 * accessibility/select-menulist-crash-expected.txt: Added.
732 * accessibility/select-menulist-crash.html: Added.
734 2010-11-30 Helder Correia <helder@sencha.com>
736 Reviewed by Kenneth Rohde Christiansen.
738 [Qt] Path stroke shadow has incorrect behavior when using ctx.scale(x,y)
739 https://bugs.webkit.org/show_bug.cgi?id=50198
741 New fast canvas test to ensure correct behavior of path stroke shadow
744 * fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Added.
745 * fast/canvas/canvas-scale-strokePath-shadow.html: Added.
746 * fast/canvas/script-tests/canvas-scale-strokePath-shadow.js: Added.
748 2010-11-30 Nikolas Zimmermann <nzimmermann@rim.com>
752 Update mac-leopard pixel baseline to pass with tolerance 0.
753 Update svg/dom/SVGTransformList-basics.xhtml mac baseline, after my last SVGList commit.
755 * platform/mac-leopard/svg/batik/text/smallFonts-expected.checksum:
756 * platform/mac-leopard/svg/batik/text/smallFonts-expected.png:
757 * platform/mac-leopard/svg/batik/text/smallFonts-expected.txt:
758 * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum:
759 * platform/mac/svg/dom/SVGTransformList-basics-expected.png:
761 2010-11-30 Helder Correia <helder@sencha.com>
763 Reviewed by Kenneth Rohde Christiansen.
765 [Qt] Path filling should keep shadow offset after context scaling
766 https://bugs.webkit.org/show_bug.cgi?id=50194
768 New fast canvas test to ensure correct behavior of path fill shadow
771 * fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
772 * fast/canvas/canvas-scale-fillPath-shadow.html: Added.
773 * fast/canvas/script-tests/canvas-scale-fillPath-shadow.js: Added.
775 2010-11-30 Csaba Osztrogonác <ossy@webkit.org>
777 Reviewed by Andreas Kling.
779 [Qt] Fix bugs when building WebKit with Qt 4.7.1
780 https://bugs.webkit.org/show_bug.cgi?id=46248
782 Migrate to Qt 4.7.1, add failing tests to the Skipped list,
783 remove passing tests from Skipped list, update expected files.
785 * platform/qt/Skipped:
786 * platform/qt/css1/basic/class_as_selector-expected.txt:
787 * platform/qt/css1/basic/comments-expected.txt:
788 * platform/qt/css1/basic/containment-expected.txt:
789 * platform/qt/css1/basic/contextual_selectors-expected.txt:
790 * platform/qt/css1/basic/grouping-expected.txt:
791 * platform/qt/css1/basic/id_as_selector-expected.txt:
792 * platform/qt/css1/basic/inheritance-expected.txt:
793 * platform/qt/css1/box_properties/border-expected.txt:
794 * platform/qt/css1/box_properties/border_bottom-expected.txt:
795 * platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
796 * platform/qt/css1/box_properties/border_bottom_width-expected.txt:
797 * platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
798 * platform/qt/css1/box_properties/border_color-expected.txt:
799 * platform/qt/css1/box_properties/border_color_inline-expected.txt:
800 * platform/qt/css1/box_properties/border_inline-expected.txt:
801 * platform/qt/css1/box_properties/border_left-expected.txt:
802 * platform/qt/css1/box_properties/border_left_inline-expected.txt:
803 * platform/qt/css1/box_properties/border_left_width-expected.txt:
804 * platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
805 * platform/qt/css1/box_properties/border_right-expected.txt:
806 * platform/qt/css1/box_properties/border_right_inline-expected.txt:
807 * platform/qt/css1/box_properties/border_right_width-expected.txt:
808 * platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
809 * platform/qt/css1/box_properties/border_style-expected.txt:
810 * platform/qt/css1/box_properties/border_style_inline-expected.txt:
811 * platform/qt/css1/box_properties/border_top-expected.txt:
812 * platform/qt/css1/box_properties/border_top_inline-expected.txt:
813 * platform/qt/css1/box_properties/border_top_width-expected.txt:
814 * platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
815 * platform/qt/css1/box_properties/border_width-expected.txt:
816 * platform/qt/css1/box_properties/border_width_inline-expected.txt:
817 * platform/qt/css1/box_properties/clear-expected.txt:
818 * platform/qt/css1/box_properties/clear_float-expected.txt:
819 * platform/qt/css1/box_properties/float-expected.txt:
820 * platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
821 * platform/qt/css1/box_properties/float_margin-expected.txt:
822 * platform/qt/css1/box_properties/height-expected.txt:
823 * platform/qt/css1/box_properties/margin-expected.txt:
824 * platform/qt/css1/box_properties/margin_bottom-expected.txt:
825 * platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
826 * platform/qt/css1/box_properties/margin_inline-expected.txt:
827 * platform/qt/css1/box_properties/margin_left-expected.txt:
828 * platform/qt/css1/box_properties/margin_left_inline-expected.txt:
829 * platform/qt/css1/box_properties/margin_right-expected.txt:
830 * platform/qt/css1/box_properties/margin_right_inline-expected.txt:
831 * platform/qt/css1/box_properties/margin_top-expected.txt:
832 * platform/qt/css1/box_properties/margin_top_inline-expected.txt:
833 * platform/qt/css1/box_properties/padding-expected.txt:
834 * platform/qt/css1/box_properties/padding_bottom-expected.txt:
835 * platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
836 * platform/qt/css1/box_properties/padding_inline-expected.txt:
837 * platform/qt/css1/box_properties/padding_left-expected.txt:
838 * platform/qt/css1/box_properties/padding_left_inline-expected.txt:
839 * platform/qt/css1/box_properties/padding_right-expected.txt:
840 * platform/qt/css1/box_properties/padding_right_inline-expected.txt:
841 * platform/qt/css1/box_properties/padding_top-expected.txt:
842 * platform/qt/css1/box_properties/padding_top_inline-expected.txt:
843 * platform/qt/css1/box_properties/width-expected.txt:
844 * platform/qt/css1/cascade/cascade_order-expected.txt:
845 * platform/qt/css1/cascade/important-expected.txt:
846 * platform/qt/css1/classification/display-expected.txt:
847 * platform/qt/css1/classification/list_style-expected.txt:
848 * platform/qt/css1/classification/list_style_image-expected.txt:
849 * platform/qt/css1/classification/list_style_position-expected.txt:
850 * platform/qt/css1/classification/list_style_type-expected.txt:
851 * platform/qt/css1/color_and_background/background-expected.txt:
852 * platform/qt/css1/color_and_background/background_attachment-expected.txt:
853 * platform/qt/css1/color_and_background/background_color-expected.txt:
854 * platform/qt/css1/color_and_background/background_image-expected.txt:
855 * platform/qt/css1/color_and_background/background_position-expected.txt:
856 * platform/qt/css1/color_and_background/background_repeat-expected.txt:
857 * platform/qt/css1/color_and_background/color-expected.txt:
858 * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
859 * platform/qt/css1/font_properties/font-expected.txt:
860 * platform/qt/css1/font_properties/font_family-expected.txt:
861 * platform/qt/css1/font_properties/font_size-expected.txt:
862 * platform/qt/css1/font_properties/font_style-expected.txt:
863 * platform/qt/css1/font_properties/font_variant-expected.txt:
864 * platform/qt/css1/font_properties/font_weight-expected.txt:
865 * platform/qt/css1/formatting_model/canvas-expected.txt:
866 * platform/qt/css1/formatting_model/floating_elements-expected.txt:
867 * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
868 * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
869 * platform/qt/css1/formatting_model/inline_elements-expected.txt:
870 * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
871 * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
872 * platform/qt/css1/pseudo/anchor-expected.txt:
873 * platform/qt/css1/pseudo/firstletter-expected.txt:
874 * platform/qt/css1/pseudo/firstline-expected.txt:
875 * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
876 * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
877 * platform/qt/css1/text_properties/letter_spacing-expected.txt:
878 * platform/qt/css1/text_properties/line_height-expected.txt:
879 * platform/qt/css1/text_properties/text_align-expected.txt:
880 * platform/qt/css1/text_properties/text_decoration-expected.txt:
881 * platform/qt/css1/text_properties/text_indent-expected.txt:
882 * platform/qt/css1/text_properties/text_transform-expected.txt:
883 * platform/qt/css1/text_properties/vertical_align-expected.txt:
884 * platform/qt/css1/text_properties/word_spacing-expected.txt:
885 * platform/qt/css1/units/color_units-expected.txt:
886 * platform/qt/css1/units/length_units-expected.txt:
887 * platform/qt/css1/units/percentage_units-expected.txt:
888 * platform/qt/css1/units/urls-expected.txt:
889 * platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
890 * platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
891 * platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
892 * platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
893 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt:
894 * platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
895 * platform/qt/editing/pasteboard/5027857-expected.txt:
896 * platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
897 * platform/qt/editing/pasteboard/paste-pre-001-expected.txt:
898 * platform/qt/editing/pasteboard/paste-pre-002-expected.txt:
899 * platform/qt/editing/pasteboard/paste-text-019-expected.txt:
900 * platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
901 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
902 * platform/qt/fast/dom/gc-10-expected.txt:
903 * platform/qt/fast/forms/isindex-placeholder-expected.txt:
904 * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
905 * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
906 * platform/qt/fast/lists/003-vertical-expected.txt:
907 * platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
908 * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
909 * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
910 * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
911 * platform/qt/svg/custom/bug45331-expected.txt:
912 * platform/qt/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt:
914 2010-11-29 Dan Bernstein <mitz@apple.com>
916 Skip editing/text-iterator/findString.html on platforms that do not have an implementation of
917 layoutTestController.findString()
919 * platform/gtk/Skipped:
920 * platform/qt/Skipped:
921 * platform/win/Skipped:
923 2010-11-29 MORITA Hajime <morrita@google.com>
925 Unreviewed, updated expectations (unskip some passing tests).
927 * platform/chromium/test_expectations.txt:
929 2010-11-29 Dan Bernstein <mitz@apple.com>
931 Reviewed by Darin Adler.
933 Added text search tests, in particular testing word-prefix search.
934 https://bugs.webkit.org/show_bug.cgi?id=50038
936 * editing/text-iterator/findString-expected.txt: Added.
937 * editing/text-iterator/findString.html: Added.
939 2010-11-29 Ojan Vafai <ojan@chromium.org>
941 [chromium] Fix expectations for fast/block/basic/truncation-rtl.html
942 * platform/chromium/test_expectations.txt:
944 2010-11-29 Dai Mikurube <dmikurube@google.com>
946 Reviewed by Kent Tamura.
948 when empty, clicking "down" on outer-spin-button returns "max value"
949 https://bugs.webkit.org/show_bug.cgi?id=45491
951 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Added.
952 * fast/forms/input-stepup-stepdown-from-renderer.html: Added.
953 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Added.
955 (setInputAttributes):
958 (stepUpExplicitBounds):
959 (stepDownExplicitBounds):
961 2010-11-29 Ojan Vafai <ojan@chromium.org>
963 Update listing for spatial nav tests after they were moved
964 in http://trac.webkit.org/changeset/72880/.
966 * platform/chromium/test_expectations.txt:
968 2010-11-24 Kinuko Yasuda <kinuko@chromium.org>
970 Unreviewed; updating test expectations.
972 * fast/filesystem/async-operations-expected.txt:
973 * fast/filesystem/read-directory-expected.txt:
974 * fast/filesystem/simple-persistent-expected.txt:
975 * fast/filesystem/simple-temporary-expected.txt:
976 * platform/chromium-linux/fast/filesystem/async-operations-expected.txt: Removed.
978 2010-11-29 Ojan Vafai <ojan@chromium.org>
980 [chromium] Hopefully final modification to text_expectations to green chromium bots.
981 * platform/chromium/test_expectations.txt:
983 2010-11-28 Antonio Gomes <agomes@rim.com>
985 Reviewed by Kenneth Rohde Christiansen.
987 Spatial navigation: move tests to its own feature directory
988 https://bugs.webkit.org/show_bug.cgi?id=50133
990 Patch basically moves all spatial navigation tests out of the fast/events folder,
991 putting them all under /fast/spatial-navigation.
993 Some needed changes in some tests and Skipped files were also made, but there is not
994 any content changes in the tests.
996 * fast/events/spatial-navigation: Moved to fast/spatial-navigation
997 * platform/mac-wk2/Skipped:
998 * platform/qt-wk2/Skipped:
999 * platform/win/Skipped:
1001 2010-11-29 Ojan Vafai <ojan@chromium.org>
1003 [chromium] Rebaseline results after http://trac.webkit.org/changeset/72802/.
1004 The only differences are in the scrollbars.
1005 The original patch included the chromium-linux results in addition to the
1006 platform/mac results.
1008 * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1009 * platform/chromium-mac/svg/custom/svg-parse-overflow-1-expected.png: Added.
1010 * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1011 * platform/chromium-mac/svg/custom/svg-parse-overflow-2-expected.png: Added.
1012 * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1013 * platform/chromium-mac/svg/custom/svg-parse-overflow-3-expected.png: Added.
1014 * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1015 * platform/chromium-mac/svg/custom/svg-parse-overflow-4-expected.png: Added.
1016 * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1017 * platform/chromium-mac/svg/custom/svg-parse-overflow-5-expected.png: Added.
1018 * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1019 * platform/chromium-win/svg/custom/svg-parse-overflow-1-expected.png: Added.
1020 * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1021 * platform/chromium-win/svg/custom/svg-parse-overflow-2-expected.png: Added.
1022 * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1023 * platform/chromium-win/svg/custom/svg-parse-overflow-3-expected.png: Added.
1024 * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1025 * platform/chromium-win/svg/custom/svg-parse-overflow-4-expected.png: Added.
1026 * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1027 * platform/chromium-win/svg/custom/svg-parse-overflow-5-expected.png: Added.
1029 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1031 More unreviewed rebaseline for r72861.
1033 * platform/chromium-linux/editing/selection/home-end-expected.txt: Removed.
1035 2010-11-29 Ojan Vafai <ojan@chromium.org>
1037 [chromium] Some more expectations updates to green chromium bots.
1038 * platform/chromium/test_expectations.txt:
1040 2010-11-29 Xiaomei Ji <xji@chromium.org>
1042 Unreviewed rebaseline for Chromium after r72852.
1044 * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.checksum:
1045 * platform/chromium-linux/fast/block/basic/truncation-rtl-expected.png:
1046 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.checksum:
1047 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.png:
1048 * platform/chromium-win/fast/block/basic/truncation-rtl-expected.txt:
1050 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1052 Unreviewed rebaseline for r72861. Also disabled editing/selection/click-left-of-rtl-wrapping-text.html and
1053 editing/selection/modify-up-on-rtl-wrapping-text.html on Gtk, Qt, Windows, Chromium Windows and Chromium Linux.
1055 * editing/selection/extend-selection-home-end-expected.txt:
1056 * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt:
1057 * platform/chromium-win/editing/selection/home-end-expected.txt:
1058 * platform/chromium/test_expectations.txt:
1059 * platform/gtk/Skipped:
1060 * platform/qt/Skipped:
1061 * platform/win/Skipped:
1062 * platform/win/editing/selection/extend-selection-home-end-expected.txt:
1064 2010-11-29 Chang Shu <chang.shu@nokia.com>
1066 Reviewed by Laszlo Gombos.
1068 Fix the typo in the test case to make it work when ORIENTATION_EVENTS is enabled.
1069 https://bugs.webkit.org/show_bug.cgi?id=50171
1071 * fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt: Removed.
1072 * fast/dom/DeviceOrientation/create-event-onorientationchange.html: Removed.
1073 * fast/dom/DeviceOrientation/create-event-orientationchange-expected.txt: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt.
1074 * fast/dom/DeviceOrientation/create-event-orientationchange.html: Copied from LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange.html.
1075 * fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js: Removed.
1076 * fast/dom/DeviceOrientation/script-tests/create-event-orientationchange.js: Copied from LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js.
1078 2010-11-29 Xiaomei Ji <xji@chromium.org>
1080 Unreviewed fix typo.
1082 * platform/chromium/test_expectations.txt:
1084 2010-11-29 Ojan Vafai <ojan@chromium.org>
1086 [Chromium] Reflection tests are now fixed. Remove from test_expectations.
1088 * platform/chromium/test_expectations.txt:
1090 2010-11-29 Xiaomei Ji <xji@chromium.org>
1094 Temporarily skip fast/dom/horizontal-scrollbar-in-rtl.html and fast/dom/horizontal-scrollbar-when-dir-change.html due to bug 50203 (after r72852).
1096 * platform/chromium/test_expectations.txt:
1097 * platform/win/Skipped:
1099 2010-11-29 Xiaomei Ji <xji@chromium.org>
1101 Unreviewed rebaseline for Win7 after r72852.
1103 * platform/win/fast/block: Added.
1104 * platform/win/fast/block/basic: Added.
1105 * platform/win/fast/block/basic/truncation-rtl-expected.txt: Added.
1107 2010-11-29 Jian Li <jianli@chromium.org>
1109 Reviewed by David Levin.
1111 Add send(ArrayBuffer) to XMLHttpRequest per XMLHttpRequest Level 2 spec
1112 https://bugs.webkit.org/show_bug.cgi?id=50199
1114 * http/tests/xmlhttprequest/resources/post-echo-as-ascii.cgi: Added.
1115 * http/tests/xmlhttprequest/send-array-buffer-expected.txt: Added.
1116 * http/tests/xmlhttprequest/send-array-buffer.html: Added.
1117 * platform/gtk/Skipped:
1118 * platform/qt/Skipped:
1120 2010-11-29 Xiaomei Ji <xji@chromium.org>
1124 Skip fast/dom/tab-in-right-alignment.html for GTK and Win due to
1125 unimplemented textInputController (after r72847).
1127 * platform/gtk/Skipped:
1128 * platform/win/Skipped:
1130 2010-11-29 James Robinson <jamesr@chromium.org>
1132 [chromium] REGRESSION(72470): Crash in skia on some images
1133 https://bugs.webkit.org/show_bug.cgi?id=50201
1137 * platform/chromium-linux/svg/custom/image-rescale-expected.checksum: Removed.
1138 * platform/chromium-linux/svg/custom/image-rescale-expected.png: Removed.
1139 * platform/chromium-linux/svg/custom/image-rescale-expected.txt: Removed.
1140 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.checksum: Removed.
1141 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png: Removed.
1142 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Removed.
1143 * platform/chromium/test_expectations.txt:
1144 * platform/mac/svg/custom/image-rescale-expected.checksum: Removed.
1145 * platform/mac/svg/custom/image-rescale-expected.png: Removed.
1146 * platform/mac/svg/custom/image-rescale-expected.txt: Removed.
1147 * platform/mac/svg/custom/image-rescale-scroll-expected.checksum: Removed.
1148 * platform/mac/svg/custom/image-rescale-scroll-expected.png: Removed.
1149 * platform/mac/svg/custom/image-rescale-scroll-expected.txt: Removed.
1150 * platform/mac/test_expectations.txt:
1151 * svg/custom/image-rescale-scroll.html: Removed.
1152 * svg/custom/image-rescale.svg: Removed.
1153 * svg/custom/resources/image-rescale.jpg: Removed.
1155 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1157 Unreviewed reabseline for r72852.
1159 * platform/gtk/fast/block/basic/truncation-rtl-expected.txt:
1161 2010-11-29 Ryosuke Niwa <rniwa@webkit.org>
1163 Reviewed by David Hyatt.
1165 up arrow doesn't work with RTL text with word wrapping
1166 https://bugs.webkit.org/show_bug.cgi?id=41987
1168 Added tests to ensure WebKit places caret at the right position in soft-wrapping RTL text when clicking
1169 to the left of RTL text or when moving upwards at the end of line.
1171 * editing/selection/click-left-of-rtl-wrapping-text-expected.txt: Added.
1172 * editing/selection/click-left-of-rtl-wrapping-text.html: Added.
1173 * editing/selection/home-end-expected.txt: RTL's expected result now matches LTR's.
1174 * editing/selection/modify-up-on-rtl-wrapping-text-expected.txt: Added.
1175 * editing/selection/modify-up-on-rtl-wrapping-text.html: Added.
1176 * platform/chromium-win/editing/selection/extend-selection-home-end-expected.txt: RTL's expected result now matches LTR's.
1177 * platform/gtk/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1178 * platform/mac/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1179 * platform/win/editing/selection/extend-selection-home-end-expected.txt: Ditto.
1181 2010-11-29 Xiaomei Ji <xji@chromium.org>
1183 Unreviewed rebaseline for r72852.
1185 Rebaseline truncation-rtl-expected.txt after http://trac.webkit.org/changeset/72852
1187 * platform/qt/fast/block/basic/truncation-rtl-expected.txt:
1189 2010-11-29 Xiaomei Ji <xji@chromium.org>
1191 Reviewed by David Hyatt.
1193 Right-to-left pages should be scrollable to reveal left overflow.
1194 https://bugs.webkit.org/show_bug.cgi?id=23556
1196 For RTL page, save left layout overflow and include it into the document
1197 size during layout. Use the left layout overflow when scroll and paint
1198 the page. Behavior on LTR page should be untouched since left layout
1199 overflow is set as 0 for LTR page.
1201 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added.
1202 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added.
1203 * fast/dom/horizontal-scrollbar-in-rtl.html: Added.
1204 * fast/dom/horizontal-scrollbar-when-dir-change.html: Added.
1205 * fast/dom/left-overflow-in-ltr.html: Added.
1206 * fast/dom/right-overflow-in-rtl.html: Added.
1207 * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1208 * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1209 * platform/mac/fast/block/basic/truncation-rtl-expected.checksum:
1210 * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
1211 * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1212 * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1213 * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added.
1214 * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added.
1217 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll-expected.txt: Added.
1218 * fast/dom/horizontal-scrollbar-in-rtl-doesnt-fire-onscroll.html: Added.
1219 * fast/dom/horizontal-scrollbar-in-rtl.html: Added.
1220 * fast/dom/horizontal-scrollbar-when-dir-change.html: Added.
1221 * fast/dom/left-overflow-in-ltr.html: Added.
1222 * fast/dom/right-overflow-in-rtl.html: Added.
1223 * platform/chromium/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1224 * platform/chromium/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1225 * platform/mac/fast/block/basic/truncation-rtl-expected.checksum:
1226 * platform/mac/fast/block/basic/truncation-rtl-expected.txt:
1227 * platform/mac/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
1228 * platform/mac/fast/dom/horizontal-scrollbar-when-dir-change-expected.txt: Added.
1229 * platform/mac/fast/dom/left-overflow-in-ltr-expected.txt: Added.
1230 * platform/mac/fast/dom/right-overflow-in-rtl-expected.txt: Added.
1232 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1234 Reviewed by Ojan Vafai.
1236 bunch of pixel failures after http://trac.webkit.org/changeset/72839/
1237 https://bugs.webkit.org/show_bug.cgi?id=50188
1239 Move the results of overflow-update-transform.html into the platform directory
1240 since they include pixel results.
1242 * fast/overflow/overflow-update-transform-expected.txt: Removed.
1243 * fast/overflow/overflow-update-transform.html:
1244 * platform/mac/fast/overflow/overflow-update-transform-expected.checksum: Added.
1245 * platform/mac/fast/overflow/overflow-update-transform-expected.png: Added.
1246 * platform/mac/fast/overflow/overflow-update-transform-expected.txt: Added.
1247 * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Removed.
1249 2010-11-29 Ojan Vafai <ojan@chromium.org>
1251 Mark tests as failing after http://trac.webkit.org/changeset/72839/.
1253 * platform/chromium/test_expectations.txt:
1255 2010-11-29 Ojan Vafai <ojan@chromium.org>
1257 Mark fast/dom/StyleSheet/gc-declaration-parent-rule.html failing after http://trac.webkit.org/changeset/72833/
1258 * platform/chromium/test_expectations.txt:
1260 2010-11-29 Xiaomei Ji <xji@chromium.org>
1262 Reviewed by David Hyatt.
1264 Fix tab overflow problem when alignment is not left.
1265 https://bugs.webkit.org/show_bug.cgi?id=25459
1267 I checked WordPad in Windows, TextEdit in Mac, OpenOffice, and Google doc.
1268 In all of them, (when the writing mode is horizontal) when the alignment is not
1269 left alignment, the length of tab is computed based on the tab's position
1270 relative to the left start of line, not based on the tab's position relative
1271 to the left edge of the document.
1273 WebKit should follow the same.
1275 The m_xPos in each TextRun should be relative to the left start of the line,
1276 not left start of its containing block (in right alignment and center alignment,
1277 left start of the line is not the same as left start of the containing block).
1278 So, when the text is drawn, the width of tab is consistent with the width
1279 computed in RenderBlock::computeInlineDirectionPositionsForLine().
1281 I did not test vertical writing mode, but I think the same rule should apply.
1283 * fast/dom/tab-in-right-alignment-expected.txt: Added.
1284 * fast/dom/tab-in-right-alignment.html: Added.
1285 * platform/qt/Skipped:
1287 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1289 Add Qt-specific result.
1291 * platform/qt/fast/overflow/overflow-update-transform-expected.txt: Added.
1293 2010-11-29 Dmitry Titov <dimich@chromium.org>
1295 [Chromium] Unreviewed, updated expectations for a test fixed on Chromium side.
1296 http://code.google.com/p/chromium/issues/detail?id=61655
1298 * platform/chromium-mac/security/block-test-no-port-expected.txt: Added.
1299 * platform/chromium-win/security/block-test-no-port-expected.txt: Added.
1300 * platform/chromium/test_expectations.txt:
1302 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1304 Reviewed by Dave Hyatt.
1306 layer()->currentTransform() is stale when layout changes the box size
1307 https://bugs.webkit.org/show_bug.cgi?id=50175
1309 * fast/overflow/overflow-update-transform-expected.txt: Added.
1310 * fast/overflow/overflow-update-transform.html: Added.
1312 2010-11-29 Ojan Vafai <ojan@chromium.org>
1314 [Chromium] Mark tests as failing after http://trac.webkit.org/changeset/72819.
1315 And rebaseline loader/reload-subresource-when-type-changes.html after
1316 http://trac.webkit.org/changeset/72817. The difference is that V8 logs a different
1319 * platform/chromium-mac/loader/reload-subresource-when-type-changes-expected.txt: Added.
1320 * platform/chromium-win/loader/reload-subresource-when-type-changes-expected.txt: Added.
1321 * platform/chromium/test_expectations.txt:
1323 2010-11-29 Yael Aharon <yael.aharon@nokia.com>
1325 Reviewed by Darin Adler.
1327 HTMLFormElement.elements doesn't include fieldsets
1328 https://bugs.webkit.org/show_bug.cgi?id=48193
1330 * fast/forms/form-collection-elements-expected.txt: Added.
1331 * fast/forms/form-collection-elements.html: Added.
1332 * fast/forms/script-tests/form-collection-elements.js: Added.
1334 2010-11-29 Alexey Proskuryakov <ap@apple.com>
1336 Reviewed by Darin Adler.
1338 https://bugs.webkit.org/show_bug.cgi?id=50181
1339 CSS style declarations don't GC protect parents
1341 * fast/dom/StyleSheet/gc-declaration-parent-rule-expected.txt: Added.
1342 * fast/dom/StyleSheet/gc-declaration-parent-rule.html: Added.
1344 2010-11-29 Gavin Peters <gavinp@chromium.org>
1346 Reviewed by Ojan Vafai.
1348 unloadable-script not testing both cases
1349 https://bugs.webkit.org/show_bug.cgi?id=50177
1351 * http/tests/misc/unloadable-script-expected.txt:
1352 * http/tests/misc/unloadable-script.html:
1354 2010-11-29 Cosmin Truta <ctruta@chromium.org>
1356 Reviewed by Nikolas Zimmermann.
1358 getBoundingClientRect: Do not truncate the coordinates to integers
1359 https://bugs.webkit.org/show_bug.cgi?id=48110
1361 Enhanced some of the tests for getBoundingClientRect, and added zooming tests.
1363 * css3/zoom-coords-expected.txt: Updated.
1364 * css3/zoom-coords.xhtml: Wrapped the <svg> elements in a <div>,
1365 to avoid re-layout on zooming or resizing.
1366 Added a test for getBoundingClientRect on unzoomed elements.
1367 * fast/dom/Element/getBoundingClientRect-expected.txt: Updated.
1368 * fast/dom/Element/getBoundingClientRect.html: Accounted for non-integer coordinates;
1369 used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics.
1370 * fast/dom/Range/getBoundingClientRect-expected.txt: Updated.
1371 * fast/dom/Range/getBoundingClientRect.html: Accounted for non-integer coordinates;
1372 used the Ahem font for uniform results; removed the hard-coded dependencies on font metrics.
1373 * platform/chromium-win/fast/dom/Element/getBoundingClientRect-expected.txt: Deleted.
1374 * platform/chromium-win/fast/dom/Range/getBoundingClientRect-expected.txt: Deleted.
1375 * svg/custom/getBBox-js.svg: Fixed indentation.
1376 * svg/custom/getBoundingClientRect.xhtml: Wrapped the <svg> elements in a <div>,
1377 to avoid re-layout on zooming or resizing.
1378 * svg/zoom/page/zoom-getBoundingClientRect-expected.txt: Added.
1379 * svg/zoom/page/zoom-getBoundingClientRect.xhtml: Added.
1380 * svg/zoom/page/zoom-zoom-coords-expected.txt: Added.
1381 * svg/zoom/page/zoom-zoom-coords.xhtml: Added.
1382 * svg/zoom/resources/testPageZoom.js: Added call to completeDynamicTest on post-zoom.
1383 (completeDynamicTest): Added.
1385 2010-11-29 Ojan Vafai <ojan@chromium.org>
1387 Unreviewed build fix.
1389 Mark tests as failing after http://trac.webkit.org/changeset/72817/
1390 to green chromium tree.
1392 * platform/chromium/test_expectations.txt:
1394 2010-11-29 Alexey Proskuryakov <ap@apple.com>
1396 Reviewed by Darin Adler.
1398 https://bugs.webkit.org/show_bug.cgi?id=50165
1399 CSS style rules don't GC protect parents
1401 * fast/dom/StyleSheet/gc-parent-rule-expected.txt: Added.
1402 * fast/dom/StyleSheet/gc-parent-rule.html: Added.
1403 * fast/dom/StyleSheet/gc-parent-stylesheet-expected.txt: Added.
1404 * fast/dom/StyleSheet/gc-parent-stylesheet.html: Added.
1406 2010-11-29 Ojan Vafai <ojan@chromium.org>
1408 Unreviewed. Build fix.
1410 New test expectations and test_expectations update due to http://trac.webkit.org/changeset/72813/.
1412 * platform/chromium-mac/fast/js/regexp-overflow-expected.txt:
1413 * platform/chromium-win/fast/js/regexp-overflow-expected.txt:
1414 * platform/chromium/test_expectations.txt:
1416 2010-11-29 Gavin Peters <gavinp@chromium.org>
1418 Reviewed by Adam Barth.
1420 Web page can prevent WebKit from loading subresources on other
1421 pages (cache poisoning)
1422 https://bugs.webkit.org/show_bug.cgi?id=35404
1424 * http/tests/misc/unloadable-script-expected.txt: Renamed from LayoutTests/fast/loader/unloadable-script-expected.txt.
1425 * http/tests/misc/unloadable-script.html: Renamed from LayoutTests/fast/loader/unloadable-script.html.
1426 * loader/reload-subresource-when-type-changes-expected.txt: Added.
1427 * loader/reload-subresource-when-type-changes.html: Added.
1428 * loader/resources/image1.png: Added.
1429 * loader/resources/image2.png: Added.
1430 * loader/resources/reload-subresource-when-type-changes.js: Added.
1432 2010-11-29 Adam Roben <aroben@apple.com>
1434 Check in new Windows results after r72678
1436 Right-clicking no longer triggers a selection in DRT on Windows, so we
1437 don't match Mac anymore.
1439 * platform/win/editing/selection/5109817-expected.checksum: Added.
1440 * platform/win/editing/selection/5109817-expected.png: Added.
1441 * platform/win/editing/selection/5109817-expected.txt: Added.
1442 * platform/win/editing/selection/5354455-1-expected.txt: Added.
1444 2010-11-29 Simon Fraser <simon.fraser@apple.com>
1446 Reviewed by Dan Bernstein.
1448 Crash in WebCore::CSSStyleSelector::loadPendingImages
1449 https://bugs.webkit.org/show_bug.cgi?id=50149
1451 * fast/reflections/pending-reflection-mask-crash-expected.txt: Added.
1452 * fast/reflections/pending-reflection-mask-crash.html: Added.
1454 2010-11-28 Gavin Barraclough <barraclough@apple.com>
1456 Reviewed by Sam Weinig.
1458 Bug 48100 - YARR allows what seems like a bogus character-class range
1460 Add/update layout test results.
1462 * fast/js/regexp-overflow-expected.txt:
1463 * fast/js/regexp-ranges-and-escaped-hyphens-expected.txt:
1464 * fast/js/script-tests/regexp-overflow.js:
1465 * fast/js/script-tests/regexp-ranges-and-escaped-hyphens.js:
1466 * fast/regex/invalid-range-in-class-expected.txt: Added.
1467 * fast/regex/invalid-range-in-class.html: Added.
1468 * fast/regex/script-tests/invalid-range-in-class.js: Added.
1469 * fast/regex/test1-expected.txt:
1470 * fast/regex/test4-expected.txt:
1471 * fast/regex/testinput4:
1473 2010-11-24 Dimitri Glazkov <dglazkov@chromium.org>
1475 Reviewed by Darin Adler.
1477 REGRESSION (r71934): Main search field at Apple tech specs does not accept typing
1478 https://bugs.webkit.org/show_bug.cgi?id=49868
1480 * fast/forms/disabled-search-input-expected.txt: Added.
1481 * fast/forms/disabled-search-input.html: Added.
1483 2010-11-29 Vitaly Repeshko <vitalyr@chromium.org>
1487 [chromium] Updating test expecations.
1489 * platform/chromium/test_expectations.txt:
1491 2010-11-29 Abhishek Arya <inferno@chromium.org>
1495 Try fixing python test failure from commit 72802.
1497 * platform/mac/test_expectations.txt:
1499 2010-11-29 W. James MacLean <wjmaclean@chromium.org>
1501 Reviewed by Dirk Schulze.
1503 Large input numbers cause overflow during SVG parsing, leading to crash
1504 https://bugs.webkit.org/show_bug.cgi?id=49546
1506 Values outside the range supported by float lead to Infinity() or NaN()
1507 during parsing, leading to subsequent crashes. Modified
1508 parser to verify number is in the supported range, and return false if not.
1510 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1511 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.png: Added.
1512 * platform/chromium-linux/svg/custom/svg-parse-overflow-1-expected.txt: Added.
1513 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1514 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.png: Added.
1515 * platform/chromium-linux/svg/custom/svg-parse-overflow-2-expected.txt: Added.
1516 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1517 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.png: Added.
1518 * platform/chromium-linux/svg/custom/svg-parse-overflow-3-expected.txt: Added.
1519 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1520 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.png: Added.
1521 * platform/chromium-linux/svg/custom/svg-parse-overflow-4-expected.txt: Added.
1522 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1523 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.png: Added.
1524 * platform/chromium-linux/svg/custom/svg-parse-overflow-5-expected.txt: Added.
1525 * platform/chromium/test_expectations.txt:
1526 * platform/mac/svg/custom/svg-parse-overflow-1-expected.checksum: Added.
1527 * platform/mac/svg/custom/svg-parse-overflow-1-expected.png: Added.
1528 * platform/mac/svg/custom/svg-parse-overflow-1-expected.txt: Added.
1529 * platform/mac/svg/custom/svg-parse-overflow-2-expected.checksum: Added.
1530 * platform/mac/svg/custom/svg-parse-overflow-2-expected.png: Added.
1531 * platform/mac/svg/custom/svg-parse-overflow-2-expected.txt: Added.
1532 * platform/mac/svg/custom/svg-parse-overflow-3-expected.checksum: Added.
1533 * platform/mac/svg/custom/svg-parse-overflow-3-expected.png: Added.
1534 * platform/mac/svg/custom/svg-parse-overflow-3-expected.txt: Added.
1535 * platform/mac/svg/custom/svg-parse-overflow-4-expected.checksum: Added.
1536 * platform/mac/svg/custom/svg-parse-overflow-4-expected.png: Added.
1537 * platform/mac/svg/custom/svg-parse-overflow-4-expected.txt: Added.
1538 * platform/mac/svg/custom/svg-parse-overflow-5-expected.checksum: Added.
1539 * platform/mac/svg/custom/svg-parse-overflow-5-expected.png: Added.
1540 * platform/mac/svg/custom/svg-parse-overflow-5-expected.txt: Added.
1541 * platform/mac/test_expectations.txt:
1542 * svg/custom/svg-parse-overflow-1.html: Added.
1543 * svg/custom/svg-parse-overflow-2.html: Added.
1544 * svg/custom/svg-parse-overflow-3.html: Added.
1545 * svg/custom/svg-parse-overflow-4.html: Added.
1546 * svg/custom/svg-parse-overflow-5.html: Added.
1548 2010-11-29 Antonio Gomes <agomes@rim.com>
1550 Rubber stamped by Csaba Osztrogonác.
1552 Clean up mac-wk2 Skipped file wrt spatial navigation tests.
1554 * platform/mac-wk2/Skipped:
1556 2010-11-29 Yury Semikhatsky <yurys@chromium.org>
1558 Reviewed by Pavel Feldman.
1560 Web Inspector: display name of an object constructor as the object's type
1561 https://bugs.webkit.org/show_bug.cgi?id=50063
1563 * inspector/console-object-constructor-name-expected.txt: Added.
1564 * inspector/console-object-constructor-name.html: Added.
1565 * inspector/extensions-events-expected.txt:
1566 * platform/chromium/inspector/console-object-constructor-name-expected.txt: Added.
1568 2010-11-29 Philippe Normand <pnormand@igalia.com>
1570 Unreviewed, skipping crashing test.
1572 [GStreamer] fast/events/tabindex-focus-blur-all.html crashes
1573 https://bugs.webkit.org/show_bug.cgi?id=50155
1575 * platform/gtk/Skipped:
1577 2010-11-29 Dimitri Glazkov <dglazkov@chromium.org>
1579 Reviewed by Darin Adler.
1581 Use the right focusable check to avoid multiple focus/blur events being fired from inside of the shadow DOM.
1582 https://bugs.webkit.org/show_bug.cgi?id=49977
1584 * fast/events/shadow-boundary-crossing-2.html: Added a test for multiple focus events.
1585 * fast/events/shadow-boundary-crossing-2-expected.txt: Added new test expectation.
1587 2010-11-29 Yael Aharon <yael.aharon@nokia.com>
1589 Reviewed by Antonio Gomes.
1591 [Mac] fast/events/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html fails
1592 https://bugs.webkit.org/show_bug.cgi?id=47449
1594 Remove test from skip list, it is passing now.
1596 * platform/mac/Skipped:
1598 2010-11-27 Yael Aharon <yael.aharon@nokia.com>
1600 Reviewed by Antonio Gomes.
1602 [Mac] fast/events/spatial-navigation/snav-iframe-with-offscreen-focusable-element.html fails
1603 https://bugs.webkit.org/show_bug.cgi?id=47448
1605 Remove test from skip list, it is passing now and does not depend on font metrics anymore.
1607 * platform/mac/Skipped:
1609 2010-11-29 Hans Wennborg <hans@chromium.org>
1611 Reviewed by Jeremy Orlow.
1613 IndexedDB: update tutorial.html
1614 https://bugs.webkit.org/show_bug.cgi?id=50140
1616 removeObjectStore() was renamed to deleteObjectStore()
1618 * storage/indexeddb/tutorial.html:
1620 2010-11-29 Helder Correia <helder@sencha.com>
1622 Reviewed by Kenneth Rohde Christiansen.
1624 [Qt] fillRect shadow has incorrect behavior when using ctx.scale(x,y)
1625 https://bugs.webkit.org/show_bug.cgi?id=50141
1627 New fast canvas test to ensure correct fillRect shadow when using
1630 * fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
1631 * fast/canvas/canvas-scale-fillRect-shadow.html: Added.
1632 * fast/canvas/script-tests/canvas-scale-fillRect-shadow.js: Added.
1634 2010-11-28 Dimitri Glazkov <dglazkov@chromium.org>
1636 Reviewed by Darin Adler.
1638 Default event handlers should also be using event retargeting.
1639 https://bugs.webkit.org/show_bug.cgi?id=49986
1641 * fast/events/shadow-boundary-crossing-2.html: Added a test.
1642 * fast/events/shadow-boundary-crossing-2-expected.txt: Modified expectations to include new test.
1644 2010-11-23 MORITA Hajime <morrita@google.com>
1646 Reviewed by Kent Tamura.
1648 REGRESSION: Text on <input type="search"> is not spellchecked.
1649 https://bugs.webkit.org/show_bug.cgi?id=49651
1651 * editing/spelling/spellcheck-attribute.html: Added <input type="search"> cases.
1652 * editing/spelling/spellcheck-attribute-expected.txt:
1654 2010-11-27 Gavin Barraclough <barraclough@apple.com>
1656 Reviewed by Sam Weinig.
1658 Bug 48101 - Yarr gives different results for /(?:a*?){2,}/
1660 Add layout tests for corner cases of repeat matches in regular expressions,
1661 and of the examples documented in the ECMA-262 spec .
1663 * fast/regex/ecma-regex-examples-expected.txt: Added.
1664 * fast/regex/ecma-regex-examples.html: Added.
1665 * fast/regex/repeat-match-waldemar-expected.txt: Added.
1666 * fast/regex/repeat-match-waldemar.html: Added.
1667 * fast/regex/script-tests/ecma-regex-examples.js: Added.
1668 * fast/regex/script-tests/repeat-match-waldemar.js: Added.
1670 2010-11-26 Rob Buis <rwlbuis@gmail.com>
1672 Reviewed by Simon Fraser.
1675 Percentage z offset in transform-origin should make the property invalid
1676 https://bugs.webkit.org/show_bug.cgi?id=48704
1678 * fast/css/script-tests/transform-origin-parsing.js: Added.
1680 * fast/css/transform-origin-parsing-expected.txt: Added.
1681 * fast/css/transform-origin-parsing.html: Added.
1683 2010-11-26 Ilya Tikhonovsky <loislo@chromium.org>
1685 Unreviewed fix for chromium test expectations.
1687 * platform/chromium-gpu/test_expectations.txt:
1688 added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT
1690 2010-11-26 Andrei Popescu <andreip@google.com>
1692 Reviewed by Jeremy Orlow.
1694 IDBDatabase and IDBObjectStore remove* methods should be renamed to delete*
1695 https://bugs.webkit.org/show_bug.cgi?id=50113
1697 * storage/indexeddb/objectstore-basics-expected.txt:
1698 * storage/indexeddb/objectstore-basics.html:
1699 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1700 * storage/indexeddb/objectstore-removeobjectstore.html:
1701 * storage/indexeddb/resources/shared.js:
1702 (deleteAllObjectStores):
1703 * storage/indexeddb/transaction-basics-expected.txt:
1704 * storage/indexeddb/transaction-basics.html:
1706 2010-11-26 Sheriff Bot <webkit.review.bot@gmail.com>
1708 Unreviewed, rolling out r72701.
1709 http://trac.webkit.org/changeset/72701
1710 https://bugs.webkit.org/show_bug.cgi?id=50114
1712 REGRESSION: bad transform matrix on content layer (Requested
1713 by backer on #webkit).
1715 * compositing/lots-of-img-layers-with-opacity.html: Removed.
1716 * compositing/lots-of-img-layers.html: Removed.
1717 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Removed.
1718 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Removed.
1719 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Removed.
1720 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed.
1721 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Removed.
1722 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed.
1723 * platform/chromium-gpu/test_expectations.txt:
1724 * platform/mac/compositing/lots-of-img-layers-expected.checksum: Removed.
1725 * platform/mac/compositing/lots-of-img-layers-expected.png: Removed.
1726 * platform/mac/compositing/lots-of-img-layers-expected.txt: Removed.
1727 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Removed.
1728 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Removed.
1729 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Removed.
1731 2010-11-26 Jeremy Orlow <jorlow@chromium.org>
1733 Reviewed by Steve Block.
1735 Make IDBKeyRange match the spec
1736 https://bugs.webkit.org/show_bug.cgi?id=50105
1738 Remove flags and instead add two booleans for being open.
1739 Change left to lower and right to upper everywhere.
1741 * storage/indexeddb/constants-expected.txt:
1742 * storage/indexeddb/constants.html:
1743 * storage/indexeddb/index-cursor.html:
1744 * storage/indexeddb/keyrange-expected.txt:
1745 * storage/indexeddb/keyrange.html:
1746 * storage/indexeddb/objectstore-cursor.html:
1747 * storage/indexeddb/open-cursor.html:
1748 * storage/indexeddb/tutorial.html:
1750 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1752 Reviewed by Steve Block.
1754 Convert open*Cursor and createIndex over to using OptionsObject
1755 https://bugs.webkit.org/show_bug.cgi?id=50093
1757 * storage/indexeddb/index-cursor.html:
1758 * storage/indexeddb/objectstore-basics-expected.txt:
1759 * storage/indexeddb/objectstore-basics.html:
1760 * storage/indexeddb/objectstore-cursor.html:
1761 * storage/indexeddb/open-cursor-expected.txt:
1762 * storage/indexeddb/open-cursor.html:
1763 * storage/indexeddb/tutorial.html:
1765 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1767 Reviewed by Steve Block.
1769 Clean up IDBDatabase.transaction and add checks to IDBTransaction.objectStore
1770 https://bugs.webkit.org/show_bug.cgi?id=50081
1772 * storage/indexeddb/create-and-remove-object-store-expected.txt: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore-expected.txt.
1773 * storage/indexeddb/create-and-remove-object-store.html: Renamed from LayoutTests/storage/indexeddb/createAndRemoveObjectStore.html.
1774 * storage/indexeddb/create-object-store-options-expected.txt:
1775 * storage/indexeddb/create-object-store-options.html:
1776 * storage/indexeddb/resources/shared.js:
1777 (evalAndExpectException):
1778 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: Added.
1779 * storage/indexeddb/transaction-and-objectstore-calls.html: Added.
1780 * storage/indexeddb/tutorial.html:
1782 2010-11-26 Ilya Tikhonovsky <loislo@chromium.org>
1784 Unreviewed fix for chromium test expectations.
1785 fast/canvas/canvas-createPattern-fillRect-shadow.html was disabled
1788 * platform/chromium/test_expectations.txt:
1789 added: BUGWK50112 WIN LINUX : fast/canvas/canvas-createPattern-fillRect-shadow.html = TEXT
1791 2010-11-26 Hans Wennborg <hans@chromium.org>
1793 Reviewed by Jeremy Orlow.
1795 IndexedDB: Test inserting invalid values in object store
1796 https://bugs.webkit.org/show_bug.cgi?id=50110
1798 Add tests to make sure we throw exceptions when a user tries
1799 to insert invalid data in the object store.
1801 * storage/indexeddb/objectstore-basics-expected.txt:
1802 * storage/indexeddb/objectstore-basics.html:
1804 2010-11-26 Helder Correia <helder@sencha.com>
1806 Reviewed by Ariya Hidayat.
1808 [Qt] Blur shadow for rectangle fill
1809 https://bugs.webkit.org/show_bug.cgi?id=44488
1811 New fast canvas test to ensure fillRect shadow (with and without blur).
1813 * fast/canvas/canvas-fillRect-shadow-expected.txt: Added.
1814 * fast/canvas/canvas-fillRect-shadow.html: Added.
1815 * fast/canvas/script-tests/canvas-fillRect-shadow.js: Added.
1817 2010-11-26 Helder Correia <helder@sencha.com>
1819 Reviewed by Kenneth Rohde Christiansen.
1821 New fast canvas test: createPattern + fillRect with shadow
1822 https://bugs.webkit.org/show_bug.cgi?id=50104
1824 Ensure that fillRect works correctly with an image pattern with
1825 transparency set as the fillStyle.
1827 * fast/canvas/canvas-createPattern-fillRect-shadow-expected.txt: Added.
1828 * fast/canvas/canvas-createPattern-fillRect-shadow.html: Added.
1829 * fast/canvas/script-tests/canvas-createPattern-fillRect-shadow.js: Added.
1831 2010-11-25 Andrey Kosyakov <caseq@chromium.org>
1833 Reviewed by Pavel Feldman.
1835 Web Inspector: LayoutTest/inspector/extnesions.html is flaky
1836 https://bugs.webkit.org/show_bug.cgi?id=50076
1838 * inspector/extensions-test.js:
1839 (initialize_ExtensionsTest.dumpSidebarContent):
1841 2010-11-26 Hans Wennborg <hans@chromium.org>
1843 Reviewed by Jeremy Orlow.
1845 IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
1846 https://bugs.webkit.org/show_bug.cgi?id=50102
1848 Update layout tests to use the new name.
1850 * storage/indexeddb/database-basics-expected.txt:
1851 * storage/indexeddb/database-basics.html:
1852 * storage/indexeddb/database-quota-expected.txt:
1853 * storage/indexeddb/database-quota.html:
1854 * storage/indexeddb/objectstore-basics-expected.txt:
1855 * storage/indexeddb/objectstore-basics.html:
1856 * storage/indexeddb/resources/shared.js:
1857 (deleteAllObjectStores):
1858 * storage/indexeddb/transaction-basics-expected.txt:
1859 * storage/indexeddb/transaction-basics.html:
1860 * storage/indexeddb/tutorial.html:
1862 2010-11-26 Andrei Popescu <andreip@google.com>
1864 Reviewed by Jeremy Orlow.
1866 IDBFactory::open should not have a description argument.
1867 https://bugs.webkit.org/show_bug.cgi?id=50087
1869 * storage/indexeddb/basics-expected.txt:
1870 * storage/indexeddb/basics.html:
1871 * storage/indexeddb/createAndRemoveObjectStore-expected.txt:
1872 * storage/indexeddb/createAndRemoveObjectStore.html:
1873 * storage/indexeddb/database-basics-expected.txt:
1874 * storage/indexeddb/database-basics.html:
1875 * storage/indexeddb/database-quota-expected.txt:
1876 * storage/indexeddb/database-quota.html:
1877 * storage/indexeddb/duplicates-expected.txt:
1878 * storage/indexeddb/duplicates.html:
1879 * storage/indexeddb/index-basics-expected.txt:
1880 * storage/indexeddb/index-basics.html:
1881 * storage/indexeddb/index-cursor-expected.txt:
1882 * storage/indexeddb/index-cursor.html:
1883 * storage/indexeddb/objectstore-basics-expected.txt:
1884 * storage/indexeddb/objectstore-basics.html:
1885 * storage/indexeddb/objectstore-cursor-expected.txt:
1886 * storage/indexeddb/objectstore-cursor.html:
1887 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1888 * storage/indexeddb/objectstore-removeobjectstore.html:
1889 * storage/indexeddb/open-cursor-expected.txt:
1890 * storage/indexeddb/open-cursor.html:
1891 * storage/indexeddb/queued-commands-expected.txt:
1892 * storage/indexeddb/queued-commands.html:
1893 * storage/indexeddb/transaction-basics-expected.txt:
1894 * storage/indexeddb/transaction-basics.html:
1895 * storage/indexeddb/tutorial.html:
1897 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1899 Unreviewed Chromium test expectaion change.
1900 fast/css/font-face-data-uri.html now passes for WIN and LINUX.
1902 * platform/chromium/test_expectations.txt:
1904 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1906 Unreviewed attempt to fix test falkiness.
1908 * fast/css/font-face-data-uri.html:
1910 2010-11-25 Kenichi Ishibashi <bashi@google.com>
1912 Reviewed by Kent Tamura.
1914 Assertion failure by resetting <output> twice
1915 https://bugs.webkit.org/show_bug.cgi?id=50095
1917 Adds a test that ensures assertion failures don't occur when
1918 updating the value of an output element.
1920 * fast/forms/output-reset-assertion-failed-expected.txt: Added.
1921 * fast/forms/output-reset-assertion-failed.html: Added.
1922 * fast/forms/script-tests/output-reset-assertion-failed.js: Added.
1924 2010-11-25 Yuzo Fujishima <yuzo@google.com>
1926 Reviewed by Kent Tamura.
1928 Fix for Bug 49898 - LayoutTests/fast/css/font-face-data-uri.html doesn't test what it claims to
1929 https://bugs.webkit.org/show_bug.cgi?id=49898
1931 * fast/css/font-face-data-uri.html: Use local font as reference. Use
1932 polling to ensure that the web font is loaded.
1934 2010-11-24 Ryosuke Niwa <rniwa@webkit.org>
1936 Reviewed by Kent Tamura.
1938 Added a test to ensure WebKit does not crash when moving carets around a word
1939 with a first-letter rule. While WebKit no longer crashes, the test demonstrates a bug
1940 that the position offset at the end of word is incorrect.
1942 * editing/text-iterator/first-letter-word-boundary-expected.txt: Added.
1943 * editing/text-iterator/first-letter-word-boundary.html: Added.
1945 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1947 Unreviewed. Enable test for Win Release chromuim.
1949 * platform/chromium/test_expectations.txt:
1950 changed: BUGWK46940 WIN DEBUG : fast/dom/Window/window-screen-properties.html = TEXT
1952 2010-11-25 Hans Wennborg <hans@chromium.org>
1954 Reviewed by Jeremy Orlow.
1956 IndexedDB: Better errors for not yet implemented features
1957 https://bugs.webkit.org/show_bug.cgi?id=50075
1959 Test that inserting a record where the key is a Date (either
1960 explicitly, or via a key path) yields an error.
1962 Test that calling createObjectStore with autoIncrement = true
1963 raises an exception.
1965 * storage/indexeddb/create-object-store-options-expected.txt:
1966 * storage/indexeddb/create-object-store-options.html:
1967 * storage/indexeddb/objectstore-basics-expected.txt:
1968 * storage/indexeddb/objectstore-basics.html:
1970 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1972 Unreviewed. Enable tests in chromium.
1973 5109817.html was fixed upstream r72678.
1974 validationMessage was fixed downstream r67382.
1976 * platform/chromium/test_expectations.txt:
1977 removed: BUG10369 MAC : editing/selection/5109817.html = FAIL
1978 removed: BUG28264 : fast/forms/validationMessage.html = FAIL
1980 2010-11-25 Jeremy Orlow <jorlow@chromium.org>
1982 Reviewed by Steve Block.
1984 Add an OptionsObject class for IndexedDB (and later Geolocation)
1985 https://bugs.webkit.org/show_bug.cgi?id=50030
1987 * storage/indexeddb/create-object-store-options-expected.txt: Added.
1988 * storage/indexeddb/create-object-store-options.html: Added.
1989 * storage/indexeddb/tutorial.html:
1991 2010-11-25 Ilya Tikhonovsky <loislo@chromium.org>
1993 Unreviewed. Upstream chromium test expectations.
1995 BUGCR64401 WIN : fast/filesystem/op-copy.html = TEXT
1998 * platform/chromium/test_expectations.txt:
2000 2010-11-25 Hans Wennborg <hans@chromium.org>
2002 Reviewed by Jeremy Orlow.
2004 IndexedDB: Disallow inserting records with NULL keys
2005 https://bugs.webkit.org/show_bug.cgi?id=50033
2007 Test inserting records with NULL key and make sure it fails.
2009 Update layout tests that previously inserted NULL keys.
2011 * storage/indexeddb/index-cursor.html:
2012 * storage/indexeddb/objectstore-basics-expected.txt:
2013 * storage/indexeddb/objectstore-basics.html:
2014 * storage/indexeddb/objectstore-cursor.html:
2016 2010-11-24 Yuta Kitamura <yutak@chromium.org>
2018 Reviewed by Kent Tamura.
2020 [Chromium] Mark http/tests/websocket/tests/frame-lengths.html as SLOW
2021 https://bugs.webkit.org/show_bug.cgi?id=50051
2023 Chromium test expectation update: mark http/tests/websocket/tests/frame-lengths.html as SLOW.
2025 This test takes a longer time to finish because it sends a lot of WebSocket messages.
2027 * platform/chromium/test_expectations.txt:
2029 2010-11-24 Martin Robinson <mrobinson@igalia.com>
2031 [Qt] plugins/keyboard-events.html fails after r72717
2032 https://bugs.webkit.org/show_bug.cgi?id=50050
2034 * platform/qt/Skipped: Skip failing tests until a fix is made.
2036 2010-11-24 Jian Li <jianli@chromium.org>
2038 Reviewed by Kenneth Russell.
2040 Implement DataView interface from Typed Array specification
2041 https://bugs.webkit.org/show_bug.cgi?id=46541
2043 Add a new test for testing DataView interface. Also update some tests
2044 to exclude DataView property from being tested because it is not
2045 exposed to all platforms.
2047 * fast/canvas/webgl/data-view-test-expected.txt: Added.
2048 * fast/canvas/webgl/data-view-test.html: Added.
2049 * fast/dom/Window/script-tests/window-property-descriptors.js:
2050 * fast/dom/Window/window-properties.html:
2051 * fast/dom/script-tests/prototype-inheritance-2.js:
2052 (constructorNamesForWindow):
2053 * fast/dom/script-tests/prototype-inheritance.js:
2054 * fast/js/script-tests/global-constructors.js:
2056 2010-11-24 Eric Uhrhane <ericu@chromium.org>
2058 Reviewed by Tony Chang.
2060 Fix file-writer-truncate-extend test.
2061 https://bugs.webkit.org/show_bug.cgi?id=50047
2063 * fast/filesystem/resources/file-writer-truncate-extend.js:
2065 2010-11-24 Nico Weber <thakis@chromium.org>
2069 Another new baseline after http://trac.webkit.org/changeset/72689
2070 https://bugs.webkit.org/show_bug.cgi?id=50040
2072 * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.checksum:
2073 * platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png:
2075 2010-11-24 Nico Weber <thakis@chromium.org>
2079 More new baselines after http://trac.webkit.org/changeset/72689
2080 https://bugs.webkit.org/show_bug.cgi?id=50040
2082 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum:
2083 * platform/chromium-mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
2084 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
2085 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: Added.
2086 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
2087 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
2088 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
2089 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Added.
2090 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
2091 * platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
2092 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
2093 * platform/chromium-mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
2094 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2095 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2096 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2097 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2098 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.checksum:
2099 * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
2100 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
2101 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
2102 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
2103 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
2104 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum: Removed.
2105 * platform/chromium-mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.png: Removed.
2106 * platform/chromium-mac/svg/carto.net/scrollbar-expected.checksum:
2107 * platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
2108 * platform/chromium-mac/svg/carto.net/selectionlist-expected.checksum:
2109 * platform/chromium-mac/svg/carto.net/selectionlist-expected.png:
2110 * platform/chromium-mac/svg/custom/convolution-crash-expected.checksum:
2111 * platform/chromium-mac/svg/custom/convolution-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/createImageElement-expected.png.
2112 * platform/chromium-mac/svg/custom/createImageElement-expected.checksum:
2113 * platform/chromium-mac/svg/custom/createImageElement-expected.png:
2114 * platform/chromium-mac/svg/custom/image-small-width-height-expected.checksum:
2115 * platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
2116 * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.checksum:
2117 * platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
2118 * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.checksum:
2119 * platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
2120 * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.checksum:
2121 * platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
2122 * platform/chromium-mac/svg/custom/js-update-image-expected.checksum:
2123 * platform/chromium-mac/svg/custom/js-update-image-expected.png:
2124 * platform/chromium-mac/svg/custom/pointer-events-image-expected.checksum:
2125 * platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
2126 * platform/chromium-mac/svg/custom/text-image-opacity-expected.checksum:
2127 * platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
2128 * platform/chromium-mac/svg/filters/feDisplacementMap-expected.checksum:
2129 * platform/chromium-mac/svg/filters/feDisplacementMap-expected.png: Copied from LayoutTests/platform/chromium-mac/svg/custom/js-update-image-expected.png.
2131 2010-11-24 Eric Uhrhane <ericu@chromium.org>
2133 Reviewed by David Levin.
2135 Add FileWriter test utilities.
2136 https://bugs.webkit.org/show_bug.cgi?id=47680
2138 Cleaning up shared test utility files caused the includes and output of
2139 a bunch of existing tests change slightly, so I've rebuilt the
2142 This is the first test [in DOM and worker versions] to use the new utilities.
2143 * fast/filesystem/file-writer-truncate-extend-expected.txt: Added.
2144 * fast/filesystem/file-writer-truncate-extend.html: Added.
2145 * fast/filesystem/resources/file-writer-truncate-extend.js: Added.
2146 * fast/filesystem/workers/file-writer-truncate-extend-expected.txt: Added.
2147 * fast/filesystem/workers/file-writer-truncate-extend.html: Added.
2149 This is a new utility file for FileWriter tests.
2150 * fast/filesystem/resources/file-writer-utils.js: Added.
2153 * fast/filesystem/resources/fs-worker-common.js:
2156 * fast/filesystem/resources/fs-worker-test-post.js:
2158 * fast/filesystem/resources/fs-worker-test-pre.js:
2160 * fast/filesystem/resources/fs-worker-test-util.js:
2162 These tests and their expectations were tweaked slightly to use the new code more cleanly.
2163 * fast/filesystem/workers/async-operations-expected.txt:
2164 * fast/filesystem/workers/async-operations.html:
2165 * fast/filesystem/workers/file-from-file-entry-expected.txt:
2166 * fast/filesystem/workers/file-from-file-entry-sync-expected.txt:
2167 * fast/filesystem/workers/file-from-file-entry-sync.html:
2168 * fast/filesystem/workers/file-from-file-entry.html:
2169 * fast/filesystem/workers/simple-persistent-expected.txt:
2170 * fast/filesystem/workers/simple-persistent-sync-expected.txt:
2171 * fast/filesystem/workers/simple-persistent-sync.html:
2172 * fast/filesystem/workers/simple-persistent.html:
2173 * fast/filesystem/workers/simple-temporary-expected.txt:
2174 * fast/filesystem/workers/simple-temporary-sync-expected.txt:
2175 * fast/filesystem/workers/simple-temporary-sync.html:
2176 * fast/filesystem/workers/simple-temporary.html:
2177 * fast/filesystem/workers/sync-operations-expected.txt:
2178 * fast/filesystem/workers/sync-operations.html:
2180 Removed suppression of FileWriter tests, as we now have support in TestShell.
2181 * platform/chromium/test_expectations.txt:
2183 2010-11-24 Nico Weber <thakis@chromium.org>
2187 New baselines after http://trac.webkit.org/changeset/72689
2188 https://bugs.webkit.org/show_bug.cgi?id=50040
2190 * platform/chromium-mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
2191 * platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.checksum:
2192 * platform/chromium-mac/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
2193 * platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
2194 * platform/chromium-mac/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
2195 * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.checksum: Removed.
2196 * platform/chromium-mac/fast/backgrounds/size/backgroundSize01-expected.png: Removed.
2197 * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.checksum: Removed.
2198 * platform/chromium-mac/fast/backgrounds/size/backgroundSize05-expected.png: Removed.
2199 * platform/chromium-mac/fast/backgrounds/size/backgroundSize06-expected.checksum: Removed.
2200 * platform/chromium-mac/fast/backgrounds/size/backgroundSize07-expected.checksum: Removed.
2201 * platform/chromium-mac/fast/backgrounds/size/backgroundSize08-expected.checksum: Removed.
2202 * platform/chromium-mac/fast/backgrounds/size/backgroundSize09-expected.checksum: Removed.
2203 * platform/chromium-mac/fast/backgrounds/size/backgroundSize10-expected.checksum: Removed.
2204 * platform/chromium-mac/fast/backgrounds/size/backgroundSize11-expected.checksum: Removed.
2205 * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.checksum: Removed.
2206 * platform/chromium-mac/fast/backgrounds/size/backgroundSize12-expected.png: Removed.
2207 * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.checksum:
2208 * platform/chromium-mac/fast/backgrounds/size/backgroundSize16-expected.png:
2209 * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.checksum:
2210 * platform/chromium-mac/fast/backgrounds/size/backgroundSize17-expected.png:
2211 * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.checksum:
2212 * platform/chromium-mac/fast/backgrounds/size/backgroundSize18-expected.png:
2213 * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.checksum:
2214 * platform/chromium-mac/fast/backgrounds/size/backgroundSize19-expected.png:
2215 * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.checksum:
2216 * platform/chromium-mac/fast/backgrounds/size/backgroundSize20-expected.png:
2217 * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.checksum:
2218 * platform/chromium-mac/fast/backgrounds/size/backgroundSize21-expected.png:
2219 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
2220 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
2221 * platform/chromium-mac/fast/backgrounds/size/zero-expected.checksum:
2222 * platform/chromium-mac/fast/backgrounds/size/zero-expected.png:
2223 * platform/chromium-mac/fast/css/value-list-out-of-bounds-crash-expected.checksum:
2224 * platform/chromium-mac/fast/events/pointer-events-2-expected.checksum:
2225 * platform/chromium-mac/fast/events/pointer-events-2-expected.png:
2226 * platform/chromium-mac/fast/forms/input-type-change-expected.checksum:
2227 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.checksum:
2228 * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png:
2229 * platform/chromium-mac/fast/replaced/image-sizing-expected.checksum:
2230 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.checksum:
2231 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
2232 * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.checksum:
2233 * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
2234 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.checksum:
2235 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.png:
2236 * platform/chromium-mac/svg/custom/image-parent-translation-expected.checksum:
2237 * platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
2238 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.checksum:
2239 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png:
2240 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.checksum:
2241 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png:
2242 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.checksum:
2243 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png:
2244 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.checksum:
2245 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png:
2246 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.checksum:
2247 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png:
2248 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.checksum:
2249 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png:
2250 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.checksum:
2251 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png:
2252 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.checksum:
2253 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png:
2254 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.checksum:
2255 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png:
2256 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.checksum:
2257 * platform/chromium-mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png:
2258 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.checksum:
2259 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
2260 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.checksum:
2261 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2262 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.checksum:
2263 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
2264 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.checksum:
2265 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
2266 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.checksum:
2267 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
2268 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.checksum:
2269 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
2270 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.checksum:
2271 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
2272 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.checksum:
2273 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
2274 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.checksum:
2275 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
2276 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.checksum:
2277 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
2278 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.checksum:
2279 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
2280 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.checksum:
2281 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
2282 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
2283 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
2284 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
2285 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
2286 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
2287 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
2288 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum: Removed.
2289 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
2290 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
2291 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
2292 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
2293 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
2294 * platform/chromium-mac/tables/mozilla/bugs/bug4523-expected.checksum:
2295 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
2296 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
2297 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
2298 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
2299 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
2300 * platform/chromium-mac/tables/mozilla/core/misc-expected.checksum:
2301 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
2303 2010-11-24 James Robinson <jamesr@chromium.org>
2305 Reviewed by Kenneth Russell.
2307 [chromium] Compositor needs to manage its VRAM use
2308 https://bugs.webkit.org/show_bug.cgi?id=49629
2310 Adds a few tests involving lots of visible image layers. The tests are designed
2311 to require slightly more than 64MB of VRAM.
2313 * compositing/lots-of-img-layers-with-opacity.html: Added.
2314 * compositing/lots-of-img-layers.html: Added.
2315 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.checksum: Added.
2316 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.png: Added.
2317 * platform/chromium-gpu-win/compositing/lots-of-img-layers-expected.txt: Added.
2318 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
2319 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
2320 * platform/chromium-gpu-win/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
2321 * platform/chromium-gpu/test_expectations.txt:
2322 * platform/mac/compositing/lots-of-img-layers-expected.checksum: Added.
2323 * platform/mac/compositing/lots-of-img-layers-expected.png: Added.
2324 * platform/mac/compositing/lots-of-img-layers-expected.txt: Added.
2325 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.checksum: Added.
2326 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.png: Added.
2327 * platform/mac/compositing/lots-of-img-layers-with-opacity-expected.txt: Added.
2329 2010-11-24 Tony Chang <tony@chromium.org>
2331 Unreviewed, updating plugin test expectations now that we've switched
2332 to the upstream plugin!
2334 * platform/chromium/test_expectations.txt:
2336 2010-11-24 Ilya Tikhonovsky <loislo@chromium.org>
2338 Unreviewed. Just assign a bug for compositing/plugin tests.
2340 * platform/chromium-gpu/test_expectations.txt:
2342 2010-11-24 Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
2344 Reviewed by Martin Robinson.
2346 [GTK] response.isNull() assert when using directory file URI
2347 https://bugs.webkit.org/show_bug.cgi?id=49018
2349 When using file:/// (or any directory), WebKitGTK use to abort on
2350 assertion. This test ensure that loading a directory is possible.
2352 * platform/gtk/fast/loader/crash-display-local-directory-expected.txt: Added.
2353 * platform/gtk/fast/loader/crash-display-local-directory.html: Added.
2354 * platform/gtk/fast/loader/resources/directory/keep-empty: Added.
2356 2010-11-24 Andrey Kosyakov <caseq@chromium.org>
2358 Unreviewed, update platform expectations following expectations change in r72683.
2360 * platform/mac-leopard/inspector/extensions-resources-expected.txt:
2362 2010-11-24 Alexander Pavlov <apavlov@chromium.org>
2364 Reviewed by Pavel Feldman.
2366 Web Inspector: Crash when inspecting http://alphaarnhem.nl/beta/
2367 https://bugs.webkit.org/show_bug.cgi?id=50025
2369 * inspector/resources/styles-new-API-1.css:
2372 2010-11-24 Cris Neckar <cdn@chromium.org>
2374 Reviewed by Adam Barth.
2376 Test for crash with invalid local fonts.
2377 https://bugs.webkit.org/show_bug.cgi?id=49883
2379 * fast/css/local_font_invalid-expected.txt: Added.
2380 * fast/css/local_font_invalid.html: Added.
2382 2010-11-24 Andrey Kosyakov <caseq@chromium.org>
2384 Reviewed by Pavel Feldman.
2386 Web Inspector: extension API cleanup
2387 Improve synchronization between different parts of the test to reduce flakiness.
2388 https://bugs.webkit.org/show_bug.cgi?id=50019
2390 * http/tests/inspector/inspector-test2.js: Clean inspected page test output before pushing output from front-end.
2391 (initialize_InspectorTest.InspectorTest.completeTest): Delay test completion until page's onload is completed after reload.
2392 (initialize_InspectorTest.InspectorTest.addResult.clearResults):
2393 (initialize_InspectorTest.InspectorTest.reloadPageIfNeeded):
2395 * inspector/extensions-api-expected.txt:
2396 * inspector/extensions-audits-api-expected.txt:
2397 * inspector/extensions-audits-expected.txt:
2398 * inspector/extensions-audits-tests.js:
2399 (extension_runAudits):
2400 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone):
2401 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits):
2402 (initialize_ExtensionsAuditsTest):
2404 * inspector/extensions-eval-expected.txt:
2405 * inspector/extensions-eval.html:
2406 * inspector/extensions-events-expected.txt:
2407 * inspector/extensions-events.html:
2408 * inspector/extensions-resources-expected.txt:
2409 * inspector/extensions-resources.html:
2410 * inspector/extensions-test.js:
2411 (initialize_ExtensionsTest.InspectorTest.dispatchOnMessage):
2412 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
2413 (initialize_ExtensionsTest.extensionOutput):
2414 (initialize_ExtensionsTest.dumpSidebarContent):
2415 (initialize_ExtensionsTest.reloadPage):
2416 * inspector/extensions.html:
2417 * inspector/resources/extension-main.html:
2418 * inspector/resources/extension-main.js:
2419 (fetchTests.callback):
2422 (dispatchOnFrontend):
2424 2010-11-23 Jeremy Orlow <jorlow@chromium.org>
2426 Reviewed by Steve Block.
2428 Fix minor errors in IndexedDB
2429 https://bugs.webkit.org/show_bug.cgi?id=49970
2431 * storage/indexeddb/constants-expected.txt:
2432 * storage/indexeddb/constants.html:
2433 * storage/indexeddb/createAndRemoveObjectStore-expected.txt: Added.
2434 * storage/indexeddb/createAndRemoveObjectStore.html: Added.
2436 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2438 Unreviewed, skip mathml/presentation again, apparently the issue
2439 is still happening in the bots.
2441 * platform/gtk/Skipped:
2443 2010-11-24 Avi Drissman <avi@google.com>
2445 Reviewed by Antonio Gomes.
2447 Add preference to not select when right-clicked
2448 https://bugs.webkit.org/show_bug.cgi?id=23351
2450 * editing/selection/context-menu-text-selection-expected.txt: Added.
2451 * editing/selection/context-menu-text-selection.html: Added.
2453 2010-11-24 Martin Robinson <mrobinson@igalia.com>
2455 Reviewed by Xan Lopez.
2457 [GTK] The WebKitWebView should expose a set of signals encapsulating the behavior of the EditorClient
2458 https://bugs.webkit.org/show_bug.cgi?id=49143
2460 Unskip passing editing tests.
2462 * platform/gtk/Skipped:
2463 * platform/gtk/Skipped.rej: Added.
2464 * platform/gtk/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
2465 * platform/gtk/editing/deleting/delete-3608430-fix-expected.txt:
2466 * platform/gtk/editing/deleting/delete-3608445-fix-expected.txt:
2467 * platform/gtk/editing/deleting/delete-3608462-fix-expected.txt:
2468 * platform/gtk/editing/deleting/delete-3775172-fix-expected.txt:
2469 * platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
2470 * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt:
2471 * platform/gtk/editing/deleting/delete-and-undo-expected.txt:
2472 * platform/gtk/editing/deleting/delete-block-contents-001-expected.txt:
2473 * platform/gtk/editing/deleting/delete-block-contents-002-expected.txt:
2474 * platform/gtk/editing/deleting/delete-block-contents-003-expected.txt:
2475 * platform/gtk/editing/deleting/delete-block-merge-contents-010-expected.txt:
2476 * platform/gtk/editing/deleting/delete-block-merge-contents-012-expected.txt:
2477 * platform/gtk/editing/deleting/delete-block-merge-contents-013-expected.txt:
2478 * platform/gtk/editing/deleting/delete-block-merge-contents-014-expected.txt:
2479 * platform/gtk/editing/deleting/delete-block-merge-contents-015-expected.txt:
2480 * platform/gtk/editing/deleting/delete-block-merge-contents-016-expected.txt:
2481 * platform/gtk/editing/deleting/delete-block-merge-contents-017-expected.txt:
2482 * platform/gtk/editing/deleting/delete-br-001-expected.txt:
2483 * platform/gtk/editing/deleting/delete-br-002-expected.txt:
2484 * platform/gtk/editing/deleting/delete-br-003-expected.txt:
2485 * platform/gtk/editing/deleting/delete-br-004-expected.txt:
2486 * platform/gtk/editing/deleting/delete-br-005-expected.txt:
2487 * platform/gtk/editing/deleting/delete-br-006-expected.txt:
2488 * platform/gtk/editing/deleting/delete-br-007-expected.txt:
2489 * platform/gtk/editing/deleting/delete-br-010-expected.txt:
2490 * platform/gtk/editing/deleting/delete-contiguous-ws-001-expected.txt:
2491 * platform/gtk/editing/deleting/delete-image-004-expected.txt:
2492 * platform/gtk/editing/deleting/delete-leading-ws-001-expected.txt:
2493 * platform/gtk/editing/deleting/delete-line-001-expected.txt:
2494 * platform/gtk/editing/deleting/delete-line-002-expected.txt:
2495 * platform/gtk/editing/deleting/delete-line-005-expected.txt:
2496 * platform/gtk/editing/deleting/delete-line-006-expected.txt:
2497 * platform/gtk/editing/deleting/delete-line-007-expected.txt:
2498 * platform/gtk/editing/deleting/delete-line-008-expected.txt:
2499 * platform/gtk/editing/deleting/delete-line-009-expected.txt:
2500 * platform/gtk/editing/deleting/delete-line-010-expected.txt:
2501 * platform/gtk/editing/deleting/delete-line-011-expected.txt:
2502 * platform/gtk/editing/deleting/delete-line-012-expected.txt:
2503 * platform/gtk/editing/deleting/delete-line-013-expected.txt:
2504 * platform/gtk/editing/deleting/delete-line-014-expected.txt:
2505 * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt:
2506 * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt:
2507 * platform/gtk/editing/deleting/delete-listitem-001-expected.txt:
2508 * platform/gtk/editing/deleting/delete-listitem-002-expected.txt:
2509 * platform/gtk/editing/deleting/delete-select-all-002-expected.txt:
2510 * platform/gtk/editing/deleting/delete-tab-002-expected.txt:
2511 * platform/gtk/editing/deleting/delete-tab-004-expected.txt:
2512 * platform/gtk/editing/deleting/delete-to-end-of-paragraph-expected.txt:
2513 * platform/gtk/editing/deleting/delete-to-select-table-expected.txt:
2514 * platform/gtk/editing/deleting/delete-trailing-ws-002-expected.txt:
2515 * platform/gtk/editing/deleting/delete-ws-fixup-001-expected.txt:
2516 * platform/gtk/editing/deleting/delete-ws-fixup-002-expected.txt:
2517 * platform/gtk/editing/deleting/forward-delete-expected.txt:
2518 * platform/gtk/editing/deleting/smart-delete-003-expected.txt:
2519 * platform/gtk/editing/deleting/smart-delete-004-expected.txt:
2520 * platform/gtk/editing/execCommand/4641880-1-expected.txt: Added.
2521 * platform/gtk/editing/execCommand/4641880-2-expected.txt: Added.
2522 * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt: Added.
2523 * platform/gtk/editing/execCommand/find-after-replace-expected.txt: Added.
2524 * platform/gtk/editing/execCommand/findString-2-expected.txt: Added.
2525 * platform/gtk/editing/execCommand/findString-diacriticals-expected.txt: Added.
2526 * platform/gtk/editing/execCommand/findString-expected.txt: Added.
2527 * platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt: Added.
2528 * platform/gtk/editing/execCommand/indent-empty-root-expected.txt: Added.
2529 * platform/gtk/editing/execCommand/indent-list-item-expected.txt: Added.
2530 * platform/gtk/editing/execCommand/indent-paragraphs-expected.txt: Removed.
2531 * platform/gtk/editing/execCommand/indent-selection-expected.txt: Added.
2532 * platform/gtk/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
2533 * platform/gtk/editing/execCommand/insertHorizontalRule-expected.txt: Added.
2534 * platform/gtk/editing/execCommand/insertImage-expected.txt: Added.
2535 * platform/gtk/editing/execCommand/nsresponder-indent-expected.txt: Added.
2536 * platform/gtk/editing/execCommand/nsresponder-outdent-expected.txt: Added.
2537 * platform/gtk/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
2538 * platform/gtk/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
2539 * platform/gtk/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
2540 * platform/gtk/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
2541 * platform/gtk/editing/execCommand/outdent-selection-expected.txt: Added.
2542 * platform/gtk/editing/execCommand/paste-1-expected.txt: Added.
2543 * platform/gtk/editing/execCommand/paste-2-expected.txt: Added.
2544 * platform/gtk/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
2545 * platform/gtk/editing/execCommand/remove-list-item-1-expected.txt: Added.
2546 * platform/gtk/editing/execCommand/selectAll-expected.txt: Added.
2547 * platform/gtk/editing/inserting/insert-3654864-fix-expected.txt:
2548 * platform/gtk/editing/inserting/insert-3775316-fix-expected.txt:
2549 * platform/gtk/editing/inserting/insert-3800346-fix-expected.txt:
2550 * platform/gtk/editing/inserting/insert-3851164-fix-expected.txt:
2551 * platform/gtk/editing/inserting/insert-3907422-fix-expected.txt:
2552 * platform/gtk/editing/inserting/insert-after-delete-001-expected.txt:
2553 * platform/gtk/editing/inserting/insert-br-005-expected.txt:
2554 * platform/gtk/editing/inserting/insert-div-001-expected.txt:
2555 * platform/gtk/editing/inserting/insert-div-002-expected.txt:
2556 * platform/gtk/editing/inserting/insert-div-003-expected.txt:
2557 * platform/gtk/editing/inserting/insert-div-004-expected.txt:
2558 * platform/gtk/editing/inserting/insert-div-005-expected.txt:
2559 * platform/gtk/editing/inserting/insert-div-009-expected.txt:
2560 * platform/gtk/editing/inserting/insert-div-024-expected.txt:
2561 * platform/gtk/editing/inserting/insert-space-in-empty-doc-expected.txt:
2562 * platform/gtk/editing/inserting/insert-text-with-newlines-expected.txt:
2563 * platform/gtk/editing/inserting/redo-expected.txt:
2564 * platform/gtk/editing/inserting/typing-001-expected.txt:
2565 * platform/gtk/editing/inserting/typing-002-expected.txt:
2566 * platform/gtk/editing/inserting/typing-003-expected.txt:
2567 * platform/gtk/editing/inserting/typing-around-br-001-expected.txt:
2568 * platform/gtk/editing/inserting/typing-around-image-001-expected.txt:
2569 * platform/gtk/editing/pasteboard/4076267-2-expected.txt:
2570 * platform/gtk/editing/pasteboard/4076267-3-expected.txt:
2571 * platform/gtk/editing/pasteboard/4076267-expected.txt:
2572 * platform/gtk/editing/pasteboard/5368833-expected.txt: Added.
2573 * platform/gtk/editing/pasteboard/cut-text-001-expected.txt:
2574 * platform/gtk/editing/pasteboard/drag-drop-dead-frame-expected.txt:
2575 * platform/gtk/editing/pasteboard/drag-drop-modifies-page-expected.txt:
2576 * platform/gtk/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt:
2577 * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
2578 * platform/gtk/editing/pasteboard/paste-text-001-expected.txt:
2579 * platform/gtk/editing/pasteboard/paste-text-002-expected.txt:
2580 * platform/gtk/editing/pasteboard/paste-text-003-expected.txt:
2581 * platform/gtk/editing/pasteboard/paste-text-004-expected.txt:
2582 * platform/gtk/editing/pasteboard/paste-text-005-expected.txt:
2583 * platform/gtk/editing/pasteboard/paste-text-006-expected.txt:
2584 * platform/gtk/editing/pasteboard/paste-text-007-expected.txt:
2585 * platform/gtk/editing/pasteboard/paste-text-008-expected.txt:
2586 * platform/gtk/editing/pasteboard/paste-text-009-expected.txt:
2587 * platform/gtk/editing/pasteboard/paste-text-010-expected.txt:
2588 * platform/gtk/editing/pasteboard/paste-text-013-expected.txt: Added.
2589 * platform/gtk/editing/pasteboard/paste-text-015-expected.txt:
2590 * platform/gtk/editing/pasteboard/paste-xml-expected.txt:
2591 * platform/gtk/editing/pasteboard/subframe-dragndrop-1-expected.txt:
2592 * platform/gtk/editing/selection/4889598-expected.txt:
2593 * platform/gtk/editing/selection/4947387-expected.txt: Added.
2594 * platform/gtk/editing/selection/5195166-2-expected.txt: Added.
2595 * platform/gtk/editing/selection/extend-by-character-002-expected.txt:
2596 * platform/gtk/editing/selection/extend-by-character-003-expected.txt:
2597 * platform/gtk/editing/selection/extend-by-character-004-expected.txt:
2598 * platform/gtk/editing/selection/extend-by-character-005-expected.txt:
2599 * platform/gtk/editing/selection/extend-selection-bidi-expected.txt: Added.
2600 * platform/gtk/editing/selection/fake-drag-expected.txt:
2601 * platform/gtk/editing/selection/iframe-expected.txt:
2602 * platform/gtk/editing/selection/inline-table-expected.txt:
2603 * platform/gtk/editing/selection/move-backwords-by-word-001-expected.txt:
2604 * platform/gtk/editing/selection/move-between-blocks-no-001-expected.txt:
2605 * platform/gtk/editing/selection/move-between-blocks-yes-001-expected.txt:
2606 * platform/gtk/editing/selection/move-by-character-001-expected.txt:
2607 * platform/gtk/editing/selection/move-by-character-002-expected.txt:
2608 * platform/gtk/editing/selection/move-by-character-003-expected.txt:
2609 * platform/gtk/editing/selection/move-by-character-004-expected.txt:
2610 * platform/gtk/editing/selection/move-by-character-005-expected.txt:
2611 * platform/gtk/editing/selection/move-by-sentence-001-expected.txt:
2612 * platform/gtk/editing/selection/move-past-trailing-space-expected.txt:
2613 * platform/gtk/editing/selection/select-box-expected.txt:
2614 * platform/gtk/editing/selection/selection-actions-expected.txt:
2615 * platform/gtk/editing/spelling/spelling-expected.txt:
2616 * platform/gtk/editing/style/block-style-003-expected.txt:
2617 * platform/gtk/editing/style/relative-font-size-change-001-expected.txt:
2618 * platform/gtk/editing/style/style-3681552-fix-001-expected.txt:
2619 * platform/gtk/editing/style/style-3681552-fix-002-expected.txt:
2620 * platform/gtk/editing/style/typing-style-001-expected.txt:
2621 * platform/gtk/editing/style/typing-style-002-expected.txt:
2622 * platform/gtk/editing/style/unbold-in-bold-expected.txt:
2623 * platform/gtk/editing/undo/4063751-expected.txt:
2624 * platform/gtk/editing/undo/redo-typing-001-expected.txt:
2625 * platform/gtk/editing/undo/undo-combined-delete-boundary-expected.txt:
2626 * platform/gtk/editing/undo/undo-combined-delete-expected.txt:
2627 * platform/gtk/editing/undo/undo-delete-boundary-expected.txt:
2628 * platform/gtk/editing/undo/undo-delete-expected.txt:
2629 * platform/gtk/editing/undo/undo-forward-delete-boundary-expected.txt:
2630 * platform/gtk/editing/undo/undo-forward-delete-expected.txt:
2631 * platform/gtk/editing/undo/undo-misspellings-expected.txt:
2633 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2635 Unreviewed, rebaselined mathml/presentation using bots results.
2637 * platform/gtk/mathml/presentation/attributes-expected.txt:
2638 * platform/gtk/mathml/presentation/fenced-expected.txt:
2639 * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
2640 * platform/gtk/mathml/presentation/fractions-expected.txt:
2641 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
2642 * platform/gtk/mathml/presentation/mo-expected.txt:
2643 * platform/gtk/mathml/presentation/over-expected.txt:
2644 * platform/gtk/mathml/presentation/roots-expected.txt:
2645 * platform/gtk/mathml/presentation/row-alignment-expected.txt:
2646 * platform/gtk/mathml/presentation/row-expected.txt:
2647 * platform/gtk/mathml/presentation/style-expected.txt:
2648 * platform/gtk/mathml/presentation/sub-expected.txt:
2649 * platform/gtk/mathml/presentation/subsup-expected.txt:
2650 * platform/gtk/mathml/presentation/sup-expected.txt:
2651 * platform/gtk/mathml/presentation/tables-expected.txt:
2652 * platform/gtk/mathml/presentation/tokenElements-expected.txt:
2653 * platform/gtk/mathml/presentation/under-expected.txt:
2654 * platform/gtk/mathml/presentation/underover-expected.txt:
2656 2010-11-24 Alejandro G. Castro <alex@igalia.com>
2658 Unreviewed, unskipped and rebaselined mathml/presentation tests
2661 * platform/gtk/Skipped:
2662 * platform/gtk/mathml/presentation/attributes-expected.checksum:
2663 * platform/gtk/mathml/presentation/attributes-expected.png:
2664 * platform/gtk/mathml/presentation/attributes-expected.txt:
2665 * platform/gtk/mathml/presentation/fenced-expected.checksum:
2666 * platform/gtk/mathml/presentation/fenced-expected.png:
2667 * platform/gtk/mathml/presentation/fenced-expected.txt:
2668 * platform/gtk/mathml/presentation/fenced-mi-expected.checksum:
2669 * platform/gtk/mathml/presentation/fenced-mi-expected.png:
2670 * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
2671 * platform/gtk/mathml/presentation/fractions-expected.checksum:
2672 * platform/gtk/mathml/presentation/fractions-expected.png:
2673 * platform/gtk/mathml/presentation/fractions-expected.txt:
2674 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.checksum:
2675 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
2676 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
2677 * platform/gtk/mathml/presentation/mo-expected.checksum:
2678 * platform/gtk/mathml/presentation/mo-expected.png:
2679 * platform/gtk/mathml/presentation/mo-expected.txt:
2680 * platform/gtk/mathml/presentation/over-expected.checksum:
2681 * platform/gtk/mathml/presentation/over-expected.png:
2682 * platform/gtk/mathml/presentation/over-expected.txt:
2683 * platform/gtk/mathml/presentation/roots-expected.checksum:
2684 * platform/gtk/mathml/presentation/roots-expected.png:
2685 * platform/gtk/mathml/presentation/roots-expected.txt:
2686 * platform/gtk/mathml/presentation/row-alignment-expected.checksum:
2687 * platform/gtk/mathml/presentation/row-alignment-expected.png:
2688 * platform/gtk/mathml/presentation/row-alignment-expected.txt:
2689 * platform/gtk/mathml/presentation/row-expected.checksum:
2690 * platform/gtk/mathml/presentation/row-expected.png:
2691 * platform/gtk/mathml/presentation/row-expected.txt:
2692 * platform/gtk/mathml/presentation/style-expected.checksum:
2693 * platform/gtk/mathml/presentation/style-expected.png:
2694 * platform/gtk/mathml/presentation/style-expected.txt:
2695 * platform/gtk/mathml/presentation/sub-expected.checksum:
2696 * platform/gtk/mathml/presentation/sub-expected.png:
2697 * platform/gtk/mathml/presentation/sub-expected.txt:
2698 * platform/gtk/mathml/presentation/subsup-expected.checksum:
2699 * platform/gtk/mathml/presentation/subsup-expected.png:
2700 * platform/gtk/mathml/presentation/subsup-expected.txt:
2701 * platform/gtk/mathml/presentation/sup-expected.checksum:
2702 * platform/gtk/mathml/presentation/sup-expected.png:
2703 * platform/gtk/mathml/presentation/sup-expected.txt:
2704 * platform/gtk/mathml/presentation/tables-expected.checksum:
2705 * platform/gtk/mathml/presentation/tables-expected.png:
2706 * platform/gtk/mathml/presentation/tables-expected.txt:
2707 * platform/gtk/mathml/presentation/tokenElements-expected.checksum:
2708 * platform/gtk/mathml/presentation/tokenElements-expected.png:
2709 * platform/gtk/mathml/presentation/tokenElements-expected.txt:
2710 * platform/gtk/mathml/presentation/under-expected.checksum:
2711 * platform/gtk/mathml/presentation/under-expected.png:
2712 * platform/gtk/mathml/presentation/under-expected.txt:
2713 * platform/gtk/mathml/presentation/underover-expected.checksum:
2714 * platform/gtk/mathml/presentation/underover-expected.png:
2715 * platform/gtk/mathml/presentation/underover-expected.txt:
2717 2010-11-24 Satish Sampath <satish@chromium.org>
2719 Reviewed by Steve Block.
2721 Re-enabled layout tests which were disabled during an API migration.
2722 https://bugs.webkit.org/show_bug.cgi?id=50013
2724 * platform/chromium/test_expectations.txt:
2726 2010-11-24 Ilya Tikhonovsky <loislo@chromium.org>
2728 Unreviewed. chromium expectation fix.
2730 BUG49967 MAC : font-size-zero.html = TEXT
2733 * platform/chromium/test_expectations.txt:
2735 2010-11-24 Steve block <steveblock@google.com>
2737 Reviewed by Jeremy Orlow.
2739 LayoutTest fast/dom/DeviceOrientation/event-after-navigation.html is flaky
2740 https://bugs.webkit.org/show_bug.cgi?id=49384
2742 This is an asynchronous script test which navigates the main page but
2743 relies on js-test-post.js calling LayoutTestController.waitUntilDone().
2744 It's possible for the main page to be navigated and hence the load of
2745 js-test-post.js to be cancelled before
2746 LayoutTestController.waitUntilDone() is called, which causes the test to
2749 * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js:
2751 2010-11-23 Pavel Feldman <pfeldman@chromium.org>
2753 Reviewed by Yury Semikhatsky.
2755 Web Inspector: pass style id to front-end as Object, not string.
2756 https://bugs.webkit.org/show_bug.cgi?id=49971
2758 * inspector/styles-new-API.html:
2760 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
2764 composited-plugin.html is crashing on MAC.
2765 small-to-large-composited-plugin.html is crashing on MAC.
2766 font-size-zero.html is passing.
2768 * platform/chromium-gpu/test_expectations.txt:
2769 * platform/chromium/test_expectations.txt:
2771 2010-11-23 Abhishek Arya <inferno@chromium.org>
2775 Drag and drop not working properly. Skipping just like other similar drag
2776 and drop tests. E.g. similar test drag-image-in-about-blank-frame.html.
2778 * platform/qt/Skipped:
2780 2010-11-23 Abhishek Arya <inferno@chromium.org>
2782 Reviewed by Adam Barth.
2784 Tests that drag and drop is allowed across the same security origin object,
2785 even if they are marked unique.
2787 * http/tests/security/drag-drop-same-unique-origin-expected.txt: Added.
2788 * http/tests/security/drag-drop-same-unique-origin.html: Added.
2789 * http/tests/security/resources/drag-drop-allowed.html: Added.
2791 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2793 Unreviewed update of GTK's skipped list.
2795 Disabled editing/deleting/delete-by-word-001.html and editing/deleting/delete-by-word-002.html
2796 because they require editing delegates dump which haven't been implemented in GTK.
2798 * platform/gtk/Skipped:
2800 2010-11-23 Tony Chang <tony@chromium.org>
2802 Unreviewed, [chromium] merge the plugin failures in test_expectations
2803 https://bugs.webkit.org/show_bug.cgi?id=49993
2805 * platform/chromium/drt_expectations.txt: Remove plugin failures
2806 * platform/chromium/test_expectations.txt: Move them into this file
2807 with expectations that are valid for either plugin.
2809 2010-11-23 Cris Neckar <cdn@chromium.org>
2811 Reviewed by Dimitri Glazkov.
2813 Test for crash with input type search and table column style.
2814 https://bugs.webkit.org/show_bug.cgi?id=49896
2816 * fast/css/input-search-table-column-crash-expected.txt: Added.
2817 * fast/css/input-search-table-column-crash.html: Added.
2819 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2821 Reviewed by Adam Barth.
2823 XMLDocumentParser::notifyFinished calls ScriptController's executeScript without updating isEvaluated flag
2824 https://bugs.webkit.org/show_bug.cgi?id=49701
2826 Added a test to ensure WebKit doesn't run the script twice when a script element with an external script file
2827 is cloned in a XML document.
2829 * fast/dom/resources/script-clone-rerun-src.js: Added.
2830 * fast/dom/script-clone-rerun-src.xhtml: Added.
2832 2010-11-23 Ryosuke Niwa <rniwa@webkit.org>
2834 Reviewed by Tony Chang.
2836 dumpAsText conversion: editing/deleting/delete-by-word-001.html and delete-by-word-002.html
2837 https://bugs.webkit.org/show_bug.cgi?id=48130
2839 Converted editing/deleting/delete-by-word-001.html and delete-by-word-002.html to dumpAsText tests
2840 by replacing calls to runEditingTest by runDumpAsTextEditingTest.
2842 * editing/deleting/delete-by-word-001-expected.txt: Added.
2843 * editing/deleting/delete-by-word-001.html:
2844 * editing/deleting/delete-by-word-002-expected.txt: Added.
2845 * editing/deleting/delete-by-word-002.html:
2846 * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2847 * platform/chromium-linux/editing/deleting/delete-by-word-001-expected.png: Removed.
2848 * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2849 * platform/chromium-linux/editing/deleting/delete-by-word-002-expected.png: Removed.
2850 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2851 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.png: Removed.
2852 * platform/chromium-win/editing/deleting/delete-by-word-001-expected.txt: Removed.
2853 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2854 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.png: Removed.
2855 * platform/chromium-win/editing/deleting/delete-by-word-002-expected.txt: Removed.
2856 * platform/gtk/editing/deleting/delete-by-word-001-expected.txt: Removed.
2857 * platform/mac/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2858 * platform/mac/editing/deleting/delete-by-word-001-expected.png: Removed.
2859 * platform/mac/editing/deleting/delete-by-word-001-expected.txt: Removed.
2860 * platform/mac/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2861 * platform/mac/editing/deleting/delete-by-word-002-expected.png: Removed.
2862 * platform/mac/editing/deleting/delete-by-word-002-expected.txt: Removed.
2863 * platform/qt/editing/deleting/delete-by-word-001-expected.checksum: Removed.
2864 * platform/qt/editing/deleting/delete-by-word-001-expected.png: Removed.
2865 * platform/qt/editing/deleting/delete-by-word-001-expected.txt: Removed.
2866 * platform/qt/editing/deleting/delete-by-word-002-expected.checksum: Removed.
2867 * platform/qt/editing/deleting/delete-by-word-002-expected.png: Removed.
2868 * platform/qt/editing/deleting/delete-by-word-002-expected.txt: Removed.
2870 2010-11-23 Sheriff Bot <webkit.review.bot@gmail.com>
2872 Unreviewed, rolling out r72628.
2873 http://trac.webkit.org/changeset/72628
2874 https://bugs.webkit.org/show_bug.cgi?id=49994
2876 This patch is causing layout-test failtures on GTK Linux
2877 64-bit Debug (Requested by ctguil on #webkit).
2879 * accessibility/iframe-has-document-expected.txt: Removed.
2880 * accessibility/iframe-has-document.html: Removed.
2881 * platform/win/Skipped:
2883 2010-11-23 Julie Parent <jparent@chromium.org>
2885 Unreviewed, fixing chromium gpu_test expectations.
2887 Remove entries for tests that no longer exist, removed in r71822.
2888 Remove duplicates introduced in r72613.
2890 * platform/chromium-gpu/test_expectations.txt:
2892 2010-11-23 Chris Rogers <crogers@google.com>
2896 Disable new XMLHttpRequest layout tests for Qt and gtk since they require ArrayBuffer support
2897 https://bugs.webkit.org/show_bug.cgi?id=49992
2899 * platform/gtk/Skipped:
2900 * platform/qt/Skipped:
2902 2010-11-23 Chris Guillory <chris.guillory@google.com>
2904 Reviewed by Dimitri Glazkov.
2906 Include the FrameView widget of a RenderWidget in the accessibility tree.
2907 https://bugs.webkit.org/show_bug.cgi?id=49106
2909 * accessibility/iframe-has-document-expected.txt: Added.
2910 * accessibility/iframe-has-document.html: Added.
2911 * platform/win/Skipped:
2913 2010-11-23 Tony Chang <tony@chromium.org>
2915 Reviewed by Ojan Vafai.
2917 [chromium] update plugin expectations
2918 https://bugs.webkit.org/show_bug.cgi?id=49988
2920 * platform/chromium/drt_expectations.txt: These tests are passing on the bot
2921 * platform/chromium/test_expectations.txt: Group and sort alphabetically
2923 2010-11-23 Chris Rogers <crogers@google.com>
2925 Reviewed by Alexey Proskuryakov.
2927 Add .responseType and .response to XMLHttpRequest
2928 https://bugs.webkit.org/show_bug.cgi?id=49633
2930 * fast/xmlhttprequest/xmlhttprequest-responsetype-abort-expected.txt: Added.
2931 * fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html: Added.
2932 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: Added.
2933 * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Added.
2934 * fast/xmlhttprequest/xmlhttprequest-responsetype-document-expected.txt: Added.
2935 * fast/xmlhttprequest/xmlhttprequest-responsetype-document.html: Added.
2936 * fast/xmlhttprequest/xmlhttprequest-responsetype-text-expected.txt: Added.
2937 * fast/xmlhttprequest/xmlhttprequest-responsetype-text.html: Added.
2938 * http/tests/resources/balls-of-the-orient.aif: Added.
2940 2010-11-23 Abhishek Arya <inferno@chromium.org>
2942 Reviewed by Adam Barth.
2944 Tests that we do not crash on EventSource status errors inside an iframe.
2945 https://bugs.webkit.org/show_bug.cgi?id=49448
2947 * http/tests/eventsource/eventsource-status-error-iframe-crash-expected.txt: Added.
2948 * http/tests/eventsource/eventsource-status-error-iframe-crash.html: Added.
2949 * http/tests/eventsource/resources/request-status-error.htm: Added.
2951 2010-11-23 Sheriff Bot <webkit.review.bot@gmail.com>
2953 Unreviewed, rolling out r72618.
2954 http://trac.webkit.org/changeset/72618
2955 https://bugs.webkit.org/show_bug.cgi?id=49987
2957 "Newly added test is failing on Chromium-linux, patch author
2958 said to rollout" (Requested by jparent on #webkit).
2960 * editing/selection/context-menu-text-selection-expected.txt: Removed.
2961 * editing/selection/context-menu-text-selection.html: Removed.
2963 2010-11-23 Julie Parent <jparent@chromium.org>
2965 Unreviewed, fixing chromium baselines.
2966 Adding back baselines that were removed in r72542 due to r72527, because
2967 r72527 was rolled ou in r72582.
2969 * platform/chromium-mac/fast/lists/001-vertical-expected.checksum:
2970 * platform/chromium-mac/fast/lists/001-vertical-expected.png:
2972 2010-11-23 Avi Drissman <avi@google.com>
2974 Reviewed by Antonio Gomes.
2976 Add preference to not select when right-clicked
2977 https://bugs.webkit.org/show_bug.cgi?id=23351
2979 * editing/selection/context-menu-text-selection-expected.txt: Added.
2980 * editing/selection/context-menu-text-selection.html: Added.
2982 2010-11-23 Alexander Pavlov <apavlov@chromium.org>
2984 Reviewed by Pavel Feldman.
2986 Web Inspector: [STYLES] invalid color values are not marked as such.
2987 https://bugs.webkit.org/show_bug.cgi?id=49960
2989 * inspector/resources/styles-new-API.css:
2991 * inspector/styles-new-API-expected.txt:
2992 * inspector/styles-source-offsets-expected.txt:
2994 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
2996 Unreviewed. Updated chromium expectations.
2998 Plugin tests were disabled.
3000 MAC : compositing/plugins/1x1-composited-plugin.html = CRASH
3001 MAC : compositing/plugins/composited-plugin.html = CRASH
3002 MAC : compositing/plugins/large-to-small-composited-plugin.html = CRASH
3003 MAC : compositing/plugins/small-to-large-composited-plugin.html = CRASH
3005 * platform/chromium-gpu/test_expectations.txt:
3007 2010-11-17 Zhenyao Mo <zmo@google.com>
3009 Reviewed by Kenneth Russell.
3011 readPixels should generate INVALID_ENUM if only one of type/format mismatch UNSIGNED_BYTE/RGBA
3012 https://bugs.webkit.org/show_bug.cgi?id=49673
3014 * fast/canvas/webgl/read-pixels-test-expected.txt: Added.
3015 * fast/canvas/webgl/read-pixels-test.html: Added.
3017 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3019 Unreviewed. Expectations for chromium were fixed.
3021 * platform/chromium-gpu/test_expectations.txt:
3022 * platform/chromium/test_expectations.txt:
3024 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3026 Unreviewed. Typo fixed.
3028 * platform/chromium/test_expectations.txt:
3030 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3032 Unreviewed. Updating test expectations for chromium.
3034 * platform/chromium/test_expectations.txt:
3036 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3038 Unreviewed. Adjusting expectations for chromium.
3040 * platform/chromium/test_expectations.txt:
3042 2010-11-23 Ilya Tikhonovsky <lo:wqislo@chromium.org>
3044 Unreviewed rollout r72534 and r72533 because r72544, r72530 and r72527 were reverted.
3046 * platform/chromium-linux/css1/box_properties/margin_right-expected.checksum:
3047 * platform/chromium-linux/css1/box_properties/padding_right-expected.checksum:
3048 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3049 * platform/chromium-linux/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3050 * platform/chromium-linux/editing/pasteboard/merge-end-list-expected.checksum:
3051 * platform/chromium-linux/editing/selection/extend-by-word-002-expected.checksum:
3052 * platform/chromium-linux/fast/css/background-shorthand-invalid-url-expected.checksum:
3053 * platform/chromium-linux/fast/doctypes/002-expected.checksum:
3054 * platform/chromium-linux/fast/lists/001-vertical-expected.checksum:
3055 * platform/chromium-linux/fast/lists/001-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/001-vertical-expected.txt.
3056 * platform/chromium-linux/fast/lists/002-expected.checksum:
3057 * platform/chromium-linux/fast/lists/002-vertical-expected.checksum:
3058 * platform/chromium-linux/fast/lists/002-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/002-vertical-expected.txt.
3059 * platform/chromium-linux/fast/lists/003-expected.checksum:
3060 * platform/chromium-linux/fast/lists/003-vertical-expected.checksum:
3061 * platform/chromium-linux/fast/lists/003-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/003-vertical-expected.txt.
3062 * platform/chromium-linux/fast/lists/007-vertical-expected.checksum:
3063 * platform/chromium-linux/fast/lists/007-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/007-vertical-expected.txt.
3064 * platform/chromium-linux/fast/lists/008-vertical-expected.checksum:
3065 * platform/chromium-linux/fast/lists/008-vertical-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/lists/008-vertical-expected.txt.
3066 * platform/chromium-linux/fast/lists/marker-before-empty-inline-expected.checksum:
3067 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.checksum: Removed.
3068 * platform/chromium-mac/css1/box_properties/margin_right-expected.checksum:
3069 * platform/chromium-mac/css1/box_properties/padding_right-expected.checksum:
3070 * platform/chromium-mac/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3071 * platform/chromium-mac/editing/pasteboard/merge-end-list-expected.checksum: Added.
3072 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Added.
3073 * platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.checksum: Added.
3074 * platform/chromium-mac/fast/lists/008-vertical-expected.checksum:
3075 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.checksum: Removed.
3076 * platform/chromium-win/css1/box_properties/margin_right-expected.checksum:
3077 * platform/chromium-win/css1/box_properties/margin_right-expected.txt:
3078 * platform/chromium-win/css1/box_properties/padding_right-expected.checksum:
3079 * platform/chromium-win/css1/box_properties/padding_right-expected.txt:
3080 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.checksum:
3081 * platform/chromium-win/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3082 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.checksum:
3083 * platform/chromium-win/editing/pasteboard/merge-end-list-expected.txt:
3084 * platform/chromium-win/editing/selection/extend-by-word-002-expected.checksum:
3085 * platform/chromium-win/editing/selection/extend-by-word-002-expected.txt:
3086 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.checksum:
3087 * platform/chromium-win/fast/css/background-shorthand-invalid-url-expected.txt:
3088 * platform/chromium-win/fast/doctypes/002-expected.checksum:
3089 * platform/chromium-win/fast/doctypes/002-expected.txt:
3090 * platform/chromium-win/fast/lists/001-vertical-expected.checksum:
3091 * platform/chromium-win/fast/lists/001-vertical-expected.txt:
3092 * platform/chromium-win/fast/lists/002-expected.checksum:
3093 * platform/chromium-win/fast/lists/002-expected.txt:
3094 * platform/chromium-win/fast/lists/002-vertical-expected.checksum:
3095 * platform/chromium-win/fast/lists/002-vertical-expected.txt:
3096 * platform/chromium-win/fast/lists/003-expected.checksum:
3097 * platform/chromium-win/fast/lists/003-expected.txt:
3098 * platform/chromium-win/fast/lists/003-vertical-expected.checksum:
3099 * platform/chromium-win/fast/lists/003-vertical-expected.txt:
3100 * platform/chromium-win/fast/lists/007-vertical-expected.checksum:
3101 * platform/chromium-win/fast/lists/007-vertical-expected.txt:
3102 * platform/chromium-win/fast/lists/008-vertical-expected.checksum:
3103 * platform/chromium-win/fast/lists/008-vertical-expected.txt:
3104 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.checksum:
3105 * platform/chromium-win/fast/lists/marker-before-empty-inline-expected.txt:
3106 * platform/chromium-win/fast/lists/outSideListMarkers-expected.checksum: Removed.
3107 * platform/chromium-win/fast/lists/outSideListMarkers-expected.txt: Removed.
3108 * platform/chromium/test_expectations.txt:
3110 2010-11-23 Ilya Tikhonovsky <loislo@chromium.org>
3114 fast/text/font-size-zero.html was disabled.
3115 It is failing on Mac platform.
3117 https://bugs.webkit.org/show_bug.cgi?id=49967
3119 * platform/chromium/test_expectations.txt:
3121 2010-11-23 Alejandro G. Castro <alex@igalia.com>
3123 Unreviewed. Rebaselined
3124 svg-curve-with-relative-cordinates-expected.txt test.
3126 Skipped fast/profiler/throw-exception-from-eval.html, checked in
3127 bug https://bugs.webkit.org/show_bug.cgi?id=49801
3129 Skipped fast/canvas/canvas-fillPath-shadow.html and
3130 fast/canvas/canvas-strokePath-shadow.html until we check if there
3131 is an issue in the gtk shadows or DRT.
3133 * platform/gtk/Skipped:
3134 * platform/gtk/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
3136 2010-11-18 Satish Sampath <satish@chromium.org>
3138 Reviewed by Jeremy Orlow.
3140 For speech input event, send an event object containing all the recognition results and metadata.
3141 https://bugs.webkit.org/show_bug.cgi?id=49736
3143 * fast/speech/input-onspeechchange-event-expected.txt: Added.
3144 * fast/speech/input-onspeechchange-event.html: New test to check multiple results.
3145 * fast/speech/input-text-language-tag.html: Updated with new method signature.
3146 * fast/speech/input-text-speechbutton.html: Ditto.
3147 * fast/speech/speech-button-ignore-generated-events.html: Ditto.
3149 2010-11-22 Alexey Proskuryakov <ap@apple.com>
3151 Reviewed by Darin Adler.
3153 https://bugs.webkit.org/show_bug.cgi?id=49860
3154 CSS style rules don't GC protect objects reachable as their properties
3156 * fast/dom/StyleSheet/gc-rule-children-wrappers-expected.txt: Added.
3157 * fast/dom/StyleSheet/gc-rule-children-wrappers.html: Added.
3159 2010-11-23 Csaba Osztrogonác <ossy@webkit.org>
3161 Unreviewed revert r72544 and r72530, because r72527 was reverted.
3163 Outside list bullets ignore text-align style.
3164 https://bugs.webkit.org/show_bug.cgi?id=15713
3166 * platform/gtk/css1/box_properties/margin_right-expected.txt:
3167 * platform/gtk/css1/box_properties/padding_right-expected.txt:
3168 * platform/gtk/fast/lists/001-vertical-expected.txt:
3169 * platform/gtk/fast/lists/002-vertical-expected.txt:
3170 * platform/gtk/fast/lists/003-vertical-expected.txt:
3171 * platform/gtk/fast/lists/007-vertical-expected.txt:
3172 * platform/gtk/fast/lists/008-vertical-expected.txt:
3173 * platform/gtk/fast/lists/outSideListMarkers-expected.txt: Removed.
3174 * platform/qt/css1/box_properties/margin_right-expected.checksum: Removed.
3175 * platform/qt/css1/box_properties/margin_right-expected.png: Removed.
3176 * platform/qt/css1/box_properties/margin_right-expected.txt:
3177 * platform/qt/css1/box_properties/padding_right-expected.checksum: Removed.
3178 * platform/qt/css1/box_properties/padding_right-expected.png: Removed.
3179 * platform/qt/css1/box_properties/padding_right-expected.txt:
3180 * platform/qt/editing/pasteboard/merge-end-list-expected.checksum: Removed.
3181 * platform/qt/editing/pasteboard/merge-end-list-expected.png: Removed.
3182 * platform/qt/editing/pasteboard/merge-end-list-expected.txt:
3183 * platform/qt/fast/doctypes/002-expected.checksum: Removed.
3184 * platform/qt/fast/doctypes/002-expected.png: Removed.
3185 * platform/qt/fast/doctypes/002-expected.txt:
3186 * platform/qt/fast/lists/001-vertical-expected.checksum:
3187 * platform/qt/fast/lists/001-vertical-expected.png:
3188 * platform/qt/fast/lists/001-vertical-expected.txt:
3189 * platform/qt/fast/lists/002-vertical-expected.checksum:
3190 * platform/qt/fast/lists/002-vertical-expected.png:
3191 * platform/qt/fast/lists/002-vertical-expected.txt:
3192 * platform/qt/fast/lists/003-vertical-expected.checksum:
3193 * platform/qt/fast/lists/003-vertical-expected.png:
3194 * platform/qt/fast/lists/003-vertical-expected.txt:
3195 * platform/qt/fast/lists/007-vertical-expected.checksum:
3196 * platform/qt/fast/lists/007-vertical-expected.png:
3197 * platform/qt/fast/lists/007-vertical-expected.txt:
3198 * platform/qt/fast/lists/008-vertical-expected.checksum:
3199 * platform/qt/fast/lists/008-vertical-expected.png:
3200 * platform/qt/fast/lists/008-vertical-expected.txt:
3201 * platform/qt/fast/lists/outSideListMarkers-expected.checksum: Removed.
3202 * platform/qt/fast/lists/outSideListMarkers-expected.png: Removed.
3203 * platform/qt/fast/lists/outSideListMarkers-expected.txt: Removed.
3205 2010-11-23 Helder Correia <helder@sencha.com>
3207 Reviewed by Ariya Hidayat.
3209 [Qt] Drawing an image on canvas with shadowBlur draws a solid shadow
3210 https://bugs.webkit.org/show_bug.cgi?id=49878
3212 New test checking solid and blurry shadow on images drawn on canvas.
3214 * fast/canvas/canvas-drawImage-shadow-expected.txt: Added.
3215 * fast/canvas/canvas-drawImage-shadow.html: Added.
3216 * fast/canvas/script-tests/canvas-drawImage-shadow.js: Added.
3218 2010-11-22 David Hyatt <hyatt@apple.com>
3220 Back out rebaselines from r72527.
3222 * platform/mac/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3223 * platform/mac/fast/lists/marker-before-empty-inline-expected.txt:
3225 2010-11-22 David Hyatt <hyatt@apple.com>
3227 Back out r72527 since it caused multiple rendering regressions. Details in bug.
3229 * fast/lists/outSideListMarkers-expected.txt: Removed.
3230 * fast/lists/outSideListMarkers.html: Removed.
3231 * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum:
3232 * platform/mac-leopard/css1/box_properties/margin_right-expected.png:
3233 * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum:
3234 * platform/mac-leopard/css1/box_properties/padding_right-expected.png:
3235 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum:
3236 * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png:
3237 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum:
3238 * platform/mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
3239 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.checksum:
3240 * platform/mac-leopard/fast/css/empty-pseudo-class-expected.png:
3241 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.checksum:
3242 * platform/mac-leopard/fast/css/first-child-pseudo-class-expected.png:
3243 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.checksum:
3244 * platform/mac-leopard/fast/css/first-of-type-pseudo-class-expected.png:
3245 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.checksum:
3246 * platform/mac-leopard/fast/css/last-child-pseudo-class-expected.png:
3247 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.checksum:
3248 * platform/mac-leopard/fast/css/last-of-type-pseudo-class-expected.png:
3249 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.checksum:
3250 * platform/mac-leopard/fast/css/only-child-pseudo-class-expected.png:
3251 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.checksum:
3252 * platform/mac-leopard/fast/css/only-of-type-pseudo-class-expected.png:
3253 * platform/mac-leopard/fast/doctypes/002-expected.checksum:
3254 * platform/mac-leopard/fast/doctypes/002-expected.png:
3255 * platform/mac-leopard/fast/lists/001-expected.checksum:
3256 * platform/mac-leopard/fast/lists/001-expected.png:
3257 * platform/mac-leopard/fast/lists/002-expected.checksum:
3258 * platform/mac-leopard/fast/lists/002-expected.png:
3259 * platform/mac-leopard/fast/lists/003-expected.checksum:
3260 * platform/mac-leopard/fast/lists/003-expected.png:
3261 * platform/mac/css1/box_properties/margin_right-expected.txt:
3262 * platform/mac/css1/box_properties/padding_right-expected.txt:
3263 * platform/mac/editing/pasteboard/merge-end-list-expected.txt:
3264 * platform/mac/editing/selection/extend-by-word-002-expected.checksum:
3265 * platform/mac/editing/selection/extend-by-word-002-expected.png:
3266 * platform/mac/editing/selection/extend-by-word-002-expected.txt:
3267 * platform/mac/fast/css/background-shorthand-invalid-url-expected.txt:
3268 * platform/mac/fast/css/empty-pseudo-class-expected.txt:
3269 * platform/mac/fast/css/first-child-pseudo-class-expected.txt:
3270 * platform/mac/fast/css/first-of-type-pseudo-class-expected.txt:
3271 * platform/mac/fast/css/last-child-pseudo-class-expected.txt:
3272 * platform/mac/fast/css/last-of-type-pseudo-class-expected.txt:
3273 * platform/mac/fast/css/only-child-pseudo-class-expected.txt:
3274 * platform/mac/fast/css/only-of-type-pseudo-class-expected.txt:
3275 * platform/mac/fast/doctypes/002-expected.txt:
3276 * platform/mac/fast/lists/001-expected.txt:
3277 * platform/mac/fast/lists/001-vertical-expected.checksum:
3278 * platform/mac/fast/lists/001-vertical-expected.png:
3279 * platform/mac/fast/lists/001-vertical-expected.txt:
3280 * platform/mac/fast/lists/002-expected.txt:
3281 * platform/mac/fast/lists/002-vertical-expected.checksum:
3282 * platform/mac/fast/lists/002-vertical-expected.png:
3283 * platform/mac/fast/lists/002-vertical-expected.txt:
3284 * platform/mac/fast/lists/003-expected.txt:
3285 * platform/mac/fast/lists/003-vertical-expected.checksum:
3286 * platform/mac/fast/lists/003-vertical-expected.png:
3287 * platform/mac/fast/lists/003-vertical-expected.txt:
3288 * platform/mac/fast/lists/007-vertical-expected.checksum:
3289 * platform/mac/fast/lists/007-vertical-expected.png:
3290 * platform/mac/fast/lists/007-vertical-expected.txt:
3291 * platform/mac/fast/lists/008-vertical-expected.checksum:
3292 * platform/mac/fast/lists/008-vertical-expected.png:
3293 * platform/mac/fast/lists/008-vertical-expected.txt:
3294 * platform/mac/fast/lists/outSideListMarkers-expected.checksum: Removed.
3295 * platform/mac/fast/lists/outSideListMarkers-expected.png: Removed.
3297 2010-11-22 Andreas Kling <kling@webkit.org>
3299 Reviewed by Ariya Hidayat.
3301 [Qt] Canvas: strokeText() and fillText() produce same shadow
3302 https://bugs.webkit.org/show_bug.cgi?id=48845
3304 Add test to verify that strokeText() doesn't produce a fillText() shadow.
3306 * fast/canvas/canvas-strokeText-strokes-shadow.html: Added.
3307 * fast/canvas/canvas-strokeText-strokes-shadow-expected.txt: Added.
3308 * fast/canvas/script-tests/canvas-strokeText-strokes-shadow.js: Added.
3310 2010-11-22 Adam Roben <aroben@apple.com>
3312 Update Windows 7 results for two tests
3314 Windows 7 uses different fonts from Windows XP on these tests (and even
3315 has a font that can render the inverted nun in bidi-mirror-he-ar.html).
3317 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.checksum:
3318 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.png:
3319 * platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt:
3320 * platform/win/fast/text/international/bold-bengali-expected.checksum: Added.
3321 * platform/win/fast/text/international/bold-bengali-expected.png: Added.
3322 * platform/win/fast/text/international/bold-bengali-expected.txt:
3324 2010-11-22 Adam Roben <aroben@apple.com>
3326 Update Windows 7 results for
3327 fast/text/international/complex-character-based-fallback.html
3329 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3330 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Added.
3331 * platform/win/fast/text/international/complex-character-based-fallback-expected.txt:
3333 2010-11-22 Adam Roben <aroben@apple.com>
3335 Update Windows XP results for
3336 fast/text/international/complex-character-based-fallback.html after
3339 The existing pixel results were XP-specific so I moved them into
3340 LayoutTests/platform/win-xp.
3342 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.checksum: Added.
3343 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.png: Added.
3344 * platform/win-xp/fast/text/international/complex-character-based-fallback-expected.txt:
3345 * platform/win/fast/text/international/complex-character-based-fallback-expected.checksum: Removed.
3346 * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed.
3348 2010-11-22 Adam Roben <aroben@apple.com>
3350 Update Windows results after r72552
3352 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
3353 * platform/win/fast/dom/prototype-inheritance-expected.txt:
3355 2010-11-22 James Robinson <jamesr@chromium.org>
3357 Reviewed by Dimitri Glazkov.
3359 [chromium] font-size:0 text runs should have zero width
3360 https://bugs.webkit.org/show_bug.cgi?id=49871
3362 Expands test to check width in addition to height.
3364 * fast/text/font-size-zero-expected.txt:
3365 * fast/text/font-size-zero.html:
3366 * fast/text/script-tests/font-size-zero.js:
3368 2010-11-22 Charlie Reis <creis@chromium.org>
3370 Reviewed by Darin Fisher.
3372 Update correct content state during back/forward navigations
3373 https://bugs.webkit.org/show_bug.cgi?id=48809
3375 Test that we update content state when leaving a form in a subframe.
3377 * fast/history/saves-state-after-frame-nav.html:
3378 * fast/history/saves-state-after-frame-nav-expected.txt:
3379 * fast/history/resources/subframe-with-form.html:
3381 2010-11-22 Julie Parent <jparent@chromium.org>
3383 Unreviewed. Add flaky crash expectation for fast/files/revoke-blob-url.html on mac debug.
3385 * platform/chromium/test_expectations.txt:
3387 2010-11-22 Adam Roben <aroben@apple.com>
3389 Update Windows results for transforms/2d/hindi-rotated.html after
3392 The existing pixel results were XP-specific so I moved them to
3393 LayoutTests/platform/win-xp.
3395 * platform/win-xp/transforms/2d/hindi-rotated-expected.checksum: Added.
3396 * platform/win-xp/transforms/2d/hindi-rotated-expected.png: Added.
3397 * platform/win-xp/transforms/2d/hindi-rotated-expected.txt:
3398 * platform/win/transforms/2d/hindi-rotated-expected.checksum:
3399 * platform/win/transforms/2d/hindi-rotated-expected.png:
3400 * platform/win/transforms/2d/hindi-rotated-expected.txt:
3402 2010-11-22 Ryosuke Niwa <rniwa@webkit.org>
3404 Unreviewed rebaseline for Chromium.
3406 Removed the erroneous expected result for editing/deleting/5168598.html on chromium linux.
3408 * platform/chromium-linux/editing/deleting/5168598-expected.txt: Removed.
3409 * platform/chromium/test_expectations.txt: Removed editing/deleting/5168598.html.
3411 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3413 Unreviewed. Update GTK and Mac specific expected results after r72552.
3415 * fast/dom/Window/window-properties-expected.txt:
3416 * fast/dom/prototype-inheritance-expected.txt:
3417 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
3418 * platform/gtk/fast/dom/prototype-inheritance-expected.txt:
3420 2010-11-22 Sam Weinig <sam@webkit.org>
3422 Update WebKit2 skipped list.
3424 * platform/mac-wk2/Skipped:
3426 2010-11-22 Csaba Osztrogonác <ossy@webkit.org>
3428 Unreviewed. Update Qt specific expected results after r72552.
3430 * platform/qt/fast/dom/Window/window-properties-expected.txt:
3431 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
3432 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
3434 2010-11-22 Ryosuke Niwa <rniwa@webkit.org>
3436 Unreviewed update of Windows's skipped list and Chromium's test expectation.
3438 fast/text/international/thai-cursor-position.html erroneously had an expected result
3439 on Windows even though textInputController hasn't been implemented on Windows (the bug 32021).
3441 Removed the expected result and added the tests to Windows platform's skipped list.
3443 * platform/chromium/test_expectations.txt: Removed fast/text/international/thai-cursor-position.html.
3444 * platform/win/Skipped: Added fast/text/international/thai-cursor-position.html.
3445 * platform/win/fast/text/international/thai-cursor-position-expected.txt: Removed.
3447 2010-10-21 Luiz Agostini <luiz.agostini@openbossa.org>
3449 Reviewed by Darin Adler.
3451 Implement CSSOM View matchMedia interface
3452 https://bugs.webkit.org/show_bug.cgi?id=37205
3454 New property matchMedia was added to window.
3456 * fast/dom/Window/window-properties-expected.txt:
3457 * fast/dom/Window/window-property-descriptors-expected.txt:
3459 window.matchMedia and MediaQueryList tests.
3461 * fast/media/media-query-list-01-expected.txt: Added.
3462 * fast/media/media-query-list-01.html: Added.
3464 The following tests depend on LayoutTestController::setViewModeMediaFeature() to work.
3465 As it is only implemented by Qt and Gtk the tests needed to be skipped in all other platforms.
3467 * fast/media/media-query-list-02-expected.txt: Added.
3468 * fast/media/media-query-list-02.html: Added.
3469 * fast/media/media-query-list-03-expected.txt: Added.
3470 * fast/media/media-query-list-03.html: Added.
3471 * fast/media/media-query-list-04-expected.txt: Added.
3472 * fast/media/media-query-list-04.html: Added.
3473 * fast/media/media-query-list-05-expected.txt: Added.
3474 * fast/media/media-query-list-05.html: Added.
3475 * fast/media/media-query-list-06-expected.txt: Added.