1 2011-04-26 Leo Yang <leo.yang@torchmobile.com.cn>
3 Reviewed by Nikolas Zimmermann.
5 ASSERT failure in SVGUseElement
6 https://bugs.webkit.org/show_bug.cgi?id=59313
8 Test case to verify webkit doesn't crash when a <use> element
9 is pending on resource and the document is not well-formed.
10 Test passes if no crash occurs in debug mode.
12 * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Added.
13 * svg/custom/use-crash-in-non-wellformed-document.svg: Added.
15 2011-04-26 Chang Shu <cshu@webkit.org>
17 Reviewed by Sam Weinig.
19 Convert fast/dom/keydown-1.html to dumpAsText test
20 https://bugs.webkit.org/show_bug.cgi?id=59390
22 * fast/events/keydown-1-expected.txt: Added.
23 * fast/events/keydown-1.html:
24 * platform/mac/fast/events/keydown-1-expected.png: Removed.
25 * platform/mac/fast/events/keydown-1-expected.txt: Removed.
27 2011-04-26 Csaba Osztrogonác <ossy@webkit.org>
29 Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
30 https://bugs.webkit.org/show_bug.cgi?id=59362
32 We don't need Qt specific expected file after r84817.
34 * platform/qt/fast/events/onloadFrameCrash-expected.txt: Removed.
36 2011-04-25 Levi Weintraub <leviw@chromium.org>
38 Reviewed by Ryosuke Niwa.
40 REGRESSION: a character appears after tab span when typing immediately before the tab span
41 https://bugs.webkit.org/show_bug.cgi?id=58132
43 Correcting the order of operations we use to avoid inserting into invalid positions in
44 ReplaceSelectionCommand to avoid inserting into tab-spans.
46 * editing/pasteboard/paste-before-tab-span-expected.txt: Added.
47 * editing/pasteboard/paste-before-tab-span.html: Added.
49 2011-04-25 Geoffrey Garen <ggaren@apple.com>
51 Reviewed by Oliver Hunt.
53 Custom prototypes on DOM objects don't persist after garbage collection
54 https://bugs.webkit.org/show_bug.cgi?id=59412
56 * fast/dom/gc-custom-prototype-expected.txt: Added.
57 * fast/dom/gc-custom-prototype.html: Added.
58 * fast/dom/script-tests/dataset-gc.js:
60 2011-04-25 Daniel Bates <dbates@webkit.org>
62 Update some call sites that referenced the old location for
63 the scripts {animation, transition}-test-helpers.js. These
64 scripts were moved in <http://trac.webkit.org/changeset/84872>,
65 and <http://trac.webkit.org/changeset/84874>, respectively.
67 * compositing/animation/computed-style-during-delay.html:
68 * compositing/reflections/animation-inside-reflection.html:
69 * compositing/reflections/nested-reflection-animated.html:
70 * compositing/reflections/nested-reflection-transition.html:
71 * compositing/transitions/scale-transition-no-start.html:
72 * compositing/transitions/singular-scale-transition.html:
74 2011-04-25 Simon Fraser <simon.fraser@apple.com>
76 Reviewed by Dan Bernstein.
78 Clean up transition tests
79 https://bugs.webkit.org/show_bug.cgi?id=59410
81 General test cleanup: use the named variables as
82 arguments to runTransitionTest() for readability,
83 remove unnecessary titles and meta tags, remove
84 style and script tag attributes etc. No substantive
87 * transitions/background-transitions.html:
88 * transitions/bad-transition-shorthand-crash.html:
89 * transitions/border-radius-transition.html:
90 * transitions/cancel-transition.html:
91 * transitions/change-values-during-transition.html:
92 * transitions/clip-transition.html:
93 * transitions/color-transition-all.html:
94 * transitions/color-transition-premultiplied.html:
95 * transitions/default-timing-function.html:
96 * transitions/extra-transition.html:
97 * transitions/hang-with-bad-transition-list.html:
98 * transitions/inherit-other-props.html:
99 * transitions/inherit.html:
100 * transitions/interrupt-transform-transition.html:
101 * transitions/interrupt-zero-duration.html:
102 * transitions/interrupted-accelerated-transition.html:
103 * transitions/interrupted-all-transition.html:
104 * transitions/mask-transitions.html:
105 * transitions/matched-transform-functions.html:
106 * transitions/min-max-width-height-transitions.html:
107 * transitions/mismatched-shadow-styles.html:
108 * transitions/move-after-transition.html:
109 * transitions/multiple-background-size-transitions.html:
110 * transitions/multiple-background-transitions.html:
111 * transitions/multiple-mask-transitions.html:
112 * transitions/multiple-shadow-transitions.html:
113 * transitions/multiple-text-shadow-transition.html:
114 * transitions/negative-delay.html:
115 * transitions/opacity-transition-zindex.html:
116 * transitions/override-transition-crash.html:
117 * transitions/remove-transition-style.html:
118 * transitions/repeated-firing-background-color.html:
119 * transitions/retargetted-transition.html:
120 * transitions/shadow.html:
121 * transitions/shorthand-border-transitions.html:
122 * transitions/shorthand-transitions.html:
123 * transitions/start-transform-transition.html:
124 * transitions/steps-timing-function.html:
125 * transitions/suspend-transform-transition.html:
126 * transitions/svg-text-shadow-transition.html:
127 * transitions/text-indent-transition.html:
128 * transitions/transform-op-list-match.html:
129 * transitions/transform-op-list-no-match.html:
130 * transitions/transition-drt-api-delay.html:
131 * transitions/transition-drt-api.html:
132 * transitions/transition-duration-cleared-in-transitionend-crash.html:
133 * transitions/transition-end-event-all-properties.html:
134 * transitions/transition-end-event-attributes.html:
135 * transitions/transition-end-event-container.html:
136 * transitions/transition-end-event-destroy-iframe.html:
137 * transitions/transition-end-event-destroy-renderer.html:
138 * transitions/transition-end-event-left.html:
139 * transitions/transition-end-event-multiple-01.html:
140 * transitions/transition-end-event-multiple-02.html:
141 * transitions/transition-end-event-multiple-03.html:
142 * transitions/transition-end-event-multiple-04.html:
143 * transitions/transition-end-event-nested.html:
144 * transitions/transition-end-event-rendering.html:
145 * transitions/transition-end-event-set-none.html:
146 * transitions/transition-end-event-transform.html:
147 * transitions/transition-end-event-window.html:
148 * transitions/transition-hit-test-transform.html:
149 * transitions/transition-hit-test.html:
150 * transitions/transition-shorthand-delay.html:
151 * transitions/transition-timing-function.html:
152 * transitions/zero-duration-in-list.html:
153 * transitions/zero-duration-with-non-zero-delay-end.html:
154 * transitions/zero-duration-with-non-zero-delay-start.html:
155 * transitions/zero-duration-without-units.html:
157 2011-04-25 Simon Fraser <simon.fraser@apple.com>
159 Reviewed by Daniel Bates.
161 Move transition-test-helpers.js to resources/
162 https://bugs.webkit.org/show_bug.cgi?id=59397
164 Move transition-test-helpers.js and fix tests.
166 * transitions/background-transitions.html:
167 * transitions/border-radius-transition.html:
168 * transitions/clip-transition.html:
169 * transitions/color-transition-all.html:
170 * transitions/color-transition-premultiplied.html:
171 * transitions/default-timing-function.html:
172 * transitions/font-family-during-transition.html:
173 * transitions/mask-transitions.html:
174 * transitions/min-max-width-height-transitions.html:
175 * transitions/mismatched-shadow-styles.html:
176 * transitions/move-after-transition.html:
177 * transitions/multiple-background-size-transitions.html:
178 * transitions/multiple-background-transitions.html:
179 * transitions/multiple-mask-transitions.html:
180 * transitions/multiple-shadow-transitions.html:
181 * transitions/negative-delay.html:
182 * transitions/resources/interrupted-accelerated-transition-final.html:
183 * transitions/resources/transition-test-helpers.js:
190 * transitions/shorthand-border-transitions.html:
191 * transitions/shorthand-transitions.html:
192 * transitions/steps-timing-function.html:
193 * transitions/svg-text-shadow-transition.html:
194 * transitions/text-indent-transition.html:
195 * transitions/transform-op-list-match.html:
196 * transitions/transform-op-list-no-match.html:
197 * transitions/transition-drt-api-delay.html:
198 * transitions/transition-end-event-rendering.html:
199 * transitions/transition-hit-test-transform.html:
200 * transitions/transition-shorthand-delay.html:
201 * transitions/zero-duration-in-list.html:
203 2011-04-25 Simon Fraser <simon.fraser@apple.com>
205 Reviewed by Daniel Bates.
207 Make a couple of animation tests into text tests
208 https://bugs.webkit.org/show_bug.cgi?id=59389
210 * animations/animation-drt-api-multiple-keyframes.html:
211 * animations/animation-drt-api.html:
212 No need for these two to be text tests.
214 * animations/state-at-end-event.html:
217 * animations/animation-drt-api-expected.txt: Added.
218 * animations/animation-drt-api-multiple-keyframes-expected.txt: Added.
219 * animations/animation-drt-api-multiple-keyframes.html:
220 * animations/animation-drt-api.html:
221 * animations/state-at-end-event.html:
222 * platform/mac/animations/animation-drt-api-expected.png: Removed.
223 * platform/mac/animations/animation-drt-api-expected.txt: Removed.
224 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.png: Removed.
225 * platform/mac/animations/animation-drt-api-multiple-keyframes-expected.txt: Removed.
227 2011-04-25 Simon Fraser <simon.fraser@apple.com>
229 Reviewed by Daniel Bates.
231 Move animation-test-helpers.js into resources directory
232 https://bugs.webkit.org/show_bug.cgi?id=59365
234 Move animation-test-helpers.js and fix the tests accordingly.
236 * animations/3d/matrix-transform-type-animation.html:
237 * animations/3d/transform-perspective.html:
238 * animations/animation-direction.html:
239 * animations/animation-drt-api-multiple-keyframes.html:
240 * animations/animation-drt-api.html:
241 * animations/animation-hit-test-transform.html:
242 * animations/animation-hit-test.html:
243 * animations/big-rotation.html:
244 * animations/change-keyframes-name.html:
245 * animations/change-keyframes.html:
246 * animations/change-one-anim.html:
247 * animations/combo-transform-rotate+scale.html:
248 * animations/dynamic-stylesheet-loading.html:
249 * animations/generic-from-to.html:
250 * animations/import.html:
251 * animations/keyframe-timing-functions-transform.html:
252 * animations/keyframe-timing-functions.html:
253 * animations/keyframe-timing-functions2.html:
254 * animations/keyframes-comma-separated.html:
255 * animations/keyframes-out-of-order.html:
256 * animations/keyframes.html:
257 * animations/lineheight-animation.html:
258 * animations/longhand-timing-function.html:
259 * animations/matrix-anim.html:
260 * animations/missing-from-to-transforms.html:
261 * animations/missing-from-to.html:
262 * animations/missing-keyframe-properties-repeating.html:
263 * animations/missing-keyframe-properties-timing-function.html:
264 * animations/missing-keyframe-properties.html:
265 * animations/missing-values-first-keyframe.html:
266 * animations/missing-values-last-keyframe.html:
267 * animations/multiple-animations.html:
268 * animations/multiple-keyframes.html:
269 * animations/negative-delay.html:
270 * animations/opacity-transform-animation.html:
271 * animations/play-state-suspend.html:
272 * animations/play-state.html:
273 * animations/resources/animation-test-helpers.js:
275 (matrixStringToArray):
276 (checkExpectedValue):
279 (runAnimationTest.else):
281 (waitForAnimationToStart):
282 * animations/simultaneous-start-left.html:
283 * animations/simultaneous-start-transform.html:
284 * animations/stop-animation-on-suspend.html:
285 * animations/suspend-resume-animation.html:
286 * animations/timing-functions.html:
287 * animations/transition-and-animation-1.html:
288 * animations/transition-and-animation-2.html:
289 * animations/transition-and-animation-3.html:
290 * animations/unanimated-style.html:
291 * animations/width-using-ems.html:
293 2011-04-25 Sheriff Bot <webkit.review.bot@gmail.com>
295 Unreviewed, rolling out r84864.
296 http://trac.webkit.org/changeset/84864
297 https://bugs.webkit.org/show_bug.cgi?id=59413
299 Expect result of use-crash-in-non-wellformed-document.svg is
300 platform dependent (Requested by leoyang on #webkit).
302 * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Removed.
303 * svg/custom/use-crash-in-non-wellformed-document.svg: Removed.
305 2011-04-25 Dirk Pranke <dpranke@chromium.org>
307 Unreviewed, expectations change. Remove tests that are no longer
308 failing, add missing baselines for Chromium Mac SL.
310 * platform/chromium/test_expectations.txt:
311 * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
312 * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
313 * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
315 2011-04-25 Mihai Parparita <mihaip@chromium.org>
317 Reviewed by Ojan Vafai.
319 Convert fast/events/focusingUnloadedFrame.html to dumpAsText
320 https://bugs.webkit.org/show_bug.cgi?id=59371
322 * fast/events/focusingUnloadedFrame-expected.txt: Added.
323 * fast/events/focusingUnloadedFrame.html:
324 * platform/chromium-linux/fast/events/focusingUnloadedFrame-expected.png: Removed.
325 * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.png: Removed.
326 * platform/chromium-win/fast/events/focusingUnloadedFrame-expected.txt: Removed.
327 * platform/gtk/fast/events/focusingUnloadedFrame-expected.png: Removed.
328 * platform/gtk/fast/events/focusingUnloadedFrame-expected.txt: Removed.
329 * platform/mac-leopard/fast/events/focusingUnloadedFrame-expected.png: Removed.
330 * platform/mac/fast/events/focusingUnloadedFrame-expected.png: Removed.
331 * platform/mac/fast/events/focusingUnloadedFrame-expected.txt: Removed.
333 2011-04-25 Leo Yang <leo.yang@torchmobile.com.cn>
335 Reviewed by Nikolas Zimmermann.
337 ASSERT failure in SVGUseElement
338 https://bugs.webkit.org/show_bug.cgi?id=59313
340 Test case to verify webkit doesn't crash when a <use> element
341 is pending on resource and the document is not well-formed.
342 Test passes if no crash occurs in debug mode.
344 * svg/custom/use-crash-in-non-wellformed-document-expected.txt: Added.
345 * svg/custom/use-crash-in-non-wellformed-document.svg: Added.
347 2011-04-25 Mihai Parparita <mihaip@chromium.org>
349 Reviewed by Tony Chang.
351 Convert fast/loader/start-load-in-unload.html to dumpAsText
352 https://bugs.webkit.org/show_bug.cgi?id=59384
354 * fast/loader/start-load-in-unload-expected.txt: Added.
355 * fast/loader/start-load-in-unload.html:
356 * platform/chromium-linux/fast/loader/start-load-in-unload-expected.png: Removed.
357 * platform/chromium-win/fast/loader/start-load-in-unload-expected.png: Removed.
358 * platform/chromium-win/fast/loader/start-load-in-unload-expected.txt: Removed.
359 * platform/gtk/fast/loader/start-load-in-unload-expected.png: Removed.
360 * platform/gtk/fast/loader/start-load-in-unload-expected.txt: Removed.
361 * platform/mac-leopard/fast/loader/start-load-in-unload-expected.png: Removed.
362 * platform/mac/fast/loader/start-load-in-unload-expected.png: Removed.
363 * platform/mac/fast/loader/start-load-in-unload-expected.txt: Removed.
364 * platform/qt/fast/loader/start-load-in-unload-expected.txt: Removed.
366 2011-04-25 Tony Chang <tony@chromium.org>
368 Reviewed by Antonio Gomes.
370 replace a setTimeout with a onload event to save 2 seconds in a test
371 https://bugs.webkit.org/show_bug.cgi?id=59350
373 * http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html:
375 2011-04-25 Mihai Parparita <mihaip@chromium.org>
377 Reviewed by Ojan Vafai.
379 Convert fast/events/event-sender-mouse-moved.html to dumpAsText
380 https://bugs.webkit.org/show_bug.cgi?id=59366
382 * fast/events/event-sender-mouse-moved-expected.txt: Added.
383 * fast/events/event-sender-mouse-moved.html:
384 * platform/chromium-linux/fast/events/event-sender-mouse-moved-expected.png: Removed.
385 * platform/chromium-win/fast/events/event-sender-mouse-moved-expected.png: Removed.
386 * platform/chromium-win/fast/events/event-sender-mouse-moved-expected.txt: Removed.
387 * platform/gtk/fast/events/event-sender-mouse-moved-expected.txt: Removed.
388 * platform/mac-leopard/fast/events/event-sender-mouse-moved-expected.png: Removed.
389 * platform/mac/fast/events/event-sender-mouse-moved-expected.png: Removed.
390 * platform/mac/fast/events/event-sender-mouse-moved-expected.txt: Removed.
391 * platform/qt/fast/events/event-sender-mouse-moved-expected.txt: Removed.
393 2011-04-25 Dirk Pranke <dpranke@chromium.org>
395 Unreviewed, expectations change. Remove tests that are no longer
398 * platform/chromium/test_expectations.txt:
400 2011-04-25 Dan Bernstein <mitz@apple.com>
402 Reviewed by Sam Weinig.
404 Convert a test to dump as text.
406 * fast/dom/jsDevicePixelRatio-expected.txt: Added.
407 * fast/dom/jsDevicePixelRatio.html:
408 * platform/chromium-linux/fast/dom/jsDevicePixelRatio-expected.png: Removed.
409 * platform/chromium-win/fast/dom/jsDevicePixelRatio-expected.png: Removed.
410 * platform/chromium-win/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
411 * platform/gtk/fast/dom/jsDevicePixelRatio-expected.png: Removed.
412 * platform/gtk/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
413 * platform/mac-leopard/fast/dom/jsDevicePixelRatio-expected.png: Removed.
414 * platform/mac/fast/dom/jsDevicePixelRatio-expected.png: Removed.
415 * platform/mac/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
416 * platform/qt/fast/dom/jsDevicePixelRatio-expected.png: Removed.
417 * platform/qt/fast/dom/jsDevicePixelRatio-expected.txt: Removed.
419 2011-04-25 Philippe Normand <pnormand@igalia.com>
421 Unreviewed, GTK rebaseline and skip a couple of failing tests.
423 * platform/gtk/Skipped: skip
424 http/tests/security/mixedContent/insecure-css-in-main-frame.html
425 and editing/text-iterator/findString.html
426 * platform/gtk/fast/dom/HTMLMeterElement/meter-element-expected.txt:
428 2011-04-25 Dan Bernstein <mitz@apple.com>
430 Move text-only results of a test that was switched to dump as text in r72166
431 alongside the test, and remove old expected pixel results.
433 * fast/dom/setPrimitiveValue-expected.txt: Added.
434 * platform/chromium-linux/fast/dom/setPrimitiveValue-expected.png: Removed.
435 * platform/chromium-win/fast/dom/setPrimitiveValue-expected.png: Removed.
436 * platform/gtk/fast/dom/setPrimitiveValue-expected.txt: Removed.
437 * platform/mac-leopard/fast/dom/setPrimitiveValue-expected.png: Removed.
438 * platform/mac/fast/dom/setPrimitiveValue-expected.png: Removed.
439 * platform/mac/fast/dom/setPrimitiveValue-expected.txt: Removed.
440 * platform/qt/fast/dom/setPrimitiveValue-expected.png: Removed.
441 * platform/qt/fast/dom/setPrimitiveValue-expected.txt: Removed.
443 2011-04-25 Adele Peterson <adele@apple.com>
445 Reviewed by Adam Roben.
447 Convert fast/events/label-focus.html to a text only test
448 https://bugs.webkit.org/show_bug.cgi?id=59364
450 * fast/events/label-focus-expected.txt: Copied from LayoutTests/platform/mac/fast/events/label-focus-expected.txt.
451 * fast/events/label-focus.html:
452 * platform/chromium-linux/fast/events/label-focus-expected.png: Removed.
453 * platform/chromium-win/fast/events/label-focus-expected.png: Removed.
454 * platform/chromium-win/fast/events/label-focus-expected.txt: Removed.
455 * platform/gtk/fast/events/label-focus-expected.png: Removed.
456 * platform/gtk/fast/events/label-focus-expected.txt: Removed.
457 * platform/mac-leopard/fast/events/label-focus-expected.png: Removed.
458 * platform/mac/fast/events/label-focus-expected.png: Removed.
459 * platform/mac/fast/events/label-focus-expected.txt: Removed.
460 * platform/qt/fast/events/label-focus-expected.txt: Removed.
462 2011-04-25 Dan Bernstein <mitz@apple.com>
464 Reviewed by Sam Weinig.
466 Changed a test to dump as text.
468 * fast/css/affected-by-hover-after-style-change.html:
469 * platform/gtk/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
470 * platform/gtk/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
471 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
472 * platform/mac/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
473 * platform/qt/fast/css/affected-by-hover-after-style-change-expected.png: Removed.
474 * platform/qt/fast/css/affected-by-hover-after-style-change-expected.txt: Removed.
476 2011-04-25 Daniel Bates <dbates@webkit.org>
478 Reviewed by Sam Weinig.
480 Convert LayoutTests/fast/events/onloadFrameCrash.html from pixel test to text-based test
481 https://bugs.webkit.org/show_bug.cgi?id=59362
483 * fast/events/onloadFrameCrash-expected.txt: Added.
484 * fast/events/onloadFrameCrash.html: Modified to dump as text.
485 * platform/gtk/fast/events/onloadFrameCrash-expected.png: Removed.
486 * platform/gtk/fast/events/onloadFrameCrash-expected.txt: Removed.
487 * platform/mac/fast/events/onloadFrameCrash-expected.png: Removed.
488 * platform/mac/fast/events/onloadFrameCrash-expected.txt: Removed.
490 2011-04-25 Dan Bernstein <mitz@apple.com>
492 Reviewed by Adam Roben.
494 Changed a test to dump as text.
496 * fast/css/zoom-property-parsing-expected.txt: Added.
497 * fast/css/zoom-property-parsing.html:
498 * platform/chromium-linux/fast/css/zoom-property-parsing-expected.png: Removed.
499 * platform/chromium-win/fast/css/zoom-property-parsing-expected.png: Removed.
500 * platform/chromium-win/fast/css/zoom-property-parsing-expected.txt: Removed.
501 * platform/gtk/fast/css/zoom-property-parsing-expected.png: Removed.
502 * platform/gtk/fast/css/zoom-property-parsing-expected.txt: Removed.
503 * platform/mac-leopard/fast/css/zoom-property-parsing-expected.png: Removed.
504 * platform/mac/fast/css/zoom-property-parsing-expected.png: Removed.
505 * platform/mac/fast/css/zoom-property-parsing-expected.txt: Removed.
506 * platform/qt/fast/css/zoom-property-parsing-expected.png: Removed.
507 * platform/qt/fast/css/zoom-property-parsing-expected.txt: Removed.
509 2011-04-25 Dirk Pranke <dpranke@chromium.org>
511 Unreviewed, expectations change.
513 Missed the Chromium Mac baseline in the previous change.
515 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
517 2011-04-25 Dirk Pranke <dpranke@chromium.org>
519 Unreviewed, expectations change.
521 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt:
523 2011-04-25 Csaba Osztrogonác <ossy@webkit.org>
525 [Qt][WK2]fast/dom/shadow/gc-shadow.html fails
526 https://bugs.webkit.org/show_bug.cgi?id=59335
528 * platform/qt-wk2/Skipped: Add fast/dom/shadow/gc-shadow.html.
530 2011-04-25 Csaba Osztrogonác <ossy@webkit.org>
532 [Qt] New tests introduced in r84742 fail
533 https://bugs.webkit.org/show_bug.cgi?id=59334
535 * platform/qt/Skipped:
537 2011-04-25 Jer Noble <jer.noble@apple.com>
539 Unreviewed; add failing test to mac-wk2/Skipped list.
541 * platform/mac-wk2/Skipped:
543 2011-04-25 Jessie Berlin <jberlin@webkit.org>
545 [Snow Leopard Intel WebKit2 Release Tests] editing/undo/undo-iframe-location-change.html and
546 compositing/iframes/invisible-nested-iframe-show.html failing since r84037.
547 https://bugs.webkit.org/show_bug.cgi?id=58990
549 Add failing expected results for SL WK2 to get the bots green.
551 These tests are already Skipped on Windows or have their own expected results.
553 * platform/mac-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
554 * platform/mac-wk2/editing/undo/undo-iframe-location-change-expected.txt: Added.
556 2011-04-25 Alexander Pavlov <apavlov@chromium.org>
558 Reviewed by Yury Semikhatsky.
560 Web Inspector: CSS is parsed improperly when saved in UTF-8 with a BOM
561 https://bugs.webkit.org/show_bug.cgi?id=59322
563 * inspector/styles/parse-utf8-bom-expected.txt: Added.
564 * inspector/styles/parse-utf8-bom.html: Added.
565 * inspector/styles/resources/parse-utf8-bom-main.css: Added.
568 * inspector/styles/resources/parse-utf8-bom-reset.css: Added.
570 2011-04-25 Jessie Berlin <jberlin@webkit.org>
572 Add another HTMLProgressElement test to the Windows Skipped list to get the bots green,
573 since Windows does not have an implementation of HTMLProgressElement.
575 * platform/win/Skipped:
576 Add fast/dom/HTMLProgressElement/progress-writing-mode.html.
578 2011-04-25 Pavel Feldman <pfeldman@google.com>
580 Reviewed by Yury Semikhatsky.
582 Web Inspector: move Frame and Resource Tree management into the Page agent.
583 https://bugs.webkit.org/show_bug.cgi?id=59321
585 * inspector/report-protocol-errors.html:
587 2011-04-25 Pavel Feldman <pfeldman@google.com>
589 Reviewed by Yury Semikhatsky.
591 Web Inspector: few protocol improvements.
592 https://bugs.webkit.org/show_bug.cgi?id=59319
594 * http/tests/inspector/inspector-test.js:
595 (initialize_InspectorTest.InspectorTest.reloadPage):
597 2011-04-25 Maciej Stachowiak <mjs@apple.com>
599 Reviewed by Cameron Zwarich.
601 Fix tests after URL parsing fix
602 https://bugs.webkit.org/show_bug.cgi?id=59317
604 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-host.js: Update
606 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-protocol.js: Update expected
608 * fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Update expectations.
609 * fast/dom/HTMLAnchorElement/set-href-attribute-protocol-expected.txt: Update expectations.
610 * fast/loader/url-parse-1-expected.txt: Update expectations.
611 * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Replace single slash
612 in an http: URL with a double slash - the single slash seemed to be erroneous.
614 2011-04-24 Dirk Pranke <dpranke@chromium.org>
616 Unreviewed, expectations change.
618 Add Chromium baselines for fast/table/auto-100-percent-width.html.
619 Mark fast/dom/HTMLMeterElement/meter-element.html and
620 http/tests/misc/will-send-request-returns-null-on-redirect.html
621 as failing - need triage.
623 * platform/chromium-mac/fast/table/auto-100-percent-width-expected.png: Added.
624 * platform/chromium-win/fast/table/auto-100-percent-width-expected.png: Added.
625 * platform/chromium/test_expectations.txt:
627 2011-04-24 Adam Barth <abarth@webkit.org>
629 Update Chromium results for standard-url.html (again).
631 * platform/chromium-linux/fast/url/standard-url-expected.txt:
632 * platform/chromium-mac/fast/url/standard-url-expected.txt:
633 * platform/chromium-win/fast/url/standard-url-expected.txt:
635 2011-04-24 Sheriff Bot <webkit.review.bot@gmail.com>
637 Unreviewed, rolling out r84759.
638 http://trac.webkit.org/changeset/84759
639 https://bugs.webkit.org/show_bug.cgi?id=59306
641 Caused gc-shadow.html to start crashing in V8. (Requested by
642 dglazkov|away on #webkit).
644 * fast/dom/shadow/append-child-text-expected.txt: Removed.
645 * fast/dom/shadow/append-child-text.html: Removed.
647 2011-04-24 Maciej Stachowiak <mjs@apple.com>
649 Reviewed by George Staikos.
651 Handling of URLs like http:/example.com/ is incorrect
652 https://bugs.webkit.org/show_bug.cgi?id=59300
653 <rdar://problem/9231956>
655 Added some new test cases. Also updated results for the
656 change. The changes are progressions.
658 * fast/url/relative-expected.txt:
659 * fast/url/script-tests/segments.js:
660 * fast/url/script-tests/standard-url.js:
661 * fast/url/segments-expected.txt:
662 * fast/url/segments-from-data-url-expected.txt:
663 * fast/url/standard-url-expected.txt:
665 2011-04-24 Adam Barth <abarth@webkit.org>
667 Update Chromium results for standard-url.html
669 * platform/chromium-linux/fast/url/standard-url-expected.txt: Added.
670 * platform/chromium-mac/fast/url/standard-url-expected.txt:
671 * platform/chromium-win/fast/url/standard-url-expected.txt:
673 2011-04-24 Dominic Cooney <dominicc@chromium.org>
675 Reviewed by Dimitri Glazkov.
677 Crash when adding a text node to a shadow root
678 https://bugs.webkit.org/show_bug.cgi?id=59304
680 * fast/dom/shadow/append-child-text-expected.txt: Added.
681 * fast/dom/shadow/append-child-text.html: Added.
683 2011-04-24 Adam Barth <abarth@webkit.org>
685 Reviewed by Eric Seidel.
687 Update Content-Security-Policy syntax to match new version of spec
688 https://bugs.webkit.org/show_bug.cgi?id=59291
690 Update tests to use the new syntax.
692 * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-allowed.html:
693 * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked.html:
694 * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-allowed.html:
695 * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked.html:
696 * http/tests/security/contentSecurityPolicy/image-allowed.html:
697 * http/tests/security/contentSecurityPolicy/image-blocked.html:
698 * http/tests/security/contentSecurityPolicy/inline-script-allowed.html:
699 * http/tests/security/contentSecurityPolicy/style-allowed.html:
700 * http/tests/security/contentSecurityPolicy/style-blocked.html:
701 * http/tests/security/contentSecurityPolicy/xsl-allowed.php:
702 * http/tests/security/contentSecurityPolicy/xsl-blocked.php:
704 2011-04-24 Adam Barth <abarth@webkit.org>
706 Reviewed by Maciej Stachowiak.
708 Test canonicalization of scheme:/host
709 https://bugs.webkit.org/show_bug.cgi?id=59296
711 * fast/url/script-tests/segments.js:
712 * fast/url/script-tests/standard-url.js:
713 * fast/url/segments-expected.txt:
714 * fast/url/standard-url-expected.txt:
716 2011-04-24 Rik Cabanier <cabanier@adobe.com>
718 Reviewed by Simon Fraser.
720 Tables are not rendered correctly
721 https://bugs.webkit.org/show_bug.cgi?id=59138
723 * fast/table/auto-100-percent-width.html: Added.
724 * platform/mac/fast/table/auto-100-percent-width-expected.txt: Added.
726 2011-04-23 Dan Bernstein <mitz@apple.com>
728 Reviewed by Simon Fraser.
730 <rdar://problem/8970549> WebFindOptionsAtWordStarts fails with Japanese words
731 https://bugs.webkit.org/show_bug.cgi?id=59288
733 * editing/text-iterator/findString-expected.txt:
734 * editing/text-iterator/findString.html:
736 2011-04-23 Dominic Cooney <dominicc@chromium.org>
738 Reviewed by Dimitri Glazkov.
740 [V8] Nodes in shadow DOM should not be GCed while their hosts are alive
741 https://bugs.webkit.org/show_bug.cgi?id=59284
743 * fast/dom/shadow/gc-shadow-expected.txt: Added.
744 * fast/dom/shadow/gc-shadow.html: Added.
746 2011-04-23 MORITA Hajime <morrita@google.com>
748 Unreviewed test_expectations.txt update.
749 r84745 didn't fix meter-element.html break on chromium.
751 * platform/chromium/test_expectations.txt:
753 2011-04-23 MORITA Hajime <morrita@google.com>
755 Reviewed by Kent Tamura.
757 REGRESSION: (non-Mac) <meter>'s bar part isn't rendered for with -webkit-writing-mode: vertical-lr from r82899
758 https://bugs.webkit.org/show_bug.cgi?id=59281
760 * fast/dom/HTMLMeterElement/meter-writing-mode.html: Added.
761 * fast/dom/HTMLProgressElement/progress-writing-mode.html: Added.
762 * platform/chromium/test_expectations.txt:
763 * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
764 * platform/mac/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
765 * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png: Added.
766 * platform/mac/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
768 2011-04-23 Alexey Proskuryakov <ap@apple.com>
772 REGRESSION (r80812): window.print();window.close() doesn't work in WebKit2
773 https://bugs.webkit.org/show_bug.cgi?id=59241
774 <rdar://problem/9150861>
776 * http/tests/misc/will-send-request-returns-null-on-redirect-expected.txt:
777 * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
778 * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
779 Resource load delegates for cancelled loads are now correctly sent before frame load
780 delegate's didFinishLoading, so cancellation errors get logged by DumpRenderTree.
782 2011-04-22 Chris Evans <cevans@chromium.org>
784 Reviewed by Adam Barth.
786 Upgrade CSS loads from mixed content warning (displayed) to mixed
788 https://bugs.webkit.org/show_bug.cgi?id=59056
790 * http/tests/security/mixedContent/insecure-css-in-iframe-expected.txt: Update expectation.
791 * http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt: Update expectation.
792 * http/tests/security/mixedContent/insecure-css-in-iframe.html: Update expectation.
793 * http/tests/security/mixedContent/insecure-css-in-main-frame.html: Update expectation.
794 * http/tests/security/mixedContent/resources/frame-with-insecure-css.html: Fix typo.
796 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
798 [Qt][WK2] Add some failing tests to the Skipped list because of a WTR sideeffect bug.
800 * platform/qt-wk2/Skipped:
802 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
804 [Qt] Unskip a bunch of passing tests and update their expected files.
805 This patch based on work of Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
807 * platform/qt/Skipped:
808 * platform/qt/fast/[...]: Added, updated.
809 * platform/qt/scrollbars/[...]: Added, updated.
811 2011-04-22 Dirk Pranke <dpranke@chromium.org>
813 Unreviewed, expectations change - clean up some flakiness.
815 * platform/chromium/test_expectations.txt:
817 2011-04-22 Ojan Vafai <ojan@chromium.org>
819 Reviewed by Eric Seidel.
821 don't white-space:nowrap the results iframes
822 https://bugs.webkit.org/show_bug.cgi?id=59259
824 * fast/harness/results.html:
826 2011-04-22 Dirk Pranke <dpranke@chromium.org>
828 Unreviewed, expectations change. Roll in deps bots failures.
830 * platform/chromium/test_expectations.txt:
832 2011-04-22 Chang Shu <cshu@webkit.org>
834 Reviewed by Kenneth Rohde Christiansen.
836 WebKitTestRunner needs layoutTestController.setFrameFlatteningEnabled
837 https://bugs.webkit.org/show_bug.cgi?id=42536
841 * platform/mac-wk2/Skipped:
842 * platform/qt-wk2/Skipped:
844 2011-04-22 Xiaomei Ji <xji@chromium.org>
846 [QT] move-by-word-visually.html failed in QT.
847 https://bugs.webkit.org/show_bug.cgi?id=59265
849 Temporarily skip the test in QT while investigating.
851 * platform/qt/Skipped:
853 2011-04-22 Alejandro G. Castro <alex@igalia.com>
855 Undo rebaseline done in r84677 for this test, it was a flaky
858 * platform/gtk/media/video-controls-rendering-expected.txt:
860 2011-04-22 Mahesh Kulkarni <mahesh.kulkarni@nokia.com>
862 Unreviewed: Updated bug ID for geolocation skipped cases
864 * platform/mac-wk2/Skipped:
865 * platform/qt-wk2/Skipped:
867 2011-04-22 Martin Robinson <mrobinson@igalia.com>
869 Reviewed by Xan Lopez.
871 [GTK] fast/events/overflow-viewport-renderer-deleted.html crashes
872 https://bugs.webkit.org/show_bug.cgi?id=58976
874 * platform/gtk/Skipped: Unskip a test which is no longer crashing.
876 2011-04-22 Xiaomei Ji <xji@chromium.org>
878 Reviewed by Ryosuke Niwa.
880 move caret by word in visual order returns wrong result when caret itself is at word boundary.
881 https://bugs.webkit.org/show_bug.cgi?id=58504.
883 Add test case to test moving left/right by word visually on every character position.
884 Remove a specific test added before for testing a specific code path since the test case
887 * editing/selection/move-by-word-visually-expected.txt:
888 * editing/selection/move-by-word-visually.html:
890 2011-04-22 Xiaomei Ji <xji@chromium.org>
892 Rebaseline after r84655.
894 * platform/chromium-linux/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
895 * platform/chromium-linux/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
896 * platform/chromium-mac-leopard/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
897 * platform/chromium-mac/fast/block/positioning/rtl-fixed-positioning-expected.checksum: Added.
898 * platform/chromium-mac/fast/block/positioning/vertical-rl: Added.
899 * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.checksum: Added.
900 * platform/chromium-mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
901 * platform/chromium-win/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
902 * platform/chromium-win/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
903 * platform/chromium-win/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
905 2011-04-22 Xiaomei Ji <xji@chromium.org>
909 * platform/chromium-linux/editing/deleting/table-cells-expected.png:
910 * platform/chromium-linux/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
911 * platform/chromium-linux/fast/inline-block/14498-positionForCoordinates-expected.png:
912 * platform/chromium-mac-leopard/editing/deleting/table-cells-expected.png:
913 * platform/chromium-mac-leopard/fast/inline-block/14498-positionForCoordinates-expected.png:
914 * platform/chromium-mac/editing/deleting/table-cells-expected.png: Added.
915 * platform/chromium-mac/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
916 * platform/chromium-win/editing/deleting/table-cells-expected.png:
917 * platform/chromium-win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
918 * platform/chromium-win/fast/inline-block/14498-positionForCoordinates-expected.png:
920 2011-04-22 Eric Seidel <eric@webkit.org>
922 Reviewed by Eric Carlson.
924 Flaky Test: media/invalid-media-url-crash.html
925 https://bugs.webkit.org/show_bug.cgi?id=51138
927 Add one more test to the list of known crashers from rdar://9054715.
929 * platform/mac-snowleopard/Skipped:
931 2011-04-19 Jer Noble <jer.noble@apple.com>
933 Reviewed by Daniel Bates.
935 Full Screen from within an <iframe> does not cause <iframe> to resize.
936 https://bugs.webkit.org/show_bug.cgi?id=58638
938 * fullscreen/full-screen-frameset-expected.txt: Added.
939 * fullscreen/full-screen-frameset.html: Added.
940 * fullscreen/content/inner.html: Added.
941 * fullscreen/full-screen-iframe-allowed-expected.txt: Updated.
942 * fullscreen/full-screen-iframe-allowed.html: Add a button with which to trigger
943 full screen mode in Safari.
944 * fullscreen/full-screen-iframe-not-allowed-expected.txt: Updated.
945 * fullscreen/full-screen-iframe-not-allowed.html: Ditto.
946 * fullscreen/resources/allowed.html: Added.
947 * fullscreen/resources/inner.html: Added.
949 2011-04-22 Xiaomei Ji <xji@chromium.org>
951 Rebaseline after r84659.
953 * platform/mac-wk2/fast/forms: Added.
954 * platform/mac-wk2/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
955 * platform/win/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
957 2011-04-22 Yael Aharon <yael.aharon@nokia.com>
959 Reviewed by Sam Weinig.
961 HTMLFormControlElement::labels should allow custom attributes.
962 https://bugs.webkit.org/show_bug.cgi?id=59128
964 * fast/forms/labels-custom-property-expected.txt: Added.
965 * fast/forms/labels-custom-property.html: Added.
967 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
969 [Qt] REGRESSION(r84296): platform/qt/fast/history/back-to-unreachable-url-then-forward.html fails
970 https://bugs.webkit.org/show_bug.cgi?id=58977
972 r84604 fixed the bug, so we can unskip it.
974 * platform/qt/Skipped: Unskip platform/qt/fast/history/back-to-unreachable-url-then-forward.html.
976 2011-04-22 Roland Steiner <rolandsteiner@chromium.org>
978 Unreviewed: Updated Chromium expectations after WK r84606
980 * platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
981 * platform/chromium-mac/fast/url/host-expected.txt: Removed.
982 * platform/chromium-mac/fast/url/path-expected.txt: Removed.
983 * platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
984 * platform/chromium-win/fast/url/host-expected.txt: Removed.
985 * platform/chromium-win/fast/url/path-expected.txt: Removed.
987 2011-04-22 Adam Barth <abarth@webkit.org>
989 Reviewed by Eric Seidel.
991 CSP frame-src is missing
992 https://bugs.webkit.org/show_bug.cgi?id=58643
994 Update expected result to show that this test is passing now.
996 * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
998 2011-04-22 Levi Weintraub <leviw@chromium.org>
1000 Reviewed by Ryosuke Niwa.
1002 End/Home keys do not work in a contentEditable element
1003 https://bugs.webkit.org/show_bug.cgi?id=50564
1005 Fixing modifying selection by lineboundary (home/end) for editable contexts that are
1006 inline and share a line with non-editable content.
1008 * editing/selection/modify-by-lineboundary-in-inline-editable-contexts-expected.txt: Added.
1009 * editing/selection/modify-by-lineboundary-in-inline-editable-contexts.html: Added.
1010 * editing/selection/script-tests/modify-by-lineboundary-in-inline-editable-contexts.js: Added.
1013 2011-04-22 Dimitri Glazkov <dglazkov@chromium.org>
1015 [Gtk] Update expectations after r84511.
1017 * platform/gtk/fast/html/details-add-summary-1-and-click-expected.txt:
1018 * platform/gtk/fast/html/details-add-summary-1-expected.txt:
1019 * platform/gtk/fast/html/details-add-summary-10-and-click-expected.txt:
1020 * platform/gtk/fast/html/details-add-summary-10-expected.txt:
1021 * platform/gtk/fast/html/details-add-summary-2-and-click-expected.txt:
1022 * platform/gtk/fast/html/details-add-summary-2-expected.txt:
1023 * platform/gtk/fast/html/details-add-summary-3-and-click-expected.txt:
1024 * platform/gtk/fast/html/details-add-summary-3-expected.txt:
1025 * platform/gtk/fast/html/details-add-summary-4-and-click-expected.txt:
1026 * platform/gtk/fast/html/details-add-summary-4-expected.txt:
1027 * platform/gtk/fast/html/details-add-summary-5-and-click-expected.txt:
1028 * platform/gtk/fast/html/details-add-summary-5-expected.txt:
1029 * platform/gtk/fast/html/details-add-summary-6-and-click-expected.txt:
1030 * platform/gtk/fast/html/details-add-summary-6-expected.txt:
1031 * platform/gtk/fast/html/details-add-summary-7-and-click-expected.txt:
1032 * platform/gtk/fast/html/details-add-summary-7-expected.txt:
1033 * platform/gtk/fast/html/details-add-summary-8-and-click-expected.txt:
1034 * platform/gtk/fast/html/details-add-summary-8-expected.txt:
1035 * platform/gtk/fast/html/details-add-summary-9-and-click-expected.txt:
1036 * platform/gtk/fast/html/details-add-summary-9-expected.txt:
1037 * platform/gtk/fast/html/details-no-summary1-expected.txt:
1038 * platform/gtk/fast/html/details-no-summary2-expected.txt:
1039 * platform/gtk/fast/html/details-no-summary3-expected.txt:
1040 * platform/gtk/fast/html/details-no-summary4-expected.txt:
1041 * platform/gtk/fast/html/details-open-javascript-expected.txt:
1042 * platform/gtk/fast/html/details-open1-expected.txt:
1043 * platform/gtk/fast/html/details-open2-expected.txt:
1044 * platform/gtk/fast/html/details-open3-expected.txt:
1045 * platform/gtk/fast/html/details-open4-expected.txt:
1046 * platform/gtk/fast/html/details-open5-expected.txt:
1047 * platform/gtk/fast/html/details-open6-expected.txt:
1048 * platform/gtk/fast/html/details-position-expected.txt:
1049 * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt:
1050 * platform/gtk/fast/html/details-remove-summary-1-expected.txt:
1051 * platform/gtk/fast/html/details-remove-summary-2-and-click-expected.txt:
1052 * platform/gtk/fast/html/details-remove-summary-2-expected.txt:
1053 * platform/gtk/fast/html/details-remove-summary-3-and-click-expected.txt:
1054 * platform/gtk/fast/html/details-remove-summary-3-expected.txt:
1055 * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt:
1056 * platform/gtk/fast/html/details-remove-summary-4-expected.txt:
1057 * platform/gtk/fast/html/details-remove-summary-5-and-click-expected.txt:
1058 * platform/gtk/fast/html/details-remove-summary-5-expected.txt:
1059 * platform/gtk/fast/html/details-remove-summary-6-and-click-expected.txt:
1060 * platform/gtk/fast/html/details-remove-summary-6-expected.txt:
1061 * platform/gtk/fast/html/details-writing-mode-expected.txt:
1062 * platform/gtk/media/video-controls-rendering-expected.txt:
1064 2011-04-22 Tony Chang <tony@chromium.org>
1066 Landing new baselines for plugins/embedded-attributes-style.html after
1067 border changes (r84273).
1069 https://bugs.webkit.org/show_bug.cgi?id=59068
1071 * platform/chromium-linux/plugins/embed-attributes-style-expected.png:
1072 * platform/chromium-win/plugins/embed-attributes-style-expected.png:
1073 * platform/chromium/test_expectations.txt:
1075 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
1077 [Qt] Update expected files after r84632.
1079 * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
1080 * platform/qt/fast/html/details-add-summary-1-expected.txt:
1081 * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
1082 * platform/qt/fast/html/details-add-summary-10-expected.txt:
1083 * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
1084 * platform/qt/fast/html/details-add-summary-2-expected.txt:
1085 * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
1086 * platform/qt/fast/html/details-add-summary-3-expected.txt:
1087 * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
1088 * platform/qt/fast/html/details-add-summary-4-expected.txt:
1089 * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
1090 * platform/qt/fast/html/details-add-summary-5-expected.txt:
1091 * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
1092 * platform/qt/fast/html/details-add-summary-6-expected.txt:
1093 * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
1094 * platform/qt/fast/html/details-add-summary-7-expected.txt:
1095 * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
1096 * platform/qt/fast/html/details-add-summary-8-expected.txt:
1097 * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
1098 * platform/qt/fast/html/details-add-summary-9-expected.txt:
1099 * platform/qt/fast/html/details-no-summary1-expected.txt:
1100 * platform/qt/fast/html/details-no-summary2-expected.txt:
1101 * platform/qt/fast/html/details-no-summary3-expected.txt:
1102 * platform/qt/fast/html/details-no-summary4-expected.txt:
1103 * platform/qt/fast/html/details-open-javascript-expected.txt:
1104 * platform/qt/fast/html/details-open1-expected.txt:
1105 * platform/qt/fast/html/details-open2-expected.txt:
1106 * platform/qt/fast/html/details-open3-expected.txt:
1107 * platform/qt/fast/html/details-open4-expected.txt:
1108 * platform/qt/fast/html/details-open5-expected.txt:
1109 * platform/qt/fast/html/details-open6-expected.txt:
1110 * platform/qt/fast/html/details-position-expected.txt:
1111 * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
1112 * platform/qt/fast/html/details-remove-summary-1-expected.txt:
1113 * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
1114 * platform/qt/fast/html/details-remove-summary-2-expected.txt:
1115 * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
1116 * platform/qt/fast/html/details-remove-summary-3-expected.txt:
1117 * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
1118 * platform/qt/fast/html/details-remove-summary-4-expected.txt:
1119 * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
1120 * platform/qt/fast/html/details-remove-summary-5-expected.txt:
1121 * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
1122 * platform/qt/fast/html/details-remove-summary-6-expected.txt:
1123 * platform/qt/fast/html/details-writing-mode-expected.txt:
1125 2011-04-22 Sam Weinig <sam@webkit.org>
1127 Reviewed by Gavin Barraclough and Oliver Hunt.
1129 Arrays should participate in global object forwarding fun
1130 https://bugs.webkit.org/show_bug.cgi?id=59215
1132 - Update results of prototype-inheritance-2 for new array behavior.
1133 - Remove checks for primitives, since they were incorrect.
1134 - Force function check to check a function not on a primitive (this
1135 wasn't happening by itself, since functions normally aren't enumerable
1137 - Add exception to the test to not try and test HTMLProgressElement, since
1138 it is not available on all platforms. This allows us to remove the windows
1141 * fast/dom/prototype-inheritance-2-expected.txt:
1142 * fast/dom/script-tests/prototype-inheritance-2.js:
1143 (constructorNamesForWindow):
1145 * platform/win/fast/dom/prototype-inheritance-2-expected.txt: Removed.
1147 2011-04-21 Geoffrey Garen <ggaren@apple.com>
1149 Reviewed by Oliver Hunt.
1151 Removed a use of markDOMObjectWrapper: Element and Document
1152 https://bugs.webkit.org/show_bug.cgi?id=59178
1154 * fast/dom/dataset-gc-expected.txt:
1155 * fast/dom/script-tests/dataset-gc.js: Changed this test not to be
1156 specific to __proto__. We have a general bug in the DOM that assignment
1157 to __proto__ does not persist after garbage collection. While we should
1158 fix that bug, we don't want existing tests to tickle it, because it makes
1161 2011-04-22 Simon Fraser <simon.fraser@apple.com>
1163 Reviewed by Dan Bernstein.
1165 Rounded corners don't looks smooth when background-image is a gradient
1166 https://bugs.webkit.org/show_bug.cgi?id=59213
1168 Testcase for rounded borders on an element with a gradient background.
1170 * fast/backgrounds/gradient-background-leakage.html: Added.
1171 * platform/mac/fast/backgrounds/gradient-background-leakage-expected.png: Added.
1172 * platform/mac/fast/backgrounds/gradient-background-leakage-expected.txt: Added.
1174 2011-04-22 Mike Reed <reed@google.com>
1176 Reviewed by Eric Seidel.
1178 Update expected images with new shadow code
1179 [chromium, win] Multiple failures of shadow rendering layout tests
1180 https://bugs.webkit.org/show_bug.cgi?id=58772
1182 * platform/chromium-linux/fast/multicol/shadow-breaking-expected.png:
1183 * platform/chromium-linux/svg/css/composite-shadow-text-expected.png:
1184 * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Added.
1185 * platform/chromium-win-xp/fast/repaint/shadow-multiple-horizontal-expected.png: Added.
1186 * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-horizontal-expected.png: Added.
1187 * platform/chromium-win-xp/fast/repaint/shadow-multiple-strict-vertical-expected.png: Added.
1188 * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
1189 * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png: Added.
1190 * platform/chromium-win-xp/fast/transforms: Added.
1191 * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
1192 * platform/chromium-win-xp/svg/css: Added.
1193 * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added.
1194 * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Added.
1195 * platform/chromium-win-xp/transitions: Added.
1196 * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png: Added.
1197 * platform/chromium-win/fast/multicol/shadow-breaking-expected.png:
1198 * platform/chromium-win/svg/css/composite-shadow-text-expected.png:
1199 * platform/chromium/test_expectations.txt:
1201 2011-04-22 Xiaomei Ji <xji@chromium.org>
1203 Reviewed by David Hyatt.
1205 Local caret rectangle calculation should be relative to its containing block.
1206 https://bugs.webkit.org/show_bug.cgi?id=49508.
1208 * fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
1209 * fast/forms/cursor-at-editable-content-boundary.html: Added.
1210 * platform/mac/fast/forms/cursor-at-editable-content-boundary-expected.txt: Added.
1212 2011-04-22 Roland Steiner <rolandsteiner@chromium.org>
1214 Unreviewed: update Chromium baselines.
1216 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
1217 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
1218 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
1219 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1220 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1221 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
1222 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
1223 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
1224 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
1225 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1226 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1227 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
1228 * platform/chromium-mac-leopard/svg/filters/feDropShadow-expected.png: Added.
1230 2011-04-22 Tony Chang <tony@chromium.org>
1232 Unreviewed, deleting remaining .checksum files.
1233 More will probably creep in over the next few days-- I'll do
1234 another pass in a week or so.
1236 2011-04-22 Levi Weintraub <leviw@chromium.org>
1238 Reviewed by Darin Fisher.
1240 REGRESSION: left property broken with position:fixed elements in RTL documents
1241 https://bugs.webkit.org/show_bug.cgi?id=59204
1242 http://code.google.com/p/chromium/issues/detail?id=80216
1244 Test to ensure position:fixed works properly in RTL documents.
1246 * fast/block/positioning/rtl-fixed-positioning.html: Added.
1247 * fast/block/positioning/vertical-rl/fixed-positioning.html: Added.
1248 * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.checksum: Added.
1249 * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.png: Added.
1250 * platform/mac/fast/block/positioning/rtl-fixed-positioning-expected.txt: Added.
1251 * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.checksum: Added.
1252 * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.png: Added.
1253 * platform/mac/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt: Added.
1255 2011-04-22 Roland Steiner <rolandsteiner@chromium.org>
1257 Unreviewed: Chromium test expectations update.
1259 * platform/chromium/test_expectations.txt:
1261 2011-04-22 Tony Chang <tony@chromium.org>
1263 Unreviewed, deleting .checksum files in platform/mac.
1265 2011-04-22 Sam Weinig <sam@webkit.org>
1267 Fix windows test result.
1269 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1271 2011-04-22 Sam Weinig <sam@webkit.org>
1273 Reviewed by Gavin Barraclough.
1275 Remove remaining uses of deprecated version of toJS
1276 https://bugs.webkit.org/show_bug.cgi?id=59170
1278 * fast/dom/prototype-inheritance-2-expected.txt:
1279 Add new passing results since we now use the correct global object. The remaining
1280 failures are pure JS objects (Array, Boolean, String, Number, Function).
1282 2011-04-22 Tony Chang <tony@chromium.org>
1284 Unreviewed, deleting .checksum files in platform/gtk and platform/qt*.
1286 2011-04-22 Philippe Normand <pnormand@igalia.com>
1288 Reviewed by Martin Robinson.
1290 [GTK] DRT: implement eventSender.scalePageBy
1291 https://bugs.webkit.org/show_bug.cgi?id=59082
1293 Unskipped tests that should pass now that
1294 eventSender.scalePageBy() is supported in GTK.
1296 * platform/gtk/Skipped:
1297 * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Added.
1298 * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Added.
1299 * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Added.
1301 2011-04-21 MORITA Hajime <morrita@google.com>
1303 Reviewed by Dimitri Glazkov.
1305 Content of <details> should be forwarded through the shadow DOM
1306 https://bugs.webkit.org/show_bug.cgi?id=59055
1308 * fast/html/details-add-child-1.html: Added.
1309 * fast/html/details-add-child-2.html: Added.
1310 * fast/html/details-remove-child-1.html: Added.
1311 * fast/html/details-remove-child-2.html: Added.
1312 * platform/chromium/test_expectations.txt:
1313 * platform/mac/fast/html/details-add-child-1-expected.checksum: Added.
1314 * platform/mac/fast/html/details-add-child-1-expected.png: Added.
1315 * platform/mac/fast/html/details-add-child-1-expected.txt: Added.
1316 * platform/mac/fast/html/details-add-child-2-expected.checksum: Added.
1317 * platform/mac/fast/html/details-add-child-2-expected.png: Added.
1318 * platform/mac/fast/html/details-add-child-2-expected.txt: Added.
1319 * platform/mac/fast/html/details-add-summary-1-and-click-expected.txt:
1320 * platform/mac/fast/html/details-add-summary-1-expected.txt:
1321 * platform/mac/fast/html/details-add-summary-10-and-click-expected.txt:
1322 * platform/mac/fast/html/details-add-summary-10-expected.txt:
1323 * platform/mac/fast/html/details-add-summary-2-and-click-expected.txt:
1324 * platform/mac/fast/html/details-add-summary-2-expected.txt:
1325 * platform/mac/fast/html/details-add-summary-3-and-click-expected.txt:
1326 * platform/mac/fast/html/details-add-summary-3-expected.txt:
1327 * platform/mac/fast/html/details-add-summary-4-and-click-expected.txt:
1328 * platform/mac/fast/html/details-add-summary-4-expected.txt:
1329 * platform/mac/fast/html/details-add-summary-5-and-click-expected.txt:
1330 * platform/mac/fast/html/details-add-summary-5-expected.txt:
1331 * platform/mac/fast/html/details-add-summary-6-and-click-expected.txt:
1332 * platform/mac/fast/html/details-add-summary-6-expected.txt:
1333 * platform/mac/fast/html/details-add-summary-7-and-click-expected.txt:
1334 * platform/mac/fast/html/details-add-summary-7-expected.txt:
1335 * platform/mac/fast/html/details-add-summary-8-and-click-expected.txt:
1336 * platform/mac/fast/html/details-add-summary-8-expected.txt:
1337 * platform/mac/fast/html/details-add-summary-9-and-click-expected.txt:
1338 * platform/mac/fast/html/details-add-summary-9-expected.txt:
1339 * platform/mac/fast/html/details-add-summary-child-1-expected.txt:
1340 * platform/mac/fast/html/details-add-summary-child-2-expected.txt:
1341 * platform/mac/fast/html/details-no-summary1-expected.txt:
1342 * platform/mac/fast/html/details-no-summary2-expected.txt:
1343 * platform/mac/fast/html/details-no-summary3-expected.txt:
1344 * platform/mac/fast/html/details-no-summary4-expected.txt:
1345 * platform/mac/fast/html/details-open-javascript-expected.txt:
1346 * platform/mac/fast/html/details-open1-expected.txt:
1347 * platform/mac/fast/html/details-open2-expected.txt:
1348 * platform/mac/fast/html/details-open3-expected.txt:
1349 * platform/mac/fast/html/details-open4-expected.txt:
1350 * platform/mac/fast/html/details-open5-expected.txt:
1351 * platform/mac/fast/html/details-open6-expected.txt:
1352 * platform/mac/fast/html/details-position-expected.txt:
1353 * platform/mac/fast/html/details-remove-child-1-expected.checksum: Added.
1354 * platform/mac/fast/html/details-remove-child-1-expected.png: Added.
1355 * platform/mac/fast/html/details-remove-child-1-expected.txt: Added.
1356 * platform/mac/fast/html/details-remove-child-2-expected.checksum: Added.
1357 * platform/mac/fast/html/details-remove-child-2-expected.png: Added.
1358 * platform/mac/fast/html/details-remove-child-2-expected.txt: Added.
1359 * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt:
1360 * platform/mac/fast/html/details-remove-summary-1-expected.txt:
1361 * platform/mac/fast/html/details-remove-summary-2-and-click-expected.txt:
1362 * platform/mac/fast/html/details-remove-summary-2-expected.txt:
1363 * platform/mac/fast/html/details-remove-summary-3-and-click-expected.txt:
1364 * platform/mac/fast/html/details-remove-summary-3-expected.txt:
1365 * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt:
1366 * platform/mac/fast/html/details-remove-summary-4-expected.txt:
1367 * platform/mac/fast/html/details-remove-summary-5-and-click-expected.txt:
1368 * platform/mac/fast/html/details-remove-summary-5-expected.txt:
1369 * platform/mac/fast/html/details-remove-summary-6-and-click-expected.txt:
1370 * platform/mac/fast/html/details-remove-summary-6-expected.txt:
1371 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt:
1372 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt:
1373 * platform/mac/fast/html/details-writing-mode-expected.txt:
1375 2011-04-21 Simon Fraser <simon.fraser@apple.com>
1377 Reviewed by Dan Bernstein.
1379 Extra GraphicsContext::save() in InlineTextBox::paintDecoration()
1380 https://bugs.webkit.org/show_bug.cgi?id=59109
1382 Testcase that exercises the fixed InlineTextBox::paintDecoration() code.
1384 * fast/text/multiple-text-shadow-alpha-expected.txt: Added.
1385 * fast/text/multiple-text-shadow-alpha.html: Added.
1387 2011-04-22 Jessie Berlin <jberlin@apple.com>
1389 Windows DRT needs an implementation of shadowRoot.
1390 https://bugs.webkit.org/show_bug.cgi?id=59081
1392 Add media/audio-controls-do-not-fade-out.html, which uses layoutTestController.shadowRoot
1393 to the win Skipped list to get the bots green.
1395 * platform/win/Skipped:
1397 2011-04-22 Jessie Berlin <jberlin@apple.com>
1399 Update the Windows-specific results after r84558.
1401 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1403 2011-04-22 Pavel Podivilov <podivilov@chromium.org>
1405 Reviewed by Pavel Feldman.
1407 Web Inspector: fix de-obfuscation of scripts inlined in html.
1408 https://bugs.webkit.org/show_bug.cgi?id=58538
1410 * inspector/debugger/resources/obfuscated.js:
1411 * inspector/debugger/script-formatter-expected.txt:
1412 * inspector/debugger/script-formatter.html: Renamed from LayoutTests/inspector/debugger/script-formatter.html-disabled.
1414 2011-04-22 Mikhail Naganov <mnaganov@chromium.org>
1416 Reviewed by Pavel Feldman.
1418 Web Inspector: [Chromium] Refactor code prior to moving detailed heap snapshots into workers.
1419 https://bugs.webkit.org/show_bug.cgi?id=59189
1421 * inspector/profiler/detailed-heapshots-comparison-sorting.html:
1422 * inspector/profiler/detailed-heapshots-test.js:
1423 (initialize_DetailedHeapshotTest):
1424 (initialize_DetailedHeapshotTest.):
1425 * inspector/profiler/heap-snapshot-expected.txt:
1426 * inspector/profiler/heap-snapshot.html:
1428 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
1430 [WK2] CSP reporting doesn't work
1431 https://bugs.webkit.org/show_bug.cgi?id=59192
1433 * platform/mac-wk2/Skipped: Add http/tests/security/contentSecurityPolicy/report-uri-from-child-frame.html.
1435 2011-04-22 Csaba Osztrogonác <ossy@webkit.org>
1437 [Qt]fast/url/idna tests fail
1438 https://bugs.webkit.org/show_bug.cgi?id=59187
1440 * platform/qt/Skipped: Add fast/url/idna2003.html and fast/url/idna2008.html.
1441 * platform/qt/fast/url/path-expected.txt: Update after r84606.
1443 2011-04-22 Dan Bernstein <mitz@apple.com>
1445 Reviewed by Maciej Stachowiak.
1447 <rdar://problem/9322486> REGRESSION (r83397): Default controls fade out when playing audio-only media
1448 https://bugs.webkit.org/show_bug.cgi?id=59180
1450 * media/audio-controls-do-not-fade-out-expected.txt: Added.
1451 * media/audio-controls-do-not-fade-out.html: Added.
1453 2011-04-22 Ojan Vafai <ojan@chromium.org>
1455 Reviewed by Eric Seidel.
1457 address maciej's styling feedback for results.html page
1458 https://bugs.webkit.org/show_bug.cgi?id=59165
1460 * fast/harness/results.html:
1462 2011-04-21 Chris Weber <chris@lookout.net>
1464 Reviewed by Adam Barth.
1466 Add more test coverage to fast/url
1467 https://bugs.webkit.org/show_bug.cgi?id=59142
1469 The PASS/FAIL results for host, path, and port are set to match
1470 Chromium. The PASS/FAIL results for idna2003 and idna2008 are set to
1471 match those specifications.
1473 * fast/url/host-expected.txt:
1474 * fast/url/idna2003-expected.txt: Added.
1475 * fast/url/idna2003.html: Added.
1476 * fast/url/idna2008-expected.txt: Added.
1477 * fast/url/idna2008.html: Added.
1478 * fast/url/path-expected.txt:
1479 * fast/url/port-expected.txt:
1480 * fast/url/script-tests/host.js:
1481 * fast/url/script-tests/idna2003.js: Added.
1482 * fast/url/script-tests/idna2008.js: Added.
1483 * fast/url/script-tests/path.js:
1484 * fast/url/script-tests/port.js:
1486 2011-04-21 Beth Dakin <bdakin@apple.com>
1488 Reviewed by Dan Bernstein.
1490 https://bugs.webkit.org/show_bug.cgi?id=57898
1491 REGRESSION (r82185): Scroll position not restored on navigation back to a page in
1494 <rdar://problem/9226652>
1496 * fast/loader/scroll-position-restored-on-back-non-cached-expected.txt: Added.
1497 * fast/loader/scroll-position-restored-on-back-non-cached.html: Added.
1499 2011-04-21 Chris Fleizach <cfleizach@apple.com>
1501 Reviewed by Beth Dakin.
1503 WebKit is erroneously modifying the DOM; adding 'aria-selected' to tables
1504 https://bugs.webkit.org/show_bug.cgi?id=59140
1506 * accessibility/aria-combobox.html:
1507 * platform/mac/accessibility/aria-combobox-expected.txt:
1508 * platform/mac/accessibility/aria-slider-value-change-expected.txt:
1509 * platform/mac/accessibility/aria-slider-value-change.html:
1511 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1513 Unreviewed, expectations change - new baselines needed as
1516 * platform/chromium/test_expectations.txt:
1518 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1520 Unreviewed, expectations change. Triage failure for
1521 media/video-zoom.html on chromium gpu bots.
1523 * platform/chromium/test_expectations.txt:
1525 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1527 Unreviewed, expectations change. Suppress failures on chromium
1528 win/linux from bug 59166.
1530 * platform/chromium/test_expectations.txt:
1532 2011-04-21 Dimitri Glazkov <dglazkov@chromium.org>
1534 Reviewed by Adele Peterson.
1536 REGRESSION (r83386): Typing in WSJ.com search field doesn't clear placeholder text
1537 https://bugs.webkit.org/show_bug.cgi?id=59053
1539 * fast/events/shadow-boundary-crossing-expected.txt: Updated expected results.
1540 * fast/events/shadow-boundary-crossing.html: Added new sub-test.
1542 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1544 Unreviwed, expecations change. Pick up chromium-win baselines
1547 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
1548 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
1549 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
1550 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1551 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1552 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
1553 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
1554 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
1555 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
1556 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1557 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1558 * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
1559 * platform/chromium-win/svg/filters/feDropShadow-expected.png: Added.
1561 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1563 Unreviewed, expectations change.
1565 Suppress failures possibly caused by bug 59158 on chromium win/linux:
1566 fast/canvas/canvas-stroke{Path,Rect}-alpha-shadow.html = TEXT
1568 * platform/chromium/test_expectations.txt:
1570 2011-04-21 Ojan Vafai <ojan@chromium.org>
1572 Reviewed by Tony Chang.
1574 move json_results.html over to LayoutTests/fast/harness
1575 https://bugs.webkit.org/show_bug.cgi?id=59154
1577 * fast/harness/resources/results-test.js:
1578 * fast/harness/results-expected.txt: Added.
1579 * fast/harness/results.html: Added.
1581 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1583 Update baselines to accomodate the change in r84506. I wonder
1584 how much having platform/mac in the search path hurts
1585 chromium-win/-linux.
1587 * platform/chromium-win/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Added.
1589 2011-04-21 Matthew Delaney <mdelaney@apple.com>
1591 Reviewed by Simon Fraser.
1593 Move canvas test set-colors.html expected results out of platform/mac-leopard and into platform/mac
1594 This test expected result pertains to all of mac, not just leopard.
1595 https://bugs.webkit.org/show_bug.cgi?id=59139
1597 * platform/mac-leopard/fast/canvas/set-colors-expected.txt: Removed.
1598 * platform/mac/fast/canvas/set-colors-expected.txt: Copied from LayoutTests/platform/mac-leopard/fast/canvas/set-colors-expected.txt.
1600 2011-04-21 Tony Chang <tony@chromium.org>
1602 Embed checksums in more png files. Not sure how these were missed earlier.
1604 * animations/missing-values-first-keyframe-expected.png:
1605 * animations/missing-values-last-keyframe-expected.png:
1606 * animations/opacity-transform-animation-expected.png:
1607 * animations/suspend-transform-animation-expected.png:
1608 * compositing/backface-visibility-expected.png:
1609 * compositing/checkerboard-expected.png:
1610 * compositing/geometry/ancestor-overflow-change-expected.png:
1611 * compositing/geometry/tall-page-composited-expected.png:
1612 * compositing/iframes/composited-iframe-scroll-expected.png:
1613 * compositing/iframes/iframe-content-flipping-expected.png:
1614 * compositing/iframes/nested-iframe-scrolling-expected.png:
1615 * compositing/images/direct-pdf-image-expected.png:
1616 * compositing/images/direct-svg-image-expected.png:
1617 * compositing/overflow/zero-size-overflow-expected.png:
1618 * compositing/reflections/backface-hidden-reflection-expected.png:
1619 * compositing/reflections/remove-add-reflection-expected.png:
1620 * compositing/tiling/constrained-layer-size-expected.png:
1621 * compositing/z-order/negative-z-index-expected.png:
1622 * transforms/3d/general/cssmatrix-3d-zoom-expected.png:
1623 * transforms/3d/general/matrix-with-zoom-3d-expected.png:
1624 * transitions/suspend-transform-transition-expected.png:
1626 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1628 Unreviewed, expectations change - update chromium SVG baselines
1631 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
1633 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1635 Unreviewed, expectations change - update chromium SVG baselines
1638 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
1639 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
1640 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
1641 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1642 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1643 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
1644 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
1645 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
1646 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
1647 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1648 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1649 * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
1650 * platform/chromium-linux/svg/filters/feDropShadow-expected.png: Added.
1651 * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1652 * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1653 * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1654 * platform/chromium-mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1655 * platform/chromium-mac/svg/filters/feDropShadow-expected.png: Added.
1657 2011-04-21 Geoffrey Garen <ggaren@apple.com>
1659 Reviewed by Sam Weinig.
1661 Fixed a failure seen in fast/dom/prototype-inheritance-2.html due to
1662 wrong global object use.
1664 * fast/dom/prototype-inheritance-2-expected.txt: Expect success!
1666 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1668 Unreviewed, expectations change - flaky tests.
1670 * platform/chromium/test_expectations.txt:
1672 2011-04-21 Adam Barth <abarth@webkit.org>
1674 Update test results to show that we're using ogv. I would have
1675 preferred to make this test independent of which video codec we have,
1676 but I didn't see a way to do that.
1678 * platform/chromium/http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt: Added.
1679 * platform/chromium/media/csp-blocks-video-expected.txt: Added.
1680 * platform/chromium/test_expectations.txt:
1682 2011-04-21 Tony Chang <tony@chromium.org>
1684 Unreviewed, deleting .checksum files in platform/chromium*
1686 2011-04-21 Tony Chang <tony@chromium.org>
1688 Unreviewed, embedding checksums in png files not in LayoutTests/platform.
1690 2011-04-21 Dirk Schulze <krit@webkit.org>
1692 Uneviewed rebaseline of win.
1694 SVG feDropShadow implementation of SVG Filters 1.2
1695 https://bugs.webkit.org/show_bug.cgi?id=52513
1697 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1698 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1699 * platform/win/fast/dom/prototype-inheritance-expected.txt:
1700 * platform/win/fast/js/global-constructors-expected.txt:
1702 2011-04-21 Martin Robinson <mrobinson@igalia.com>
1704 [GTK] DRT: implement eventSender.scalePageBy
1705 https://bugs.webkit.org/show_bug.cgi?id=59082
1707 Rolling out r84507 since it broke many GTK+ tests.
1709 * platform/gtk/Skipped:
1710 * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Removed.
1711 * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Removed.
1712 * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Removed.
1714 2011-04-21 Dirk Schulze <krit@webkit.org>
1716 Unreviewed rebaseline.
1718 SVG feDropShadow implementation of SVG Filters 1.2
1719 https://bugs.webkit.org/show_bug.cgi?id=52513
1721 * fast/dom/Window/window-properties-expected.txt:
1722 * fast/dom/Window/window-property-descriptors-expected.txt:
1723 * fast/dom/prototype-inheritance-2-expected.txt:
1724 * fast/dom/prototype-inheritance-expected.txt:
1725 * fast/js/global-constructors-expected.txt:
1727 2011-04-21 Csaba Osztrogonác <ossy@webkit.org>
1729 [Qt] Unreviewed. Update expected files after r84522.
1731 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1732 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1733 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1734 * platform/qt/fast/js/global-constructors-expected.txt:
1736 2011-04-21 Roland Steiner <rolandsteiner@chromium.org>
1738 Unreviewed: skip tests on Windows.
1740 fast/dom/shadow/layout-tests-can-access-shadow.html is failing on Windows
1741 https://bugs.webkit.org/show_bug.cgi?id=59081
1743 Skip all tests in fast/dom/shadow on Windows.
1744 (shadowRoot accessor is not implemented on Windows yet)
1746 * platform/win/Skipped:
1748 2011-04-21 Dirk Pranke <dpranke@chromium.org>
1750 Unreviewed, expectations change.
1752 Roll in downstream failures as of Chromium r82532.
1754 * platform/chromium/test_expectations.txt:
1756 2011-04-21 Roland Steiner <rolandsteiner@chromium.org>
1758 Reviewed by Kent Tamura.
1760 Bug 59012 - Shadows should be imported along with their host nodes
1761 https://bugs.webkit.org/show_bug.cgi?id=59012
1763 Verify that the shadow of a bound element is imported along with the element.
1765 * fast/dom/shadow/import-shadowroot-expected.txt: Added.
1766 * fast/dom/shadow/import-shadowroot.html: Added.
1768 2011-04-21 Dirk Schulze <krit@webkit.org>
1770 Reviewed by Nikolas Zimmermann.
1772 SVG feDropShadow implementation of SVG Filters 1.2
1773 https://bugs.webkit.org/show_bug.cgi?id=52513
1775 Added dynamic update tests for FEDropShadow as well as a basic pixel test.
1777 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.checksum: Added.
1778 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
1779 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.checksum: Added.
1780 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
1781 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.checksum: Added.
1782 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
1783 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.checksum: Added.
1784 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
1785 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.checksum: Added.
1786 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
1787 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.checksum: Added.
1788 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
1789 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.checksum: Added.
1790 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
1791 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.checksum: Added.
1792 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
1793 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.checksum: Added.
1794 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
1795 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.checksum: Added.
1796 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
1797 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.checksum: Added.
1798 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
1799 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.checksum: Added.
1800 * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
1801 * platform/mac/svg/filters/feDropShadow-expected.checksum: Added.
1802 * platform/mac/svg/filters/feDropShadow-expected.png: Added.
1803 * platform/mac/svg/filters/feDropShadow-expected.txt: Added.
1804 * svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.txt: Added.
1805 * svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr.html: Added.
1806 * svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.txt: Added.
1807 * svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr.html: Added.
1808 * svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.txt: Added.
1809 * svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr.html: Added.
1810 * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.txt: Added.
1811 * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html: Added.
1812 * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.txt: Added.
1813 * svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html: Added.
1814 * svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.txt: Added.
1815 * svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr.html: Added.
1816 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.txt: Added.
1817 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop.html: Added.
1818 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.txt: Added.
1819 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop.html: Added.
1820 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.txt: Added.
1821 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop.html: Added.
1822 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.txt: Added.
1823 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html: Added.
1824 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.txt: Added.
1825 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html: Added.
1826 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.txt: Added.
1827 * svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop.html: Added.
1828 * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop.html:
1829 * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop.html:
1830 * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop.html:
1831 * svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop.html:
1832 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-dx-attr.js: Added.
1834 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-dy-attr.js: Added.
1836 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-in-attr.js: Added.
1838 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-shadow-color-attr.js: Added.
1840 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-shadow-opacity-attr.js: Added.
1842 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-dom-stdDeviation-attr.js: Added.
1844 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-dx-prop.js: Added.
1846 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-dy-prop.js: Added.
1848 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-in-prop.js: Added.
1850 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-shadow-color-prop.js: Added.
1852 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.js: Added.
1854 * svg/dynamic-updates/script-tests/SVGFEDropShadowElement-svgdom-stdDeviation-prop.js: Added.
1856 * svg/filters/feDropShadow.svg: Added.
1858 2011-04-21 MORITA Hajime <morrita@google.com>
1860 Unreviewed expectations update following r84511.
1862 * platform/gtk/fast/html/details-open2-expected.txt:
1863 * platform/qt/fast/html/details-open2-expected.txt:
1865 2011-04-20 Roland Steiner <rolandsteiner@chromium.org>
1867 Reviewed by Dimitri Glazkov.
1869 Bug 58704 - Decide on node type for ShadowRoot
1870 https://bugs.webkit.org/show_bug.cgi?id=58704
1872 Test node types of shadow host, shadow root and first shadow child.
1874 * fast/dom/shadow/nodetype-expected.txt: Added.
1875 * fast/dom/shadow/nodetype.html: Added.
1877 2011-04-20 Dimitri Glazkov <dglazkov@chromium.org>
1879 Reviewed by Kent Tamura.
1881 REGRESSION (r75543): Styles bleed into new shadow DOM (like slider and video)
1882 https://bugs.webkit.org/show_bug.cgi?id=52917
1884 * fast/css/shadow-dom-scope-expected.txt: Added.
1885 * fast/css/shadow-dom-scope.html: Added.
1887 2011-04-21 Levi Weintraub <leviw@chromium.org>
1889 Reviewed by Simon Fraser.
1891 position fixed element does not render properly when dynamically updated via javascript
1892 https://bugs.webkit.org/show_bug.cgi?id=54297
1894 Disabling the LayoutState fast-path for fixed-position content.
1896 * fast/repaint/fixed-contents-changed-after-scroll.html: Added.
1897 * fast/repaint/transformed-contents-changed-after-scroll.html: Added.
1898 * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.checksum: Added.
1899 * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.png: Added.
1900 * platform/mac/fast/repaint/fixed-contents-changed-after-scroll-expected.txt: Added.
1901 * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.checksum: Added.
1902 * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.png: Added.
1903 * platform/mac/fast/repaint/transformed-contents-changed-after-scroll-expected.txt: Added.
1905 2011-04-21 Tony Chang <tony@chromium.org>
1907 Unreviewed. Fixed the last set of tests that are missing pngs.
1908 Created new png baselines on my Leopard machine.
1910 * platform/chromium-mac-leopard/fast/blockflow/english-bt-text-expected.checksum: Removed.
1911 * platform/chromium-mac-leopard/fast/blockflow/english-bt-text-expected.png: Added.
1912 * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-expected.checksum: Removed.
1913 * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-expected.png: Added.
1914 * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.checksum: Removed.
1915 * platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png: Added.
1916 * platform/chromium-mac-leopard/fast/css/value-list-out-of-bounds-crash-expected.checksum: Removed.
1917 * platform/chromium-mac-leopard/fast/css/value-list-out-of-bounds-crash-expected.png: Added.
1918 * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.checksum: Removed.
1919 * platform/chromium-mac-leopard/svg/custom/group-opacity-expected.png: Added.
1920 * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.checksum: Removed.
1921 * platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png: Added.
1922 * platform/chromium-mac/editing/selection/extend-by-word-002-expected.checksum: Removed. Matches platform/mac.
1923 * platform/chromium/test_expectations.txt:
1925 2011-04-20 MORITA Hajime <morrita@google.com>
1927 Reviewed by Dimitri Glazkov.
1929 Content of <summary> should be forwarded through the shadow DOM
1930 https://bugs.webkit.org/show_bug.cgi?id=58914
1932 - Added test cases for dynamic DOM change.
1933 - Updated expectations details-open2.html because generated RenderTree slightly changed.
1935 * fast/html/details-add-summary-child-1.html: Added.
1936 * fast/html/details-add-summary-child-2.html: Added.
1937 * fast/html/details-remove-summary-child-1.html: Added.
1938 * fast/html/details-remove-summary-child-2.html: Added.
1939 * platform/chromium/test_expectations.txt:
1940 * platform/mac/fast/html/details-add-summary-child-1-expected.checksum: Added.
1941 * platform/mac/fast/html/details-add-summary-child-1-expected.png: Added.
1942 * platform/mac/fast/html/details-add-summary-child-1-expected.txt: Added.
1943 * platform/mac/fast/html/details-add-summary-child-2-expected.checksum: Added.
1944 * platform/mac/fast/html/details-add-summary-child-2-expected.png: Added.
1945 * platform/mac/fast/html/details-add-summary-child-2-expected.txt: Added.
1946 * platform/mac/fast/html/details-open2-expected.txt:
1947 * platform/mac/fast/html/details-remove-summary-child-1-expected.checksum: Added.
1948 * platform/mac/fast/html/details-remove-summary-child-1-expected.png: Added.
1949 * platform/mac/fast/html/details-remove-summary-child-1-expected.txt: Added.
1950 * platform/mac/fast/html/details-remove-summary-child-2-expected.checksum: Added.
1951 * platform/mac/fast/html/details-remove-summary-child-2-expected.png: Added.
1952 * platform/mac/fast/html/details-remove-summary-child-2-expected.txt: Added.
1954 2011-04-20 Matthew Delaney <mdelaney@apple.com>
1956 Reviewed by Maciej Stachowiak.
1958 arc() should add a circle to the path when start and end angles are far enough apart
1959 https://bugs.webkit.org/show_bug.cgi?id=58934
1961 * fast/canvas/canvas_arc_largeangles-expected.txt: Added.
1962 * fast/canvas/canvas_arc_largeangles.html: Added.
1964 2011-04-20 Matthew Delaney <mdelaney@apple.com>
1966 Reviewed by Adam Roben.
1968 Move toDataURL.jpeg.alpha expected result out of /mac-snowleopard and into /mac
1969 https://bugs.webkit.org/show_bug.cgi?id=59038
1971 * platform/mac-snowleopard/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Removed.
1972 * platform/mac/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt: Copied from LayoutTests/platform/mac-snowleopard/canvas/philip/tests/toDataURL.jpeg.alpha-expected.txt.
1974 2011-04-21 Philippe Normand <pnormand@igalia.com>
1976 Reviewed by Martin Robinson.
1978 [GTK] missing LayoutTestController::callShouldCloseOnWebView()
1979 https://bugs.webkit.org/show_bug.cgi?id=59086
1981 * platform/gtk/Skipped: Unskip fast/events/onbeforeunload-focused-iframe.html
1983 2011-04-21 Philippe Normand <pnormand@igalia.com>
1985 Reviewed by Martin Robinson.
1987 [GTK] DRT: implement eventSender.scalePageBy
1988 https://bugs.webkit.org/show_bug.cgi?id=59082
1990 Unskipped tests that should pass now that
1991 eventSender.scalePageBy() is supported in GTK.
1993 * platform/gtk/Skipped:
1994 * platform/gtk/fast/repaint/scale-page-shrink-expected.checksum: Added.
1995 * platform/gtk/fast/repaint/scale-page-shrink-expected.png: Added.
1996 * platform/gtk/fast/repaint/scale-page-shrink-expected.txt: Added.
1998 2011-04-21 Adam Barth <abarth@webkit.org>
2000 Update results to show failure.
2002 * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt:
2004 2011-04-21 Tony Gentilcore <tonyg@chromium.org>
2006 [chromium] inspector/console/console-log-before-inspector-open.html times out on mac
2007 https://bugs.webkit.org/show_bug.cgi?id=59106
2009 Seems to have started timing out in 84470-84471 which were expectations
2012 * platform/chromium/test_expectations.txt:
2014 2011-04-21 Adam Barth <abarth@webkit.org>
2016 Reviewed by Tony Gentilcore.
2018 Make test robust to PHP magic quotes
2019 https://bugs.webkit.org/show_bug.cgi?id=59104
2021 * http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
2022 * http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
2023 * http/tests/security/contentSecurityPolicy/resources/save-report.php:
2025 2011-04-21 Tony Gentilcore <tonyg@chromium.org>
2027 [chromium] Temporarily skip new contentSecurityPolicy tests
2028 https://bugs.webkit.org/show_bug.cgi?id=59103
2030 Tests introduced by http://trac.webkit.org/changeset/84478
2032 * platform/chromium/test_expectations.txt:
2034 2011-04-20 Andrey Kosyakov <caseq@chromium.org>
2036 Reviewed by Pavel Feldman.
2038 Expose console API to the code evaluated by sidebar.setExpression()
2040 Web Inspector: [Extensions API] console API is not exposed to code evaluated by sidebar.setExpression()
2041 https://bugs.webkit.org/show_bug.cgi?id=59006
2043 * inspector/extensions/extensions-expected.txt:
2044 * inspector/extensions/extensions.html:
2046 2011-04-21 Tony Gentilcore <tonyg@chromium.org>
2048 [chromium] Correct expecations for editing/selection/designmode-no-caret.html
2049 https://bugs.webkit.org/show_bug.cgi?id=59088
2051 Straighten out bad override in designmode-no-caret.html
2053 * platform/chromium/test_expectations.txt:
2055 2011-04-21 Adam Roben <aroben@apple.com>
2057 Skip some newly-failing tests on Windows
2059 <http://webkit.org/b/59098> and <http://webkit.org/b/59099> track the failures.
2061 * platform/win/Skipped: Added fast/transforms/selection-bounds-in-transformed-view.html and
2062 http/tests/security/contentSecurityPolicy/frame-src-blocked.html.
2064 2011-04-21 Tony Gentilcore <tonyg@chromium.org>
2066 BitmapImage::destroyMetadataAndNotify should clear m_checkedForSolidColor
2067 https://bugs.webkit.org/show_bug.cgi?id=58926
2069 Remove chromium's crashing expectations.
2071 * platform/chromium/test_expectations.txt:
2073 2011-04-21 Tony Gentilcore <tonyg@chromium.org>
2075 [chromium] Correct expecations for editing/selection/designmode-no-caret.html
2076 https://bugs.webkit.org/show_bug.cgi?id=59088
2078 http://trac.webkit.org/changeset/84470 seemed to have caused a conflict. This
2079 has always been failing on Win Debug.
2081 * platform/chromium/test_expectations.txt:
2083 2011-04-21 Csaba Osztrogonác <ossy@webkit.org>
2085 [Qt][WK2] Unreviewed.
2087 REGRESSION (WK2): Animated GIF stops when navigating forward, back
2088 https://bugs.webkit.org/show_bug.cgi?id=59042
2090 * platform/qt-wk2/Skipped: Add fast/images/animated-gif-restored-from-bfcache.html,
2091 because WebKit2 since it doesn't implement layoutTestController.overridePreference().
2093 2011-04-21 Philippe Normand <pnormand@igalia.com>
2095 Unreviewed, GTK baselines for test added in r84398.
2097 * platform/gtk/fast/borders/bidi-012-expected.checksum: Added.
2098 * platform/gtk/fast/borders/bidi-012-expected.png: Added.
2099 * platform/gtk/fast/borders/bidi-012-expected.txt: Added.
2101 2011-04-21 Philippe Normand <pnormand@igalia.com>
2103 Unreviewed, GTK baselines for
2104 http/tests/security/contentSecurityPolicy tests that don't escape
2105 the quote character.
2107 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
2108 * platform/gtk/http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt: Added.
2110 2011-04-21 Csaba Osztrogonác <ossy@webkit.org>
2112 [Qt] Missing eventSender.scalePageBy() implementation
2114 * platform/qt/Skipped: Add fast/transforms/selection-bounds-in-transformed-view.html.
2116 2011-04-21 Adam Barth <abarth@webkit.org>
2118 Reviewed by Eric Seidel.
2120 CSP report-uri is missing
2121 https://bugs.webkit.org/show_bug.cgi?id=58639
2123 Test that report-uri sends a report. Testing approach stolen from the
2126 * http/tests/security/contentSecurityPolicy/report-uri-expected.txt: Added.
2127 * http/tests/security/contentSecurityPolicy/report-uri.html: Added.
2128 * http/tests/security/contentSecurityPolicy/resources/echo-report.php: Added.
2129 * http/tests/security/contentSecurityPolicy/resources/go-to-echo-report.js: Added.
2130 * http/tests/security/contentSecurityPolicy/resources/save-report.php: Added.
2132 2011-04-21 Philippe Normand <pnormand@igalia.com>
2135 fast/transforms/selection-bounds-in-transformed-view.html on GTK as it
2136 depends on eventSender.scalePageBy().
2138 * platform/gtk/Skipped:
2140 2011-04-21 Yuta Kitamura <yutak@chromium.org>
2142 Unreviewed, skip fast/dom/shadow/layout-tests-can-access-shadow.html on Windows.
2144 fast/dom/shadow/layout-tests-can-access-shadow.html is failing on Windows
2145 https://bugs.webkit.org/show_bug.cgi?id=59081
2147 * platform/win/Skipped:
2149 2011-04-21 Alexey Proskuryakov <ap@apple.com>
2151 Reviewed by Dan Bernstein.
2153 REGRESSION: Korean encoding alias KSC5601 does not work
2154 https://bugs.webkit.org/show_bug.cgi?id=59075
2155 <rdar://problem/9303233>
2157 * fast/encoding/char-decoding-expected.txt:
2158 * fast/encoding/char-decoding.html:
2159 Added tests for KSC_5601 (which worked, but wasn't tested), and KSC5601 (which was broken).
2161 2011-04-20 Dominic Cooney <dominicc@chromium.org>
2163 Reviewed by Dimitri Glazkov.
2165 layoutTestController can create and destroy shadow DOM
2166 https://bugs.webkit.org/show_bug.cgi?id=59058
2168 Exercise the new layoutTestController methods.
2170 * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt: Added.
2171 * fast/dom/shadow/layout-tests-can-access-shadow.html: Added.
2173 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2175 Make video/image-zoom fail on GPU on all ports.
2177 * platform/chromium/test_expectations.txt:
2179 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2181 Unreviewed, expectations change.
2183 * platform/chromium/test_expectations.txt:
2185 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2187 Unreviewed, expectations change.
2189 Add test failures for r84454, r84457, flakiness on deps bots.
2191 * platform/chromium/test_expectations.txt:
2193 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2195 Unreviewed, expectations change.
2197 Suppress failures for inspector/debugger/live-edit.html
2198 and inspector/console/console-object-constructor-name.html
2200 * platform/chromium/test_expectations.txt:
2202 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2204 Unreviewed, expectations change.
2206 Suppress failures for media/csp-blocks-video.html and
2207 plugins/embed-attributes-style.html
2209 * platform/chromium/test_expectations.txt:
2211 2011-04-20 Adam Barth <abarth@webkit.org>
2213 Reviewed by Eric Seidel.
2215 CSP frame-src is missing
2216 https://bugs.webkit.org/show_bug.cgi?id=58643
2218 Tests the basic functionality of frame-src.
2220 * http/tests/security/contentSecurityPolicy/frame-src-allowed-expected.txt: Added.
2221 * http/tests/security/contentSecurityPolicy/frame-src-allowed.html: Added.
2222 * http/tests/security/contentSecurityPolicy/frame-src-blocked-expected.txt: Added.
2223 * http/tests/security/contentSecurityPolicy/frame-src-blocked.html: Added.
2224 * http/tests/security/contentSecurityPolicy/resources/alert-fail.html: Added.
2225 * http/tests/security/contentSecurityPolicy/resources/alert-pass.html: Added.
2227 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2229 Unreviewed, expectations change.
2231 * platform/chromium/test_expectations.txt:
2233 2011-04-20 Adam Barth <abarth@webkit.org>
2235 Reviewed by Eric Seidel.
2237 CSP policy violations should log to the console
2238 https://bugs.webkit.org/show_bug.cgi?id=58646
2240 Now with console messages. I had to split a bunch of these tests into
2241 smaller pieces to avoid race conditions in the new test output.
2243 * http/tests/security/contentSecurityPolicy/directive-parsing-expected.txt:
2244 * http/tests/security/contentSecurityPolicy/eval-scripts-setInterval-blocked-expected.txt:
2245 * http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt:
2246 * http/tests/security/contentSecurityPolicy/image-blocked-expected.txt:
2247 * http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
2248 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
2249 * http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html:
2250 * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
2251 * http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy.html.
2252 * http/tests/security/contentSecurityPolicy/javascript-url-allowed-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/eval-scripts-setTimeout-blocked-expected.txt.
2253 * http/tests/security/contentSecurityPolicy/javascript-url-allowed.html: Added.
2254 * http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2255 * http/tests/security/contentSecurityPolicy/javascript-url-blocked.html: Added.
2256 * http/tests/security/contentSecurityPolicy/javascript-url-expected.txt: Removed.
2257 * http/tests/security/contentSecurityPolicy/javascript-url.html: Removed.
2258 * http/tests/security/contentSecurityPolicy/media-src-blocked-expected.txt:
2259 * http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.txt: Added.
2260 * http/tests/security/contentSecurityPolicy/object-src-none-allowed.html: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/object-src-none.html.
2261 * http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.txt: Added.
2262 * http/tests/security/contentSecurityPolicy/object-src-none-blocked.html: Renamed from LayoutTests/http/tests/security/contentSecurityPolicy/object-src-none.html.
2263 * http/tests/security/contentSecurityPolicy/object-src-none-expected.txt: Removed.
2264 * http/tests/security/contentSecurityPolicy/script-src-none-expected.txt:
2265 * http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
2266 * http/tests/security/contentSecurityPolicy/script-src-redirect-expected.txt:
2267 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01-expected.txt: Added.
2268 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-01.html: Added.
2269 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02-expected.txt: Added.
2270 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-02.html: Added.
2271 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03-expected.txt: Added.
2272 * http/tests/security/contentSecurityPolicy/script-src-self-blocked-03.html: Added.
2273 * http/tests/security/contentSecurityPolicy/script-src-self-expected.txt:
2274 * http/tests/security/contentSecurityPolicy/script-src-self.html:
2275 * http/tests/security/contentSecurityPolicy/source-list-parsing-expected.txt:
2276 * http/tests/security/contentSecurityPolicy/style-blocked-expected.txt:
2277 * http/tests/security/contentSecurityPolicy/xsl-blocked-expected.txt:
2278 * media/csp-blocks-video-expected.txt:
2280 2011-04-20 Andy Estes <aestes@apple.com>
2282 fast/images/animated-gif-restored-from-bfcache.html fails on Windows bots
2283 https://bugs.webkit.org/show_bug.cgi?id=59062
2285 * platform/win/Skipped:
2287 2011-04-20 Dan Bernstein <mitz@apple.com>
2289 Reviewed by Maciej Stachowiak.
2291 <rdar://problem/9095366> With a non-1 page scale, scrolling to reveal selection fails
2292 https://bugs.webkit.org/show_bug.cgi?id=59046
2294 * fast/transforms/selection-bounds-in-transformed-view-expected.txt: Added.
2295 * fast/transforms/selection-bounds-in-transformed-view.html: Added.
2297 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2299 Unreviewed, expectations change.
2301 Merge forward more suppressions from the chromium overrides
2304 * platform/chromium/test_expectations.txt:
2306 2011-04-20 Andy Estes <aestes@apple.com>
2308 Reviewed by Maciej Stachowiak.
2310 REGRESSION (WK2): Animated GIF stops when navigating forward, back
2311 https://bugs.webkit.org/show_bug.cgi?id=59042
2313 * fast/images/animated-gif-restored-from-bfcache-expected.txt: Added.
2314 * fast/images/animated-gif-restored-from-bfcache.html: Added.
2315 * fast/images/resources/animated-10color.gif: Added.
2316 * platform/mac-wk2/Skipped: Sadly, this test for a WebKit2-specific fix
2317 has to be skipped for now on WebKit2 since it doesn't implement
2318 layoutTestController.overridePreference().
2320 2011-04-20 Dimitri Glazkov <dglazkov@chromium.org>
2322 Reviewed by Kent Tamura.
2324 REGRESSION(r82376): Clicking on a label, associated with a disabled input element changes state of the element.
2325 https://bugs.webkit.org/show_bug.cgi?id=59037
2327 * fast/events/simulated-click-disabled-expected.txt: Added.
2328 * fast/events/simulated-click-disabled.html: Added.
2330 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2332 Pull in more flaky expectations.
2334 * platform/chromium/test_expectations.txt:
2336 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2338 Unreviewed, expectations change. Pull in expectations from
2341 * platform/chromium/test_expectations.txt:
2343 2011-04-20 Tony Chang <tony@chromium.org>
2345 Update 2 more tests that are missing png files.
2347 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum: Removed.
2348 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Added. png with embedded checksum pulled from the bot.
2349 * platform/chromium-win/compositing/repaint/become-overlay-composited-layer-expected.checksum: Removed. This file is not used since we don't
2350 run compositing tests w/CPU rendering and there's a GPU result in chromium-gpu-win.
2351 * platform/chromium/test_expectations.txt: Remove these tests.
2353 2011-04-20 Jian Li <jianli@chromium.org>
2355 Unreviewed, fixed typo in the failed test added to chromium test
2358 * platform/chromium/test_expectations.txt:
2360 2011-04-20 Tony Chang <tony@chromium.org>
2362 More .checksum file cleanup.
2364 * fast/css/background-clip-values-expected.checksum: Removed. This is a duplicate of the .checksum
2365 file in platform/mac.
2366 * platform/mac-leopard/fast/backgrounds/size/contain-and-cover-expected.checksum: Correct checksum by
2367 regenerating on my leopard machine.
2368 * platform/mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png: Added.
2370 2011-04-20 Xiaomei Ji <xji@chromium.org>
2372 Reviewed by Ryosuke Niwa.
2374 Continue (3rd) experiment with moving caret by word in visual order.
2375 https://bugs.webkit.org/show_bug.cgi?id=58294
2377 * editing/selection/move-by-word-visually-expected.txt:
2378 * editing/selection/move-by-word-visually.html:
2380 2011-04-20 Cris Neckar <cdn@chromium.org>
2382 Reviewed by Dirk Schulze.
2384 Tests for crash when copying a filter effect after applying tranforms.
2385 https://bugs.webkit.org/show_bug.cgi?id=57885
2387 * svg/filters/svg-transform-blur-crash-expected.txt: Added.
2388 * svg/filters/svg-transform-blur-crash.xhtml: Added.
2390 2011-04-20 Jian Li <jianli@chromium.org>
2392 Reviewed by Kenneth Russell.
2394 Support DataView in workers
2395 https://bugs.webkit.org/show_bug.cgi?id=59014
2397 * fast/canvas/webgl/resources/worker-data-view-test.js: Added.
2398 * fast/canvas/webgl/worker-data-view-test-expected.txt: Added.
2399 * fast/canvas/webgl/worker-data-view-test.html: Added.
2400 * platform/chromium/test_expectations.txt:
2402 2011-04-20 Tony Chang <tony@chromium.org>
2404 Cleanup .checksum files that don't have .png files.
2406 If the test is marked as failing, just delete the .checksum file.
2407 If the test is marked as passing, put it in test_expectations.txt so
2408 the bots will generate results.
2410 * platform/chromium-mac-leopard/fast/borders/border-radius-split-inline-expected.checksum: Removed.
2411 * platform/chromium-mac-leopard/fast/repaint/positioned-document-element-expected.checksum: Removed.
2412 * platform/chromium-mac-leopard/fast/text/basic/014-expected.checksum: Removed.
2413 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Removed.
2414 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Removed.
2415 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Removed.
2416 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.checksum: Removed.
2417 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.checksum: Removed.
2418 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.checksum: Removed.
2419 * platform/chromium-mac/fast/images/imagemap-focus-ring-expected.checksum: Removed.
2420 * platform/chromium-mac/tables/mozilla/core/misc-expected.checksum: Removed.
2421 * platform/chromium-win/fast/forms/searchfield-heights-expected.checksum: Removed.
2422 * platform/chromium/test_expectations.txt:
2424 2011-04-20 Dirk Pranke <dpranke@chromium.org>
2426 Unreviewed, fix duplicate expectations.
2428 * platform/chromium/test_expectations.txt:
2430 2011-04-20 Tony Chang <tony@chromium.org>
2432 Unreviewed, embedding checksums in png files in platform/mac.
2434 2011-04-20 Robert Hogan <robert@webkit.org>
2436 Reviewed by Antonio Gomes.
2438 [Qt] DRT sideeffect revealed by r63657 and r75305
2439 https://bugs.webkit.org/show_bug.cgi?id=42578
2441 Unskip tests passing since r76958
2443 The NetworkAccessManager's authentication cache is getting
2444 cleared now on every page load, so these no longer leak
2445 credentials between tests.
2447 * platform/qt/Skipped:
2449 2011-03-07 Victoria Kirst <vrk@google.com>
2451 Reviewed by Mihai Parparita.
2453 Make LayoutTests robust to latency btwn playing event and frame rendering
2454 https://bugs.webkit.org/show_bug.cgi?id=55918
2456 * media/controls-after-reload.html:
2457 * media/controls-without-preload.html:
2458 * media/video-paint-test.js:
2459 * platform/chromium/test_expectations.txt:
2461 2011-04-20 Taiju TSUIKI <tzik@google.com>
2463 Reviewed by David Levin.
2465 Add overwrite copy/move tests for FileSystem API
2466 https://bugs.webkit.org/show_bug.cgi?id=58864
2468 * fast/filesystem/op-copy-expected.txt:
2469 * fast/filesystem/op-move-expected.txt:
2470 * fast/filesystem/resources/op-copy.js:
2471 * fast/filesystem/resources/op-move.js:
2473 2011-04-20 Tony Chang <tony@chromium.org>
2475 Unreviewed, embedding checksums in png files in platform/chromium-linux*.
2477 2011-04-20 Yael Aharon <yael.aharon@nokia.com>
2481 Adjust Windows results after r84398.
2483 * platform/win/fast/borders: Added.
2484 * platform/win/fast/borders/bidi-012-expected.txt: Added.
2486 2011-04-20 Tony Chang <tony@chromium.org>
2488 Unreviewed, embedding checksums in png files in platform/chromium-win*.
2490 2011-04-20 Yael Aharon <yael.aharon@nokia.com>
2492 Reviewed by Eric Seidel.
2494 Replace bidi-004.html with its new version.
2495 https://bugs.webkit.org/show_bug.cgi?id=58984
2497 * fast/borders/bidi-004.html: Removed.
2498 * fast/borders/bidi-012.html: Added.
2499 * platform/chromium-linux/fast/borders/bidi-004-expected.png: Removed.
2500 * platform/chromium-mac-leopard/fast/borders/bidi-004-expected.png: Removed.
2501 * platform/chromium-win/fast/borders/bidi-004-expected.png: Removed.
2502 * platform/chromium-win/fast/borders/bidi-004-expected.txt: Removed.
2503 * platform/gtk/fast/borders/bidi-004-expected.checksum: Removed.
2504 * platform/gtk/fast/borders/bidi-004-expected.png: Removed.
2505 * platform/gtk/fast/borders/bidi-004-expected.txt: Removed.
2506 * platform/mac/fast/borders/bidi-004-expected.checksum: Removed.
2507 * platform/mac/fast/borders/bidi-004-expected.png: Removed.
2508 * platform/mac/fast/borders/bidi-004-expected.txt: Removed.
2509 * platform/mac/fast/borders/bidi-012-expected.checksum: Added.
2510 * platform/mac/fast/borders/bidi-012-expected.png: Added.
2511 * platform/mac/fast/borders/bidi-012-expected.txt: Added.
2513 2011-04-20 Csaba Osztrogonác <ossy@webkit.org>
2515 Unreviewed typo fix.
2517 * platform/qt-wk2/Skipped:
2519 2011-04-20 Tony Chang <tony@chromium.org>
2521 Unreviewed, embedding checksums in png files in platform/google*,
2522 platform/chromium-gpu*, platform/chromium-mac*.
2524 2011-04-20 Tony Chang <tony@chromium.org>
2526 Unreviewed, embedding checksums in png files in platform/mac-*.
2528 2011-04-20 Csaba Osztrogonác <ossy@webkit.org>
2530 [Qt][WK2] WebProcess crashes intermittently: "FAIL: TestControllerRunLoop timed out."
2532 * platform/qt-wk2/Skipped: Add http/tests/security/contentSecurityPolicy/media-src-blocked.html.
2534 2011-04-20 Csaba Osztrogonác <ossy@webkit.org>
2536 [Qt][WK2] Skip new failing tests.
2538 * platform/qt-wk2/Skipped:
2540 2011-04-20 Matthew Delaney <mdelaney@apple.com>
2542 Reviewed by Dan Bernstein.
2544 Update fast/canvas/font-update.html to use dumpAsText.
2545 https://bugs.webkit.org/show_bug.cgi?id=59003
2547 * fast/canvas/font-update-expected.txt:
2548 * fast/canvas/font-update.html: This test is only useful as a pixel test. Dumping the render tree will always show the same thing regardless of what's done on the canvas in the test. However, with new render tree schemes (canvases in layers and such) the render trees will even look different but not actually failing what the test tests.
2550 2011-04-20 Mike Reed <reed@google.com>
2552 Reviewed by Steve Block.
2554 prepare tests for rebaselining
2555 https://bugs.webkit.org/show_bug.cgi?id=58989
2557 * platform/chromium/test_expectations.txt:
2559 2011-04-20 Tony Chang <tony@chromium.org>
2561 Fixed lint errors in test_expectations.txt.
2563 * platform/chromium/test_expectations.txt:
2565 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2569 [Chromium] Remove crash expectation for http/tests/local/formdata/send-form-data-with-sliced-file.html
2570 https://bugs.webkit.org/show_bug.cgi?id=59004
2572 * platform/chromium/test_expectations.txt:
2574 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2578 [Chromium] Adjust test expectations.
2579 https://bugs.webkit.org/show_bug.cgi?id=59002
2581 * platform/chromium/test_expectations.txt:
2583 2011-04-20 Adam Roben <aroben@apple.com>
2585 Add Windows 7 SP1 baselines for some SVG tests that progressed in SP1
2587 These baselines were previously thought to be WebKit2-specific. However, it turned out that
2588 the WebKit2 bots had Windows 7 SP1 installed, while the WebKit1 bots just had Windows 7
2589 installed, and that was the crucial difference. So this patch reclassifies the new baselines
2590 as being SP1 vs. not-SP1, rather than WK2 vs. WK1. I also added pixel results.
2592 Fixes <http://webkit.org/b/56617> Several tests fail on Windows 7 SP1 due to font
2593 differences from Windows 7 "SP0"
2595 * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
2596 * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2597 * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
2598 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
2599 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2600 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
2601 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
2602 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2603 * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
2604 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
2605 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2606 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2607 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
2608 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2609 * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2610 * platform/win-7sp0/svg/text/bidi-text-query-expected.checksum:
2611 * platform/win-7sp0/svg/text/bidi-text-query-expected.png:
2612 * platform/win-7sp0/svg/text/bidi-text-query-expected.txt:
2613 Copied these results from platform/win.
2615 * platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
2616 * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
2617 * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
2618 * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2619 * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2620 * platform/win-wk2/svg/text/bidi-text-query-expected.txt:
2621 Moved these results to platform/win.
2623 * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
2624 * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
2625 * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
2626 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
2627 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
2628 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
2629 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
2630 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
2631 * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
2632 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
2633 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
2634 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
2635 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
2636 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
2637 * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
2638 * platform/win/svg/text/bidi-text-query-expected.checksum:
2639 * platform/win/svg/text/bidi-text-query-expected.png:
2640 * platform/win/svg/text/bidi-text-query-expected.txt:
2641 The .txt files came from platform/win-wk2, and the .png/.checksum files were
2644 2011-04-20 Martin Robinson <mrobinson@igalia.com>
2646 platform/gtk/fast/dom/gc-10-expected.png is corrupt
2647 https://bugs.webkit.org/show_bug.cgi?id=58940
2649 Remove expected results for fast/dom/gc-10.html since it is crashing on GTK+.
2651 * platform/gtk/fast/dom/gc-10-expected.checksum: Removed.
2652 * platform/gtk/fast/dom/gc-10-expected.png: Removed.
2653 * platform/gtk/fast/dom/gc-10-expected.txt: Removed.
2655 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2659 [Chromium] Mark css2.1/t140201-c533-bgimage-00-a.html as crash on Linux, Win Debug
2660 https://bugs.webkit.org/show_bug.cgi?id=58995
2662 Accidentally indicated MAC instead of WIN.
2664 * platform/chromium/test_expectations.txt:
2666 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2670 [Chromium] Mark css2.1/t140201-c533-bgimage-00-a.html as crash on Linux, Win Debug
2671 https://bugs.webkit.org/show_bug.cgi?id=58995
2673 * platform/chromium/test_expectations.txt:
2675 2011-04-20 Jessie Berlin <jberlin@apple.com>
2677 [Snow Leopard Intel WebKit2 Release Tests] editing/execCommand/convert-style-elements-to-spans.html
2679 https://bugs.webkit.org/show_bug.cgi?id=58183
2681 Skip the flakey test in order to get the bots green.
2683 * platform/mac-wk2/Skipped:
2685 2011-04-20 Leon Scroggins <scroggo@google.com>
2687 Reviewed by Kenneth Russell.
2689 Mark tests as failing for rebaselining.
2690 https://bugs.webkit.org/show_bug.cgi?id=58839
2692 We are making a change to the way gradients
2693 are calculated, so disable tests for now.
2695 * platform/chromium/test_expectations.txt:
2697 2011-04-20 Philippe Normand <pnormand@igalia.com>
2699 Unreviewed, skip GTK crashing test
2700 storage/open-database-set-empty-version.html.
2702 * platform/gtk/Skipped:
2704 2011-04-20 Jessie Berlin <jberlin@apple.com>
2706 WebKit2 needs layoutTestController.overridePreference
2707 https://bugs.webkit.org/show_bug.cgi?id=42197
2709 Add another test that uses layoutTestController.overridePreference
2710 (fast/loader/scroll-position-restored-on-back.html) to the Skipped list to get the bots
2713 * platform/mac-wk2/Skipped:
2715 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2719 [Chromium] Rebaseline some border-related tests on Mac
2720 https://bugs.webkit.org/show_bug.cgi?id=58985
2722 Most likely related to http://trac.webkit.org/changeset/84341/
2723 "background color of elements with border-radius shows around outer edge of border at corners"
2725 * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.png:
2726 * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.png:
2727 * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
2728 * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
2729 * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
2730 * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png:
2731 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.checksum: Removed.
2732 * platform/chromium-mac/fast/borders/borderRadiusDashed01-expected.png:
2733 * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Removed.
2734 * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Removed.
2735 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Removed.
2736 * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed.
2737 * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Removed.
2738 * platform/chromium-mac/fast/forms/select-baseline-expected.png: Removed.
2739 * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Removed.
2741 2011-04-20 Yury Semikhatsky <yurys@chromium.org>
2743 Reviewed by Tony Gentilcore.
2745 http/tests/misc/unloadable-script.html fails if <script> error event doesn't bubble
2746 https://bugs.webkit.org/show_bug.cgi?id=58981
2748 * http/tests/misc/unloadable-script.html: canged the test so that it uses <script onerror> instead
2751 2011-04-20 Yury Semikhatsky <yurys@chromium.org>
2753 Reviewed by Tony Gentilcore.
2755 Error event in <script> element shouldn't bubble
2756 https://bugs.webkit.org/show_bug.cgi?id=51040
2758 * fast/events/onerror-bubbling-expected.txt:
2759 * fast/events/onerror-bubbling.html:
2760 * svg/dom/SVGScriptElement/script-load-and-error-events.svg: error event is dispatched on the
2761 corresponding SVGScriptElement and shouldn't bubble, so the global error handler should
2762 never be invoked for script load errors. This behaviour is consistent with HTMLScriptElement element.
2763 * svg/dom/SVGScriptElement/script-onerror-bubbling-expected.txt: Added.
2764 * svg/dom/SVGScriptElement/script-onerror-bubbling.svg: Added.
2766 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2770 [Chromium] Rebaseline fast/repaint/trailing-floats-root-line-box-overflow fast/canvas/webgl/css-webkit-canvas fast/canvas/webgl/css-webkit-canvas-repaint
2771 https://bugs.webkit.org/show_bug.cgi?id=58978
2773 Windows bots are now generating baselines, so include them.
2774 fast/repaint/trailing-floats-root-line-box-overflow looks like correct output.
2776 * platform/chromium-mac/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Added.
2777 * platform/chromium-win/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
2778 * platform/chromium-win/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
2779 * platform/chromium/test_expectations.txt:
2781 2011-04-20 Csaba Osztrogonác <ossy@webkit.org>
2783 [Qt] REGRESSION(r84296): platform/qt/fast/history/back-to-unreachable-url-then-forward.html fails
2784 https://bugs.webkit.org/show_bug.cgi?id=58977
2786 * platform/qt/Skipped: Add platform/qt/fast/history/back-to-unreachable-url-then-forward.html.
2788 2011-04-20 Philippe Normand <pnormand@igalia.com>
2790 Unreviewed, skip failing test on GTK.
2792 [GTK] fast/events/overflow-viewport-renderer-deleted.html crashes
2793 https://bugs.webkit.org/show_bug.cgi?id=58976
2795 * platform/gtk/Skipped:
2797 2011-04-20 Philippe Normand <pnormand@igalia.com>
2799 Unreviewed, new GTK baselines for tests added in r84273.
2800 Also skip a couple of failing tests.
2802 * platform/gtk/Skipped:
2803 * platform/gtk/fast/backgrounds/background-leakage-expected.checksum: Added.
2804 * platform/gtk/fast/backgrounds/background-leakage-expected.png: Added.
2805 * platform/gtk/fast/backgrounds/background-leakage-expected.txt: Added.
2806 * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.checksum: Added.
2807 * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2808 * platform/gtk/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
2809 * platform/gtk/fast/backgrounds/border-radius-split-background-expected.checksum: Added.
2810 * platform/gtk/fast/backgrounds/border-radius-split-background-expected.png: Added.
2811 * platform/gtk/fast/backgrounds/border-radius-split-background-expected.txt: Added.
2812 * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.checksum: Added.
2813 * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
2814 * platform/gtk/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
2815 * platform/gtk/fast/borders/border-radius-different-width-001-expected.checksum: Added.
2816 * platform/gtk/fast/borders/border-radius-different-width-001-expected.png: Added.
2817 * platform/gtk/fast/borders/border-radius-different-width-001-expected.txt: Added.
2818 * platform/gtk/fast/borders/border-radius-inset-outset-expected.checksum: Added.
2819 * platform/gtk/fast/borders/border-radius-inset-outset-expected.png: Added.
2820 * platform/gtk/fast/borders/border-radius-inset-outset-expected.txt: Added.
2821 * platform/gtk/fast/borders/table-borders-expected.checksum: Added.
2822 * platform/gtk/fast/borders/table-borders-expected.png: Added.
2823 * platform/gtk/fast/borders/table-borders-expected.txt: Added.
2824 * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.txt:
2825 * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.txt:
2826 * platform/gtk/fast/borders/border-styles-split-expected.txt:
2828 2011-04-20 John Knottenbelt <jknotten@chromium.org>
2832 [Chromium] Rebaseline overhanging-tall-block
2833 https://bugs.webkit.org/show_bug.cgi?id=58974
2835 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.png: Added.
2836 * platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt: Added.
2837 * platform/chromium/test_expectations.txt:
2839 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2841 Unreviewed, expectations change.
2843 * platform/chromium/test_expectations.txt:
2845 2011-04-19 Jungshik Shin <jshin@chromium.org>
2847 Reviewed by Adam Barth
2849 Add a test to test sequences of IPA tone letters are
2850 ligated regardless of text-rendering mode (fast codepath or not).
2851 The test explicitly specifies Arial because it's one of a few fonts
2852 to have layout table entries to support the ligation of IPA tone
2855 http://bugs.webkit.org/show_bug.cgi?id=39799
2857 * fast/text/ipa-tone-letters.html: Added.
2859 2011-04-19 Simon Fraser <simon.fraser@apple.com>
2861 Reviewed by Dan Bernstein.
2863 background color of elements with border-radius shows around outer edge of border at corners
2864 https://bugs.webkit.org/show_bug.cgi?id=21819
2866 * fast/backgrounds/background-leakage-transforms.html: Added.
2867 * platform/mac/fast/backgrounds/background-leakage-expected.checksum:
2868 * platform/mac/fast/backgrounds/background-leakage-expected.png:
2869 * platform/mac/fast/backgrounds/background-leakage-transforms-expected.checksum: Added.
2870 * platform/mac/fast/backgrounds/background-leakage-transforms-expected.png: Added.
2871 * platform/mac/fast/backgrounds/background-leakage-transforms-expected.txt: Added.
2872 * platform/mac/fast/borders/border-radius-circle-expected.checksum:
2873 * platform/mac/fast/borders/border-radius-circle-expected.png:
2874 * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
2875 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
2876 * platform/mac/fast/borders/border-radius-wide-border-01-expected.checksum:
2877 * platform/mac/fast/borders/border-radius-wide-border-01-expected.png:
2878 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
2879 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
2880 * platform/mac/fast/borders/borderRadiusArcs01-expected.checksum:
2881 * platform/mac/fast/borders/borderRadiusArcs01-expected.png:
2882 * platform/mac/fast/borders/borderRadiusDashed01-expected.checksum:
2883 * platform/mac/fast/borders/borderRadiusDashed01-expected.png:
2884 * platform/mac/fast/borders/borderRadiusDashed02-expected.checksum:
2885 * platform/mac/fast/borders/borderRadiusDashed02-expected.png:
2886 * platform/mac/fast/borders/borderRadiusDashed03-expected.checksum:
2887 * platform/mac/fast/borders/borderRadiusDashed03-expected.png:
2888 * platform/mac/fast/borders/borderRadiusDotted01-expected.checksum:
2889 * platform/mac/fast/borders/borderRadiusDotted01-expected.png:
2890 * platform/mac/fast/borders/borderRadiusDotted02-expected.checksum:
2891 * platform/mac/fast/borders/borderRadiusDotted02-expected.png:
2892 * platform/mac/fast/borders/borderRadiusDotted03-expected.checksum:
2893 * platform/mac/fast/borders/borderRadiusDotted03-expected.png:
2894 * platform/mac/fast/borders/borderRadiusDouble01-expected.checksum:
2895 * platform/mac/fast/borders/borderRadiusDouble01-expected.png:
2896 * platform/mac/fast/borders/borderRadiusDouble02-expected.checksum:
2897 * platform/mac/fast/borders/borderRadiusDouble02-expected.png:
2898 * platform/mac/fast/borders/borderRadiusDouble03-expected.checksum:
2899 * platform/mac/fast/borders/borderRadiusDouble03-expected.png:
2900 * platform/mac/fast/borders/borderRadiusGroove01-expected.checksum:
2901 * platform/mac/fast/borders/borderRadiusGroove01-expected.png:
2902 * platform/mac/fast/borders/borderRadiusGroove02-expected.checksum:
2903 * platform/mac/fast/borders/borderRadiusGroove02-expected.png:
2904 * platform/mac/fast/borders/borderRadiusInset01-expected.checksum:
2905 * platform/mac/fast/borders/borderRadiusInset01-expected.png:
2906 * platform/mac/fast/borders/borderRadiusInvalidColor-expected.checksum:
2907 * platform/mac/fast/borders/borderRadiusInvalidColor-expected.png:
2908 * platform/mac/fast/borders/borderRadiusOutset01-expected.checksum:
2909 * platform/mac/fast/borders/borderRadiusOutset01-expected.png:
2910 * platform/mac/fast/borders/borderRadiusRidge01-expected.checksum:
2911 * platform/mac/fast/borders/borderRadiusRidge01-expected.png:
2912 * platform/mac/fast/borders/borderRadiusSolid01-expected.checksum:
2913 * platform/mac/fast/borders/borderRadiusSolid01-expected.png:
2914 * platform/mac/fast/borders/borderRadiusSolid02-expected.checksum:
2915 * platform/mac/fast/borders/borderRadiusSolid02-expected.png:
2916 * platform/mac/fast/borders/borderRadiusSolid03-expected.checksum:
2917 * platform/mac/fast/borders/borderRadiusSolid03-expected.png:
2918 * platform/mac/fast/box-shadow/inset-expected.checksum:
2919 * platform/mac/fast/box-shadow/inset-expected.png:
2920 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum:
2921 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
2922 * platform/mac/fast/forms/basic-selects-expected.checksum:
2923 * platform/mac/fast/forms/basic-selects-expected.png:
2924 * platform/mac/fast/forms/menulist-clip-expected.checksum:
2925 * platform/mac/fast/forms/menulist-clip-expected.png:
2926 * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
2927 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
2928 * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
2929 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
2930 * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
2931 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
2932 * platform/mac/fast/forms/menulist-separator-painting-expected.checksum:
2933 * platform/mac/fast/forms/menulist-separator-painting-expected.png:
2934 * platform/mac/fast/forms/menulist-style-color-expected.checksum:
2935 * platform/mac/fast/forms/menulist-style-color-expected.png:
2936 * platform/mac/fast/forms/select-baseline-expected.checksum:
2937 * platform/mac/fast/forms/select-baseline-expected.png:
2938 * platform/mac/fast/forms/select-empty-option-height-expected.checksum:
2939 * platform/mac/fast/forms/select-empty-option-height-expected.png:
2940 * platform/mac/fast/forms/select-style-expected.checksum:
2941 * platform/mac/fast/forms/select-style-expected.png:
2942 * platform/mac/fast/overflow/border-radius-clipping-expected.checksum:
2943 * platform/mac/fast/overflow/border-radius-clipping-expected.png:
2944 * platform/mac/fast/repaint/border-radius-repaint-expected.checksum:
2945 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
2946 * platform/mac/fast/repaint/control-clip-expected.checksum:
2947 * platform/mac/fast/repaint/control-clip-expected.png:
2949 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2951 Unreviewed, expectations change.
2953 Add chromium suppressions resulting from r84341 - 84344.
2955 * platform/chromium/test_expectations.txt:
2957 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2959 Unreviewed, expectations change.
2961 * platform/chromium/test_expectations.txt:
2963 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2965 Unreviewed, expectations change.
2967 * platform/chromium/test_expectations.txt:
2969 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2971 Unreviewed, expectations change.
2973 * platform/chromium/test_expectations.txt:
2975 2011-04-19 Dmitry Titov <dimich@chromium.org>
2977 Reviewed by David Levin.
2979 new-run-webkit-tests: remove formerly flakey tests form test_expectations.
2980 https://bugs.webkit.org/show_bug.cgi?id=57678
2982 Tests fixed by http://trac.webkit.org/changeset/83900
2984 * platform/mac/test_expectations.txt:
2986 2011-04-19 Dirk Pranke <dpranke@chromium.org>
2988 Unreviewed, expectations change.
2990 * platform/chromium/test_expectations.txt:
2992 2011-04-19 Julien Chaffraix <jchaffraix@codeaurora.org>
2994 Reviewed by Alexey Proskuryakov.
2996 https://bugs.webkit.org/show_bug.cgi?id=45425
2997 HTMLLinkElement.disabled does not forward value to the Stylesheet's disabled attribute on setting
2999 Test case by Bijan Amirzada <bijana@codeaurora.org>.
3001 * fast/dom/HTMLLinkElement/disabled-attribute-expected.txt: Added.
3002 * fast/dom/HTMLLinkElement/disabled-attribute.html: Added.
3003 Test that the properties are properly forwarded to the stylesheet.
3005 * fast/dom/boolean-attribute-reflection-expected.txt:
3006 * fast/dom/script-tests/boolean-attribute-reflection.js: Removed link:disabled as it is
3007 not reflected anymore.
3009 2011-04-19 Simon Fraser <simon.fraser@apple.com>
3011 Rebaseline image results with diffs below the default tolerance,
3012 after earlier border drawing changes.
3014 * platform/mac/fast/backgrounds/background-leakage-expected.checksum:
3015 * platform/mac/fast/backgrounds/background-leakage-expected.png:
3016 * platform/mac/fast/backgrounds/border-radius-split-background-expected.checksum:
3017 * platform/mac/fast/backgrounds/border-radius-split-background-expected.png:
3018 * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.checksum:
3019 * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.png:
3020 * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.checksum:
3021 * platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png:
3022 * platform/mac/fast/blockflow/border-vertical-lr-expected.checksum:
3023 * platform/mac/fast/blockflow/border-vertical-lr-expected.png:
3024 * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.checksum:
3025 * platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png:
3026 * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.checksum:
3027 * platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png:
3028 * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.checksum:
3029 * platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png:
3030 * platform/mac/fast/box-shadow/basic-shadows-expected.checksum:
3031 * platform/mac/fast/box-shadow/basic-shadows-expected.png:
3032 * platform/mac/fast/box-shadow/inset-box-shadows-expected.checksum:
3033 * platform/mac/fast/box-shadow/inset-box-shadows-expected.png:
3034 * platform/mac/fast/box-shadow/inset-expected.checksum:
3035 * platform/mac/fast/box-shadow/inset-expected.png:
3036 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.checksum:
3037 * platform/mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
3038 * platform/mac/fast/css/nested-rounded-corners-expected.checksum:
3039 * platform/mac/fast/css/nested-rounded-corners-expected.png:
3040 * platform/mac/fast/forms/001-expected.checksum:
3041 * platform/mac/fast/forms/001-expected.png:
3042 * platform/mac/fast/forms/basic-selects-expected.checksum:
3043 * platform/mac/fast/forms/basic-selects-expected.png:
3044 * platform/mac/fast/forms/menulist-clip-expected.checksum:
3045 * platform/mac/fast/forms/menulist-clip-expected.png:
3046 * platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
3047 * platform/mac/fast/forms/menulist-narrow-width-expected.png:
3048 * platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
3049 * platform/mac/fast/forms/menulist-option-wrap-expected.png:
3050 * platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
3051 * platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
3052 * platform/mac/fast/forms/menulist-separator-painting-expected.checksum:
3053 * platform/mac/fast/forms/menulist-separator-painting-expected.png:
3054 * platform/mac/fast/forms/menulist-style-color-expected.checksum:
3055 * platform/mac/fast/forms/menulist-style-color-expected.png:
3056 * platform/mac/fast/forms/select-background-none-expected.checksum:
3057 * platform/mac/fast/forms/select-background-none-expected.png:
3058 * platform/mac/fast/forms/select-baseline-expected.checksum:
3059 * platform/mac/fast/forms/select-baseline-expected.png:
3060 * platform/mac/fast/forms/select-empty-option-height-expected.checksum:
3061 * platform/mac/fast/forms/select-empty-option-height-expected.png:
3062 * platform/mac/fast/forms/select-style-expected.checksum:
3063 * platform/mac/fast/forms/select-style-expected.png:
3064 * platform/mac/fast/forms/validation-message-appearance-expected.checksum:
3065 * platform/mac/fast/forms/validation-message-appearance-expected.png:
3066 * platform/mac/fast/overflow/border-radius-clipping-expected.checksum:
3067 * platform/mac/fast/overflow/border-radius-clipping-expected.png:
3068 * platform/mac/fast/repaint/border-radius-repaint-expected.checksum:
3069 * platform/mac/fast/repaint/border-radius-repaint-expected.png:
3070 * platform/mac/fast/repaint/control-clip-expected.checksum:
3071 * platform/mac/fast/repaint/control-clip-expected.png:
3072 * platform/mac/fast/repaint/selection-after-remove-expected.checksum:
3073 * platform/mac/fast/repaint/selection-after-remove-expected.png:
3075 2011-04-19 Chris Rogers <crogers@google.com>
3079 Rebaseline some tests and update test_expectations.txt
3080 https://bugs.webkit.org/show_bug.cgi?id=58954
3082 * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.checksum: Removed.
3083 * platform/chromium-mac-leopard/fast/overflow/border-radius-clipping-expected.png:
3084 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
3085 * platform/chromium-mac-leopard/svg/custom/svg-fonts-in-html-expected.png: Removed.
3086 * platform/chromium-mac/fast/overflow/border-radius-clipping-expected.png: Added.
3087 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.checksum: Removed.
3088 * platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
3089 * platform/chromium-win/fast/text/justification-padding-mid-word-expected.txt:
3090 * platform/chromium/test_expectations.txt:
3092 2011-04-19 James Robinson <jamesr@chromium.org>
3094 [win] New test compositing/iframes/invisible-nested-iframe-show.html fails on windows
3095 https://bugs.webkit.org/show_bug.cgi?id=58951
3097 Add a failing expectation for this test on windows.
3099 * platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
3101 2011-04-19 Simon Fraser <simon.fraser@apple.com>
3103 Add missing results for fast/borders/table-borders.html, and
3104 a new test that shows the background color leaking out through the
3105 border (to facilitate image diffs for an upcoming change).
3107 * fast/backgrounds/background-leakage.html: Added.
3108 * platform/mac/compositing/reflections/backface-hidden-reflection-expected.txt: Added.
3109 * platform/mac/fast/backgrounds/background-leakage-expected.checksum: Added.
3110 * platform/mac/fast/backgrounds/background-leakage-expected.png: Added.
3111 * platform/mac/fast/backgrounds/background-leakage-expected.txt: Added.
3112 * platform/mac/fast/borders/table-borders-expected.checksum: Added.
3113 * platform/mac/fast/borders/table-borders-expected.png: Added.
3114 * platform/mac/fast/borders/table-borders-expected.txt: Added.
3116 2011-04-19 Chris Rogers <crogers@google.com>
3120 Rebaseline a bunch of border-radius related layout tests for chromium mac
3121 https://bugs.webkit.org/show_bug.cgi?id=58945
3123 * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.checksum: Removed.
3124 * platform/chromium-mac-leopard/fast/blockflow/border-vertical-lr-expected.png:
3125 * platform/chromium-mac-leopard/fast/borders/border-radius-constraints-expected.checksum: Removed.
3126 * platform/chromium-mac-leopard/fast/borders/border-radius-constraints-expected.png:
3127 * platform/chromium-mac-leopard/fast/borders/border-radius-huge-assert-expected.png:
3128 * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.checksum: Removed.
3129 * platform/chromium-mac-leopard/fast/borders/border-radius-inline-flow-expected.png:
3130 * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.checksum: Removed.
3131 * platform/chromium-mac-leopard/fast/borders/borderRadiusInvalidColor-expected.png:
3132 * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-2-expected.checksum: Removed.
3133 * platform/chromium-mac-leopard/fast/borders/svg-as-border-image-2-expected.png: Added.
3134 * platform/chromium-mac-leopard/fast/box-shadow/basic-shadows-expected.png: Added.
3135 * platform/chromium-mac-leopard/fast/canvas/canvasDrawingIntoSelf-expected.png: Added.
3136 * platform/chromium-mac-leopard/fast/css/font_property_normal-expected.png: Added.
3137 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.checksum: Removed.
3138 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png:
3139 * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.checksum: Removed.
3140 * platform/chromium-mac-leopard/fast/forms/menulist-clip-expected.png:
3141 * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.checksum: Removed.
3142 * platform/chromium-mac-leopard/fast/forms/menulist-narrow-width-expected.png:
3143 * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.checksum: Removed.
3144 * platform/chromium-mac-leopard/fast/forms/menulist-option-wrap-expected.png:
3145 * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.checksum: Removed.
3146 * platform/chromium-mac-leopard/fast/forms/menulist-restrict-line-height-expected.png:
3147 * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.checksum: Removed.
3148 * platform/chromium-mac-leopard/fast/forms/menulist-style-color-expected.png:
3149 * platform/chromium-mac-leopard/fast/forms/select-baseline-expected.png: Added.
3150 * platform/chromium-mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Added.
3151 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.checksum: Removed.
3152 * platform/chromium-mac/fast/blockflow/border-vertical-lr-expected.png:
3153 * platform/chromium-mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Added.
3154 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Added.
3155 * platform/chromium-mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Added.
3156 * platform/chromium-mac/fast/borders/border-radius-circle-expected.png: Removed.
3157 * platform/chromium-mac/fast/borders/border-radius-huge-assert-expected.png: Removed.
3158 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.checksum:
3159 * platform/chromium-mac/fast/borders/borderRadiusDotted06-expected.png: Removed.
3160 * platform/chromium-mac/fast/box-shadow/basic-shadows-expected.png: Added.
3161 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png: Added.
3162 * platform/chromium-mac/fast/box-shadow/inset-with-extraordinary-radii-and-border-expected.png:
3163 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.checksum: Removed.
3164 * platform/chromium-mac/fast/css/nested-rounded-corners-expected.png:
3165 * platform/chromium-mac/fast/forms/basic-selects-expected.png: Added.
3166 * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Added.
3167 * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Added.
3168 * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Added.
3169 * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Added.
3170 * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.checksum: Removed.
3171 * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png:
3172 * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Added.
3173 * platform/chromium-mac/fast/forms/select-background-none-expected.png: Added.
3174 * platform/chromium-mac/fast/forms/select-baseline-expected.png: Added.
3175 * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Added.
3176 * platform/chromium/test_expectations.txt:
3178 2011-04-19 Chris Rogers <crogers@google.com>
3182 Rebase a bunch of border-radius related layout tests
3183 https://bugs.webkit.org/show_bug.cgi?id=58942
3185 * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Removed.
3186 * platform/chromium-linux/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
3187 * platform/chromium-linux/fast/backgrounds/border-radius-split-background-expected.png: Added.
3188 * platform/chromium-linux/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
3189 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
3190 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3191 * platform/chromium-linux/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
3192 * platform/chromium-linux/fast/box-shadow/inset-expected.png:
3193 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.checksum: Removed.
3194 * platform/chromium-linux/fast/forms/validation-message-appearance-expected.png:
3195 * platform/chromium-mac-leopard/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
3196 * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
3197 * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3198 * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
3199 * platform/chromium-mac-leopard/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
3200 * platform/chromium-mac-leopard/fast/box-shadow/inset-expected.png: Removed.
3201 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.checksum: Removed.
3202 * platform/chromium-mac-leopard/fast/forms/validation-message-appearance-expected.png:
3203 * platform/chromium-mac/css2.1/t0805-c5517-brdr-s-00-c-expected.png: Added.
3204 * platform/chromium-mac/fast/backgrounds/border-radius-split-background-expected.png: Added.
3205 * platform/chromium-mac/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
3206 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
3207 * platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3208 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum: Removed.
3209 * platform/chromium-mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
3210 * platform/chromium-mac/fast/borders/table-borders-expected.png: Added.
3211 * platform/chromium-mac/fast/borders/table-borders-expected.txt: Added.
3212 * platform/chromium-mac/fast/box-shadow/inset-expected.png: Added.
3213 * platform/chromium-mac/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
3214 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png: Added.
3215 * platform/chromium-win-vista/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
3216 * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.checksum: Removed.
3217 * platform/chromium-win/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
3218 * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.png: Added.
3219 * platform/chromium-win/fast/backgrounds/border-radius-split-background-expected.txt: Added.
3220 * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
3221 * platform/chromium-win/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
3222 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum: Removed.
3223 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3224 * platform/chromium-win/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
3225 * platform/chromium-win/fast/borders/table-borders-expected.png: Added.
3226 * platform/chromium-win/fast/borders/table-borders-expected.txt: Added.
3227 * platform/chromium-win/fast/box-shadow/inset-expected.png:
3228 * platform/chromium-win/fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
3229 * platform/chromium-win/fast/forms/validation-message-appearance-expected.checksum: Removed.
3230 * platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
3231 * platform/chromium/test_expectations.txt:
3233 2011-04-19 Tony Chang <tony@chromium.org>
3235 Add checksums to png files in platform win, win-wk2, and win-xp.
3237 2011-04-19 Enrica Casucci <enrica@apple.com>
3239 Reviewed by Ryosuke Niwa.
3241 REGRESSION(r55762): Highlight color can't be copied in gmail.
3242 https://bugs.webkit.org/show_bug.cgi?id=58925
3243 <rdar://problem/9253057>
3245 The following test checks that when we copy a text node surrounded by an element that
3246 has non transparent background color we preserve the background color as well.
3248 * editing/pasteboard/copy-text-with-backgroundcolor-expected.txt: Added.
3249 * editing/pasteboard/copy-text-with-backgroundcolor.html: Added.
3251 2011-04-19 Chris Rogers <crogers@google.com>
3255 Update test_expectations.txt
3256 https://bugs.webkit.org/show_bug.cgi?id=58941
3258 * platform/chromium/test_expectations.txt:
3260 2011-04-19 Antoine Labour <piman@chromium.org>
3262 Reviewed by James Robinson.
3264 For invisible iframes, propagate compositing to parent instead of setting self
3266 https://bugs.webkit.org/show_bug.cgi?id=58414
3268 * compositing/iframes/invisible-iframe-expected.checksum: Added.
3269 * compositing/iframes/invisible-iframe-expected.png: Added.
3270 * compositing/iframes/invisible-iframe-expected.txt: Added.
3271 * compositing/iframes/invisible-iframe.html: Added.
3272 * compositing/iframes/invisible-nested-iframe-expected.checksum: Added.
3273 * compositing/iframes/invisible-nested-iframe-expected.png: Added.
3274 * compositing/iframes/invisible-nested-iframe-expected.txt: Added.
3275 * compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
3276 * compositing/iframes/invisible-nested-iframe-hide.html: Added.
3277 * compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
3278 * compositing/iframes/invisible-nested-iframe-show.html: Added.
3279 * compositing/iframes/invisible-nested-iframe.html: Added.
3280 * platform/chromium-gpu/compositing/iframes/invisible-nested-iframe-show-expected.txt: Added.
3282 2011-04-19 Chris Rogers <crogers@google.com>
3286 Update test_expectations.txt for tests which need rebaselining
3287 https://bugs.webkit.org/show_bug.cgi?id=58938
3289 * platform/chromium/test_expectations.txt:
3291 2011-04-19 Tony Chang <tony@chromium.org>
3293 Add checksums to png files in platform/gtk.
3295 2011-04-19 Dan Bernstein <mitz@apple.com>
3297 Reviewed by Beth Dakin.
3299 <rdar://problem/9271848> Crash when the document element is removed
3301 * fast/events/overflow-viewport-renderer-deleted-expected.txt: Added.
3302 * fast/events/overflow-viewport-renderer-deleted.html: Added.
3304 2011-04-19 James Robinson <jamesr@chromium.org>
3306 Fix lint errors in test_expectations.txt
3308 * platform/chromium/test_expectations.txt:
3310 2011-04-19 Tony Chang <tony@chromium.org>
3312 Add checksums to png files in platform/qt.
3314 2011-04-19 Beth Dakin <bdakin@apple.com>
3316 Reviewed by Maciej Stachowiak.
3318 https://bugs.webkit.org/show_bug.cgi?id=57898
3319 REGRESSION (r82185): Scroll position not restored on navigation back to a page in
3322 <rdar://problem/9226652>
3324 * fast/loader/resources/empty-document-goes-back.html: Added.
3325 * fast/loader/scroll-position-restored-on-back-expected.txt: Added.
3326 * fast/loader/scroll-position-restored-on-back.html: Added.
3328 2011-04-19 Ryosuke Niwa <rniwa@webkit.org>
3330 Skip the test added by r84264. The bug tracked by
3331 https://bugs.webkit.org/show_bug.cgi?id=58741
3333 * platform/qt/Skipped:
3335 2011-04-19 Tony Chang <tony@chromium.org>
3337 Skipping plugins/mouse-click-iframe-to-plugin.html on mac/win.
3339 * platform/mac/Skipped:
3340 * platform/win/Skipped:
3342 2011-04-19 Chris Rogers <crogers@google.com>
3346 Update test_expectations.txt due to border radius bugs in Skia
3347 https://bugs.webkit.org/show_bug.cgi?id=58920
3349 * platform/chromium/test_expectations.txt:
3351 2011-04-19 Simon Fraser <simon.fraser@apple.com>
3353 Reviewed by David Hyatt.
3355 Background radius is wrong for split inline
3356 https://bugs.webkit.org/show_bug.cgi?id=58843
3358 New tests for split inline with border-radius, with background color and image,
3359 in both horizontal and vertical text.
3361 * fast/backgrounds/border-radius-split-background-image.html: Added.
3362 * fast/backgrounds/border-radius-split-background.html: Added.
3363 * platform/mac/fast/backgrounds/border-radius-split-background-expected.checksum: Added.
3364 * platform/mac/fast/backgrounds/border-radius-split-background-expected.png: Added.
3365 * platform/mac/fast/backgrounds/border-radius-split-background-expected.txt: Added.
3366 * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.checksum: Added.
3367 * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.png: Added.
3368 * platform/mac/fast/backgrounds/border-radius-split-background-image-expected.txt: Added.
3370 2011-04-19 Chris Rogers <crogers@google.com>
3374 Update test_expectations.txt with now passing test : media/video-zoom.html
3375 https://bugs.webkit.org/show_bug.cgi?id=58916
3377 * platform/chromium/test_expectations.txt:
3379 2011-04-19 Chris Rogers <crogers@google.com>
3383 Rebaseline some chromium Snow Leopard tests - update test_expectations.txt
3384 https://bugs.webkit.org/show_bug.cgi?id=58915
3386 * platform/chromium-mac/fast/borders/svg-as-border-image-2-expected.png: Added.
3387 * platform/chromium-mac/fast/css/font-face-default-font-expected.png: Added.
3388 * platform/chromium-mac/fast/css/font_property_normal-expected.png: Added.
3389 * platform/chromium-mac/fast/repaint/text-in-relative-positioned-inline-expected.png: Added.
3390 * platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Added.
3391 * platform/chromium/test_expectations.txt:
3393 2011-04-19 Ryosuke Niwa <rniwa@webkit.org>
3395 Skip the test added by r84270 on WebKit2 since it uses eventSender.
3397 * platform/mac-wk2/Skipped:
3399 2011-04-19 Tony Chang <tony@chromium.org>
3401 Fixing pngs with bad checksum crcs. There was a 64bit specific bug
3402 in computing crcs of checksums embedded in png files. During that
3403 time, these images were checked in. Just fixing with the correct
3404 crcs (the image result itself is unchanged).
3406 * platform/gtk/fast/block/positioning/complex-positioned-movement-expected.png:
3407 * platform/gtk/fast/text/decorations-transformed-expected.png:
3408 * platform/mac/compositing/images/content-image-change-expected.png:
3409 * platform/mac/editing/inserting/editable-inline-element-expected.png:
3410 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png:
3411 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png:
3412 * platform/mac/fast/borders/bidi-002-expected.png:
3413 * platform/mac/fast/borders/bidi-004-expected.png:
3414 * platform/mac/fast/borders/bidi-009a-expected.png:
3415 * platform/mac/fast/box-shadow/inset-expected.png:
3416 * platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png:
3417 * platform/mac/fast/overflow/trailing-float-linebox-expected.png:
3418 * platform/mac/fullscreen/full-screen-zIndex-expected.png:
3420 2011-04-19 Simon Fraser <simon.fraser@apple.com>
3422 Reviewed by Dave Hyatt.
3424 Fix multiple border rendering issues
3425 https://bugs.webkit.org/show_bug.cgi?id=58761
3427 New results for progressions, and some new tests.
3429 * fast/blockflow/border-styles-vertical-lr.html:
3430 * fast/blockflow/border-styles-vertical-rl.html:
3431 * fast/borders/border-styles-split.html:
3432 Adjusted to fit in the pixel result without scrollbars, and added
3435 * fast/borders/border-radius-different-width-001.html: Added.
3436 * fast/borders/border-radius-inset-outset.html: Added.
3437 * fast/borders/table-borders.html: Added.
3438 * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.checksum:
3439 * platform/mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
3440 * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.checksum:
3441 * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.png:
3442 * platform/mac/fast/blockflow/border-styles-vertical-lr-expected.txt:
3443 * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.checksum:
3444 * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.png:
3445 * platform/mac/fast/blockflow/border-styles-vertical-rl-expected.txt:
3446 * platform/mac/fast/borders/border-radius-circle-expected.checksum:
3447 * platform/mac/fast/borders/border-radius-circle-expected.png:
3448 * platform/mac/fast/borders/border-radius-constraints-expected.checksum:
3449 * platform/mac/fast/borders/border-radius-constraints-expected.png:
3450 * platform/mac/fast/borders/border-radius-different-width-001-expected.checksum: Added.
3451 * platform/mac/fast/borders/border-radius-different-width-001-expected.png: Added.
3452 * platform/mac/fast/borders/border-radius-different-width-001-expected.txt: Added.
3453 * platform/mac/fast/borders/border-radius-groove-01-expected.checksum:
3454 * platform/mac/fast/borders/border-radius-groove-01-expected.png:
3455 * platform/mac/fast/borders/border-radius-groove-02-expected.png:
3456 * platform/mac/fast/borders/border-radius-groove-03-expected.checksum:
3457 * platform/mac/fast/borders/border-radius-groove-03-expected.png:
3458 * platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
3459 * platform/mac/fast/borders/border-radius-huge-assert-expected.png:
3460 * platform/mac/fast/borders/border-radius-inline-flow-expected.checksum:
3461 * platform/mac/fast/borders/border-radius-inline-flow-expected.png:
3462 * platform/mac/fast/borders/border-radius-inset-outset-expected.checksum: Added.
3463 * platform/mac/fast/borders/border-radius-inset-outset-expected.png: Added.
3464 * platform/mac/fast/borders/border-radius-inset-outset-expected.txt: Added.
3465 * platform/mac/fast/borders/border-radius-split-inline-expected.checksum:
3466 * platform/mac/fast/borders/border-radius-split-inline-expected.png:
3467 * platform/mac/fast/borders/border-radius-wide-border-02-expected.checksum:
3468 * platform/mac/fast/borders/border-radius-wide-border-02-expected.png:
3469 * platform/mac/fast/borders/border-radius-wide-border-03-expected.checksum:
3470 * platform/mac/fast/borders/border-radius-wide-border-03-expected.png:
3471 * platform/mac/fast/borders/border-radius-wide-border-04-expected.checksum:
3472 * platform/mac/fast/borders/border-radius-wide-border-04-expected.png:
3473 * platform/mac/fast/borders/border-styles-split-expected.checksum:
3474 * platform/mac/fast/borders/border-styles-split-expected.png:
3475 * platform/mac/fast/borders/border-styles-split-expected.txt:
3476 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.checksum:
3477 * platform/mac/fast/borders/borderRadiusAllStylesAllCorners-expected.png:
3478 * platform/mac/fast/borders/borderRadiusDashed05-expected.checksum:
3479 * platform/mac/fast/borders/borderRadiusDashed05-expected.png:
3480 * platform/mac/fast/borders/borderRadiusDashed06-expected.checksum:
3481 * platform/mac/fast/borders/borderRadiusDashed06-expected.png:
3482 * platform/mac/fast/borders/borderRadiusDotted04-expected.checksum:
3483 * platform/mac/fast/borders/borderRadiusDotted04-expected.png:
3484 * platform/mac/fast/borders/borderRadiusDotted05-expected.checksum:
3485 * platform/mac/fast/borders/borderRadiusDotted06-expected.checksum:
3486 * platform/mac/fast/borders/borderRadiusDotted06-expected.png:
3487 * platform/mac/fast/borders/borderRadiusDouble04-expected.checksum:
3488 * platform/mac/fast/borders/borderRadiusDouble04-expected.png:
3489 * platform/mac/fast/borders/borderRadiusDouble05-expected.checksum:
3490 * platform/mac/fast/borders/borderRadiusDouble05-expected.png:
3491 * platform/mac/fast/borders/borderRadiusDouble06-expected.checksum:
3492 * platform/mac/fast/borders/borderRadiusDouble06-expected.png:
3493 * platform/mac/fast/borders/borderRadiusDouble07-expected.checksum:
3494 * platform/mac/fast/borders/borderRadiusDouble07-expected.png:
3495 * platform/mac/fast/borders/borderRadiusDouble08-expected.checksum:
3496 * platform/mac/fast/borders/borderRadiusDouble08-expected.png:
3497 * platform/mac/fast/borders/borderRadiusDouble09-expected.checksum:
3498 * platform/mac/fast/borders/borderRadiusDouble09-expected.png: