1 2011-03-12 Ilya Tikhonovsky <loislo@chromium.org>
3 Unreviewed. Update chromium test expectations.
5 * platform/chromium/test_expectations.txt:
7 2011-03-12 Ilya Tikhonovsky <loislo@chromium.org>
9 Unreviewed. Update chromium test expectations.
11 * platform/chromium/test_expectations.txt:
13 2011-03-11 Pavel Feldman <pfeldman@chromium.org>
15 Reviewed by Yury Semikhatsky.
17 Web Inspector: follow up to error reporting, fixing multiple regressions.
18 https://bugs.webkit.org/show_bug.cgi?id=56243
20 * inspector/elements/elements-panel-search.html:
22 2011-03-11 Anton D'Auria <adauria@apple.com>
24 Reviewed by Brady Eidson.
26 Adding StorageTracker tests to skip lists of platforms that don't support it.
27 https://bugs.webkit.org/show_bug.cgi?id=51878
29 * platform/gtk/Skipped:
30 * platform/qt/Skipped:
31 * platform/win/Skipped:
33 2011-03-11 David Levin <levin@chromium.org>
35 Fix prototype-inheritance-expected result due to two changes:
36 http://src.chromium.org/viewvc/chrome?view=rev&revision=77888 removed "google"
37 http://trac.webkit.org/changeset/80846 added WebKitAnimation/WebKitAnimationList
39 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
41 2011-03-11 David Levin <levin@chromium.org>
43 Update some baselines due to Skia update in Chromium.
44 Filed http://crbug.com/75820 about the odd look of the results (but
45 the odd look previously existed).
47 * platform/chromium-linux/svg/css/composite-shadow-text-expected.checksum:
48 * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
49 * platform/chromium-win/svg/css/composite-shadow-text-expected.checksum:
50 * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
52 2010-3-11 Eric Uhrhane <ericu@chromium.org>
54 Reviewed by David Levin.
56 Add tests for FileWriter
57 https://bugs.webkit.org/show_bug.cgi?id=44363
59 Fix small bugs in the utility functions and add setFileContents().
60 * fast/filesystem/resources/file-writer-utils.js:
62 Port the GC Blob test over to the new FileWriter utilities.
63 * fast/filesystem/file-writer-gc-blob-expected.txt:
64 * fast/filesystem/file-writer-gc-blob.html:
65 * fast/filesystem/resources/file-writer-gc-blob.js: Copied from LayoutTests/fast/filesystem/file-writer-gc-blob.html.
67 Add tests for progress events and overlapping writes [via seek].
68 * fast/filesystem/file-writer-events-expected.txt: Added.
69 * fast/filesystem/file-writer-events.html: Added.
70 * fast/filesystem/resources/file-writer-events.js: Added.
71 * fast/filesystem/file-writer-write-overlapped-expected.txt: Added.
72 * fast/filesystem/file-writer-write-overlapped.html: Added.
73 * fast/filesystem/resources/file-writer-write-overlapped.js: Added.
75 Worker versions of the above tests.
76 * fast/filesystem/workers/file-writer-events-expected.txt: Added.
77 * fast/filesystem/workers/file-writer-events.html: Added.
78 * fast/filesystem/workers/file-writer-gc-blob-expected.html: Added.
79 * fast/filesystem/workers/file-writer-gc-blob.html: Added.
80 * fast/filesystem/workers/file-writer-write-overlapped-expected.html: Added.
81 * fast/filesystem/workers/file-writer-write-overlapped.html: Added.
83 2011-03-11 Anton D'Auria <adauria@apple.com>
85 Reviewed and landed by Brady Eidson.
87 Add WebKit1 API to view and delete local storage
88 https://bugs.webkit.org/show_bug.cgi?id=51878
90 * platform/chromium/test_expectations.txt:
91 * storage/domstorage/localstorage/storagetracker: Added.
92 * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare-expected.txt: Added.
93 * storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html: Added.
94 * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create-expected.txt: Added.
95 * storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html: Added.
96 * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt: Added.
97 * storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html: Added.
98 * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create-expected.txt: Added.
99 * storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html: Added.
100 * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt: Added.
101 * storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html: Added.
103 2011-03-11 Jessie Berlin <jberlin@apple.com>
105 http/tests/websocket/tests/url-with-credential.html sometimes crashes beneath SocketStreamHandle::readStreamCallback on Windows
106 https://bugs.webkit.org/show_bug.cgi?id=56185
108 url-parsing.html appears to be causing the crashes in later tests.
109 Skipping the url-parsing.html test and unskipping the url-with-credential.html test.
113 * platform/win/Skipped:
115 2011-03-11 Ryosuke Niwa <rniwa@webkit.org>
117 Reviewed by Tony Chang.
119 drag-text-delay.html should be a dump as text test
120 https://bugs.webkit.org/show_bug.cgi?id=56223
122 Converted the test to a dump as text. Also reorganized the test code and added more descriptions.
124 * editing/selection/drag-text-delay-expected.txt:
125 * editing/selection/drag-text-delay.html:
126 * platform/chromium-linux/editing/selection/drag-text-delay-expected.checksum: Removed.
127 * platform/chromium-linux/editing/selection/drag-text-delay-expected.png: Removed.
128 * platform/chromium-win/editing/selection/drag-text-delay-expected.checksum: Removed.
129 * platform/chromium-win/editing/selection/drag-text-delay-expected.png: Removed.
130 * platform/chromium-win/editing/selection/drag-text-delay-expected.txt: Removed.
131 * platform/gtk/editing/selection/drag-text-delay-expected.checksum: Removed.
132 * platform/gtk/editing/selection/drag-text-delay-expected.png: Removed.
133 * platform/gtk/editing/selection/drag-text-delay-expected.txt: Removed.
134 * platform/mac/editing/selection/drag-text-delay-expected.checksum: Removed.
135 * platform/mac/editing/selection/drag-text-delay-expected.png: Removed.
136 * platform/mac/editing/selection/drag-text-delay-expected.txt:
137 * platform/win/editing/selection/drag-text-delay-expected.checksum: Removed.
138 * platform/win/editing/selection/drag-text-delay-expected.png: Removed.
139 * platform/win/editing/selection/drag-text-delay-expected.txt:
141 2011-03-11 Mihai Parparita <mihaip@chromium.org>
143 Chromium Mac expectations update. Rebaseline some more tests after
146 * fast/repaint/text-emphasis-h-expected.checksum:
147 * fast/repaint/text-emphasis-h-expected.png:
148 * platform/chromium-mac/fast/repaint/text-emphasis-h-expected.txt: Removed.
149 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.checksum:
150 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
151 * platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt: Added.
152 * platform/chromium/test_expectations.txt:
153 * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.checksum:
154 * platform/mac-leopard/fast/blockflow/vertical-baseline-alignment-expected.png:
156 2011-03-11 Mihai Parparita <mihaip@chromium.org>
158 Chromium Mac expectations update. Rebaseline some tests after r80582
159 (those that already had chromium-mac-leopard baselines).
161 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum:
162 * platform/chromium-mac-leopard/fast/blockflow/Kusa-Makura-background-canvas-expected.png:
163 * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum:
164 * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
165 * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum: Removed.
166 * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-selection-expected.png: Removed.
167 * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.checksum:
168 * platform/chromium-mac-leopard/fast/blockflow/japanese-lr-text-expected.png:
169 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.checksum:
170 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-selection-expected.png:
171 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.checksum:
172 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-expected.png:
173 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.checksum:
174 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-lr-expected.png:
175 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.checksum:
176 * platform/chromium-mac-leopard/fast/blockflow/japanese-ruby-vertical-rl-expected.png:
177 * platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.checksum:
178 * platform/chromium-mac-leopard/fast/blockflow/vertical-align-table-baseline-expected.png:
179 * platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.checksum:
180 * platform/chromium-mac-leopard/fast/blockflow/vertical-font-fallback-expected.png:
181 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.checksum:
182 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-clear-expected.png:
183 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
184 * platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
185 * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.checksum:
186 * platform/chromium-mac-leopard/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
187 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.checksum:
188 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.png:
189 * platform/chromium-mac-leopard/fast/text/international/text-combine-image-test-expected.txt:
190 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum: Removed.
191 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png: Removed.
192 * platform/chromium/test_expectations.txt:
193 * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.checksum:
194 * platform/mac-leopard/fast/blockflow/japanese-lr-selection-expected.png:
196 2011-03-11 David Hyatt <hyatt@apple.com>
198 Reviewed by Simon Fraser.
200 https://bugs.webkit.org/show_bug.cgi?id=52987
202 REGRESSION: Overflowing columns not repainted correctly
204 Make sure to add in column overflow as visual overflow as well. It was only propagating layout overflow, which is obviously not
205 sufficient, since blocks paint their own columns.
207 Added fast/multicol/scrolling-overflow.html
209 * fast/multicol/scrolling-overflow.html: Added.
210 * platform/mac/fast/multicol/scrolling-overflow-expected.checksum: Added.
211 * platform/mac/fast/multicol/scrolling-overflow-expected.png: Added.
212 * platform/mac/fast/multicol/scrolling-overflow-expected.txt: Added.
214 2011-03-11 Mihai Parparita <mihaip@chromium.org>
216 Mac and Chromium expectations update. Remove failing expectations for
217 tests that no longer fail. Rebaseline fast/overflow/
218 overflow-rtl-vertical.html and fast/lists/008-vertical.html after
221 * platform/chromium/test_expectations.txt:
222 * platform/mac/fast/lists/008-vertical-expected.checksum:
223 * platform/mac/fast/lists/008-vertical-expected.png:
224 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.checksum:
225 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.png:
227 2011-03-11 Mihai Parparita <mihaip@chromium.org>
229 Update Chromium expectations. Remove some commented out lines and
230 promote some expectatiosn from chromium-mac to mac-leopard, so that
231 those tests pass on chromium Snow Leopard (and mac Leopard).
233 * platform/chromium/test_expectations.txt:
234 * platform/mac-leopard/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum.
235 * platform/mac-leopard/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png.
236 * platform/mac-leopard/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Renamed from LayoutTests/platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum.
237 * platform/mac-leopard/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png.
239 2011-03-11 Andy Estes <aestes@apple.com>
241 Reviewed by David Hyatt.
243 Table cells with dynamically added percentage height descendants do not
244 grow in size if the table has already been laid out.
245 https://bugs.webkit.org/show_bug.cgi?id=56174
247 * fast/table/dynamic-descendant-percentage-height.html: Added.
248 * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.checksum: Added.
249 * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png: Added.
250 * platform/mac/fast/table/dynamic-descendant-percentage-height-expected.txt: Added.
252 2011-03-11 Dimitri Glazkov <dglazkov@chromium.org>
254 [GTK] Update expectations after r80857.
255 https://bugs.webkit.org/show_bug.cgi?id=55972
257 * platform/gtk/media/audio-controls-rendering-expected.txt:
258 * platform/gtk/media/audio-repaint-expected.txt:
259 * platform/gtk/media/controls-strict-expected.txt:
260 * platform/gtk/media/controls-styling-expected.txt:
261 * platform/gtk/media/controls-without-preload-expected.txt:
262 * platform/gtk/media/media-document-audio-repaint-expected.txt:
263 * platform/gtk/media/video-controls-rendering-expected.txt:
264 * platform/gtk/media/video-empty-source-expected.txt:
265 * platform/gtk/media/video-no-audio-expected.txt:
266 * platform/gtk/media/video-volume-slider-expected.txt:
267 * platform/gtk/media/video-zoom-controls-expected.txt:
269 2011-03-11 David Hyatt <hyatt@apple.com>
271 Reviewed by Dan Bernstein.
273 https://bugs.webkit.org/show_bug.cgi?id=47206
275 Table rows don't support ::before/::after. Add support to RenderTableRow::styleDidChange so that ::before/::after content gets
276 properly constructed.
278 Added fast/css-generated-content/table-row-before-after.html
280 * fast/css-generated-content/table-row-before-after.html: Added.
281 * platform/mac/fast/css-generated-content/table-row-before-after-expected.checksum: Added.
282 * platform/mac/fast/css-generated-content/table-row-before-after-expected.png: Added.
283 * platform/mac/fast/css-generated-content/table-row-before-after-expected.txt: Added.
285 2011-03-11 David Hyatt <hyatt@apple.com>
287 Reviewed by Simon Fraser.
289 https://bugs.webkit.org/show_bug.cgi?id=47159
291 CSS2.1 failures in background position parsing.
293 Rewrite background position component parsing to match the spec. Our old parsing would allow "100% left" to be valid
294 when it should not have. Rename parseFillPositionXY to parseFillPositionComponent and pass in enough information for
295 it to understand what the first component was.
297 For individual property parsing using background-position-x/y, I added new functions that just handle that without
298 worrying about the other component.
300 In order to pass the CSS2.1 test, I also had to fix multiple background parsing. The number of layers in multiple
301 backgrounds is determined solely by the background-image property and not by any of the other properties. cullEmptyLayers
302 has been changed to always consider a layer empty if it has no image set, even if other properties are set.
304 A number of layout tests had to be patched as they were invalid. A couple of them relied on incorrect background-position
305 parsing (e.g., "50 left") and another relied on incorrect multiple background parsing. It's not clear if the computed style
306 should actually include the additional values when no image is set though, so that should perhaps be the subject of a
309 Added fast/backgrounds/background-position-parsing.html
311 * fast/backgrounds/background-position-1.html:
312 * fast/backgrounds/background-position-parsing.html: Added.
313 * fast/backgrounds/multiple-backgrounds-computed-style-expected.txt:
314 * fast/backgrounds/repeat/parsing-background-repeat-expected.txt:
315 * fast/backgrounds/repeat/script-tests/parsing-background-repeat.js:
316 * fast/backgrounds/resources/diamond.png: Added.
317 * fast/backgrounds/resources/ring.png: Added.
318 * fast/backgrounds/script-tests/multiple-backgrounds-computed-style.js:
319 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.checksum:
320 * platform/mac/fast/backgrounds/animated-svg-as-background-expected.png:
321 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.checksum:
322 * platform/mac/fast/backgrounds/animated-svg-as-mask-expected.png:
323 * platform/mac/fast/backgrounds/background-position-parsing-expected.checksum: Added.
324 * platform/mac/fast/backgrounds/background-position-parsing-expected.png: Added.
325 * platform/mac/fast/backgrounds/background-position-parsing-expected.txt: Added.
326 * platform/mac/fast/backgrounds/bgCompositeCopy-expected.png:
327 * platform/mac/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png:
328 * platform/mac/fast/backgrounds/size/backgroundSize01-expected.png:
329 * platform/mac/fast/backgrounds/size/backgroundSize03-expected.png:
330 * platform/mac/fast/backgrounds/size/backgroundSize05-expected.png:
331 * platform/mac/fast/backgrounds/size/backgroundSize06-expected.png:
332 * platform/mac/fast/backgrounds/size/backgroundSize07-expected.png:
333 * platform/mac/fast/backgrounds/size/backgroundSize08-expected.png:
334 * platform/mac/fast/backgrounds/size/backgroundSize09-expected.png:
335 * platform/mac/fast/backgrounds/size/backgroundSize10-expected.png:
336 * platform/mac/fast/backgrounds/size/backgroundSize11-expected.png:
337 * platform/mac/fast/backgrounds/size/backgroundSize12-expected.png:
338 * platform/mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
339 * platform/mac/fast/backgrounds/size/backgroundSize22-expected.png:
340 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.checksum:
341 * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png:
342 * platform/mac/fast/backgrounds/svg-as-background-4-expected.png:
344 2011-03-11 Vangelis Kokkevis <vangelis@chromium.org>
346 Reviewed by James Robinson.
348 [chromium] Adding a test for rotated large layers.
349 https://bugs.webkit.org/show_bug.cgi?id=55984
351 * platform/chromium/compositing/huge-layer-rotated-expected.checksum: Added.
352 * platform/chromium/compositing/huge-layer-rotated-expected.png: Added.
353 * platform/chromium/compositing/huge-layer-rotated-expected.txt: Added.
354 * platform/chromium/compositing/huge-layer-rotated.html: Added.
356 2011-03-08 Dimitri Glazkov <dglazkov@chromium.org>
358 Reviewed by Eric Carlson.
360 Convert MediaControlTimeDisplayElement to use standard layout with a custom renderer.
361 https://bugs.webkit.org/show_bug.cgi?id=55972
363 Update test results, because they are now laying out timeline consistently.
365 * media/audio-repaint-expected.txt: Updated.
366 * platform/mac/media/audio-controls-rendering-expected.checksum: Ditto.
367 * platform/mac/media/audio-controls-rendering-expected.png: Ditto.
368 * platform/mac/media/audio-controls-rendering-expected.txt: Ditto.
369 * platform/mac/media/audio-repaint-expected.checksum: Ditto.
370 * platform/mac/media/audio-repaint-expected.png: Ditto.
372 2011-03-11 Adam Roben <aroben@apple.com>
374 Update Windows results after r80846
376 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
377 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
378 * platform/win/fast/dom/prototype-inheritance-expected.txt:
379 * platform/win/fast/js/global-constructors-expected.txt:
381 2011-03-11 Adam Roben <aroben@apple.com>
383 Skip a crashing test on Windows
385 The crash is tracked by <http://webkit.org/b/56185>.
387 * platform/win/Skipped: Added http/tests/websocket/tests/url-with-credential.html. Grouped
388 possibly-related websocket crashes.
390 2011-03-11 Adam Roben <aroben@apple.com>
392 Disable fast/text/large-text-composed-char-dos.html
394 It is failing on multiple bots. The failure is tracked by <http://webkit.org/b/56140>.
396 * fast/text/large-text-composed-char-dos.html-disabled: Renamed from LayoutTests/fast/text/large-text-composed-char-dos.html.
398 2011-03-11 Dean Jackson <dino@apple.com>
400 Reviewed by Simon Fraser and Chris Marrin.
402 https://bugs.webkit.org/show_bug.cgi?id=54151
403 Implement an API to play/pause/scrub animations
405 This is Part 1. Adds the new WebKitAnimation and WebKitAnimationList
406 APIs, exposed via Element.getWebKitAnimations(). This first pass
407 is read-only. One new layout test that examines animation
408 properties. Update existing layout tests for the new interfaces
411 * animations/animation-api-1-expected.txt: Added.
412 * animations/animation-api-1.html: Added.
413 * fast/dom/Window/window-properties-expected.txt:
414 * fast/dom/Window/window-property-descriptors-expected.txt:
415 * fast/dom/prototype-inheritance-2-expected.txt:
416 * fast/dom/prototype-inheritance-expected.txt:
417 * fast/js/global-constructors-expected.txt:
419 2011-03-11 Ilya Tikhonovsky <loislo@chromium.org>
421 Reviewed by Yury Semikhatsky.
423 Web Inspector: introduce error argument for all the callbacks on frontend.
424 https://bugs.webkit.org/show_bug.cgi?id=56100
426 * http/tests/inspector/extensions-test.js:
427 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
428 * http/tests/inspector/inspector-test.js:
429 (initialize_InspectorTest.InspectorTest.evaluateInPage.mycallback):
430 (initialize_InspectorTest.InspectorTest.evaluateInPage):
431 * inspector/console/console-dir-global.html:
432 * inspector/elements/dom-agent-query-selector.html:
433 * inspector/protocol/console-agent-expected.txt:
434 * inspector/protocol/console-agent.html:
435 * inspector/protocol/runtime-agent-expected.txt:
436 * inspector/protocol/runtime-agent.html:
437 * inspector/report-protocol-errors-expected.txt:
438 * inspector/report-protocol-errors.html:
439 * inspector/styles/styles-new-API.html:
440 * inspector/styles/styles-source-offsets.html:
441 * inspector/timeline/timeline-test.js:
442 (initialize_Timeline.InspectorTest.stopTimeline):
444 2011-03-11 Yury Semikhatsky <yurys@chromium.org>
446 Reviewed by Pavel Feldman.
448 Web Inspector: split InjectedScriptHost into InjectedScriptManager and InjectedScriptHost
449 https://bugs.webkit.org/show_bug.cgi?id=56173
451 * inspector/protocol/console-agent-expected.txt:
452 * inspector/protocol/console-agent.html:
454 2011-03-11 Sergio Villar Senin <svillar@igalia.com>
456 [GTK] JSC crashes in 32bit Release bots after r80743
457 https://bugs.webkit.org/show_bug.cgi?id=56180
459 Skipping a couple of tests until the original issue is fixed.
461 * platform/gtk/Skipped:
463 2011-03-11 Sergio Villar Senin <svillar@igalia.com>
465 Added new GTK+ test expectations.
467 * platform/gtk/fast/backgrounds/positioned-root-expected.checksum: Added.
468 * platform/gtk/fast/backgrounds/positioned-root-expected.png: Added.
469 * platform/gtk/fast/backgrounds/positioned-root-expected.txt: Added.
470 * platform/gtk/fast/backgrounds/table-root-expected.checksum: Added.
471 * platform/gtk/fast/backgrounds/table-root-expected.png: Added.
472 * platform/gtk/fast/backgrounds/table-root-expected.txt: Added.
473 * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
474 * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
475 * platform/gtk/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
476 * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
477 * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
478 * platform/gtk/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
479 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added.
480 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png: Added.
481 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added.
483 2011-03-11 Yury Semikhatsky <yurys@chromium.org>
485 Unreviewed. Roll out r80837.
487 * inspector/protocol/console-agent-expected.txt:
488 * inspector/protocol/console-agent.html:
490 2011-03-11 Andrey Kosyakov <caseq@chromium.org>
492 Unreviewied trivial fix. Leave default state of setMonitoringXHREnabled intact so it doesn't affect other tests.
494 * inspector/report-API-errors.html:
496 2011-03-11 Yury Semikhatsky <yurys@chromium.org>
498 Reviewed by Pavel Feldman.
500 Web Inspector: split InjectedScriptHost into InjectedScriptManager and InjectedScriptHost
501 https://bugs.webkit.org/show_bug.cgi?id=56173
503 * inspector/protocol/console-agent-expected.txt:
504 * inspector/protocol/console-agent.html:
506 2011-03-11 Sergio Villar Senin <svillar@igalia.com>
510 Skipping two test cases that are failing on GTK debug bots.
512 * platform/gtk/Skipped:
514 2011-03-11 Andrey Kosyakov <caseq@chromium.org>
516 Reviewed by Pavel Feldman.
518 Web Inspector: resource load cancellation is reported to console as an error
519 https://bugs.webkit.org/show_bug.cgi?id=55764
521 - mark interruptionForPolicyChangeError as cancellation
522 - do not log resource cancelation as an error
523 - always push resource to front-end before console message, so front-end can use resource info while formatting message.
525 * http/tests/inspector/console-resource-errors-expected.txt:
526 * http/tests/inspector/console-resource-errors.html: Added test for lack of console messages during policy change (at download)
527 * http/tests/inspector/console-xhr-logging-expected.txt:
528 * http/tests/inspector/console-xhr-logging.html: Added test for reporting of cross-origin XHR errors.
529 * http/tests/inspector/resources/empty.zip: Added.
531 2011-03-11 Ilya Sherman <isherman@chromium.org>
533 Reviewed by Kent Tamura.
535 [Chromium] missing HTMLInputElement::setValueForUser() to tests
536 https://bugs.webkit.org/show_bug.cgi?id=55854
538 * platform/chromium/test_expectations.txt: Removed onchange-setvalueforuser.html
540 2011-03-11 Philippe Normand <pnormand@igalia.com>
543 tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
544 on GTK again after being unskipped by accident in r80738.
546 * platform/gtk/Skipped:
548 2011-03-10 Emil A Eklund <eae@chromium.org>
550 Reviewed by Alexey Proskuryakov.
552 The web colours palevioletred and mediumpurple are incorrect
553 https://bugs.webkit.org/show_bug.cgi?id=46658
555 Added test for named colors.
557 * fast/css/named-colors-expected.txt: Added.
558 * fast/css/named-colors.html: Added.
560 2011-03-10 Roland Steiner <rolandsteiner@chromium.org>
562 Unreviewed: update Chromium test expectations.
564 * platform/chromium-linux/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
565 * platform/chromium-linux/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
566 * platform/chromium-linux/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
567 * platform/chromium-linux/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
568 * platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
569 * platform/chromium-mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
570 * platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
571 * platform/chromium-mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
572 * platform/chromium-mac/fast/js/kde/function_length-expected.txt: Removed.
573 * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
574 * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
575 * platform/chromium-win/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
576 * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
577 * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
578 * platform/chromium-win/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
579 * platform/chromium-win/fast/js/kde/function_length-expected.txt: Removed.
580 * platform/chromium/test_expectations.txt:
582 2011-03-10 Adam Barth <abarth@webkit.org>
584 Reviewed by Alexey Proskuryakov.
586 document.compatMode is incorrect for javascript: protocol URLs in IFRAMEs
587 https://bugs.webkit.org/show_bug.cgi?id=27845
589 This bug was randomly fixed by the HTML5 parser.
591 * fast/parser/javascript-url-compat-mode-expected.txt: Added.
592 * fast/parser/javascript-url-compat-mode.html: Added.
594 2011-03-10 Ami Fischman <fischman@google.com>
596 Reviewed by David Levin.
598 video-controls-in-media-document.html used to silently rely on
599 timeupdate firing immediately upon playback start, and before any
600 frames changed. This was (unsurprisingly, in retrospect)
601 super-brittle. This change instead uses an explicit seek to put
602 the video in a predictable state. The expected.png change is only to
603 change the "pause" button to "play" (which is part of what's
604 required to have the video be in a predictable state for the pixel
605 diff). An equivalent rebaselining needs to happen for chromium
608 * media/video-controls-in-media-document.html:
609 * platform/chromium/media/video-controls-in-media-document-expected.checksum:
610 * platform/chromium/media/video-controls-in-media-document-expected.png:
611 * platform/chromium/test_expectations.txt:
613 2011-03-10 Roland Steiner <rolandsteiner@chromium.org>
615 Unreviewed: tweak Chromium test_expectations.txt
617 * platform/chromium/test_expectations.txt:
619 2011-03-10 Jeremy Moskovich <jeremy@chromium.org>
621 Reviewed by Darin Adler.
623 Fix navigation menus on a bunch of sites in WebKit.
624 https://bugs.webkit.org/show_bug.cgi?id=52535
626 Add test to make sure that offsetLeft matches FF/IE for a relatively
627 positioned TD and IFRAME elements.
628 Testcase is a reduction from doula.co.il.
630 * fast/block/positioning/offsetLeft-relative-iframe-expected.txt: Added.
631 * fast/block/positioning/offsetLeft-relative-iframe.html: Added.
632 * fast/block/positioning/offsetLeft-relative-td-expected.txt: Added.
633 * fast/block/positioning/offsetLeft-relative-td.html: Added.
635 2011-03-10 Adam Barth <abarth@webkit.org>
637 Reviewed by Darin Adler.
639 REGRESSION (r66428/r71892): Crash after assertion failure (!m_reachedTerminalState) in ResourceLoader::didCancel()
640 https://bugs.webkit.org/show_bug.cgi?id=51357
642 Test that we don't crash when calling close immedately after print.
644 * printing/print-close-crash-expected.txt: Added.
645 * printing/print-close-crash.html: Added.
647 2011-03-10 Emil A Eklund <eae@chromium.org>
649 Reviewed by Dimitri Glazkov.
651 style.display affecting the initial selectedIndex value of a <select> when it's multiple attribute is set programatically
652 https://bugs.webkit.org/show_bug.cgi?id=53860
654 Add tests for selectedIndex when changing the multiple property on a select element.
656 * fast/dom/HTMLSelectElement/change-multiple-preserve-selection-expected.txt: Added.
657 * fast/dom/HTMLSelectElement/change-multiple-preserve-selection.html: Added.
659 2011-03-10 Rik Cabanier <cabanier@gmail.com>
661 Reviewed by Tony Gentilcore.
663 Fix that allows fixed length values to be floating point
664 https://bugs.webkit.org/show_bug.cgi?id=52699
666 Transitions now return matrices in floating point. 2 of the transition tests were failing
667 because they expected integer values.
669 * transitions/matched-transform-functions.html:
670 * transitions/retargetted-transition.html:
672 2011-03-10 Ryosuke Niwa <rniwa@webkit.org>
674 Added 3 http tests to Windows port's skipped list.
675 Tracked by https://bugs.webkit.org/show_bug.cgi?id=56167
677 * platform/win/Skipped:
679 2011-03-10 Alice Boxhall <aboxhall@chromium.org>
681 Reviewed by Dimitri Glazkov.
683 NULL pointer crash when using :empty and :first-line pseudoclass selectors together
684 https://bugs.webkit.org/show_bug.cgi?id=53316
686 * fast/css/empty-first-line-crash-expected.txt: Added.
687 * fast/css/empty-first-line-crash.html: Added.
689 2011-03-10 Martin Robinson <mrobinson@igalia.com>
691 Rebaseline a test which differs on the bots from my local machine.
693 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Update results.
695 2011-03-10 takano takumi <takano@apple.com>
697 Reviewed by David Hyatt.
699 Crash in RenderCombineText::combineText when running fast/text/international/text-combine-parser-test.html on Windows with full page heap enabled
700 https://bugs.webkit.org/show_bug.cgi?id=55069
702 * platform/win/Skipped: Removed text-combine-parser-test.html
704 2011-03-10 Emil A Eklund <eae@chromium.org>
706 Reviewed by Darin Adler.
708 Collection cache not reset when moving base node between documents
709 https://bugs.webkit.org/show_bug.cgi?id=55446
711 Add tests for accessing elements moved across documents using namedItem.
713 * fast/dom/HTMLFormElement/invalid-form-field-expected.txt: Added.
714 * fast/dom/HTMLFormElement/invalid-form-field.html: Added.
715 * fast/dom/HTMLFormElement/move-option-between-documents-expected.txt: Added.
716 * fast/dom/HTMLFormElement/move-option-between-documents.html: Added.
717 * fast/dom/collection-nameditem-move-between-documents-expected.txt: Added.
718 * fast/dom/collection-nameditem-move-between-documents.html: Added.
720 2011-03-10 Alexey Proskuryakov <ap@apple.com>
722 Reviewed by Dan Bernstein.
724 Backspace deletes all non-BMP symbols at once, and then some
725 https://bugs.webkit.org/show_bug.cgi?id=55971
726 <rdar://problem/8725312>
728 * platform/mac/editing/input/insert-delete-smp-symbol-expected.txt: Added.
729 * platform/mac/editing/input/insert-delete-smp-symbol.html: Added.
731 2011-03-10 David Hyatt <hyatt@apple.com>
733 Reviewed by Simon Fraser.
735 https://bugs.webkit.org/show_bug.cgi?id=47151
737 Percentage heights should skip anonymous containing blocks when computing the used value.
739 Added fast/block/basic/percentage-height-inside-anonymous-block.html
741 * fast/block/basic/percent-height-inside-anonymous-block.html: Added.
742 * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.checksum: Added.
743 * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Added.
744 * platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.txt: Added.
746 2011-01-25 Martin Robinson <mrobinson@igalia.com>
748 Reviewed by Xan Lopez.
750 [GTK] Implement spin buttons for GTK+ 2.x
751 https://bugs.webkit.org/show_bug.cgi?id=53098
753 Unskip tests which are now passing with the spin button implementation.
754 Add results for one test.
756 * platform/gtk/Skipped: Unskip passing tests.
757 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.checksum: Added.
758 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
759 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
761 2011-03-10 Levi Weintraub <leviw@chromium.org>
763 Reviewed by Ryosuke Niwa.
765 InsertUnorderedList over a non-editable region and multiple lines enters an infinite loop
766 https://bugs.webkit.org/show_bug.cgi?id=53409
768 Avoiding crashes and infinite loops when listifying content with mixed-editability
770 * editing/execCommand/insert-list-with-noneditable-content-expected.txt: Added.
771 * editing/execCommand/insert-list-with-noneditable-content.html: Added.
773 2011-03-10 Berend-Jan Wever <skylined@chromium.org>
775 Reviewed by Darin Adler.
777 Calling focus() on an area element not in a document should not cause a NULL ptr crash
778 https://bugs.webkit.org/show_bug.cgi?id=54877
780 * fast/dom/HTMLAreaElement: Added.
781 * fast/dom/HTMLAreaElement/area-islink-focus-null-ptr-crash-expected.txt: Added.
782 * fast/dom/HTMLAreaElement/area-islink-focus-null-ptr-crash.html: Added.
784 2011-03-10 Ryosuke Niwa <rniwa@webkit.org>
786 Windows rebaselines for r80755.
788 * platform/win/editing/selection/caret-ltr-right-expected.txt:
789 * platform/win/editing/selection/caret-rtl-2-left-expected.txt:
790 * platform/win/editing/selection/caret-rtl-right-expected.txt:
791 * platform/win/fast/forms/file-input-disabled-expected.txt:
793 2011-03-10 Xiyuan Xia <xiyuan@chromium.org>
795 Reviewed by Tony Chang.
797 [Chromium] Fix default single selection select's popup background on chromium/linux
798 https://bugs.webkit.org/show_bug.cgi?id=56023
800 * fast/html/select-dropdown-consistent-background-color-expected.txt: Added.
801 * fast/html/select-dropdown-consistent-background-color.html: Added.
803 2011-03-10 Kris Jordan <krisjordan@gmail.com>
805 Reviewed by Alexey Proskuryakov.
807 Testing the improved Accept header as per bug 27267.
808 https://bugs.webkit.org/show_bug.cgi?id=27267
810 * http/tests/misc/xhtml-expected.txt: Tests against improved Accept header.
812 2011-03-10 Kent Tamura <tkent@chromium.org>
814 Reviewed by Dimitri Glazkov.
816 Assertion fails by validating a form twice very quickly
817 https://bugs.webkit.org/show_bug.cgi?id=56069
819 * fast/forms/interactive-validation-assertion-by-validate-twice-expected.txt: Added.
820 * fast/forms/interactive-validation-assertion-by-validate-twice.html: Added.
821 * fast/forms/interactive-validation-attach-assertion.html: Remove unnecessary offsetLeft trick.
822 * platform/gtk/Skipped:
823 * platform/mac/Skipped:
824 * platform/qt/Skipped:
825 * platform/win/Skipped:
827 2011-03-10 Martin Robinson <mrobinson@igalia.com>
829 Unskipping some crashers on GTK+. These no longer crash locally and we'd
830 like to figure out if they still crash on the bots. Move one flaky test
831 to the appropriate section.
833 * platform/gtk/Skipped: Unskip tests passing locally.
835 2011-03-10 David Hyatt <hyatt@apple.com>
837 Reviewed by Beth Dakin.
839 https://bugs.webkit.org/show_bug.cgi?id=47143
841 Static distance computation is wrong when an ancestor is also positioned. We need to go up the container()
842 chain (after initially starting with the parent()) when doing this computation, so that we properly skip
843 intermediate boxes between two positioned blocks.
845 Added fast/block/positioning/static-distance-with-positioned-ancestor.html.
847 * fast/block/positioning/static-distance-with-positioned-ancestor.html: Added.
848 * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.checksum: Added.
849 * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Added.
850 * platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt: Added.
852 2011-03-10 David Hyatt <hyatt@apple.com>
854 Reviewed by Simon Fraser.
856 https://bugs.webkit.org/show_bug.cgi?id=47147
858 Fix for repaint issues when the root element is a table and needs to paint a background that
859 covers the entire canvas. Remove paintRootBoxDecorations and replace with paintRootBoxFillLayers,
860 so that it can be called only for fill layer painting. Make tables and normal boxes both
861 call this new method. Fix the dirty check at the start of RenderTable paint to not happen if
862 the table is the root of the document (this same check exists in RenderBlock painting already).
864 * fast/backgrounds/positioned-root.html: Added.
865 * fast/backgrounds/table-root.html: Added.
866 * platform/mac/fast/backgrounds/positioned-root-expected.checksum: Added.
867 * platform/mac/fast/backgrounds/positioned-root-expected.png: Added.
868 * platform/mac/fast/backgrounds/positioned-root-expected.txt: Added.
869 * platform/mac/fast/backgrounds/table-root-expected.checksum: Added.
870 * platform/mac/fast/backgrounds/table-root-expected.png: Added.
871 * platform/mac/fast/backgrounds/table-root-expected.txt: Added.
873 2011-03-10 Mihai Parparita <mihaip@chromium.org>
875 Update chromium Snow Leopard expectations.
877 * platform/chromium/test_expectations.txt:
879 2011-03-10 David Hyatt <hyatt@apple.com>
881 Reviewed by Simon Fraser.
883 https://bugs.webkit.org/show_bug.cgi?id=47157
885 CSS2.1 test suite failures because the ex unit is broken with the Ahem font.
887 Remove the code that tries to also include the maxX of the glyph bounds for the
888 'x' glyph, since it just causes the x-height to be way too large in cases where the 'x' glyph extends
891 Remove the Apple Symbol hack for ex units, since the person who added that was confused by another
892 issue, namely that CGFontGetXHeight wasn't being properly multiplied by the pointSize. That's why
893 the value was too small. Patched the code to just multiply by pointSize and took out the hack.
895 Fix causes many tests in the css2.1 directory to progress, so no new tests required. Many other
896 layout tests change because the xHeight for Lucida Grande gets smaller by a little bit, and radio
897 buttons use ex horizontal margins by default.
899 * platform/mac/accessibility/radio-button-group-members-expected.txt:
900 * platform/mac/css1/box_properties/acid_test-expected.txt:
901 * platform/mac/css1/font_properties/font_size-expected.txt:
902 * platform/mac/css1/text_properties/line_height-expected.txt:
903 * platform/mac/css1/text_properties/text_indent-expected.txt:
904 * platform/mac/css1/units/length_units-expected.txt:
905 * platform/mac/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
906 * platform/mac/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
907 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.txt:
908 * platform/mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.txt:
909 * platform/mac/css2.1/t100801-c544-valgn-01-d-ag-expected.txt:
910 * platform/mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
911 * platform/mac/css2.1/t100801-c548-ln-ht-02-b-ag-expected.txt:
912 * platform/mac/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
913 * platform/mac/css2.1/t1601-c547-indent-00-b-a-expected.txt:
914 * platform/mac/css2.1/t1604-c541-word-sp-00-b-a-expected.txt:
915 * platform/mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.txt:
916 * platform/mac/editing/selection/caret-ltr-2-expected.txt:
917 * platform/mac/editing/selection/caret-ltr-2-left-expected.txt:
918 * platform/mac/editing/selection/caret-ltr-expected.txt:
919 * platform/mac/editing/selection/caret-ltr-right-expected.txt:
920 * platform/mac/editing/selection/caret-rtl-2-expected.txt:
921 * platform/mac/editing/selection/caret-rtl-2-left-expected.txt:
922 * platform/mac/editing/selection/caret-rtl-expected.txt:
923 * platform/mac/editing/selection/caret-rtl-right-expected.txt:
924 * platform/mac/fast/block/basic/011-expected.txt:
925 * platform/mac/fast/block/margin-collapse/103-expected.txt:
926 * platform/mac/fast/css/ex-after-font-variant-expected.txt:
927 * platform/mac/fast/css/non-standard-checkbox-size-expected.txt:
928 * platform/mac/fast/forms/001-expected.txt:
929 * platform/mac/fast/forms/basic-inputs-expected.txt:
930 * platform/mac/fast/forms/box-shadow-override-expected.txt:
931 * platform/mac/fast/forms/checkbox-radio-onchange-expected.txt:
932 * platform/mac/fast/forms/file-input-disabled-expected.txt:
933 * platform/mac/fast/forms/form-element-geometry-expected.txt:
934 * platform/mac/fast/forms/formmove-expected.txt:
935 * platform/mac/fast/forms/formmove2-expected.txt:
936 * platform/mac/fast/forms/indeterminate-expected.txt:
937 * platform/mac/fast/forms/input-appearance-height-expected.txt:
938 * platform/mac/fast/forms/input-value-expected.txt:
939 * platform/mac/fast/forms/minWidthPercent-expected.txt:
940 * platform/mac/fast/forms/radio-attr-order-expected.txt:
941 * platform/mac/fast/forms/radio-nested-labels-expected.txt:
942 * platform/mac/fast/forms/radio_checked-expected.txt:
943 * platform/mac/fast/forms/radio_checked_dynamic-expected.txt:
944 * platform/mac/fast/inline/positionedLifetime-expected.txt:
945 * platform/mac/fast/lists/008-expected.txt:
946 * platform/mac/fast/lists/008-vertical-expected.txt:
947 * platform/mac/fast/media/mq-relative-constraints-08-expected.txt:
948 * platform/mac/fast/overflow/overflow-rtl-expected.txt:
949 * platform/mac/fast/overflow/overflow-rtl-vertical-expected.txt:
950 * platform/mac/fast/parser/bad-xml-slash-expected.txt:
951 * platform/mac/fast/replaced/replaced-breaking-expected.txt:
952 * platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
953 * platform/mac/fast/replaced/width100percent-radio-expected.txt:
954 * platform/mac/fast/text/textIteratorNilRenderer-expected.txt:
955 * platform/mac/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
956 * platform/mac/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt:
957 * platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
958 * platform/mac/svg/custom/alignment-baseline-modes-expected.txt:
959 * platform/mac/svg/custom/dominant-baseline-modes-expected.txt:
960 * platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
961 * platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
962 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.txt:
963 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.txt:
964 * svg/custom/invalid-text-content-expected.png:
965 * svg/custom/text-zoom-expected.png:
966 * svg/custom/use-clipped-transform-expected.png:
968 2011-03-10 Adam Roben <aroben@apple.com>
970 Skip a test that sometimes times out in Windows Debug builds
972 <http://webkit.org/b/56080> tracks the failure.
974 * platform/win-xp/Skipped: Added jquery/effects.html. (Ideally we'd only skip this in Debug
975 builds regardless of whether it's XP or Vista or 7, but doing that requires fixing
976 <http://webkit.org/b/55254>.)
978 2011-03-04 Luiz Agostini <luiz.agostini@openbossa.org>
980 Reviewed by Andreas Kling.
982 [Qt] fast/workers/stress-js-execution.html is crashing on Qt bot (intermittently)
983 https://bugs.webkit.org/show_bug.cgi?id=33008
985 Removing several tests from the Qt skip list. Those tests were flaky because of race conditions
986 related to web workers.
988 * platform/qt/Skipped:
990 2011-03-09 Gavin Barraclough <barraclough@apple.com>
992 Reviewed by Oliver Hunt.
994 Bug 56077 - ES5 conformance issues with RegExp.prototype
996 There are three issues causing test failures in sputnik.
998 (1) lastIndex should be converted at the point it is used, not the point it is set (this is visible if valueOf is overridden).
999 (2) The 'length' property of the test/exec functions should be 1.
1000 (3) If no input is specified, the input to test()/exec() is "undefined" (i.e. ToString(undefined)) - not RegExp.input.
1002 * fast/js/kde/function_length-expected.txt:
1003 * fast/js/kde/script-tests/function_length.js:
1004 - 'length' of RexExp.test/RexExp.exec is 1
1005 * fast/js/regexp-caching-expected.txt:
1006 * fast/js/regexp-test-null-string-expected.txt:
1007 * fast/js/regexp-test-null-string.html:
1008 - test() is equivalent to test("undefined")
1009 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A11-expected.txt:
1010 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T16-expected.txt:
1011 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A4_T11-expected.txt:
1012 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A11-expected.txt:
1013 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.3_RegExp.prototype.test/S15.10.6.3_A1_T16-expected.txt:
1014 - These tests now pass!
1016 2011-03-10 Sheriff Bot <webkit.review.bot@gmail.com>
1018 Unreviewed, rolling out r80701.
1019 http://trac.webkit.org/changeset/80701
1020 https://bugs.webkit.org/show_bug.cgi?id=56126
1022 fast/dom/Geolocation/window-close-crash.html fails on Snow
1023 Leopard release builds (Requested by mihaip on #webkit).
1025 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Removed.
1026 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Removed.
1027 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Removed.
1028 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Removed.
1029 * platform/gtk/Skipped:
1030 * platform/mac/Skipped:
1031 * platform/qt-wk2/Skipped:
1033 2011-03-10 Oliver Hunt <oliver@apple.com>
1035 Reviewed by Gavin Barraclough.
1037 jquery/manipulation.html fails after r80598
1038 https://bugs.webkit.org/show_bug.cgi?id=56019
1040 Removed jQuery tests from skiplists
1042 * platform/gtk/Skipped:
1043 * platform/qt/Skipped:
1045 2011-03-10 Ryosuke Niwa <rniwa@webkit.org>
1047 Reviewed by Ojan Vafai.
1049 Unable to paste in input[type="text"] with last-child selector
1050 https://bugs.webkit.org/show_bug.cgi?id=50736
1052 Added regressions tests since this bug no longer reproduces on TOT WebKit.
1054 * editing/input/div-first-child-rule-input-expected.txt: Added.
1055 * editing/input/div-first-child-rule-input.html: Added.
1056 * editing/input/div-first-child-rule-textarea-expected.txt: Added.
1057 * editing/input/div-first-child-rule-textarea.html: Added.
1059 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1061 [GTK] plugins/return-negative-one-from-write.html crashes
1062 https://bugs.webkit.org/show_bug.cgi?id=41903
1064 * platform/gtk/Skipped: Unskipping test which appears to be passing locally.
1066 2011-03-10 Adam Barth <abarth@webkit.org>
1068 Update test expectation after my partial revert of r80670.
1070 * platform/mac/accessibility/aria-expanded-notifications-expected.txt:
1072 2011-03-10 Andrei Popescu <andreip@google.com>
1074 Unreviewed, build fix.
1076 [Chromium] fast/canvas/webgl/uninitialized-test.html times out on all platforms.
1077 https://bugs.webkit.org/show_bug.cgi?id=56113
1079 It seems this was introduced in http://src.chromium.org/viewvc/chrome?view=rev&revision=77637
1080 Updating test expectations for now.
1082 * platform/chromium/test_expectations.txt:
1084 2011-03-10 Andrei Popescu <andreip@google.com>
1086 Unreviewed, build fix.
1088 [Chromium] svg/W3C-SVG-1.1/text-text-03-b.svg is sometimes crashing on Linux
1089 https://bugs.webkit.org/show_bug.cgi?id=56110
1091 * platform/chromium/test_expectations.txt:
1093 2011-03-10 Adam Roben <aroben@apple.com>
1095 Add Windows expected failure results for fast/forms/onchange-setvalueforuser.html
1097 The failure is tracked by <http://webkit.org/b/55834>.
1099 * platform/win/fast/forms/onchange-setvalueforuser-expected.txt: Added.
1101 2011-03-10 Adam Roben <aroben@apple.com>
1103 Add Windows expected failure results for fast/lists/003-vertical.html
1105 The Windows results match the pre-r80648 Mac results. The failure is tracked by
1106 <http://webkit.org/b/56101>.
1108 * platform/win/fast/lists/003-vertical-expected.checksum: Added.
1109 * platform/win/fast/lists/003-vertical-expected.png: Added.
1110 * platform/win/fast/lists/003-vertical-expected.txt: Added.
1112 2011-03-10 Andrei Popescu <andreip@google.com>
1114 Unreviewed, build fix.
1116 [Chromium] fast/text/international/vertical-text-glyph-test.html fails on OSX 10.6
1117 https://bugs.webkit.org/show_bug.cgi?id=56108
1119 Update Chromium test expectations.
1121 * platform/chromium/test_expectations.txt:
1123 2011-03-10 Adam Roben <aroben@apple.com>
1125 Skip another spinbutton test on Windows
1127 The missing functionality is tracked by <http://webkit.org/b/38381>.
1129 * platform/win/Skipped: Added fast/forms/input-appearance-spinbutton-visibility.html
1131 2011-03-10 Adam Roben <aroben@apple.com>
1133 Add Windows expected failure results for fast/text/hyphenate-limit-before-after.html
1135 The failure is tracked by <http://webkit.org/b/56102>.
1137 * platform/win/fast/text/hyphenate-limit-before-after-expected.txt: Added. Copied this from
1140 2011-03-10 Adam Roben <aroben@apple.com>
1142 Add Windows expected failure results for fast/blockflow/text-orientation-basic.html
1144 The failure is tracked by <http://webkit.org/b/56101>.
1146 * platform/win/fast/blockflow/text-orientation-basic-expected.checksum: Added.
1147 * platform/win/fast/blockflow/text-orientation-basic-expected.png: Added.
1148 * platform/win/fast/blockflow/text-orientation-basic-expected.txt: Added.
1150 2011-03-10 Andrei Popescu <andreip@google.com>
1152 Unreviewed, build fix.
1154 [Chromium] fast/text/justify-ideograph-vertical.html fails on OSX 10.5
1155 https://bugs.webkit.org/show_bug.cgi?id=56106
1157 Update Chromium test expectations.
1159 * platform/chromium/test_expectations.txt:
1161 2011-03-10 Pavel Feldman <pfeldman@chromium.org>
1163 Not reviewed: rolling out r80478 and its follow ups for breaking
1164 inspector and engadget.com.
1165 https://bugs.webkit.org/show_bug.cgi?id=49401
1167 * platform/gtk/Skipped:
1169 2011-03-10 Philippe Normand <pnormand@igalia.com>
1171 Unreviewed, skip 1 more svg test failing by one pixel in 32-bits
1172 Debug, see bug 39022.
1174 * platform/gtk/Skipped:
1176 2011-03-10 Pavel Feldman <pfeldman@chromium.org>
1178 Reviewed by Yury Semikhatsky.
1180 Web Inspector: brush up DOM agent API.
1181 https://bugs.webkit.org/show_bug.cgi?id=56093
1183 * http/tests/inspector/elements-test.js:
1184 (initialize_ElementTest.InspectorTest.nodeWithId.processChildren):
1185 (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
1186 (initialize_ElementTest.InspectorTest.nodeWithId):
1187 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree.dump):
1188 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
1189 (initialize_ElementTest):
1190 * inspector/elements/elements-panel-rewrite-href.html:
1191 * inspector/elements/elements-panel-search.html:
1192 * inspector/elements/elements-panel-selection-on-refresh.html:
1193 * inspector/elements/mutate-unknown-node.html:
1195 2011-03-10 Philippe Normand <pnormand@igalia.com>
1197 Unreviewed, skip 2 more flacky tests on GTK 32-bits Release.
1199 * platform/gtk/Skipped:
1201 2011-03-10 Philippe Normand <pnormand@igalia.com>
1203 Unreviewed, skip 1 more svg test failing by one pixel in 32-bits
1204 Debug, see bug 39022.
1206 * platform/gtk/Skipped:
1208 2011-03-10 Philippe Normand <pnormand@igalia.com>
1210 Unreviewed, skip 2 more svg tests failing by one pixel in 32-bits
1211 Release, see bug 39022.
1213 * platform/gtk/Skipped:
1215 2011-03-10 Andrey Adaikin <aandrey@google.com>
1217 Reviewed by Pavel Feldman.
1219 Web Inspector: Highlighter refactoring
1220 https://bugs.webkit.org/show_bug.cgi?id=56015
1222 * inspector/editor/highlighter-basics-expected.txt:
1223 * inspector/editor/highlighter-basics.html:
1224 * inspector/editor/highlighter-long-line.html:
1225 * inspector/editor/highlighter-paste-in-comment-expected.txt:
1226 * inspector/editor/highlighter-paste-in-comment.html:
1228 2011-03-10 John Knottenbelt <jknotten@chromium.org>
1230 Reviewed by Andreas Kling.
1232 [Qt] Skip fast/dom/Geolocation/page-reload-cancel-permission-requests.html pending implementation of LayoutTestController::numberOfPendingGeolocationPermissionRequests
1233 https://bugs.webkit.org/show_bug.cgi?id=56087
1235 * platform/qt/Skipped:
1237 2011-02-16 John Knottenbelt <jknotten@chromium.org>
1239 Reviewed by Dmitry Titov.
1241 Detach Geolocation from Frame when Page destroyed.
1242 https://bugs.webkit.org/show_bug.cgi?id=52877
1244 Ensure that all geolocation permission requests are cancelled
1245 when the page is detached from its frame.
1247 * fast/dom/Geolocation/page-reload-cancel-permission-requests-expected.txt: Added.
1248 * fast/dom/Geolocation/page-reload-cancel-permission-requests.html: Added.
1249 * fast/dom/Geolocation/resources/page-reload-cancel-permission-requests-inner.html: Added.
1250 * fast/dom/Geolocation/script-tests/page-reload-cancel-permission-requests.js: Added.
1251 * platform/gtk/Skipped:
1252 * platform/mac/Skipped:
1253 * platform/qt-wk2/Skipped:
1255 2011-03-10 Csaba Osztrogonác <ossy@webkit.org>
1259 Add Qt specific expected files for tests introduced in r80622 and r80682.
1261 * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1262 * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1263 * platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
1264 * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
1265 * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
1266 * platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
1267 * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.checksum: Added.
1268 * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.png: Added.
1269 * platform/qt/fast/dynamic/dirty-float-in-clean-line-expected.txt: Added.
1270 * platform/qt/fast/dynamic/float-at-line-break-expected.checksum: Added.
1271 * platform/qt/fast/dynamic/float-at-line-break-expected.png: Added.
1272 * platform/qt/fast/dynamic/float-at-line-break-expected.txt: Added.
1274 2011-03-10 Philippe Normand <pnormand@igalia.com>
1276 Unreviewed, skip fast/js/large-expressions.html on GTK.
1278 * platform/gtk/Skipped:
1280 2011-03-10 Philippe Normand <pnormand@igalia.com>
1282 Unreviewed, skip jquery/effects.html on GTK.
1284 * platform/gtk/Skipped:
1286 2011-03-10 Adam Barth <abarth@webkit.org>
1288 Partial revert of http://trac.webkit.org/changeset/80670. This test
1289 has been failing sporatically since it was changed in that revision.
1291 * platform/mac/accessibility/aria-expanded-notifications.html:
1293 2011-03-10 Ojan Vafai <ojan@chromium.org>
1295 Reviewed by Darin Adler.
1297 Able to move nodes across documents
1298 https://bugs.webkit.org/show_bug.cgi?id=19524
1300 Makes cross-document appendChild, insertBefore, Range.insertNode and Range.surroundContents work.
1301 This matches Gecko and the new Dom Core spec. There are a number of Range methods where we don't
1302 match Gecko or the spec that will need to be updated in a following patch.
1304 * dom/html/level1/core/hc_elementwrongdocumenterr-expected.txt:
1305 * dom/html/level1/core/hc_namednodemapwrongdocumenterr-expected.txt:
1306 * dom/xhtml/level1/core/hc_elementwrongdocumenterr-expected.txt:
1307 * dom/xhtml/level1/core/hc_namednodemapwrongdocumenterr-expected.txt:
1308 * fast/dom/move-nodes-across-documents-expected.txt: Added.
1309 * fast/dom/move-nodes-across-documents.html: Added.
1311 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1313 Unreviewed: tweaking of Chromium test_expectations.txt
1315 * platform/chromium/test_expectations.txt:
1317 2011-03-09 Mihai Parparita <mihaip@chromium.org>
1319 JSC now implements Object.freeze/seal (as of r80378) and correct
1320 expectations have been checked in, therefore we now pass more
1323 * platform/chromium/test_expectations.txt:
1325 2011-03-09 Chris Fleizach <cfleizach@apple.com>
1327 Reviewed by Beth Dakin.
1329 VO reporting incorrect list count for http://www.macworld.com/news.html
1330 https://bugs.webkit.org/show_bug.cgi?id=56064
1332 * platform/mac/accessibility/list-items-ignored-expected.txt: Added.
1333 * platform/mac/accessibility/list-items-ignored.html: Added.
1335 2011-03-09 Gavin Barraclough <barraclough@apple.com>
1337 Reviewed by Sam Weinig.
1339 Bug 56041 - RexExp constructor should only accept flags "gim"
1340 Fix for issues introduced in r80667.
1342 * fast/regex/script-tests/parentheses.js:
1343 * fast/regex/script-tests/pcre-test-1.js:
1344 - Providing invalid flags to RegExp literals is an error in ES5.
1346 2011-03-09 Dan Bernstein <mitz@apple.com>
1348 Reviewed by Dave Hyatt.
1350 <rdar://problem/8733254> Float disappears after incremental layout
1352 * fast/dynamic/dirty-float-in-clean-line-expected.checksum: Added.
1353 * fast/dynamic/dirty-float-in-clean-line-expected.png: Added.
1354 * fast/dynamic/dirty-float-in-clean-line-expected.txt: Added.
1355 * fast/dynamic/dirty-float-in-clean-line.html: Added.
1356 * fast/dynamic/float-at-line-break-expected.checksum: Added.
1357 * fast/dynamic/float-at-line-break-expected.png: Added.
1358 * fast/dynamic/float-at-line-break-expected.txt: Added.
1359 * fast/dynamic/float-at-line-break.html: Added.
1360 * fast/dynamic/float-from-empty-line-expected.checksum: Added.
1361 * fast/dynamic/float-from-empty-line-expected.png: Added.
1362 * fast/dynamic/float-from-empty-line-expected.txt: Added.
1363 * fast/dynamic/float-from-empty-line.html: Added.
1365 2011-03-09 Martin Robinson <mrobinson@igalia.com>
1367 Add some new GTK+ test results.
1369 * platform/gtk/fast/blockflow/text-orientation-basic-expected.checksum: Added.
1370 * platform/gtk/fast/blockflow/text-orientation-basic-expected.png: Added.
1371 * platform/gtk/fast/blockflow/text-orientation-basic-expected.txt: Added.
1372 * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1373 * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1374 * platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
1375 * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
1376 * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
1377 * platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
1379 2011-03-09 Tony Chang <tony@chromium.org>
1381 Unreviewed, third and final set of baselines for chromium linux lucid x86_64.
1382 These are small rounding differences.
1383 https://bugs.webkit.org/show_bug.cgi?id=55527
1385 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: Added.
1386 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: Added.
1387 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt: Added.
1388 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum: Added.
1389 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Added.
1390 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Added.
1391 * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.checksum: Added.
1392 * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.png: Added.
1393 * platform/chromium-linux-x86_64/svg/hixie/perf/001-expected.txt: Added.
1394 * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.checksum: Added.
1395 * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.png: Added.
1396 * platform/chromium-linux-x86_64/svg/hixie/perf/002-expected.txt: Added.
1397 * platform/chromium/test_expectations.txt:
1399 2011-03-09 Tony Chang <tony@chromium.org>
1401 Unreviewed, land a second set of baselines for chromium linux lucid x86_64.
1402 These are differences due to a newer freetype and a few rounding
1403 differences in gradients.
1404 https://bugs.webkit.org/show_bug.cgi?id=55527
1406 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.checksum: Added.
1407 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove01-expected.png: Added.
1408 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.checksum: Added.
1409 * platform/chromium-linux-x86_64/fast/borders/borderRadiusGroove02-expected.png: Added.
1410 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.checksum: Added.
1411 * platform/chromium-linux-x86_64/fast/borders/borderRadiusRidge01-expected.png: Added.
1412 * platform/chromium-linux-x86_64/fast/images/animated-svg-as-image-expected.checksum: Added.
1413 * platform/chromium-linux-x86_64/fast/images/animated-svg-as-image-expected.png: Added.
1414 * platform/chromium-linux-x86_64/fast/text/international/bidi-mirror-he-ar-expected.checksum: Added.
1415 * platform/chromium-linux-x86_64/fast/text/international/bidi-mirror-he-ar-expected.png: Added.
1416 * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.checksum: Added.
1417 * platform/chromium-linux-x86_64/fast/text/international/danda-space-expected.png: Added.
1418 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: Added.
1419 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: Added.
1420 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: Added.
1421 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Added.
1422 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: Added.
1423 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: Added.
1424 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: Added.
1425 * platform/chromium-linux-x86_64/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Added.
1426 * platform/chromium-linux-x86_64/svg/batik/text/textFeatures-expected.checksum: Added.
1427 * platform/chromium-linux-x86_64/svg/batik/text/textFeatures-expected.png: Added.
1428 * platform/chromium-linux-x86_64/svg/batik/text/textLayout-expected.checksum: Added.
1429 * platform/chromium-linux-x86_64/svg/batik/text/textLayout-expected.png: Added.
1430 * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: Added.
1431 * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
1432 * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-creation-expected.checksum: Added.
1433 * platform/chromium-linux-x86_64/svg/custom/js-late-clipPath-creation-expected.png: Added.
1434 * platform/chromium-linux-x86_64/svg/custom/js-late-gradient-creation-expected.checksum: Added.
1435 * platform/chromium-linux-x86_64/svg/custom/js-late-gradient-creation-expected.png: Added.
1436 * platform/chromium-linux-x86_64/svg/custom/js-late-pattern-creation-expected.checksum: Added.
1437 * platform/chromium-linux-x86_64/svg/custom/js-late-pattern-creation-expected.png: Added.
1438 * platform/chromium-linux-x86_64/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: Added.
1439 * platform/chromium-linux-x86_64/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Added.
1440 * platform/chromium-linux-x86_64/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: Added.
1441 * platform/chromium-linux-x86_64/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added.
1442 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.checksum: Added.
1443 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Added.
1444 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.checksum: Added.
1445 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Added.
1446 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.checksum: Added.
1447 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Added.
1448 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.checksum: Added.
1449 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Added.
1450 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: Added.
1451 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Added.
1452 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: Added.
1453 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Added.
1454 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: Added.
1455 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Added.
1456 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: Added.
1457 * platform/chromium-linux-x86_64/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Added.
1458 * platform/chromium-linux-x86_64/svg/text/text-text-01-b-expected.checksum: Added.
1459 * platform/chromium-linux-x86_64/svg/text/text-text-01-b-expected.png: Added.
1460 * platform/chromium-linux-x86_64/transforms/2d/transform-borderbox-expected.checksum: Added.
1461 * platform/chromium-linux-x86_64/transforms/2d/transform-borderbox-expected.png: Added.
1462 * platform/chromium/test_expectations.txt:
1464 2011-03-09 Tony Chang <tony@chromium.org>
1466 Unreviewed, first set of baselines for chromium linux lucid x86_64.
1467 These are just small rounding differences.
1468 https://bugs.webkit.org/show_bug.cgi?id=55527
1470 * platform/chromium-linux-x86_64/fast/repaint/moving-shadow-on-container-expected.txt: Added.
1471 * platform/chromium-linux-x86_64/fast/repaint/moving-shadow-on-path-expected.txt: Added.
1472 * platform/chromium-linux-x86_64/svg/css/composite-shadow-example-expected.txt: Added.
1473 * platform/chromium-linux-x86_64/svg/css/composite-shadow-with-opacity-expected.txt: Added.
1474 * platform/chromium-linux-x86_64/svg/css/stars-with-shadow-expected.txt: Added.
1475 * platform/chromium-linux-x86_64/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
1476 * platform/chromium/test_expectations.txt:
1478 2011-03-09 Andy Estes <aestes@apple.com>
1480 Reviewed by Adam Barth.
1482 Bad cast in HTMLTreeBuilder::processStartTag
1483 https://bugs.webkit.org/show_bug.cgi?id=55955
1485 * fast/parser/self-closing-foreign-content-expected.txt: Added.
1486 * fast/parser/self-closing-foreign-content.html: Added.
1488 2011-03-09 Tony Gentilcore <tonyg@chromium.org>
1490 Reviewed by Mihai Parparita.
1492 Fix some potentially flaky tests
1493 https://bugs.webkit.org/show_bug.cgi?id=56049
1495 These tests were not resilient to parser yields for reasons explained below.
1497 * media/video-src-plus-source.html: loadstart or loadmetadata could have fired before
1498 the waitForEvent() calls. So define them prior to the <video> element.
1499 * platform/mac/accessibility/aria-expanded-notifications.html: The aria events could
1500 have fired before successfullyParsed was set, so run the test in the onload handler.
1501 * plugins/npruntime/npruntime.html: The plugin could have been loaded before
1502 successfullyParsed was set, so set it before including the plugin.
1504 2011-03-09 Andy Estes <aestes@apple.com>
1506 Reviewed by Adam Barth.
1508 REGRESSION (r80320): Assertion failure when processing mis-nested foreign content.
1509 https://bugs.webkit.org/show_bug.cgi?id=55982
1511 * fast/parser/fragment-foreign-content-misnested-expected.txt: Added.
1512 * fast/parser/fragment-foreign-content-misnested.html: Added.
1514 2011-03-09 Gavin Barraclough <barraclough@apple.com>
1516 Reviewed by Darin Adler.
1518 Bug 56041 - RexExp constructor should only accept flags "gim"
1519 We also should be passing the flags around as a bitfield rather than a string,
1520 and should not have redundant, incompatible code for converting the string to a bitfield!
1522 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T1-expected.txt:
1523 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T2-expected.txt:
1524 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T3-expected.txt:
1525 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T4-expected.txt:
1526 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T5-expected.txt:
1527 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T6-expected.txt:
1528 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T7-expected.txt:
1529 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T8-expected.txt:
1530 * sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.4/S15.10.4.1_A5_T9-expected.txt:
1531 - Check in passing results!
1533 2011-03-09 Martin Robinson <mrobinson@igalia.com>
1535 jquery/manipulation.html fails after r80598
1536 https://bugs.webkit.org/show_bug.cgi?id=56019
1538 Skip jquery test failing on the GTK+ debug bots. Move another
1539 failing test to the appropriate section.
1541 * platform/gtk/Skipped: Update skipped list.
1543 2011-03-09 James Robinson <jamesr@chromium.org>
1545 Reviewed by Kenneth Russell.
1547 [chromium]: Regression - Explicitly copy compositing properties from LayerChromium to CCLayerImpl
1548 https://bugs.webkit.org/show_bug.cgi?id=56021
1550 Adds a test for basic functionality of the backface-visibility
1553 * compositing/backface-visibility-expected.checksum: Added.
1554 * compositing/backface-visibility-expected.png: Added.
1555 * compositing/backface-visibility-expected.txt: Added.
1556 * compositing/backface-visibility.html: Added.
1558 2011-03-09 Andrei Popescu <andreip@google.com>
1560 Unreviewed, build fix.
1562 [Chromium] test_expectations.txt needs updating to expect crashes in tests
1563 that trigger the assertion in FontCache::releaseFontData.
1564 https://bugs.webkit.org/show_bug.cgi?id=56051
1566 We have started seeing an assertion failure in FontCache.cpp:310 after r80582.
1567 It is unclear whether r80582 caused the assertion or whether the problem was
1568 already present at r80582 just made it manifest itself more often. Update the
1569 test_expectations.txt file while we're investigating.
1571 * platform/chromium/test_expectations.txt:
1573 2011-03-09 Xiaomei Ji <xji@chromium.org>
1577 Rebaseline after r80622.
1579 * platform/chromium-linux/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1580 * platform/chromium-linux/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1581 * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
1582 * platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
1583 * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1584 * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1585 * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
1586 * platform/chromium-mac/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
1587 * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1588 * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1589 * platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
1590 * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
1591 * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
1592 * platform/chromium-win/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
1593 * platform/chromium/test_expectations.txt:
1595 2011-03-09 Abhishek Arya <inferno@chromium.org>
1597 Unreviewed. Rebaselining after text orientation change in r80582.
1599 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1601 2011-03-09 Ryosuke Niwa <rniwa@webkit.org>
1603 Reviewed by Tony Chang.
1605 REGRESSION: crash in nextLinePosition when extending selection forward by line in an empty document
1606 https://bugs.webkit.org/show_bug.cgi?id=56004
1608 Added a regression test.
1610 * editing/selection/extend-by-line-in-empty-document-expected.txt: Added.
1611 * editing/selection/extend-by-line-in-empty-document.html: Added.
1613 2011-03-09 Brian Weinstein <bweinstein@apple.com>
1615 Update expected results of svg/css/getComputedStyle-basic after r80582.
1617 * svg/css/getComputedStyle-basic-expected.txt:
1619 2011-03-09 Mihai Parparita <mihaip@chromium.org>
1621 Update chromium-gpu expectations.
1623 * platform/chromium/test_expectations.txt:
1625 2011-03-09 Brian Weinstein <bweinstein@apple.com>
1627 Update expected results of computed-style and computed-style-without-renderer after
1630 * fast/css/getComputedStyle/computed-style-expected.txt:
1631 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1633 2011-03-09 Csaba Osztrogonác <ossy@webkit.org>
1637 jquery/manipulation.html fails after r80598
1638 https://bugs.webkit.org/show_bug.cgi?id=56019
1640 * platform/qt/Skipped:Add jquery tests to make buildbots happier.
1642 2011-03-09 Yury Semikhatsky <yurys@chromium.org>
1644 Reviewed by Pavel Feldman.
1646 Web Inspector: pass explicit agent references to InspectorBackendDispatcher
1647 https://bugs.webkit.org/show_bug.cgi?id=55820
1649 * http/tests/inspector-enabled/open-close-open-expected.txt:
1650 * http/tests/inspector-enabled/open-close-open.html:
1651 * http/tests/inspector/inspector-test.js:
1654 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1656 Unreviewed: assign bug entries to Chromium test expectations.
1658 * platform/chromium/test_expectations.txt:
1660 2011-03-09 Carlos Garcia Campos <cgarcia@igalia.com>
1662 Unreviewed. Move fast/canvas/rgba-parsing.html to the group of
1663 tests failing due to rounding color problems in cairo/pixman.
1665 * platform/gtk/Skipped:
1667 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1669 Unreviewed: more vertical text fallout for the chromium test expectations.
1672 * platform/chromium-mac/fast/lists/003-vertical-expected.checksum: Added.
1673 * platform/chromium-mac/fast/lists/003-vertical-expected.png: Added.
1674 * platform/chromium-mac/fast/lists/003-vertical-expected.txt: Added.
1675 * platform/chromium/test_expectations.txt:
1677 2011-03-09 Ilya Tikhonovsky <loislo@chromium.org>
1679 Reviewed by Yury Semikhatsky.
1681 Web Inspector: Web Inspector: we don't need to transfer objectId and hasChildren for primitive values.
1682 https://bugs.webkit.org/show_bug.cgi?id=55998
1684 * inspector/protocol/console-agent-expected.txt:
1685 * inspector/protocol/runtime-agent-expected.txt:
1687 2011-03-09 Pavel Feldman <pfeldman@chromium.org>
1689 Reviewed by Yury Semikhatsky.
1691 Web Inspector: watch expressions should show string values in quotes.
1692 https://bugs.webkit.org/show_bug.cgi?id=55846
1694 * http/tests/inspector/inspector-test.js:
1695 (initialize_InspectorTest):
1696 * inspector/console/console-dir-expected.txt:
1697 * inspector/console/console-dir.html:
1698 * inspector/debugger/debugger-expand-scope-expected.txt:
1699 * inspector/debugger/debugger-expand-scope.html:
1700 * platform/chromium/inspector/console/console-dir-expected.txt:
1701 * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
1703 2011-03-09 Pavel Feldman <pfeldman@chromium.org>
1705 Reviewed by Yury Semikhatsky.
1707 Web Inspector: "length" getter is invoked upon console object formatting.
1708 https://bugs.webkit.org/show_bug.cgi?id=55220
1710 * inspector/console/console-format-expected.txt:
1711 * inspector/console/console-format.html:
1712 * platform/chromium/inspector/console/console-format-expected.txt:
1714 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1716 Unreviewed: yet more tweaking of the chromium test expectations.
1718 * platform/chromium/test_expectations.txt:
1720 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1722 Unreviewed: fix chromium test expectations file.
1724 * platform/chromium/test_expectations.txt:
1726 2011-03-09 Roland Steiner <rolandsteiner@chromium.org>
1728 Unreviewed: update chromium test expectations
1730 * platform/chromium/test_expectations.txt:
1732 2011-03-08 Ilya Tikhonovsky <loislo@chromium.org>
1734 Reviewed by Pavel Feldman.
1736 Web Inspector: remove groupName from objectId.
1737 https://bugs.webkit.org/show_bug.cgi?id=55825
1739 * inspector/protocol/runtime-agent-expected.txt:
1741 2011-03-08 Xiaomei Ji <xji@chromium.org>
1745 Add tests introduced in r80622 as expect to fail for now, rebase later.
1747 * platform/chromium/test_expectations.txt:
1749 2011-03-08 Xiaomei Ji <xji@chromium.org>
1751 Reviewed by David Hyatt.
1753 Fix Regression: Content not drawn when scrolling horizontally in an RTL page.
1754 https://bugs.webkit.org/show_bug.cgi?id=55077.
1756 * fast/dom/scroll-reveal-left-overflow.html: Added.
1757 * fast/dom/scroll-reveal-top-overflow.html: Added.
1758 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.checksum: Added.
1759 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png: Added.
1760 * platform/mac/fast/dom/scroll-reveal-left-overflow-expected.txt: Added.
1761 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.checksum: Added.
1762 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png: Added.
1763 * platform/mac/fast/dom/scroll-reveal-top-overflow-expected.txt: Added.
1765 2011-03-08 Gavin Barraclough <barraclough@apple.com>
1767 Reviewed by Sam Weinig
1769 Bug 55994 - Functions on Array.prototype should check length first.
1770 These methods are designed to work on generic objects too, and if 'length'
1771 is a getter that throws an exception, ensure this is correctly thrown
1772 (even if other exceptions would be thrown, too).
1776 * fast/js/array-proto-func-length-getter-except-expected.txt: Added.
1777 * fast/js/array-proto-func-length-getter-except.html: Added.
1778 * fast/js/script-tests/array-proto-func-length-getter-except.js: Added.
1782 2011-03-08 Mihai Parparita <mihaip@chromium.org>
1784 Add failing expectation for compositing/webgl/
1785 webgl-nonpremultiplied-blend.html.
1787 * platform/chromium/test_expectations.txt:
1789 2011-03-08 Kenji Imasaki <imasaki@chromium.org>
1791 Reviewed by David Levin.
1793 [Chromium] Clean up Media GPU test expectation since
1794 http://crbug.com?id=74887 was fixed. These expectations are based
1795 on the results on flakiness dashboard.
1797 * platform/chromium/test_expectations.txt:
1799 2011-03-08 Martin Robinson <mrobinson@igalia.com>
1801 Rebaseline a GTK+ result after r80582.
1803 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1805 2011-03-08 Csaba Osztrogonác <ossy@webkit.org>
1809 https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
1810 Update Qt specific expected results after r80582.
1812 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
1813 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1815 2011-03-08 Joe Wild <joseph.wild@nokia.com>
1817 Reviewed by Csaba Osztrogonác.
1819 [Qt] Missing SVG variables
1820 https://bugs.webkit.org/show_bug.cgi?id=32941
1822 Basically, this patch just modifies features.pri to the Qt build to
1823 pass on the ENABLE_SVG_* flags to the IDL binding generator.
1825 Also I had remove global-construtors.html from the skip list and
1826 updated the associated expected results files.
1828 * platform/qt/Skipped:
1829 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1830 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1831 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1832 * platform/qt/fast/js/global-constructors-expected.txt:
1834 2011-03-08 David Hyatt <hyatt@apple.com>
1836 Reviewed by Dan Bernstein.
1838 https://bugs.webkit.org/show_bug.cgi?id=48540, support the text-orientation CSS property.
1840 This patch adds support for two values of the text-orientation property (the ones that actually matter): vertical-right and upright.
1841 The TextOrientation is part of the FontDescription and used to look up fonts (similar to FontOrientation).
1843 Orientation of non-CJK characters is done using fallback font data of the appropriate orientation type, e.g., verticalRightOrientation and
1844 uprightOrientation fallback font data. Vertical right is just implemented as a normal horizontal font. Upright is implemented as a
1845 vertically oriented font that rotates all glyphs.
1847 The main complication implementing text-orientation is that fonts have "baked-in" vertical glyphs for letters that are hardcoded to
1848 a vertical right facing. This means that you can use those special vertical glyphs for vertical-right orientation without having to
1849 fall back, but then for upright orientation you have to ignore them and still fall back. As you can see from the test case, this doesn't
1850 work very well, but hopefully it won't be all that common. Limitations of CoreText prevent this case from rendering properly in either the
1851 simple or complex code paths, although the simple code path at least gets close.
1853 Added fast/blockflow/text-orientation-basic.html
1855 * fast/blockflow/text-orientation-basic.html: Added.
1856 * platform/mac/fast/blockflow/text-orientation-basic-expected.checksum: Added.
1857 * platform/mac/fast/blockflow/text-orientation-basic-expected.png: Added.
1858 * platform/mac/fast/blockflow/text-orientation-basic-expected.txt: Added.
1860 2011-03-08 Nico Weber <thakis@chromium.org>
1862 Reviewed by James Robinson.
1864 Crash on big blur radius with canvas
1865 https://bugs.webkit.org/show_bug.cgi?id=55951
1867 * fast/canvas/shadow-huge-blur-expected.txt: Added.
1868 * fast/canvas/shadow-huge-blur.html: Added.
1870 2011-03-08 Tony Chang <tony@chromium.org>
1872 Unreviewed, add pngs to chromium and chromium-linux .checksum files
1873 that are missing pngs. I generated these on my local desktop.
1875 * platform/chromium-linux/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Added.
1876 * platform/chromium-linux/fast/blockflow/english-bt-text-expected.png: Added.
1877 * platform/chromium-linux/fast/blockflow/english-lr-text-expected.png: Added.
1878 * platform/chromium-linux/fast/blockflow/english-rl-text-expected.png: Added.
1879 * platform/chromium-linux/fast/multicol/border-padding-pagination-expected.png: Added.
1880 * platform/chromium-linux/fast/multicol/margin-collapse-expected.png: Added.
1881 * platform/chromium-linux/tables/mozilla/bugs/bug16012-expected.png: Added.
1882 * platform/chromium/fast/images/png_per_row_alpha_decoding-expected.png: Added.
1884 2011-03-08 Martin Maly <mmaly@chromium.org>
1886 Reviewed by Dimitri Glazkov.
1888 [Chromium] Expectation updates for strict mode V8 features.
1889 https://bugs.webkit.org/show_bug.cgi?id=55789
1891 * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt:
1893 2011-03-08 Tony Chang <tony@chromium.org>
1895 Unreviewed, remove png layout test results that don't have
1896 corresponding checksum files. I checked a few of these and they
1897 were cases where the .checksum was removed and the .png forgotten.
1899 * platform/gtk/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
1900 * platform/gtk/fast/encoding/utf-16-no-bom-expected.png: Removed.
1901 * platform/gtk/svg/hixie/error/004-expected.png: Removed.
1902 * platform/gtk/svg/hixie/error/005-expected.png: Removed.
1903 * platform/mac-leopard/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
1904 * platform/mac-leopard/fast/encoding/utf-16-no-bom-expected.png: Removed.
1905 * platform/mac-leopard/svg/hixie/error/004-expected.png: Removed.
1906 * platform/mac-leopard/svg/hixie/error/005-expected.png: Removed.
1907 * platform/mac/editing/selection/contenteditable-click-outside-expected.png: Removed.
1908 * platform/mac/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
1909 * platform/mac/fast/dynamic/8952-reduction-expected.png: Removed.
1910 * platform/mac/fast/encoding/utf-16-no-bom-expected.png: Removed.
1911 * platform/mac/fast/js/Plug-ins-expected.png: Removed.
1912 * platform/mac/fast/table/row-height-recalc2-expected.png: Removed.
1913 * platform/mac/svg/hixie/error/004-expected.png: Removed.
1914 * platform/mac/svg/hixie/error/005-expected.png: Removed.
1915 * platform/qt/fast/table/row-height-recalc2-expected.png: Removed.
1916 * platform/win/fast/table/row-height-recalc2-expected.png: Removed.
1918 2011-03-08 Philippe Normand <pnormand@igalia.com>
1920 REGRESSION (r80478): broke GTK inspector tests
1921 https://bugs.webkit.org/show_bug.cgi?id=55941
1923 Unreviewed, skipping inspector crashing tests on GTK.
1925 * platform/gtk/Skipped:
1927 2011-03-08 Philippe Normand <pnormand@igalia.com>
1929 Unreviewed, updated GTK baselines of fast/text and 2 SVG
1930 text-related tests after r80526.
1932 * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt:
1933 * platform/gtk/fast/text/international/thai-line-breaks-expected.txt:
1934 * platform/gtk/fast/text/large-text-composed-char-expected.txt:
1935 * platform/gtk/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
1936 * platform/gtk/svg/text/text-intro-05-t-expected.txt:
1938 2011-03-08 Carlos Garcia Campos <cgarcia@igalia.com>
1940 Reviewed by Martin Robinson.
1942 [GTK] Add layoutTestController.setValueForUser() after r80412
1943 https://bugs.webkit.org/show_bug.cgi?id=55862
1945 * platform/gtk/Skipped: Unskip test
1946 fast/forms/onchange-setvalueforuser.html that passes now.
1948 2011-03-08 Noel Gordon <noel.gordon@gmail.com>
1950 Reviewed by James Robinson.
1952 [Chromium] Rebaseline CSS3 elliptical gradient tests linux, win32
1953 https://bugs.webkit.org/show_bug.cgi?id=55742
1955 Skia CSS3 elliptical gradient support was added on r79063; rebaseline the associated
1956 win32 and linux tests. There are separate linux results herein due to (minor) pixel
1957 differences with win32. See the bug for the diff images.
1959 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.checksum: Added.
1960 * platform/chromium-linux/fast/gradients/css3-color-stop-units-expected.png: Added.
1961 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.checksum: Added.
1962 * platform/chromium-linux/fast/gradients/css3-color-stops-expected.png: Added.
1963 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
1964 * platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
1965 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.checksum: Added.
1966 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png: Added.
1967 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
1968 * platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png: Added.
1969 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
1970 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
1971 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.checksum: Added.
1972 * platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png: Added.
1973 * platform/chromium-win/fast/gradients/css3-color-stops-expected.checksum: Added.
1974 * platform/chromium-win/fast/gradients/css3-color-stops-expected.png: Added.
1975 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.checksum: Added.
1976 * platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
1977 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.checksum: Added.
1978 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png: Added.
1979 * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.checksum: Added.
1980 * platform/chromium-win/fast/gradients/css3-radial-gradients2-expected.png: Added.
1981 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.checksum: Added.
1982 * platform/chromium-win/fast/gradients/css3-radial-gradients3-expected.png: Added.
1983 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.checksum: Added.
1984 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
1985 * platform/chromium/test_expectations.txt:
1987 2011-03-08 Zan Dobersek <zandobersek@gmail.com>
1989 Reviewed by Martin Robinson.
1991 [Gtk] toDataURL uses incorrect quality value when saving GdkPixbuf to buffer
1992 https://bugs.webkit.org/show_bug.cgi?id=55878
1994 Enable a passing test now that we properly use the quality value when requesting
1995 a GdkPixbuf to be saved into a buffer.
1997 * platform/gtk/Skipped:
1999 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2001 Unreviewed, update chromium test expectations.
2003 Looks editing/pasteboard/data-transfer-items.html is slow.
2005 * platform/chromium/test_expectations.txt:
2007 2011-03-07 Andy Estes <aestes@apple.com>
2009 Reviewed by Dan Bernstein.
2011 REGRESSION (r79060): Timestamp is missing from tweets in twitter.
2012 https://bugs.webkit.org/show_bug.cgi?id=55228
2014 * fast/js/date-parse-test-expected.txt:
2015 * fast/js/script-tests/date-parse-test.js:
2017 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2019 Unreviewed, update chromium test expectations.
2021 Fix jquery/effects.html and fast/viewpoert/viewport-129.html
2023 * platform/chromium/test_expectations.txt:
2025 2011-03-07 Daniel Cheng <dcheng@chromium.org>
2027 Reviewed by David Levin.
2029 Add support for DataTransferItems
2030 https://bugs.webkit.org/show_bug.cgi?id=55115
2032 Layout test to verify that the basic properties of dataTransfer.items function as expected.
2034 * editing/pasteboard/data-transfer-items-expected.txt: Added.
2035 * editing/pasteboard/data-transfer-items.html: Added.
2036 * platform/gtk/Skipped:
2037 * platform/mac/Skipped:
2038 * platform/qt/Skipped:
2039 * platform/win/Skipped:
2041 2011-03-07 Victoria Kirst <vrk@google.com>
2043 Reviewed by Mihai Parparita.
2045 Rebaseline GPU media/video-display-toggle.html for snow leopard
2046 https://bugs.webkit.org/show_bug.cgi?id=55920
2048 * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum:
2049 * platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
2050 * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum:
2051 * platform/chromium-gpu-mac/media/video-no-audio-expected.png:
2052 * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum:
2053 * platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
2054 * platform/chromium/test_expectations.txt:
2056 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2058 Unreviewed, update chromium test expectations.
2060 Update fast/text/large-text-composed-char.html on Windows
2062 * platform/chromium/test_expectations.txt:
2064 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2066 Unreviewed, update chromium test expectations.
2068 Update fast/viewport/viewport-{128,129}.html
2070 * platform/chromium/test_expectations.txt:
2072 2011-03-07 Daniel Cheng <dcheng@chromium.org>
2076 Updated Skipped lists for editing/pasteboard/onpaste-text-html-types.html.
2077 https://bugs.webkit.org/show_bug.cgi?id=55921
2078 https://bugs.webkit.org/show_bug.cgi?id=55922
2080 * platform/qt-wk2/Skipped:
2081 * platform/qt/Skipped:
2082 * platform/win/Skipped:
2084 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2086 Unreviewed, update chromium test expectations.
2088 Update fast/text/large-text-composed-char-dos.html
2090 * platform/chromium/test_expectations.txt:
2092 2011-03-07 Alexey Proskuryakov <ap@apple.com>
2094 Reviewed by Darin Adler.
2096 REGRESSION (HTML5 tree builder): Text selection in a large text document is extremely slow
2097 https://bugs.webkit.org/show_bug.cgi?id=55898
2099 * platform/mac/fast/text/large-text-composed-char-expected.txt: The huge text run is split
2100 into multiple text nodes again.
2102 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2104 Unreviewed, update chromium test expectations.
2106 Add svg/css/rect-gradient-stroke-shadow.svg added by webkit r80515
2108 * platform/chromium/test_expectations.txt:
2110 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2112 Unreviewed, update chromium test expectations.
2114 svg/W3C-SVG-1.1/struct-image-07-t.svg failing
2116 * platform/chromium/test_expectations.txt:
2118 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2120 Unreviewed, update chromium test expectations.
2122 Mark several jquery tests slow for debug build.
2124 * platform/chromium/test_expectations.txt:
2126 2011-03-07 Sergey Glazunov <serg.glazunov@gmail.com>
2128 Reviewed by Eric Seidel.
2130 Add the missing insertedIntoDocument() call in SVGVKernElement and SVGHKernElement
2131 https://bugs.webkit.org/show_bug.cgi?id=55896
2133 * svg/dom/vkern-element-crash-expected.txt: Added.
2134 * svg/dom/vkern-element-crash.html: Added.
2136 2011-03-07 Cosmin Truta <ctruta@chromium.org>
2138 Reviewed by Adam Barth.
2140 SVG <image> referenced by <use> is displayed incorrectly
2141 https://bugs.webkit.org/show_bug.cgi?id=55750
2143 * svg/custom/resources/rgb.svg: Added.
2144 * svg/custom/use-image-in-g-expected.checksum: Added.
2145 * svg/custom/use-image-in-g-expected.png: Added.
2146 * svg/custom/use-image-in-g-expected.txt: Added.
2147 * svg/custom/use-image-in-g.svg: Added.
2149 2011-03-07 Helder Correia <helder@sencha.com>
2151 Reviewed by Simon Fraser.
2153 Shadow is not shown when using strokeRect with a gradient strokeStyle
2154 https://bugs.webkit.org/show_bug.cgi?id=52509
2156 This happens in CG and is related to bug 51869, this time to be fixed
2157 in GraphicsContext::strokeRect(const FloatRect& r, float lineWidth).
2158 We need to draw the gradient clipped to the stroke on a CGLayer first,
2159 and then draw the layer on the GraphicsContext.
2161 * fast/canvas/canvas-strokeRect-gradient-shadow-expected.txt: Added.
2162 * fast/canvas/canvas-strokeRect-gradient-shadow.html: Added.
2163 * fast/canvas/script-tests/canvas-strokeRect-gradient-shadow.js: Added.
2164 * platform/chromium/test_expectations.txt: Skip new test since it fails.
2165 * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
2166 * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
2167 * platform/qt/Skipped: Skip new test since it fails.
2168 * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.checksum: Added.
2169 * platform/qt/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
2170 * svg/css/rect-gradient-stroke-shadow-expected.txt: Added.
2171 * svg/css/rect-gradient-stroke-shadow.svg: Added.
2173 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2175 Unreviewed, update chromium test expectations.
2177 Mark jquery/effects.html slow.
2179 * platform/chromium/test_expectations.txt:
2181 2011-03-07 Fumitoshi Ukai <ukai@chromium.org>
2183 Unreviewed, update chromium test expectations.
2185 Some fast/viewport tests are missing expectations.
2187 * platform/chromium/test_expectations.txt:
2189 2011-03-07 Adam Barth <abarth@webkit.org>
2191 Reviewed by Dimitri Glazkov.
2193 Import jquery test suite
2194 https://bugs.webkit.org/show_bug.cgi?id=55911
2196 This test suite is imported from https://github.com/jquery/jquery. I
2197 tried to make as few changes as possible in case we want to merge with
2198 upstream in the future. The test suite was original licensed under the
2199 MIT license, which is compatible with WebKit's license.
2203 2011-03-07 Daniel Cheng <dcheng@chromium.org>
2207 Skip onpaste-text-html-types.html on Mac and Qt since parts of the test
2208 infrastructure to support it aren't there.
2210 * platform/mac/Skipped:
2211 * platform/qt-wk2/Skipped:
2213 2011-03-07 Adam Barth <abarth@webkit.org>
2215 Reviewed by Dimitri Glazkov.
2217 REGRESSION(r78147): Crash on http://gnarf.net/jquery/test/
2218 https://bugs.webkit.org/show_bug.cgi?id=55894
2220 * fast/parser/document-write-into-initial-document-expected.txt: Added.
2221 * fast/parser/document-write-into-initial-document.html: Added.
2223 2011-03-07 Tony Chang <tony@chromium.org>
2225 Unreviewed, delete chromium layout test pngs that don't have
2226 corresponding checksum files. They're not getting picked up by
2227 run-webkit-tests without a checksum, so just remove them.
2229 * platform/chromium-linux/animations/suspend-transform-animation-expected.png: Removed.
2230 * platform/chromium-linux/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
2231 * platform/chromium-linux/fast/encoding/utf-16-no-bom-expected.png: Removed.
2232 * platform/chromium-linux/fast/lists/outSideListMarkers-expected.png: Removed.
2233 * platform/chromium-linux/svg/hixie/error/004-expected.png: Removed.
2234 * platform/chromium-linux/svg/hixie/error/005-expected.png: Removed.
2235 * platform/chromium-linux/svg/text/text-hkern-expected.png: Removed.
2236 * platform/chromium-linux/svg/text/text-vkern-expected.png: Removed.
2237 * platform/chromium-linux/transitions/suspend-transform-transition-expected.png: Removed.
2238 * platform/chromium-mac-leopard/animations/3d/state-at-end-event-transform-expected.png: Removed.
2239 * platform/chromium-mac-leopard/svg/custom/svg-curve-with-relative-cordinates-expected.png: Removed.
2240 * platform/chromium-mac/animations/state-at-end-event-expected.png: Removed.
2241 * platform/chromium-mac/editing/deleting/5390681-2-expected.png: Removed.
2242 * platform/chromium-mac/editing/execCommand/5138441-expected.png: Removed.
2243 * platform/chromium-mac/editing/execCommand/5481523-expected.png: Removed.
2244 * platform/chromium-mac/editing/execCommand/indent-selection-expected.png: Removed.
2245 * platform/chromium-mac/editing/selection/4960116-expected.png: Removed.
2246 * platform/chromium-mac/editing/selection/select-text-overflow-ellipsis-expected.png: Removed.
2247 * platform/chromium-mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Removed.
2248 * platform/chromium-mac/fast/backgrounds/svg-as-background-2-expected.png: Removed.
2249 * platform/chromium-mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Removed.
2250 * platform/chromium-mac/fast/borders/borderRadiusArcs01-expected.png: Removed.
2251 * platform/chromium-mac/fast/borders/borderRadiusDouble02-expected.png: Removed.
2252 * platform/chromium-mac/fast/borders/borderRadiusDouble03-expected.png: Removed.
2253 * platform/chromium-mac/fast/borders/borderRadiusGroove01-expected.png: Removed.
2254 * platform/chromium-mac/fast/borders/borderRadiusGroove02-expected.png: Removed.
2255 * platform/chromium-mac/fast/borders/borderRadiusInset01-expected.png: Removed.
2256 * platform/chromium-mac/fast/borders/borderRadiusOutset01-expected.png: Removed.
2257 * platform/chromium-mac/fast/borders/borderRadiusRidge01-expected.png: Removed.
2258 * platform/chromium-mac/fast/borders/borderRadiusSolid01-expected.png: Removed.
2259 * platform/chromium-mac/fast/borders/borderRadiusSolid02-expected.png: Removed.
2260 * platform/chromium-mac/fast/borders/borderRadiusSolid03-expected.png: Removed.
2261 * platform/chromium-mac/fast/borders/borderRadiusSolid04-expected.png: Removed.
2262 * platform/chromium-mac/fast/borders/fieldsetBorderRadius-expected.png: Removed.
2263 * platform/chromium-mac/fast/css/apple-prefix-expected.png: Removed.
2264 * platform/chromium-mac/fast/css/compare-content-style-expected.png: Removed.
2265 * platform/chromium-mac/fast/css/css3-space-in-nth-and-lang-expected.png: Removed.
2266 * platform/chromium-mac/fast/css/font-face-woff-expected.png: Removed.
2267 * platform/chromium-mac/fast/css/namespaces/namespaces-comments-expected.png: Removed.
2268 * platform/chromium-mac/fast/css/namespaces/namespaces-empty-expected.png: Removed.
2269 * platform/chromium-mac/fast/css/namespaces/namespaces-escapes-expected.png: Removed.
2270 * platform/chromium-mac/fast/css/namespaces/namespaces-invalid-at-expected.png: Removed.
2271 * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png: Removed.
2272 * platform/chromium-mac/fast/js/missing-title-end-tag-js-expected.png: Removed.
2273 * platform/chromium-mac/fast/lists/anonymous-items-expected.png: Removed.
2274 * platform/chromium-mac/fast/lists/marker-before-empty-inline-expected.png: Removed.
2275 * platform/chromium-mac/fast/multicol/column-count-with-rules-expected.png: Removed.
2276 * platform/chromium-mac/fast/overflow/line-clamp-expected.png: Removed.
2277 * platform/chromium-mac/fast/reflections/opacity-reflection-transform-expected.png: Removed.
2278 * platform/chromium-mac/fast/runin/generated2-expected.png: Removed.
2279 * platform/chromium-mac/fast/runin/generated3-expected.png: Removed.
2280 * platform/chromium-mac/fast/runin/generated4-expected.png: Removed.
2281 * platform/chromium-mac/fast/text/stripNullFromText-expected.png: Removed.
2282 * platform/chromium-mac/http/tests/misc/slow-loading-mask-expected.png: Removed.
2283 * platform/chromium-mac/media/video-transformed-expected.png: Removed.
2284 * platform/chromium-mac/svg/batik/text/textProperties-expected.png: Removed.
2285 * platform/chromium-mac/svg/css/css-box-min-width-expected.png: Removed.
2286 * platform/chromium-mac/svg/custom/container-opacity-clip-viewBox-expected.png: Removed.
2287 * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.png: Removed.
2288 * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.png: Removed.
2289 * platform/chromium-mac/svg/custom/gradient-stop-corner-cases-expected.png: Removed.
2290 * platform/chromium-mac/svg/custom/mask-invalidation-expected.png: Removed.
2291 * platform/chromium-mac/svg/custom/massive-coordinates-expected.png: Removed.
2292 * platform/chromium-mac/svg/custom/transformedMaskFails-expected.png: Removed.
2293 * platform/chromium-mac/svg/filters/feColorMatrix-values-expected.png: Removed.
2294 * platform/chromium-mac/tables/mozilla/bugs/bug6674-expected.png: Removed.
2295 * platform/chromium-mac/transitions/transition-end-event-rendering-expected.png: Removed.
2296 * platform/chromium-mac/webarchive/test-link-rel-icon-expected.png: Removed.
2297 * platform/chromium-win-xp/animations/suspend-transform-animation-expected.png: Removed.
2298 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Removed.
2299 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Removed.
2300 * platform/chromium-win-xp/fast/css/rtl-to-viewport-expected.png: Removed.
2301 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-01-b-expected.png: Removed.
2302 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Removed.
2303 * platform/chromium-win-xp/svg/batik/text/textProperties-expected.png: Removed.
2304 * platform/chromium-win-xp/svg/custom/marker-strokeWidth-changes-expected.png: Removed.
2305 * platform/chromium-win-xp/transitions/suspend-transform-transition-expected.png: Removed.
2306 * platform/chromium-win/fast/backgrounds/size/backgroundSize03-expected.png: Removed.
2307 * platform/chromium-win/fast/block/float/009-expected.png: Removed.
2308 * platform/chromium-win/fast/block/float/034-expected.png: Removed.
2309 * platform/chromium-win/fast/block/float/4145535Crash-expected.png: Removed.
2310 * platform/chromium-win/fast/block/float/br-with-clear-expected.png: Removed.
2311 * platform/chromium-win/fast/block/float/float-on-zero-height-line-expected.png: Removed.
2312 * platform/chromium-win/fast/block/float/narrow-after-wide-expected.png: Removed.
2313 * platform/chromium-win/fast/block/float/negative-margin-clear-expected.png: Removed.
2314 * platform/chromium-win/fast/block/float/nowrap-clear-min-width-expected.png: Removed.
2315 * platform/chromium-win/fast/block/float/overhanging-after-height-decrease-offsets-expected.png: Removed.
2316 * platform/chromium-win/fast/block/positioning/003-expected.png: Removed.
2317 * platform/chromium-win/fast/block/positioning/004-expected.png: Removed.
2318 * platform/chromium-win/fast/block/positioning/005-expected.png: Removed.
2319 * platform/chromium-win/fast/block/positioning/006-expected.png: Removed.
2320 * platform/chromium-win/fast/block/positioning/007-expected.png: Removed.
2321 * platform/chromium-win/fast/block/positioning/008-expected.png: Removed.
2322 * platform/chromium-win/fast/block/positioning/009-expected.png: Removed.
2323 * platform/chromium-win/fast/block/positioning/010-expected.png: Removed.
2324 * platform/chromium-win/fast/block/positioning/011-expected.png: Removed.
2325 * platform/chromium-win/fast/block/positioning/012-expected.png: Removed.
2326 * platform/chromium-win/fast/block/positioning/013-expected.png: Removed.
2327 * platform/chromium-win/fast/block/positioning/014-expected.png: Removed.
2328 * platform/chromium-win/fast/block/positioning/015-expected.png: Removed.
2329 * platform/chromium-win/fast/block/positioning/016-expected.png: Removed.
2330 * platform/chromium-win/fast/block/positioning/017-expected.png: Removed.
2331 * platform/chromium-win/fast/block/positioning/018-expected.png: Removed.
2332 * platform/chromium-win/fast/block/positioning/019-expected.png: Removed.
2333 * platform/chromium-win/fast/block/positioning/020-expected.png: Removed.
2334 * platform/chromium-win/fast/block/positioning/021-expected.png: Removed.
2335 * platform/chromium-win/fast/block/positioning/022-expected.png: Removed.
2336 * platform/chromium-win/fast/block/positioning/023-expected.png: Removed.
2337 * platform/chromium-win/fast/block/positioning/024-expected.png: Removed.
2338 * platform/chromium-win/fast/block/positioning/025-expected.png: Removed.
2339 * platform/chromium-win/fast/block/positioning/026-expected.png: Removed.
2340 * platform/chromium-win/fast/block/positioning/027-expected.png: Removed.
2341 * platform/chromium-win/fast/block/positioning/028-expected.png: Removed.
2342 * platform/chromium-win/fast/block/positioning/029-expected.png: Removed.
2343 * platform/chromium-win/fast/block/positioning/030-expected.png: Removed.
2344 * platform/chromium-win/fast/block/positioning/031-expected.png: Removed.
2345 * platform/chromium-win/fast/block/positioning/032-expected.png: Removed.
2346 * platform/chromium-win/fast/block/positioning/033-expected.png: Removed.
2347 * platform/chromium-win/fast/block/positioning/034-expected.png: Removed.
2348 * platform/chromium-win/fast/block/positioning/035-expected.png: Removed.
2349 * platform/chromium-win/fast/block/positioning/036-expected.png: Removed.
2350 * platform/chromium-win/fast/block/positioning/037-expected.png: Removed.
2351 * platform/chromium-win/fast/block/positioning/038-expected.png: Removed.
2352 * platform/chromium-win/fast/block/positioning/039-expected.png: Removed.
2353 * platform/chromium-win/fast/block/positioning/040-expected.png: Removed.
2354 * platform/chromium-win/fast/block/positioning/041-expected.png: Removed.
2355 * platform/chromium-win/fast/block/positioning/042-expected.png: Removed.
2356 * platform/chromium-win/fast/block/positioning/043-expected.png: Removed.
2357 * platform/chromium-win/fast/block/positioning/044-expected.png: Removed.
2358 * platform/chromium-win/fast/block/positioning/045-expected.png: Removed.
2359 * platform/chromium-win/fast/block/positioning/046-expected.png: Removed.
2360 * platform/chromium-win/fast/block/positioning/048-expected.png: Removed.
2361 * platform/chromium-win/fast/block/positioning/049-expected.png: Removed.
2362 * platform/chromium-win/fast/block/positioning/050-expected.png: Removed.
2363 * platform/chromium-win/fast/block/positioning/062-expected.png: Removed.
2364 * platform/chromium-win/fast/block/positioning/move-with-auto-width-expected.png: Removed.
2365 * platform/chromium-win/fast/block/positioning/relative-overconstrained-expected.png: Removed.
2366 * platform/chromium-win/fast/borders/outline-offset-min-assert-expected.png: Removed.
2367 * platform/chromium-win/fast/canvas/canvas-transform-identity-expected.png: Removed.
2368 * platform/chromium-win/fast/canvas/canvas-transform-infinity-expected.png: Removed.
2369 * platform/chromium-win/fast/canvas/canvas-transform-multiply-expected.png: Removed.
2370 * platform/chromium-win/fast/canvas/canvas-transform-nan-expected.png: Removed.
2371 * platform/chromium-win/fast/canvas/canvas-transform-non-invertible-expected.png: Removed.
2372 * platform/chromium-win/fast/clip/017-expected.png: Removed.
2373 * platform/chromium-win/fast/css/006-expected.png: Removed.
2374 * platform/chromium-win/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
2375 * platform/chromium-win/fast/css/content-dynamic-expected.png: Removed.
2376 * platform/chromium-win/fast/css/last-child-style-sharing-expected.png: Removed.
2377 * platform/chromium-win/fast/css/transition-color-unspecified-expected.png: Removed.
2378 * platform/chromium-win/fast/css/xml-stylesheet-pi-not-in-prolog-expected.png: Removed.
2379 * platform/chromium-win/fast/dom/HTMLStyleElement/insert-parser-generated-expected.png: Removed.
2380 * platform/chromium-win/fast/dom/css-cached-import-rule-expected.png: Removed.
2381 * platform/chromium-win/fast/dom/css-insert-import-rule-expected.png: Removed.
2382 * platform/chromium-win/fast/dom/delete-contents-expected.png: Removed.
2383 * platform/chromium-win/fast/dynamic/001-expected.png: Removed.
2384 * platform/chromium-win/fast/dynamic/005-expected.png: Removed.
2385 * platform/chromium-win/fast/dynamic/float-no-longer-overhanging-expected.png: Removed.
2386 * platform/chromium-win/fast/dynamic/float-withdrawal-2-expected.png: Removed.
2387 * platform/chromium-win/fast/dynamic/floating-to-positioned-2-expected.png: Removed.
2388 * platform/chromium-win/fast/dynamic/floating-to-positioned-expected.png: Removed.
2389 * platform/chromium-win/fast/dynamic/genContentDestroyChildren-expected.png: Removed.
2390 * platform/chromium-win/fast/dynamic/positioned-movement-with-positioned-children-expected.png: Removed.
2391 * platform/chromium-win/fast/dynamic/staticY-expected.png: Removed.
2392 * platform/chromium-win/fast/dynamic/subtree-boundary-percent-height-expected.png: Removed.
2393 * platform/chromium-win/fast/dynamic/subtree-no-common-root-static-y-expected.png: Removed.
2394 * platform/chromium-win/fast/dynamic/subtree-table-cell-height-expected.png: Removed.
2395 * platform/chromium-win/fast/encoding/utf-16-no-bom-expected.png: Removed.
2396 * platform/chromium-win/fast/events/onloadFrameCrash-expected.png: Removed.
2397 * platform/chromium-win/fast/frames/002-expected.png: Removed.
2398 * platform/chromium-win/fast/frames/calculate-fixed-expected.png: Removed.
2399 * platform/chromium-win/fast/frames/calculate-order-expected.png: Removed.
2400 * platform/chromium-win/fast/frames/calculate-percentage-expected.png: Removed.
2401 * platform/chromium-win/fast/frames/calculate-relative-expected.png: Removed.
2402 * platform/chromium-win/fast/frames/calculate-round-expected.png: Removed.
2403 * platform/chromium-win/fast/frames/empty-cols-attribute-expected.png: Removed.
2404 * platform/chromium-win/fast/frames/empty-frame-src-expected.png: Removed.
2405 * platform/chromium-win/fast/frames/frame-length-fractional-expected.png: Removed.
2406 * platform/chromium-win/fast/frames/frame-set-whitespace-attributes-expected.png: Removed.
2407 * platform/chromium-win/fast/frames/no-frame-borders-expected.png: Removed.
2408 * platform/chromium-win/fast/images/image-in-map-expected.png: Removed.
2409 * platform/chromium-win/fast/images/pdf-as-tiled-background-expected.png: Removed.
2410 * platform/chromium-win/fast/images/svg-as-background-expected.png: Removed.
2411 * platform/chromium-win/fast/images/svg-as-image-expected.png: Removed.
2412 * platform/chromium-win/fast/images/svg-as-relative-image-expected.png: Removed.
2413 * platform/chromium-win/fast/images/svg-width-100p-as-background-expected.png: Removed.
2414 * platform/chromium-win/fast/inline-block/004-expected.png: Removed.
2415 * platform/chromium-win/fast/inline-block/005-expected.png: Removed.
2416 * platform/chromium-win/fast/invalid/015-expected.png: Removed.
2417 * platform/chromium-win/fast/invalid/table-residual-style-crash-expected.png: Removed.
2418 * platform/chromium-win/fast/js/exception-linenums-in-html-3-expected.png: Removed.
2419 * platform/chromium-win/fast/js/missing-style-end-tag-js-expected.png: Removed.
2420 * platform/chromium-win/fast/js/missing-title-end-tag-js-expected.png: Removed.
2421 * platform/chromium-win/fast/layers/positioned-inside-root-with-margins-expected.png: Removed.
2422 * platform/chromium-win/fast/layers/zindex-ridonkulous-expected.png: Removed.
2423 * platform/chromium-win/fast/lists/outSideListMarkers-expected.png: Removed.
2424 * platform/chromium-win/fast/overflow/position-relative-expected.png: Removed.
2425 * platform/chromium-win/fast/overflow/unreachable-content-test-expected.png: Removed.
2426 * platform/chromium-win/fast/parser/style-script-head-test-expected.png: Removed.
2427 * platform/chromium-win/fast/reflections/table-cell-expected.png: Removed.
2428 * platform/chromium-win/fast/repaint/button-spurious-layout-hint-expected.png: Removed.
2429 * platform/chromium-win/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Removed.
2430 * platform/chromium-win/fast/replaced/008-expected.png: Removed.
2431 * platform/chromium-win/fast/table/024-expected.png: Removed.
2432 * platform/chromium-win/fast/table/031-expected.png: Removed.
2433 * platform/chromium-win/fast/table/caption-relayout-expected.png: Removed.
2434 * platform/chromium-win/fast/table/div-as-col-span-expected.png: Removed.
2435 * platform/chromium-win/fast/table/giantCellspacing-expected.png: Removed.
2436 * platform/chromium-win/fast/table/growCellForImageQuirk-expected.png: Removed.
2437 * platform/chromium-win/fast/table/max-width-integer-overflow-expected.png: Removed.
2438 * platform/chromium-win/fast/table/percent-widths-stretch-expected.png: Removed.
2439 * platform/chromium-win/fast/table/vertical-align-baseline-readjust-expected.png: Removed.
2440 * platform/chromium-win/fast/text/align-center-rtl-spill-expected.png: Removed.
2441 * platform/chromium-win/fast/text/apply-start-width-after-skipped-text-expected.png: Removed.
2442 * platform/chromium-win/fast/text/fixed-pitch-control-characters-expected.png: Removed.
2443 * platform/chromium-win/fast/text/selection-painted-separately-expected.png: Removed.
2444 * platform/chromium-win/fast/text/soft-hyphen-3-expected.png: Removed.
2445 * platform/chromium-win/fast/text/stripNullFromText-expected.png: Removed.
2446 * platform/chromium-win/fast/tokenizer/missing-style-end-tag-1-expected.png: Removed.
2447 * platform/chromium-win/fast/tokenizer/missing-style-end-tag-2-expected.png: Removed.
2448 * platform/chromium-win/fast/tokenizer/script-after-frameset-expected.png: Removed.
2449 * platform/chromium-win/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
2450 * platform/chromium-win/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Removed.
2451 * platform/chromium-win/svg/custom/SVGNumber-interface-expected.png: Removed.
2452 * platform/chromium-win/svg/custom/SVGPoint-interface-expected.png: Removed.
2453 * platform/chromium-win/svg/custom/SVGRect-interface-expected.png: Removed.
2454 * platform/chromium-win/svg/custom/attribute-namespace-check-expected.png: Removed.
2455 * platform/chromium-win/svg/custom/class-selector-expected.png: Removed.
2456 * platform/chromium-win/svg/custom/clip-path-child-changes-expected.png: Removed.
2457 * platform/chromium-win/svg/custom/clip-path-href-changes-expected.png: Removed.
2458 * platform/chromium-win/svg/custom/clip-path-units-changes-expected.png: Removed.
2459 * platform/chromium-win/svg/custom/clip-path-with-transform-expected.png: Removed.
2460 * platform/chromium-win/svg/custom/conditional-processing-outside-switch-expected.png: Removed.
2461 * platform/chromium-win/svg/custom/create-metadata-element-expected.png: Removed.
2462 * platform/chromium-win/svg/custom/createelement-expected.png: Removed.
2463 * platform/chromium-win/svg/custom/css-pixels-dpi-expected.png: Removed.
2464 * platform/chromium-win/svg/custom/display-none-expected.png: Removed.
2465 * platform/chromium-win/svg/custom/dynamic-viewBox-expected.png: Removed.
2466 * platform/chromium-win/svg/custom/evt-onload-expected.png: Removed.
2467 * platform/chromium-win/svg/custom/fill-update-expected.png: Removed.
2468 * platform/chromium-win/svg/custom/filter-source-alpha-expected.png: Removed.
2469 * platform/chromium-win/svg/custom/gradient-add-stops-expected.png: Removed.
2470 * platform/chromium-win/svg/custom/gradient-attr-update-expected.png: Removed.
2471 * platform/chromium-win/svg/custom/gradient-stop-style-change-expected.png: Removed.
2472 * platform/chromium-win/svg/custom/hover-default-fill-expected.png: Removed.
2473 * platform/chromium-win/svg/custom/image-with-aspect-ratio-stretch-expected.png: Removed.
2474 * platform/chromium-win/svg/custom/inner-percent-expected.png: Removed.
2475 * platform/chromium-win/svg/custom/inner-svg-hit-test-expected.png: Removed.
2476 * platform/chromium-win/svg/custom/invalid-transforms-expected.png: Removed.
2477 * platform/chromium-win/svg/custom/mask-excessive-malloc-expected.png: Removed.
2478 * platform/chromium-win/svg/custom/mask-inside-defs-expected.png: Removed.
2479 * platform/chromium-win/svg/custom/pattern-in-defs-expected.png: Removed.
2480 * platform/chromium-win/svg/custom/percentage-rect2-expected.png: Removed.
2481 * platform/chromium-win/svg/custom/poly-identify-expected.png: Removed.
2482 * platform/chromium-win/svg/custom/polyline-hittest-expected.png: Removed.
2483 * platform/chromium-win/svg/custom/polyline-invalid-points-expected.png: Removed.
2484 * platform/chromium-win/svg/custom/polyline-setattribute-points-null-expected.png: Removed.
2485 * platform/chromium-win/svg/custom/prevent-default-expected.png: Removed.
2486 * platform/chromium-win/svg/custom/repaint-on-image-bounds-change-expected.png: Removed.
2487 * platform/chromium-win/svg/custom/resource-client-removal-expected.png: Removed.
2488 * platform/chromium-win/svg/custom/rgbcolor-syntax-expected.png: Removed.
2489 * platform/chromium-win/svg/custom/rootelement-expected.png: Removed.
2490 * platform/chromium-win/svg/custom/scroll-hit-test-expected.png: Removed.
2491 * platform/chromium-win/svg/custom/sheet-title-expected.png: Removed.
2492 * platform/chromium-win/svg/custom/svg-absolute-children-expected.png: Removed.
2493 * platform/chromium-win/svg/custom/text-gradient-no-content-expected.png: Removed.
2494 * platform/chromium-win/svg/custom/transform-ignore-after-invalid-expected.png: Removed.
2495 * platform/chromium-win/svg/custom/transform-invalid-expected.png: Removed.
2496 * platform/chromium-win/svg/custom/transform-removeAttributeNS-expected.png: Removed.
2497 * platform/chromium-win/svg/custom/transform-scale-parse-expected.png: Removed.
2498 * platform/chromium-win/svg/custom/transform-with-ending-space-expected.png: Removed.
2499 * platform/chromium-win/svg/custom/transformedMaskFails-expected.png: Removed.
2500 * platform/chromium-win/svg/custom/use-empty-reference-expected.png: Removed.
2501 * platform/chromium-win/svg/custom/use-recalcStyle-crash-expected.png: Removed.
2502 * platform/chromium-win/svg/custom/use-symbol-overflow-expected.png: Removed.
2503 * platform/chromium-win/svg/custom/viewport-clip-expected.png: Removed.
2504 * platform/chromium-win/svg/custom/viewport-no-width-height-expected.png: Removed.
2505 * platform/chromium-win/svg/custom/viewport-update-expected.png: Removed.
2506 * platform/chromium-win/svg/custom/viewport-update2-expected.png: Removed.
2507 * platform/chromium-win/svg/custom/visibility-override-clip-expected.png: Removed.
2508 * platform/chromium-win/svg/custom/visibility-override-expected.png: Removed.
2509 * platform/chromium-win/svg/custom/visibility-override-mask-expected.png: Removed.
2510 * platform/chromium-win/svg/custom/xhtml-no-svg-renderer-expected.png: Removed.
2511 * platform/chromium-win/svg/custom/xml-stylesheet-expected.png: Removed.
2512 * platform/chromium-win/svg/hixie/dynamic/003-expected.png: Removed.
2513 * platform/chromium-win/svg/hixie/dynamic/004-expected.png: Removed.
2514 * platform/chromium-win/svg/hixie/dynamic/006-expected.png: Removed.
2515 * platform/chromium-win/svg/hixie/error/001-expected.png: Removed.
2516 * platform/chromium-win/svg/hixie/error/004-expected.png: Removed.
2517 * platform/chromium-win/svg/hixie/error/005-expected.png: Removed.
2518 * platform/chromium-win/svg/hixie/error/006-expected.png: Removed.
2519 * platform/chromium-win/svg/hixie/error/007-expected.png: Removed.
2520 * platform/chromium-win/svg/hixie/error/008-expected.png: Removed.
2521 * platform/chromium-win/svg/hixie/error/009-expected.png: Removed.
2522 * platform/chromium-win/svg/hixie/error/014-expected.png: Removed.
2523 * platform/chromium-win/svg/hixie/error/014-test-expected.png: Removed.
2524 * platform/chromium-win/svg/hixie/error/015-expected.png: Removed.
2525 * platform/chromium-win/svg/hixie/error/016-expected.png: Removed.
2526 * platform/chromium-win/svg/hixie/painting/001-expected.png: Removed.
2527 * platform/chromium-win/svg/hixie/processing-model/005-expected.png: Removed.
2528 * platform/chromium-win/svg/hixie/rendering-model/003a-expected.png: Removed.
2529 * platform/chromium-win/svg/hixie/use/001-expected.png: Removed.
2530 * platform/chromium-win/svg/hixie/use/002-expected.png: Removed.
2531 * platform/chromium-win/svg/hixie/use/002-test-expected.png: Removed.
2532 * platform/chromium-win/svg/hixie/viewbox/001-expected.png: Removed.
2533 * platform/chromium-win/svg/hixie/viewbox/002-expected.png: Removed.
2534 * platform/chromium-win/svg/hixie/viewbox/003-expected.png: Removed.
2535 * platform/chromium-win/svg/hixie/viewbox/004-expected.png: Removed.
2536 * platform/chromium-win/svg/webarchive/svg-script-subresouces-expected.png: Removed.
2537 * platform/chromium-win/tables/mozilla/bugs/adforce_imgis_com-expected.png: Removed.
2538 * platform/chromium-win/tables/mozilla/bugs/bug103533-expected.png: Removed.
2539 * platform/chromium-win/tables/mozilla/bugs/bug1818-6-expected.png: Removed.
2540 * platform/chromium-win/tables/mozilla/bugs/bug222336-expected.png: Removed.
2541 * platform/chromium-win/tables/mozilla/bugs/bug222467-expected.png: Removed.
2542 * platform/chromium-win/tables/mozilla/bugs/bug269566-expected.png: Removed.
2543 * platform/chromium-win/tables/mozilla/bugs/bug277062-expected.png: Removed.
2544 * platform/chromium-win/tables/mozilla/bugs/bug28933-expected.png: Removed.
2545 * platform/chromium-win/tables/mozilla/bugs/bug2954-expected.png: Removed.
2546 * platform/chromium-win/tables/mozilla/bugs/bug8032-2-expected.png: Removed.
2547 * platform/chromium-win/tables/mozilla/bugs/bug9024-expected.png: Removed.
2548 * platform/chromium-win/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Removed.
2549 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
2550 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug3517-expected.png: Removed.
2551 * platform/chromium-win/transitions/transition-end-event-rendering-expected.png: Removed.
2552 * platform/chromium-win/webarchive/archive-with-unencoded-url-expected.png: Removed.
2553 * platform/chromium-win/webarchive/test-body-background-expected.png: Removed.
2554 * platform/chromium-win/webarchive/test-img-src-expected.png: Removed.
2555 * platform/chromium-win/webarchive/test-input-src-expected.png: Removed.
2556 * platform/chromium-win/webarchive/test-link-rel-icon-expected.png: Removed.
2557 * platform/chromium-win/webarchive/test-object-data-expected.png: Removed.
2558 * platform/chromium-win/webarchive/test-script-src-expected.png: Removed.
2559 * platform/chromium-win/webarchive/test-table-background-expected.png: Removed.
2560 * platform/chromium-win/webarchive/test-td-background-expected.png: Removed.
2561 * platform/chromium-win/webarchive/test-xml-stylesheet-expected.png: Removed.
2563 2011-03-07 Xiaomei Ji <xji@chromium.org>
2567 Skip test caretRangeFromPoint-in-zoom-and-scroll.html in mac-wk2 since
2568 EventSender.mouseMoveTo is not yet supported.
2570 * platform/mac-wk2/Skipped:
2572 2011-03-07 Chris Fleizach <cfleizach@apple.com>
2574 Reviewed by Beth Dakin.
2576 AX: WK1 needs to use ScrollView attachment for AXScrollArea, WK2 does not
2577 https://bugs.webkit.org/show_bug.cgi?id=55706
2579 * platform/mac/accessibility/webkit-scrollarea-expected.txt:
2580 * platform/mac/accessibility/webkit-scrollarea-position-expected.txt:
2581 * platform/mac/accessibility/webkit-scrollarea-position.html:
2582 * platform/mac/accessibility/webkit-scrollarea.html:
2584 2011-03-04 Gavin Barraclough <barraclough@apple.com>
2586 Reviewed by Cameron Zwarich.
2588 Bug 55815 - Should throw an exception from JSObject::defineOwnProperty if !isExtensible().
2590 * ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
2591 Now with added passingness!
2593 2011-03-07 Daniel Cheng <dcheng@chromium.org>
2595 Reviewed by Tony Chang.
2597 Add plumbing for paste support to ChromiumDataObject::types()
2598 https://bugs.webkit.org/show_bug.cgi?id=55792
2600 Add a simple layout test to verify that event.clipboardData.types
2601 reflects the types available in a paste.
2603 * editing/pasteboard/onpaste-text-html-types-expected.txt: Added.
2604 * editing/pasteboard/onpaste-text-html-types.html: Added.
2606 2011-03-07 Xiaomei Ji <xji@chromium.org>
2608 Reviewed by Martin Robinson.
2610 Make fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html less port-dependent.
2611 Preiously, the test clicked at a specific pixel so different fonts result in slightly different positions.
2612 Change the test to click on a specific character offset.
2613 https://bugs.webkit.org/show_bug.cgi?id=30816
2615 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll-expected.txt:
2616 * fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html:
2617 * platform/chromium/test_expectations.txt:
2618 * platform/gtk/Skipped:
2619 * platform/mac-wk2/Skipped:
2620 * platform/qt-wk2/Skipped:
2621 * platform/qt/Skipped:
2623 2011-03-07 Mihai Parparita <mihaip@chromium.org>
2625 Unreviewed Chromium expectations update.
2627 Clean up fast/viewport expectations and remove a test that no longer
2628 crashes (the underlying V8 bug was fixed).
2630 * platform/chromium/test_expectations.txt:
2632 2011-03-07 Sergey Glazunov <serg.glazunov@gmail.com>
2634 Reviewed by Dimitri Glazkov.
2636 Node::checkAddChild and Node::checkReplaceChild shouldn't change the owner document of a node
2637 https://bugs.webkit.org/show_bug.cgi?id=55803
2639 * fast/dom/dom-method-document-change-expected.txt: Added.
2640 * fast/dom/dom-method-document-change.html: Added.
2642 2011-03-07 Sheriff Bot <webkit.review.bot@gmail.com>
2644 Unreviewed, rolling out r80484.
2645 http://trac.webkit.org/changeset/80484
2646 https://bugs.webkit.org/show_bug.cgi?id=55891
2648 requires Chromium DEPS roll (Requested by dcheng on #webkit).
2650 * editing/pasteboard/onpaste-text-html-types-expected.txt: Removed.
2651 * editing/pasteboard/onpaste-text-html-types.html: Removed.
2653 2011-03-07 Daniel Cheng <dcheng@chromium.org>
2655 Reviewed by Tony Chang.
2657 Add plumbing for paste support to ChromiumDataObject::types()
2658 https://bugs.webkit.org/show_bug.cgi?id=55792
2660 Add a simple layout test to verify that event.clipboardData.types
2661 reflects the types available in a paste.
2663 * editing/pasteboard/onpaste-text-html-types-expected.txt: Added.
2664 * editing/pasteboard/onpaste-text-html-types.html: Added.
2666 2011-03-07 Joseph Pecoraro <joepeck@webkit.org>
2668 Viewport Warning/Error Messages Are Now Inaccurate
2669 https://bugs.webkit.org/show_bug.cgi?id=53707
2671 Include expected results for r80483.
2673 * fast/viewport/viewport-100-expected.txt:
2674 * fast/viewport/viewport-101-expected.txt:
2675 * fast/viewport/viewport-102-expected.txt:
2676 * fast/viewport/viewport-103-expected.txt:
2677 * fast/viewport/viewport-104-expected.txt:
2678 * fast/viewport/viewport-105-expected.txt:
2679 * fast/viewport/viewport-106-expected.txt:
2680 * fast/viewport/viewport-107-expected.txt:
2681 * fast/viewport/viewport-108-expected.txt:
2682 * fast/viewport/viewport-109-expected.txt:
2683 * fast/viewport/viewport-110-expected.txt:
2684 * fast/viewport/viewport-111-expected.txt:
2685 * fast/viewport/viewport-112-expected.txt:
2686 * fast/viewport/viewport-113-expected.txt:
2687 * fast/viewport/viewport-114-expected.txt:
2688 * fast/viewport/viewport-115-expected.txt:
2689 * fast/viewport/viewport-116-expected.txt:
2690 * fast/viewport/viewport-117-expected.txt:
2691 * fast/viewport/viewport-118-expected.txt:
2692 * fast/viewport/viewport-129-expected.txt:
2693 * fast/viewport/viewport-29-expected.txt:
2694 * fast/viewport/viewport-30-expected.txt:
2695 * fast/viewport/viewport-31-expected.txt:
2696 * fast/viewport/viewport-32-expected.txt:
2697 * fast/viewport/viewport-35-expected.txt:
2698 * fast/viewport/viewport-36-expected.txt:
2699 * fast/viewport/viewport-38-expected.txt:
2700 * fast/viewport/viewport-39-expected.txt:
2701 * fast/viewport/viewport-40-expected.txt:
2702 * fast/viewport/viewport-41-expected.txt:
2703 * fast/viewport/viewport-42-expected.txt:
2704 * fast/viewport/viewport-43-expected.txt:
2705 * fast/viewport/viewport-44-expected.txt:
2706 * fast/viewport/viewport-47-expected.txt:
2707 * fast/viewport/viewport-48-expected.txt:
2708 * fast/viewport/viewport-49-expected.txt:
2709 * fast/viewport/viewport-61-expected.txt:
2710 * fast/viewport/viewport-62-expected.txt:
2711 * fast/viewport/viewport-63-expected.txt:
2712 * fast/viewport/viewport-64-expected.txt:
2713 * fast/viewport/viewport-66-expected.txt:
2714 * fast/viewport/viewport-67-expected.txt:
2715 * fast/viewport/viewport-68-expected.txt:
2716 * fast/viewport/viewport-69-expected.txt:
2717 * fast/viewport/viewport-70-expected.txt:
2718 * fast/viewport/viewport-71-expected.txt:
2719 * fast/viewport/viewport-72-expected.txt:
2720 * fast/viewport/viewport-73-expected.txt:
2721 * fast/viewport/viewport-74-expected.txt:
2722 * fast/viewport/viewport-75-expected.txt:
2723 * fast/viewport/viewport-76-expected.txt:
2724 * fast/viewport/viewport-77-expected.txt:
2725 * fast/viewport/viewport-78-expected.txt:
2726 * fast/viewport/viewport-79-expected.txt:
2727 * fast/viewport/viewport-80-expected.txt:
2728 * fast/viewport/viewport-81-expected.txt:
2729 * fast/viewport/viewport-83-expected.txt:
2730 * fast/viewport/viewport-85-expected.txt:
2731 * fast/viewport/viewport-88-expected.txt:
2732 * fast/viewport/viewport-90-expected.txt:
2733 * fast/viewport/viewport-warnings-1-expected.txt: Added.
2734 * fast/viewport/viewport-warnings-2-expected.txt: Added.
2735 * fast/viewport/viewport-warnings-3-expected.txt: Added.
2736 * fast/viewport/viewport-warnings-4-expected.txt: Added.
2737 * fast/viewport/viewport-warnings-5-expected.txt: Added.
2738 * fast/viewport/viewport-warnings-6-expected.txt: Added.
2740 2011-03-07 Joseph Pecoraro <joepeck@webkit.org>
2742 Reviewed by Kenneth Rohde Christiansen.
2744 Viewport Warning/Error Messages Are Now Inaccurate
2745 https://bugs.webkit.org/show_bug.cgi?id=53707
2747 Added tests specifically to test Console warnings.
2749 * fast/viewport/viewport-warnings-1.html: Added.
2750 * fast/viewport/viewport-warnings-2.html: Added.
2751 * fast/viewport/viewport-warnings-3.html: Added.
2752 * fast/viewport/viewport-warnings-4.html: Added.
2753 * fast/viewport/viewport-warnings-5.html: Added.
2754 * fast/viewport/viewport-warnings-6.html: Added.
2756 2011-03-07 Jeremy Orlow <jorlow@chromium.org>
2758 Reviewed by Steve Block.
2760 Add source to IDBIndex, objectStore to IDBIndex, and remove storeName
2761 https://bugs.webkit.org/show_bug.cgi?id=55812
2763 * storage/indexeddb/cursor-update-expected.txt:
2764 * storage/indexeddb/cursor-update.html:
2765 * storage/indexeddb/index-basics-expected.txt:
2766 * storage/indexeddb/index-basics.html:
2768 2011-03-07 Chris Fleizach <cfleizach@apple.com>
2770 Reviewed by Beth Dakin.
2772 AX: kAXCellForColumnAndRowParameterizedAttribute doesn't work ARIA grids with colspans
2773 https://bugs.webkit.org/show_bug.cgi?id=55735
2775 * platform/mac/accessibility/aria-table-with-colspan-cells-expected.txt: Added.
2776 * platform/mac/accessibility/aria-table-with-colspan-cells.html: Added.
2778 2011-03-07 Andrei Popescu <andreip@google.com>
2780 Reviewed by Steve Block.
2782 [Chromium] test_expectations.txt cannot be parsed correctly
2783 https://bugs.webkit.org/show_bug.cgi?id=55871
2785 * platform/chromium/test_expectations.txt:
2787 2011-03-07 Kenneth Rohde Christiansen <kenneth@webkit.org>
2791 Add expected results to the new viewport tests
2793 * fast/viewport/viewport-91-expected.txt: Added.
2794 * fast/viewport/viewport-92-expected.txt: Added.
2795 * fast/viewport/viewport-93-expected.txt: Added.
2796 * fast/viewport/viewport-94-expected.txt: Added.
2797 * fast/viewport/viewport-95-expected.txt: Added.
2798 * fast/viewport/viewport-96-expected.txt: Added.
2800 2011-03-07 Csaba Osztrogonác <ossy@webkit.org>
2804 [Qt] http/tests/inspector/resource-parameters.html is flakey
2805 https://bugs.webkit.org/show_bug.cgi?id=55867
2807 * platform/qt/Skipped: Add http/tests/inspector/resource-parameters.html to make buildbot happy.
2809 2011-03-07 Antti Koivisto <antti@apple.com>
2811 Reviewed by Oliver Hunt.
2813 REGRESSION (r79574): fast/dom/global-constructors.html failing on Windows 7 Release (Tests) bots
2814 https://bugs.webkit.org/show_bug.cgi?id=55166
2815 <rdar://problem/9050430>
2817 * http/tests/security/cross-origin-css-primitive-expected.txt: Added.
2818 * http/tests/security/cross-origin-css-primitive.html: Added.
2819 * http/tests/security/resources/cross-origin-css-primitive-iframe.html: Added.
2821 2011-03-07 Alejandro G. Castro <alex@igalia.com>
2823 Added new GTK+ test results.
2825 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
2826 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
2827 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
2828 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.checksum: Added.
2829 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.png: Added.
2830 * platform/gtk/fast/text/hyphenate-limit-before-after-expected.txt: Added.
2832 2011-03-07 Alejandro G. Castro <alex@igalia.com>
2834 Skipped failing test that requires a missing feature in
2835 layoutTestController. Added bug:
2836 https://bugs.webkit.org/show_bug.cgi?id=55862
2838 * platform/gtk/Skipped:
2840 2011-03-07 Xianzhu Wang <wangxianzhu@google.com>
2842 Reviewed by Tony Gentilcore.
2844 In layout tests, iframe's onload handler should not use script function
2845 defined after the iframe.
2846 https://bugs.webkit.org/show_bug.cgi?id=54942
2848 Found and fixed more tests in addition to the first patch to bug 54942.
2849 Tried best to avoid expectation changes.
2851 * editing/execCommand/find-after-replace.html:
2852 * editing/input/option-page-up-down.html:
2853 * editing/input/scroll-viewport-page-up-down.html:
2854 * editing/pasteboard/copy-standalone-image.html:
2855 * editing/pasteboard/drag-image-to-contenteditable-in-iframe.html:
2856 * editing/pasteboard/paste-noscript-xhtml.xhtml:
2857 * editing/selection/drag-in-iframe.html:
2858 * editing/undo/undo-iframe-location-change.html:
2859 * fast/dom/DOMImplementation/createDocument-with-used-doctype-expected.txt:
2860 * fast/dom/DOMImplementation/createDocument-with-used-doctype.html:
2861 * fast/dom/Window/window-postmessage-clone-frames.html:
2862 * fast/dynamic/paused-event-dispatch.html:
2863 * fast/events/keydown-remove-frame.html:
2864 * fast/events/mousedown-in-subframe-scrollbar.html:
2865 * fast/frames/content-opacity-2.html:
2866 * fast/frames/viewsource-plain-text-tags.html:
2867 * fast/frames/viewsource-unfinished-tags.html:
2868 * fast/history/form-submit-in-frame-via-onclick.html:
2869 * fast/history/form-submit-in-frame.html:
2870 * fast/xsl/xslt-text-expected.txt:
2871 * fast/xsl/xslt-text.html:
2872 * http/tests/messaging/cross-domain-message-send.html:
2873 * http/tests/misc/cached-scripts-expected.txt:
2874 * http/tests/misc/cached-scripts.html:
2875 * http/tests/plugins/post-url-file-expected.txt:
2876 * http/tests/plugins/post-url-file.html:
2877 * http/tests/security/listener/xss-inactive-closure-expected.html:
2878 * http/tests/security/listener/xss-inactive-closure.html:
2879 * http/tests/security/postMessage/delivery-order.html:
2880 * http/tests/security/postMessage/invalid-origin-throws-exception-expected.txt:
2881 * http/tests/security/postMessage/invalid-origin-throws-exception.html:
2882 * http/tests/security/postMessage/origin-unaffected-by-base-tag.html:
2883 * http/tests/security/postMessage/target-origin.html:
2884 * http/tests/security/xss-DENIED-getSVGDocument-iframe.html:
2885 * http/tests/xmlhttprequest/detaching-frame-2.html:
2886 * media/media-document-audio-repaint.html:
2887 * media/media-document-audio-size.html:
2888 * platform/mac/fast/dom/wrapper-classes-objc.html:
2889 * platform/mac/fast/loader/non-html-load-event-expected.txt:
2890 * platform/mac/fast/loader/non-html-load-event.html:
2891 * scrollbars/hidden-iframe-scrollbar-crash2.html:
2892 * storage/close-during-stress-test.html:
2893 * svg/custom/js-update-transform-changes.svg:
2895 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
2897 Unreviewed, update chromium test expectations.
2899 inspector/styles/styles-add-blank-property.html becomes flaky.
2901 * platform/chromium/test_expectations.txt:
2903 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
2905 Unreviewd, update chromium test expectations.
2907 Regression at WebKit r80438 (crbug.com/75109) on Mac
2908 platform/chromium/fast/text/international/complex-text-rectangle.html
2910 * platform/chromium/test_expectations.txt:
2912 2011-03-06 Kent Tamura <tkent@chromium.org>
2914 Unreviewed, test expectation update.
2916 Chromium expectation files for r80449.
2918 * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
2919 * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
2920 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
2921 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
2922 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
2924 2011-03-06 Kent Tamura <tkent@chromium.org>
2926 Unreviewed, test expectation update.
2928 Add a Mac expectation for a new test of r80449.
2930 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added.
2931 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added.
2932 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added.
2934 2011-03-06 Naoki Takano <takano.naoki@gmail.com>
2936 Reviewed by Kent Tamura.
2938 Input type=number spin buttons remain invisible but functional after div changed from hidden to visible.
2939 https://bugs.webkit.org/show_bug.cgi?id=55839
2940 http://crbug.com/73866
2941 http://crbug.com/62527
2943 * fast/forms/input-appearance-spinbutton-visibility.html: Added for the test to make sure input type=number spin buttons are shown or hidden correctly with Javascript.
2944 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.checksum: Added for the expectation checksum.
2945 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.png: Added for the expectation image.
2946 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Added for the expectation render tree txt.
2948 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
2950 Unreviewed, update chromium test expectations.
2952 Regression at WebKit r80440 (bug 55854) also on mac.
2953 fast/forms/onchange-setvalueforuser.html
2955 * platform/chromium/test_expectations.txt:
2957 2011-03-06 Fumitoshi Ukai <ukai@chromium.org>
2959 Unreviewed, update chromium test expectations.
2961 Regression at WebKit r80438 (crbug.com/75109)
2962 fast/css/getComputedStyle/computed-style-without-renderer.html
2963 fast/css/getComputedStyle/computed-style.html
2964 platform/chromium/fast/text/international/complex-text-rectangle.html
2965 svg/css/getComputedStyle-basic.xhtml
2966 fast/text/hyphenate-limit-before-after.html
2968 Regression at WebKit r80440 (bug 55854)
2969 fast/forms/onchange-setvalueforuser.html
2971 * platform/chromium/test_expectations.txt:
2973 2011-03-06 Dan Bernstein <mitz@apple.com>
2975 Updated more platform-specific results after r80438.
2977 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2978 * platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt: Removed.
2979 * platform/mac-snowleopard/fast/text/hyphenate-limit-before-after-expected.txt: Copied from platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt.
2981 2011-03-06 Dan Bernstein <mitz@apple.com>
2983 Updated platform-specific results after r80438.
2985 * platform/mac-leopard/fast/text/hyphenate-limit-before-after-expected.txt: Added.
2986 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2987 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
2988 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2990 2011-03-06 Daniel Bates <dbates@rim.com>
2992 Reviewed by Darin Adler.
2994 style.borderSpacing always returns empty string
2995 https://bugs.webkit.org/show_bug.cgi?id=54816
2997 Tests that style.borderSpacing returns the correct result for valid, negative, and missing border-spacing values.
2999 * fast/css/table-border-spacing-expected.txt: Added.
3000 * fast/css/table-border-spacing.html: Added.
3002 2011-03-06 Dan Bernstein <mitz@apple.com>
3004 Reviewed by Oliver Hunt.
3006 <rdar://problem/9093327> Implement -hyphenate-limit-{before,after}
3007 https://bugs.webkit.org/show_bug.cgi?id=55850
3009 * fast/css/getComputedStyle/computed-style-expected.txt:
3010 * fast/css/parsing-hyphenate-limit-expected.txt: Added.
3011 * fast/css/parsing-hyphenate-limit.html: Added.
3012 * fast/text/hyphenate-limit-before-after.html: Added.
3013 * platform/mac/fast/text/hyphenate-limit-before-after-expected.checksum: Added.
3014 * platform/mac/fast/text/hyphenate-limit-before-after-expected.png: Added.
3015 * platform/mac/fast/text/hyphenate-limit-before-after-expected.txt: Added.
3016 * svg/css/getComputedStyle-basic-expected.txt:
3018 2011-03-05 Sheriff Bot <webkit.review.bot@gmail.com>
3020 Unreviewed, rolling out r80428.
3021 http://trac.webkit.org/changeset/80428
3022 https://bugs.webkit.org/show_bug.cgi?id=55833
3024 Broke SnowLeopard (Requested by xan_ on #webkit).
3026 * http/tests/plugins/resources/dump-post.pl:
3027 * platform/gtk/Skipped:
3029 2011-03-05 Martin Robinson <mrobinson@igalia.com>
3031 Reviewed by Xan Lopez.
3033 [GTK] http/tests/plugins/post-url-file.html fails on GTK+
3034 https://bugs.webkit.org/show_bug.cgi?id=55826
3036 * http/tests/plugins/resources/dump-post.pl: Instead of printing out the "keywords" parameter,
3037 print out the POSTDATA parameter. Printing "keywords" did not seem to work on the version of
3038 Apache/Perl/CGI that existed on my machine. According to the Perl CGI module documentation
3039 using 'POSTDATA' is the correct way to print the entire POSTDATA.
3040 * platform/gtk/Skipped: Unskip the test which is now passing.
3042 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
3044 Unreviewed. Another shot at fixing flakiness of extension-events.html.
3046 * inspector/extensions/extensions-events.html:
3048 2011-03-05 Pavel Feldman <pfeldman@chromium.org>
3050 Not reviewed: chromium rebaseline, flaky test fix.
3052 * http/tests/inspector/debugger-test.js:
3053 * inspector/debugger/dom-breakpoints.html:
3054 * platform/chromium/inspector/console/console-uncaught-exception-expected.txt:
3056 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
3058 Reviewed by Pavel Feldman.
3060 Web Inspector: inspector/extensions/extensions-events.html sometimes fails on Windows
3061 https://bugs.webkit.org/show_bug.cgi?id=54974
3063 Properly serialize test output to fix flakiness due to race with output during page reload.
3065 * inspector/extensions/extensions-events-expected.txt:
3066 * inspector/extensions/extensions-events.html:
3067 * platform/win/Skipped:
3069 2011-03-05 Ilya Tikhonovsky <loislo@chromium.org>
3071 Reviewed by Yury Semikhatsky.
3073 Web Inspector: introduce protocol test for ConsoleAgent.
3074 https://bugs.webkit.org/show_bug.cgi?id=55819
3076 * http/tests/inspector/protocol-test.js:
3077 (initialize_ProtocolTest.InspectorTest._dumpEvent):
3078 (initialize_ProtocolTest.InspectorTest._dumpCallArguments):
3079 (initialize_ProtocolTest):
3080 (initialize_ProtocolTest.):
3081 * inspector/protocol/console-agent-expected.txt: Added.
3082 * inspector/protocol/console-agent.html: Added.
3083 * inspector/protocol/runtime-agent.html:
3085 2011-03-05 Andrey Kosyakov <caseq@chromium.org>
3087 Reviewed by Pavel Feldman.
3089 Web Inspector: install onerror handler in inspector tests
3090 https://bugs.webkit.org/show_bug.cgi?id=55690
3092 * http/tests/inspector/inspector-test.js:
3093 (initialize_InspectorTest.onError):
3094 * http/tests/inspector/resources/extension-main.js:
3097 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
3099 Reviewed by Yury Semikhatsky.
3101 Web Inspector: fix layout tests flakiness.
3102 https://bugs.webkit.org/show_bug.cgi?id=55816
3104 - Timeline now uses instrumentation calls, not UI representation while collecting events for tests
3105 - No reloads in debugger tests that don't need them
3106 - Forcing layout in timeline via calculating offsetHeight
3108 * http/tests/inspector/inspector-test.js:
3109 * inspector/console/console-uncaught-exception-expected.txt:
3110 * inspector/console/console-uncaught-exception.html:
3111 * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt:
3112 * inspector/debugger/debugger-autocontinue-on-syntax-error.html:
3113 * inspector/debugger/resources/syntax-error.html: Added.
3114 * inspector/debugger/resources/syntax-error.js: Removed.
3115 * inspector/elements/elements-panel-limited-children-expected.txt:
3116 * inspector/extensions/extensions-events-expected.txt:
3117 * inspector/styles/styles-update-from-js-expected.txt:
3118 * inspector/styles/styles-update-from-js.html:
3119 * inspector/timeline/timeline-layout.html:
3120 * inspector/timeline/timeline-network-resource-expected.txt:
3121 * inspector/timeline/timeline-network-resource.html:
3122 * inspector/timeline/timeline-script-tag-1.html:
3123 * inspector/timeline/timeline-script-tag-2.html:
3124 * inspector/timeline/timeline-test.js:
3125 (initialize_Timeline.InspectorTest.startTimeline.addRecord):
3126 (initialize_Timeline.InspectorTest.startTimeline):
3127 (initialize_Timeline.InspectorTest.stopTimeline):
3128 (initialize_Timeline.InspectorTest.performActionsAndPrint.step2):
3129 (initialize_Timeline.InspectorTest.performActionsAndPrint):
3130 (initialize_Timeline.InspectorTest.printTimelineRecords):
3131 * inspector/timeline/timeline-trivial.html:
3132 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
3134 2011-03-05 Csaba Osztrogonác <ossy@webkit.org>
3138 [Qt] Add fast/forms/onchange-setvalueforuser.html to the Skipped
3139 list because of missing layoutTestController.setValueForUser()
3141 * platform/qt/Skipped:
3144 2011-03-05 Ilya Sherman <isherman@chromium.org>
3146 Reviewed by Darin Adler.
3148 HTMLInputElement::setValue() should schedule change event when the element is focused
3149 In service of https://code.google.com/p/chromium/issues/detail?id=42716
3150 https://bugs.webkit.org/show_bug.cgi?id=53160
3152 * fast/forms/onchange-change-type-expected.txt: Added.
3153 * fast/forms/onchange-change-type.html: Added.
3154 * fast/forms/onchange-setvalueforuser-expected.txt: Added.
3155 * fast/forms/onchange-setvalueforuser.html: Added.
3157 2011-03-04 Victoria Kirst <vrk@google.com>
3159 Reviewed by Eric Carlson.
3161 [chromium] Baselines for media GPU layout tests
3162 https://bugs.webkit.org/show_bug.cgi?id=55796
3164 Adding baselines for some of the media GPU layout tests.
3165 Updates test_expectations with expected media GPU failures.
3167 * platform/chromium-gpu-linux/media/video-display-toggle-expected.checksum: Added.
3168 * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: Added.
3169 * platform/chromium-gpu-linux/media/video-no-audio-expected.checksum: Added.
3170 * platform/chromium-gpu-linux/media/video-no-audio-expected.png: Added.
3171 * platform/chromium-gpu-linux/media/video-volume-slider-expected.checksum: Added.
3172 * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: Added.
3173 * platform/chromium-gpu-linux/media/video-zoom-expected.checksum: Added.
3174 * platform/chromium-gpu-linux/media/video-zoom-expected.png: Added.
3175 * platform/chromium-gpu-mac/media/video-display-toggle-expected.checksum: Added.
3176 * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: Added.
3177 * platform/chromium-gpu-mac/media/video-no-audio-expected.checksum: Added.
3178 * platform/chromium-gpu-mac/media/video-no-audio-expected.png: Added.
3179 * platform/chromium-gpu-mac/media/video-volume-slider-expected.checksum: Added.
3180 * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: Added.
3181 * platform/chromium-gpu-mac/media/video-zoom-expected.checksum: Added.
3182 * platform/chromium-gpu-mac/media/video-zoom-expected.png: Added.
3183 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.checksum: Added.
3184 * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: Added.
3185 * platform/chromium-gpu-win/media/video-display-toggle-expected.checksum: Added.
3186 * platform/chromium-gpu-win/media/video-display-toggle-expected.png: Added.
3187 * platform/chromium-gpu-win/media/video-no-audio-expected.checksum: Added.
3188 * platform/chromium-gpu-win/media/video-no-audio-expected.png: Added.
3189 * platform/chromium-gpu-win/media/video-volume-slider-expected.checksum: Added.
3190 * platform/chromium-gpu-win/media/video-volume-slider-expected.png: Added.
3191 * platform/chromium-gpu-win/media/video-zoom-expected.checksum: Added.
3192 * platform/chromium-gpu-win/media/video-zoom-expected.png: Added.
3193 * platform/chromium/test_expectations.txt:
3195 2011-03-04 Xianzhu Wang <wangxianzhu@google.com>
3197 Reviewed by Adam Barth.
3199 Add a test to ensure SVGImage won't cause ResourceLoader leaks.
3200 https://bugs.webkit.org/show_bug.cgi?id=55017
3202 * fast/images/svg-image-leak-loader-expected.txt: Added.
3203 * fast/images/svg-image-leak-loader.html: Added.
3204 * fast/images/resources/load-script.html: Added.
3206 2011-03-04 Mike Reed <reed@google.com>
3208 Reviewed by Mihai Parparita.
3210 [Chromium] fast/canvas/canvas-arc-360-winding.html fails on Linux and Windows
3211 https://bugs.webkit.org/show_bug.cgi?id=49477
3213 * platform/chromium/test_expectations.txt:
3215 2011-03-04 James Simonsen <simonjam@chromium.org>
3217 Reviewed by Adam Barth.
3219 Test that scripts with unknown types aren't loaded.
3220 https://bugs.webkit.org/show_bug.cgi?id=51760
3222 * fast/dom/HTMLScriptElement/dont-load-unknown-type-expected.txt: Added.
3223 * fast/dom/HTMLScriptElement/dont-load-unknown-type.html: Added.
3225 2011-03-04 John Bauman <jbauman@chromium.org>
3227 Reviewed by Kenneth Russell.
3229 [chromium] premultipliedAlpha WebGL context attribute is ignored.
3230 https://bugs.webkit.org/show_bug.cgi?id=55411
3232 Add test case for (non-)premultiplied-alpha compositing.
3234 * compositing/webgl/webgl-nonpremultiplied-blend.html: Added.
3235 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.checksum: Added.
3236 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.png: Added.
3237 * platform/chromium-gpu/compositing/webgl/webgl-nonpremultiplied-blend-expected.txt: Added.
3238 * platform/mac-wk2/Skipped:
3239 * platform/mac/Skipped:
3241 2011-03-04 Jessie Berlin <jberlin@apple.com>
3243 [Snow Leopard Release Tests] accessibility/plugin.html,
3244 compositing/geometry/empty-embed-rects.html, and fast/loader/loadInProgress.html timing out.
3245 https://bugs.webkit.org/show_bug.cgi?id=55805
3246 https://bugs.webkit.org/show_bug.cgi?id=55807
3247 https://bugs.webkit.org/show_bug.cgi?id=55808
3249 Unreviewed. Add these tests to the Snow Leopard skipped list to get the bots green.
3251 * platform/mac-snowleopard/Skipped:
3253 2011-03-04 Tony Gentilcore <tonyg@chromium.org>
3255 [chromium] Fail new test for JSC feature introduced by r80378
3256 https://bugs.webkit.org/show_bug.cgi?id=55801
3258 * platform/chromium/test_expectations.txt:
3260 2011-03-04 Adrienne Walker <enne@google.com>
3262 Reviewed by James Robinson.
3264 Turn on pixel tests for huge-layer-img.html for better test coverage.
3265 https://bugs.webkit.org/show_bug.cgi?id=55679
3267 Also, modify this test to be more pixel test friendly.
3269 * compositing/tiling/huge-layer-img-expected.checksum: Added.
3270 * compositing/tiling/huge-layer-img-expected.png: Added.
3271 * compositing/tiling/huge-layer-img-expected.txt: Added.
3272 * compositing/tiling/huge-layer-img.html:
3273 * platform/chromium-gpu-win/compositing/tiling/huge-layer-img-expected.txt: Removed.
3274 * platform/chromium-gpu/compositing/tiling/huge-layer-img-expected.txt: Added.
3275 * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Removed.
3277 2011-03-04 Sheriff Bot <webkit.review.bot@gmail.com>
3279 Unreviewed, rolling out r80379.
3280 http://trac.webkit.org/changeset/80379
3281 https://bugs.webkit.org/show_bug.cgi?id=55799
3283 "Breaks leopard compile (implicit conversion)" (Requested by
3284 tonyg-cr on #webkit).
3286 * transitions/matched-transform-functions.html:
3287 * transitions/retargetted-transition.html:
3289 2011-03-04 Rik Cabanier <cabanier@gmail.com>
3291 Reviewed by David Hyatt.
3293 Fix that allows fixed length values to be floating point
3294 https://bugs.webkit.org/show_bug.cgi?id=52699
3296 Transitions now return matrices in floating point. 2 of the transition tests were failing
3297 because they expected integer values.
3299 * transitions/matched-transform-functions.html:
3300 * transitions/retargetted-transition.html:
3302 2011-03-03 Gavin Barraclough <barraclough@apple.com>
3304 Reviewed by Sam Weinig.
3306 Bug 55736 - Implement seal/freeze/preventExtensions for normal object types.
3307 Provide basic functionallity from section 15.2.4 of ECMA-262.
3308 This support will need expanding to cover arrays, too.
3310 Update results - many more tests PASS.
3311 Also adds a new testcase.
3313 * fast/js/Object-getOwnPropertyNames-expected.txt:
3314 * fast/js/script-tests/Object-getOwnPropertyNames.js:
3315 * ietestcenter/Javascript/15.2.3.10-0-1-expected.txt:
3316 * ietestcenter/Javascript/15.2.3.10-0-2-expected.txt:
3317 * ietestcenter/Javascript/15.2.3.10-1-expected.txt:
3318 * ietestcenter/Javascript/15.2.3.10-2-expected.txt:
3319 * ietestcenter/Javascript/15.2.3.11-0-1-expected.txt:
3320 * ietestcenter/Javascript/15.2.3.11-0-2-expected.txt:
3321 * ietestcenter/Javascript/15.2.3.11-1-expected.txt:
3322 * ietestcenter/Javascript/15.2.3.11-4-1-expected.txt:
3323 * ietestcenter/Javascript/15.2.3.11-4-10-expected.txt:
3324 * ietestcenter/Javascript/15.2.3.11-4-11-expected.txt:
3325 * ietestcenter/Javascript/15.2.3.11-4-12-expected.txt:
3326 * ietestcenter/Javascript/15.2.3.11-4-13-expected.txt:
3327 * ietestcenter/Javascript/15.2.3.11-4-14-expected.txt:
3328 * ietestcenter/Javascript/15.2.3.11-4-15-expected.txt:
3329 * ietestcenter/Javascript/15.2.3.11-4-16-expected.txt:
3330 * ietestcenter/Javascript/15.2.3.11-4-17-expected.txt:
3331 * ietestcenter/Javascript/15.2.3.11-4-18-expected.txt:
3332 * ietestcenter/Javascript/15.2.3.11-4-19-expected.txt:
3333 * ietestcenter/Javascript/15.2.3.11-4-2-expected.txt:
3334 * ietestcenter/Javascript/15.2.3.11-4-20-expected.txt:
3335 * ietestcenter/Javascript/15.2.3.11-4-21-expected.txt:
3336 * ietestcenter/Javascript/15.2.3.11-4-22-expected.txt:
3337 * ietestcenter/Javascript/15.2.3.11-4-23-expected.txt:
3338 * ietestcenter/Javascript/15.2.3.11-4-24-expected.txt:
3339 * ietestcenter/Javascript/15.2.3.11-4-25-expected.txt:
3340 * ietestcenter/Javascript/15.2.3.11-4-26-expected.txt:
3341 * ietestcenter/Javascript/15.2.3.11-4-27-expected.txt:
3342 * ietestcenter/Javascript/15.2.3.11-4-3-expected.txt:
3343 * ietestcenter/Javascript/15.2.3.11-4-4-expected.txt:
3344 * ietestcenter/Javascript/15.2.3.11-4-5-expected.txt:
3345 * ietestcenter/Javascript/15.2.3.11-4-6-expected.txt:
3346 * ietestcenter/Javascript/15.2.3.11-4-7-expected.txt:
3347 * ietestcenter/Javascript/15.2.3.11-4-8-expected.txt:
3348 * ietestcenter/Javascript/15.2.3.11-4-9-expected.txt:
3349 * ietestcenter/Javascript/15.2.3.12-0-1-expected.txt:
3350 * ietestcenter/Javascript/15.2.3.12-0-2-expected.txt:
3351 * ietestcenter/Javascript/15.2.3.12-1-expected.txt:
3352 * ietestcenter/Javascript/15.2.3.12-3-1-expected.txt:
3353 * ietestcenter/Javascript/15.2.3.12-3-10-expected.txt:
3354 * ietestcenter/Javascript/15.2.3.12-3-11-expected.txt:
3355 * ietestcenter/Javascript/15.2.3.12-3-12-expected.txt:
3356 * ietestcenter/Javascript/15.2.3.12-3-13-expected.txt:
3357 * ietestcenter/Javascript/15.2.3.12-3-14-expected.txt:
3358 * ietestcenter/Javascript/15.2.3.12-3-15-expected.txt:
3359 * ietestcenter/Javascript/15.2.3.12-3-16-expected.txt:
3360 * ietestcenter/Javascript/15.2.3.12-3-17-expected.txt:
3361 * ietestcenter/Javascript/15.2.3.12-3-18-expected.txt:
3362 * ietestcenter/Javascript/15.2.3.12-3-19-expected.txt:
3363 * ietestcenter/Javascript/15.2.3.12-3-2-expected.txt:
3364 * ietestcenter/Javascript/15.2.3.12-3-20-expected.txt:
3365 * ietestcenter/Javascript/15.2.3.12-3-21-expected.txt:
3366 * ietestcenter/Javascript/15.2.3.12-3-22-expected.txt:
3367 * ietestcenter/Javascript/15.2.3.12-3-23-expected.txt:
3368 * ietestcenter/Javascript/15.2.3.12-3-24-expected.txt:
3369 * ietestcenter/Javascript/15.2.3.12-3-25-expected.txt:
3370 * ietestcenter/Javascript/15.2.3.12-3-26-expected.txt:
3371 * ietestcenter/Javascript/15.2.3.12-3-27-expected.txt:
3372 * ietestcenter/Javascript/15.2.3.12-3-3-expected.txt:
3373 * ietestcenter/Javascript/15.2.3.12-3-4-expected.txt:
3374 * ietestcenter/Javascript/15.2.3.12-3-5-expected.txt:
3375 * ietestcenter/Javascript/15.2.3.12-3-6-expected.txt:
3376 * ietestcenter/Javascript/15.2.3.12-3-7-expected.txt:
3377 * ietestcenter/Javascript/15.2.3.12-3-8-expected.txt:
3378 * ietestcenter/Javascript/15.2.3.12-3-9-expected.txt:
3379 * ietestcenter/Javascript/15.2.3.13-0-1-expected.txt:
3380 * ietestcenter/Javascript/15.2.3.13-0-2-expected.txt:
3381 * ietestcenter/Javascript/15.2.3.13-0-3-expected.txt:
3382 * ietestcenter/Javascript/15.2.3.13-1-expected.txt:
3383 * ietestcenter/Javascript/15.2.3.13-2-1-expected.txt:
3384 * ietestcenter/Javascript/15.2.3.13-2-10-expected.txt:
3385 * ietestcenter/Javascript/15.2.3.13-2-11-expected.txt:
3386 * ietestcenter/Javascript/15.2.3.13-2-12-expected.txt:
3387 * ietestcenter/Javascript/15.2.3.13-2-13-expected.txt:
3388 * ietestcenter/Javascript/15.2.3.13-2-14-expected.txt:
3389 * ietestcenter/Javascript/15.2.3.13-2-15-expected.txt:
3390 * ietestcenter/Javascript/15.2.3.13-2-16-expected.txt:
3391 * ietestcenter/Javascript/15.2.3.13-2-17-expected.txt:
3392 * ietestcenter/Javascript/15.2.3.13-2-18-expected.txt:
3393 * ietestcenter/Javascript/15.2.3.13-2-19-expected.txt:
3394 * ietestcenter/Javascript/15.2.3.13-2-2-expected.txt:
3395 * ietestcenter/Javascript/15.2.3.13-2-20-expected.txt:
3396 * ietestcenter/Javascript/15.2.3.13-2-21-expected.txt:
3397 * ietestcenter/Javascript/15.2.3.13-2-3-expected.txt:
3398 * ietestcenter/Javascript/15.2.3.13-2-4-expected.txt:
3399 * ietestcenter/Javascript/15.2.3.13-2-5-expected.txt:
3400 * ietestcenter/Javascript/15.2.3.13-2-6-expected.txt:
3401 * ietestcenter/Javascript/15.2.3.13-2-7-expected.txt:
3402 * ietestcenter/Javascript/15.2.3.13-2-8-expected.txt:
3403 * ietestcenter/Javascript/15.2.3.13-2-9-expected.txt:
3404 * ietestcenter/Javascript/15.2.3.14-2-4-expected.txt:
3405 * ietestcenter/Javascript/15.2.3.14-2-5-expected.txt:
3406 * ietestcenter/Javascript/15.2.3.14-2-6-expected.txt:
3407 * ietestcenter/Javascript/15.2.3.3-4-20-expected.txt:
3408 * ietestcenter/Javascript/15.2.3.3-4-21-expected.txt:
3409 * ietestcenter/Javascript/15.2.3.3-4-22-expected.txt:
3410 * ietestcenter/Javascript/15.2.3.3-4-23-expected.txt:
3411 * ietestcenter/Javascript/15.2.3.3-4-24-expected.txt:
3412 * ietestcenter/Javascript/15.2.3.3-4-25-expected.txt:
3413 * ietestcenter/Javascript/15.2.3.4-4-2-expected.txt:
3414 * ietestcenter/Javascript/15.2.3.6-4-1-expected.txt:
3415 * ietestcenter/Javascript/15.2.3.8-0-1-expected.txt:
3416 * ietestcenter/Javascript/15.2.3.8-0-2-expected.txt:
3417 * ietestcenter/Javascript/15.2.3.8-1-expected.txt:
3418 * ietestcenter/Javascript/15.2.3.9-0-1-expected.txt:
3419 * ietestcenter/Javascript/15.2.3.9-0-2-expected.txt:
3420 * ietestcenter/Javascript/15.2.3.9-1-expected.txt:
3422 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
3424 Not reviewed: follow up to 80355, fixing Qt tests.
3426 * http/tests/inspector/inspector-test.js:
3428 2011-03-04 Mihai Parparita <mihaip@chromium.org>
3430 Unreviewed Chromium Snow Leopard rebaseline.
3432 Rebaseline fast/blockflow.
3434 * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.checksum: Copied from LayoutTests/platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum.
3435 * platform/chromium-mac-leopard/fast/blockflow/english-lr-text-expected.png: Added.
3436 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
3437 * platform/chromium-mac-leopard/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
3438 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.checksum: Added.
3439 * platform/chromium-mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Added.
3440 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum:
3441 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
3442 * platform/chromium-mac/fast/blockflow/english-lr-text-expected.checksum:
3443 * platform/chromium-mac/fast/blockflow/english-lr-text-expected.png: Added.
3444 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.checksum:
3445 * platform/chromium-mac/fast/blockflow/japanese-lr-selection-expected.png:
3446 * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.checksum:
3447 * platform/chromium-mac/fast/blockflow/japanese-lr-text-expected.png:
3448 * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.checksum:
3449 * platform/chromium-mac/fast/blockflow/japanese-rl-selection-expected.png:
3450 * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.checksum:
3451 * platform/chromium-mac/fast/blockflow/japanese-rl-text-expected.png: Added.
3452 * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.checksum: Added.
3453 * platform/chromium-mac/fast/blockflow/japanese-rl-text-with-broken-font-expected.png: Added.
3454 * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.checksum:
3455 * platform/chromium-mac/fast/blockflow/vertical-align-table-baseline-expected.png:
3456 * platform/chromium/test_expectations.txt:
3458 2011-03-03 Matthew Delaney <mdelaney@apple.com>
3460 Reviewed by Darin Adler.
3462 Incorrect location for expected result for 2d.line.cap.closed.html
3463 https://bugs.webkit.org/show_bug.cgi?id=55637
3465 * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.closed-expected.txt: Copied from LayoutTests/platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt.
3466 * platform/mac/canvas/philip/tests/2d.line.cap.closed-expected.txt: Removed.
3468 2011-03-04 Mihai Parparita <mihaip@chromium.org>
3470 Unreviewed Chromium expectations update.
3472 Add one expected failure for Snow Leopard, make other failure lines
3473 more specific (since the tests pass on SL) and remove some flaky test
3474 entries for tests that are no longer flaky.
3476 * platform/chromium/test_expectations.txt:
3478 2011-03-04 Tony Gentilcore <tonyg@chromium.org>
3480 Unreviewed expectations update.
3482 [chromium] Rebaseline to match r80351
3483 https://bugs.webkit.org/show_bug.cgi?id=55783
3485 * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
3487 2011-03-04 Jessie Berlin <jberlin@apple.com>
3489 [Windows 7 WebKit2 Release Tests] fast/frames/iframe-plugin-load-remove-document-crash.html
3490 and platform/win/plugins/get-value-netscape-window.html crashing.
3491 https://bugs.webkit.org/show_bug.cgi?id=55778
3492 https://bugs.webkit.org/show_bug.cgi?id=55780
3494 Unreviewed. Add these tests to the Windows WebKit2 Skipped list to get the bots green.
3496 * platform/win-wk2/Skipped:
3498 2011-03-04 Philippe Normand <pnormand@igalia.com>
3500 Reviewed by Martin Robinson.
3502 [GTK] media/audio-repaint.html times out
3503 https://bugs.webkit.org/show_bug.cgi?id=55761
3505 * media/audio-repaint.html: Register the seeked event listener
3506 before performing the seek and thus avoid a timeout of the test.
3508 2011-03-04 Pavel Podivilov <podivilov@chromium.org>
3510 Reviewed by Yury Semikhatsky.
3512 Web Inspector: extract all code that depends on source mapping from SourceFrame.
3513 https://bugs.webkit.org/show_bug.cgi?id=55464
3515 * http/tests/inspector/debugger-test.js:
3516 (initialize_DebuggerTest):
3517 * inspector/debugger/debug-inlined-scripts.html:
3518 * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html:
3519 * inspector/debugger/debugger-pause-on-breakpoint.html:
3520 * inspector/debugger/source-frame.html:
3522 2011-03-04 Andrey Kosyakov <caseq@chromium.org>
3524 Reviewed by Pavel Feldman.
3526 Use internal ids for resources in extension server.
3527 Log errors in inspector tests.
3529 Web Inspector: [Extensions API] maintain own, unique & persistent identifiers for resources
3530 https://bugs.webkit.org/show_bug.cgi?id=55686
3532 * http/tests/inspector/inspector-test.js:
3533 (initialize_InspectorTest.consoleOutputHook):
3535 2011-03-04 Pavel Feldman <pfeldman@chromium.org>
3537 Not reviewed: fix inspector test flake.
3539 * inspector/timeline/timeline-network-resource-expected.txt:
3540 * inspector/timeline/timeline-network-resource.html:
3542 2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
3544 Reviewed by Yury Semikhatsky.
3546 Web Inspector: rename RuntimeAgent's function from releaseWrapperObjectGroup to releaseObjectGroup.
3547 https://bugs.webkit.org/show_bug.cgi?id=55773
3549 * inspector/protocol/runtime-agent-expected.txt:
3550 * inspector/protocol/runtime-agent.html:
3552 2011-03-04 Ilya Tikhonovsky <loislo@chromium.org>
3554 Reviewed by Yury Semikhatsky.
3556 Web Inspector: Remove unnecessary domain and success flags from the response messages.
3557 https://bugs.webkit.org/show_bug.cgi?id=55768
3559 We have domain property in the response messages but it is not used because we dispatch
3560 the responses on the callback associated with seq.
3562 If we have property 'errors' in the response then success eq false and true in the other case.
3564 * inspector/protocol/runtime-agent-expected.txt:
3565 * inspector/report-protocol-errors-expected.txt:
3567 2011-03-04 Csaba Osztrogonác <ossy@webkit.org>
3571 [Qt] Two http auth tests fail with Qt 4.7.2
3572 https://bugs.webkit.org/show_bug.cgi?id=55767
3574 Add failing tests to the Skipped list to make buildbot happy.
3576 * platform/qt/Skipped: Add http/tests/appcache/auth.html and http/tests/xmlhttprequest/basic-auth.html.
3579 2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
3581 Reviewed by Yury Semikhatsky.
3583 Web Inspector: introduce a protocol test for RuntimeAgent API.
3584 https://bugs.webkit.org/show_bug.cgi?id=55482
3586 * http/tests/inspector/protocol-test.js: Added.
3587 (initialize_ProtocolTest.InspectorTest.filterProps):
3588 (initialize_ProtocolTest.InspectorTest._dumpStepResult):
3589 (initialize_ProtocolTest.InspectorTest._runNextStep):
3590 (initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
3591 (initialize_ProtocolTest):
3592 * inspector/protocol/runtime-agent-expected.txt: Added.
3593 * inspector/protocol/runtime-agent.html: Added.
3595 2011-03-03 Pavel Feldman <pfeldman@chromium.org>
3597 Reviewed by Yury Semikhatsky.
3599 Web Inspector: do not push document into front-end, make it request one.
3600 https://bugs.webkit.org/show_bug.cgi?id=55664
3602 * http/tests/inspector/debugger-test.js:
3603 (initialize_DebuggerTest.):
3604 (initialize_DebuggerTest):
3605 * http/tests/inspector/elements-test.js:
3606 (initialize_ElementTest.InspectorTest.nodeWithId.documentRequested):
3607 (initialize_ElementTest.InspectorTest.nodeWithId):
3608 (initialize_ElementTest.InspectorTest.dumpDOMAgentTree):
3609 (initialize_ElementTest):
3610 * inspector/console/command-line-api-inspect.html:
3611 * inspector/elements/dom-agent-query-selector.html:
3612 * inspector/elements/mutate-unknown-node.html:
3613 * inspector/styles/styles-new-API.html:
3615 2011-03-03 Adam Klein <adamk@chromium.org>
3617 Reviewed by David Levin.
3619 Correct EntrySync.toURI test expectations to get the test passing under Chromium.
3620 https://bugs.webkit.org/show_bug.cgi?id=55724
3622 * fast/filesystem/workers/file-entry-to-uri-sync-expected.txt:
3624 2011-03-02 Ojan Vafai <ojan@chromium.org>
3626 Reviewed by Darin Adler.
3628 crash in adoptNode with mutation events
3629 https://bugs.webkit.org/show_bug.cgi?id=50046
3631 * fast/dom/adopt-node-crash.html:
3633 2011-03-03 Andy Estes <aestes@apple.com>
3635 Reviewed by Adam Barth.
3637 Assertion failure in toElement(WebCore::Node*)
3638 https://bugs.webkit.org/show_bug.cgi?id=55697
3640 * fast/parser/fragment-foreign-content-expected.txt: Added.
3641 * fast/parser/fragment-foreign-content.html: Added.
3643 2011-03-03 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
3645 Reviewed by Kenneth Rohde Christiansen.
3647 [QT] Implement mock client-based geolocation for layout testing
3648 https://bugs.webkit.org/show_bug.cgi?id=54334
3650 Re-enable geolocation layout testing for qt port. Also enable a long pending
3651 failure with geolocation as it works with client-based geolocation.
3652 Skipped one last case related to multiple window which needs some code cleanup in qt DRT.
3654 * platform/qt/Skipped:
3656 2011-03-03 Fumitoshi Ukai <ukai@chromium.org>
3658 Unreviewed, update chromium test expectations.
3660 Update GPU media/media-document-audio-repaint.html
3661 http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20GPU%20Mesa%20-%20chromium.org&tests=media%2Fmedia-document-audio-repaint.html
3663 * platform/chromium/test_expectations.txt:
3665 2011-03-03 Jeremy Moskovich <jeremy@chromium.org>
3667 Reviewed by Dimitri Glazkov.
3669 Annotate bidi tests which we intentionally fail.
3670 https://bugs.webkit.org/show_bug.cgi?id=48522
3672 Add a readme file in fast/text/international detailing
3673 a bunch of tests that we intentionally fail. This
3674 mimics a similar file in fast/block/positioning/.
3676 * fast/text/international/readme.txt: Added.
3678 2011-03-03 David Levin <levin@chromium.org>
3680 Reviewed by Darin Adler.
3682 Need web worker referer layout test for xhr requests.
3683 https://bugs.webkit.org/show_bug.cgi?id=55590
3685 Verify that the referrer is set for sync and async XHR requests
3686 from both workers and shared workers.
3688 * http/tests/xmlhttprequest/workers/referer-expected.txt: Added.
3689 * http/tests/xmlhttprequest/workers/referer.html: Added.
3690 * http/tests/xmlhttprequest/workers/resources/referer-test.js: Added.
3691 * http/tests/xmlhttprequest/workers/resources/referer.js: Added.
3692 * http/tests/xmlhttprequest/workers/shared-worker-referer-expected.txt: Added.
3693 * http/tests/xmlhttprequest/workers/shared-worker-referer.html: Added.
3695 2011-03-02 Jeremy Orlow <jorlow@chromium.org>
3697 Reviewed by Steve Block.
3699 Cursor.continue with a key param should test less than, not equal to
3700 https://bugs.webkit.org/show_bug.cgi?id=55640
3702 * storage/indexeddb/cursor-continue-expected.txt: Added.
3703 * storage/indexeddb/cursor-continue.html: Added.
3705 2011-03-03 Mihai Parparita <mihaip@chromium.org>
3707 Unreviewed Chromium Snow Leopard expectations update.
3709 Fix a couple more media/ expectations.
3711 * platform/chromium/test_expectations.txt:
3713 2011-03-03 Mihai Parparita <mihaip@chromium.org>
3715 Unreviewed Chromium Snow Leopard expectations update.
3717 Add another media/ crash.
3719 * platform/chromium/test_expectations.txt:
3721 2011-03-03 Mihai Parparita <mihaip@chromium.org>
3723 Unreviewed Chromium Snow Leopard rebaseline.
3725 Rebaseline tables/mozilla/bugs/ tests for Snow Leopard. The current
3726 expectations were just checksums, I also added their corresponding PNGs.
3728 We can't use the mac/ baselines since we scale the images differently
3729 (most likely due to CG i386 vs. x86_64 differences, see bug 52335).
3731 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum.
3732 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug101674-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png.
3733 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum.
3734 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png: Added.
3735 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum.
3736 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png: Added.
3737 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum.
3738 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png: Added.
3739 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12910-2-expected.png: Added.
3740 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum.
3741 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png.
3742 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum.
3743 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png.
3744 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum.
3745 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png.
3746 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum.
3747 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png: Added.
3748 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum.
3749 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png: Added.
3750 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum.
3751 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Added.
3752 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum.
3753 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png: Added.
3754 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum.
3755 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png: Added.
3756 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum.
3757 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png.
3758 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4523-expected.png: Added.
3759 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum.
3760 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png: Added.
3761 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum.
3762 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png.
3763 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum.
3764 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png.
3765 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum.
3766 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Added.
3767 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum.
3768 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug86708-expected.png: Added.
3769 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum.
3770 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug97383-expected.png: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png.
3771 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.checksum:
3772 * platform/chromium-mac/tables/mozilla/bugs/bug101674-expected.png:
3773 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.checksum:
3774 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: Added.
3775 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.checksum:
3776 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: Added.
3777 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.checksum:
3778 * platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png: Added.
3779 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.checksum:
3780 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: Added.
3781 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.checksum:
3782 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png:
3783 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.checksum:
3784 * platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png: Added.
3785 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.checksum:
3786 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png:
3787 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.checksum:
3788 * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png:
3789 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.checksum:
3790 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: Added.
3791 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.checksum:
3792 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: Added.
3793 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.checksum:
3794 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: Added.
3795 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.checksum:
3796 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: Added.
3797 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.checksum:
3798 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: Added.
3799 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.checksum:
3800 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png:
3801 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.checksum:
3802 * platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png: Added.
3803 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.checksum:
3804 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Added.
3805 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.checksum:
3806 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png:
3807 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.checksum:
3808 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png:
3809 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.checksum:
3810 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: Added.
3811 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.checksum:
3812 * platform/chromium-mac/tables/mozilla/bugs/bug86708-expected.png: Added.
3813 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.checksum:
3814 * platform/chromium-mac/tables/mozilla/bugs/bug97383-expected.png:
3815 * platform/chromium/test_expectations.txt:
3817 2011-03-03 Dan Bernstein <mitz@apple.com>
3819 Reviewed by Sam Weinig.
3821 Rename -webkit-hyphenate-locale to -webkit-locale
3822 https://bugs.webkit.org/show_bug.cgi?id=55709
3824 * fast/text/hyphenate-character.html:
3825 * fast/text/hyphenate-first-word.html:
3826 * fast/text/hyphenate-locale.html:
3827 * fast/text/hyphens.html:
3829 2011-03-03 Mihai Parparita <mihaip@chromium.org>
3831 Unreviewed Chromium expectations update.
3833 Two tests crash on Snow Leopard on the GPU path.
3835 * platform/chromium/test_expectations.txt:
3837 2011-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
3839 Unreviewed, rolling out r80272.
3840 http://trac.webkit.org/changeset/80272
3841 https://bugs.webkit.org/show_bug.cgi?id=55700
3843 the test are flaky (Requested by loislo_ on #webkit).
3845 * http/tests/inspector/inspector-test.js:
3846 (initialize_InspectorTest.InspectorTest.addObject):
3847 * http/tests/inspector/protocol-test.js: Removed.
3848 * inspector/protocol/runtime-agent-expected.txt: Removed.
3849 * inspector/protocol/runtime-agent.html: Removed.
3851 2011-03-03 Ilya Tikhonovsky <loislo@chromium.org>
3853 Reviewed by Yury Semikhatsky.
3855 Web Inspector: introduce a protocol test for RuntimeAgent API.
3856 https://bugs.webkit.org/show_bug.cgi?id=55482
3858 * http/tests/inspector/protocol-test.js: Added.
3859 (initialize_ProtocolTest.InspectorTest.filterProps):
3860 (initialize_ProtocolTest.InspectorTest._dumpStepResult):
3861 (initialize_ProtocolTest.InspectorTest._runNextStep):
3862 (initialize_ProtocolTest.InspectorTest.runProtocolTestSuite):
3863 (initialize_ProtocolTest):
3864 * inspector/protocol/runtime-agent-expected.txt: Added.
3865 * inspector/protocol/runtime-agent.html: Added.
3867 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
3869 Reviewed by Mihai Parparita.
3871 [Chromium] Snow Leopard rebaseline of media/video-layer-crash
3872 http://code.google.com/p/chromium/issues/detail?id=60744
3874 * platform/chromium-mac-leopard/media/video-layer-crash-expected.checksum: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.checksum.
3875 * platform/chromium-mac-leopard/media/video-layer-crash-expected.png: Copied from LayoutTests/platform/chromium-mac/media/video-layer-crash-expected.png.
3876 * platform/chromium-mac/media/video-layer-crash-expected.checksum:
3877 * platform/chromium-mac/media/video-layer-crash-expected.png:
3879 2011-03-03 Victoria Kirst <vrk@google.com>
3881 Reviewed by Eric Carlson.
3883 Enable media tests in chromium-gpu/test_expectations
3884 https://bugs.webkit.org/show_bug.cgi?id=53608
3886 Suppressing the test failures until baselines are added.
3888 * platform/chromium/test_expectations.txt:
3890 2011-03-03 Kenji Imasaki <imasaki@chromium.org>
3892 Reviewed by Tony Gentilcore.
3894 [Chromium] Revert the change in http/tests/media/video-referer.html
3897 * platform/chromium/test_expectations.txt:
3899 2011-03-03 Mihai Parparita <mihaip@chromium.org>
3901 Unreviewed Chromium Snow Leopard rebaseline.
3903 Rebaseline tables/mozilla/marvin/ tests for Snow Leopard. The current
3904 expectations were just checksums, I also added their corresponding PNGs.
3906 We can't use the mac/ baselines since we scale the raptor image
3907 differently (most likely due to CG i386 vs. x86_64 differences, see
3910 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum.
3911 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
3912 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum.
3913 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
3914 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum.
3915 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
3916 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum.
3917 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
3918 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum.
3919 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
3920 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum.
3921 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
3922 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum.
3923 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
3924 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum.
3925 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png: Added.
3926 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum.
3927 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
3928 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum.
3929 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
3930 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum.
3931 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
3932 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum.
3933 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
3934 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum.
3935 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
3936 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum.
3937 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
3938 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum.
3939 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
3940 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum.
3941 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png: Added.
3942 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum.
3943 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
3944 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum.
3945 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
3946 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum.
3947 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
3948 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum.
3949 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
3950 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum.
3951 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
3952 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum.
3953 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
3954 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum.
3955 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
3956 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.checksum: Copied from LayoutTests/platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum.
3957 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
3958 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
3959 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
3960 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
3961 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
3962 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
3963 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
3964 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum:
3965 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
3966 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum:
3967 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
3968 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.checksum:
3969 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
3970 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.checksum:
3971 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
3972 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.checksum:
3973 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: Added.
3974 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
3975 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
3976 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
3977 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
3978 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
3979 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
3980 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
3981 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
3982 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.checksum:
3983 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
3984 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.checksum:
3985 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
3986 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.checksum:
3987 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
3988 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.checksum:
3989 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: Added.
3990 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
3991 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
3992 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
3993 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
3994 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum:
3995 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
3996 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.checksum:
3997 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
3998 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
3999 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
4000 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
4001 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
4002 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.checksum:
4003 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
4004 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.checksum:
4005 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
4006 * platform/chromium/test_expectations.txt:
4008 2011-03-03 Alexey Proskuryakov <ap@apple.com>
4010 Reviewed by Darin Adler.
4012 WebCore should check for "Upgrade" and "Connection" header fields in WebSockets handshake
4013 https://bugs.webkit.org/show_bug.cgi?id=55498
4014 <rdar://problem/8752706>