1 2011-08-08 Adam Barth <abarth@webkit.org>
3 Optimize baselines for fast/dom/HTMLAnchorElement and fast/dom/Window.
4 This patch was created with webkit-patch bulk-optimize-baselines.
5 (Note: I massaged the two results that enumerate the global object to
6 leave the "base" results as matching mac even though the tool wanted to
7 push those results down into the mac directory.)
9 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
10 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Removed.
11 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
12 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
13 * platform/chromium-mac/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Removed.
14 * platform/chromium-mac/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
15 * platform/chromium-mac/fast/dom/Window/get-set-properties-expected.txt: Removed.
16 * platform/chromium-mac/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
17 * platform/chromium-mac/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
18 * platform/chromium-mac/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
19 * platform/chromium-mac/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
20 * platform/chromium-mac/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
21 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Removed.
22 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Removed.
23 * platform/chromium-win/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Removed.
24 * platform/chromium-win/fast/dom/Window/element-constructors-on-window-expected.txt: Removed.
25 * platform/chromium-win/fast/dom/Window/get-set-properties-expected.txt: Removed.
26 * platform/chromium-win/fast/dom/Window/window-custom-prototype-expected.txt: Removed.
27 * platform/chromium-win/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
28 * platform/chromium-win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Added.
29 * platform/chromium-win/fast/dom/Window/window-properties-device-orientation-expected.txt: Removed.
30 * platform/chromium-win/fast/dom/Window/window-properties-geolocation-expected.txt: Removed.
31 * platform/chromium-win/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
32 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-host-expected.txt: Added.
33 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-hostname-expected.txt: Added.
34 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt: Added.
35 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-port-expected.txt: Added.
36 * platform/chromium/fast/dom/HTMLAnchorElement/set-href-attribute-search-expected.txt: Added.
37 * platform/chromium/fast/dom/Window/element-constructors-on-window-expected.txt: Added.
38 * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Added.
39 * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt: Added.
40 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: Added.
41 * platform/chromium/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.
42 * platform/chromium/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
43 * platform/chromium/fast/dom/Window/window-properties-geolocation-expected.txt: Added.
44 * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Added.
46 2011-08-08 Adam Barth <abarth@webkit.org>
48 Optimize baselines for fast/dom/DOMException.
49 This patch was created with webkit-patch bulk-optimize-baselines.
50 (I've manually remove the README file because we don't use these sorts
51 of README files anymore.)
53 * platform/chromium-mac/fast/dom/DOMException: Removed.
54 * platform/chromium-mac/fast/dom/DOMException/EventException-expected.txt: Removed.
55 * platform/chromium-mac/fast/dom/DOMException/README: Removed.
56 * platform/chromium-mac/fast/dom/DOMException/RangeException-expected.txt: Removed.
57 * platform/chromium-mac/fast/dom/DOMException/XPathException-expected.txt: Removed.
58 * platform/chromium-mac/fast/dom/DOMException/prototype-object-expected.txt: Removed.
59 * platform/chromium-win/fast/dom/DOMException: Removed.
60 * platform/chromium-win/fast/dom/DOMException/EventException-expected.txt: Removed.
61 * platform/chromium-win/fast/dom/DOMException/README: Removed.
62 * platform/chromium-win/fast/dom/DOMException/RangeException-expected.txt: Removed.
63 * platform/chromium-win/fast/dom/DOMException/XPathException-expected.txt: Removed.
64 * platform/chromium-win/fast/dom/DOMException/prototype-object-expected.txt: Removed.
65 * platform/chromium/fast/dom/DOMException: Added.
66 * platform/chromium/fast/dom/DOMException/EventException-expected.txt: Added.
67 * platform/chromium/fast/dom/DOMException/RangeException-expected.txt: Added.
68 * platform/chromium/fast/dom/DOMException/XPathException-expected.txt: Added.
69 * platform/chromium/fast/dom/DOMException/prototype-object-expected.txt: Added.
71 2011-08-08 Jian Li <jianli@chromium.org>
73 Unreviewed, mark preventExtensions.html as failed on chromium.
75 * platform/chromium/test_expectations.txt:
77 2011-08-08 Tony Chang <tony@chromium.org>
79 implement basic horizontal flexing
80 https://bugs.webkit.org/show_bug.cgi?id=65045
82 Reviewed by David Hyatt.
84 * css3/flexbox/001-expected.txt: Added.
85 * css3/flexbox/001.html: Added.
86 * css3/flexbox/resources/flexbox.js: Added. I plan on using this file for other tests.
88 (checkHorizontalBoxen):
90 2011-08-08 Ryosuke Niwa <rniwa@webkit.org>
92 Remove redundant inline styles from the pasted contents more aggressively
93 https://bugs.webkit.org/show_bug.cgi?id=65833
95 Reviewed by Tony Chang.
97 Added a test to paste contents with many redundant styles. WebKit should remove as much style spans as possible
98 (all of this in this case).
100 * editing/pasteboard/4930986-2-expected.txt: style attribute now has a trailing space.
101 * editing/pasteboard/interchange-newline-1-expected.txt: No longer has a wrapping span without any attributes.
102 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Ditto.
103 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Ditto.
104 * editing/pasteboard/paste-blockquote-into-blockquote-2-expected.txt: Ditto.
105 * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Ditto.
106 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Ditto.
107 * editing/pasteboard/paste-with-redundant-style-expected.txt: Added.
108 * editing/pasteboard/paste-with-redundant-style.html: Added.
110 2011-08-08 Oliver Hunt <oliver@apple.com>
112 Non-extensibility does not prevent mutating [[Prototype]]
113 https://bugs.webkit.org/show_bug.cgi?id=65832
115 Reviewed by Gavin Barraclough.
117 Add tests to ensure we can't assign to __proto__ when an object
120 * fast/js/preventExtensions-expected.txt:
121 * fast/js/script-tests/preventExtensions.js:
123 2011-08-08 Jian Li <jianli@chromium.org>
125 Unreviewed, mark 1 test as flaky in chromium.
127 * platform/chromium/test_expectations.txt:
129 2011-08-08 Jian Li <jianli@chromium.org>
131 Unreviewed, update chromium test_expectations.
133 * platform/chromium/test_expectations.txt:
135 2011-08-08 Jian Li <jianli@chromium.org>
137 Unreviewed, mark some tests as flaky on chromium.
139 * platform/chromium/test_expectations.txt:
141 2011-08-08 Zan Dobersek <zandobersek@gmail.com>
143 [Cairo][Gtk] Get more of the philip suite of canvas tests passing
144 https://bugs.webkit.org/show_bug.cgi?id=54458
146 Reviewed by Martin Robinson.
148 Update the list of skipped canvas tests and describe why platform-specific
151 * platform/gtk/Skipped:
153 2011-08-08 Anders Carlsson <andersca@apple.com>
155 More Lion specific results.
157 * platform/mac-lion/Skipped:
158 * platform/mac-snowleopard/editing: Added.
159 * platform/mac-snowleopard/editing/input: Added.
160 * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.png: Copied from platform/mac/editing/input/devanagari-ligature-expected.png.
161 * platform/mac-snowleopard/editing/input/devanagari-ligature-expected.txt: Copied from platform/mac/editing/input/devanagari-ligature-expected.txt.
162 * platform/mac-snowleopard/fast/xsl: Added.
163 * platform/mac-snowleopard/fast/xsl/sort-locale-expected.txt: Added.
164 * platform/mac/editing/input/devanagari-ligature-expected.png:
165 * platform/mac/editing/input/devanagari-ligature-expected.txt:
166 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.txt:
167 * platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.txt:
168 * platform/mac/fast/xsl/sort-locale-expected.txt: Added.
170 2011-08-08 Jian Li <jianli@chromium.org>
172 Unreviewed, fix more typo in test_expectations.txt.
174 * platform/chromium/test_expectations.txt:
176 2011-08-08 Pavel Podivilov <podivilov@chromium.org>
178 Web Inspector: unreviewed, build fix for r92598.
180 * inspector/debugger/script-formatter.html:
182 2011-08-08 Andrei Popescu <andreip@google.com>
184 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
185 https://bugs.webkit.org/show_bug.cgi?id=63186
187 Unreviewed gardening.
189 Fix typo in test_expectations.txt.
191 * platform/chromium/test_expectations.txt:
193 2011-08-08 Andrei Popescu <andreip@google.com>
195 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
196 https://bugs.webkit.org/show_bug.cgi?id=63186
198 Unreviewed gardening.
200 Marks the tests as failing on Chromium.
202 * platform/chromium/test_expectations.txt:
204 2011-08-08 Andras Becsi <abecsi@webkit.org>
206 [Qt] fast/forms/input-number-size.html added in r92589 fails
207 https://bugs.webkit.org/show_bug.cgi?id=65851
209 Unreviewed gardening.
211 * platform/qt/Skipped: Skip the test.
213 2011-08-08 John Knottenbelt <jknotten@chromium.org>
215 Adjust test expectations.
216 https://bugs.webkit.org/show_bug.cgi?id=65847
220 * platform/chromium/test_expectations.txt:
222 2011-08-08 Shinya Kawanaka <shinyak@google.com>
224 Added the test to check the width of input[type=number].
225 https://bugs.webkit.org/show_bug.cgi?id=60673
227 Reviewed by Kent Tamura.
229 * fast/forms/input-number-size-expected.txt: Added.
230 * fast/forms/input-number-size.html: Added.
232 2011-08-07 Zoltan Horvath <zoltan@webkit.org>
234 [Qt] Skip divergent tests
235 https://bugs.webkit.org/show_bug.cgi?id=65831
237 * platform/qt/Skipped:
239 2011-07-28 Kent Tamura <tkent@chromium.org>
241 [Chromium] Make form validation bubble fit with Chrome UI style
242 https://bugs.webkit.org/show_bug.cgi?id=65359
244 Reviewed by Hajime Morita.
246 * fast/forms/validation-message-appearance.html:
247 Need to wait for a litle because of image loading.
248 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
249 * platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
250 * platform/chromium/test_expectations.txt:
251 * platform/mac/fast/forms/validation-message-appearance-expected.png:
252 * platform/mac/fast/forms/validation-message-appearance-expected.txt:
254 2011-08-07 Shinichiro Hamaji <hamaji@chromium.org>
256 Layout Test fast/loader/ping-error.html is failing
257 https://bugs.webkit.org/show_bug.cgi?id=65754
259 Unreviewed chromium test_expectations.txt update
260 No more failure as r92439 was rolled out by r92453
262 * platform/chromium/test_expectations.txt:
264 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
266 Unreviewed test fix after r92578. I accidentally added the call to dumpAsText(true).
268 * editing/pasteboard/nested-blocks-with-text-area.html:
270 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
272 Dump-as-markup conversion: paste-blockquote-into-blockquote.html and prevent-block-nesting-01.html
273 https://bugs.webkit.org/show_bug.cgi?id=65837
275 Reviewed by Kent Tamura.
277 Converted the tests to dump-as-markup tests to improve the readability of the expected results.
279 * editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Added.
280 * editing/pasteboard/paste-blockquote-into-blockquote.html:
281 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
282 * editing/pasteboard/prevent-block-nesting-01.html:
283 * platform/chromium-linux/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
284 * platform/chromium-linux/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
285 * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
286 * platform/chromium-win/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
287 * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
288 * platform/chromium-win/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
289 * platform/gtk/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
290 * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
291 * platform/gtk/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
292 * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
293 * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
294 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Removed.
295 * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
296 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Removed.
297 * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
298 * platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-expected.txt: Removed.
299 * platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt: Removed.
301 2011-08-07 Noel Gordon <noel.gordon@gmail.com>
303 Layout Test fast/xsl/xslt-import-depth.xml is failing
304 https://bugs.webkit.org/show_bug.cgi?id=65758
306 Test is now green on chromium and webkit build bots.
308 Reviewed by Kent Tamura.
310 * platform/chromium/test_expectations.txt:
312 2011-08-07 Ryosuke Niwa <rniwa@webkit.org>
314 Dump-as-markup conversion: nested-blocks-with-text-area.html and nested-blocks-with-text-field.html
315 https://bugs.webkit.org/show_bug.cgi?id=65836
317 Reviewed by Kent Tamura.
319 Converted the tests to dump-as-markup tests to improve the readability of the expected results.
321 * editing/pasteboard/nested-blocks-with-text-area-expected.txt: Added.
322 * editing/pasteboard/nested-blocks-with-text-area.html:
323 * editing/pasteboard/nested-blocks-with-text-field-expected.txt: Added.
324 * editing/pasteboard/nested-blocks-with-text-field.html:
325 * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
326 * platform/chromium-linux/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
327 * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
328 * platform/chromium-mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
329 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
330 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
331 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
332 * platform/chromium-win/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
333 * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
334 * platform/gtk/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
335 * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
336 * platform/gtk/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
337 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
338 * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
339 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
340 * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
341 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
342 * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
343 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.png: Removed.
344 * platform/qt/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
345 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.png: Removed.
346 * platform/qt/editing/pasteboard/nested-blocks-with-text-field-expected.txt: Removed.
347 * platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt: Removed.
349 2011-08-07 Noel Gordon <noel.gordon@gmail.com>
351 Layout Test fast/xsl/import-after-comment.xml is failing
352 https://bugs.webkit.org/show_bug.cgi?id=65757
354 This test and the others mentioned in the bug are now green on chromium
355 and webkit build bots.
357 Reviewed by Kent Tamura.
359 * platform/chromium/test_expectations.txt:
361 2011-08-07 Balazs Kelemen <kbalazs@webkit.org>
363 [Qt] svg/zoom/page/zoom-svg-through-* results diverging between bots
364 https://bugs.webkit.org/show_bug.cgi?id=65831
366 Unreviewed Qt gardening.
368 * platform/qt/Skipped:
370 2011-08-07 Sam White <samuel.white@rochester.edu>
372 Add the ability to search the AccessibilityObject cache
373 https://bugs.webkit.org/show_bug.cgi?id=64994
375 Tests for the new AccessibilityObject cache search API and the additional
376 functionality in the AccessibilityObject class that makes AccessibilityObject
377 cache searching possible.
379 Additional tests for finding frames, misspellings, and visited links will be
380 included in a subsequent patch.
382 Reviewed by Chris Fleizach.
384 * platform/mac/accessibility/bounds-for-range-expected.txt:
385 * platform/mac/accessibility/search-predicate-expected.txt: Added.
386 * platform/mac/accessibility/search-predicate.html: Added.
388 2011-08-07 Martin Robinson <mrobinson@igalia.com>
390 Rebaseline a test on GTK+ for which r92554 checked in an
393 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Update results.
394 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Ditto.
396 2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
398 Unreviewed gardening.
399 Fix environmental differencies in the results added in r92564.
400 I was in the wrong chroot.
402 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
403 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
405 2011-08-06 Balazs Kelemen <kbalazs@webkit.org>
407 Unreviewed gardening.
408 Add missing Qt results.
410 * platform/qt/Skipped:
411 * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.png: Added.
412 * platform/qt/fast/writing-mode/border-styles-vertical-lr-expected.txt: Added.
413 * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.png: Added.
414 * platform/qt/fast/writing-mode/border-styles-vertical-rl-expected.txt: Added.
415 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
416 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
417 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
418 * platform/qt/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
419 * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
420 * platform/qt/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
421 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
422 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
423 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
424 * platform/qt/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
425 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
426 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt: Added.
427 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
428 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
429 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Added.
430 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
431 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Added.
432 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
433 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Added.
434 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
435 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
436 * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Added.
438 2011-08-06 Adam Barth <abarth@webkit.org>
440 Fix baselines for cross-origin-xsl-BLOCKED.html. These results
441 uncovered a subtle bug in webkit-patch bulk-optimize-baselines, which
442 I'll fix in a follow-up patch.
444 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
445 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Added.
447 2011-08-06 Adam Barth <abarth@webkit.org>
449 Optimize expected results for editing.
450 This patch was created with webkit-patch bulk-optimize-baselines.
452 * platform/chromium-mac/editing/pasteboard/copy-paste-float-expected.txt: Removed.
453 * platform/chromium-mac/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
454 * platform/chromium-mac/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
455 * platform/chromium-win-xp/editing/pasteboard/block-wrappers-necessary-expected.png: Removed.
456 * platform/chromium-win/editing/pasteboard/copy-paste-float-expected.txt: Removed.
457 * platform/chromium-win/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Removed.
458 * platform/chromium-win/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Removed.
459 * platform/chromium/editing/pasteboard/5761530-1-expected.txt: Removed.
460 * platform/chromium/editing/pasteboard/copy-paste-float-expected.txt: Added.
461 * platform/chromium/editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
462 * platform/chromium/editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
464 2011-08-06 Adam Barth <abarth@webkit.org>
466 Optimize expected results for animations.
467 This patch was created with webkit-patch bulk-optimize-baselines.
469 * platform/chromium-mac/animations/keyframes-rule-expected.txt: Removed.
470 * platform/chromium-mac/animations/opacity-transform-animation-expected.png: Added.
471 * platform/chromium-win/animations/keyframes-rule-expected.txt: Removed.
472 * platform/chromium/animations/keyframes-rule-expected.txt: Added.
473 * platform/chromium/animations/opacity-transform-animation-expected.png: Removed.
475 2011-08-06 Adam Barth <abarth@webkit.org>
477 Optimize expected results for http/tests/security.
478 This patch was created with webkit-patch optimize-baselines.
480 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
481 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
482 * platform/chromium-mac/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
483 * platform/chromium-mac/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
484 * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
485 * platform/chromium-mac/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
486 * platform/chromium-mac/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
487 * platform/chromium-mac/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
488 * platform/chromium-mac/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
489 * platform/chromium-mac/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
490 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
491 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
492 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
493 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
494 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
495 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
496 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
497 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
498 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
499 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
500 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
501 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
502 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
503 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
504 * platform/chromium-mac/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
505 * platform/chromium-mac/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
506 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Removed.
507 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Removed.
508 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Removed.
509 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Removed.
510 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Removed.
511 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Removed.
512 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Removed.
513 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Removed.
514 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Removed.
515 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Removed.
516 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Removed.
517 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Removed.
518 * platform/chromium-mac/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Removed.
519 * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
520 * platform/chromium-mac/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
521 * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
522 * platform/chromium-mac/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
523 * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
524 * platform/chromium-mac/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
525 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
526 * platform/chromium-mac/http/tests/security/xss-eval-expected.txt: Removed.
527 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Removed.
528 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Removed.
529 * platform/chromium-win/http/tests/security/cross-frame-access-enumeration-expected.txt: Removed.
530 * platform/chromium-win/http/tests/security/cross-frame-access-get-override-expected.txt: Removed.
531 * platform/chromium-win/http/tests/security/cross-frame-access-history-get-expected.txt: Removed.
532 * platform/chromium-win/http/tests/security/cross-frame-access-history-get-override-expected.txt: Removed.
533 * platform/chromium-win/http/tests/security/cross-frame-access-history-put-expected.txt: Removed.
534 * platform/chromium-win/http/tests/security/cross-frame-access-location-get-override-expected.txt: Removed.
535 * platform/chromium-win/http/tests/security/cross-frame-access-location-put-expected.txt: Removed.
536 * platform/chromium-win/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
537 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Removed.
538 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Removed.
539 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Removed.
540 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Removed.
541 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Removed.
542 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Removed.
543 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Removed.
544 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Removed.
545 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Removed.
546 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Removed.
547 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Removed.
548 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Removed.
549 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Removed.
550 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Removed.
551 * platform/chromium-win/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Removed.
552 * platform/chromium-win/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Removed.
553 * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Removed.
554 * platform/chromium-win/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Removed.
555 * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Removed.
556 * platform/chromium-win/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Removed.
557 * platform/chromium-win/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Removed.
558 * platform/chromium-win/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Removed.
559 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt: Removed.
560 * platform/chromium-win/http/tests/security/xss-eval-expected.txt: Removed.
561 * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
562 * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
563 * platform/chromium/http/tests/security/cross-frame-access-enumeration-expected.txt: Added.
564 * platform/chromium/http/tests/security/cross-frame-access-get-override-expected.txt: Added.
565 * platform/chromium/http/tests/security/cross-frame-access-history-get-expected.txt: Added.
566 * platform/chromium/http/tests/security/cross-frame-access-history-get-override-expected.txt: Added.
567 * platform/chromium/http/tests/security/cross-frame-access-history-put-expected.txt: Added.
568 * platform/chromium/http/tests/security/cross-frame-access-location-get-override-expected.txt: Added.
569 * platform/chromium/http/tests/security/cross-frame-access-location-put-expected.txt: Added.
570 * platform/chromium/http/tests/security/cross-origin-xsl-BLOCKED-expected.txt: Removed.
571 * platform/chromium/http/tests/security/dataURL: Added.
572 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt: Added.
573 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt: Added.
574 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt: Added.
575 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt: Added.
576 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt: Added.
577 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt: Added.
578 * platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt: Added.
579 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt: Added.
580 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt: Added.
581 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt: Added.
582 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt: Added.
583 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt: Added.
584 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-expected.txt: Added.
585 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase-expected.txt: Added.
586 * platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt: Added.
587 * platform/chromium/http/tests/security/frameNavigation: Added.
588 * platform/chromium/http/tests/security/frameNavigation/xss-DENIED-plugin-navigation-expected.txt: Added.
589 * platform/chromium/http/tests/security/javascriptURL: Added.
590 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-location-htmldom-expected.txt: Added.
591 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-getAttribute-value-expected.txt: Added.
592 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-htmldom-expected.txt: Added.
593 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttribute-expected.txt: Added.
594 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNS-expected.txt: Added.
595 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNode-expected.txt: Added.
596 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS-expected.txt: Added.
597 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-getAttribute-value-expected.txt: Added.
598 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-htmldom-expected.txt: Added.
599 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttribute-expected.txt: Added.
600 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNS-expected.txt: Added.
601 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNode-expected.txt: Added.
602 * platform/chromium/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS-expected.txt: Added.
603 * platform/chromium/http/tests/security/listener: Added.
604 * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener-expected.txt: Added.
605 * platform/chromium/http/tests/security/listener/xss-JSTargetNode-onclick-shortcut-expected.txt: Added.
606 * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-addEventListener-expected.txt: Added.
607 * platform/chromium/http/tests/security/listener/xss-XMLHttpRequest-shortcut-expected.txt: Added.
608 * platform/chromium/http/tests/security/listener/xss-window-onclick-addEventListener-expected.txt: Added.
609 * platform/chromium/http/tests/security/listener/xss-window-onclick-shortcut-expected.txt: Added.
610 * platform/chromium/http/tests/security/xss-DENIED-frame-name-expected.txt: Added.
611 * platform/chromium/http/tests/security/xss-eval-expected.txt: Added.
613 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
615 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
616 https://bugs.webkit.org/show_bug.cgi?id=63186
618 Rebaseline some tests on Leopard/gtk/qt in order to get the bots greener.
622 * platform/gtk/Skipped:
623 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
624 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
625 * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
626 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
627 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
628 * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
630 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
632 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
633 https://bugs.webkit.org/show_bug.cgi?id=63186
635 It turns out r92545 only partly resolved flakiness on non-mac platforms (especially gtk)
636 - try reentering event loop after zooming, by calling notifyDone() using a 0ms timeout.
638 Rubber-stamped by Antti Koivisto.
640 * svg/zoom/resources/testPageZoom.js:
641 (.setTimeout.): Reenter event loop after calling zoomPageIn/Out, before calling layoutTestController.notifyDone().
643 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
645 More gardening: Fix mac-leopard/mac-wk2 failing SVG tests.
649 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
650 * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
651 * platform/mac-leopard/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
652 * platform/mac-wk2/svg/W3C-SVG-1.1: Added.
653 * platform/mac-wk2/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt: Added.
654 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: Added.
655 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: Added.
656 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: Added.
658 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
660 Win gardening: Rebaseline four svg tests that only needed an update, win7/winxp svg results are clean again.
664 * platform/win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
665 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt:
666 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
667 * platform/win/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.txt:
668 * platform/win/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.txt: Added.
670 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
672 Follow-up for r92545.
673 Rebaseline some tests on gtk/qt and win.
677 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
678 * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
679 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
680 * platform/win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
681 * platform/win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
682 * platform/win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
684 2011-08-06 Nikolas Zimmermann <nzimmermann@rim.com>
686 REGRESSION(87526): ASSERT(!needsLayout()) followed by graphical glitches on google charts (svg loaded in iframe)
687 https://bugs.webkit.org/show_bug.cgi?id=64974
689 svg/zoom/page/zoom-svg-through-object-with-*.xhtml are flaky
690 https://bugs.webkit.org/show_bug.cgi?id=63186
692 Reviewed by Zoltan Herczeg.
694 Rollout r89484, which disabled some svg/zoom/page tests, to see whether the flakiness is gone now.
695 Add several new tests in svg/as-object - covering bug 64974.
697 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
698 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
699 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
700 * platform/mac/svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
701 * platform/mac/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png: Added.
702 * platform/mac/svg/as-object/embedded-svg-size-changes-expected.png: Added.
703 * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.png: Added.
704 * platform/mac/svg/as-object/embedded-svg-size-changes-no-layout-triggers-expected.txt: Added.
705 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-expected.png: Added.
706 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.png: Added.
707 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt: Added.
708 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.png: Added.
709 * platform/mac/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt: Added.
710 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
711 * svg/as-object/deep-nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
712 * svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.txt: Added.
713 * svg/as-object/embedded-svg-immediate-offsetWidth-query.html: Added.
714 * svg/as-object/embedded-svg-size-changes-expected.txt: Added.
715 * svg/as-object/embedded-svg-size-changes-no-layout-triggers.html: Added.
716 * svg/as-object/embedded-svg-size-changes.html: Added.
717 * svg/as-object/nested-embedded-svg-size-changes-expected.txt: Added.
718 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html: Added.
719 * svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html: Added.
720 * svg/as-object/nested-embedded-svg-size-changes.html: Added.
721 * svg/as-object/resources: Added.
722 * svg/as-object/resources/embedded-svg-size-changes-no-layout-triggers.svg: Added.
723 * svg/as-object/resources/embedded-svg-size-changes.svg: Added.
724 * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html: Added.
725 * svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-2.html: Added.
726 * svg/as-object/resources/nested-embedded-svg-size-changes-target.html: Added.
727 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled.
728 * svg/zoom/page/zoom-svg-through-object-with-absolute-size-2.xhtml-disabled: Removed.
729 * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled.
730 * svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml-disabled: Removed.
731 * svg/zoom/page/zoom-svg-through-object-with-auto-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled.
732 * svg/zoom/page/zoom-svg-through-object-with-auto-size.html-disabled: Removed.
733 * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled.
734 * svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml-disabled: Removed.
735 * svg/zoom/page/zoom-svg-through-object-with-override-size.html: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled.
736 * svg/zoom/page/zoom-svg-through-object-with-override-size.html-disabled: Removed.
737 * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml: Copied from LayoutTests/svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled.
738 * svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml-disabled: Removed.
740 2011-08-05 Dan Bernstein <mitz@apple.com>
742 Renamed fast/blockflow to fast/writing-mode.
744 Rubber-stamped by Sam Weinig.
746 * fast/blockflow: Removed.
747 * fast/writing-mode: Copied from fast/blockflow.
748 * platform/chromium-linux/fast/blockflow: Removed.
749 * platform/chromium-linux/fast/writing-mode: Copied from platform/chromium-linux/fast/blockflow.
750 * platform/chromium-mac-leopard/fast/blockflow: Removed.
751 * platform/chromium-mac-leopard/fast/writing-mode: Copied from platform/chromium-mac-leopard/fast/blockflow.
752 * platform/chromium-mac/fast/blockflow: Removed.
753 * platform/chromium-mac/fast/writing-mode: Copied from platform/chromium-mac/fast/blockflow.
754 * platform/chromium-win-vista/fast/blockflow: Removed.
755 * platform/chromium-win-vista/fast/writing-mode: Copied from platform/chromium-win-vista/fast/blockflow.
756 * platform/chromium-win-xp/fast/blockflow: Removed.
757 * platform/chromium-win-xp/fast/writing-mode: Copied from platform/chromium-win-xp/fast/blockflow.
758 * platform/chromium-win/fast/blockflow: Removed.
759 * platform/chromium-win/fast/writing-mode: Copied from platform/chromium-win/fast/blockflow.
760 * platform/chromium/test_expectations.txt:
761 * platform/gtk/fast/blockflow: Removed.
762 * platform/gtk/fast/writing-mode: Copied from platform/gtk/fast/blockflow.
763 * platform/mac-leopard/fast/blockflow: Removed.
764 * platform/mac-leopard/fast/writing-mode: Copied from platform/mac-leopard/fast/blockflow.
765 * platform/mac-wk2/fast/blockflow: Removed.
766 * platform/mac-wk2/fast/writing-mode: Copied from platform/mac-wk2/fast/blockflow.
767 * platform/mac/Skipped:
768 * platform/mac/fast/blockflow: Removed.
769 * platform/mac/fast/writing-mode: Copied from platform/mac/fast/blockflow.
770 * platform/qt-mac/Skipped:
771 * platform/qt/Skipped:
772 * platform/qt/fast/blockflow: Removed.
773 * platform/qt/fast/writing-mode: Copied from platform/qt/fast/blockflow.
774 * platform/win/fast/blockflow: Removed.
775 * platform/win/fast/writing-mode: Copied from platform/win/fast/blockflow.
776 * platform/wk2/Skipped:
778 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
780 r92330 has been rolled out so its rebaseline needs to be reverted as well
781 https://bugs.webkit.org/show_bug.cgi?id=65805
783 * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Added.
784 * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Added.
785 * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Added.
787 2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
789 Unreviewed, rolling out r92330.
790 http://trac.webkit.org/changeset/92330
791 https://bugs.webkit.org/show_bug.cgi?id=65804
793 caused various regressions in paste (Requested by rniwa on
796 * editing/pasteboard/5065605-expected.txt:
797 * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Removed.
798 * editing/pasteboard/copy-paste-text-in-h1.html: Removed.
799 * editing/pasteboard/display-block-on-spans-expected.txt:
800 * editing/pasteboard/paste-pre-001-expected.txt:
801 * editing/pasteboard/paste-pre-002-expected.txt:
802 * editing/pasteboard/paste-text-011-expected.txt:
804 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
806 Skip a failing test added by r92526 to Qt's skipped list.
807 The failure is tracked by the bug 65801.
809 * platform/qt/Skipped:
811 2011-08-05 Jian Li <jianli@chromium.org>
813 Skip test eeza-Pro-vertical-metrics-adjustment.html in chromium.
815 * platform/chromium/test_expectations.txt:
817 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
819 Upwards cursor movement incorrect when previous block ends with <br>
820 https://bugs.webkit.org/show_bug.cgi?id=33247
822 Reviewed by Tony Chang.
824 Added tests to ensure WebKit lets user move caret up in strict mode and in RTL content
825 when the previous line ends with a br.
827 * editing/execCommand/move-selection-back-line-rtl-expected.txt: Copied from
828 LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
829 * editing/execCommand/move-selection-back-line-rtl.html: Copied from
830 LayoutTests/editing/execCommand/move-selection-back-line.html.
831 * editing/execCommand/move-selection-back-line-strict-expected.txt: Copied from
832 LayoutTests/editing/execCommand/move-selection-back-line-expected.txt.
833 * editing/execCommand/move-selection-back-line-strict.html: Copied from
834 LayoutTests/editing/execCommand/move-selection-back-line.html.
836 2011-08-05 Anders Carlsson <andersca@apple.com>
838 Add more Lion specific test results and add more tests to the skipped list.
840 * platform/mac-lion/Skipped:
841 * platform/mac-snowleopard/fast/dom: Added.
842 * platform/mac-snowleopard/fast/dom/52776-expected.png: Copied from platform/mac/fast/dom/52776-expected.png.
843 * platform/mac-snowleopard/fast/dom/52776-expected.txt: Copied from platform/mac/fast/dom/52776-expected.txt.
844 * platform/mac-snowleopard/fast/loader: Added.
845 * platform/mac-snowleopard/fast/preloader: Added.
846 * platform/mac-snowleopard/fast/preloader/document-write-2-expected.txt: Copied from fast/preloader/document-write-2-expected.txt.
847 * platform/mac-snowleopard/fast/preloader/document-write-expected.txt: Copied from fast/preloader/document-write-expected.txt.
848 * platform/mac-snowleopard/fast/preloader/script-expected.txt: Copied from fast/preloader/script-expected.txt.
849 * platform/mac/fast/dom/52776-expected.png:
850 * platform/mac/fast/dom/52776-expected.txt:
851 * platform/mac/fast/loader/file-url-mimetypes-2-expected.txt:
852 * platform/mac/fast/loader/file-url-mimetypes-expected.txt:
853 * platform/mac/fast/preloader: Added.
854 * platform/mac/fast/preloader/document-write-2-expected.txt: Added.
855 * platform/mac/fast/preloader/document-write-expected.txt: Added.
856 * platform/mac/fast/preloader/script-expected.txt: Added.
858 2011-08-05 Jian Li <jianli@chromium.org>
860 Skip canvas-putImageData.html in chromium.
862 * platform/chromium/test_expectations.txt:
864 2011-08-05 Anders Carlsson <andersca@apple.com>
866 Future proof an Objective-C test
867 https://bugs.webkit.org/show_bug.cgi?id=65788
869 Don't check explicitly for class names; just check that the objects are instances of the right classes.
871 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
872 * platform/mac/fast/dom/wrapper-classes-objc.html:
874 2011-08-05 Anders Carlsson <andersca@apple.com>
876 Add a Lion specific test for fast/repaint/canvas-putImageData.html
878 * platform/mac-snowleopard/fast/repaint: Added.
879 * platform/mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Copied from fast/repaint/canvas-putImageData-expected.txt.
880 * platform/mac/fast/repaint/canvas-putImageData-expected.txt: Added.
882 2011-08-05 Anders Carlsson <andersca@apple.com>
884 Add more Lion specific test results.
886 * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.png: Copied from platform/mac/fast/text/capitalize-boundaries-expected.png.
887 * platform/mac-snowleopard/fast/text/capitalize-boundaries-expected.txt: Copied from platform/mac/fast/text/capitalize-boundaries-expected.txt.
888 * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.png: Copied from platform/mac/fast/text/complex-text-opacity-expected.png.
889 * platform/mac-snowleopard/fast/text/complex-text-opacity-expected.txt: Copied from platform/mac/fast/text/complex-text-opacity-expected.txt.
890 * platform/mac-snowleopard/fast/text/international: Added.
891 * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt.
892 * platform/mac-snowleopard/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html: Copied from platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html.
893 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.png.
894 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-L-expected.txt.
895 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png.
896 * platform/mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt.
897 * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.png.
898 * platform/mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.txt: Copied from platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt.
899 * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png.
900 * platform/mac-snowleopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt.
901 * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.png.
902 * platform/mac-snowleopard/fast/text/international/bidi-neutral-run-expected.txt: Copied from platform/mac/fast/text/international/bidi-neutral-run-expected.txt.
903 * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.png: Copied from platform/mac/fast/text/international/bold-bengali-expected.png.
904 * platform/mac-snowleopard/fast/text/international/bold-bengali-expected.txt: Copied from platform/mac/fast/text/international/bold-bengali-expected.txt.
905 * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.png: Copied from platform/mac/fast/text/international/khmer-selection-expected.png.
906 * platform/mac-snowleopard/fast/text/international/khmer-selection-expected.txt: Copied from platform/mac/fast/text/international/khmer-selection-expected.txt.
907 * platform/mac/fast/text/capitalize-boundaries-expected.png:
908 * platform/mac/fast/text/capitalize-boundaries-expected.txt:
909 * platform/mac/fast/text/complex-text-opacity-expected.png:
910 * platform/mac/fast/text/complex-text-opacity-expected.txt:
911 * platform/mac/fast/text/hyphenate-locale-expected.txt:
912 * platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.txt:
913 * platform/mac/fast/text/international/bidi-AN-after-L-expected.png:
914 * platform/mac/fast/text/international/bidi-AN-after-L-expected.txt:
915 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png:
916 * platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.txt:
917 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.png:
918 * platform/mac/fast/text/international/bidi-CS-after-AN-expected.txt:
919 * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
920 * platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt:
921 * platform/mac/fast/text/international/bidi-neutral-run-expected.png:
922 * platform/mac/fast/text/international/bidi-neutral-run-expected.txt:
923 * platform/mac/fast/text/international/bold-bengali-expected.png:
924 * platform/mac/fast/text/international/bold-bengali-expected.txt:
925 * platform/mac/fast/text/international/khmer-selection-expected.png:
926 * platform/mac/fast/text/international/khmer-selection-expected.txt:
927 * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png:
928 * platform/mac/fast/text/justify-ideograph-leading-expansion-expected.txt:
929 * platform/mac/platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment-expected.png:
931 2011-08-05 Anders Carlsson <andersca@apple.com>
933 Add two fast/text tests to the skipped list.
935 * platform/mac-lion/Skipped:
937 2011-08-05 Anders Carlsson <andersca@apple.com>
939 Add Lion specific test results for css1 and css2.1.
941 * platform/mac-snowleopard/css1: Added.
942 * platform/mac-snowleopard/css1/font_properties: Added.
943 * platform/mac-snowleopard/css1/font_properties/font-expected.png: Copied from platform/mac/css1/font_properties/font-expected.png.
944 * platform/mac-snowleopard/css1/font_properties/font-expected.txt: Copied from platform/mac/css1/font_properties/font-expected.txt.
945 * platform/mac-snowleopard/css2.1: Added.
946 * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.png.
947 * platform/mac-snowleopard/css2.1/t1202-counter-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counter-09-b-expected.txt.
948 * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.png: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.png.
949 * platform/mac-snowleopard/css2.1/t1202-counters-09-b-expected.txt: Copied from platform/mac/css2.1/t1202-counters-09-b-expected.txt.
950 * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.png.
951 * platform/mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-05-b-expected.txt.
952 * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.png.
953 * platform/mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Copied from platform/mac/css2.1/t1508-c527-font-10-c-expected.txt.
954 * platform/mac/css1/font_properties/font-expected.png:
955 * platform/mac/css1/font_properties/font-expected.txt:
956 * platform/mac/css2.1/t1202-counter-09-b-expected.png:
957 * platform/mac/css2.1/t1202-counter-09-b-expected.txt:
958 * platform/mac/css2.1/t1202-counters-09-b-expected.png:
959 * platform/mac/css2.1/t1202-counters-09-b-expected.txt:
960 * platform/mac/css2.1/t1508-c527-font-05-b-expected.png:
961 * platform/mac/css2.1/t1508-c527-font-05-b-expected.txt:
962 * platform/mac/css2.1/t1508-c527-font-10-c-expected.png:
963 * platform/mac/css2.1/t1508-c527-font-10-c-expected.txt:
965 2011-08-05 Jian Li <jianli@chromium.org>
967 Unreviewed, skip those tests still failing on chromium due to incomplete
968 baseline caused by r92466.
970 * platform/chromium/test_expectations.txt:
972 2011-08-05 Ryosuke Niwa <rniwa@webkit.org>
974 REGRESSION(r92433): media/video-src-change.html fails
975 https://bugs.webkit.org/show_bug.cgi?id=65771
977 Reviewed by Dimitri Glazkov.
979 Give the listener as the second argument to removeEventListener.
981 * media/video-src-change.html:
983 2011-08-05 Ami Fischman <fischman@chromium.org>
985 compositing/video/video-background-color.html test does not produce correct output
986 https://bugs.webkit.org/show_bug.cgi?id=55519
990 Chromium doesn't support video codecs that support alpha, so stop
991 running (and failing) a test that depends on codecs supporting alpha.
993 * platform/chromium/test_expectations.txt:
995 2011-08-05 Yael Aharon <yael.aharon@nokia.com>
997 dir=auto needs to work on value of input and textarea elements
998 https://bugs.webkit.org/show_bug.cgi?id=65428
1000 Reviewed by Darin Adler.
1002 * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control-expected.txt: Added.
1003 * fast/dom/HTMLElement/attr-dir-auto-changed-text-form-control.html: Added.
1004 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child-expected.txt: Added.
1005 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-child.html: Added.
1006 * fast/dom/HTMLElement/attr-dir-auto-text-form-control-expected.txt: Added.
1007 * fast/dom/HTMLElement/attr-dir-auto-text-form-control.html: Added.
1009 2011-08-05 Vsevolod Vlasov <vsevik@chromium.org>
1011 [Qt]Web Inspector: REGRESSION(r91928): It made 2 tests fail
1012 https://bugs.webkit.org/show_bug.cgi?id=65364
1014 Unreviewed: unskipping tests now that the test was fixed.
1016 * platform/qt/Skipped:
1018 2011-08-05 Yury Semikhatsky <yurys@chromium.org>
1020 Web Inspector: constrain maximum depth for returnByValue objects
1021 https://bugs.webkit.org/show_bug.cgi?id=65761
1023 Reviewed by Pavel Feldman.
1025 * inspector/protocol/runtime-agent-expected.txt:
1026 * inspector/protocol/runtime-agent.html:
1028 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
1030 [Qt] Skip 2 crashy tests on Qt SnowLeopard Intel Release bot to make a green world,
1032 * platform/qt-mac/Skipped:
1034 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
1036 [Qt] Add http/tests/inspector/resource-tree/resource-tree-non-unique-url.html
1037 to Skiplist because it makes ARMv5 Linux Qt Release weepy.
1039 * platform/qt-arm/Skipped:
1041 2011-08-05 Zoltan Horvath <zoltan@webkit.org>
1043 [Qt] Ossyize fast/forms/enter-clicks-buttons.html because
1044 it makes Qt SnowLeopard Intel Release bot bleeding after r92375.
1046 * platform/qt-mac/Skipped:
1048 2011-08-05 David Reveman <reveman@chromium.org>
1050 [chromium] Rebaseline following r92255.
1051 https://bugs.webkit.org/show_bug.cgi?id=65736
1053 Reviewed by James Robinson.
1055 * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png:
1056 * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png:
1057 * platform/chromium-gpu-linux/compositing/geometry/ancestor-overflow-change-expected.png:
1058 * platform/chromium-gpu-linux/compositing/geometry/fixed-in-composited-expected.png:
1059 * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png:
1060 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1061 * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png:
1062 * platform/chromium-gpu-linux/compositing/geometry/tall-page-composited-expected.png:
1063 * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png:
1064 * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png:
1065 * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png:
1066 * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1067 * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png:
1068 * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png:
1069 * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png:
1070 * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png:
1071 * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png:
1072 * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png:
1073 * platform/chromium-gpu-linux/media/video-transformed-expected.png:
1074 * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
1075 * platform/chromium-gpu-linux/media/video-zoom-expected.png:
1076 * platform/chromium-gpu-linux/platform/chromium/compositing/backface-visibility-transformed-expected.png:
1077 * platform/chromium-gpu-linux/platform/chromium/compositing/huge-layer-rotated-expected.png:
1078 * platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
1079 * platform/chromium-gpu-linux/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1080 * platform/chromium-gpu-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png:
1081 * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png:
1082 * platform/chromium-gpu-mac/compositing/direct-image-compositing-expected.png:
1083 * platform/chromium-gpu-mac/compositing/geometry/ancestor-overflow-change-expected.png:
1084 * platform/chromium-gpu-mac/compositing/geometry/fixed-position-expected.png:
1085 * platform/chromium-gpu-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
1086 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1087 * platform/chromium-gpu-mac/compositing/geometry/layer-due-to-layer-children-expected.png:
1088 * platform/chromium-gpu-mac/compositing/geometry/vertical-scroll-composited-expected.png:
1089 * platform/chromium-gpu-mac/compositing/masks/masked-ancestor-expected.png:
1090 * platform/chromium-gpu-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1091 * platform/chromium-gpu-mac/compositing/reflections/nested-reflection-transition-expected.png:
1092 * platform/chromium-gpu-mac/compositing/reflections/transform-inside-reflection-expected.png:
1093 * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png:
1094 * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png:
1095 * platform/chromium-gpu-mac/media/video-transformed-expected.png:
1096 * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
1097 * platform/chromium-gpu-mac/platform/chromium/compositing/backface-visibility-transformed-expected.png:
1098 * platform/chromium-gpu-mac/platform/chromium/compositing/huge-layer-rotated-expected.png:
1099 * platform/chromium-gpu-mac/platform/chromium/compositing/layout-width-change-expected.png:
1100 * platform/chromium-gpu-mac/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1101 * platform/chromium-gpu-mac/platform/chromium/compositing/tiny-layer-rotated-expected.png:
1102 * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png:
1103 * platform/chromium-gpu-win/compositing/direct-image-compositing-expected.png:
1104 * platform/chromium-gpu-win/compositing/geometry/ancestor-overflow-change-expected.png:
1105 * platform/chromium-gpu-win/compositing/geometry/fixed-position-expected.png:
1106 * platform/chromium-gpu-win/compositing/geometry/horizontal-scroll-composited-expected.png:
1107 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
1108 * platform/chromium-gpu-win/compositing/geometry/layer-due-to-layer-children-expected.png:
1109 * platform/chromium-gpu-win/compositing/geometry/vertical-scroll-composited-expected.png:
1110 * platform/chromium-gpu-win/compositing/iframes/composited-iframe-alignment-expected.png:
1111 * platform/chromium-gpu-win/compositing/masks/masked-ancestor-expected.png:
1112 * platform/chromium-gpu-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
1113 * platform/chromium-gpu-win/compositing/reflections/nested-reflection-transition-expected.png:
1114 * platform/chromium-gpu-win/compositing/reflections/transform-inside-reflection-expected.png:
1115 * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png:
1116 * platform/chromium-gpu-win/compositing/transitions/scale-transition-no-start-expected.png:
1117 * platform/chromium-gpu-win/media/video-transformed-expected.png:
1118 * platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
1119 * platform/chromium-gpu-win/platform/chromium/compositing/backface-visibility-transformed-expected.png:
1120 * platform/chromium-gpu-win/platform/chromium/compositing/huge-layer-rotated-expected.png:
1121 * platform/chromium-gpu-win/platform/chromium/compositing/layout-width-change-expected.png:
1122 * platform/chromium-gpu-win/platform/chromium/compositing/perpendicular-layer-sorting-expected.png:
1123 * platform/chromium-gpu-win/platform/chromium/compositing/tiny-layer-rotated-expected.png:
1124 * platform/chromium/test_expectations.txt:
1126 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
1128 Layout Test fast/xsl/xslt-import-depth.xml is failing
1129 https://bugs.webkit.org/show_bug.cgi?id=65758
1131 Chromium test_expectations.txt update
1133 * platform/chromium/test_expectations.txt:
1135 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
1137 Layout Test fast/xsl/import-after-comment.xml is failing
1138 https://bugs.webkit.org/show_bug.cgi?id=65757
1140 Chromium test_expectations.txt update
1142 * platform/chromium/test_expectations.txt:
1144 2011-08-05 Shinichiro Hamaji <hamaji@chromium.org>
1146 Layout Test fast/loader/ping-error.html is failing
1147 https://bugs.webkit.org/show_bug.cgi?id=65754
1149 Chromium test_expectations.txt update
1151 * platform/chromium/test_expectations.txt:
1153 2011-08-05 Kenichi Ishibashi <bashi@chromium.org>
1155 Parsing CSS3 font-feature-settings property
1156 https://bugs.webkit.org/show_bug.cgi?id=63618
1158 Add parsing test case for -webkit-font-feature-settings property.
1160 Reviewed by Shinichiro Hamaji.
1162 * css3/font-feature-settings-parsing-expected.txt: Added.
1163 * css3/font-feature-settings-parsing.html: Added.
1165 2011-08-05 Sheriff Bot <webkit.review.bot@gmail.com>
1167 Unreviewed, rolling out r92439.
1168 http://trac.webkit.org/changeset/92439
1169 https://bugs.webkit.org/show_bug.cgi?id=65753
1171 Caused 9 tests to fail on Qt (Requested by abarth on #webkit).
1173 * loader/document-destruction-within-unload-expected.txt: Removed.
1174 * loader/document-destruction-within-unload.html: Removed.
1175 * loader/resources/document-destruction-within-unload-iframe.html: Removed.
1176 * loader/resources/document-destruction-within-unload.svg: Removed.
1178 2011-08-04 Ryosuke Niwa <rniwa@webkit.org>
1180 Chromium test expectation update after r92341.
1182 * platform/chromium/test_expectations.txt:
1184 2011-08-04 Scott Graham <scottmg@chromium.org>
1186 Bad interaction between document destruction and unload events
1187 https://bugs.webkit.org/show_bug.cgi?id=64741
1189 Reviewed by Adam Barth.
1191 * loader/document-destruction-within-unload-expected.txt: Added.
1192 * loader/document-destruction-within-unload.html: Added.
1193 * loader/resources/document-destruction-within-unload-iframe.html: Added.
1194 * loader/resources/document-destruction-within-unload.svg: Added.
1196 2011-08-04 Kent Tamura <tkent@chromium.org>
1198 Move <input type=week> tests to fast/forms/week/
1199 https://bugs.webkit.org/show_bug.cgi?id=65676
1201 Reviewed by Tony Chang.
1203 * fast/forms/ValidityState-rangeOverflow-expected.txt:
1204 * fast/forms/ValidityState-rangeUnderflow-expected.txt:
1205 * fast/forms/ValidityState-stepMismatch-expected.txt:
1206 * fast/forms/ValidityState-typeMismatch-week-expected.txt: Removed.
1207 * fast/forms/ValidityState-typeMismatch-week.html: Removed.
1208 * fast/forms/date-input-visible-strings-expected.txt:
1209 * fast/forms/date-input-visible-strings.html:
1210 * fast/forms/input-stepup-stepdown-expected.txt:
1211 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt:
1212 * fast/forms/input-type-change3-expected.txt:
1213 * fast/forms/input-valueasdate-week-expected.txt: Removed.
1214 * fast/forms/input-valueasdate-week.html: Removed.
1215 * fast/forms/input-valueasnumber-week-expected.txt: Removed.
1216 * fast/forms/input-valueasnumber-week.html: Removed.
1217 * fast/forms/script-tests/ValidityState-rangeOverflow.js:
1218 * fast/forms/script-tests/ValidityState-rangeUnderflow.js:
1219 * fast/forms/script-tests/ValidityState-stepMismatch.js:
1220 * fast/forms/script-tests/ValidityState-typeMismatch-week.js: Removed.
1221 * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js:
1222 * fast/forms/script-tests/input-stepup-stepdown.js:
1223 * fast/forms/script-tests/input-type-change3.js:
1224 * fast/forms/script-tests/input-valueasdate-week.js: Removed.
1225 * fast/forms/script-tests/input-valueasnumber-week.js: Removed.
1226 * fast/forms/week: Added.
1227 * fast/forms/week/ValidityState-rangeOverflow-week-expected.txt: Added.
1228 * fast/forms/week/ValidityState-rangeOverflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
1229 * fast/forms/week/ValidityState-rangeUnderflow-week-expected.txt: Added.
1230 * fast/forms/week/ValidityState-rangeUnderflow-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
1231 * fast/forms/week/ValidityState-stepMismatch-week-expected.txt: Added.
1232 * fast/forms/week/ValidityState-stepMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
1233 * fast/forms/week/ValidityState-typeMismatch-week-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-week-expected.txt.
1234 * fast/forms/week/ValidityState-typeMismatch-week.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-week.js.
1235 * fast/forms/week/input-valueasdate-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasdate-week-expected.txt.
1236 * fast/forms/week/input-valueasdate-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasdate-week.js.
1237 * fast/forms/week/input-valueasnumber-week-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-week-expected.txt.
1238 * fast/forms/week/input-valueasnumber-week.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-week.js.
1239 * fast/forms/week/week-input-type-expected.txt: Added.
1240 * fast/forms/week/week-input-type.html: Copied from LayoutTests/fast/forms/script-tests/input-type-change3.js.
1241 * fast/forms/week/week-input-visible-string-expected.txt: Added.
1242 * fast/forms/week/week-input-visible-string.html: Copied from LayoutTests/fast/forms/date-input-visible-strings.html.
1243 * fast/forms/week/week-stepup-stepdown-expected.txt: Added.
1244 * fast/forms/week/week-stepup-stepdown-from-renderer-expected.txt: Added.
1245 * fast/forms/week/week-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js.
1246 * fast/forms/week/week-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js.
1248 2011-08-04 Tim Horton <timothy_horton@apple.com>
1250 Reviewed by Nikolas Zimmerman.
1252 Errors encountered within SVG documents should be reported to the console
1253 https://bugs.webkit.org/show_bug.cgi?id=62599
1254 <rdar://problem/9727074>
1256 Adjust SVG error tests to expect new console output on unexpected input.
1258 * platform/chromium-win/svg/hixie/error/013-expected.txt:
1259 * platform/gtk/svg/hixie/error/001-expected.txt:
1260 * platform/gtk/svg/hixie/error/007-expected.txt:
1261 * platform/gtk/svg/hixie/error/013-expected.txt:
1262 * platform/gtk/svg/hixie/error/015-expected.txt:
1263 * platform/mac/svg/hixie/error/001-expected.txt:
1264 * platform/mac/svg/hixie/error/007-expected.txt:
1265 * platform/mac/svg/hixie/error/013-expected.txt:
1266 * platform/mac/svg/hixie/error/015-expected.txt:
1267 * platform/qt/svg/hixie/error/001-expected.txt:
1268 * platform/qt/svg/hixie/error/007-expected.txt:
1269 * platform/qt/svg/hixie/error/013-expected.txt:
1270 * platform/qt/svg/hixie/error/015-expected.txt:
1271 * svg/custom/invalid-length-units-expected.txt:
1272 * svg/custom/svg-parse-overflow-1-expected.txt:
1273 * svg/custom/svg-parse-overflow-2-expected.txt:
1274 * svg/custom/svg-parse-overflow-3-expected.txt:
1275 * svg/custom/svg-parse-overflow-4-expected.txt:
1276 * svg/custom/svg-parse-overflow-5-expected.txt:
1278 2011-08-04 Sheriff Bot <webkit.review.bot@gmail.com>
1280 Unreviewed, rolling out r92419.
1281 http://trac.webkit.org/changeset/92419
1282 https://bugs.webkit.org/show_bug.cgi?id=65726
1284 "committed partially to branch" (Requested by thorton on
1287 * platform/chromium-win/svg/hixie/error/013-expected.txt:
1288 * platform/gtk/svg/hixie/error/001-expected.txt:
1289 * platform/gtk/svg/hixie/error/007-expected.txt:
1290 * platform/gtk/svg/hixie/error/013-expected.txt:
1291 * platform/gtk/svg/hixie/error/015-expected.txt:
1292 * platform/mac/svg/hixie/error/001-expected.txt:
1293 * platform/mac/svg/hixie/error/007-expected.txt:
1294 * platform/mac/svg/hixie/error/013-expected.txt:
1295 * platform/mac/svg/hixie/error/015-expected.txt:
1296 * platform/qt/svg/hixie/error/001-expected.txt:
1297 * platform/qt/svg/hixie/error/007-expected.txt:
1298 * platform/qt/svg/hixie/error/013-expected.txt:
1299 * platform/qt/svg/hixie/error/015-expected.txt:
1300 * svg/custom/invalid-length-units-expected.txt:
1301 * svg/custom/svg-parse-overflow-1-expected.txt:
1302 * svg/custom/svg-parse-overflow-2-expected.txt:
1303 * svg/custom/svg-parse-overflow-3-expected.txt:
1304 * svg/custom/svg-parse-overflow-4-expected.txt:
1305 * svg/custom/svg-parse-overflow-5-expected.txt:
1307 2011-08-04 Tim Horton <timothy_horton@apple.com>
1309 Reviewed by Nikolas Zimmerman.
1311 Errors encountered within SVG documents should be reported to the console
1312 https://bugs.webkit.org/show_bug.cgi?id=62599
1313 <rdar://problem/9727074>
1315 Adjust SVG error tests to expect new console output on unexpected input.
1317 * platform/chromium-win/svg/hixie/error/013-expected.txt:
1318 * platform/gtk/svg/hixie/error/001-expected.txt:
1319 * platform/gtk/svg/hixie/error/007-expected.txt:
1320 * platform/gtk/svg/hixie/error/013-expected.txt:
1321 * platform/gtk/svg/hixie/error/015-expected.txt:
1322 * platform/mac/svg/hixie/error/001-expected.txt:
1323 * platform/mac/svg/hixie/error/007-expected.txt:
1324 * platform/mac/svg/hixie/error/013-expected.txt:
1325 * platform/mac/svg/hixie/error/015-expected.txt:
1326 * platform/qt/svg/hixie/error/001-expected.txt:
1327 * platform/qt/svg/hixie/error/007-expected.txt:
1328 * platform/qt/svg/hixie/error/013-expected.txt:
1329 * platform/qt/svg/hixie/error/015-expected.txt:
1330 * svg/custom/invalid-length-units-expected.txt:
1331 * svg/custom/svg-parse-overflow-1-expected.txt:
1332 * svg/custom/svg-parse-overflow-2-expected.txt:
1333 * svg/custom/svg-parse-overflow-3-expected.txt:
1334 * svg/custom/svg-parse-overflow-4-expected.txt:
1335 * svg/custom/svg-parse-overflow-5-expected.txt:
1337 2011-08-04 Fady Samuel <fsamuel@chromium.org>
1339 Background Does Not Scale Correctly with Page
1341 Scaling is applied twice to the background (the paint area is doubly scaled).
1342 This patch fixes this issue by passing the unscaled document rect to paintFillLayers
1343 in paintRootBoxFillLayers.
1345 https://bugs.webkit.org/show_bug.cgi?id=65690
1347 Reviewed by Simon Fraser.
1349 * fast/repaint/background-scaling-expected.png: Added.
1350 * fast/repaint/background-scaling-expected.txt: Added.
1351 * fast/repaint/background-scaling.html: Added.
1353 2011-08-04 Yael Aharon <yael.aharon@nokia.com>
1355 [Qt] 69 tests failing after http://trac.webkit.org/changeset/92375
1356 https://bugs.webkit.org/show_bug.cgi?id=65721
1360 Skipping tests until rebaseline.
1362 * platform/qt/Skipped:
1364 2011-08-04 Sergey Glazunov <serg.glazunov@gmail.com>
1366 Fix integer overflow in custom bindings for WebGLRenderingContext
1367 https://bugs.webkit.org/show_bug.cgi?id=65646
1369 Reviewed by Kenneth Russell.
1371 * fast/canvas/webgl/resources/floatArrayUniformShader.vert: Added.
1372 * fast/canvas/webgl/resources/intArrayUniformShader2.vert: Added.
1373 * fast/canvas/webgl/uniform-array-length-overflow-expected.txt: Added.
1374 * fast/canvas/webgl/uniform-array-length-overflow.html: Added.
1376 2011-08-04 Adam Barth <abarth@webkit.org>
1378 Refine some test expectations to account for flakiness.
1380 * platform/chromium/test_expectations.txt:
1382 2011-08-04 Anders Carlsson <andersca@apple.com>
1384 Make fast/css/import-and-insert-rule-no-update.html less flaky
1385 https://bugs.webkit.org/show_bug.cgi?id=65713
1387 Reviewed by Dan Bernstein.
1389 Wait until the @imported style sheet has finished loading before running the test.
1391 * fast/css/import-and-insert-rule-no-update.html:
1393 2011-08-04 Anders Carlsson <andersca@apple.com>
1395 Add more failing tests to the skipped list.
1397 * platform/mac-lion/Skipped:
1399 2011-08-03 Adam Roben <aroben@apple.com>
1401 Test that a 2^25x2^25 pixel layer doesn't cause a crash
1403 Test for <http://webkit.org/b/65637> <rdar://problem/9784849> Crash beneath
1404 PlatformCALayerWinInternal::updateTiles when zooming on Google Maps
1406 Reviewed by Sam Weinig.
1408 * compositing/tiling/crash-huge-layer-expected.txt: Added.
1409 * compositing/tiling/crash-huge-layer.html: Added.
1411 2011-08-04 Jian Li <jianli@chromium.org>
1413 Unreviewed, mark gain.html as flaky on Linux chromium.
1415 * platform/chromium/test_expectations.txt:
1417 2011-08-04 Philippe Normand <pnormand@igalia.com>
1419 Unreviewed, skip 2 crashing tests on GTK. See bug 65699 and 65702.
1421 * platform/gtk/Skipped:
1423 2011-08-04 Philippe Normand <pnormand@igalia.com>
1425 Unreviewed, skip some svg tests on GTK, likely affected by bug 39022.
1427 * platform/gtk/Skipped:
1429 2011-08-04 Philippe Normand <pnormand@igalia.com>
1431 Unreviewed, GTK rebaseline and test_expectations update (2 tests
1434 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt:
1435 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
1436 * platform/gtk/test_expectations.txt:
1438 2011-08-04 Dimitri Glazkov <dglazkov@chromium.org>
1440 [Chromium] Normalize test_expectations.txt file.
1442 * platform/chromium/test_expectations.txt: Ran webkit-path optimize-expectations.
1444 2011-08-04 Philippe Normand <pnormand@igalia.com>
1446 Unreviewed, GTK new baselines for new tests.
1448 * platform/gtk/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
1449 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
1450 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
1451 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
1452 * platform/gtk/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
1453 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
1454 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
1455 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
1456 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
1457 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
1458 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
1459 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
1460 * platform/gtk/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
1461 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
1462 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
1463 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
1464 * platform/gtk/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
1465 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
1466 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
1467 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
1468 * platform/gtk/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
1469 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
1470 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
1471 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
1472 * platform/gtk/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
1473 * platform/gtk/fast/blockflow/broken-ideograph-small-caps-expected.png: Added.
1474 * platform/gtk/fast/blockflow/broken-ideographic-font-expected.png: Added.
1475 * platform/gtk/fast/borders/only-one-border-with-width-expected.png: Added.
1476 * platform/gtk/fast/borders/only-one-border-with-width-expected.txt: Added.
1477 * platform/gtk/fast/css/color-leakage-expected.png: Added.
1478 * platform/gtk/fast/css/color-leakage-expected.txt: Added.
1479 * platform/gtk/fast/css/font-family-pictograph-expected.png: Added.
1480 * platform/gtk/fast/css/font-family-pictograph-expected.txt: Added.
1481 * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
1482 * platform/gtk/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
1483 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png: Added.
1484 * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt: Added.
1485 * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.png: Added.
1486 * platform/gtk/fast/forms/textarea-placeholder-wrapping-expected.txt: Added.
1487 * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
1488 * platform/gtk/fast/forms/textfield-overflow-by-value-update-expected.txt: Added.
1489 * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
1490 * platform/gtk/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
1491 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
1492 * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: Added.
1493 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
1494 * platform/gtk/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
1495 * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
1496 * platform/gtk/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
1497 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
1498 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
1499 * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
1500 * platform/gtk/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
1501 * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
1502 * platform/gtk/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
1503 * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png: Added.
1504 * platform/gtk/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.txt: Added.
1505 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png: Added.
1506 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt: Added.
1507 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
1508 * platform/gtk/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
1509 * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.png: Added.
1510 * platform/gtk/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt: Added.
1511 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1512 * platform/gtk/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
1513 * platform/gtk/svg/as-border-image/svg-as-border-image-expected.png: Added.
1514 * platform/gtk/svg/as-border-image/svg-as-border-image-expected.txt: Added.
1515 * platform/gtk/svg/custom/absolute-root-position-masking-expected.png: Added.
1516 * platform/gtk/svg/custom/absolute-root-position-masking-expected.txt: Added.
1517 * platform/gtk/svg/custom/linking-uri-01-b-expected.png: Added.
1518 * platform/gtk/svg/custom/linking-uri-01-b-expected.txt: Added.
1519 * platform/gtk/svg/custom/repaint-shadow-expected.png: Added.
1520 * platform/gtk/svg/custom/repaint-shadow-expected.txt: Added.
1521 * platform/gtk/svg/custom/svg-fonts-fallback-expected.png: Added.
1522 * platform/gtk/svg/custom/svg-fonts-fallback-expected.txt: Added.
1523 * platform/gtk/svg/custom/svg-fonts-segmented-expected.png: Added.
1524 * platform/gtk/svg/custom/svg-fonts-segmented-expected.txt: Added.
1525 * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.png: Added.
1526 * platform/gtk/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
1527 * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
1528 * platform/gtk/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
1529 * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.png: Added.
1530 * platform/gtk/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
1531 * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
1532 * platform/gtk/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
1533 * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
1534 * platform/gtk/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
1535 * platform/gtk/svg/custom/tref-own-content-removal-expected.png: Added.
1536 * platform/gtk/svg/custom/tref-own-content-removal-expected.txt: Added.
1537 * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
1538 * platform/gtk/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
1539 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
1540 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
1542 2011-08-04 Vsevolod Vlasov <vsevik@chromium.org>
1544 Web Inspector: Pretty print JSONP in network panel preview tab.
1545 https://bugs.webkit.org/show_bug.cgi?id=65559
1547 Reviewed by Pavel Feldman.
1549 * http/tests/inspector/network/network-preview-json-expected.txt: Added.
1550 * http/tests/inspector/network/network-preview-json.html: Added.
1552 2011-08-04 Pavel Feldman <pfeldman@google.com>
1554 Web Inspector: replace isRegex with urlRegex in setBreakpointByUrl
1555 https://bugs.webkit.org/show_bug.cgi?id=65684
1557 Reviewed by Yury Semikhatsky.
1559 * inspector/debugger/debugger-set-breakpoint-regex-expected.txt:
1560 * inspector/debugger/debugger-set-breakpoint-regex.html:
1562 2011-08-04 Pavel Feldman <pfeldman@google.com>
1564 Web Inspector: Rename sourceId -> scriptId in the protocol and the source code.
1565 https://bugs.webkit.org/show_bug.cgi?id=65682
1567 Reviewed by Yury Semikhatsky.
1569 * http/tests/inspector/debugger-test.js:
1570 (initialize_DebuggerTest):
1571 * inspector/debugger/source-file.html:
1573 2011-08-04 Philippe Normand <pnormand@igalia.com>
1575 Unreviewed, GTK rebaseline.
1577 * platform/gtk/fast/dom/Range/getBoundingClientRect-expected.txt:
1578 * platform/gtk/fast/dom/Range/getClientRects-expected.txt:
1579 * platform/gtk/fast/dom/Window/window-postmessage-clone-expected.txt:
1580 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1581 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: Added.
1582 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: Added.
1583 * platform/gtk/fast/dom/prototype-inheritance-expected.txt: Added.
1584 * platform/gtk/fast/js/global-constructors-expected.txt: Added.
1586 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
1588 [Chromium] Needs eventSender.scalePageBy()
1589 https://bugs.webkit.org/show_bug.cgi?id=58013
1591 Unreviewed chromium test_expectations.txt update
1593 * platform/chromium/test_expectations.txt:
1595 2011-08-02 Hans Wennborg <hans@chromium.org>
1597 IndexedDB: Fix index data invalidation bugs.
1598 https://bugs.webkit.org/show_bug.cgi?id=65547
1600 Reviewed by Tony Chang.
1602 Add layout test to verify that update object store data causes old
1603 index data to be invalidated.
1605 * storage/indexeddb/index-unique.html: Added.
1607 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
1609 Layout Test fast/box-shadow/box-shadow-clipped-slices.html is failing
1610 https://bugs.webkit.org/show_bug.cgi?id=65666
1612 Chromium test_expectations.txt update
1614 * platform/chromium/test_expectations.txt:
1616 2011-08-04 Shinichiro Hamaji <hamaji@chromium.org>
1618 [Chromium] Needs eventSender.scalePageBy()
1619 https://bugs.webkit.org/show_bug.cgi?id=58013
1621 Chromium test rebaselining
1623 * platform/chromium-gpu-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1624 * platform/chromium-mac-leopard/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1625 * platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1626 * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1627 * platform/chromium/test_expectations.txt:
1629 2011-08-04 Adam Barth <abarth@webkit.org>
1631 Test progression after <http://trac.webkit.org/changeset/92341>.
1633 * platform/chromium-mac/fast/dom/Element/scale-page-client-rects-expected.txt:
1634 * platform/chromium-mac/fast/dom/Range/scale-page-client-rects-expected.txt:
1636 2011-08-04 Adam Barth <abarth@webkit.org>
1638 Update baselines after <http://trac.webkit.org/changeset/92340>.
1640 * platform/chromium-mac/fast/box-shadow/inset-box-shadows-expected.png:
1641 * platform/chromium-mac/fast/repaint/shadow-multiple-horizontal-expected.png:
1642 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
1643 * platform/chromium-mac/fast/repaint/shadow-multiple-strict-vertical-expected.png:
1644 * platform/chromium-mac/fast/repaint/shadow-multiple-vertical-expected.png:
1646 2011-08-04 Adam Barth <abarth@webkit.org>
1648 This test triggers a crasher on some ports. The crasher is filed already.
1650 * platform/qt/Skipped:
1652 2011-08-03 Alice Boxhall <aboxhall@chromium.org>
1654 An element with role=textbox should have settable AXValue unless read-only
1655 https://bugs.webkit.org/show_bug.cgi?id=65664
1657 Reviewed by Chris Fleizach.
1659 * accessibility/aria-readonly-expected.txt:
1660 * accessibility/aria-readonly.html:
1662 2011-08-03 Kentaro Hara <haraken@google.com>
1664 Implement EventSender.scalePageBy()
1665 https://bugs.webkit.org/show_bug.cgi?id=58013
1667 Reviewed by Darin Fisher.
1669 Implemented EventSender.scalePageBy(f, x, y), which scales a page by a factor of f
1670 and then sets a scroll position to (x, y). Enabled the tests that had been waiting
1671 for the implementation of EventSender.scalePageBy(f, x, y).
1673 * platform/chromium-linux/compositing/scaling/tiled-layer-recursion-expected.png: Added.
1674 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.png: Added.
1675 * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Added.
1676 * platform/chromium-mac/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
1677 * platform/chromium-mac/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
1678 * platform/chromium-win/fast/dom/Element/scale-page-bounding-client-rect-expected.txt: Removed.
1679 * platform/chromium-win/fast/dom/Element/scale-page-client-rects-expected.txt: Removed.
1680 * platform/chromium-win/fast/dom/Range/scale-page-bounding-client-rect-expected.txt: Removed.
1681 * platform/chromium-win/fast/dom/Range/scale-page-client-rects-expected.txt: Removed.
1682 * platform/chromium/test_expectations.txt: Enabled one test. Enabled two tests for chromium-linux.
1684 2011-08-03 Ian Henderson <ianh@apple.com>
1686 Draw rectangular box shadow for elements with border-radius if no corners are visible
1687 https://bugs.webkit.org/show_bug.cgi?id=65006
1689 Reviewed by Simon Fraser.
1691 * fast/box-shadow/box-shadow-clipped-slices.html: Added.
1692 * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
1693 * platform/mac/fast/box-shadow/box-shadow-clipped-slices-expected.txt: Added.
1695 2011-08-03 Noel Gordon <noel.gordon@gmail.com>
1697 [Chromium] fast/dom/resource-locations-in-created-html-document.html fails on win32
1698 https://bugs.webkit.org/show_bug.cgi?id=65521
1700 Reviewed by Adam Barth.
1702 file: scheme URI paths on Windows include the disk drive reference (C: for example).
1703 Refer to http://blogs.msdn.com/b/ie/archive/2006/12/06/file-uris-in-windows.aspx.
1705 * fast/dom/resource-locations-in-created-html-document.html:
1706 * platform/chromium/test_expectations.txt:
1708 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
1710 Revert an erroneous rebaseline from r92315.
1712 * fast/dom/navigator-detached-no-crash-expected.txt:
1714 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
1716 Chromium Windows and Linux rebaselines after r92330.
1718 * platform/chromium-win/editing/pasteboard/paste-pre-001-expected.txt: Removed.
1719 * platform/chromium-win/editing/pasteboard/paste-pre-002-expected.txt: Removed.
1720 * platform/chromium-win/editing/pasteboard/paste-text-011-expected.txt: Removed.
1722 2011-08-03 Ryosuke Niwa <rniwa@webkit.org>
1724 select-all, copy, paste of specialAncestorElements (e.g. pre, h1, etc) nests the element inside itself
1725 https://bugs.webkit.org/show_bug.cgi?id=26483
1727 Reviewed by Enrica Casucci.
1729 * editing/pasteboard/5065605-expected.txt:
1730 * editing/pasteboard/copy-paste-text-in-h1-expected.txt: Added.
1731 * editing/pasteboard/copy-paste-text-in-h1.html: Added.
1732 * editing/pasteboard/display-block-on-spans-expected.txt:
1733 * editing/pasteboard/paste-pre-001-expected.txt:
1734 * editing/pasteboard/paste-pre-002-expected.txt:
1735 * editing/pasteboard/paste-text-011-expected.txt:
1737 2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
1739 Remove LegacyDefaultOptionalArguments flag from HTML DOM IDL files
1740 https://bugs.webkit.org/show_bug.cgi?id=65338
1742 Reviewed by Adam Barth.
1744 * fast/files/create-blob-url-crash-expected.txt:
1745 * fast/files/create-blob-url-crash.html:
1746 * fast/files/revoke-blob-url-expected.txt:
1747 * fast/files/revoke-blob-url.html:
1748 * fast/forms/ValidityState-customError-expected.txt:
1749 * fast/forms/ValidityState-customError.html:
1751 2011-08-03 Mark Pilgrim <pilgrim@chromium.org>
1753 Remove LegacyDefaultOptionalArguments flag from navigator IDL files
1754 https://bugs.webkit.org/show_bug.cgi?id=65370
1756 Reviewed by Adam Barth.
1758 * fast/dom/navigator-detached-no-crash-expected.txt:
1759 * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
1761 2011-08-03 Zhenyao Mo <zmo@google.com>
1763 Unreviewed, fix an error in test_expectations.txt.
1765 * platform/chromium/test_expectations.txt:
1767 2011-08-03 Zhenyao Mo <zmo@google.com>
1769 Unreviewed, skip fast/loader/reload-zero-byte-plugin.html for now, gardener stuff.
1771 * platform/chromium/test_expectations.txt:
1773 2011-08-03 Tommy Widenflycht <tommyw@google.com>
1775 MediaStream API: Implement PeerConnection and SignalingCallback
1776 https://bugs.webkit.org/show_bug.cgi?id=65101
1778 Reviewed by Adam Barth.
1780 LayoutTests will be provided by a follow-up CL, see <https://bugs.webkit.org/show_bug.cgi?id=56587>.
1782 * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
1784 2011-08-03 Adam Barth <abarth@webkit.org>
1786 Crash in DocumentWriter::endIfNotLoadingMainResource
1787 https://bugs.webkit.org/show_bug.cgi?id=65581
1789 Reviewed by Nate Chapin.
1791 * fast/loader/reload-zero-byte-plugin-expected.txt: Added.
1792 * fast/loader/reload-zero-byte-plugin.html: Added.
1794 2011-08-03 Anders Carlsson <andersca@apple.com>
1796 Add a Mac Lion skipped list.
1798 * platform/mac-lion: Added.
1799 * platform/mac-lion/Skipped: Added.
1801 2011-08-03 Stephen White <senorblanco@chromium.org>
1803 [chromium] Added two compositing tests whose pixel results on the
1804 Mesa bots are different following
1805 http://trac.webkit.org/changeset/92255.
1809 * platform/chromium/test_expectations.txt:
1811 2011-08-03 Philippe Normand <pnormand@igalia.com>
1813 Unreviewed, GTK baselines for media/media-controls-clone.html.
1815 * platform/gtk/media/media-controls-clone-expected.png: Added.
1816 * platform/gtk/media/media-controls-clone-expected.txt: Added.
1818 2011-08-03 Kent Tamura <tkent@chromium.org>
1820 [Chromium] Remove flaky failures of fast/speech/input-appearance-*.html.
1822 * platform/chromium/test_expectations.txt:
1824 2011-08-03 Csaba Osztrogonác <ossy@webkit.org>
1826 [Qt]REGRESSION(r92254): It made 2 tests timeout
1827 https://bugs.webkit.org/show_bug.cgi?id=65609
1829 [Qt]REGRESSION(r92224): It made editing/text-iterator/basic-iteration.html timeout
1830 https://bugs.webkit.org/show_bug.cgi?id=65605
1833 * platform/qt/Skipped: Skip failing tests:
1834 - fast/frames/lots-of-objects.html
1835 - fast/frames/lots-of-iframes.html
1836 - editing/text-iterator/basic-iteration.html
1838 2011-08-03 Philippe Normand <pnormand@igalia.com>
1840 Unreviewed, GTK svg rebaseline after r92047.
1842 * platform/gtk/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1843 * platform/gtk/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
1844 * platform/gtk/svg/batik/filters/feTile-expected.txt:
1845 * platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
1846 * platform/gtk/svg/batik/paints/patternRegionA-expected.txt:
1847 * platform/gtk/svg/batik/paints/patternRegions-expected.txt:
1848 * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
1849 * platform/gtk/svg/batik/text/longTextOnPath-expected.txt:
1850 * platform/gtk/svg/batik/text/smallFonts-expected.txt:
1851 * platform/gtk/svg/batik/text/textAnchor-expected.txt:
1852 * platform/gtk/svg/batik/text/textDecoration-expected.txt:
1853 * platform/gtk/svg/batik/text/textEffect-expected.txt:
1854 * platform/gtk/svg/batik/text/textEffect2-expected.txt:
1855 * platform/gtk/svg/batik/text/textEffect3-expected.txt:
1856 * platform/gtk/svg/batik/text/textFeatures-expected.txt:
1857 * platform/gtk/svg/batik/text/textLayout-expected.txt:
1858 * platform/gtk/svg/batik/text/textLayout2-expected.txt:
1859 * platform/gtk/svg/batik/text/textLength-expected.txt:
1860 * platform/gtk/svg/batik/text/textOnPath-expected.txt:
1861 * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt:
1862 * platform/gtk/svg/batik/text/textPosition-expected.txt:
1863 * platform/gtk/svg/batik/text/textPosition2-expected.txt:
1864 * platform/gtk/svg/batik/text/textProperties-expected.txt:
1865 * platform/gtk/svg/batik/text/textProperties2-expected.txt:
1866 * platform/gtk/svg/batik/text/textStyles-expected.txt:
1867 * platform/gtk/svg/batik/text/verticalText-expected.txt:
1868 * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt:
1869 * platform/gtk/svg/custom/external-paintserver-reference-expected.txt: Added.
1870 * platform/gtk/svg/custom/linking-base-external-reference-expected.txt: Added.
1871 * platform/gtk/svg/custom/text-linking-expected.txt:
1872 * platform/gtk/svg/custom/zero-path-square-cap-rendering2-expected.txt: Added.
1873 * platform/gtk/svg/hixie/error/014-expected.txt:
1874 * platform/gtk/svg/hixie/use/002-expected.txt:
1876 2011-08-03 Takashi Toyoshima <toyoshim@chromium.org>
1878 WebSocket: Could not handle zero length text frame.
1879 https://bugs.webkit.org/show_bug.cgi?id=65592
1881 Reviewed by Kent Tamura.
1883 * http/tests/websocket/tests/hybi/zero-length-text-expected.txt: Added.
1884 * http/tests/websocket/tests/hybi/zero-length-text.html: Added.
1885 * http/tests/websocket/tests/hybi/zero-length-text_wsh.py: Added.
1887 2011-08-02 Takashi Toyoshima <toyoshim@chromium.org>
1889 WebSocket: Should be closed by receiving invalid continuation frame.
1891 https://bugs.webkit.org/show_bug.cgi?id=65527
1893 Reviewed by Kent Tamura.
1895 * http/tests/websocket/tests/hybi/invalid-continuation-expected.txt: Added.
1896 * http/tests/websocket/tests/hybi/invalid-continuation.html: Added.
1897 * http/tests/websocket/tests/hybi/invalid-continuation_wsh.py: Added.
1899 2011-08-02 James Robinson <jamesr@chromium.org>
1901 More expectation updates for r92255
1903 * platform/chromium/test_expectations.txt:
1905 2011-08-02 James Robinson <jamesr@chromium.org>
1907 Expectation follow-up for r92255
1909 * platform/chromium/test_expectations.txt:
1911 2011-08-02 David Reveman <reveman@chromium.org>
1913 [Chromium] Use edge-distance method for layer anti-aliasing.
1914 https://bugs.webkit.org/show_bug.cgi?id=64942
1916 Reviewed by James Robinson.
1918 Update expected results.
1920 * platform/chromium/test_expectations.txt:
1922 2011-08-02 Zhenyao Mo <zmo@google.com>
1924 Unreviewed, test expectations update, gardener stuff.
1926 * platform/chromium/test_expectations.txt:
1928 2011-08-02 Anders Carlsson <andersca@apple.com>
1930 Add scrollbars/scrollbar-drag-thumb-with-large-content.html to the Skipped list.
1932 * platform/mac/Skipped:
1934 2011-08-02 Zhenyao Mo <zmo@google.com>
1936 Unreviewed, test expectations update, gardener stuff.
1938 * platform/chromium/test_expectations.txt:
1940 2011-08-02 Anders Carlsson <andersca@apple.com>
1942 Reviewed by Sam Weinig.
1944 * fast/blockflow/japanese-rl-text-with-broken-font.html:
1945 This test would create an empty RenderText after the change to make it asynchronous.
1946 Fix this by putting the script inside the head.
1948 2011-08-02 Van Lam <vanlam@google.com>
1950 --webkit-visual-word: ctrl-arrow is not able to reach the boundary of line
1951 https://bugs.webkit.org/show_bug.cgi?id=61346
1953 Reviewed by Ryosuke Niwa.
1955 Updated test cases to check for visual word movement to the end-of-line
1958 * editing/selection/move-by-word-visually-multi-line-expected.txt:
1959 * editing/selection/move-by-word-visually-multi-line.html:
1960 * editing/selection/move-by-word-visually-multi-space-expected.txt:
1961 * editing/selection/move-by-word-visually-multi-space.html:
1962 * editing/selection/move-by-word-visually-single-space-inline-element-expected.txt:
1963 * editing/selection/move-by-word-visually-single-space-inline-element.html:
1964 * editing/selection/move-by-word-visually-single-space-one-element-expected.txt:
1965 * editing/selection/move-by-word-visually-single-space-one-element.html:
1967 2011-08-02 Zhenyao Mo <zmo@google.com>
1969 Unreviewed, test expectations update, gardener stuff.
1971 * platform/chromium/test_expectations.txt:
1973 2011-08-02 Jochen Eisinger <jochen@chromium.org>
1975 Add a test for FrameLoaderClient::allowPlugins
1976 https://bugs.webkit.org/show_bug.cgi?id=33991
1978 Reviewed by Adam Barth.
1980 * platform/chromium/permissionclient/plugin-permission-expected.txt: Added.
1981 * platform/chromium/permissionclient/plugin-permission.html: Added.
1983 2011-08-02 Zhenyao Mo <zmo@google.com>
1985 Unreviewed, rebaseline, gardener stuff.
1987 * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png:
1988 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png:
1989 * platform/chromium/test_expectations.txt:
1991 2011-08-02 Vsevolod Vlasov <vsevik@chromium.org>
1993 Web Inspector: Remove initator column for JSC, fix network resource initiator tests.
1994 https://bugs.webkit.org/show_bug.cgi?id=65534
1996 Reviewed by Pavel Feldman.
1998 * http/tests/inspector/network/network-initiator-expected.txt:
1999 * http/tests/inspector/network/network-initiator.html:
2000 * platform/chromium/http/tests/inspector/network/network-initiator-expected.txt: Copied from LayoutTests/http/tests/inspector/network/network-initiator-expected.txt.
2002 2011-08-02 Zhenyao Mo <zmo@google.com>
2004 Unreviewed, test expectation updates, gardener stuff.
2006 * platform/chromium/test_expectations.txt:
2008 2011-08-02 Anders Carlsson <andersca@apple.com>
2010 Add Snow Leopard specific test results.
2012 * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
2013 * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
2014 * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
2015 * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
2017 2011-08-02 Ryosuke Niwa <rniwa@webkit.org>
2019 Remove time out expectation since media/track has been added to the skipped list on GTK.
2021 * platform/gtk/test_expectations.txt:
2023 2011-08-02 Adrienne Walker <enne@google.com>
2025 [chromium] Remove expectations for no longer crashing tests.
2026 https://bugs.webkit.org/show_bug.cgi?id=65155
2028 Unreviewed expectation update.
2030 These were fixed after Chromium r94376, r94374, r94373.
2032 * platform/chromium/test_expectations.txt:
2034 2011-08-02 Mihnea Ovidenie <mihnea@adobe.com>
2036 hover then un-hover makes state change
2037 https://bugs.webkit.org/show_bug.cgi?id=56401
2039 Reviewed by David Hyatt.
2041 * fast/dynamic/hover-before-position-after-style-change-expected.txt: Added.
2042 * fast/dynamic/hover-before-position-after-style-change.html: Added.
2043 * fast/dynamic/hover-before-position-after-style-change2-expected.txt: Added.
2044 * fast/dynamic/hover-before-position-after-style-change2.html: Added.
2046 2011-07-30 Pavel Podivilov <podivilov@chromium.org>
2048 Web Inspector: merge FormattedSourceFile into SourceFile.
2049 https://bugs.webkit.org/show_bug.cgi?id=65411
2051 Reviewed by Pavel Feldman.
2053 Prepare for splitting SourceFile into RawSourceCode and UISourceCode:
2054 * merge FormattedSourceFile into SourceFile
2055 * rename SourceFile to RawSourceCode
2056 * hide formatter worker lazy creation in ScriptFormatter
2058 * inspector/debugger/source-file.html:
2060 2011-08-01 Vsevolod Vlasov <vsevik@chromium.org>
2062 Web Inspector: [REGRESSION] Console evaluations leading to resource loading cause errors.
2063 https://bugs.webkit.org/show_bug.cgi?id=65466
2065 Reviewed by Pavel Feldman.
2067 * http/tests/inspector/network/network-initiator-from-console-expected.txt: Added.
2068 * http/tests/inspector/network/network-initiator-from-console.html: Added.
2070 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
2072 Web Inspector: REGRESSION(r92105): It made 2 tests fail
2073 https://bugs.webkit.org/show_bug.cgi?id=65525
2075 * platform/qt/Skipped: Unskip tests, because r92185 fixed the bug.
2077 2011-08-02 Alexander Pavlov <apavlov@chromium.org>
2079 Web Inspector: img[width=90] or align attributes shouldnt be shown above element.style block (as they have lower specificity)
2080 https://bugs.webkit.org/show_bug.cgi?id=65514
2082 Reviewed by Pavel Feldman.
2084 * inspector/elements/elements-panel-styles-expected.txt:
2085 * inspector/elements/elements-panel-styles.html:
2087 2011-08-01 Andrey Kosyakov <caseq@chromium.org>
2089 Web Inspector: [Extensions API] webInspector.inspectedPage.reload() is broken
2090 https://bugs.webkit.org/show_bug.cgi?id=65476
2092 Reviewed by Yury Semikhatsky.
2094 * http/tests/inspector/extensions-useragent-expected.txt: Added.
2095 * http/tests/inspector/extensions-useragent.html: Added.
2097 2011-08-02 Pavel Feldman <pfeldman@chromium.org>
2099 Not reviewed: fixing inspector tests.
2101 * inspector/debugger/scripts-panel-expected.txt:
2102 * inspector/debugger/scripts-panel.html:
2103 * inspector/debugger/scripts-sorting-expected.txt:
2104 * platform/chromium/inspector/debugger/scripts-sorting-expected.txt: Copied from LayoutTests/inspector/debugger/scripts-sorting-expected.txt.
2106 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
2108 Malformed chromium test expectation fix, again. Sorry for the spam...
2110 * platform/chromium/test_expectations.txt:
2112 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
2114 Fix malformed chromium test expectation introduced by r92173
2116 * platform/chromium/test_expectations.txt:
2118 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
2120 [Qt][Mac] Unreviewed gardening. Paint the Qt Snow Leopard bot green.
2122 * platform/qt-mac/Skipped: Skip a failing test.
2124 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
2126 [Qt] Unreviewed gardening.
2128 * platform/qt/Skipped: Add comment after r92175.
2130 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
2132 [Qt] Unreviewed gardening. Paint the Qt bot green.
2134 * platform/qt/Skipped: Skip failing tests.
2136 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
2138 Chromium test_expectations.txt update for r92165
2140 * platform/chromium/test_expectations.txt:
2142 2011-08-02 Shinichiro Hamaji <hamaji@chromium.org>
2144 Layout Test fast/text/international/bidi-mirror-he-ar.html is failing
2145 https://bugs.webkit.org/show_bug.cgi?id=65524
2147 Just update test_expectations.txt
2149 * platform/chromium/test_expectations.txt:
2151 2011-08-02 Csaba Osztrogonác <ossy@webkit.org>
2153 [Qt] Unreviewed gardening after r92127.
2155 * platform/qt/editing/selection/4397952-expected.png: Updated.
2156 * platform/qt/editing/selection/4397952-expected.txt: Updated.
2158 2011-08-01 Pavel Feldman <pfeldman@google.com>
2160 Web Inspector: button + "New style rule"
2161 https://bugs.webkit.org/show_bug.cgi?id=65409
2163 Reviewed by Yury Semikhatsky.
2165 * inspector/styles/styles-add-new-rule-expected.txt: Added.
2166 * inspector/styles/styles-add-new-rule.html: Added.
2168 2011-08-01 Anders Carlsson <andersca@apple.com>
2170 Update Lion specific test results.
2172 * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
2173 * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
2174 * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
2175 * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
2177 2011-08-01 Tim Horton <timothy_horton@apple.com>
2179 Unreviewed, rebaseline test results for recently added test.
2181 * platform/chromium-linux/svg/custom/repaint-shadow-expected.png: Added.
2182 * platform/qt/svg/custom/repaint-shadow-expected.txt: Added.
2184 2011-08-01 Zhenyao Mo <zmo@google.com>
2186 Unreviewed, rebaseline, webkit gardener stuff.
2188 * platform/chromium-win-vista/fast/text/international/hindi-spacing-expected.png: Removed.
2189 * platform/chromium-win-vista/fast/text/international/khmer-selection-expected.png: Removed.
2190 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
2191 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.png:
2192 * platform/chromium-win-xp/fast/text/international/hindi-spacing-expected.png:
2193 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png:
2194 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
2195 * platform/chromium-win/fast/text/backslash-to-yen-sign-euc-expected.png:
2196 * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png:
2197 * platform/chromium-win/fast/text/international/hindi-spacing-expected.png:
2198 * platform/chromium-win/fast/text/international/khmer-selection-expected.png:
2199 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2200 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2201 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2202 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2203 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2204 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2205 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2206 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2207 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2208 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2209 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2210 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2211 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2212 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2213 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2214 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2215 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
2216 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
2217 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.png:
2218 * platform/chromium-win/svg/batik/text/textAnchor-expected.png:
2219 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
2220 * platform/chromium-win/svg/batik/text/textLayout-expected.png:
2221 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
2222 * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
2223 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
2224 * platform/chromium-win/svg/batik/text/verticalText-expected.png:
2225 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
2227 2011-08-01 Alice Boxhall <aboxhall@chromium.org>
2229 WAI-ARIA textbox role should be AXTextArea for aria-multiline=true, AXTextField for aria-multiline=false
2230 https://bugs.webkit.org/show_bug.cgi?id=65451
2232 Reviewed by Chris Fleizach.
2234 * accessibility/aria-roles.html:
2235 * platform/mac/accessibility/aria-multiline.html:
2236 * platform/mac/accessibility/aria-roles-expected.txt:
2238 2011-08-01 Zhenyao Mo <zmo@google.com>
2240 Unreviewed, rebaseline, webkit gardener stuff.
2242 * platform/chromium-mac/svg/custom/repaint-shadow-expected.png: Added.
2243 * platform/chromium-win/svg/custom/repaint-shadow-expected.png: Added.
2245 2011-08-01 Tim Horton <timothy_horton@apple.com>
2247 Severe shadow repaint issues with SVGText elements
2248 https://bugs.webkit.org/show_bug.cgi?id=63648
2249 <rdar://problem/7632269>
2251 Reviewed by Darin Adler.
2253 Make SVG elements which inherit from RenderSVGBlock take text-shadow
2254 overflow into account when determining whether or not they should draw
2256 * platform/mac/svg/custom/repaint-shadow-expected.png: Added.
2257 * platform/mac/svg/custom/repaint-shadow-expected.txt: Added.
2258 * svg/custom/repaint-shadow.svg: Added.
2260 2011-08-01 Chris Rogers <crogers@google.com>
2262 One more test_expectations.txt fix for windows web audio
2263 https://bugs.webkit.org/show_bug.cgi?id=65496
2267 * platform/chromium/test_expectations.txt:
2269 2011-08-01 Zhenyao Mo <zmo@google.com>
2271 Unreviewed, rolling out r92022.
2272 http://trac.webkit.org/changeset/92022
2273 https://bugs.webkit.org/show_bug.cgi?id=65203
2275 try to see if this is causing a bunch of browser tests failues
2276 on win bots - will recommit if not
2278 * platform/chromium/test_expectations.txt:
2280 2011-08-01 Ryosuke Niwa <rniwa@webkit.org>
2282 Remove time out expectation since media/track has been added to the skipped list on Qt.
2284 * platform/qt/test_expectations.txt:
2286 2011-08-01 Chris Rogers <crogers@google.com>
2288 Add audionode.html and gain.html web audio layout tests
2289 https://bugs.webkit.org/show_bug.cgi?id=65276
2291 Reviewed by Kenneth Russell.
2293 * webaudio/audionode-expected.txt: Added.
2294 * webaudio/audionode.html: Added.
2295 * webaudio/gain-expected.wav: Added.
2296 * webaudio/gain.html: Added.
2297 * webaudio/resources/buffer-loader.js: Added.
2299 (BufferLoader.prototype.loadBuffer.request.onload):
2300 (BufferLoader.prototype.loadBuffer.request.onerror):
2301 (BufferLoader.prototype.loadBuffer):
2302 (BufferLoader.prototype.load):
2304 2011-08-01 Scott Graham <scottmg@chromium.org>
2306 https://bugs.webkit.org/show_bug.cgi?id=61006
2308 Test for CachedResourceLoader. Not caused by cache-disabling but very
2309 difficult to reproduce when cache is active, so use cache disable in
2310 inspector to exercise code.
2312 Reviewed by Antti Koivisto.
2314 * http/tests/inspector/network/disabled-cache-crash-expected.txt: Added.
2315 * http/tests/inspector/network/disabled-cache-crash.html: Added.
2316 * platform/gtk/Skipped:
2317 * platform/mac/Skipped:
2318 * platform/qt/Skipped:
2319 * platform/win/Skipped:
2321 2011-08-01 Jochen Eisinger <jochen@chromium.org>
2323 Require explicit user action to override the policy URL on form submissions.
2324 https://bugs.webkit.org/show_bug.cgi?id=61809
2326 Reviewed by Adam Barth.
2328 * http/tests/loading/redirect-methods-expected.txt:
2329 * http/tests/security/cookies/resources/set-a-cookie.php: Added.
2330 * http/tests/security/cookies/third-party-cookie-blocking-expected.txt: Added.
2331 * http/tests/security/cookies/third-party-cookie-blocking-main-frame-expected.txt: Added.
2332 * http/tests/security/cookies/third-party-cookie-blocking-main-frame.html: Added.
2333 * http/tests/security/cookies/third-party-cookie-blocking-user-action-expected.txt: Added.
2334 * http/tests/security/cookies/third-party-cookie-blocking-user-action.html: Added.
2335 * http/tests/security/cookies/third-party-cookie-blocking.html: Added.
2337 2011-08-01 Anna Cavender <annacc@chromium.org>
2339 media/track tests should be skipped on all platforms until feature is fully implemented.
2340 https://bugs.webkit.org/show_bug.cgi?id=65482
2342 Reviewed by Ryosuke Niwa.
2344 * platform/gtk/Skipped:
2345 * platform/mac/Skipped:
2346 * platform/qt/Skipped:
2347 * platform/win/Skipped:
2349 2011-08-01 Ryosuke Niwa <rniwa@webkit.org>
2351 Search field in designMode causes a crash
2352 https://bugs.webkit.org/show_bug.cgi?id=65362
2354 Reviewed by Dimitri Glazkov.
2356 Add a test to ensure WebKit doesn't crash when a user tries to delete inside
2357 an empty search field in the design mode.
2359 * editing/input/search-field-crash-in-designmode-expected.txt: Added.
2360 * editing/input/search-field-crash-in-designmode.html: Added.
2362 2011-07-28 Abhishek Arya <inferno@chromium.org>
2364 Regression(82144): Crash in TrailingObjects::updateMidpointsForTrailingBoxes
2365 https://bugs.webkit.org/show_bug.cgi?id=65137
2367 ASSERTION FAILED: trailingSpaceMidpoint >= 0
2369 Reviewed by Dave Hyatt.
2371 * fast/block/update-midpoints-for-trailing-boxes-crash-expected.txt: Added.
2372 * fast/block/update-midpoints-for-trailing-boxes-crash.html: Added.
2374 2011-08-01 Csaba Osztrogonác <ossy@webkit.org>
2376 [Qt] Unreviewed gardening after r92127.
2378 * platform/qt-4.8/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Added.
2379 * platform/qt-4.8/css2.1/t0602-c13-inh-underlin-00-e-expected.txt: Added.
2380 * platform/qt-4.8/editing/selection/4397952-expected.png: Added.
2381 * platform/qt-4.8/editing/selection/4397952-expected.txt: Added.
2382 * platform/qt-mac/Skipped: Skip failing tests.
2383 * platform/qt-wk2/Skipped: Skip failing tests.
2385 2011-08-01 Anders Carlsson <andersca@apple.com>
2387 Add fast/forms/selection-direction.html to the Skipped list.
2389 * platform/wk2/Skipped:
2391 2011-08-01 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
2393 [Qt] Update expected results and unskip now passing tests.
2395 Reviewed by Csaba Osztrogonác.
2397 * platform/qt/Skipped:
2398 * platform/qt/css2.1/ [...]: Updated.
2399 * platform/qt/editing/ [...]: Updated.
2401 2011-08-01 Pavel Feldman <pfeldman@google.com>
2403 Not reviewed: unflake inspector test that was just added.
2405 * inspector/debugger/scripts-sorting-expected.txt:
2406 * inspector/debugger/scripts-sorting.html:
2407 * platform/chromium/test_expectations.txt:
2409 2011-08-01 Hayato Ito <hayato@chromium.org>
2411 Add support for getting an element in shadow root by its id into a window.internals object.
2412 https://bugs.webkit.org/show_bug.cgi?id=64587
2414 Reviewed by Hajime Morita.
2416 * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt: Added.
2417 * fast/dom/shadow/get-element-by-id-in-shadow-root.html: Added.
2418 * fast/dom/shadow/resources/create-dom.js: Added.
2422 2011-08-01 Yury Semikhatsky <yurys@chromium.org>
2424 Web Inspector: typing an expression in an iframe leads to multiple "Unsafe JavaScript attempt to access frame..." errors
2425 https://bugs.webkit.org/show_bug.cgi?id=65457
2427 Reviewed by Pavel Feldman.
2429 * http/tests/inspector/console-cd-completions-expected.txt: Added.
2430 * http/tests/inspector/console-cd-completions.html: Added.
2431 * http/tests/inspector/resources/console-cd-completions-iframe.html: Added.
2433 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2435 [chromium] http/tests/inspector/resource-tree/resource-tree-document-url.html occasionally times out
2436 https://bugs.webkit.org/show_bug.cgi?id=65463
2438 Unreviewed expectations update.
2440 * platform/chromium/test_expectations.txt:
2442 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2444 [chromium] http/tests/cache/history-only-cached-subresource-loads-max-age-https.html frequently times out on Vista
2445 https://bugs.webkit.org/show_bug.cgi?id=65462
2447 Unreviewed expectations update.
2449 * platform/chromium/test_expectations.txt:
2451 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2453 [chromium] Temporarily expect scripts-sorting.html to fail
2454 https://bugs.webkit.org/show_bug.cgi?id=65461
2456 Unreviewed gardening.
2458 * platform/chromium/test_expectations.txt:
2460 2011-08-01 Mihnea Ovidenie <mihnea@adobe.com>
2462 BORDER attribute with the object tag, using percentage values not working.
2463 https://bugs.webkit.org/show_bug.cgi?id=65176
2465 Reviewed by Hajime Morita.
2467 Added the tests with border width with percentages in a new file. Moved them
2468 from images border test file.
2470 * fast/borders/border-width-percent-expected.txt: Added.
2471 * fast/borders/border-width-percent.html: Added.
2472 * fast/images/border-expected.txt:
2473 * fast/images/script-tests/border.js:
2475 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2477 [chromium] Update expectations for fast/text/international/bidi-mirror-he-ar.html
2478 https://bugs.webkit.org/show_bug.cgi?id=65460
2480 Unreviewed expectations update.
2482 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png:
2484 2011-08-01 Vsevolod Vlasov <vsevik@chromium.org>
2486 Web Inspector: Add network panel sidebar width test.
2487 https://bugs.webkit.org/show_bug.cgi?id=65314
2489 Reviewed by Yury Semikhatsky.
2491 * http/tests/inspector/network/network-sidebar-width-expected.txt: Added.
2492 * http/tests/inspector/network/network-sidebar-width.html: Added.
2494 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2496 http/tests/inspector/resource-tree/resource-tree-reload.html is flaky on chromium win
2497 https://bugs.webkit.org/show_bug.cgi?id=60110
2499 Marking it flaky on Linux as well.
2501 * platform/chromium/test_expectations.txt:
2503 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2505 Fix windows text rendering expectations for fast/text/justify-ideograph-leading-expansion.html
2506 https://bugs.webkit.org/show_bug.cgi?id=65455
2508 Unreviewed expectations update.
2510 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Copied from LayoutTests/platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png.
2511 * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png:
2513 2011-08-01 Csaba Osztrogonác <ossy@webkit.org>
2515 REGRESSION (r92048): svg/custom/external-paintserver-reference.svg, svg/custom/linking-base-external-reference.xhtml failing on SnowLeopard Intel Release (Tests)
2516 https://bugs.webkit.org/show_bug.cgi?id=65432
2518 Revert accidentally committed changes, and update Qt specific expected results.
2520 * platform/qt/svg/custom/external-paintserver-reference-expected.png: Copied from LayoutTests/svg/custom/external-paintserver-reference-expected.png.
2521 * platform/qt/svg/custom/external-paintserver-reference-expected.txt: Copied from LayoutTests/svg/custom/external-paintserver-reference-expected.txt.
2522 * platform/qt/svg/custom/linking-base-external-reference-expected.png: Copied from LayoutTests/svg/custom/linking-base-external-reference-expected.png.
2523 * platform/qt/svg/custom/linking-base-external-reference-expected.txt: Copied from LayoutTests/svg/custom/linking-base-external-reference-expected.txt.
2524 * svg/custom/external-paintserver-reference-expected.png: Revert r92048.
2525 * svg/custom/external-paintserver-reference-expected.txt: Revert r92048.
2526 * svg/custom/linking-base-external-reference-expected.png: Revert r92048.
2527 * svg/custom/linking-base-external-reference-expected.txt: Revert r92048.
2529 2011-08-01 Pavel Feldman <pfeldman@google.com>
2531 Not reviewed: unflake inspector test that was just added.
2533 * inspector/debugger/scripts-sorting-expected.txt:
2534 * inspector/debugger/scripts-sorting.html:
2536 2011-08-01 Tony Gentilcore <tonyg@chromium.org>
2538 [chromium] fast/css/outline-auto-empty-rects.html broken by r92059
2539 https://bugs.webkit.org/show_bug.cgi?id=65453
2541 This patch just expects the test to fail for now.
2543 Unreviewed expectations update.
2545 * platform/chromium/test_expectations.txt:
2547 2011-08-01 Pavel Feldman <pfeldman@google.com>
2549 Web Inspector: group scripts by folder in the scripts selector.
2550 https://bugs.webkit.org/show_bug.cgi?id=65321
2552 Reviewed by Yury Semikhatsky.
2554 * http/tests/inspector/debugger-test.js:
2555 (initialize_DebuggerTest):
2556 * inspector/debugger/scripts-sorting-expected.txt: Added.
2557 * inspector/debugger/scripts-sorting.html: Added.
2559 2011-07-28 Pavel Feldman <pfeldman@google.com>
2561 Web Inspector: [protocol] methods where all parameters are optional should not require empty params object.
2562 https://bugs.webkit.org/show_bug.cgi?id=65331
2564 Reviewed by Yury Semikhatsky.
2566 * inspector/report-protocol-errors-expected.txt:
2568 2011-07-31 Adam Barth <abarth@webkit.org>
2570 These results appear to differ only in text rendering.
2572 * platform/chromium-win-xp/fast/text/international/bidi-mirror-he-ar-expected.png:
2573 * platform/chromium-win-xp/fast/text/justify-ideograph-leading-expansion-expected.png: Removed.
2574 * platform/chromium-win/fast/text/international/bidi-mirror-he-ar-expected.png:
2575 * platform/chromium-win/fast/text/justify-ideograph-leading-expansion-expected.png:
2577 2011-07-31 Adam Barth <abarth@webkit.org>
2579 Adding expected results. These results appear to differ only in the scrollbar.
2581 * platform/chromium-linux/svg/custom/external-paintserver-reference-expected.png: Added.
2582 * platform/chromium-linux/svg/custom/linking-base-external-reference-expected.png: Added.
2583 * platform/chromium-mac/svg/custom/external-paintserver-reference-expected.png: Added.
2584 * platform/chromium-mac/svg/custom/external-paintserver-reference-expected.txt: Added.
2585 * platform/chromium-mac/svg/custom/linking-base-external-reference-expected.png: Added.
2586 * platform/chromium-mac/svg/custom/linking-base-external-reference-expected.txt: Added.
2587 * platform/chromium-win/svg/custom/external-paintserver-reference-expected.png: Added.
2588 * platform/chromium-win/svg/custom/external-paintserver-reference-expected.txt: Added.
2589 * platform/chromium-win/svg/custom/linking-base-external-reference-expected.png: Added.
2590 * platform/chromium-win/svg/custom/linking-base-external-reference-expected.txt: Added.
2592 2011-07-31 Adam Barth <abarth@webkit.org>
2594 Update baseline. This patch might cause Linux to start failing, but in
2595 that case, we can add a more specific Linux result. This approach is
2596 somewhat of an exploration of this automated rebaselining algorithm.
2598 * platform/chromium-win/svg/batik/text/textLength-expected.txt:
2600 2011-07-31 Sheriff Bot <webkit.review.bot@gmail.com>
2602 Unreviewed, rolling out r92094.
2603 http://trac.webkit.org/changeset/92094
2604 https://bugs.webkit.org/show_bug.cgi?id=65443
2606 Triggered many asserts (Requested by abarth on #webkit).
2608 * fast/events/event-target-reset-expected.txt: Removed.
2609 * fast/events/event-target-reset.html: Removed.
2611 2011-07-31 Dominic Cooney <dominicc@chromium.org>
2613 Event target set to null post event dispatch
2614 https://bugs.webkit.org/show_bug.cgi?id=63934
2616 Reviewed by Dimitri Glazkov.
2618 * fast/events/event-target-reset-expected.txt: Added.
2619 * fast/events/event-target-reset.html: Added.
2621 2011-07-31 Gavin Barraclough <barraclough@apple.com>
2623 https://bugs.webkit.org/show_bug.cgi?id=64679
2624 Fix bugs in Array.prototype this handling.
2626 Unreviewed - rolling out r91290.
2628 Checking in failing results - we can't fix this bug just yet
2629 for web compatibility reasons.
2631 * fast/js/array-prototype-properties-expected.txt:
2632 * ietestcenter/Javascript/15.4.4.14-5-28-expected.txt:
2633 * ietestcenter/Javascript/15.4.4.15-5-28-expected.txt:
2635 2011-07-31 Ryosuke Niwa <rniwa@webkit.org>
2637 Fix fast/dom/Range/getBoundingClientRect.html after r92089.
2639 * fast/dom/Range/getBoundingClientRect.html:
2641 2011-07-31 Ryosuke Niwa <rniwa@webkit.org>
2643 [Chromium] editing/execCommand/4786404-1.html,editing/execCommand/break-out-of-empty-list-item.html are slow/timeout
2644 https://bugs.webkit.org/show_bug.cgi?id=65019
2646 This bug was invalid; neither test is slow nor timing out.
2648 * platform/chromium/test_expectations.txt:
2650 2011-07-31 Sam Weinig <sam@webkit.org>
2652 REGRESSION: getBoundingClientRect() method of Range incorrectly returns null for collapsed Range
2653 https://bugs.webkit.org/show_bug.cgi?id=65324
2655 Reviewed by Ryosuke Niwa.
2657 * fast/dom/Range/getBoundingClientRect-expected.txt:
2658 * fast/dom/Range/getBoundingClientRect.html:
2659 * fast/dom/Range/getClientRects-expected.txt:
2660 * fast/dom/Range/getClientRects.html:
2661 Add test cases for empty and collapsed ranges.
2663 2011-07-29 Ryosuke Niwa <rniwa@webkit.org>
2665 [HTML5] Implement the selectionDirection property on input and textarea
2666 https://bugs.webkit.org/show_bug.cgi?id=60403
2668 Reviewed by Darin Adler.
2670 Added a test to ensure WebKit sets and gets selectionDirection property.
2672 Also added a test to ensure WebKit throws exceptions when retrieving or assigning values to selectionStart,
2673 selectionEnd, and selectionDirection property of the input element when the element isn't a text field.
2675 * fast/forms/selection-direction-expected.txt: Added.
2676 * fast/forms/selection-direction.html: Added.
2677 * fast/forms/selection-wrongtype-expected.txt: Added.
2678 * fast/forms/selection-wrongtype.html: Added.
2679 * platform/mac/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Copied from
2680 editing/deleting/delete-all-text-in-text-field-assertion-expected.txt; editing delegate change.
2681 * platform/win/editing/deleting/delete-all-text-in-text-field-assertion-expected.txt: Copied from
2682 editing/deleting/delete-all-text-in-text-field-assertion-expected.txt since Windows port fallbacks to Mac.
2684 2011-07-31 Dan Bernstein <mitz@apple.com>
2686 Add expected results for Snow Leopard and earlier for fast/css/font-family-pictograph.html
2688 Fixes REGRESSION (r91777): fast/css/font-family-pictograph.html failing on SnowLeopard Intel Release (Tests)
2689 https://bugs.webkit.org/show_bug.cgi?id=65433
2691 * platform/mac-snowleopard/fast/css: Added.
2692 * platform/mac-snowleopard/fast/css/font-family-pictograph-expected.txt: Added.
2694 2011-07-30 Adam Barth <abarth@webkit.org>
2696 Update baselines. This patch cleans up after http://trac.webkit.org/changeset/92042.
2698 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
2699 * platform/chromium-mac/fast/repaint/absolute-position-changed-expected.png: Added.
2700 * platform/chromium-mac/fast/repaint/absolute-position-moved-expected.png: Added.
2701 * platform/chromium-mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
2702 * platform/chromium-mac/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
2703 * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
2704 * platform/chromium-mac/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
2705 * platform/chromium-mac/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
2706 * platform/chromium-mac/fast/repaint/overflow-hide-expected.png: Added.
2707 * platform/chromium-mac/fast/repaint/overflow-show-expected.png: Added.
2708 * platform/chromium-win/fast/repaint/absolute-position-changed-expected.png: Added.
2709 * platform/chromium-win/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
2710 * platform/chromium-win/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
2711 * platform/chromium-win/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
2712 * platform/chromium-win/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
2713 * platform/chromium-win/fast/repaint/overflow-hide-expected.png: Added.
2714 * platform/chromium-win/fast/repaint/overflow-show-expected.png: Added.
2715 * platform/chromium/fast/repaint/absolute-position-changed-expected.png: Removed.
2716 * platform/chromium/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
2717 * platform/chromium/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
2718 * platform/chromium/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
2719 * platform/chromium/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
2720 * platform/chromium/fast/repaint/overflow-hide-expected.png: Removed.
2721 * platform/chromium/fast/repaint/overflow-show-expected.png: Removed.
2723 2011-07-30 Adam Barth <abarth@webkit.org>
2725 Update more baselines. This completes the cleanup after
2726 http://trac.webkit.org/changeset/92047.
2728 * platform/chromium-win-xp/svg/batik/paints/patternRegions-positioned-objects-expected.png: Removed.
2729 * platform/chromium-win/svg/batik/filters/feTile-expected.png:
2730 * platform/chromium-win/svg/batik/filters/feTile-expected.txt:
2731 * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
2732 * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt:
2733 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt:
2734 * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2735 * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt:
2736 * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt:
2737 * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2738 * platform/chromium-win/svg/batik/text/textEffect2-expected.txt:
2739 * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
2740 * platform/chromium-win/svg/batik/text/textFeatures-expected.txt:
2741 * platform/chromium-win/svg/batik/text/textLayout-expected.png:
2742 * platform/chromium-win/svg/batik/text/textLayout-expected.txt:
2743 * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt:
2745 2011-07-30 Adam Barth <abarth@webkit.org>
2747 More baseline updates. (I'm going slowly because I'm using a new
2748 toolchain to do the rebaselining.)
2750 * platform/chromium-linux/svg/batik/text/textOnPath-expected.png:
2751 * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt:
2752 * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Removed.
2753 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.txt: Removed.
2754 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.png:
2755 * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt:
2756 * platform/chromium-win/svg/batik/text/textAnchor-expected.png:
2757 * platform/chromium-win/svg/batik/text/textAnchor-expected.txt:
2758 * platform/chromium-win/svg/batik/text/textDecoration-expected.txt:
2759 * platform/chromium-win/svg/batik/text/textOnPath-expected.txt:
2760 * platform/chromium-win/svg/batik/text/textPosition2-expected.txt:
2761 * platform/chromium-win/svg/batik/text/textProperties-expected.png:
2762 * platform/chromium-win/svg/batik/text/textProperties-expected.txt:
2763 * platform/chromium-win/svg/batik/text/textProperties2-expected.png:
2764 * platform/chromium-win/svg/batik/text/textProperties2-expected.txt:
2765 * platform/chromium-win/svg/batik/text/textStyles-expected.png:
2766 * platform/chromium-win/svg/batik/text/textStyles-expected.txt:
2767 * platform/chromium-win/svg/batik/text/verticalText-expected.txt:
2769 2011-07-30 Adam Barth <abarth@webkit.org>
2771 More baseline updates. (I'm going slowly because I'm using a new
2772 toolchain to do the rebaselining.)
2774 * platform/chromium-linux/svg/batik/text/textPosition-expected.txt:
2775 * platform/chromium-win/svg/batik/text/textLayout2-expected.txt:
2776 * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt:
2777 * platform/chromium-win/svg/batik/text/textPosition-expected.txt:
2779 2011-07-30 Adam Barth <abarth@webkit.org>
2783 * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2785 2011-07-30 Enrica Casucci <enrica@apple.com>
2787 REGRESSION: culledInlineAbsoluteRects needs to translate a 0,0 point to absolute
2788 coordinates so that the top left position is accurate.
2789 https://bugs.webkit.org/show_bug.cgi?id=65419
2790 <rdar://problem/9408862>
2792 Reviewed by Dan Bernstein.
2794 * fast/inline/skipped-whitespace-boundingBox-expected.txt: Added.
2795 * fast/inline/skipped-whitespace-boundingBox.html: Added.
2797 2011-07-26 Pavel Podivilov <podivilov@chromium.org>
2799 Web Inspector: move location conversion functions to SourceFile.
2800 https://bugs.webkit.org/show_bug.cgi?id=65185
2802 Reviewed by Pavel Feldman.
2804 * inspector/debugger/source-file-expected.txt: Added.
2805 * inspector/debugger/source-file.html: Added.
2807 2011-07-30 Csaba Osztrogonác <ossy@webkit.org>
2809 [Qt] Update platform specific expected files after r92047.
2811 * platform/qt-4.8/svg/batik/filters/filterRegions-expected.txt:
2812 * platform/qt-4.8/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2813 * platform/qt-4.8/svg/batik/paints/patternRegionA-expected.txt:
2814 * platform/qt-4.8/svg/batik/paints/patternRegions-expected.txt:
2815 * platform/qt-4.8/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2816 * platform/qt-4.8/svg/batik/text/longTextOnPath-expected.txt:
2817 * platform/qt-4.8/svg/batik/text/smallFonts-expected.txt:
2818 * platform/qt-4.8/svg/batik/text/textAnchor-expected.txt:
2819 * platform/qt-4.8/svg/batik/text/textDecoration-expected.txt:
2820 * platform/qt-4.8/svg/batik/text/textEffect-expected.txt:
2821 * platform/qt-4.8/svg/batik/text/textEffect2-expected.txt:
2822 * platform/qt-4.8/svg/batik/text/textEffect3-expected.txt:
2823 * platform/qt-4.8/svg/batik/text/textFeatures-expected.txt:
2824 * platform/qt-4.8/svg/batik/text/textLayout2-expected.txt:
2825 * platform/qt-4.8/svg/batik/text/textLength-expected.txt:
2826 * platform/qt-4.8/svg/batik/text/textOnPath-expected.txt:
2827 * platform/qt-4.8/svg/batik/text/textPosition-expected.txt:
2828 * platform/qt-4.8/svg/batik/text/textPosition2-expected.txt:
2829 * platform/qt-4.8/svg/batik/text/textProperties-expected.txt:
2830 * platform/qt-4.8/svg/batik/text/textProperties2-expected.txt:
2831 * platform/qt-4.8/svg/batik/text/verticalTextOnPath-expected.txt:
2832 * platform/qt-mac/Skipped: Skip failing tests.
2834 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
2836 [Qt] Update platform specific expected files after r92047.
2838 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
2839 * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2840 * platform/qt/svg/batik/filters/filterRegions-expected.txt:
2841 * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2842 * platform/qt/svg/batik/paints/patternRegionA-expected.txt:
2843 * platform/qt/svg/batik/paints/patternRegions-expected.txt:
2844 * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
2845 * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2846 * platform/qt/svg/batik/text/longTextOnPath-expected.txt:
2847 * platform/qt/svg/batik/text/smallFonts-expected.txt:
2848 * platform/qt/svg/batik/text/textAnchor-expected.txt:
2849 * platform/qt/svg/batik/text/textDecoration-expected.png:
2850 * platform/qt/svg/batik/text/textDecoration-expected.txt:
2851 * platform/qt/svg/batik/text/textEffect-expected.txt:
2852 * platform/qt/svg/batik/text/textEffect2-expected.txt:
2853 * platform/qt/svg/batik/text/textEffect3-expected.txt:
2854 * platform/qt/svg/batik/text/textFeatures-expected.txt:
2855 * platform/qt/svg/batik/text/textLayout2-expected.txt:
2856 * platform/qt/svg/batik/text/textLength-expected.txt:
2857 * platform/qt/svg/batik/text/textOnPath-expected.txt:
2858 * platform/qt/svg/batik/text/textPosition-expected.txt:
2859 * platform/qt/svg/batik/text/textPosition2-expected.txt:
2860 * platform/qt/svg/batik/text/textProperties-expected.txt:
2861 * platform/qt/svg/batik/text/textProperties2-expected.txt:
2862 * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:
2863 * platform/qt/svg/hixie/error/014-expected.txt:
2864 * platform/qt/svg/hixie/use/002-expected.txt:
2865 * svg/custom/external-paintserver-reference-expected.png:
2866 * svg/custom/external-paintserver-reference-expected.txt:
2867 * svg/custom/linking-base-external-reference-expected.png:
2868 * svg/custom/linking-base-external-reference-expected.txt:
2870 2011-07-29 Rob Buis <rbuis@rim.com>
2872 URL references are completely broken in SVG
2873 https://bugs.webkit.org/show_bug.cgi?id=63283
2875 Reviewed by Nikolas Zimmermann.
2877 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
2878 * platform/mac/svg/batik/filters/feTile-expected.txt:
2879 * platform/mac/svg/batik/filters/filterRegions-expected.txt:
2880 * platform/mac/svg/batik/masking/maskRegions-expected.txt:
2881 * platform/mac/svg/batik/paints/gradientLimit-expected.txt:
2882 * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
2883 * platform/mac/svg/batik/paints/patternRegionA-expected.txt:
2884 * platform/mac/svg/batik/paints/patternRegions-expected.txt:
2885 * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
2886 * platform/mac/svg/batik/text/longTextOnPath-expected.txt:
2887 * platform/mac/svg/batik/text/smallFonts-expected.txt:
2888 * platform/mac/svg/batik/text/textAnchor-expected.txt:
2889 * platform/mac/svg/batik/text/textDecoration-expected.txt:
2890 * platform/mac/svg/batik/text/textEffect-expected.txt:
2891 * platform/mac/svg/batik/text/textEffect2-expected.txt:
2892 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2893 * platform/mac/svg/batik/text/textFeatures-expected.txt:
2894 * platform/mac/svg/batik/text/textLayout-expected.txt:
2895 * platform/mac/svg/batik/text/textLayout2-expected.txt:
2896 * platform/mac/svg/batik/text/textLength-expected.txt:
2897 * platform/mac/svg/batik/text/textOnPath-expected.txt:
2898 * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt:
2899 * platform/mac/svg/batik/text/textPosition-expected.txt:
2900 * platform/mac/svg/batik/text/textPosition2-expected.txt:
2901 * platform/mac/svg/batik/text/textProperties-expected.txt:
2902 * platform/mac/svg/batik/text/textProperties2-expected.txt:
2903 * platform/mac/svg/batik/text/textStyles-expected.txt:
2904 * platform/mac/svg/batik/text/verticalText-expected.txt:
2905 * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt:
2906 * platform/mac/svg/hixie/error/014-expected.txt:
2907 * platform/mac/svg/hixie/use/002-expected.txt:
2908 * svg/custom/external-paintserver-reference-expected.png: Added.
2909 * svg/custom/external-paintserver-reference-expected.txt: Added.
2910 * svg/custom/external-paintserver-reference.svg: Added.
2911 * svg/custom/linking-base-external-reference-expected.png: Added.
2912 * svg/custom/linking-base-external-reference-expected.txt: Added.
2913 * svg/custom/linking-base-external-reference.xhtml: Added.
2914 * svg/custom/uri-reference-handling-expected.png: Added.
2915 * svg/custom/uri-reference-handling-expected.txt: Added.
2916 * svg/custom/uri-reference-handling.svg: Added.
2918 2011-07-29 Zhenyao Mo <zmo@google.com>
2920 Unreviewed, rebaseline, gardener stuff.
2922 * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.png: Removed.
2923 * platform/chromium-win-vista/fast/text/international/hindi-spacing-expected.png:
2924 * platform/chromium-win-vista/fast/text/international/khmer-selection-expected.png: Added.
2925 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
2926 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-expected.png:
2927 * platform/chromium-win-xp/fast/text/international/hindi-spacing-expected.png:
2928 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png:
2929 * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png:
2930 * platform/chromium-win/fast/text/backslash-to-yen-sign-euc-expected.png:
2931 * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png:
2932 * platform/chromium-win/fast/text/international/hindi-spacing-expected.png:
2933 * platform/chromium-win/fast/text/international/khmer-selection-expected.png:
2934 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
2935 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
2936 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
2937 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
2938 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
2939 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
2940 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
2941 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
2942 * platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
2943 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
2944 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
2945 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
2946 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
2947 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
2948 * platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
2949 * platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
2950 * platform/chromium-win/svg/batik/text/verticalText-expected.png:
2951 * platform/chromium-win/svg/css/text-shadow-multiple-expected.png:
2953 2011-07-29 Julien Chaffraix <jchaffraix@webkit.org>
2955 Add more testing to RenderLayer [ct'd]
2956 https://bugs.webkit.org/show_bug.cgi?id=65059
2958 Reviewed by James Robinson.
2960 This change adds testing with <iframe>, position: absolute elements and scrolling.
2962 * fast/repaint/absolute-position-change-containing-block.html: Added.
2963 * fast/repaint/absolute-position-changed.html: Added.
2964 * fast/repaint/absolute-position-moved.html: Added.
2965 * fast/repaint/fixed-and-absolute-position-scrolled.html: Added.
2966 * fast/repaint/fixed-position-transparency-with-overflow.html: Added.
2967 * fast/repaint/fixed-to-relative-position-with-absolute-child.html: Added.
2968 * fast/repaint/nested-iframe-scroll-inner.html: Added.
2969 * fast/repaint/nested-iframe-scroll-outer.html: Added.
2970 * fast/repaint/overflow-hide.html: Added.
2971 * fast/repaint/overflow-show.html: Added.
2974 * fast/repaint/resources/iframe-inner.html: Added.
2975 * fast/repaint/resources/iframe-outer.html: Added.
2977 * fast/repaint/resources/default.css:
2978 Added more shared code here.
2980 * fast/repaint/absolute-position-change-containing-block-expected.png: Added.
2981 * fast/repaint/absolute-position-change-containing-block-expected.txt: Added.
2982 * fast/repaint/absolute-position-changed-expected.txt: Added.
2983 * fast/repaint/absolute-position-moved-expected.png: Added.
2984 * fast/repaint/absolute-position-moved-expected.txt: Added.
2985 * fast/repaint/fixed-and-absolute-position-scrolled-expected.txt: Added.
2986 * fast/repaint/fixed-position-transparency-with-overflow-expected.txt: Added.
2987 * fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
2988 * fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt: Added.
2989 * fast/repaint/nested-iframe-scroll-inner-expected.txt: Added.
2990 * fast/repaint/nested-iframe-scroll-outer-expected.txt: Added.
2991 * fast/repaint/overflow-hide-expected.txt: Added.
2992 * fast/repaint/overflow-show-expected.txt: Added.
2994 * platform/chromium/fast/repaint/absolute-position-changed-expected.png: Added.
2995 * platform/chromium/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
2996 * platform/chromium/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
2997 * platform/chromium/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
2998 * platform/chromium/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
2999 * platform/chromium/fast/repaint/overflow-hide-expected.png: Added.
3000 * platform/chromium/fast/repaint/overflow-show-expected.png: Added.
3001 * platform/mac/fast/repaint/absolute-position-changed-expected.png: Added.
3002 * platform/mac/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
3003 * platform/mac/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
3004 * platform/mac/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
3005 * platform/mac/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
3007 * platform/mac/fast/repaint/overflow-hide-expected.png: Added.
3008 * platform/mac/fast/repaint/overflow-show-expected.png: Added.
3009 Those 2 results are strange and a bug will be opened about them.
3011 2011-07-29 Filip Pizlo <fpizlo@apple.com>
3013 LayoutTests does not have a test for array speculation pathologies in the JavaScriptCore DFG JIT.
3014 https://bugs.webkit.org/show_bug.cgi?id=65397
3016 Reviewed by Darin Adler.
3018 This test reproduces the crash seen in https://bugs.webkit.org/show_bug.cgi?id=65327, and is
3019 designed to guard itself against possible variants of array speculation failure. It will
3020 test both the case where a speculate-array value is actually a non-array object, and the
3021 case where it is a number. Particular care is taken to increase the likelihood that the
3022 test remains relevant if the JIT performs speculation based on actual argument types and
3023 values at the time of compilation.
3025 * fast/js/array-type-speculation-expected.txt: Added.
3026 * fast/js/array-type-speculation.html: Added.
3027 * fast/js/script-tests/array-type-speculation.js: Added.
3029 2011-07-29 Zhenyao Mo <zmo@google.com>
3031 Unreviewed, test expectations update, gardener stuff.
3033 * platform/chromium/test_expectations.txt:
3035 2011-07-29 Emil A Eklund <eae@chromium.org>
3037 -webkit-marquee with anonymous node causes segmentation fault in Node::document
3038 https://bugs.webkit.org/show_bug.cgi?id=64693
3040 Reviewed by Simon Fraser.
3042 * fast/css/webkit-marquee-anonymous-node-crash-expected.txt: Added.
3043 * fast/css/webkit-marquee-anonymous-node-crash.html: Added.
3044 Add test for using -webkit-marquee with an anonymous node.
3046 2011-07-29 Mike Reed <reed@google.com>
3048 [skia] never draw with GDI, so that all text can be gpu-accelerated
3049 https://bugs.webkit.org/show_bug.cgi?id=65203
3051 Reviewed by Kenneth Russell.
3053 * platform/chromium/test_expectations.txt:
3055 2011-07-29 Dan Bernstein <mitz@apple.com>
3057 Test for <rdar://problem/9864578> Regional indicator symbols do not combine into national flags
3058 https://bugs.webkit.org/show_bug.cgi?id=65380
3060 Reviewed by Anders Carlsson.
3062 * fast/text/regional-indicator-symobls-expected.txt: Added.
3063 * fast/text/regional-indicator-symobls.html: Added.
3065 2011-07-29 Anna Cavender <annacc@chromium.org>
3067 Tests for validating a new WebVTT parser for <track>
3068 https://bugs.webkit.org/show_bug.cgi?id=64921
3070 Reviewed by Eric Carlson.
3072 * media/track/captions/tc000_empty.vtt: Added.
3073 * media/track/captions/tc001_iso2022jp3.vtt: Added.
3074 * media/track/captions/tc001_utf8.vtt: Added.
3075 * media/track/captions/tc002_bom.vtt: Added.
3076 * media/track/captions/tc003_newlines.vtt: Added.
3077 * media/track/captions/tc003_nonewlineateof.vtt: Added.
3078 * media/track/captions/tc004_nowebvtt.vtt: Added.
3079 * media/track/captions/tc004_webvttfile.vtt: Added.
3080 * media/track/captions/tc004_webvttrubbish.vtt: Added.
3081 * media/track/captions/tc005_defaultstyles.vtt: Added.
3082 * media/track/captions/tc005_metadataarea.vtt: Added.
3083 * media/track/captions/tc006_cueid.vtt: Added.
3084 * media/track/captions/tc006_cueiderror.vtt: Added.
3085 * media/track/captions/tc007_cuenoid.vtt: Added.
3086 * media/track/captions/tc007_cuenoiderror.vtt: Added.
3087 * media/track/captions/tc008_timingsnohour.vtt: Added.
3088 * media/track/captions/tc008_timingsnohourerrors.vtt: Added.
3089 * media/track/captions/tc009_timingshour.vtt: Added.
3090 * media/track/captions/tc009_timingshourerror.vtt: Added.
3091 * media/track/captions/tc010_notimings.vtt: Added.
3092 * media/track/captions/tc011_cues.vtt: Added.
3093 * media/track/captions/tc011_cuesnosep.vtt: Added.
3094 * media/track/captions/tc012_outoforder.vtt: Added.
3095 * media/track/captions/tc013_settings.vtt: Added.
3096 * media/track/captions/tc013_settingsbadsep.vtt: Added.
3097 * media/track/track-webvtt-tc000-empty-expected.txt: Added.
3098 * media/track/track-webvtt-tc000-empty.html: Added.
3099 * media/track/track-webvtt-tc001-utf8-expected.txt: Added.
3100 * media/track/track-webvtt-tc001-utf8.html: Added.
3101 * media/track/track-webvtt-tc002-bom-expected.txt: Added.
3102 * media/track/track-webvtt-tc002-bom.html: Added.
3103 * media/track/track-webvtt-tc003-newlines-expected.txt: Added.
3104 * media/track/track-webvtt-tc003-newlines.html: Added.
3105 * media/track/track-webvtt-tc004-magicheader-expected.txt: Added.
3106 * media/track/track-webvtt-tc004-magicheader.html: Added.
3107 * media/track/track-webvtt-tc005-headercomment-expected.txt: Added.
3108 * media/track/track-webvtt-tc005-headercomment.html: Added.
3109 * media/track/track-webvtt-tc006-cueidentifiers-expected.txt: Added.
3110 * media/track/track-webvtt-tc006-cueidentifiers.html: Added.
3111 * media/track/track-webvtt-tc007-cuenoid-expected.txt: Added.
3112 * media/track/track-webvtt-tc007-cuenoid.html: Added.
3113 * media/track/track-webvtt-tc008-timingsnohours-expected.txt: Added.
3114 * media/track/track-webvtt-tc008-timingsnohours.html: Added.
3115 * media/track/track-webvtt-tc009-timingshour-expected.txt: Added.
3116 * media/track/track-webvtt-tc009-timingshour.html: Added.
3117 * media/track/track-webvtt-tc010-notimings-expected.txt: Added.
3118 * media/track/track-webvtt-tc010-notimings.html: Added.
3119 * media/track/track-webvtt-tc011-blanklines-expected.txt: Added.
3120 * media/track/track-webvtt-tc011-blanklines.html: Added.
3121 * media/track/track-webvtt-tc012-outoforder-expected.txt: Added.
3122 * media/track/track-webvtt-tc012-outoforder.html: Added.
3123 * media/track/track-webvtt-tc013-settings-expected.txt: Added.
3124 * media/track/track-webvtt-tc013-settings.html: Added.
3125 * platform/chromium/test_expectations.txt:
3126 * platform/gtk/test_expectations.txt:
3127 * platform/qt/test_expectations.txt:
3128 * platform/wk2/Skipped:
3130 2011-07-29 Tony Chang <tony@chromium.org>
3132 rename css3/flexbox/display-property.html to css3/flexbox/css-properties.html
3133 https://bugs.webkit.org/show_bug.cgi?id=65343
3135 Reviewed by Mihai Parparita.
3137 I plan on adding more tests for the other flexbox properties
3138 (flex-order, flex-direction, flex-pack, flex-align) to this file.
3140 * css3/flexbox/css-properties-expected.txt: Copied from LayoutTests/css3/flexbox/display-property-expected.txt.
3141 * css3/flexbox/css-properties.html: Copied from LayoutTests/css3/flexbox/display-property.html.
3142 * css3/flexbox/display-property-expected.txt: Removed.
3143 * css3/flexbox/display-property.html: Removed.
3144 * css3/flexbox/script-tests/css-properties.js: Copied from LayoutTests/css3/flexbox/script-tests/display-property.js.
3145 * css3/flexbox/script-tests/display-property.js: Removed.
3147 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3149 [Qt] Unreviewed typo fix.
3151 * platform/qt/Skipped:
3153 2011-07-29 Stephen White <senorblanco@chromium.org>
3155 [Chromium] Marking some media tests as passing and removing from
3160 * platform/chromium/test_expectations.txt:
3162 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3164 [Qt] Unreviewed gardening after r91986
3166 * platform/qt-arm/Skipped: Skip failing tests.
3168 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3170 [Qt] Unreviewed gardening after r91986
3172 * platform/qt-mac/Skipped: Skip one more failing test.
3174 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3176 [Qt] Couple of tests have different results on 64 bit and/or in debug mode compared to 32 bit and/or release mode
3177 https://bugs.webkit.org/show_bug.cgi?id=52810
3179 * platform/qt/Skipped: Add 4 new failing tests.
3181 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3183 [Qt][ARM]REGRESSION(r91752): It made audio related tests fail
3184 https://bugs.webkit.org/show_bug.cgi?id=65369
3186 * platform/qt-arm/Skipped: Skip failing tests.
3188 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3190 [Qt] Unreviewed gardening after r91986
3192 * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
3193 * platform/qt-4.8/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
3194 * platform/qt-4.8/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
3195 * platform/qt-4.8/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
3196 * platform/qt-4.8/svg/batik/filters/filterRegions-expected.png: Added.
3197 * platform/qt-4.8/svg/batik/filters/filterRegions-expected.txt: Added.
3198 * platform/qt-4.8/svg/batik/masking/maskRegions-expected.png: Added.
3199 * platform/qt-4.8/svg/batik/masking/maskRegions-expected.txt: Added.
3200 * platform/qt-4.8/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
3201 * platform/qt-4.8/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
3202 * platform/qt-4.8/svg/batik/paints/patternRegionA-expected.png: Added.
3203 * platform/qt-4.8/svg/batik/paints/patternRegionA-expected.txt: Added.
3204 * platform/qt-4.8/svg/batik/paints/patternRegions-expected.png: Added.
3205 * platform/qt-4.8/svg/batik/paints/patternRegions-expected.txt: Added.
3206 * platform/qt-4.8/svg/batik/text/longTextOnPath-expected.png: Added.
3207 * platform/qt-4.8/svg/batik/text/longTextOnPath-expected.txt: Added.
3208 * platform/qt-4.8/svg/batik/text/smallFonts-expected.png: Added.
3209 * platform/qt-4.8/svg/batik/text/smallFonts-expected.txt: Added.
3210 * platform/qt-4.8/svg/batik/text/textAnchor-expected.png: Added.
3211 * platform/qt-4.8/svg/batik/text/textAnchor-expected.txt: Added.
3212 * platform/qt-4.8/svg/batik/text/textAnchor2-expected.png: Added.
3213 * platform/qt-4.8/svg/batik/text/textAnchor2-expected.txt: Added.
3214 * platform/qt-4.8/svg/batik/text/textAnchor3-expected.png: Added.
3215 * platform/qt-4.8/svg/batik/text/textAnchor3-expected.txt: Added.
3216 * platform/qt-4.8/svg/batik/text/textDecoration2-expected.png: Added.
3217 * platform/qt-4.8/svg/batik/text/textDecoration2-expected.txt: Added.
3218 * platform/qt-4.8/svg/batik/text/textEffect-expected.png: Added.
3219 * platform/qt-4.8/svg/batik/text/textEffect-expected.txt: Added.
3220 * platform/qt-4.8/svg/batik/text/textEffect2-expected.png: Added.
3221 * platform/qt-4.8/svg/batik/text/textEffect2-expected.txt: Added.
3222 * platform/qt-4.8/svg/batik/text/textEffect3-expected.png: Added.
3223 * platform/qt-4.8/svg/batik/text/textEffect3-expected.txt: Added.
3224 * platform/qt-4.8/svg/batik/text/textFeatures-expected.png: Added.
3225 * platform/qt-4.8/svg/batik/text/textFeatures-expected.txt: Added.
3226 * platform/qt-4.8/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
3227 * platform/qt-4.8/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
3228 * platform/qt-4.8/svg/batik/text/textLayout2-expected.png: Added.
3229 * platform/qt-4.8/svg/batik/text/textLayout2-expected.txt: Added.
3230 * platform/qt-4.8/svg/batik/text/textLength-expected.png: Added.
3231 * platform/qt-4.8/svg/batik/text/textLength-expected.txt: Added.
3232 * platform/qt-4.8/svg/batik/text/textOnPath-expected.png: Added.
3233 * platform/qt-4.8/svg/batik/text/textOnPath-expected.txt: Added.
3234 * platform/qt-4.8/svg/batik/text/textOnPath2-expected.png: Added.
3235 * platform/qt-4.8/svg/batik/text/textOnPath2-expected.txt: Added.
3236 * platform/qt-4.8/svg/batik/text/textOnPath3-expected.png: Added.
3237 * platform/qt-4.8/svg/batik/text/textOnPath3-expected.txt: Added.
3238 * platform/qt-4.8/svg/batik/text/textPCDATA-expected.png: Added.
3239 * platform/qt-4.8/svg/batik/text/textPCDATA-expected.txt: Added.
3240 * platform/qt-4.8/svg/batik/text/textPosition-expected.png: Added.
3241 * platform/qt-4.8/svg/batik/text/textPosition-expected.txt: Added.
3242 * platform/qt-4.8/svg/batik/text/textPosition2-expected.png: Added.
3243 * platform/qt-4.8/svg/batik/text/textPosition2-expected.txt: Added.
3244 * platform/qt-4.8/svg/batik/text/textProperties-expected.png: Added.
3245 * platform/qt-4.8/svg/batik/text/textProperties-expected.txt: Added.
3246 * platform/qt-4.8/svg/batik/text/textProperties2-expected.png: Added.
3247 * platform/qt-4.8/svg/batik/text/textProperties2-expected.txt: Added.
3248 * platform/qt-4.8/svg/batik/text/verticalTextOnPath-expected.png: Added.
3249 * platform/qt-4.8/svg/batik/text/verticalTextOnPath-expected.txt: Added.
3250 * platform/qt-4.8/svg/carto.net/button-expected.png: Added.
3251 * platform/qt-4.8/svg/carto.net/button-expected.txt: Added.
3252 * platform/qt-4.8/svg/carto.net/colourpicker-expected.png: Added.
3253 * platform/qt-4.8/svg/carto.net/colourpicker-expected.txt: Added.
3254 * platform/qt-4.8/svg/carto.net/combobox-expected.png: Added.
3255 * platform/qt-4.8/svg/carto.net/combobox-expected.txt: Added.
3256 * platform/qt-4.8/svg/carto.net/scrollbar-expected.png: Added.
3257 * platform/qt-4.8/svg/carto.net/scrollbar-expected.txt: Added.
3258 * platform/qt-4.8/svg/carto.net/selectionlist-expected.png: Added.
3259 * platform/qt-4.8/svg/carto.net/selectionlist-expected.txt: Added.
3260 * platform/qt-4.8/svg/carto.net/slider-expected.png: Added.
3261 * platform/qt-4.8/svg/carto.net/slider-expected.txt: Added.
3262 * platform/qt-4.8/svg/carto.net/tabgroup-expected.png: Added.
3263 * platform/qt-4.8/svg/carto.net/tabgroup-expected.txt: Added.
3264 * platform/qt-4.8/svg/carto.net/textbox-expected.png: Added.
3265 * platform/qt-4.8/svg/carto.net/textbox-expected.txt: Added.
3266 * platform/qt-4.8/svg/carto.net/window-expected.png: Added.
3267 * platform/qt-4.8/svg/carto.net/window-expected.txt: Added.
3268 * platform/qt-mac/Skipped: Skip failing tests.
3269 * platform/qt-wk2/Skipped: Skip failing tests.
3271 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3273 [Qt] Unreviewed gardening after r91984
3275 * platform/qt-4.8/fast/block/positioning/047-expected.png: Added.
3276 * platform/qt-4.8/fast/block/positioning/047-expected.txt: Added.
3277 * platform/qt-4.8/fast/block/positioning/051-expected.png: Added.
3278 * platform/qt-4.8/fast/block/positioning/051-expected.txt: Added.
3279 * platform/qt-4.8/fast/invalid/019-expected.png: Added.
3280 * platform/qt-4.8/fast/invalid/019-expected.txt: Added.
3281 * platform/qt-4.8/fast/lists/003-expected.png: Added.
3282 * platform/qt-4.8/fast/lists/003-expected.txt: Added.
3283 * platform/qt-4.8/fast/text/basic/generic-family-reset-expected.png: Added.
3284 * platform/qt-4.8/fast/text/basic/generic-family-reset-expected.txt: Added.
3285 * platform/qt-mac/Skipped: Skip failing tests.
3286 * platform/qt-wk2/Skipped: Skip failing tests.
3288 2011-07-29 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
3290 [Qt] Add platform specific expected results
3292 Reviewed by Csaba Osztrogonác.
3294 * platform/qt/Skipped: Unskip passing tests.
3295 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: Added.
3296 * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt: Added.
3297 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added.
3298 * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added.
3299 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png: Added.
3300 * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt: Added.
3301 * platform/qt/svg/W3C-SVG-1.1/struct-frag-01-t-expected.png: Added.
3302 * platform/qt/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt:
3303 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
3304 * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt: Added.
3305 * platform/qt/svg/batik/filters/filterRegions-expected.png: Added.
3306 * platform/qt/svg/batik/filters/filterRegions-expected.txt: Added.
3307 * platform/qt/svg/batik/masking/maskRegions-expected.png: Added.
3308 * platform/qt/svg/batik/masking/maskRegions-expected.txt: Added.
3309 * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
3310 * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
3311 * platform/qt/svg/batik/paints/patternRegionA-expected.png: Added.
3312 * platform/qt/svg/batik/paints/patternRegionA-expected.txt: Added.
3313 * platform/qt/svg/batik/paints/patternRegions-expected.png: Added.
3314 * platform/qt/svg/batik/paints/patternRegions-expected.txt: Added.
3315 * platform/qt/svg/batik/text/longTextOnPath-expected.png: Added.
3316 * platform/qt/svg/batik/text/longTextOnPath-expected.txt: Added.
3317 * platform/qt/svg/batik/text/smallFonts-expected.png: Added.
3318 * platform/qt/svg/batik/text/smallFonts-expected.txt: Added.
3319 * platform/qt/svg/batik/text/textAnchor-expected.png: Added.
3320 * platform/qt/svg/batik/text/textAnchor-expected.txt: Added.
3321 * platform/qt/svg/batik/text/textAnchor2-expected.png: Added.
3322 * platform/qt/svg/batik/text/textAnchor2-expected.txt: Added.
3323 * platform/qt/svg/batik/text/textAnchor3-expected.png: Added.
3324 * platform/qt/svg/batik/text/textAnchor3-expected.txt: Added.
3325 * platform/qt/svg/batik/text/textDecoration2-expected.png: Added.
3326 * platform/qt/svg/batik/text/textDecoration2-expected.txt: Added.
3327 * platform/qt/svg/batik/text/textEffect-expected.png: Added.
3328 * platform/qt/svg/batik/text/textEffect-expected.txt: Added.
3329 * platform/qt/svg/batik/text/textEffect2-expected.png: Added.
3330 * platform/qt/svg/batik/text/textEffect2-expected.txt: Added.
3331 * platform/qt/svg/batik/text/textEffect3-expected.png: Added.
3332 * platform/qt/svg/batik/text/textEffect3-expected.txt: Added.
3333 * platform/qt/svg/batik/text/textFeatures-expected.png: Added.
3334 * platform/qt/svg/batik/text/textFeatures-expected.txt: Added.
3335 * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added.
3336 * platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: Added.
3337 * platform/qt/svg/batik/text/textLayout2-expected.png: Added.
3338 * platform/qt/svg/batik/text/textLayout2-expected.txt: Added.
3339 * platform/qt/svg/batik/text/textLength-expected.png: Added.
3340 * platform/qt/svg/batik/text/textLength-expected.txt: Added.
3341 * platform/qt/svg/batik/text/textOnPath-expected.png: Added.
3342 * platform/qt/svg/batik/text/textOnPath-expected.txt: Added.
3343 * platform/qt/svg/batik/text/textOnPath2-expected.png: Added.
3344 * platform/qt/svg/batik/text/textOnPath2-expected.txt: Added.
3345 * platform/qt/svg/batik/text/textOnPath3-expected.png: Added.
3346 * platform/qt/svg/batik/text/textOnPath3-expected.txt: Added.
3347 * platform/qt/svg/batik/text/textPCDATA-expected.png: Added.
3348 * platform/qt/svg/batik/text/textPCDATA-expected.txt: Added.
3349 * platform/qt/svg/batik/text/textPosition-expected.png: Added.
3350 * platform/qt/svg/batik/text/textPosition-expected.txt: Added.
3351 * platform/qt/svg/batik/text/textPosition2-expected.png: Added.
3352 * platform/qt/svg/batik/text/textPosition2-expected.txt: Added.
3353 * platform/qt/svg/batik/text/textProperties-expected.png: Added.
3354 * platform/qt/svg/batik/text/textProperties-expected.txt: Added.
3355 * platform/qt/svg/batik/text/textProperties2-expected.png: Added.
3356 * platform/qt/svg/batik/text/textProperties2-expected.txt: Added.
3357 * platform/qt/svg/batik/text/verticalTextOnPath-expected.png: Added.
3358 * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt: Added.
3359 * platform/qt/svg/carto.net/button-expected.png: Added.
3360 * platform/qt/svg/carto.net/button-expected.txt: Added.
3361 * platform/qt/svg/carto.net/colourpicker-expected.png: Added.
3362 * platform/qt/svg/carto.net/colourpicker-expected.txt: Added.
3363 * platform/qt/svg/carto.net/combobox-expected.png: Added.
3364 * platform/qt/svg/carto.net/combobox-expected.txt: Added.
3365 * platform/qt/svg/carto.net/scrollbar-expected.png: Added.
3366 * platform/qt/svg/carto.net/scrollbar-expected.txt: Added.
3367 * platform/qt/svg/carto.net/selectionlist-expected.png: Added.
3368 * platform/qt/svg/carto.net/selectionlist-expected.txt: Added.
3369 * platform/qt/svg/carto.net/slider-expected.png: Added.
3370 * platform/qt/svg/carto.net/slider-expected.txt: Added.
3371 * platform/qt/svg/carto.net/tabgroup-expected.png: Added.
3372 * platform/qt/svg/carto.net/tabgroup-expected.txt: Added.
3373 * platform/qt/svg/carto.net/textbox-expected.png: Added.
3374 * platform/qt/svg/carto.net/textbox-expected.txt: Added.
3375 * platform/qt/svg/carto.net/window-expected.png: Added.
3376 * platform/qt/svg/carto.net/window-expected.txt: Added.
3377 * platform/qt/svg/css/css-box-min-width-expected.png: Added.
3378 * platform/qt/svg/css/css-box-min-width-expected.txt: Added.
3379 * platform/qt/svg/css/getComputedStyle-basic-expected.png: Added.
3380 * platform/qt/svg/custom/foreign-object-skew-expected.png: Added.
3381 * platform/qt/svg/custom/foreign-object-skew-expected.txt: Added.
3382 * platform/qt/svg/custom/grayscale-gradient-mask-expected.png: Added.
3383 * platform/qt/svg/custom/grayscale-gradient-mask-expected.txt: Added.
3384 * platform/qt/svg/custom/group-opacity-expected.png: Added.
3385 * platform/qt/svg/custom/group-opacity-expected.txt: Added.
3386 * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
3387 * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt: Added.
3388 * platform/qt/svg/custom/js-late-clipPath-creation-expected.png: Added.
3389 * platform/qt/svg/custom/js-late-clipPath-creation-expected.txt: Added.
3390 * platform/qt/svg/custom/percentage-rect-expected.png: Added.
3391 * platform/qt/svg/custom/percentage-rect-expected.txt: Added.
3392 * platform/qt/svg/custom/pointer-events-image-expected.png: Added.
3393 * platform/qt/svg/custom/pointer-events-image-expected.txt: Added.
3394 * platform/qt/svg/custom/text-linking-expected.png: Added.
3395 * platform/qt/svg/custom/text-linking-expected.txt: Added.
3396 * platform/qt/svg/dom/SVGRectElement/rect-modify-rx-expected.png: Added.
3397 * platform/qt/svg/hixie/cascade/001-broken-expected.png: Added.
3398 * platform/qt/svg/hixie/cascade/001-broken-expected.txt: Added.
3399 * platform/qt/svg/hixie/data-types/001-expected.png: Added.
3400 * platform/qt/svg/hixie/data-types/001-expected.txt: Added.
3401 * platform/qt/svg/hixie/dynamic/002-expected.png: Added.
3402 * platform/qt/svg/hixie/dynamic/002-expected.txt:
3403 * platform/qt/svg/hixie/dynamic/003-expected.png: Added.
3404 * platform/qt/svg/hixie/dynamic/003-expected.txt: Added.
3405 * platform/qt/svg/hixie/dynamic/004-expected.png: Added.
3406 * platform/qt/svg/hixie/dynamic/004-expected.txt: Added.
3407 * platform/qt/svg/hixie/dynamic/005-expected.png: Added.
3408 * platform/qt/svg/hixie/dynamic/005-expected.txt: Added.
3409 * platform/qt/svg/hixie/dynamic/006-expected.png: Added.
3410 * platform/qt/svg/hixie/dynamic/006-expected.txt: Added.
3411 * platform/qt/svg/hixie/error/001-expected.png: Added.
3412 * platform/qt/svg/hixie/error/001-expected.txt: Added.
3413 * platform/qt/svg/hixie/error/002-expected.png: Added.
3414 * platform/qt/svg/hixie/error/002-expected.txt: Added.
3415 * platform/qt/svg/hixie/error/003-expected.png: Added.
3416 * platform/qt/svg/hixie/error/003-expected.txt: Added.
3417 * platform/qt/svg/hixie/error/007-expected.png: Added.
3418 * platform/qt/svg/hixie/error/007-expected.txt: Added.
3419 * platform/qt/svg/hixie/error/008-expected.png: Added.
3420 * platform/qt/svg/hixie/error/008-expected.txt: Added.
3421 * platform/qt/svg/hixie/error/009-expected.png: Added.
3422 * platform/qt/svg/hixie/error/009-expected.txt: Added.
3423 * platform/qt/svg/hixie/error/010-expected.png: Added.
3424 * platform/qt/svg/hixie/error/010-expected.txt: Added.
3425 * platform/qt/svg/hixie/error/011-expected.png: Added.
3426 * platform/qt/svg/hixie/error/011-expected.txt: Added.
3427 * platform/qt/svg/hixie/error/013-expected.png: Added.
3428 * platform/qt/svg/hixie/error/013-expected.txt: Added.
3429 * platform/qt/svg/hixie/error/014-expected.png: Added.
3430 * platform/qt/svg/hixie/error/014-expected.txt: Added.
3431 * platform/qt/svg/hixie/error/014-test-expected.png: Added.
3432 * platform/qt/svg/hixie/error/014-test-expected.txt: Added.
3433 * platform/qt/svg/hixie/error/015-expected.png: Added.
3434 * platform/qt/svg/hixie/error/015-expected.txt: Added.
3435 * platform/qt/svg/hixie/error/016-expected.png: Added.
3436 * platform/qt/svg/hixie/error/016-expected.txt: Added.
3437 * platform/qt/svg/hixie/error/017-expected.png: Added.
3438 * platform/qt/svg/hixie/error/017-expected.txt: Added.
3439 * platform/qt/svg/hixie/links/001-expected.png: Added.
3440 * platform/qt/svg/hixie/links/001-expected.txt: Added.
3441 * platform/qt/svg/hixie/links/002-expected.png: Added.
3442 * platform/qt/svg/hixie/links/002-expected.txt: Added.
3443 * platform/qt/svg/hixie/mixed/003-expected.png: Added.
3444 * platform/qt/svg/hixie/mixed/003-expected.txt: Added.
3445 * platform/qt/svg/hixie/mixed/004-expected.png: Added.
3446 * platform/qt/svg/hixie/mixed/004-expected.txt: Added.
3447 * platform/qt/svg/hixie/mixed/005-expected.png: Added.
3448 * platform/qt/svg/hixie/mixed/005-expected.txt: Added.
3449 * platform/qt/svg/hixie/mixed/006-expected.png: Added.
3450 * platform/qt/svg/hixie/mixed/006-expected.txt: Added.
3451 * platform/qt/svg/hixie/mixed/007-expected.png: Added.
3452 * platform/qt/svg/hixie/mixed/007-expected.txt:
3453 * platform/qt/svg/hixie/mixed/008-expected.png: Added.
3454 * platform/qt/svg/hixie/mixed/008-expected.txt: Added.
3455 * platform/qt/svg/hixie/mixed/009-expected.png: Added.
3456 * platform/qt/svg/hixie/mixed/009-expected.txt: Added.
3457 * platform/qt/svg/hixie/mixed/010-expected.png: Added.
3458 * platform/qt/svg/hixie/mixed/010-expected.txt: Added.
3459 * platform/qt/svg/hixie/mixed/011-expected.png: Added.
3460 * platform/qt/svg/hixie/mixed/011-expected.txt: Added.
3461 * platform/qt/svg/hixie/painting/001-expected.png: Added.
3462 * platform/qt/svg/hixie/painting/001-expected.txt: Added.
3463 * platform/qt/svg/hixie/perf/001-expected.png: Added.
3464 * platform/qt/svg/hixie/perf/001-expected.txt: Added.
3465 * platform/qt/svg/hixie/perf/002-expected.png: Added.
3466 * platform/qt/svg/hixie/perf/002-expected.txt: Added.
3467 * platform/qt/svg/hixie/perf/003-expected.png: Added.
3468 * platform/qt/svg/hixie/perf/003-expected.txt: Added.
3469 * platform/qt/svg/hixie/perf/004-expected.png: Added.
3470 * platform/qt/svg/hixie/perf/004-expected.txt: Added.
3471 * platform/qt/svg/hixie/perf/005-expected.png: Added.
3472 * platform/qt/svg/hixie/perf/005-expected.txt: Added.
3473 * platform/qt/svg/hixie/perf/006-expected.png: Added.
3474 * platform/qt/svg/hixie/perf/006-expected.txt: Added.
3475 * platform/qt/svg/hixie/perf/007-expected.png: Added.
3476 * platform/qt/svg/hixie/perf/007-expected.txt: Added.
3477 * platform/qt/svg/hixie/processing-model/003-expected.png: Added.
3478 * platform/qt/svg/hixie/processing-model/003-expected.txt:
3479 * platform/qt/svg/hixie/processing-model/004-expected.png: Added.
3480 * platform/qt/svg/hixie/processing-model/004-expected.txt:
3481 * platform/qt/svg/hixie/processing-model/005-expected.png: Added.
3482 * platform/qt/svg/hixie/processing-model/005-expected.txt: Added.
3483 * platform/qt/svg/hixie/rendering-model/001-expected.png: Added.
3484 * platform/qt/svg/hixie/rendering-model/001-expected.txt: Added.
3485 * platform/qt/svg/hixie/rendering-model/002-expected.png: Added.
3486 * platform/qt/svg/hixie/rendering-model/002-expected.txt: Added.
3487 * platform/qt/svg/hixie/rendering-model/003-expected.png: Added.
3488 * platform/qt/svg/hixie/rendering-model/003-expected.txt: Added.
3489 * platform/qt/svg/hixie/rendering-model/003a-expected.png: Added.
3490 * platform/qt/svg/hixie/rendering-model/003a-expected.txt: Added.
3491 * platform/qt/svg/hixie/rendering-model/004-expected.png: Added.
3492 * platform/qt/svg/hixie/rendering-model/004-expected.txt: Added.
3493 * platform/qt/svg/hixie/shapes/path/001-expected.png: Added.
3494 * platform/qt/svg/hixie/shapes/path/001-expected.txt: Added.
3495 * platform/qt/svg/hixie/text/002-expected.png: Added.
3496 * platform/qt/svg/hixie/text/002-expected.txt: Added.
3497 * platform/qt/svg/hixie/text/003-expected.png: Added.
3498 * platform/qt/svg/hixie/text/003-expected.txt: Added.
3499 * platform/qt/svg/hixie/text/003a-expected.png: Added.
3500 * platform/qt/svg/hixie/text/003a-expected.txt: Added.
3501 * platform/qt/svg/hixie/text/003b-expected.png: Added.
3502 * platform/qt/svg/hixie/text/003b-expected.txt: Added.
3503 * platform/qt/svg/hixie/transform/001-expected.png: Added.
3504 * platform/qt/svg/hixie/transform/001-expected.txt: Added.
3505 * platform/qt/svg/hixie/use/001-expected.png: Added.
3506 * platform/qt/svg/hixie/use/001-expected.txt: Added.
3507 * platform/qt/svg/hixie/use/002-expected.png: Added.
3508 * platform/qt/svg/hixie/use/002-expected.txt: Added.
3509 * platform/qt/svg/hixie/use/002-test-expected.png: Added.
3510 * platform/qt/svg/hixie/use/002-test-expected.txt: Added.
3511 * platform/qt/svg/hixie/viewbox/001-expected.png: Added.
3512 * platform/qt/svg/hixie/viewbox/001-expected.txt: Added.
3513 * platform/qt/svg/hixie/viewbox/002-expected.png: Added.
3514 * platform/qt/svg/hixie/viewbox/002-expected.txt: Added.
3515 * platform/qt/svg/hixie/viewbox/003-expected.png: Added.
3516 * platform/qt/svg/hixie/viewbox/003-expected.txt: Added.
3517 * platform/qt/svg/hixie/viewbox/004-expected.png: Added.
3518 * platform/qt/svg/hixie/viewbox/004-expected.txt: Added.
3519 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: Added.
3520 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Added.
3521 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png: Added.
3522 * platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Added.
3524 2011-07-29 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu>
3526 [Qt] Update platform specific expected results
3528 Reviewed by Csaba Osztrogonác.
3530 * platform/qt/Skipped: Unskip passing tests.
3531 * platform/qt/fast/backgrounds/opacity-on-document-element-expected.png: Added.
3532 * platform/qt/fast/backgrounds/opacity-on-document-element-expected.txt:
3533 * platform/qt/fast/block/basic/010-expected.png: Added.
3534 * platform/qt/fast/block/basic/010-expected.txt:
3535 * platform/qt/fast/block/float/004-expected.png: Added.
3536 * platform/qt/fast/block/float/004-expected.txt:
3537 * platform/qt/fast/block/float/010-expected.png: Added.
3538 * platform/qt/fast/block/float/010-expected.txt:
3539 * platform/qt/fast/block/float/017-expected.png: Added.
3540 * platform/qt/fast/block/float/017-expected.txt:
3541 * platform/qt/fast/block/float/021-expected.png: Added.
3542 * platform/qt/fast/block/float/021-expected.txt:
3543 * platform/qt/fast/block/float/032-expected.png: Added.
3544 * platform/qt/fast/block/float/032-expected.txt:
3545 * platform/qt/fast/block/float/br-with-clear-expected.png: Added.
3546 * platform/qt/fast/block/float/br-with-clear-expected.txt: Added.
3547 * platform/qt/fast/block/float/float-in-float-hit-testing-expected.png: Added.
3548 * platform/qt/fast/block/float/float-in-float-hit-testing-expected.txt:
3549 * platform/qt/fast/block/margin-collapse/006-expected.png: Added.
3550 * platform/qt/fast/block/margin-collapse/006-expected.txt:
3551 * platform/qt/fast/block/margin-collapse/055-expected.png: Added.
3552 * platform/qt/fast/block/margin-collapse/055-expected.txt:
3553 * platform/qt/fast/block/positioning/047-expected.png: Added.
3554 * platform/qt/fast/block/positioning/047-expected.txt:
3555 * platform/qt/fast/block/positioning/051-expected.png: Added.
3556 * platform/qt/fast/block/positioning/051-expected.txt:
3557 * platform/qt/fast/block/positioning/056-expected.png: Added.
3558 * platform/qt/fast/block/positioning/056-expected.txt:
3559 * platform/qt/fast/block/positioning/061-expected.png: Added.
3560 * platform/qt/fast/block/positioning/061-expected.txt:
3561 * platform/qt/fast/block/positioning/move-with-auto-width-expected.png: Added.
3562 * platform/qt/fast/block/positioning/move-with-auto-width-expected.txt: Added.
3563 * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.png: Added.
3564 * platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
3565 * platform/qt/fast/dynamic/containing-block-change-expected.png: Added.
3566 * platform/qt/fast/dynamic/containing-block-change-expected.txt:
3567 * platform/qt/fast/dynamic/floating-to-positioned-2-expected.png: Added.
3568 * platform/qt/fast/dynamic/floating-to-positioned-2-expected.txt: Added.
3569 * platform/qt/fast/dynamic/floating-to-positioned-expected.png: Added.
3570 * platform/qt/fast/dynamic/floating-to-positioned-expected.txt: Added.
3571 * platform/qt/fast/events/focusingUnloadedFrame-expected.png: Added.
3572 * platform/qt/fast/flexbox/002-expected.png: Added.
3573 * platform/qt/fast/flexbox/002-expected.txt:
3574 * platform/qt/fast/flexbox/003-expected.png: Added.
3575 * platform/qt/fast/flexbox/003-expected.txt:
3576 * platform/qt/fast/forms/listbox-clip-expected.png: Added.
3577 * platform/qt/fast/forms/listbox-clip-expected.txt:
3578 * platform/qt/fast/forms/menulist-clip-expected.png: Added.
3579 * platform/qt/fast/forms/menulist-clip-expected.txt:
3580 * platform/qt/fast/forms/minWidthPercent-expected.png: Added.
3581 * platform/qt/fast/forms/minWidthPercent-expected.txt:
3582 * platform/qt/fast/forms/onchange-enter-submit-expected.png: Added.
3583 * platform/qt/fast/gradients/background-clipped-expected.png: Added.
3584 * platform/qt/fast/gradients/background-clipped-expected.txt: Added.
3585 * platform/qt/fast/gradients/generated-gradients-expected.png: Added.
3586 * platform/qt/fast/gradients/generated-gradients-expected.txt: Added.
3587 * platform/qt/fast/gradients/simple-gradients-expected.png: Added.
3588 * platform/qt/fast/gradients/simple-gradients-expected.txt: Added.
3589 * platform/qt/fast/inline-block/001-expected.png: Added.
3590 * platform/qt/fast/inline-block/001-expected.txt:
3591 * platform/qt/fast/inline/continuation-outlines-expected.png: Added.
3592 * platform/qt/fast/inline/continuation-outlines-expected.txt:
3593 * platform/qt/fast/inline/continuation-outlines-with-layers-expected.png: Added.
3594 * platform/qt/fast/inline/continuation-outlines-with-layers-expected.txt:
3595 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png: Added.
3596 * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt: Added.
3597 * platform/qt/fast/invalid/019-expected.png: Added.
3598 * platform/qt/fast/invalid/019-expected.txt:
3599 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
3600 * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
3601 * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
3602 * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.txt: Added.
3603 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
3604 * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
3605 * platform/qt/fast/layers/self-painting-outline-expected.png: Added.
3606 * platform/qt/fast/layers/self-painting-outline-expected.txt: Added.
3607 * platform/qt/fast/lists/003-expected.png: Added.
3608 * platform/qt/fast/lists/003-expected.txt:
3609 * platform/qt/fast/media/mq-animation-expected.png: Added.
3610 * platform/qt/fast/media/mq-animation-expected.txt: Added.
3611 * platform/qt/fast/media/mq-js-media-except-01-expected.png: Added.
3612 * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
3613 * platform/qt/fast/media/mq-js-media-except-02-expected.png: Added.
3614 * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
3615 * platform/qt/fast/overflow/table-overflow-float-expected.png: Added.
3616 * platform/qt/fast/overflow/table-overflow-float-expected.txt:
3617 * platform/qt/fast/repaint/4774354-expected.png: Added.
3618 * platform/qt/fast/repaint/4774354-expected.txt:
3619 * platform/qt/fast/repaint/4776765-expected.png: Added.
3620 * platform/qt/fast/repaint/4776765-expected.txt:
3621 * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png: Added.
3622 * platform/qt/fast/repaint/backgroundSizeRepaint-expected.txt:
3623 * platform/qt/fast/repaint/body-background-image-expected.png: Added.
3624 * platform/qt/fast/repaint/body-background-image-expected.txt:
3625 * platform/qt/fast/repaint/border-fit-lines-expected.png: Added.
3626 * platform/qt/fast/repaint/border-fit-lines-expected.txt:
3627 * platform/qt/fast/repaint/border-radius-repaint-expected.png: Added.
3628 * platform/qt/fast/repaint/border-radius-repaint-expected.txt:
3629 * platform/qt/fast/repaint/border-repaint-glitch-expected.png: Added.
3630 * platform/qt/fast/repaint/border-repaint-glitch-expected.txt:
3631 * platform/qt/fast/repaint/box-shadow-dynamic-expected.png: Added.
3632 * platform/qt/fast/repaint/box-shadow-dynamic-expected.txt:
3633 * platform/qt/fast/repaint/bugzilla-3509-expected.png: Added.
3634 * platform/qt/fast/repaint/bugzilla-3509-expected.txt:
3635 * platform/qt/fast/repaint/bugzilla-5699-expected.png: Added.
3636 * platform/qt/fast/repaint/bugzilla-5699-expected.txt:
3637 * platform/qt/fast/repaint/bugzilla-6278-expected.png: Added.
3638 * platform/qt/fast/repaint/bugzilla-6278-expected.txt:
3639 * platform/qt/fast/repaint/bugzilla-6388-expected.png: Added.
3640 * platform/qt/fast/repaint/bugzilla-6388-expected.txt:
3641 * platform/qt/fast/repaint/bugzilla-6473-expected.png: Added.
3642 * platform/qt/fast/repaint/bugzilla-6473-expected.txt:
3643 * platform/qt/fast/repaint/bugzilla-7235-expected.png: Added.
3644 * platform/qt/fast/repaint/bugzilla-7235-expected.txt:
3645 * platform/qt/fast/repaint/caret-outside-block-expected.png: Added.
3646 * platform/qt/fast/repaint/caret-outside-block-expected.txt: Added.
3647 * platform/qt/fast/repaint/change-transform-expected.png: Added.
3648 * platform/qt/fast/repaint/change-transform-expected.txt: Added.
3649 * platform/qt/fast/repaint/clip-with-layout-delta-expected.png: Added.
3650 * platform/qt/fast/repaint/clip-with-layout-delta-expected.txt: Added.
3651 * platform/qt/fast/repaint/clipped-relative-expected.png: Added.
3652 * platform/qt/fast/repaint/clipped-relative-expected.txt:
3653 * platform/qt/fast/repaint/containing-block-position-change-expected.png: Added.
3654 * platform/qt/fast/repaint/containing-block-position-change-expected.txt:
3655 * platform/qt/fast/repaint/continuation-after-outline-expected.png: Added.
3656 * platform/qt/fast/repaint/continuation-after-outline-expected.txt:
3657 * platform/qt/fast/repaint/create-layer-repaint-expected.png: Added.
3658 * platform/qt/fast/repaint/create-layer-repaint-expected.txt: Added.
3659 * platform/qt/fast/repaint/delete-into-nested-block-expected.png: Added.
3660 * platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
3661 * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
3662 * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt: Added.
3663 * platform/qt/fast/repaint/float-move-during-layout-expected.png: Added.
3664 * platform/qt/fast/repaint/float-move-during-layout-expected.txt:
3665 * platform/qt/fast/repaint/float-overflow-expected.png: Added.
3666 * platform/qt/fast/repaint/float-overflow-expected.txt:
3667 * platform/qt/fast/repaint/float-overflow-right-expected.png: Added.
3668 * platform/qt/fast/repaint/float-overflow-right-expected.txt:
3669 * platform/qt/fast/repaint/focus-layers-expected.png: Added.
3670 * platform/qt/fast/repaint/focus-layers-expected.txt:
3671 * platform/qt/fast/repaint/inline-color-change-expected.png: Added.
3672 * platform/qt/fast/repaint/inline-color-change-expected.txt: Added.
3673 * platform/qt/fast/repaint/invisible-objects-expected.png: Added.
3674 * platform/qt/fast/repaint/invisible-objects-expected.txt: Added.
3675 * platform/qt/fast/repaint/layout-state-only-positioned-expected.png: Added.
3676 * platform/qt/fast/repaint/layout-state-only-positioned-expected.txt: Added.
3677 * platform/qt/fast/repaint/layout-state-relative-expected.png: Added.
3678 * platform/qt/fast/repaint/layout-state-relative-expected.txt: Added.
3679 * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png: Added.
3680 * platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt: Added.
3681 * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png: Added.
3682 * platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt: Added.
3683 * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png: Added.
3684 * platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt: Added.
3685 * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png: Added.
3686 * platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt: Added.
3687 * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png: Added.
3688 * platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt: Added.
3689 * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png: Added.
3690 * platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt: Added.
3691 * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png: Added.
3692 * platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt: Added.
3693 * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png: Added.
3694 * platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt: Added.
3695 * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png: Added.
3696 * platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt: Added.
3697 * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png: Added.
3698 * platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt: Added.
3699 * platform/qt/fast/repaint/line-overflow-expected.png: Added.
3700 * platform/qt/fast/repaint/line-overflow-expected.txt:
3701 * platform/qt/fast/repaint/lines-with-layout-delta-expected.png: Added.
3702 * platform/qt/fast/repaint/lines-with-layout-delta-expected.txt: Added.
3703 * platform/qt/fast/repaint/list-marker-2-expected.png: Added.
3704 * platform/qt/fast/repaint/list-marker-2-expected.txt:
3705 * platform/qt/fast/repaint/make-children-non-inline-expected.png: Added.
3706 * platform/qt/fast/repaint/make-children-non-inline-expected.txt: Added.
3707 * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
3708 * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
3709 * platform/qt/fast/repaint/outline-child-repaint-expected.png: Added.
3710 * platform/qt/fast/repaint/outline-child-repaint-expected.txt: Added.
3711 * platform/qt/fast/repaint/outline-inset-expected.png: Added.
3712 * platform/qt/fast/repaint/outline-inset-expected.txt:
3713 * platform/qt/fast/repaint/outline-repaint-glitch-expected.png: Added.
3714 * platform/qt/fast/repaint/outline-repaint-glitch-expected.txt:
3715 * platform/qt/fast/repaint/outline-shrinking-expected.png: Added.
3716 * platform/qt/fast/repaint/outline-shrinking-expected.txt:
3717 * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.png: Added.
3718 * platform/qt/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
3719 * platform/qt/fast/repaint/overflow-delete-line-expected.png: Added.
3720 * platform/qt/fast/repaint/overflow-delete-line-expected.txt:
3721 * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png: Added.
3722 * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt: Added.
3723 * platform/qt/fast/repaint/overflow-scroll-delete-expected.png: Added.
3724 * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt: Added.
3725 * platform/qt/fast/repaint/reflection-redraw-expected.png: Added.
3726 * platform/qt/fast/repaint/reflection-redraw-expected.txt: Added.
3727 * platform/qt/fast/repaint/reflection-repaint-test-expected.png: Added.
3728 * platform/qt/fast/repaint/reflection-repaint-test-expected.txt: Added.
3729 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png: Added.
3730 * platform/qt/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
3731 * platform/qt/fast/repaint/repaint-resized-overflow-expected.png: Added.
3732 * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
3733 * platform/qt/fast/repaint/selected-replaced-expected.png: Added.
3734 * platform/qt/fast/repaint/selected-replaced-expected.txt: Added.
3735 * platform/qt/fast/repaint/selection-clear-expected.png: Added.
3736 * platform/qt/fast/repaint/selection-clear-expected.txt: Added.
3737 * platform/qt/fast/repaint/static-to-positioned-expected.png: Added.
3738 * platform/qt/fast/repaint/static-to-positioned-expected.txt:
3739 * platform/qt/fast/repaint/subtree-root-clip-2-expected.png: Added.
3740 * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Added.
3741 * platform/qt/fast/repaint/subtree-root-clip-3-expected.png: Added.
3742 * platform/qt/fast/repaint/subtree-root-clip-3-expected.txt: Added.
3743 * platform/qt/fast/repaint/subtree-root-clip-expected.png: Added.
3744 * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Added.
3745 * platform/qt/fast/repaint/subtree-root-skipped-expected.png: Added.
3746 * platform/qt/fast/repaint/subtree-root-skipped-expected.txt: Added.
3747 * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png: Added.
3748 * platform/qt/fast/repaint/table-cell-collapsed-border-expected.txt:
3749 * platform/qt/fast/repaint/table-cell-move-expected.png: Added.
3750 * platform/qt/fast/repaint/table-cell-move-expected.txt:
3751 * platform/qt/fast/repaint/table-collapsed-border-expected.png: Added.
3752 * platform/qt/fast/repaint/table-collapsed-border-expected.txt:
3753 * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png: Added.
3754 * platform/qt/fast/repaint/table-extra-bottom-grow-expected.txt:
3755 * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.png: Added.
3756 * platform/qt/fast/repaint/table-two-pass-layout-overpaint-expected.txt: Added.
3757 * platform/qt/fast/repaint/text-append-dirty-lines-expected.png: Added.
3758 * platform/qt/fast/repaint/text-append-dirty-lines-expected.txt: Added.
3759 * platform/qt/fast/repaint/transform-absolute-child-expected.png: Added.
3760 * platform/qt/fast/repaint/transform-absolute-child-expected.txt: Added.
3761 * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
3762 * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
3763 * platform/qt/fast/repaint/transform-disable-layoutstate-expected.png: Added.
3764 * platform/qt/fast/repaint/transform-disable-layoutstate-expected.txt: Added.
3765 * platform/qt/fast/repaint/transform-layout-repaint-expected.png: Added.
3766 * platform/qt/fast/repaint/transform-layout-repaint-expected.txt: Added.
3767 * platform/qt/fast/repaint/transform-relative-position-expected.png: Added.
3768 * platform/qt/fast/repaint/transform-relative-position-expected.txt: Added.
3769 * platform/qt/fast/repaint/transform-repaint-descendants-expected.png: Added.
3770 * platform/qt/fast/repaint/transform-repaint-descendants-expected.txt: Added.
3771 * platform/qt/fast/repaint/transform-replaced-shadows-expected.png: Added.
3772 * platform/qt/fast/repaint/transform-replaced-shadows-expected.txt: Added.
3773 * platform/qt/fast/repaint/transform-translate-expected.png: Added.
3774 * platform/qt/fast/repaint/transform-translate-expected.txt: Added.
3775 * platform/qt/fast/text/apply-start-width-after-skipped-text-expected.png: Added.
3776 * platform/qt/fast/text/apply-start-width-after-skipped-text-expected.txt: Added.
3777 * platform/qt/fast/text/basic/generic-family-reset-expected.png: Added.
3778 * platform/qt/fast/text/basic/generic-family-reset-expected.txt:
3779 * platform/qt/fast/text/whitespace/002-expected.png: Added.
3780 * platform/qt/fast/text/whitespace/002-expected.txt:
3781 * platform/qt/fast/text/whitespace/003-expected.png: Added.
3782 * platform/qt/fast/text/whitespace/003-expected.txt:
3784 2011-07-29 Tony Gentilcore <tonyg@chromium.org>
3786 [chromium] Fail new fast/js/parseInt.html test
3787 https://bugs.webkit.org/show_bug.cgi?id=65366
3789 Unreviewed expectaions update.
3791 * platform/chromium/test_expectations.txt:
3793 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3795 [Qt] Unreviewed gardening.
3797 * platform/qt-4.8/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
3798 * platform/qt-4.8/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
3799 * platform/qt-mac/Skipped:
3800 * platform/qt-wk2/Skipped:
3802 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3804 [Qt]Web Inspector: REGRESSION(r91928): It made 2 tests fail
3805 https://bugs.webkit.org/show_bug.cgi?id=65364
3807 * platform/qt/Skipped: Skip failing tests.
3809 2011-07-29 Csaba Osztrogonác <ossy@webkit.org>
3811 [Qt] Unreviewed gardening.
3813 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png: Added.
3814 * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: Added.
3816 2011-07-28 Kent Tamura <tkent@chromium.org>
3818 [Qt] Fix style errors of test_expectations.txt.
3820 * platform/qt/test_expectations.txt:
3822 2011-07-28 Gavin Barraclough <barraclough@apple.com>
3824 https://bugs.webkit.org/show_bug.cgi?id=65325
3825 Performance tweak to parseInt
3827 Reviewed by Oliver Hunt.
3829 * fast/js/parseInt-expected.txt: Added.
3830 * fast/js/parseInt.html: Added.
3831 * fast/js/script-tests/parseInt.js: Added.
3833 * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.2/15.1.2.2_parseInt/S15.1.2.2_A1_T2-expected.txt:
3836 2011-07-28 Anders Carlsson <andersca@apple.com>
3838 Unreviewed, rolling out r88601. (Requested by Sam Weinig).
3839 http://trac.webkit.org/changeset/88601
3840 https://bugs.webkit.org/show_bug.cgi?id=62230
3842 Caused a regression, see https://bugs.webkit.org/show_bug.cgi?id=64378
3844 * fast/dom/body-link-decl-parent-crash-expected.txt: Removed.
3845 * fast/dom/body-link-decl-parent-crash.html: Removed.
3846 * fast/dom/styled-inline-style-decl-parent-crash-expected.txt: Removed.
3847 * fast/dom/styled-inline-style-decl-parent-crash.html: Removed.
3849 2011-07-28 Luke Zarko <lukezarko@gmail.com>
3851 V8 should correctly serialize Boolean, Number and String objects.
3853 https://bugs.webkit.org/show_bug.cgi?id=65286
3855 Reviewed by David Levin.
3857 - Check that Boolean, Number and String objects are correctly serialized.
3858 - Check that a native error is not serialized.
3859 - Fix an expectation that a native error can be serialized.
3861 * fast/dom/Window/script-tests/postmessage-clone.js:
3862 * fast/dom/Window/script-tests/postmessage-test.js:
3863 * fast/dom/Window/window-postmessage-clone-expected.txt:
3864 * fast/loader/stateobjects/pushstate-object-types-expected.txt:
3865 * fast/loader/stateobjects/pushstate-object-types.html:
3866 * platform/chromium/fast/dom/Window/window-postmessage-clone-expected.txt:
3868 2011-07-28 Adam Barth <abarth@webkit.org>
3870 Old code about empty security origins could use a bath
3871 https://bugs.webkit.org/show_bug.cgi?id=64735
3873 Reviewed by Dimitri Glazkov.
3875 * http/tests/security/inactive-document-with-empty-security-origin-expected.txt: Added.
3876 * http/tests/security/inactive-document-with-empty-security-origin.html: Added.
3877 * http/tests/security/resources/post-done-to-opener.html: Added.
3879 2011-07-28 Mihnea Ovidenie <mihnea@adobe.com>
3881 [CSSRegions]Add basic RenderRegion support
3882 https://bugs.webkit.org/show_bug.cgi?id=64689
3884 Reviewed by David Hyatt.
3886 * fast/regions/region-element-display-restriction-expected.txt: Added.
3887 * fast/regions/region-element-display-restriction.html: Added.
3888 * fast/regions/region-element-dynamic-attach-flow-expected.txt: Added.
3889 * fast/regions/region-element-dynamic-attach-flow.html: Added.
3890 * fast/regions/region-element-dynamic-detach-flow-expected.txt: Added.
3891 * fast/regions/region-element-dynamic-detach-flow.html: Added.
3892 * fast/regions/render-region-renderer-expected.txt: Added.
3893 * fast/regions/render-region-renderer.html: Added.
3894 * fast/regions/script-tests/region-element-display-restriction.js: Added.
3896 2011-07-28 Adrienne Walker <enne@google.com>
3898 [chromium] chromium-win-xp test updates after r91945.
3900 Unreviewed gardening.
3902 See also r91946, r91948.
3904 * platform/chromium-win-xp/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Added.
3905 * platform/chromium-win-xp/fast/css/line-height-determined-by-primary-font-expected.png: Added.
3906 * platform/chromium-win-xp/fast/ruby/nested-ruby-expected.png: Added.
3907 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png: Added.
3908 * platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.txt: Added.
3909 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.png: Added.
3910 * platform/chromium-win-xp/fast/text/international/khmer-selection-expected.txt: Added.
3911 * platform/chromium-win-xp/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Added.
3912 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Added.
3913 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Added.
3914 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Added.
3915 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Added.
3916 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Added.
3917 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Added.
3918 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Added.
3919 * platform/chromium-win-xp/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Added.
3920 * platform/chromium-win-xp/svg/text/bidi-text-query-expected.png: Added.
3921 * platform/chromium-win-xp/svg/text/bidi-text-query-expected.txt: Added.
3923 2011-07-28 Stephen White <senorblanco@chromium.org>
3925 Yet more chromium test updates. Vista tests were broken by the win7
3926 results (same fallback problem as linux). Some tests just needed a
3927 baseline. And some checked-in SVG masks test results were wrong.
3931 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
3932 * platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed.
3933 * platform/chromium-mac-leopard/svg/custom/image-rescale-clip-expected.png: Added.
3934 * platform/chromium-mac-leopard/svg/custom/image-rescale-scroll-expected.png: Added.
3935 * platform/chromium-mac/svg/custom/image-rescale-clip-expected.png: Added.
3936 * platform/chromium-mac/svg/custom/image-rescale-scroll-expected.png: Added.
3937 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Added.
3938 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Added.
3939 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Added.
3940 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Added.
3941 * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Added.
3942 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Added.
3943 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Added.
3944 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Added.
3945 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Added.
3946 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Added.
3947 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Added.
3948 * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Added.
3949 * platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
3950 * platform/chromium-win-vista/svg/text/bidi-tspans-expected.png: Added.
3951 * platform/chromium-win-vista/svg/text/bidi-tspans-expected.txt: Added.
3952 * platform/chromium-win/svg/custom/image-rescale-clip-expected.png: Added.
3953 * platform/chromium-win/svg/custom/image-rescale-clip-expected.txt: Added.
3954 * platform/chromium-win/svg/custom/image-rescale-scroll-expected.png: Added.
3955 * platform/chromium-win/svg/custom/image-rescale-scroll-expected.txt: Added.
3956 * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.