1 2011-07-02 Mihai Parparita <mihaip@chromium.org>
3 Chromium expectations update:
4 - Add failing expectation for fast/css/last-of-type-pseudo-class.html,
5 which fails in debug only.
6 - Remove Chromium-specific baselines for fast/js/reserved-words.html,
7 the test now passes with the regular baselines.
9 * platform/chromium-mac/fast/js/reserved-words-expected.txt: Removed.
10 * platform/chromium-win/fast/js/reserved-words-expected.txt: Removed.
11 * platform/chromium/test_expectations.txt:
13 2011-07-02 Kent Tamura <tkent@chromium.org>
15 [GTK] Update expectation of fast/forms/input-file-re-render.html
16 https://bugs.webkit.org/show_bug.cgi?id=49245
18 * platform/gtk/fast/forms/input-file-re-render-expected.png: Remove a stale image.
19 * platform/gtk/fast/forms/input-file-re-render-expected.txt:
21 2011-07-01 Kent Tamura <tkent@chromium.org>
23 [Chromium] Rebaseline for fast/forms/input-file-re-render.html
24 https://bugs.webkit.org/show_bug.cgi?id=63733
26 Also, input-file-label.html passes now.
28 * platform/chromium-linux/fast/forms/input-file-re-render-expected.png:
29 * platform/chromium-linux/fast/forms/input-file-re-render-expected.txt:
30 * platform/chromium-mac-leopard/fast/forms/input-file-re-render-expected.png:
31 * platform/chromium-mac/fast/forms/input-file-re-render-expected.png:
32 * platform/chromium-win/fast/forms/input-file-re-render-expected.png:
33 * platform/chromium-win/fast/forms/input-file-re-render-expected.txt:
34 * platform/chromium/test_expectations.txt:
36 2011-07-01 Kent Tamura <tkent@chromium.org>
38 [Chromium] Update the expectation of search-rtl.html
39 https://bugs.webkit.org/show_bug.cgi?id=63787
41 * platform/chromium-win/fast/forms/search-rtl-expected.txt:
42 * platform/chromium/test_expectations.txt:
44 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
46 Remove GTK baseline added in r90294 since the test was fixed in r90309.
47 (File name was wrong. It was supposed to be -expected.txt)
49 * platform/gtk/editing/selection/directionality-after-undo-replace.html: Removed.
51 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
53 [GTK] editing/selection/directionality-after-undo-replace.html is failing
54 https://bugs.webkit.org/show_bug.cgi?id=63853
56 Reviewed by Ojan Vafai.
58 Don't do leapForward between mouseDown and mouseUp so that GTK recognizes the double-click.
60 * editing/selection/directionality-after-undo-replace.html:
62 2011-07-01 Kent Tamura <tkent@chromium.org>
64 Reviewed by Tony Chang.
66 Use common functions in fast/forms/search-rtl.html
67 https://bugs.webkit.org/show_bug.cgi?id=63787
69 * fast/forms/search-rtl.html: Use searchCancelButtonPosition() to make
70 this work on Chromium Windows and Chromium Linux.
71 * platform/chromium/test_expectations.txt:
73 2011-07-01 Sam Weinig <sam@webkit.org>
75 Reduce parser nesting cap to 512
76 https://bugs.webkit.org/show_bug.cgi?id=63856
78 Update test for new cap.
80 * fast/parser/block-nesting-cap-expected.txt:
81 * fast/parser/script-tests/block-nesting-cap.js:
83 2011-07-01 Mihai Parparita <mihaip@chromium.org>
85 editing/selection/directionality-after-undo-replace.html fails on Chromium Windows
86 https://bugs.webkit.org/show_bug.cgi?id=63855
88 Reviewed by Ryosuke Niwa.
90 Allow a trailing whitespace in the expected result, since Windows
91 has different word iterating behavior.
93 * editing/selection/directionality-after-undo-replace.html:
95 2011-07-01 Mihai Parparita <mihaip@chromium.org>
97 Remove Chromium Windows 7 and Vista media test expectations, since
98 clobbering the bots appears to have fixed the timeouts and failures.
100 * platform/chromium/test_expectations.txt:
102 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
104 GTK rebaseline r90275. The failure of directionality-after-undo-replace.html is tracked by the bug 63853.
106 * platform/gtk/editing/selection/after-line-break-expected.txt: Added.
107 * platform/gtk/editing/selection/directionality-after-undo-replace.html: Added.
109 2011-07-01 Nate Chapin <japhet@chromium.org>
111 Unreviewed, remove extraneous newlines from
112 expected results for fast/workers/worker-finish-crash.html.
114 * fast/workers/worker-finish-crash-expected.txt:
116 2011-07-01 Darin Adler <darin@apple.com>
118 The commit-bot checked in files without Subversion properties, so adding them now.
120 * fast/loader/create-frame-in-DOMContentLoaded-expected.txt: Added property svn:eol-style.
121 * fast/loader/create-frame-in-DOMContentLoaded.html: Added properties svn:mime-type and svn:eol-style.
123 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
125 Skip the test added by r90275 in WebKit2 because setEditingBehavior hasn't been implemented in TestRunner.
127 * platform/wk2/Skipped:
129 2011-07-01 Hans Wennborg <hans@chromium.org>
131 IndexedDB: make LevelDB the default back-end
132 https://bugs.webkit.org/show_bug.cgi?id=63817
134 Reviewed by Tony Chang.
136 Disable IndexedDB quota teset since quota enforcement is not yet
137 supported by the LevelDB back-end.
139 * platform/chromium/test_expectations.txt:
141 2011-07-01 Mihai Parparita <mihaip@chromium.org>
143 Rebaseline media/media-blocked-by-beforeload.html for Chromium Leopard
144 (r90261 added a Leopard expectation for the Mac port, but Chromium
145 Leopard can pass with the default baseline).
147 * platform/chromium-mac-leopard/media/media-blocked-by-beforeload-expected.txt: Added.
149 2011-07-01 Nate Chapin <japhet@chromium.org>
151 Test for https://bugs.webkit.org/show_bug.cgi?id=63835.
153 Reviewed by Dmitry Titov.
155 * fast/workers/worker-finish-crash-expected.txt: Added.
156 * fast/workers/worker-finish-crash.html: Added.
158 2011-07-01 Mihai Parparita <mihaip@chromium.org>
160 Reviewed by Darin Fisher.
162 location.replace with a hash change does not update the history entry
163 https://bugs.webkit.org/show_bug.cgi?id=63777
165 * fast/history/location-replace-hash-expected.txt: Added.
166 * fast/history/location-replace-hash.html: Added.
167 * fast/history/resources/location-replace-hash-1.html: Added.
168 * fast/history/resources/location-replace-hash-2.html: Added.
170 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
172 Fix expected results after r90275. I checked in Mac-specific results for these tests.
173 Move them to platform/mac and revert the changes in platform-independent results.
174 Also copy results to platform/win because they fallback to Mac by default.
176 * editing/deleting/delete-br-011-expected.txt:
177 * editing/selection/anchor-focus2-expected.txt:
178 * editing/selection/anchor-focus3-expected.txt:
179 * platform/mac/editing/deleting/delete-br-011-expected.txt: Copied from LayoutTests/editing/deleting/delete-br-011-expected.txt.
180 * platform/mac/editing/selection/anchor-focus2-expected.txt: Copied from LayoutTests/editing/selection/anchor-focus2-expected.txt.
181 * platform/mac/editing/selection/anchor-focus3-expected.txt: Copied from LayoutTests/editing/selection/anchor-focus3-expected.txt.
182 * platform/win/editing/deleting/delete-br-011-expected.txt: Copied from LayoutTests/editing/deleting/delete-br-011-expected.txt.
183 * platform/win/editing/selection/anchor-focus2-expected.txt: Copied from LayoutTests/editing/selection/anchor-focus2-expected.txt.
184 * platform/win/editing/selection/anchor-focus3-expected.txt: Copied from LayoutTests/editing/selection/anchor-focus3-expected.txt.
186 2011-07-01 Ryosuke Niwa <rniwa@webkit.org>
188 Reviewed by Ojan Vafai.
190 Move m_isDirectional from FrameSelection to VisibleSelection
191 https://bugs.webkit.org/show_bug.cgi?id=63473
193 Added a test to ensure WebKit preserves non-directional selection after undo on Mac.
195 The directionality of selection is still lost after undoing DeleteSelectionCommand or TypingCommand
196 and this will be fixed in follow up patches.
198 * editing/deleting/delete-br-011-expected.txt:
199 * editing/selection/after-line-break-expected.txt:
200 * editing/selection/anchor-focus2-expected.txt:
201 * editing/selection/anchor-focus3-expected.txt:
202 * editing/selection/directionality-after-undo-replace-expected.txt: Added.
203 * editing/selection/directionality-after-undo-replace.html: Added.
204 * platform/mac/editing/deleting/delete-br-002-expected.txt:
205 * platform/mac/editing/deleting/delete-br-004-expected.txt:
206 * platform/mac/editing/deleting/delete-br-005-expected.txt:
207 * platform/mac/editing/deleting/delete-br-006-expected.txt:
208 * platform/mac/editing/deleting/delete-br-009-expected.txt:
209 * platform/mac/editing/deleting/delete-br-010-expected.txt:
210 * platform/mac/editing/deleting/smart-delete-002-expected.txt:
211 * platform/mac/editing/inserting/insert-3800346-fix-expected.txt:
212 * platform/mac/editing/inserting/insert-at-end-01-expected.txt:
213 * platform/mac/editing/inserting/insert-at-end-02-expected.txt:
214 * platform/mac/editing/inserting/insert-div-010-expected.txt:
215 * platform/mac/editing/inserting/insert-div-013-expected.txt:
216 * platform/mac/editing/inserting/insert-div-015-expected.txt:
217 * platform/mac/editing/inserting/insert-div-019-expected.txt:
218 * platform/mac/editing/inserting/insert-paragraph-03-expected.txt:
219 * platform/mac/editing/pasteboard/3976872-expected.txt:
220 * platform/mac/editing/pasteboard/emacs-ctrl-a-k-y-expected.txt:
221 * platform/mac/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt:
222 * platform/mac/editing/pasteboard/paste-text-014-expected.txt:
223 * platform/mac/editing/selection/4932260-1-expected.txt:
224 * platform/mac/editing/selection/expanding-selections-expected.txt:
225 * platform/mac/editing/selection/expanding-selections2-expected.txt:
226 * platform/mac/editing/selection/fake-drag-expected.txt:
227 * platform/mac/editing/selection/move-by-word-001-expected.txt:
228 * platform/mac/editing/selection/triple-click-in-pre-expected.txt:
229 * platform/mac/editing/style/create-block-for-style-008-expected.txt:
230 * platform/mac/editing/undo/4063751-expected.txt:
231 * platform/mac/editing/undo/undo-forward-delete-boundary-expected.txt:
232 * platform/mac/editing/undo/undo-forward-delete-expected.txt:
234 2011-07-01 Mihai Parparita <mihaip@chromium.org>
236 Add more Chromium flaky expectations.
238 * platform/chromium/test_expectations.txt:
240 2011-07-01 Mihai Parparita <mihaip@chromium.org>
242 Add more failing test expectations for Chromium media tests on Windows 7
245 * platform/chromium/test_expectations.txt:
247 2011-07-01 Juan C. Montemayor <jmont@apple.com>
249 Reviewed by Oliver Hunt.
251 Lexer error messages are currently appalling
252 https://bugs.webkit.org/show_bug.cgi?id=63340
254 Updated expected test results.
256 * fast/js/basic-strict-mode-expected.txt:
257 * fast/js/kde/parse-expected.txt:
258 * fast/js/kde/string-1-n-expected.txt:
259 * fast/js/kde/string-2-n-expected.txt:
260 * fast/js/numeric-escapes-in-string-literals-expected.txt:
261 * fast/js/removing-Cf-characters-expected.txt:
262 * fast/regex/non-pattern-characters-expected.txt:
263 * http/tests/websocket/tests/bad-sub-protocol-control-chars-expected.txt:
264 * loader/reload-subresource-when-type-changes-expected.txt:
265 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T1-expected.txt:
266 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.1_T2-expected.txt:
267 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T1-expected.txt:
268 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.2_T2-expected.txt:
269 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.3-expected.txt:
270 * sputnik/Conformance/07_Lexical_Conventions/7.3_Line_Terminators/S7.3_A2.4-expected.txt:
271 * sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A2_T2-expected.txt:
272 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T1-expected.txt:
273 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.1_T2-expected.txt:
274 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T1-expected.txt:
275 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.3_Numeric_Literals/S7.8.3_A6.2_T2-expected.txt:
276 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T1-expected.txt:
277 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.1_T2-expected.txt:
278 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T1-expected.txt:
279 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A1.2_T2-expected.txt:
280 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T1-expected.txt:
281 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.1_T2-expected.txt:
282 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T1-expected.txt:
283 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A3.2_T2-expected.txt:
284 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.1_T4-expected.txt:
285 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T1-expected.txt:
286 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T2-expected.txt:
287 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T3-expected.txt:
288 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T4-expected.txt:
289 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T5-expected.txt:
290 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A7.2_T6-expected.txt:
291 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.2_T1-expected.txt:
292 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T1-expected.txt:
293 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A13_T2-expected.txt:
294 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T1-expected.txt:
295 * sputnik/Conformance/08_Types/8.4_The_String_Type/S8.4_A14_T2-expected.txt:
297 2011-07-01 Adam Roben <aroben@apple.com>
299 Add Leopard expected failure result for media/media-blocked-by-beforeload.html
301 The failure is tracked by <http://webkit.org/b/63829>.
303 * platform/mac-leopard/media/media-blocked-by-beforeload-expected.txt: Added.
305 2011-07-01 Sheriff Bot <webkit.review.bot@gmail.com>
307 Unreviewed, rolling out r90254.
308 http://trac.webkit.org/changeset/90254
309 https://bugs.webkit.org/show_bug.cgi?id=63825
311 "committed with a totally broken changelog" (Requested by
314 * platform/qt-wk2/Skipped:
315 * platform/qt-wk2/plugins/netscape-dom-access-expected.txt: Removed.
317 2011-07-01 Hans Wennborg <hans@chromium.org>
319 Reviewed by Tony Chang.
321 IndexedDB: Fix constants for webkitIDBTransaction.READ_WRITE/READ_ONLY
322 https://bugs.webkit.org/show_bug.cgi?id=63754
324 Update layout tests to use the right values for
325 webkitIDBTransaction.READ_WRITE/READ_ONLY.
327 * storage/indexeddb/constants-expected.txt:
328 * storage/indexeddb/constants.html:
330 2011-07-01 Gavin Barraclough <barraclough@apple.com>
332 Reviewed by Sam Weinig.
334 https://bugs.webkit.org/show_bug.cgi?id=63819
335 Escaping of forwardslashes in strings incorrect if multiple exist.
337 Add tests with multiple forward slashes.
339 * fast/regex/script-tests/toString.js:
340 * fast/regex/toString-expected.txt:
342 2011-07-01 Mihai Parparita <mihaip@chromium.org>
344 Add failing test expectations for Chromium media tests on Windows 7 and
347 * platform/chromium/test_expectations.txt:
349 2011-07-01 Balazs Kelemen <kbalazs@webkit.org>
351 Reviewed by Andreas Kling.
353 [Qt][WK2] Clean up skipped list
354 https://bugs.webkit.org/show_bug.cgi?id=61644
356 * platform/qt-wk2/Skipped: Remove everything that we skip via the common wk2 list.
358 2011-06-30 Brian Weinstein <bweinstein@apple.com>
360 Reviewed by Darin Adler.
362 WebKit2: DidFinishLoadForFrame is never called on iframes when loads are
363 cancelled by willSendRequest
364 https://bugs.webkit.org/show_bug.cgi?id=63753
366 Unskip WebKit2 tests that now pass.
368 * platform/wk2/Skipped:
370 2011-07-01 Adam Roben <aroben@apple.com>
372 Skip one asserting and one timing-out test on Windows
374 Failures are tracked by <http://webkit.org/b/63806> and <http://webkit.org/b/63807>.
376 * platform/win/Skipped: Added
377 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html and
378 fast/loader/create-frame-in-DOMContentLoaded.html.
380 2011-07-01 Adam Roben <aroben@apple.com>
382 Land Windows expected failure results for fast/events/panScroll-click-hyperlink.html
384 The failure is tracked by <http://webkit.org/b/63809>.
386 * platform/win/fast/events/panScroll-click-hyperlink-expected.txt:
388 2011-07-01 Adam Roben <aroben@apple.com>
390 Land new expected (failure?) results for an accessibility test on Windows
392 The failure is tracked by <http://webkit.org/b/63811>.
394 * platform/win/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
396 2011-07-01 Adam Roben <aroben@apple.com>
398 Update expected results after r90159
400 Fixes <http://webkit.org/b/63810> REGRESSION (r90159): fast/events/window-onerror5.html
403 * fast/events/window-onerror5-expected.txt: Updated for progression.
405 2011-07-01 Balazs Kelemen <kbalazs@webkit.org>
407 Reviewed by Andreas Kling.
409 [Qt][WK2] netscape-dom-access.html needs new result
410 https://bugs.webkit.org/show_bug.cgi?id=63454
412 * platform/qt-wk2/Skipped:
413 * platform/qt-wk2/plugins/netscape-dom-access-expected.txt: Added.
415 2011-07-01 Balazs Kelemen <kbalazs@webkit.org>
417 Reviewed by Andreas Kling.
419 [Qt][WK2] netscape-dom-access.html needs new result
420 https://bugs.webkit.org/show_bug.cgi?id=63454
422 * platform/qt-wk2/Skipped:
423 * platform/qt-wk2/plugins/netscape-dom-access-expected.txt: Added.
425 2011-07-01 Balazs Kelemen <kbalazs@webkit.org>
427 Reviewed by Andreas Kling.
429 [X11][WK2] plugins/mouse-evets-fixedpos.html is failing because of broken event propagation
430 https://bugs.webkit.org/show_bug.cgi?id=63239
432 * platform/qt-wk2/Skipped:
434 2011-07-01 Alice Boxhall <aboxhall@chromium.org>
436 Reviewed by Adam Roben.
438 accessibility/aria-labelledby-overrides-aria-label.html failing on Windows since it was added
439 https://bugs.webkit.org/show_bug.cgi?id=63191
441 * accessibility/aria-labelledby-overrides-aria-label-expected.txt: Removed.
442 * accessibility/aria-labelledby-overrides-aria-label.html:
443 * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
444 * platform/win/accessibility/aria-labelledby-overrides-aria-label-expected.txt:
446 2011-07-01 Kentaro Hara <haraken@google.com>
448 Reviewed by Kent Tamura.
450 Disallow clicking an [X] button in 'search' input forms when 'disabled' attribute or 'readonly' attribute is set.
451 https://bugs.webkit.org/show_bug.cgi?id=63709
453 Added a test that checks whether the content in 'search' input forms with 'disabled' attribute
454 or 'readonly' attribute is cleared or not, when an [X] button is clicked.
456 * fast/forms/search-disabled-readonly-expected.txt: Added.
457 * fast/forms/search-disabled-readonly.html: Added.
459 2011-07-01 Kent Tamura <tkent@chromium.org>
461 [Chromium] Update text expectation for Vista.
463 * platform/chromium-win-vista/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
465 2011-07-01 Dirk Schulze <krit@webkit.org>
467 Reviewed by Nikolas Zimmermann.
469 SVGAnimatedLengthListAnimator does not take additive="sum" into accout
470 https://bugs.webkit.org/show_bug.cgi?id=63705
472 Tests additive animations for SVGLengthLists as well as unit animations on SVGLength.
474 * svg/animations/script-tests/svglength-animation-unitType.js: Added.
479 * svg/animations/script-tests/svglengthlist-animation-5.js: Added.
484 * svg/animations/svglength-animation-unitType-expected.txt: Added.
485 * svg/animations/svglength-animation-unitType.html: Added.
486 * svg/animations/svglengthlist-animation-5-expected.txt: Added.
487 * svg/animations/svglengthlist-animation-5.html: Added.
489 2011-07-01 Dirk Schulze <krit@webkit.org>
491 Reviewed by Nikolas Zimmermann.
493 SVGAnimatedType should support SVGAnimatedInteger animation
494 https://bugs.webkit.org/show_bug.cgi?id=63789
496 Test animation of SVGAnimatedInteger. Added the test to the wk2 skip list.
498 * platform/mac-wk2/Skipped:
499 * svg/animations/script-tests/svginteger-animation-1.js: Added.
504 * svg/animations/svginteger-animation-1-expected.txt: Added.
505 * svg/animations/svginteger-animation-1.html: Added.
507 2011-07-01 Kent Tamura <tkent@chromium.org>
509 [Chromium] More test expectation update for r90089
511 Need to update a Windows XP expectation because the corresponding
512 chromium-win expectation was updated.
514 * platform/chromium-win-xp/fast/forms/search-styled-expected.png: Added.
516 2011-06-30 Kent Tamura <tkent@chromium.org>
518 [Mac][Chromium] Update test expectations for r90089
520 The placeholder position changes are expected because we respect
521 paddings for text fields.
523 * platform/chromium-linux/fast/forms/placeholder-position-expected.png:
524 * platform/chromium-mac-leopard/fast/forms/placeholder-position-expected.png:
525 * platform/chromium-win/fast/forms/placeholder-position-expected.png:
526 * platform/chromium/test_expectations.txt:
527 * platform/mac/fast/forms/placeholder-position-expected.png:
529 2011-06-30 Eugene Klyuchnikov <eustas.bug@gmail.com>
531 Reviewed by Pavel Feldman.
533 WebInspector: Performance / memory allocation issue in WebInspector.TextEditorModel.prototype._replaceTabsIfNeeded
534 https://bugs.webkit.org/show_bug.cgi?id=40447
536 * inspector/editor/text-editor-model-replace-tabs-expected.txt: Added.
537 * inspector/editor/text-editor-model-replace-tabs.html: Added.
539 2011-06-30 Kent Tamura <tkent@chromium.org>
541 [Chromium] Update test expectations.
543 * platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
544 * platform/chromium-mac-leopard/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
545 * platform/chromium-win-xp/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
546 * platform/chromium/test_expectations.txt:
548 2011-06-30 Kent Tamura <tkent@chromium.org>
550 [Chromium] Update expectation files for r90089.
552 * platform/chromium-linux/fast/css/input-search-padding-expected.png:
553 * platform/chromium-linux/fast/css/input-search-padding-expected.txt:
554 * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
555 * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt:
556 * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
557 * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
558 * platform/chromium-linux/fast/forms/placeholder-set-value-expected.png: Added.
559 * platform/chromium-linux/fast/forms/search-display-none-cancel-button-expected.png:
560 * platform/chromium-linux/fast/forms/search-styled-expected.txt:
561 * platform/chromium-linux/fast/forms/search-vertical-alignment-expected.png:
562 * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/searchfield-heights-expected.txt.
563 * platform/chromium-linux/fast/repaint/search-field-cancel-expected.png:
564 * platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png:
565 * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png:
566 * platform/chromium-linux/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
567 * platform/chromium-linux/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
568 * platform/chromium-linux/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Added.
569 * platform/chromium-mac-leopard/fast/forms/search-vertical-alignment-expected.png: Added.
570 * platform/chromium-mac/fast/css/input-search-padding-expected.png: Removed.
571 * platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
572 * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
573 * platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
574 * platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
575 * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: Added.
576 * platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
577 * platform/chromium-mac/fast/speech/input-appearance-speechbutton-expected.txt:
578 * platform/chromium-win-vista/fast/forms/search-styled-expected.txt: Removed.
579 * platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
580 * platform/chromium-win/fast/css/input-search-padding-expected.png:
581 * platform/chromium-win/fast/css/input-search-padding-expected.txt:
582 * platform/chromium-win/fast/css/pseudo-cache-stale-expected.txt:
583 * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
584 * platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
585 * platform/chromium-win/fast/forms/control-restrict-line-height-expected.txt:
586 * platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
587 * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
588 * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.txt:
589 * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
590 * platform/chromium-win/fast/forms/placeholder-position-expected.txt:
591 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
592 * platform/chromium-win/fast/forms/placeholder-set-value-expected.txt:
593 * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
594 * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
595 * platform/chromium-win/fast/forms/search-placeholder-value-changed-expected.txt:
596 * platform/chromium-win/fast/forms/search-rtl-expected.txt:
597 * platform/chromium-win/fast/forms/search-styled-expected.png:
598 * platform/chromium-win/fast/forms/search-styled-expected.txt:
599 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.png:
600 * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
601 * platform/chromium-win/fast/forms/searchfield-heights-expected.png: Added.
602 * platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
603 * platform/chromium-win/fast/repaint/search-field-cancel-expected.png:
604 * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt:
605 * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
606 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt:
607 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
608 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
609 * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
610 * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-expected.png: Added.
611 * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: Added.
612 * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/replaced/width100percent-searchfield-expected.png.
613 * platform/chromium-win/platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: Added.
614 * platform/chromium/test_expectations.txt:
616 2011-06-30 Kent Tamura <tkent@chromium.org>
618 [Chromium-Mac] Update test expectation files.
620 * platform/chromium-mac-leopard/fast/forms/input-appearance-range-expected.png:
621 * platform/chromium-mac/fast/dom/HTMLInputElement/input-slider-update-expected.png: Removed.
622 * platform/chromium-mac/fast/forms/basic-buttons-expected.png: Added.
623 * platform/chromium-mac/fast/forms/button-sizes-expected.png: Added.
624 * platform/chromium-mac/fast/forms/file-input-direction-expected.png:
625 * platform/chromium-mac/fast/forms/file-input-direction-expected.txt:
626 * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Added.
627 * platform/chromium-mac/fast/forms/input-appearance-range-expected.png:
628 * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png:
629 * platform/chromium-mac/fast/forms/slider-padding-expected.png: Removed.
630 * platform/chromium-mac/fast/forms/slider-thumb-shared-style-expected.png: Removed.
631 * platform/chromium-mac/fast/forms/thumbslider-no-parent-slider-expected.png: Removed.
632 * platform/chromium-mac/fast/repaint/slider-thumb-drag-release-expected.png: Removed.
633 * platform/chromium/test_expectations.txt:
635 2011-06-30 Kent Tamura <tkent@chromium.org>
637 Reviewed by Tony Chang.
639 [Chromium] Input type="range" slider thumb is rendered upside down on Mac OS X.
640 https://bugs.webkit.org/show_bug.cgi?id=63697
642 * platform/chromium/test_expectations.txt: Some tests need new expectation images.
644 2011-06-30 Kenichi Ishibashi <bashi@chromium.org>
646 Reviewed by Simon Fraser.
648 [Chromium] -webkit-text-stroke doesn't affect with non-zero width border property
649 https://bugs.webkit.org/show_bug.cgi?id=63698
651 Added a test which ensures text stroke is rendered with non-zero width border.
653 * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
654 * platform/chromium-linux/platform/chromium/fast/text/text-stroke-with-border-expected.txt: Added.
655 * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
656 * platform/chromium-mac/platform/chromium/fast/text/text-stroke-with-border-expected.txt: Added.
657 * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.png: Added.
658 * platform/chromium-win/platform/chromium/fast/text/text-stroke-with-border-expected.txt: Added.
659 * platform/chromium/fast/text/text-stroke-with-border.html: Added.
661 2011-06-30 Andrew Scherkus <scherkus@chromium.org>
665 Rebaselining video-currentTime-set.html for Chromium due to FFmpeg update.
667 * platform/chromium-mac/media/video-currentTime-set-expected.txt:
668 * platform/chromium-win/media/video-currentTime-set-expected.txt:
670 2011-06-30 Yuta Kitamura <yutak@chromium.org>
672 Reviewed by Kent Tamura.
674 WebSocket: Don't use old Hixie75 handshake in pywebsocket handlers
675 https://bugs.webkit.org/show_bug.cgi?id=63704
677 * http/tests/websocket/tests/bad-handshake-crash_wsh.py:
678 Use handshake format of Hixie's protocol draft 76 which we are currently supporting.
679 * http/tests/websocket/tests/long-invalid-header_wsh.py:
680 Content of web_socket_transfer_data() is completely bogus. It's not necessary.
682 2011-06-30 Kent Tamura <tkent@chromium.org>
684 Reviewed by Darin Fisher.
686 [Chromium] Implement WebCore::defaultDetailsSummaryText()
687 https://bugs.webkit.org/show_bug.cgi?id=63700
689 * platform/chromium/test_expectations.txt: Tests for <details> fail temporarily.
691 2011-06-30 Zhenyao Mo <zmo@google.com>
693 Reviewed by Kenneth Russell.
695 Improve WebGL object lifetime management in WebGLRenderingContext
696 https://bugs.webkit.org/show_bug.cgi?id=63635
698 * fast/canvas/webgl/gl-object-get-calls-expected.txt:
699 * fast/canvas/webgl/gl-object-get-calls.html: Fix a bug so getFramebufferAtatchmentParameter generates an error if nothing is attached and something other than TYPE is queried.
700 * fast/canvas/webgl/object-deletion-behaviour-expected.txt:
701 * fast/canvas/webgl/object-deletion-behaviour.html: Ditto.
702 * fast/canvas/webgl/program-test.html: Fix the test so the order of shaders returned by getAttachedShaders doesn't matter.
704 2011-06-27 Diego Gonzalez <diegohcg@webkit.org>
706 Reviewed by Antonio Gomes.
708 [Qt] DRT: Provide LayoutTestController::setDefersLoading and ::goBack support
709 https://bugs.webkit.org/show_bug.cgi?id=63489
712 loader/navigation-while-deferring-loads.html
714 * platform/qt/Skipped:
716 2011-06-30 Alan Stearns <stearns@adobe.com>
718 Reviewed by Tony Chang.
720 Modify Skipped files so that future css exclusions LayoutTests are
723 [CSSExclusions] Add test and skip entries
724 https://bugs.webkit.org/show_bug.cgi?id=63751
726 * fast/exclusions/triangle-exclusion.html: Added.
727 * platform/chromium/test_expectations.txt:
728 * platform/gtk/Skipped:
729 * platform/mac/Skipped:
730 * platform/qt/Skipped:
731 * platform/win/Skipped:
733 2011-06-30 Julien Chaffraix <jchaffraix@webkit.org>
735 Reviewed by Nikolas Zimmermann.
737 Update SVG position values on SVG DOM updates
738 https://bugs.webkit.org/show_bug.cgi?id=62439
740 * svg/custom/crash-textPath-attributes-expected.txt: Added.
741 * svg/custom/crash-textPath-attributes.html: Added.
742 * svg/custom/resources/crash-textPath-attributes-iframe.svg: Added.
744 2011-06-30 Sreeram Ramachandran <sreeram@chromium.org>
746 Reviewed by Adam Barth.
748 Suppress modal JavaScript/HTML dialogs during unload events
749 https://bugs.webkit.org/show_bug.cgi?id=56397
751 Adds Chromium-specific test expectations that show alerts in unload
752 handlers being replaced by console messages.
754 * fast/loader/page-dismissal-modal-dialogs-expected.txt: Added.
755 * fast/loader/page-dismissal-modal-dialogs.html: Added.
756 * fast/loader/resources/page-dismissal-modal-dialogs-iframe.html: Added.
757 * platform/chromium-mac/fast/history/timed-refresh-in-cached-frame-expected.txt:
758 * platform/chromium-win/fast/history/timed-refresh-in-cached-frame-expected.txt:
759 * platform/chromium/fast/dom/Geolocation/notimer-after-unload-expected.txt: Added.
760 * platform/chromium/fast/events/onbeforeunload-focused-iframe-expected.txt: Added.
761 * platform/chromium/fast/events/onunload-clears-onbeforeunload-expected.txt: Added.
762 * platform/chromium/fast/events/onunload-expected.txt: Added.
763 * platform/chromium/fast/events/onunload-not-on-body-expected.txt: Added.
764 * platform/chromium/fast/events/onunload-window-property-expected.txt: Added.
765 * platform/chromium/fast/events/pageshow-pagehide-on-back-uncached-expected.txt: Added.
766 * platform/chromium/fast/history/timed-refresh-in-cached-frame-expected.txt: Added.
767 * platform/chromium/fast/loader/frames-with-unload-handlers-in-page-cache-expected.txt: Added.
768 * platform/chromium/fast/loader/page-dismissal-modal-dialogs-expected.txt: Added.
769 * platform/chromium/fast/loader/recursive-before-unload-crash-expected.txt: Added.
771 2011-06-30 Juan C. Montemayor <jmont@apple.com>
773 Reviewed by Geoffrey Garen.
775 Web Inspector fails to display source for eval with syntax error
776 https://bugs.webkit.org/show_bug.cgi?id=63583
778 Added new LayoutTest to check that the correct line number is added to a
779 syntax error inside an eval statement.
781 * fast/js/eval-contained-syntax-error-expected.txt: Added.
782 * fast/js/eval-contained-syntax-error.html: Added.
783 * fast/js/script-tests/eval-contained-syntax-error.js: Added.
784 * platform/chromium/fast/js/eval-contained-syntax-error-expected.txt: Added.
786 2011-06-30 Nate Chapin <japhet@chromium.org>
788 Unreviewed, chromium test update after r90148.
790 * platform/chromium/test_expectations.txt:
792 2011-06-30 Julien Chaffraix <jchaffraix@webkit.org>
794 Reviewed by Nikolas Zimmermann.
796 Assertion failure in RenderSVGInlineText::characterStartsNewTextChunk
797 https://bugs.webkit.org/show_bug.cgi?id=63076
799 * svg/custom/crash-text-in-textpath-expected.txt: Added.
800 * svg/custom/crash-text-in-textpath.svg: Added.
801 Original crashing test case.
803 * svg/custom/text-node-in-text-invalidated-expected.txt: Added.
804 * svg/custom/text-node-in-text-invalidated.svg: Added.
805 This test case was not crashing. However it is good to make sure this change
806 did not regress that.
808 2011-06-30 Martin Robinson <mrobinson@igalia.com>
810 Reviewed by Anders Carlsson.
812 [GTK] Crash observed with nspluginwrapper and flash
813 https://bugs.webkit.org/show_bug.cgi?id=62249
815 Added a test which verifies that WebKit does not crash when InvalidateRect
816 is called with a null instance.
818 * platform/gtk/plugins/invalidate-rect-with-null-npp-argument-expected.txt: Added.
819 * platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html: Added.
821 2011-06-30 Tab Atkins <jackalmage@gmail.com>
823 Reviewed by Adam Barth.
825 Fix legacy color attribute parsing to match HTML spec
826 https://bugs.webkit.org/show_bug.cgi?id=63029
828 Tests <body bgcolor> parsing.
830 * fast/dom/attribute-legacy-colors-expected.txt: Added.
831 * fast/dom/attribute-legacy-colors.html: Added.
832 * fast/dom/script-tests/attribute-legacy-colors.js: Added.
834 2011-06-30 Nate Chapin <japhet@chromium.org>
836 Unreviewed, remove passing tests from chromium test expectations.
838 * platform/chromium/test_expectations.txt:
840 2011-06-29 Abhishek Arya <inferno@chromium.org>
842 Reviewed by Ryosuke Niwa.
844 Crash when calling DOMSubtreeModified event when extracting range
846 https://bugs.webkit.org/show_bug.cgi?id=63650
848 * fast/dom/Range/range-extract-contents-event-fire-crash-expected.txt: Added.
849 * fast/dom/Range/range-extract-contents-event-fire-crash.html: Added.
850 * fast/dom/Range/range-extract-contents-event-fire-crash2-expected.txt: Added.
851 * fast/dom/Range/range-extract-contents-event-fire-crash2.html: Added.
852 * fast/dom/Range/range-extractContents.html: remove the appending of fragment
853 in this crasher test since we now refptr the nodes and leftContents will be visible.
854 This crasher test does not need to show the extractContents fragment.
856 2011-06-30 Nate Chapin <japhet@chromium.org>
858 Unreviewed, chromium test expectations update after r90101.
860 * platform/chromium/test_expectations.txt:
862 2011-06-30 Zsolt Fehér <h490267@stud.u-szeged.hu>
864 Reviewed by Csaba Osztrogonác.
866 [WK2] Create a general wk2 specific LayoutTests/platform/wk2 platform
867 Common Skipped list copied from LayoutTests/platform/mac-wk2/Skipped.
868 https://bugs.webkit.org/show_bug.cgi?id=61785
870 * platform/mac-wk2/Skipped:
871 * platform/wk2/Skipped: Copied from LayoutTests/platform/mac-wk2/Skipped.
873 2011-06-30 Ilya Tikhonovsky <loislo@chromium.org>
875 Reviewed by Pavel Feldman.
877 Web Inspector: Protocol: error object needs some improvement.
878 https://bugs.webkit.org/show_bug.cgi?id=63707
880 Current implementation is not useful in the code.
881 We need to have toString implementation with nice formatting
882 I'd like to use error.message property as the main place for the error's text.
884 * inspector/elements/set-attribute.html:
885 * inspector/report-protocol-errors-expected.txt:
886 * inspector/report-protocol-errors.html:
888 2011-06-30 Philippe Normand <pnormand@igalia.com>
890 Unreviewed, skip a failing media test on GTK because of
891 https://bugs.webkit.org/show_bug.cgi?id=63699
893 * platform/gtk/Skipped: skip media/media-blocked-by-willsendrequest.html
895 2011-06-30 Kent Tamura <tkent@chromium.org>
897 [Chromium] Resolve a conflict.
899 * platform/chromium/test_expectations.txt:
901 2011-06-30 Kentaro Hara <haraken@google.com>
903 Reviewed by Kent Tamura.
905 Change the label of an HTML5 file chooser button to "Choose Files"
906 https://bugs.webkit.org/show_bug.cgi?id=49245
908 We should notify capability of multiple files to users.
909 input-file-label.html is a test that checks a label of the file chooser
910 with/without 'multiple' attribute. input-file-label.html will fail in Chromium
911 until a planned Chromium patch is landed. input-file-re-render.html will
912 also fail in Chromium, gtk and MacLeopard until we update the expected images
915 * fast/forms/input-file-label-expected.txt: Added.
916 * fast/forms/input-file-label.html: Added.
917 * platform/chromium/test_expectations.txt:
918 * platform/mac/fast/forms/input-file-re-render-expected.png:
919 * platform/mac/fast/forms/input-file-re-render-expected.txt:
921 2011-06-30 Yuta Kitamura <yutak@chromium.org>
923 Reviewed by Kent Tamura.
925 WebSocket: Don't use script-tests for WebSocket tests
926 https://bugs.webkit.org/show_bug.cgi?id=63691
928 Move content of script-tests/XXX.js into XXX.html.
930 No changes were made to script code. Hence, these tests are not using
931 window.jsTestAsync and finishJSTest() for now. I will fix this later.
933 * http/tests/websocket/tests/alert-in-event-handler.html:
934 * http/tests/websocket/tests/bad-handshake-crash.html:
935 * http/tests/websocket/tests/bad-sub-protocol-control-chars.html:
936 * http/tests/websocket/tests/bad-sub-protocol-empty.html:
937 * http/tests/websocket/tests/bad-sub-protocol-non-ascii.html:
938 * http/tests/websocket/tests/bufferedAmount-after-close.html:
939 * http/tests/websocket/tests/cross-origin.html:
940 * http/tests/websocket/tests/error-detect.html:
941 * http/tests/websocket/tests/frame-length-longer-than-buffer.html:
942 * http/tests/websocket/tests/frame-length-skip.html:
943 * http/tests/websocket/tests/handshake-challenge-randomness.html:
944 * http/tests/websocket/tests/handshake-error.html:
945 * http/tests/websocket/tests/handshake-fail-by-cross-origin.html:
946 * http/tests/websocket/tests/handshake-fail-by-no-cr.html:
947 * http/tests/websocket/tests/handshake-fail-by-sub-protocol-mismatch.html:
948 * http/tests/websocket/tests/long-invalid-header.html:
949 * http/tests/websocket/tests/null-character.html:
950 * http/tests/websocket/tests/script-tests/TEMPLATE.html: Removed.
951 * http/tests/websocket/tests/script-tests/alert-in-event-handler.js: Removed.
952 * http/tests/websocket/tests/script-tests/bad-handshake-crash.js: Removed.
953 * http/tests/websocket/tests/script-tests/bad-sub-protocol-control-chars.js: Removed.
954 * http/tests/websocket/tests/script-tests/bad-sub-protocol-empty.js: Removed.
955 * http/tests/websocket/tests/script-tests/bad-sub-protocol-non-ascii.js: Removed.
956 * http/tests/websocket/tests/script-tests/bufferedAmount-after-close.js: Removed.
957 * http/tests/websocket/tests/script-tests/cross-origin.js: Removed.
958 * http/tests/websocket/tests/script-tests/error-detect.js: Removed.
959 * http/tests/websocket/tests/script-tests/frame-length-longer-than-buffer.js: Removed.
960 * http/tests/websocket/tests/script-tests/frame-length-skip.js: Removed.
961 * http/tests/websocket/tests/script-tests/handshake-challenge-randomness.js: Removed.
962 * http/tests/websocket/tests/script-tests/handshake-error.js: Removed.
963 * http/tests/websocket/tests/script-tests/handshake-fail-by-cross-origin.js: Removed.
964 * http/tests/websocket/tests/script-tests/handshake-fail-by-no-cr.js: Removed.
965 * http/tests/websocket/tests/script-tests/handshake-fail-by-sub-protocol-mismatch.js: Removed.
966 * http/tests/websocket/tests/script-tests/long-invalid-header.js: Removed.
967 * http/tests/websocket/tests/script-tests/null-character.js: Removed.
968 * http/tests/websocket/tests/script-tests/send-throw.js: Removed.
969 * http/tests/websocket/tests/script-tests/send.js: Removed.
970 * http/tests/websocket/tests/script-tests/simple.js: Removed.
971 * http/tests/websocket/tests/script-tests/sub-protocol-with-space.js: Removed.
972 * http/tests/websocket/tests/script-tests/sub-protocol.js: Removed.
973 * http/tests/websocket/tests/script-tests/unicode.js: Removed.
974 * http/tests/websocket/tests/script-tests/url-no-trailing-slash.js: Removed.
975 * http/tests/websocket/tests/script-tests/url-parsing.js: Removed.
976 * http/tests/websocket/tests/script-tests/url-with-credential.js: Removed.
977 * http/tests/websocket/tests/script-tests/url-with-empty-query.js: Removed.
978 * http/tests/websocket/tests/script-tests/url-with-query-for-no-query.js: Removed.
979 * http/tests/websocket/tests/script-tests/url-with-query.js: Removed.
980 * http/tests/websocket/tests/script-tests/websocket-event-target.js: Removed.
981 * http/tests/websocket/tests/script-tests/websocket-protocol-ignored.js: Removed.
982 * http/tests/websocket/tests/send-throw.html:
983 * http/tests/websocket/tests/send.html:
984 * http/tests/websocket/tests/simple.html:
985 * http/tests/websocket/tests/sub-protocol-with-space.html:
986 * http/tests/websocket/tests/sub-protocol.html:
987 * http/tests/websocket/tests/unicode.html:
988 * http/tests/websocket/tests/url-no-trailing-slash.html:
989 * http/tests/websocket/tests/url-parsing.html:
990 * http/tests/websocket/tests/url-with-credential.html:
991 * http/tests/websocket/tests/url-with-empty-query.html:
992 * http/tests/websocket/tests/url-with-query-for-no-query.html:
993 * http/tests/websocket/tests/url-with-query.html:
994 * http/tests/websocket/tests/websocket-event-target.html:
995 * http/tests/websocket/tests/websocket-protocol-ignored.html:
997 2011-06-30 Yuta Kitamura <yutak@chromium.org>
999 Reviewed by Kent Tamura.
1001 WebSocket: Fix style issues of pywebsocket handlers
1002 https://bugs.webkit.org/show_bug.cgi?id=63689
1004 Fix minor style errors such as wrong indentation or wrong number of blank lines.
1006 * http/tests/websocket/tests/bad-handshake-crash_wsh.py:
1007 * http/tests/websocket/tests/close-on-unload_wsh.py:
1008 * http/tests/websocket/tests/echo-challenge_wsh.py:
1009 * http/tests/websocket/tests/echo-cookie_wsh.py:
1010 * http/tests/websocket/tests/frame-length-longer-than-buffer_wsh.py:
1011 * http/tests/websocket/tests/frame-length-overflow_wsh.py:
1012 * http/tests/websocket/tests/frame-length-skip_wsh.py:
1013 * http/tests/websocket/tests/handshake-fail-by-maxlength_wsh.py:
1014 Use sequence repetition pattern instead of a loop.
1015 * http/tests/websocket/tests/handshake-fail-by-no-connection-header_wsh.py:
1016 * http/tests/websocket/tests/handshake-fail-by-no-cr_wsh.py:
1017 * http/tests/websocket/tests/handshake-fail-by-no-upgrade-header_wsh.py:
1018 * http/tests/websocket/tests/handshake-fail-by-prepended-null_wsh.py:
1019 * http/tests/websocket/tests/hanging-handshake_wsh.py:
1020 * http/tests/websocket/tests/long-invalid-header_wsh.py:
1021 * http/tests/websocket/tests/send2_wsh.py:
1022 * http/tests/websocket/tests/unknown-frame-type_wsh.py:
1023 * http/tests/websocket/tests/workers/resources/echo-challenge_wsh.py:
1025 2011-06-30 Kent Tamura <tkent@chromium.org>
1027 [Mac-wk2] Update expectation files for r90089.
1028 https://bugs.webkit.org/show_bug.cgi?id=61415
1030 * platform/mac-wk2/fast/forms/textfield-overflow-expected.txt:
1032 2011-06-30 MORITA Hajime <morrita@google.com>
1034 Reviewed by Dimitri Glazkov.
1036 Crash if ShadowRoot has a text node.
1037 https://bugs.webkit.org/show_bug.cgi?id=63607
1039 * fast/dom/shadow/shadow-root-text-child-expected.txt: Added.
1040 * fast/dom/shadow/shadow-root-text-child.html: Added.
1042 2011-06-30 Kent Tamura <tkent@chromium.org>
1044 [GTK][Mac][Win] Update expectation files for r90089.
1045 https://bugs.webkit.org/show_bug.cgi?id=61415
1047 * platform/gtk/fast/block/float/032-expected.txt:
1048 * platform/gtk/fast/css/input-search-padding-expected.txt:
1049 * platform/gtk/fast/css/pseudo-cache-stale-expected.txt:
1050 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
1051 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
1052 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
1053 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
1054 * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
1055 * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt:
1056 * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
1057 * platform/gtk/fast/forms/input-text-word-wrap-expected.txt:
1058 * platform/gtk/fast/forms/placeholder-position-expected.txt:
1059 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
1060 * platform/gtk/fast/forms/placeholder-set-value-expected.txt:
1061 * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
1062 * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
1063 * platform/gtk/fast/forms/search-placeholder-value-changed-expected.txt:
1064 * platform/gtk/fast/forms/search-rtl-expected.txt:
1065 * platform/gtk/fast/forms/search-styled-expected.txt:
1066 * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
1067 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
1068 * platform/gtk/fast/forms/textfield-overflow-expected.txt:
1069 * platform/gtk/fast/repaint/search-field-cancel-expected.txt:
1070 * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
1071 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
1072 * platform/mac/fast/block/float/032-expected.txt:
1073 * platform/win/fast/forms/search-cancel-button-style-sharing-expected.txt:
1074 * platform/win/fast/forms/search-display-none-cancel-button-expected.txt:
1075 * platform/win/fast/forms/search-placeholder-value-changed-expected.txt:
1077 2011-06-30 Csaba Osztrogonác <ossy@webkit.org>
1079 [Qt] Unreviewed. Update platform specific expected files after r90089.
1081 * platform/qt/fast/css/pseudo-cache-stale-expected.png: Added.
1082 * platform/qt/fast/css/pseudo-cache-stale-expected.txt:
1083 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png: Added.
1084 * platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
1085 * platform/qt/fast/forms/control-restrict-line-height-expected.png:
1086 * platform/qt/fast/forms/control-restrict-line-height-expected.txt:
1087 * platform/qt/fast/forms/placeholder-set-value-expected.png: Added.
1088 * platform/qt/fast/forms/placeholder-set-value-expected.txt:
1089 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png: Added.
1090 * platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
1091 * platform/qt/fast/forms/search-display-none-cancel-button-expected.png: Added.
1092 * platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
1093 * platform/qt/fast/forms/search-placeholder-value-changed-expected.png: Added.
1094 * platform/qt/fast/forms/search-placeholder-value-changed-expected.txt:
1095 * platform/qt/fast/forms/search-rtl-expected.png: Added.
1096 * platform/qt/fast/forms/search-rtl-expected.txt:
1097 * platform/qt/fast/forms/search-styled-expected.png: Added.
1098 * platform/qt/fast/forms/search-styled-expected.txt:
1099 * platform/qt/fast/forms/search-vertical-alignment-expected.png: Added.
1100 * platform/qt/fast/forms/search-vertical-alignment-expected.txt:
1101 * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
1102 * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
1104 2011-06-29 Kent Tamura <tkent@chromium.org>
1106 Reviewed by Dimitri Glazkov.
1108 Avoid custom layout code of RenderTextControlSingleLine
1109 https://bugs.webkit.org/show_bug.cgi?id=61415
1111 Update tests including <input type=search> or <input type=number>. Their
1112 internal structures are changed.
1113 Slight position changes for search result buttons and search cancel
1114 buttons are expected.
1116 * fast/css/text-input-with-webkit-border-radius-expected.txt:
1117 * platform/chromium/test_expectations.txt:
1118 * platform/mac/fast/css/input-search-padding-expected.png:
1119 * platform/mac/fast/css/input-search-padding-expected.txt:
1120 * platform/mac/fast/css/pseudo-cache-stale-expected.txt:
1121 * platform/mac/fast/forms/box-shadow-override-expected.txt:
1122 * platform/mac/fast/forms/control-restrict-line-height-expected.txt:
1123 * platform/mac/fast/forms/input-appearance-height-expected.txt:
1124 * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt:
1125 * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt:
1126 * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt:
1127 * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt:
1128 * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt:
1129 * platform/mac/fast/forms/placeholder-position-expected.txt:
1130 * platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
1131 * platform/mac/fast/forms/placeholder-set-value-expected.txt:
1132 * platform/mac/fast/forms/search-cancel-button-style-sharing-expected.txt:
1133 * platform/mac/fast/forms/search-display-none-cancel-button-expected.txt:
1134 * platform/mac/fast/forms/search-placeholder-value-changed-expected.txt:
1135 * platform/mac/fast/forms/search-rtl-expected.txt:
1136 * platform/mac/fast/forms/search-styled-expected.txt:
1137 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
1138 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
1139 * platform/mac/fast/forms/searchfield-heights-expected.txt:
1140 * platform/mac/fast/repaint/search-field-cancel-expected.png:
1141 * platform/mac/fast/repaint/search-field-cancel-expected.txt:
1142 * platform/mac/fast/replaced/width100percent-searchfield-expected.txt:
1143 * platform/mac/fast/table/colspanMinWidth-vertical-expected.png:
1144 * platform/mac/fast/table/colspanMinWidth-vertical-expected.txt:
1146 2011-06-29 Simon Fraser <simon.fraser@apple.com>
1148 Fix the test description.
1150 * fast/layers/negative-scroll-positions-expected.txt:
1151 * fast/layers/script-tests/negative-scroll-positions.js:
1153 2011-06-29 Keishi Hattori <keishi@webkit.org>
1155 Reviewed by Adam Barth.
1157 Remove extra space at EOL in view source mode
1158 https://bugs.webkit.org/show_bug.cgi?id=63620
1160 * fast/frames/resources/viewsource-frame-5.html: Added.
1161 * fast/frames/viewsource-empty-attribute-value-expected.txt: Regenerated.
1162 * fast/frames/viewsource-linebreak-expected.txt: Added.
1163 * fast/frames/viewsource-linebreak.html: Added. Test that there are no extra spaces at EOL.
1164 And that the multiple consecutive line breaks are maintained in the frame.
1166 2011-06-23 Abhishek Arya <inferno@chromium.org>
1168 Reviewed by James Robinson.
1170 Tests that we do not crash when failing to remove the linebreak
1171 object(widget, block, replaced, etc) from parent block lineboxes. The
1172 testcase tries to fuzz over the list of html and svg tags.
1173 https://bugs.webkit.org/show_bug.cgi?id=60307
1175 * fast/block/block-not-removed-from-parent-lineboxes-crash-expected.txt: Added.
1176 * fast/block/block-not-removed-from-parent-lineboxes-crash.html: Added.
1177 * fast/block/child-not-removed-from-parent-lineboxes-crash-expected.txt: Added.
1178 * fast/block/child-not-removed-from-parent-lineboxes-crash.html: Added.
1180 2011-06-29 Alan Stearns <stearns@adobe.com>
1182 Reviewed by Tony Chang.
1184 Modify Skipped files so that future css regions layout tests are
1187 [CSS Regions] Add support for skipped tests
1188 https://bugs.webkit.org/show_bug.cgi?id=63632
1190 * fast/regions/flow-content-basic.html: Added.
1191 * platform/chromium/test_expectations.txt:
1192 * platform/gtk/Skipped:
1193 * platform/mac/Skipped:
1194 * platform/qt/Skipped:
1195 * platform/win/Skipped:
1197 2011-06-29 Simon Fraser <simon.fraser@apple.com>
1199 Reviewed by Beth Dakin.
1201 Lay some groundwork for rubber-banding in overflow:scroll divs
1202 https://bugs.webkit.org/show_bug.cgi?id=63654
1204 Test clamping of scrollTo with negative values.
1206 * fast/layers/negative-scroll-positions-expected.txt: Added.
1207 * fast/layers/negative-scroll-positions.html: Added.
1208 * fast/layers/script-tests/TEMPLATE.html: Added.
1209 * fast/layers/script-tests/negative-scroll-positions.js: Added.
1212 2011-06-29 Jessie Berlin <jberlin@apple.com>
1214 eventSender.keyDown is unimplemented (WKTR)
1215 https://bugs.webkit.org/show_bug.cgi?id=57515
1217 Add another test that uses eventSender.keyDown to the mac-wk2 Skipped list.
1219 * platform/mac-wk2/Skipped:
1221 2011-06-29 Jian Li <jianli@chromium.org>
1223 Reviewed by Kenneth Russell.
1225 WebGL test failing on SL bots: fast/canvas/webgl/data-view-test.html
1226 https://bugs.webkit.org/show_bug.cgi?id=63151
1228 Updated the expected result and removed the rebaselined files that are not needed.
1230 * fast/canvas/webgl/data-view-test-expected.txt:
1231 * platform/chromium-mac/fast/canvas/webgl/data-view-test-expected.txt: Removed.
1232 * platform/chromium-win/fast/canvas/webgl/data-view-test-expected.txt: Removed.
1233 * platform/mac/fast/canvas/webgl/data-view-test-expected.txt: Removed.
1235 2011-06-29 Jeff Timanus <twiz@chromium.org>
1237 Reviewed by Stephen White.
1239 [Chromium] Remove flakiness marker from fast/canvas/canvas-longlived-context.html
1240 https://bugs.webkit.org/show_bug.cgi?id=63649
1242 * platform/chromium/test_expectations.txt:
1244 2011-06-29 Eric Carlson <eric.carlson@apple.com>
1246 Reviewed by Darin Adler.
1248 Media element loads blocked by a resource load delegate do not generate an error event
1249 https://bugs.webkit.org/show_bug.cgi?id=63558
1251 * media/media-blocked-by-beforeload-expected.txt: Added.
1252 * media/media-blocked-by-beforeload.html: Added.
1253 * media/media-blocked-by-willsendrequest-expected.txt: Added.
1254 * media/media-blocked-by-willsendrequest.html: Added.
1256 2011-06-29 Darin Adler <darin@apple.com>
1258 Reviewed by Anders Carlsson.
1260 [WebKit2] Crash loading page that adds/removes frame in DOMContentLoaded/loaded
1261 https://bugs.webkit.org/show_bug.cgi?id=63483
1263 * fast/loader/create-frame-in-DOMContentLoaded-expected.txt: Added.
1264 * fast/loader/create-frame-in-DOMContentLoaded.html: Added.
1266 2011-06-29 Nat Duca <nduca@chromium.org>
1268 [chromium] Unreviewed, mark fast/canvas/webgl/context-lost-restored failing
1269 https://bugs.webkit.org/show_bug.cgi?id=63643
1271 * platform/chromium/test_expectations.txt:
1273 2011-06-29 Nat Duca <nduca@chromium.org>
1275 [chromium] Unreviewed, mark index-validation-with-resized-buffer as failing.
1276 https://bugs.webkit.org/show_bug.cgi?id=63638
1278 * platform/chromium/test_expectations.txt:
1280 2011-06-29 Wyatt Carss <wcarss@chromium.org>
1282 Reviewed by Ryosuke Niwa.
1284 convert editing/deleting/paragraph-in-preserveNewline.html to dumpAsText
1285 https://bugs.webkit.org/show_bug.cgi?id=63362
1287 Converted editing/deleting/paragraph-in-preserveNewline.html to dump-as-markup,
1288 added doctype, added new baseline, and removed old baselines.
1290 * editing/deleting/paragraph-in-preserveNewline.html:
1291 * editing/deleting/paragraph-in-preserveNewline-expected.html: Added.
1292 * platform/chromium-linux/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1293 * platform/chromium-win/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1294 * platform/chromium-win/editing/deleting/paragraph-in-preserveNewline-expected.txt: Removed.
1295 * platform/gtk/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1296 * platform/mac-leopard/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1297 * platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1298 * platform/mac/editing/deleting/paragraph-in-preserveNewline-expected.txt: Removed.
1299 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.png: Removed.
1300 * platform/qt/editing/deleting/paragraph-in-preserveNewline-expected.txt: Removed.
1302 2011-06-29 Nate Chapin <japhet@chromium.org>
1304 Unreviewed, more chromium test updates.
1306 * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png:
1307 * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
1309 2011-06-29 Nate Chapin <japhet@chromium.org>
1311 Unreviewed, chromium test updates.
1313 * platform/chromium-mac-leopard/svg/foreignObject: Added.
1314 * platform/chromium-mac-leopard/svg/foreignObject/text-tref-02-b-expected.png: Added.
1315 * platform/chromium-mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt: Added.
1316 * platform/chromium-mac/svg/foreignObject/text-tref-02-b-expected.png:
1317 * platform/chromium/test_expectations.txt:
1319 2011-06-29 Vsevolod Vlasov <vsevik@chromium.org>
1321 Reviewed by Pavel Feldman.
1323 Web Inspector: REGRESSION Resource revision fails to request content if it was not yet loaded for resource.
1324 https://bugs.webkit.org/show_bug.cgi?id=63631
1326 * http/tests/inspector/network/network-request-revision-content-expected.txt: Added.
1327 * http/tests/inspector/network/network-request-revision-content.html: Added.
1328 * http/tests/inspector/network/resources/script.js: Added.
1330 2011-06-29 Balazs Kelemen <kbalazs@webkit.org>
1332 Reviewed by Kenneth Rohde Christiansen.
1334 [Qt][WK2] plugins/document-open.html need new result for wk2
1335 https://bugs.webkit.org/show_bug.cgi?id=63633
1337 * platform/qt-wk2/Skipped:
1338 * platform/qt-wk2/plugins/document-open-expected.txt: Added.
1340 2011-06-29 Pavel Feldman <pfeldman@google.com>
1342 Reviewed by Yury Semikhatsky.
1344 Web Inspector: tab crash after deleting trailing quote when editing attribute
1345 https://bugs.webkit.org/show_bug.cgi?id=63544
1347 * inspector/elements/set-attribute-expected.txt:
1348 * inspector/elements/set-attribute.html:
1350 2011-06-29 Philippe Normand <pnormand@igalia.com>
1352 Unreviewed, remove erroneous test name from GTK Skipped list.
1354 * platform/gtk/Skipped:
1356 2011-06-29 Mike West <mkwst@chromium.org>
1358 Reviewed by Pavel Feldman.
1360 Web Inspector: Missing fields in HAR
1361 https://bugs.webkit.org/show_bug.cgi?id=58127
1363 Setting correct expectations for the following fields newly added to
1364 the HAR implementation:
1366 - entry.request.httpVersion
1367 - entry.request.headersSize
1368 - entry.request.bodySize
1369 - entry.response.httpVersion
1370 - entry.response.headersSize
1371 - entry.response.bodySize
1372 - entry.response.content.compression
1374 * http/tests/inspector/network/network-size.html:
1375 * http/tests/inspector/resource-har-conversion-expected.txt:
1376 * http/tests/inspector/resource-har-conversion.html:
1377 * http/tests/inspector/resource-har-headers-expected.txt: Added.
1378 * http/tests/inspector/resource-har-headers.html: Added.
1379 * http/tests/inspector/resource-parameters-expected.txt:
1380 * http/tests/inspector/resources-test.js:
1382 2011-06-29 Philippe Normand <pnormand@igalia.com>
1384 Unreviewed, skip 2 acid tests on GTK due to bug 54119. They were
1385 failing only in 32-Bits Release though.
1387 * platform/gtk/Skipped:
1389 2011-06-29 Csaba Osztrogonác <ossy@webkit.org>
1391 [Qt][Mac] Qt specific results committed in r90007, but fail on Qt-Mac platform
1393 * platform/qt-mac/Skipped: Skip failing tests.
1395 2011-06-29 Csaba Osztrogonác <ossy@webkit.org>
1397 [Qt] Add platform specific expected results for new passing tests.
1399 * platform/qt/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1400 * platform/qt/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
1401 * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
1402 * platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
1403 * platform/qt/svg/custom/text-tref-03-b-change-href-expected.png: Added.
1404 * platform/qt/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
1405 * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
1406 * platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
1407 * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
1408 * platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
1409 * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
1410 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
1412 2011-06-29 Philippe Normand <pnormand@igalia.com>
1414 Unreviewed, GTK rebaseline of 2 more tests.
1416 * inspector/console/console-trace-in-eval-expected.txt:
1417 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
1419 2011-06-29 Hayato Ito <hayato@chromium.org>
1421 Reviewed by Hajime Morita.
1423 Make a shadow host transfer a focus to the first focusable element in the shadow root when its focus() is called.
1424 https://bugs.webkit.org/show_bug.cgi?id=62358.
1426 This patch doesn't take an effect on the following elements to keep a compatibility.
1427 - <input>, <textarea>, <video> and <audio> elements
1428 We'll address these elements separately after re-targeting focus events
1429 (bug 61421) is implemented.
1431 A shadow root's <content> is not considered in this patch.
1432 That should be addressed in another patch. See bug 63522.
1434 * fast/dom/shadow/shadow-host-transfer-focus-expected.txt: Added.
1435 * fast/dom/shadow/shadow-host-transfer-focus.html: Added.
1437 2011-06-29 Roland Steiner <rolandsteiner@chromium.org>
1439 Unreviewed: last last ruby expectations for WebKit2 Win.
1441 * platform/win-wk2/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1442 * platform/win-wk2/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1443 * platform/win-wk2/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1445 2011-06-29 Philippe Normand <pnormand@igalia.com>
1448 http/tests/history/cross-origin-replace-history-object-child.html
1449 on GTK, due to bug 61937.
1451 * platform/gtk/Skipped:
1453 2011-06-29 Philippe Normand <pnormand@igalia.com>
1455 Unreviewed, GTK rebaseline of 3 svg/custom/linking tests.
1457 * platform/gtk/svg/custom/linking-a-03-b-all-expected.txt:
1458 * platform/gtk/svg/custom/linking-a-03-b-transform-expected.txt:
1459 * platform/gtk/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
1461 2011-06-29 Philippe Normand <pnormand@igalia.com>
1463 Unreviewed, GTK rebaseline of
1464 fast/html/details-open-javascript.html
1466 * platform/gtk/fast/html/details-open-javascript-expected.txt:
1468 2011-06-29 Philippe Normand <pnormand@igalia.com>
1470 Unreviewed, skip crashing tests on GTK because of
1471 https://bugs.webkit.org/show_bug.cgi?id=63611
1473 * platform/gtk/Skipped: skip 5 editing tests
1475 2011-06-29 Roland Steiner <rolandsteiner@chromium.org>
1477 Unreviewed: update the (hopefully) last ruby expectation stragglers in WebKit2
1479 * platform/win-wk2/fast/ruby/after-block-doesnt-crash-expected.txt:
1480 * platform/win-wk2/fast/ruby/after-table-doesnt-crash-expected.txt:
1481 * platform/win-wk2/fast/ruby/before-block-doesnt-crash-expected.txt:
1482 * platform/win-wk2/fast/ruby/before-table-doesnt-crash-expected.txt:
1484 2011-06-29 Roland Steiner <rolandsteiner@chromium.org>
1486 Unreviewed: more juggling with ruby expectation files, trying to
1487 find my way out of the expectations dependency jungle...
1489 * platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
1490 * platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
1491 * platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
1492 * platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
1493 * platform/chromium-mac/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1494 * platform/chromium-mac/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1495 * platform/chromium-mac/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1496 * platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt: Added.
1497 * platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt: Added.
1498 * platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt: Added.
1499 * platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt: Added.
1500 * platform/chromium-win/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1501 * platform/chromium-win/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1502 * platform/chromium-win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1503 * platform/win/fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1504 * platform/win/fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1505 * platform/win/fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1507 2011-06-29 Darin Adler <darin@apple.com>
1509 Reviewed by Adam Barth.
1511 Consolidate the fast/loader and fast/loading directories
1512 https://bugs.webkit.org/show_bug.cgi?id=63587
1514 * fast/loader/resources/subframe-that-removes-itself.html: Copied from LayoutTests/fast/loading/resources/subframe-that-removes-itself.html.
1515 * fast/loader/subframe-removes-itself-expected.txt: Copied from LayoutTests/fast/loading/subframe-removes-itself-expected.txt.
1516 * fast/loader/subframe-removes-itself.html: Copied from LayoutTests/fast/loading/subframe-removes-itself.html.
1517 * fast/loading/resources/subframe-that-removes-itself.html: Removed.
1518 * fast/loading/subframe-removes-itself-expected.txt: Removed.
1519 * fast/loading/subframe-removes-itself.html: Removed.
1521 * platform/gtk/Skipped: Updated for new location of test.
1522 * platform/mac-wk2/Skipped: Ditto.
1523 * platform/qt-wk2/Skipped: Ditto.
1525 2011-06-28 Dirk Schulze <krit@webkit.org>
1527 Reviewed by Nikolas Zimmermann.
1529 SVGAnimatedType should support SVGBoolean animation
1530 https://bugs.webkit.org/show_bug.cgi?id=63529
1532 Test animation of SVGBoolean. Add the test to the skip list of wk2.
1533 Convert animate-number-calcMode-discrete-keyTimes to common style, no change
1536 * platform/mac-wk2/Skipped:
1537 * svg/animations/animate-number-calcMode-discrete-keyTimes-expected.txt:
1538 * svg/animations/animate-number-calcMode-discrete-keyTimes.html:
1539 * svg/animations/script-tests/svgboolean-animation-1.js: Added.
1544 * svg/animations/svgboolean-animation-1-expected.txt: Added.
1545 * svg/animations/svgboolean-animation-1.html: Added.
1547 2011-06-28 Ilya Sherman <isherman@chromium.org>
1549 Reviewed by Adam Barth.
1551 form.autocomplete="off" does not work
1552 https://bugs.webkit.org/show_bug.cgi?id=35823
1554 * fast/forms/autocomplete-expected.txt: Added.
1555 * fast/forms/autocomplete.html: Added.
1557 2011-06-28 Roland Steiner <rolandsteiner@chromium.org>
1559 Unreviewed: change URLs in ruby layout tests to lower case in order
1560 to avoid having to have separate Chromium expectations.
1562 * fast/ruby/after-block-doesnt-crash-expected.txt:
1563 * fast/ruby/after-block-doesnt-crash.html:
1564 * fast/ruby/after-table-doesnt-crash-expected.txt:
1565 * fast/ruby/after-table-doesnt-crash.html:
1566 * fast/ruby/before-block-doesnt-crash-expected.txt:
1567 * fast/ruby/before-block-doesnt-crash.html:
1568 * fast/ruby/before-table-doesnt-crash-expected.txt:
1569 * fast/ruby/before-table-doesnt-crash.html:
1570 * fast/ruby/generated-after-counter-doesnt-crash-expected.txt:
1571 * fast/ruby/generated-after-counter-doesnt-crash.html:
1572 * fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt:
1573 * fast/ruby/generated-before-and-after-counter-doesnt-crash.html:
1574 * fast/ruby/generated-before-counter-doesnt-crash-expected.txt:
1575 * fast/ruby/generated-before-counter-doesnt-crash.html:
1576 * platform/chromium-mac/fast/ruby/after-block-doesnt-crash-expected.txt: Removed.
1577 * platform/chromium-mac/fast/ruby/after-table-doesnt-crash-expected.txt: Removed.
1578 * platform/chromium-mac/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
1579 * platform/chromium-mac/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
1580 * platform/chromium-win/fast/ruby/after-block-doesnt-crash-expected.txt: Removed.
1581 * platform/chromium-win/fast/ruby/after-table-doesnt-crash-expected.txt: Removed.
1582 * platform/chromium-win/fast/ruby/before-block-doesnt-crash-expected.txt: Removed.
1583 * platform/chromium-win/fast/ruby/before-table-doesnt-crash-expected.txt: Removed.
1585 2011-06-28 Roland Steiner <rolandsteiner@chromium.org>
1587 Reviewed by Eric Seidel.
1589 Bug 55930 - (CVE-2011-1440) Incorrect handling of 'display:' property within nested <ruby> tags
1590 https://bugs.webkit.org/show_bug.cgi?id=55930
1592 Test that a generated block child + counter within a <ruby> doesn't crash.
1593 (Test as provided by original reporter).
1595 * fast/ruby/generated-after-counter-doesnt-crash-expected.txt: Added.
1596 * fast/ruby/generated-after-counter-doesnt-crash.html: Added.
1597 * fast/ruby/generated-before-and-after-counter-doesnt-crash-expected.txt: Added.
1598 * fast/ruby/generated-before-and-after-counter-doesnt-crash.html: Added.
1599 * fast/ruby/generated-before-counter-doesnt-crash-expected.txt: Added.
1600 * fast/ruby/generated-before-counter-doesnt-crash.html: Added.
1602 2011-06-28 Adam Langley <agl@chromium.org>
1604 Reviewed by Adam Barth.
1606 Skip cache validation on back with HTTPS.
1607 https://bugs.webkit.org/show_bug.cgi?id=63537
1609 * http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.txt: Added.
1610 * http/tests/cache/history-only-cached-subresource-loads-max-age-https.html: Added.
1611 * http/tests/cache/resources/max-age-resource-forward.html: Added.
1612 * http/tests/cache/resources/max-age-resource-next.html: Added.
1613 * http/tests/cache/resources/max-age-resource.html: Added.
1614 * http/tests/cache/resources/random-max-age.cgi: Added.
1616 2011-06-27 Diego Gonzalez <diegohcg@webkit.org>
1618 Reviewed by Kenneth Rohde Christiansen.
1620 [Qt] DRT support for setInteractiveFormValidationEnabled
1621 https://bugs.webkit.org/show_bug.cgi?id=63496
1623 * platform/qt/Skipped:
1625 2011-06-28 Nate Chapin <japhet@chromium.org>
1627 Unreviewed, chromium test update for r89951.
1629 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1630 * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
1631 * platform/chromium-linux/svg/custom/text-tref-03-b-change-href-expected.png: Added.
1632 * platform/chromium-linux/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
1633 * platform/chromium-linux/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
1634 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1635 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1636 * platform/chromium-win/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
1637 * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
1638 * platform/chromium-win/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
1639 * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.png: Added.
1640 * platform/chromium-win/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
1641 * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
1642 * platform/chromium-win/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
1643 * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
1644 * platform/chromium-win/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
1646 2011-06-28 Nate Chapin <japhet@chromium.org>
1648 Unreviewed, chromium test update for r89946.
1650 * platform/chromium/fast/regex: Added.
1651 * platform/chromium/fast/regex/constructor-expected.txt: Added.
1653 2011-06-28 Rob Buis <rbuis@rim.com>
1655 Reviewed by Nikolas Zimmermann.
1657 SVG1.1SE test text-tref-03-b.svg fails
1658 https://bugs.webkit.org/show_bug.cgi?id=63390
1660 - text-tref-03-b.svg, the w3c SVG1.1 testcase mentioned in the bug.
1661 - text-tref-03-b-dynamic.svg, tests dynamically adding the tref.
1662 - text-tref-03-b-dynamic2.svg, tests dynamically adding the referenced content.
1663 - text-tref-03-b-tref-removal.svg, tests removal of tref.
1664 - text-tref-03-b-referenced-element-removal.svg, tests removal of referenced content.
1665 - text-tref-03-b-change-href.svg, tests changing href attribute dynamically through setAttribute.
1666 - text-tref-03-b-change-href-dom.svg, tests changing href attribute dynamically through href animated property.
1667 - foreignObject/text-tref-02-b.svg has improved result, but is still not perfect.
1669 * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.png: Added.
1670 * platform/mac/svg/W3C-SVG-1.1-SE/text-tref-03-b-expected.txt: Added.
1671 * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.png: Added.
1672 * platform/mac/svg/custom/text-tref-03-b-change-href-dom-expected.txt: Added.
1673 * platform/mac/svg/custom/text-tref-03-b-change-href-expected.png: Added.
1674 * platform/mac/svg/custom/text-tref-03-b-change-href-expected.txt: Added.
1675 * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.png: Added.
1676 * platform/mac/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt: Added.
1677 * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.png: Added.
1678 * platform/mac/svg/custom/text-tref-03-b-tref-removal-expected.txt: Added.
1679 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
1680 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
1681 * svg/W3C-SVG-1.1-SE/text-tref-03-b.svg: Added.
1682 * svg/custom/text-tref-03-b-change-href-dom.svg: Added.
1683 * svg/custom/text-tref-03-b-change-href.svg: Added.
1684 * svg/custom/text-tref-03-b-dynamic-expected.txt: Added.
1685 * svg/custom/text-tref-03-b-dynamic.svg: Added.
1686 * svg/custom/text-tref-03-b-dynamic2-expected.txt: Added.
1687 * svg/custom/text-tref-03-b-dynamic2.svg: Added.
1688 * svg/custom/text-tref-03-b-referenced-element-removal.svg: Added.
1689 * svg/custom/text-tref-03-b-tref-removal.svg: Added.
1691 2011-06-28 Greg Simon <gregsimon@chromium.org>
1693 Reviewed by Dimitri Glazkov.
1695 Update migration LayoutTest to include indexes and successful migration.
1696 https://bugs.webkit.org/show_bug.cgi?id=62780
1698 * storage/indexeddb/migrate-basics-expected.txt:
1699 * storage/indexeddb/migrate-basics.html:
1701 2011-06-28 Gavin Barraclough <barraclough@apple.com>
1703 Reviewed by Oliver Hunt.
1705 https://bugs.webkit.org/show_bug.cgi?id=55040
1706 RegExp constructor returns the argument regexp instead of a new object
1708 Per 15.10.3.1, our current behaviour is correct if called as a function,
1709 but incorrect when called as a constructor.
1711 * fast/regex/constructor-expected.txt: Added.
1712 * fast/regex/constructor.html: Added.
1713 * fast/regex/script-tests/constructor.js: Added.
1715 2011-06-28 Jessie Berlin <jberlin@apple.com>
1717 Better Windows rebaseline for the changes in r89864, with pixel results, to get the bots
1720 * platform/win/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
1721 * platform/win/fast/text/international/unicode-bidi-plaintext-expected.txt:
1723 2011-06-28 Jessie Berlin <jberlin@apple.com>
1725 WebKitTestRunner needs to implement undo client (Windows).
1726 https://bugs.webkit.org/show_bug.cgi?id=58103
1728 Add another undo test to the win-wk2 skipped list to get the bots green.
1730 * platform/win-wk2/Skipped:
1732 2011-06-28 Stephen White <senorblanco@chromium.org>
1736 Remove some now-passing tests from Chromium's test expectations.
1738 * platform/chromium/test_expectations.txt:
1740 2011-06-28 Vsevolod Vlasov <vsevik@chromium.org>
1742 Reviewed by Pavel Feldman.
1744 REGRESSION (r89449): http/tests/inspector/extensions-resources-redirect.html failing on SnowLeopard Intel Release (Tests), Windows 7 Release (Tests), Qt
1745 https://bugs.webkit.org/show_bug.cgi?id=63178
1747 * http/tests/inspector/extensions-resources-redirect-expected.txt:
1748 * platform/mac/http/tests/inspector/extensions-resources-redirect-expected.txt: Removed.
1749 * platform/qt/Skipped:
1751 2011-06-28 Ryosuke Niwa <rniwa@webkit.org>
1753 Fix the test added by the previous commit. Also add it to the WebKit2's skipped list
1754 since it uses a eventSender method that hasn't been implemented by TestRunner.
1756 * fast/events/selectstart-prevent-selection-on-right-click.html:
1757 * platform/mac-wk2/Skipped:
1759 2011-06-28 Ryosuke Niwa <rniwa@webkit.org>
1761 Reviewed by Darin Adler.
1763 Add a test for canceling selectstart when a word is selected by right click
1764 https://bugs.webkit.org/show_bug.cgi?id=63530
1766 Add a regression now that the bug no longer reproduces.
1768 * fast/events/selectstart-prevent-selection-on-right-click-expected.txt: Added.
1769 * fast/events/selectstart-prevent-selection-on-right-click.html: Added.
1771 2011-06-28 Stephen White <senorblanco@chromium.org>
1775 Chromium test_expectations update.
1777 * platform/chromium/test_expectations.txt:
1779 2011-06-27 Alexander Pavlov <apavlov@chromium.org>
1781 Reviewed by Pavel Feldman.
1783 Web Inspector: Change the inspector model API and backend to allow CSS pseudoclass inspection
1784 https://bugs.webkit.org/show_bug.cgi?id=63446
1786 * inspector/styles/get-set-stylesheet-text.html:
1787 * inspector/styles/styles-new-API.html:
1788 * inspector/styles/styles-source-offsets.html:
1790 2011-06-28 Balazs Kelemen <kbalazs@webkit.org>
1792 Reviewed by Kenneth Rohde Christiansen.
1794 [X11][WK2] X error with plugin tests
1795 https://bugs.webkit.org/show_bug.cgi?id=63520
1797 * platform/qt-wk2/Skipped:
1799 2011-06-28 Kent Tamura <tkent@chromium.org>
1801 Reviewed by Hajime Morita.
1803 Verify cloning elements with validation messages works.
1804 https://bugs.webkit.org/show_bug.cgi?id=61988
1806 * fast/forms/validation-message-clone-expected.txt: Added.
1807 * fast/forms/validation-message-clone.html: Added.
1808 * platform/gtk/Skipped:
1809 * platform/mac-wk2/Skipped:
1810 * platform/qt/Skipped:
1811 * platform/win/Skipped:
1813 2011-06-28 Wyatt Carss <wcarss@chromium.org>
1815 Reviewed by Hajime Morita.
1817 convert editing/deleting/4845371.html to runDumpAsTextEditingTest
1818 https://bugs.webkit.org/show_bug.cgi?id=63214
1820 Renamed editing/deleting/4845371.html to editing/deleting/delete-cell-contents.html
1821 and converted editing/deleting/delete-cell-contents.html to runDumpAsTextEditingTest; left
1822 it without a doctype, etc, because they changed functionality of the image test. Also
1823 added the rdar number.
1825 * editing/deleting/delete-cell-contents-expected.txt: Added.
1826 * editing/deleting/delete-cell-contents.html: Added.
1827 * editing/deleting/4845371.html: Removed.
1828 * platform/chromium-linux/editing/deleting/4845371-expected.png: Removed.
1829 * platform/chromium-mac-leopard/editing/deleting/4845371-expected.png: Removed.
1830 * platform/chromium-win/editing/deleting/4845371-expected.png: Removed.
1831 * platform/chromium-win/editing/deleting/4845371-expected.txt: Removed.
1832 * platform/gtk/editing/deleting/4845371-expected.png: Removed.
1833 * platform/gtk/editing/deleting/4845371-expected.txt: Removed.
1834 * platform/mac-leopard/editing/deleting/4845371-expected.png: Removed.
1835 * platform/mac/editing/deleting/4845371-expected.png: Removed.
1836 * platform/mac/editing/deleting/4845371-expected.txt: Removed.
1837 * platform/qt/editing/deleting/4845371-expected.png: Removed.
1838 * platform/qt/editing/deleting/4845371-expected.txt: Removed.
1840 2011-06-28 Kentaro Hara <haraken@google.com>
1842 Reviewed by Kent Tamura.
1844 Allow spaces between e-mail addresses in 'email' input type.
1845 https://bugs.webkit.org/show_bug.cgi?id=55987
1847 Allowed spaces between e-mail addresses in 'email' input type,
1848 e.g. ' a@p.com , b@p.com ' is a valid value. Implemented the
1849 value sanitization algorithm for an e-mail value. Added more unit
1850 tests that check the e-mail value parser.
1852 * fast/forms/ValidityState-typeMismatch-email-expected.txt:
1853 * fast/forms/resources/ValidityState-typeMismatch-email.js:
1855 2011-06-28 Csaba Osztrogonác <ossy@webkit.org>
1857 Qt specific results committed in r89901, but some of them fail on Qt-WK2 and/or Qt-Mac platform
1859 * platform/qt-mac/Skipped: Skip failing tests and typo fix.
1860 * platform/qt-wk2/Skipped: Skip failing tests.
1862 2011-06-28 Yury Semikhatsky <yurys@chromium.org>
1864 Reviewed by Pavel Feldman.
1866 Web Inspector: console.group messages should never be coalesced
1867 https://bugs.webkit.org/show_bug.cgi?id=63521
1869 * inspector/console/console-nested-group-expected.txt:
1870 * inspector/console/console-nested-group.html:
1872 2011-06-28 Pavel Feldman <pfeldman@google.com>
1874 Not reviewed: added chromium test suppression.
1876 * platform/chromium/test_expectations.txt:
1878 2011-06-28 Balazs Kelemen <kbalazs@webkit.org>
1880 Reviewed by Kenneth Rohde Christiansen.
1882 [X11][WK2] plugins/plugin-javascript-access fails
1883 https://bugs.webkit.org/show_bug.cgi?id=63464
1885 * platform/qt-wk2/Skipped:
1887 2011-06-28 Csaba Osztrogonác <ossy@webkit.org>
1889 [Qt] http/tests/misc/link-rel-icon-beforeload.html is flakey
1890 https://bugs.webkit.org/show_bug.cgi?id=63518
1892 * platform/qt/Skipped: Add http/tests/misc/link-rel-icon-beforeload.html until fix.
1894 2011-06-28 Csaba Osztrogonác <ossy@webkit.org>
1896 [Qt] Unreviewed daily gardening. Add platform specific expected files
1897 for new passing tests and add failing new tests to the Skipped list.
1899 * platform/qt/Skipped:
1900 * platform/qt/editing/selection/extend-inside-transforms-backward-expected.png: Added.
1901 * platform/qt/editing/selection/extend-inside-transforms-backward-expected.txt: Added.
1902 * platform/qt/editing/selection/extend-inside-transforms-forward-expected.png: Added.
1903 * platform/qt/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
1904 * platform/qt/fast/borders/only-one-border-with-width-expected.png: Added.
1905 * platform/qt/fast/borders/only-one-border-with-width-expected.txt: Added.
1906 * platform/qt/fast/css/color-leakage-expected.png: Added.
1907 * platform/qt/fast/css/color-leakage-expected.txt: Added.
1908 * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
1909 * platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
1910 * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.png: Added.
1911 * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.txt: Added.
1912 * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
1913 * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
1914 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
1915 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
1916 * platform/qt/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.png: Added.
1917 * platform/qt/svg/W3C-SVG-1.1-SE/interact-pointer-03-t-expected.txt: Added.
1918 * platform/qt/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
1919 * platform/qt/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
1920 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
1921 * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
1922 * platform/qt/svg/custom/invalid-dasharray-expected.png: Added.
1923 * platform/qt/svg/custom/invalid-dasharray-expected.txt: Added.
1924 * platform/qt/svg/custom/linking-uri-01-b-expected.png: Added.
1925 * platform/qt/svg/custom/linking-uri-01-b-expected.txt: Added.
1926 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
1927 * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
1928 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
1929 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
1931 2011-06-28 Balazs Kelemen <kbalazs@webkit.org>
1933 Reviewed by Csaba Osztrogonác.
1935 WebKitTestRunner needs layoutTestController.setCallCloseOnWebViews
1936 https://bugs.webkit.org/show_bug.cgi?id=46714
1938 Skip these tests via the mac list to make them skipped on every wk2 platform.
1939 * platform/mac-wk2/Skipped:
1940 * platform/win-wk2/Skipped:
1942 2011-06-27 Gavin Barraclough <barraclough@apple.com>
1944 Reviewed by Darin Adler & Oliver Hunt.
1946 https://bugs.webkit.org/show_bug.cgi?id=50554
1947 RegExp.prototype.toString does not escape slashes
1949 The problem here is that we don't escape forwards slashes when converting
1950 a RegExp to a string. This means that RegExp("/").toString() is "///",
1951 which is not a valid RegExp literal. Also, we return an invalid literal
1952 for RegExp.prototype.toString() ("//", which is an empty single-line comment).
1955 "NOTE: The returned String has the form of a RegularExpressionLiteral that
1956 evaluates to another RegExp object with the same behaviour as this object."
1960 * fast/regex/script-tests/toString.js: Added.
1962 * fast/regex/toString-expected.txt: Added.
1963 * fast/regex/toString.html: Added.
1965 2011-06-27 Pavel Feldman <pfeldman@chromium.org>
1967 Not reviewed: chromium baselines update.
1969 * platform/chromium-mac-leopard/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
1971 2011-06-27 Ryosuke Niwa <rniwa@webkit.org>
1973 Reviewed by Kent Tamura.
1975 [chromium] editing/style/smoosh-styles-003.html is flaky
1976 https://bugs.webkit.org/show_bug.cgi?id=63509
1978 Don't let spellcheck kick in this test because it's nothing to do with spellcheck.
1980 * editing/style/smoosh-styles-003.html:
1982 2011-06-27 Ryosuke Niwa <rniwa@webkit.org>
1986 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.png: Removed.
1987 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.txt: Removed.
1988 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.png: Copied from LayoutTests/platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.png.
1989 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.txt.
1991 2011-06-27 Levi Weintraub <leviw@chromium.org>
1995 Renaming incorrectly named linux test expectation.
1997 * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-actual.png: Removed.
1998 * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.png: Copied
1999 from LayoutTests/platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-actual.png.
2001 2011-06-27 Wyatt Carss <wcarss@chromium.org>
2003 Reviewed by Ryosuke Niwa.
2005 convert editing/deleting/5156801-2.html to dumpAsText and rename
2006 https://bugs.webkit.org/show_bug.cgi?id=63359
2008 converted editing/deleting/5156801-2.html to dump-as-markup test, with
2009 new results. Renamed 5156801.html to delete-node-after-DOMNodeRemoved,
2010 and 5156801-2.html to delete-table-cell-contents.html; they were only
2011 noticeably related by their rdar number, which is now included in each.
2013 * editing/deleting/5156801.html: Removed.
2014 * editing/deleting/5156801-expected.txt: Removed.
2015 * editing/deleting/5156801-2.html: Removed.
2016 * editing/deleting/delete-node-after-DOMNodeRemoved.html: Added.
2017 * editing/deleting/delete-node-after-DOMNodeRemoved-expected.txt: Added.
2018 * editing/deleting/delete-table-cell-contents.html: Added.
2019 * editing/deleting/delete-table-cell-contents-expected.txt: Added.
2020 * platform/chromium-linux/editing/deleting/5156801-2-expected.png: Removed.
2021 * platform/chromium-win/editing/deleting/5156801-2-expected.png: Removed.
2022 * platform/chromium-win/editing/deleting/5156801-2-expected.txt: Removed.
2023 * platform/gtk/editing/deleting/5156801-2-expected.txt: Removed.
2024 * platform/mac-leopard/editing/deleting/5156801-2-expected.png: Removed.
2025 * platform/mac/editing/deleting/5156801-2-expected.png: Removed.
2026 * platform/mac/editing/deleting/5156801-2-expected.txt: Removed.
2027 * platform/qt/editing/deleting/5156801-2-expected.png: Removed.
2028 * platform/qt/editing/deleting/5156801-2-expected.txt: Removed.
2030 2011-06-27 Levi Weintraub <leviw@chromium.org>
2034 Windows rebaseline for my commit r89864.
2036 * platform/win/fast/text/international/unicode-bidi-plaintext-expected.txt: Added.
2038 2011-06-27 Levi Weintraub <leviw@chromium.org>
2042 Chromium rebaselines for my commit r89864
2044 * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-actual.png: Added.
2045 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.png: Added.
2046 * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-actual.txt: Added.
2048 2011-06-27 Joe Wild <joseph.wild@nokia.com>
2050 Reviewed by Simon Fraser.
2052 Crash on www.crave.cnet.com in FrameView::windowClipRect()
2053 https://bugs.webkit.org/show_bug.cgi?id=56393
2055 Tests that a plugin of a swf file in a hidden iframe will not
2056 crash. This test required more than 1 content file and a
2057 timeout or else it would not repeat the error condition.
2059 This test will only crash on platforms (like Symbian) that
2060 don't allow nonvirtual functions to have a null this pointer.
2062 * plugins/hidden-iframe-with-swf-plugin-expected.txt: Added.
2063 * plugins/hidden-iframe-with-swf-plugin.html: Added.
2064 * plugins/resources/iframe-content-with-swf-plugin.html: Added.
2066 2011-06-27 Adam Barth <abarth@webkit.org>
2068 Reviewed by Eric Seidel.
2070 new-run-webkit-tests should upload crash logs
2071 https://bugs.webkit.org/show_bug.cgi?id=55907
2073 * fast/harness/resources/results-test.js:
2074 * fast/harness/results.html:
2076 2011-06-27 Nate Chapin <japhet@chromium.org>
2078 Unreviewed, Chromium expectations update.
2080 * platform/chromium/fast/js/recursion-limit-equal-expected.txt: Rebaseline after r89842.
2082 2011-06-27 Adam Klein <adamk@chromium.org>
2084 Reviewed by Adam Barth.
2086 Fix filesystem-no-callback-null-ptr-crash.html test to reference proper file api methods
2087 https://bugs.webkit.org/show_bug.cgi?id=63486
2089 * fast/filesystem/filesystem-no-callback-null-ptr-crash.html:
2091 2011-06-27 Jay Civelli <jcivelli@chromium.org>
2093 Reviewed by Darin Fisher.
2095 Adding binary part support to MHTML.
2096 https://bugs.webkit.org/show_bug.cgi?id=63310
2098 * mhtml/multi_frames_binary.mht: Added.
2099 * platform/chromium/mhtml/multi_frames_binary-expected.txt: Added.
2101 2011-06-27 Levi Weintraub <leviw@chromium.org>
2103 Reviewed by Eric Seidel.
2105 Add support for unicode-bidi:plaintext CSS property
2106 https://bugs.webkit.org/show_bug.cgi?id=50949
2107 Adding support for the 'plaintext' mode of unicode-bidi.
2109 * fast/text/international/unicode-bidi-plaintext.html: Added.
2110 * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.txt: added
2111 * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.png: Added.
2112 * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.txt: Added.
2114 2011-06-27 Jessie Berlin <jberlin@apple.com>
2116 Add Windows-specific results for the test added in r89745.
2118 I checked these results with Rob - they are not failing expected results.
2120 * platform/win/svg/custom/linking-uri-01-b-expected.png: Added.
2121 * platform/win/svg/custom/linking-uri-01-b-expected.txt: Added.
2123 2011-06-27 Wyatt Carss <wcarss@chromium.org>
2125 Reviewed by Ryosuke Niwa.
2127 convert editing/deleting/whitespace-pre-1.html to dumpAsText
2128 https://bugs.webkit.org/show_bug.cgi?id=63372
2130 converted editing/deleting/whitespace-pre-1.html to dump-as-markup, removed
2131 old baselines, and added the new one.
2133 * editing/deleting/whitespace-pre-1-expected.txt: Added.
2134 * editing/deleting/whitespace-pre-1.html:
2135 * platform/chromium-linux/editing/deleting/whitespace-pre-1-expected.png: Removed.
2136 * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.png: Removed.
2137 * platform/chromium-win/editing/deleting/whitespace-pre-1-expected.txt: Removed.
2138 * platform/gtk/editing/deleting/whitespace-pre-1-expected.png: Removed.
2139 * platform/gtk/editing/deleting/whitespace-pre-1-expected.txt: Removed.
2140 * platform/mac-leopard/editing/deleting/whitespace-pre-1-expected.png: Removed.
2141 * platform/mac/editing/deleting/whitespace-pre-1-expected.png: Removed.
2142 * platform/mac/editing/deleting/whitespace-pre-1-expected.txt: Removed.
2143 * platform/qt/editing/deleting/whitespace-pre-1-expected.png: Removed.
2144 * platform/qt/editing/deleting/whitespace-pre-1-expected.txt: Removed.
2146 2011-06-27 Jessie Berlin <jberlin@apple.com>
2148 Add Windows-specific results for the test added in r89769.
2150 I checked these results with Dan - they are not failing expected results.
2152 * platform/win/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
2153 * platform/win/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
2155 2011-06-27 Jessie Berlin <jberlin@apple.com>
2157 WebKitTestRunner needs an implemenation of allowRoundingHacks.
2158 https://bugs.webkit.org/show_bug.cgi?id=63477
2160 Add platform/mac/fast/text/rounding-hacks.html to the mac-wk2 skipped list to get the bots
2163 * platform/mac-wk2/Skipped:
2165 2011-06-27 Abhishek Arya <inferno@chromium.org>
2169 Chromium rebaselines for my commit r89836.
2171 * platform/chromium-linux/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
2172 * platform/chromium-linux/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
2173 * platform/chromium-linux/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
2174 * platform/chromium-linux/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
2175 * platform/chromium-linux/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
2176 * platform/chromium-linux/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
2177 * platform/chromium-linux/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
2178 * platform/chromium-linux/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
2179 * platform/chromium-linux/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
2180 * platform/chromium-linux/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
2181 * platform/chromium-linux/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
2182 * platform/chromium-linux/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
2183 * platform/chromium-mac-leopard/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
2184 * platform/chromium-mac-leopard/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
2185 * platform/chromium-mac-leopard/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
2186 * platform/chromium-mac-leopard/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
2187 * platform/chromium-mac-leopard/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
2188 * platform/chromium-mac-leopard/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
2189 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
2190 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
2191 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
2192 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
2193 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
2194 * platform/chromium-mac-leopard/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
2195 * platform/chromium-win/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
2196 * platform/chromium-win/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
2197 * platform/chromium-win/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
2198 * platform/chromium-win/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
2199 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
2200 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
2201 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
2202 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
2203 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
2204 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
2205 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
2206 * platform/chromium-win/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
2207 * platform/chromium-win/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
2208 * platform/chromium-win/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
2209 * platform/chromium-win/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
2210 * platform/chromium-win/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
2211 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
2212 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
2213 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
2214 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
2215 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
2216 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
2217 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
2218 * platform/chromium-win/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
2220 2011-06-27 Filip Pizlo <fpizlo@apple.com>
2222 Reviewed by Gavin Barraclough.
2224 The fast/js/recursion-limit-equal test is too fragile
2225 https://bugs.webkit.org/show_bug.cgi?id=63352
2227 * fast/js/recursion-limit-equal-expected.txt:
2228 * fast/js/script-tests/recursion-limit-equal.js:
2230 2011-06-27 Abhishek Arya <inferno@chromium.org>
2232 Reviewed by Simon Fraser.
2234 Tests that overhanging floats are removed during style changes to absolute/fixed
2235 position and gets added back when coming back to static position.
2236 https://bugs.webkit.org/show_bug.cgi?id=63355
2238 * fast/block/float/intruding-float-add-in-sibling-block-on-static-position.html: Added.
2239 * fast/block/float/intruding-float-add-in-sibling-block-on-static-position2.html: Added.
2240 * fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position.html: Added.
2241 * fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2.html: Added.
2242 * fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position.html: Added.
2243 * fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2.html: Added.
2244 * fast/block/float/overhanging-float-add-in-static-position-block.html: Added.
2245 * fast/block/float/overhanging-float-add-in-static-position-block2.html: Added.
2246 * fast/block/float/overhanging-float-remove-from-absolute-position-block.html: Added.
2247 * fast/block/float/overhanging-float-remove-from-absolute-position-block2.html: Added.
2248 * fast/block/float/overhanging-float-remove-from-fixed-position-block.html: Added.
2249 * fast/block/float/overhanging-float-remove-from-fixed-position-block2.html: Added.
2250 * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added.
2251 * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added.
2252 * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added.
2253 * platform/mac/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added.
2254 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added.
2255 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added.
2256 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added.
2257 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added.
2258 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added.
2259 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added.
2260 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added.
2261 * platform/mac/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added.
2262 * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added.
2263 * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added.
2264 * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added.
2265 * platform/mac/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added.
2266 * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added.
2267 * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added.
2268 * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added.
2269 * platform/mac/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added.
2270 * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added.
2271 * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added.
2272 * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added.
2273 * platform/mac/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added.
2275 2011-06-27 Nate Chapin <japhet@chromium.org>
2277 Unreviewed, chromium expectations update.
2279 Add chromium mac failure after r89733.
2281 * platform/chromium/test_expectations.txt:
2283 2011-06-27 Dirk Schulze <krit@webkit.org>
2285 Reviewed by Nikolas Zimmermann.
2287 SVGAnimatedType should support SVGPreserveAspectRatio animation
2288 https://bugs.webkit.org/show_bug.cgi?id=63456
2290 Test for animation of SVGPreserveAspectRatio.
2292 * svg/animations/script-tests/svgPreserveAspectRatio-animation-1.js: Added.
2297 * svg/animations/svgPreserveAspectRatio-animation-1-expected.txt: Added.
2298 * svg/animations/svgPreserveAspectRatio-animation-1.html: Added.
2300 2011-06-27 Ryosuke Niwa <rniwa@webkit.org>
2302 Reviewed by Kent Tamura.
2304 Crash in TextIterator
2305 https://bugs.webkit.org/show_bug.cgi?id=63334
2307 Added a test to ensure WebKit does not crash when iterating through letters in a RTL block
2308 with first-letter rule applied where letters are not contiguous.
2310 * editing/text-iterator/first-letter-rtl-crash-expected.txt: Added.
2311 * editing/text-iterator/first-letter-rtl-crash.html: Added.
2313 2011-06-27 Balazs Kelemen <kbalazs@webkit.org>
2315 Reviewed by Kenneth Rohde Christiansen.
2317 WebKitTestRunner needs layoutTestController.setPopupBlockingEnabled
2318 https://bugs.webkit.org/show_bug.cgi?id=63458
2320 Put a failing test to the mac list because all wk2 platforms are affected.
2321 Move the group to the section where the items have bug report.
2322 * platform/mac-wk2/Skipped:
2323 * platform/qt-wk2/Skipped:
2325 2011-06-27 Alexandru Chiculita <achicu@adobe.com>
2327 Reviewed by Ojan Vafai.
2329 css combinator "+" in combination with NAV tag is buggy
2330 https://bugs.webkit.org/show_bug.cgi?id=47971
2332 * fast/css/div_plus_nav_bug47971-expected.txt: Added.
2333 * fast/css/div_plus_nav_bug47971.html: Added.
2335 2011-06-27 Sheriff Bot <webkit.review.bot@gmail.com>
2337 Unreviewed, rolling out r89822.
2338 http://trac.webkit.org/changeset/89822
2339 https://bugs.webkit.org/show_bug.cgi?id=63461
2341 Broken builds (Requested by apavlov on #webkit).
2343 * inspector/styles/get-set-stylesheet-text.html:
2344 * inspector/styles/styles-new-API.html:
2345 * inspector/styles/styles-source-offsets.html:
2347 2011-06-27 Alexander Pavlov <apavlov@chromium.org>
2349 Reviewed by Pavel Feldman.
2351 Web Inspector: Change the inspector model API and backend to allow CSS pseudoclass inspection
2352 https://bugs.webkit.org/show_bug.cgi?id=63446
2354 * inspector/styles/get-set-stylesheet-text.html:
2355 * inspector/styles/styles-new-API.html:
2356 * inspector/styles/styles-source-offsets.html:
2358 2011-06-27 Pavel Feldman <pfeldman@google.com>
2360 Not reviewed: updating chromium expectations.
2362 * platform/chromium/test_expectations.txt:
2364 2011-06-27 Csaba Osztrogonác <ossy@webkit.org>
2366 [WK2] Daily gardening.
2368 Remove non-existent svg/animations/animate-points.html from the Skipped list.
2370 * platform/mac-wk2/Skipped:
2372 2011-06-27 Pavel Feldman <pfeldman@google.com>
2374 Not reviewed: naive approach to fixing flaky inspector tests.
2376 * inspector/styles/styles-cancel-editing.html:
2377 * inspector/styles/styles-commit-editing.html:
2379 2011-06-27 Csaba Osztrogonác <ossy@webkit.org>
2381 [Qt][Mac]REGRESSION?(r89397) It made fast/css/custom-font-xheight.html crash
2382 https://bugs.webkit.org/show_bug.cgi?id=63132
2384 * platform/qt-mac/Skipped: Skip fast/css/custom-font-xheight.html.
2386 2011-06-26 Pavel Feldman <pfeldman@chromium.org>
2388 Reviewed by Yury Semikhatsky.
2390 Web Inspector: roll out r88337 for making tests flaky.
2391 https://bugs.webkit.org/show_bug.cgi?id=63422
2393 * http/tests/inspector/elements-test.js:
2394 (initialize_ElementTest.InspectorTest.selectNodeWithId.onNodeFound):
2395 (initialize_ElementTest.InspectorTest.selectNodeWithId):
2396 (initialize_ElementTest.InspectorTest.waitForStyles):
2397 (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStyles.nodeSelected):
2398 (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStyles.stylesUpdated):
2399 (initialize_ElementTest.InspectorTest.selectNodeAndWaitForStyles):
2400 * http/tests/inspector/inspect-iframe-from-different-domain.html:
2401 * inspector/elements/edit-dom-actions.html:
2402 * inspector/elements/elements-delete-inline-style.html:
2403 * inspector/elements/elements-panel-styles.html:
2404 * inspector/styles/metrics-box-sizing.html:
2405 * inspector/styles/parse-utf8-bom.html:
2406 * inspector/styles/styles-add-blank-property.html:
2407 * inspector/styles/styles-add-invalid-property.html:
2408 * inspector/styles/styles-cancel-editing.html:
2409 * inspector/styles/styles-commit-editing.html:
2410 * inspector/styles/styles-computed-trace.html:
2411 * inspector/styles/styles-disable-inherited.html:
2412 * inspector/styles/styles-disable-then-change.html:
2413 * inspector/styles/styles-disable-then-delete.html:
2414 * inspector/styles/styles-disable-then-enable.html:
2415 * inspector/styles/styles-iframe-expected.txt:
2416 * inspector/styles/styles-iframe.html:
2417 * inspector/styles/styles-source-lines-expected.txt:
2418 * inspector/styles/styles-source-lines-inline.html:
2419 * inspector/styles/styles-source-lines.html:
2420 * inspector/styles/styles-update-from-js-expected.txt:
2421 * inspector/styles/styles-update-from-js.html:
2422 * inspector/styles/styles-url-linkify.html:
2423 * inspector/styles/up-down-numerics-and-colors-expected.txt:
2424 * inspector/styles/up-down-numerics-and-colors.html:
2426 2011-06-27 Csaba Osztrogonác <ossy@webkit.org>
2428 [WK2] SVG animation pause API missing
2429 https://bugs.webkit.org/show_bug.cgi?id=63396
2431 * platform/mac-wk2/Skipped: Skip new tests introduced in r89783.
2433 2011-06-27 Csaba Osztrogonác <ossy@webkit.org>
2435 [WK2] SVG animation pause API missing
2436 https://bugs.webkit.org/show_bug.cgi?id=63396
2438 * platform/mac-wk2/Skipped: Skip a new test.
2440 2011-06-27 Csaba Osztrogonác <ossy@webkit.org>
2442 [Qt] Unreviewed gardening. Add platform specific expected results after r89745.
2444 * platform/qt/Skipped: Revert accidentally committed (r89732) changes.
2445 * platform/qt/svg/custom/linking-a-03-b-all-expected.png:
2446 * platform/qt/svg/custom/linking-a-03-b-all-expected.txt:
2447 * platform/qt/svg/custom/linking-a-03-b-transform-expected.png:
2448 * platform/qt/svg/custom/linking-a-03-b-transform-expected.txt:
2449 * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2450 * platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2452 2011-06-26 Dirk Schulze <krit@webkit.org>
2454 Reviewed by Nikolas Zimmermann.
2456 SVGAnimatedType should support SVGLengthList animation
2457 https://bugs.webkit.org/show_bug.cgi?id=63399
2459 Test animations of attributes with type SVGLengthList.
2461 * svg/animations/script-tests/svglengthlist-animation-1.js: Added.
2466 * svg/animations/script-tests/svglengthlist-animation-2.js: Added.
2471 * svg/animations/script-tests/svglengthlist-animation-3.js: Added.
2476 * svg/animations/script-tests/svglengthlist-animation-4.js: Added.
2481 * svg/animations/svglengthlist-animation-1-expected.txt: Added.
2482 * svg/animations/svglengthlist-animation-1.html: Added.
2483 * svg/animations/svglengthlist-animation-2-expected.txt: Added.
2484 * svg/animations/svglengthlist-animation-2.html: Added.
2485 * svg/animations/svglengthlist-animation-3-expected.txt: Added.
2486 * svg/animations/svglengthlist-animation-3.html: Added.
2487 * svg/animations/svglengthlist-animation-4-expected.txt: Added.
2488 * svg/animations/svglengthlist-animation-4.html: Added.
2490 2011-06-26 Adam Barth <abarth@webkit.org>
2492 Reviewed by Eric Seidel.
2494 window.location should use the holder's prototype chain
2495 https://bugs.webkit.org/show_bug.cgi?id=63411
2497 * http/tests/security/location-prototype-expected.txt: Added.
2498 * http/tests/security/location-prototype.html: Added.
2499 * http/tests/security/resources/location-prototype-overwrite.html: Added.
2501 2011-06-26 Adam Barth <abarth@webkit.org>
2503 Reviewed by Kent Tamura.
2505 m_formElementsWithFormAttribute doesn't ref the objects it holds
2506 https://bugs.webkit.org/show_bug.cgi?id=62956
2508 * fast/forms/form-associated-element-crash3-expected.txt: Added.
2509 * fast/forms/form-associated-element-crash3.html: Added.
2511 2011-06-26 Adam Barth <abarth@webkit.org>
2513 Baselines for new test.
2515 * platform/chromium-linux/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
2516 * platform/chromium-linux/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
2517 * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-expected.png: Added.
2518 * platform/chromium-win/fast/text/midword-break-before-surrogate-pair-expected.txt: Added.
2520 2011-06-26 Young Han Lee <joybro@company100.net>
2522 Reviewed by Dirk Schulze.
2524 SVGAnimation - keyTime value 1 never get animated
2525 https://bugs.webkit.org/show_bug.cgi?id=63230
2527 According to the SMIL 3.0 specification, the index of the keyTimes should be
2528 determined under the end-point-exclusive rule (e.g. Given keyTimes(0;0.5;1)
2529 and t=0.5, the current index of the keyTimes have to be 1 not 0).
2530 http://www.w3.org/TR/SMIL3/smil-animation.html#animationNS-InterpolationExamplesAdvanced
2532 * svg/animations/animate-number-calcMode-discrete-keyTimes-expected.txt: Added.
2533 * svg/animations/animate-number-calcMode-discrete-keyTimes.html: Added.
2534 * svg/animations/script-tests/animate-number-calcMode-discrete-keyTimes.js: Added.
2540 2011-06-26 Adam Barth <abarth@webkit.org>
2542 Darn. Need BUGWG to make the file parse.
2544 * platform/chromium/test_expectations.txt:
2546 2011-06-26 Dan Bernstein <mitz@apple.com>
2548 Reviewed by Darin Adler.
2550 With word-break: break-all, words do not break correctly before a surrogate pair
2551 https://bugs.webkit.org/show_bug.cgi?id=63401
2553 * fast/text/midword-break-before-surrogate-pair.html: Added.
2555 2011-06-26 Adam Barth <abarth@webkit.org>
2557 Note that this test ASSERTs on Linux Debug.
2559 * platform/chromium/test_expectations.txt:
2561 2011-06-26 Balazs Kelemen <kbalazs@webkit.org>
2563 Unreviewed gardening.
2565 [WK2] SVG animation pause API missing
2566 https://bugs.webkit.org/show_bug.cgi?id=63396
2568 Skip new tests that depend on pause API. Put them to the
2569 mac list that is used by all WebKit2 platforms.
2570 * platform/mac-wk2/Skipped:
2571 * platform/qt-wk2/Skipped:
2573 2011-06-26 Dirk Schulze <krit@webkit.org>
2575 Reviewed by Nikolas Zimmermann.
2577 SVGAnimatedType should support SVGNumberOptionalNumber animation
2578 https://bugs.webkit.org/show_bug.cgi?id=63397
2580 Test animation of SVGNumberOptionalNumber values with and without optional number, as well as 'to' and 'by' animations.
2582 * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js: Added.
2587 * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js: Added.
2592 * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js: Added.
2597 * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js: Added.
2602 * svg/animations/svgnumberoptionalnumber-animation-1-expected.txt: Added.
2603 * svg/animations/svgnumberoptionalnumber-animation-1.html: Added.
2604 * svg/animations/svgnumberoptionalnumber-animation-2-expected.txt: Added.
2605 * svg/animations/svgnumberoptionalnumber-animation-2.html: Added.
2606 * svg/animations/svgnumberoptionalnumber-animation-3-expected.txt: Added.
2607 * svg/animations/svgnumberoptionalnumber-animation-3.html: Added.
2608 * svg/animations/svgnumberoptionalnumber-animation-4-expected.txt: Added.
2609 * svg/animations/svgnumberoptionalnumber-animation-4.html: Added.
2611 2011-06-26 Balazs Kelemen <kbalazs@webkit.org>
2613 Unreviewed. Skip failing tests.
2615 [Qt][WK2] svgnumberlist-animation-[1,2] fails since added
2616 https://bugs.webkit.org/show_bug.cgi?id=63396
2618 * platform/qt-wk2/Skipped:
2620 2011-06-25 Pavel Feldman <pfeldman@google.com>
2622 Not reviewed: new chromium rebaselines.
2624 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
2625 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
2626 * platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png:
2627 * platform/chromium-linux/svg/custom/linking-a-03-b-transform-expected.png:
2628 * platform/chromium-linux/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2629 * platform/chromium-linux/svg/custom/linking-uri-01-b-expected.png: Added.
2630 * platform/chromium-linux/svg/custom/linking-uri-01-b-expected.txt: Added.
2631 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
2632 * platform/chromium-mac/svg/custom/linking-a-03-b-all-expected.png:
2633 * platform/chromium-mac/svg/custom/linking-a-03-b-transform-expected.png:
2634 * platform/chromium-mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2635 * platform/chromium-mac/svg/custom/linking-uri-01-b-expected.png: Added.
2636 * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
2637 * platform/chromium-win/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
2638 * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png:
2639 * platform/chromium-win/svg/custom/linking-a-03-b-all-expected.txt:
2640 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
2641 * platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.txt:
2642 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2643 * platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2644 * platform/chromium-win/svg/custom/linking-uri-01-b-expected.png: Added.
2645 * platform/chromium-win/svg/custom/linking-uri-01-b-expected.txt: Added.
2647 2011-06-25 Dimitri Glazkov <dglazkov@chromium.org>
2649 Reviewed by Adam Barth.
2651 Crash in frameless document with media element.
2652 https://bugs.webkit.org/show_bug.cgi?id=63393
2654 * fast/dom/shadow/frameless-media-element-crash.html: Added.
2655 * fast/dom/shadow/frameless-media-element-crash-expected.txt: Added.
2657 2011-06-25 Dirk Schulze <krit@webkit.org>
2659 Reviewed by Nikolas Zimmermann.
2661 SVGAnimatedType should support SVGNumberList animation
2662 https://bugs.webkit.org/show_bug.cgi?id=63387
2664 Test animation of attributes with type SVGNumberList.
2666 * svg/animations/script-tests/svgnumberlist-animation-1.js: Added.
2671 * svg/animations/script-tests/svgnumberlist-animation-2.js: Added.
2676 * svg/animations/svgnumberlist-animation-1-expected.txt: Added.
2677 * svg/animations/svgnumberlist-animation-1.html: Added.
2678 * svg/animations/svgnumberlist-animation-2-expected.txt: Added.
2679 * svg/animations/svgnumberlist-animation-2.html: Added.
2681 2011-06-25 Balazs Kelemen <kbalazs@webkit.org>
2683 Unreviewed. Gardening.
2684 Skip css3/flexbox tests on Qt since ENABLE(CSS3_FLEXBOX) is disabled.
2686 * platform/qt/Skipped:
2688 2011-06-25 Rob Buis <rbuis@rim.com>
2690 Reviewed by Nikolas Zimmermann.
2692 SVG1.1SE test linking-uri-01-b.svg fails
2693 https://bugs.webkit.org/show_bug.cgi?id=63322
2695 Add a test for navigating to an inner <view> anchor. The changed test results
2698 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.png: Added.
2699 * platform/mac/svg/W3C-SVG-1.1-SE/linking-uri-01-b-expected.txt: Added.
2700 * platform/mac/svg/custom/linking-a-03-b-all-expected.png:
2701 * platform/mac/svg/custom/linking-a-03-b-all-expected.txt:
2702 * platform/mac/svg/custom/linking-a-03-b-transform-expected.png:
2703 * platform/mac/svg/custom/linking-a-03-b-transform-expected.txt:
2704 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2705 * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2706 * platform/mac/svg/custom/linking-uri-01-b-expected.png: Added.
2707 * platform/mac/svg/custom/linking-uri-01-b-expected.txt: Added.
2708 * svg/W3C-SVG-1.1-SE/linking-uri-01-b.svg: Added.
2709 * svg/custom/linking-uri-01-b.svg: Added.
2711 2011-06-25 Dimitri Glazkov <dglazkov@chromium.org>
2713 [Chromium] Update expectations after r89732.
2714 https://bugs.webkit.org/show_bug.cgi?id=59085
2716 * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed.
2717 * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png:
2718 * platform/chromium/test_expectations.txt:
2720 2011-06-24 Dimitri Glazkov <dglazkov@chromium.org>
2722 Reviewed by Darin Adler.
2724 REGRESSION (r77740): Shadow DOM pseudo elements aren't matching when combined with descendant selectors
2725 https://bugs.webkit.org/show_bug.cgi?id=63373
2727 * fast/css/unknown-pseudo-element-matching-expected.txt: Updated results.
2728 * fast/css/unknown-pseudo-element-matching.html: Added more tests.
2730 2011-06-25 Pavel Feldman <pfeldman@google.com>
2732 Not reviewed: chromium rebaselines.
2734 * platform/chromium-linux/svg/custom/svg-fonts-fallback-expected.png: Added.
2735 * platform/chromium-linux/svg/custom/svg-fonts-fallback-expected.txt: Added.
2736 * platform/chromium-linux/svg/custom/svg-fonts-segmented-expected.png: Added.
2737 * platform/chromium-linux/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2738 * platform/chromium-linux/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
2739 * platform/chromium-mac-leopard/svg/custom/svg-fonts-fallback-expected.png: Added.
2740 * platform/chromium-mac-leopard/svg/custom/svg-fonts-without-missing-glyph-expected.png: Added.
2741 * platform/chromium-mac-leopard/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2742 * platform/chromium-mac-leopard/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
2743 * platform/chromium-mac/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2744 * platform/chromium-win/svg/custom/svg-fonts-fallback-expected.png: Added.
2745 * platform/chromium-win/svg/custom/svg-fonts-fallback-expected.txt: Added.
2746 * platform/chromium-win/svg/custom/svg-fonts-segmented-expected.png: Added.
2747 * platform/chromium-win/svg/custom/svg-fonts-segmented-expected.txt: Added.
2748 * platform/chromium-win/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2749 * platform/chromium-win/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
2750 * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
2751 * platform/chromium-win/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
2752 * platform/chromium/test_expectations.txt:
2754 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2758 Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
2759 https://bugs.webkit.org/show_bug.cgi?id=59085
2761 Update gtk baseline. The rebaselines should be done now.
2763 * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2764 * platform/gtk/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2765 * platform/gtk/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2766 * platform/gtk/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2767 * platform/gtk/svg/batik/text/textEffect-expected.txt:
2768 * platform/gtk/svg/batik/text/textEffect3-expected.txt:
2769 * platform/gtk/svg/batik/text/xmlSpace-expected.txt:
2770 * platform/gtk/svg/custom/glyph-selection-lang-attribute-expected.txt:
2771 * platform/gtk/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
2772 * platform/gtk/svg/foreignObject/text-tref-02-b-expected.txt:
2773 * platform/gtk/svg/text/text-altglyph-01-b-expected.txt:
2774 * platform/gtk/svg/text/text-text-04-t-expected.txt:
2775 * platform/gtk/svg/text/text-text-05-t-expected.txt:
2776 * platform/gtk/svg/text/text-text-06-t-expected.txt:
2777 * platform/gtk/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
2778 * platform/gtk/svg/wicd/test-rightsizing-b-expected.txt:
2780 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2784 Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
2785 https://bugs.webkit.org/show_bug.cgi?id=59085
2787 Update win baseline.
2789 * platform/win-wk2/Skipped: Skip newly added svg/text test just like in mac-wk2.
2790 * platform/win-xp/svg/custom: Added.
2791 * platform/win-xp/svg/custom/svg-fonts-fallback-expected.txt: Added. XP has different metrics here.
2792 * platform/win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Update result from Win7 slave.
2794 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2798 Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
2799 https://bugs.webkit.org/show_bug.cgi?id=59085
2801 Skip svg/text/select-text-svgfont.html on mac-wk2, just like the other svg/text tests.
2803 * platform/mac-wk2/Skipped:
2805 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2807 Not reviewed. Gardening.
2809 http/tests/inspector/network/network-iframe-load-and-delete.html fails on Leopard
2810 https://bugs.webkit.org/show_bug.cgi?id=63379
2812 http/tests/navigation/anchor-basic.html fails on Leopard
2813 https://bugs.webkit.org/show_bug.cgi?id=63380
2815 Skip last two tests that kept Leopard red, should turn green again now.
2817 * platform/mac-leopard/Skipped:
2819 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2821 Not reviewed. Gardening.
2823 REGRESSION (r89305-r89312): webarchive/loading/mainresource-null-mimetype-crash.html failing on Leopard/SnowLeopard release
2824 https://bugs.webkit.org/show_bug.cgi?id=63169
2826 Skip failing test for mac, to turn bots green again.
2828 * platform/mac/Skipped:
2830 2011-06-25 Nikolas Zimmermann <nzimmermann@rim.com>
2834 Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
2835 https://bugs.webkit.org/show_bug.cgi?id=59085
2837 Update a stale Leopard result.
2839 * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
2841 2011-06-24 Dan Bernstein <mitz@apple.com>
2843 Reviewed by Anders Carlsson.
2845 Add an option to enable legacy rounding hacks
2846 https://bugs.webkit.org/show_bug.cgi?id=63363
2848 * platform/mac/fast/text/rounding-hacks.html: Added.
2849 * platform/mac/platform/mac/fast/text/rounding-hacks-expected.png: Added.
2850 * platform/mac/platform/mac/fast/text/rounding-hacks-expected.txt: Added.
2852 2011-06-24 Nikolas Zimmermann <nzimmermann@rim.com>
2854 Reviewed by Rob Buis.
2856 Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
2857 https://bugs.webkit.org/show_bug.cgi?id=59085
2859 font substitution doesn't work for HTML text using SVG fonts
2860 https://bugs.webkit.org/show_bug.cgi?id=17608
2862 Selection rects are wrong for text with SVG fonts
2863 https://bugs.webkit.org/show_bug.cgi?id=25460
2865 With @font-face, SVG fonts only work as primary, non-segmented
2866 https://bugs.webkit.org/show_bug.cgi?id=32227
2868 When using SVG fonts with @font-face word-spacing and text-align: justify are not being honored
2869 https://bugs.webkit.org/show_bug.cgi?id=34236
2871 SVG @font-face breaks text-overflow: ellipsis
2872 https://bugs.webkit.org/show_bug.cgi?id=36840
2874 REGRESSION: SVG Font selection problems
2875 https://bugs.webkit.org/show_bug.cgi?id=41934
2877 Rewrite the SVG Fonts support to fully integrate within the GlyphPage concept and the "simple" code path used to render platform fonts.
2878 That means the special logic for measuring text using SVG Fonts, calculating offset for positions, computing selection rects etc. is all gone now.
2879 There's no difference anymore between using a native font or a SVG Font, in terms of these operations.
2881 Update SVG pixel test baseline. Use all results that have been checked in when I landed the patch the last time.
2883 * platform/chromium/test_expectations.txt:
2884 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2885 * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2886 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
2887 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
2888 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
2889 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
2890 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2891 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
2892 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
2893 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
2894 * platform/mac/svg/batik/text/textEffect-expected.png:
2895 * platform/mac/svg/batik/text/textEffect-expected.txt:
2896 * platform/mac/svg/batik/text/textEffect3-expected.png:
2897 * platform/mac/svg/batik/text/textEffect3-expected.txt:
2898 * platform/mac/svg/batik/text/xmlSpace-expected.png:
2899 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
2900 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.png:
2901 * platform/mac/svg/custom/glyph-selection-lang-attribute-expected.txt:
2902 * platform/mac/svg/custom/svg-fonts-fallback-expected.png: Added.
2903 * platform/mac/svg/custom/svg-fonts-fallback-expected.txt: Added.
2904 * platform/mac/svg/custom/svg-fonts-segmented-expected.png: Added.
2905 * platform/mac/svg/custom/svg-fonts-segmented-expected.txt: Added.
2906 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png:
2907 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
2908 * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.png:
2909 * platform/mac/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
2910 * platform/mac/svg/custom/svg-fonts-word-spacing-expected.png: Added.
2911 * platform/mac/svg/custom/svg-fonts-word-spacing-expected.txt: Added.
2912 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png:
2913 * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png:
2914 * platform/mac/svg/foreignObject/text-tref-02-b-expected.png:
2915 * platform/mac/svg/foreignObject/text-tref-02-b-expected.txt:
2916 * platform/mac/svg/text/text-altglyph-01-b-expected.png:
2917 * platform/mac/svg/text/text-altglyph-01-b-expected.txt:
2918 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.png: Added.
2919 * platform/mac/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Added.
2920 * platform/mac/svg/text/text-text-04-t-expected.png:
2921 * platform/mac/svg/text/text-text-04-t-expected.txt:
2922 * platform/mac/svg/text/text-text-05-t-expected.png:
2923 * platform/mac/svg/text/text-text-05-t-expected.txt:
2924 * platform/mac/svg/text/text-text-06-t-expected.png:
2925 * platform/mac/svg/text/text-text-06-t-expected.txt:
2926 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png:
2927 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
2928 * platform/mac/svg/wicd/test-rightsizing-b-expected.png:
2929 * platform/mac/svg/wicd/test-rightsizing-b-expected.txt:
2930 * platform/qt-mac/Skipped:
2931 * platform/qt-wk2/Skipped:
2932 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
2933 * platform/qt-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
2934 * platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt:
2935 * platform/qt/Skipped:
2936 * platform/qt/fast/dom/Window/window-properties-expected.png: Added.
2937 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2938 * platform/qt/fast/dom/Window/window-property-descriptors-expected.png: Added.
2939 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
2940 * platform/qt/fast/dom/prototype-inheritance-2-expected.png: Added.
2941 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
2942 * platform/qt/fast/dom/prototype-inheritance-expected.png: Added.
2943 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
2944 * platform/qt/fast/js/global-constructors-expected.png: Added.
2945 * platform/qt/fast/js/global-constructors-expected.txt:
2946 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png:
2947 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt:
2948 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png:
2949 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt:
2950 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png:
2951 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt:
2952 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png:
2953 * platform/qt/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt:
2954 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
2955 * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
2956 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
2957 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
2958 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png:
2959 * platform/qt/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
2960 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
2961 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.txt:
2962 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
2963 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.txt:
2964 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png:
2965 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
2966 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:
2967 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt:
2968 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png:
2969 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt:
2970 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png:
2971 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt:
2972 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png:
2973 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt:
2974 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png:
2975 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
2976 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png:
2977 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt:
2978 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png:
2979 * platform/qt/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt:
2980 * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
2981 * platform/qt/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
2982 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
2983 * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
2984 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
2985 * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
2986 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
2987 * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
2988 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
2989 * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
2990 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
2991 * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
2992 * platform/qt/svg/custom/glyph-transformation-with-hkern-expected.png: Added.
2993 * platform/qt/svg/custom/glyph-transformation-with-hkern-expected.txt: Added.
2994 * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
2995 * platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
2996 * platform/qt/svg/custom/svg-features-expected.png: Added.
2997 * platform/qt/svg/custom/svg-features-expected.txt: Added.
2998 * platform/qt/svg/custom/svg-fonts-in-html-expected.png:
2999 * platform/qt/svg/custom/svg-fonts-in-html-expected.txt:
3000 * platform/qt/svg/foreignObject/text-tref-02-b-expected.png:
3001 * platform/qt/svg/foreignObject/text-tref-02-b-expected.txt:
3002 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.png:
3003 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
3004 * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
3005 * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
3006 * svg/custom/resources/ABCFont.svg:
3007 * svg/custom/svg-fonts-fallback.xhtml: Added.
3008 * svg/custom/svg-fonts-segmented.xhtml: Added.
3009 * svg/custom/svg-fonts-word-spacing.html: Added.
3010 * svg/text/select-text-svgfont-expected.txt: Added.
3011 * svg/text/select-text-svgfont.html: Added.
3012 * svg/text/text-overflow-ellipsis-svgfont.html: Added.
3014 2011-06-24 Tony Chang <tony@chromium.org>
3016 Reviewed by Ojan Vafai.
3018 add flexbox and inline-flexbox as possible CSS display values
3019 https://bugs.webkit.org/show_bug.cgi?id=63361
3021 * css3/flexbox/display-property-expected.txt: Added.
3022 * css3/flexbox/display-property.html: Added.
3023 * css3/flexbox/script-tests/display-property.js: Added.
3026 2011-06-24 Adrienne Walker <enne@google.com>
3028 Reviewed by Simon Fraser.
3030 REGRESSION (r89687): 5 compositing/rtl tests failing on Windows 7 Release (Tests)
3031 https://bugs.webkit.org/show_bug.cgi?id=63343
3033 These tests were failing since they were introduced in r89687. The
3034 layerTreeAsText dump on the iframe document was causing the outer
3035 layerTreeAsText dump to be affected by font metrics. Fixed in this
3036 case by not putting layerTreeAsText output in an element when inside
3039 * compositing/rtl/rtl-absolute-overflow-scrolled.html:
3040 * compositing/rtl/rtl-absolute-overflow.html:
3041 * compositing/rtl/rtl-absolute.html:
3042 * compositing/rtl/rtl-fixed-overflow-scrolled.html:
3043 * compositing/rtl/rtl-fixed-overflow.html:
3044 * compositing/rtl/rtl-fixed.html:
3045 * compositing/rtl/rtl-iframe-absolute-expected.txt:
3046 * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt:
3047 * compositing/rtl/rtl-iframe-fixed-expected.txt:
3048 * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt:
3049 * compositing/rtl/rtl-iframe-relative-expected.txt:
3050 * compositing/rtl/rtl-relative.html:
3052 2011-06-24 Abhishek Arya <inferno@chromium.org>
3054 Reviewed by Darin Adler.
3056 Tests that font size for svg text zoom is clamped and we do not
3057 crash on ASSERT(isfinite(s)) in FontDescription.h
3058 https://bugs.webkit.org/show_bug.cgi?id=53449
3060 * svg/text/svg-zoom-large-value-expected.txt: Added.
3061 * svg/text/svg-zoom-large-value.xhtml: Added.
3063 2011-06-24 Dominic Cooney <dominicc@chromium.org>
3065 Unreviewed: Skipping failing progress-clone.html on win.
3067 r89682 unskipped fast/dom/HTMLProgressElement/progress-clone.html
3068 on win, but it should stay skipped because there is no progress
3069 element on win (bug 49769)
3071 * platform/win/Skipped:
3073 2011-06-24 Jessie Berlin <jberlin@apple.com>
3075 fast/css/font-face-in-shadow-DOM.html is flaky on Chromium, failing on Win XP Debug.
3076 https://bugs.webkit.org/show_bug.cgi?id=63115
3078 Better solution: this test appears to give different results depending on what other test
3079 is run before it, so just disable it.
3081 * fast/css/font-face-in-shadow-DOM.html: Removed.
3082 * fast/css/font-face-in-shadow-DOM.html-disabled: Copied from fast/css/font-face-in-shadow-DOM.html.
3083 * platform/win-xp/fast/css: Removed.
3084 * platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Removed.
3086 2011-06-24 Adrienne Walker <enne@google.com>
3088 Reviewed by Simon Fraser.
3090 Incorrect RenderLayer transforms on overflow RTL pages
3091 https://bugs.webkit.org/show_bug.cgi?id=60741
3093 Add a number of composited positioning tests on pages with dir=rtl.
3094 The reference images are all identical to what the non-composited path
3097 The overflow-scrolled tests on Safari do not generate the right images
3098 due to bug 63284, but the layer tree is correct so they are not
3101 * compositing/rtl/rtl-absolute-expected.png: Added.
3102 * compositing/rtl/rtl-absolute-expected.txt: Added.
3103 * compositing/rtl/rtl-absolute-overflow-expected.png: Added.
3104 * compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
3105 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.png: Added.
3106 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Added.
3107 * compositing/rtl/rtl-absolute-overflow-scrolled.html: Added.
3108 * compositing/rtl/rtl-absolute-overflow.html: Added.
3109 * compositing/rtl/rtl-absolute.html: Added.
3110 * compositing/rtl/rtl-fixed-expected.png: Added.
3111 * compositing/rtl/rtl-fixed-expected.txt: Added.
3112 * compositing/rtl/rtl-fixed-overflow-expected.png: Added.
3113 * compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
3114 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Added.
3115 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
3116 * compositing/rtl/rtl-fixed-overflow-scrolled.html: Added.
3117 * compositing/rtl/rtl-fixed-overflow.html: Added.
3118 * compositing/rtl/rtl-fixed.html: Added.
3119 * compositing/rtl/rtl-iframe-absolute-expected.png: Added.
3120 * compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
3121 * compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Added.
3122 * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
3123 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Added.
3124 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
3125 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html: Added.
3126 * compositing/rtl/rtl-iframe-absolute-overflow.html: Added.
3127 * compositing/rtl/rtl-iframe-absolute.html: Added.
3128 * compositing/rtl/rtl-iframe-fixed-expected.png: Added.
3129 * compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
3130 * compositing/rtl/rtl-iframe-fixed-overflow-expected.png: Added.
3131 * compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
3132 * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.png: Added.
3133 * compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
3134 * compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html: Added.
3135 * compositing/rtl/rtl-iframe-fixed-overflow.html: Added.
3136 * compositing/rtl/rtl-iframe-fixed.html: Added.
3137 * compositing/rtl/rtl-iframe-relative-expected.png: Added.
3138 * compositing/rtl/rtl-iframe-relative-expected.txt: Added.
3139 * compositing/rtl/rtl-iframe-relative.html: Added.
3140 * compositing/rtl/rtl-relative-expected.png: Added.
3141 * compositing/rtl/rtl-relative-expected.txt: Added.
3142 * compositing/rtl/rtl-relative.html: Added.
3143 * compositing/rtlclipping/rtl-absolute-overflow-scrolled-expected.png: Added.
3144 * compositing/rtlclipping/rtl-absolute-overflow-scrolled-expected.txt: Added.
3145 * compositing/rtlclipping/rtl-absolute-overflow-scrolled.html: Added.
3146 * platform/chromium/test_expectations.txt:
3147 * platform/mac/Skipped:
3149 2011-06-24 Jessie Berlin <jberlin@apple.com>
3151 fast/css/font-face-in-shadow-DOM.html is flaky on Chromium, failing on Win XP Debug.
3152 https://bugs.webkit.org/show_bug.cgi?id=63115
3154 Add expected (failing?) results for win-xp to get the bots green.
3156 * platform/win-xp/fast/css: Added.
3157 * platform/win-xp/fast/css/font-face-in-shadow-DOM-expected.txt: Added.
3159 2011-06-24 Matthew Delaney <mdelaney@apple.com>
3161 Fixing burning trees from change to tests in https://bugs.webkit.org/show_bug.cgi?id=63327
3162 Adding new platform specific results since the new layout in the tests changes the render tree spew.
3163 Pixel tests are still good.
3165 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
3166 * platform/mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
3168 2011-06-24 Dominic Cooney <dominicc@chromium.org>
3170 Reviewed by Dimitri Glazkov.
3172 Convert shadow DOM-related tests to use window.internals
3173 https://bugs.webkit.org/show_bug.cgi?id=61671
3175 Update tests to use internals.{ensureShadowRoot, shadowRoot,
3176 shadowPseudoId, removeShadowRoot} instead of layoutTestController.
3178 * fast/dom/HTMLKeygenElement/keygen-expected.txt:
3179 * fast/dom/HTMLKeygenElement/keygen.html:
3180 * fast/dom/HTMLMeterElement/meter-clone-expected.txt:
3181 * fast/dom/HTMLMeterElement/meter-clone.html:
3182 * fast/dom/HTMLProgressElement/progress-clone-expected.txt:
3183 * fast/dom/HTMLProgressElement/progress-clone.html:
3184 * fast/dom/shadow/activeelement-should-be-shadowhost.html:
3185 * fast/dom/shadow/create-content-element.html:
3186 * fast/dom/shadow/gc-shadow-expected.txt:
3187 * fast/dom/shadow/gc-shadow.html:
3188 * fast/dom/shadow/layout-tests-can-access-shadow-expected.txt: shadowRoot of non-element throws now, so verify new behavior.
3189 * fast/dom/shadow/layout-tests-can-access-shadow.html:
3190 * fast/dom/shadow/nodetype.html:
3191 * fast/dom/shadow/tab-order-iframe-and-shadow.html:
3192 * fast/events/shadow-boundary-crossing.html:
3193 * fast/forms/resources/common.js:
3194 (getValidationMessageBubbleNode):
3195 * fast/html/clone-keygen-expected.txt:
3196 * fast/html/clone-keygen.html:
3197 * fast/html/clone-range-expected.txt:
3198 * fast/html/clone-range.html:
3199 * fast/html/details-clone.html:
3200 * fullscreen/video-controls-override-expected.txt:
3201 * fullscreen/video-controls-override.html:
3202 * media/audio-controls-do-not-fade-out.html:
3203 * media/media-controls.js:
3204 (mediaControlsButtonCoordinates):
3205 * media/video-controls-in-media-document.html:
3206 * platform/win/Skipped: shadowRoot and friends now available on win.
3208 2011-06-24 Matthew Delaney <mdelaney@apple.com>
3210 Reviewed by Simon Fraser.
3212 Change transforms/3d/point-mapping/3d-point-mapping{,-preserve-3d}.html to absolutely position divs
3213 https://bugs.webkit.org/show_bug.cgi?id=63327
3215 * transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html:
3216 * transforms/3d/point-mapping/3d-point-mapping.html:
3218 2011-06-24 Jessie Berlin <jberlin@apple.com>
3220 REGRESSION (r89457-r89462): fast/forms/textfield-overflow.html failing on SnowLeopard Intel
3221 Release (WebKit2 Tests)
3222 https://bugs.webkit.org/show_bug.cgi?id=63328
3224 Add win-wk2 expected results that match the mac, but not mac-wk2, results so that the test
3225 does not start failing on win-wk2.
3227 * platform/win-wk2/fast/forms: Added.
3228 * platform/win-wk2/fast/forms/textfield-overflow-expected.txt: Added.
3230 2011-06-24 Jessie Berlin <jberlin@apple.com>
3232 REGRESSION (r89457-r89462): fast/forms/textfield-overflow.html failing on SnowLeopard Intel
3233 Release (WebKit2 Tests)
3234 https://bugs.webkit.org/show_bug.cgi?id=63328
3236 Add (failing?) expected results for mac-wk2 to get the bots green.
3238 * platform/mac-wk2/fast/forms/textfield-overflow-expected.txt: Added.
3240 2011-06-24 Eric Carlson <eric.carlson@apple.com>
3242 Reviewed by Alexey Proskuryakov.
3244 Exit immediately if the last condition tested fails.
3246 Make <video> app cache test exit immediately on failure
3247 https://bugs.webkit.org/show_bug.cgi?id=63323
3249 2011-06-24 Jessie Berlin <jberlin@apple.com>
3251 REGRESSION (r89657): http/tests/inspector/extensions-headers.html,
3252 http/tests/inspector/extensions-resources-redirect.html timing out on SnowLeopard Intel
3253 Release (WebKit2 Tests).
3254 https://bugs.webkit.org/show_bug.cgi?id=63325
3256 Skip those tests to get the bots green.
3258 * platform/mac-wk2/Skipped:
3260 2011-06-24 Csaba Osztrogonác <ossy@webkit.org>
3262 [Qt][WK2] fast/frames/iframe-plugin-load-remove-document-crash.html crashes
3263 https://bugs.webkit.org/show_bug.cgi?id=63321
3265 * platform/qt-wk2/Skipped: Skip fast/frames/iframe-plugin-load-remove-document-crash.html until fix.
3267 2011-06-24 Balazs Kelemen <kbalazs@webkit.org>
3270 Remove non-existent items from the qt-wk2 skipped list.
3272 * platform/qt-wk2/Skipped:
3274 2011-06-24 Kent Tamura <tkent@chromium.org>
3276 Reviewed by Dimitri Glazkov.
3278 Clean up some tests for search cancel buttons.
3279 https://bugs.webkit.org/show_bug.cgi?id=63121
3281 - Introduce a function to retrieve a reliable position of a search
3283 - Convert two tests to dumpAsText().
3285 * fast/forms/resources/common.js:
3286 (searchCancelButtonPosition): Added.
3287 * fast/forms/search-abs-pos-cancel-button.html: Use searchCancelButtonPosition().
3288 * fast/forms/search-cancel-button-mouseup.html: Use searchCancelButtonPosition().
3289 * fast/forms/search-transformed-expected.txt: Added.
3290 * fast/forms/search-transformed.html:
3291 - Use searchCancelButtonPosition().
3292 - Convert to dumpAsText().
3293 * fast/forms/search-zoomed-expected.txt: Added.
3294 * fast/forms/search-zoomed.html:
3295 - Use searchCancelButtonPosition().
3296 - Convert to dumpAsText().
3297 * platform/chromium/test_expectation.txt:
3298 search-transformed.html should pass.
3299 * platform/chromium-linux/fast/forms/search-zoomed-expected.png: Removed.
3300 * platform/chromium-mac-leopard/fast/forms/search-transformed-expected.png: Removed.
3301 * platform/chromium-mac-leopard/fast/forms/search-zoomed-expected.png: Removed.
3302 * platform/chromium-mac/fast/forms/search-transformed-expected.png: Removed.
3303 * platform/chromium-win/fast/forms/search-zoomed-expected.png: Removed.
3304 * platform/chromium-win/fast/forms/search-zoomed-expected.txt: Removed.
3305 * platform/gtk/fast/forms/search-transformed-expected.png: Removed.
3306 * platform/gtk/fast/forms/search-transformed-expected.txt: Removed.
3307 * platform/gtk/fast/forms/search-zoomed-expected.png: Removed.
3308 * platform/gtk/fast/forms/search-zoomed-expected.txt: Removed.
3309 * platform/mac-leopard/fast/forms/search-zoomed-expected.png: Removed.
3310 * platform/mac/fast/forms/search-transformed-expected.png: Removed.
3311 * platform/mac/fast/forms/search-transformed-expected.txt: Removed.
3312 * platform/mac/fast/forms/search-zoomed-expected.png: Removed.
3313 * platform/mac/fast/forms/search-zoomed-expected.txt: Removed.
3314 * platform/qt/fast/forms/search-transformed-expected.txt: Removed.
3315 * platform/qt/fast/forms/search-zoomed-expected.txt: Removed.
3317 2011-06-24 Kent Tamura <tkent@chromium.org>
3319 Remove an JavaScript error in media-controls-clone.html.
3320 https://bugs.webkit.org/show_bug.cgi?id=63195
3322 * media/media-controls-clone.html: Remove run() call.
3323 * platform/chromium-mac/media/media-controls-clone-expected.txt: Remove an error message.
3324 * platform/chromium-win/media/media-controls-clone-expected.txt: ditto.
3325 * platform/mac/media/media-controls-clone-expected.txt: ditto.
3326 * platform/win/media/media-controls-clone-expected.txt: ditto.
3328 2011-06-24 Pavel Feldman <pfeldman@google.com>
3330 Not reviewed: uncommenting chromium devtools tests.
3332 * platform/chromium/inspector/timeline/timeline-layout-expected.txt: Added.
3333 * platform/chromium/test_expectations.txt:
3335 2011-06-24 Mario Sanchez Prada <msanchez@igalia.com>
3337 Reviewed by Chris Fleizach.
3339 [GTK] Consider rows being ignored when adding children to tables
3340 https://bugs.webkit.org/show_bug.cgi?id=62718
3342 Unskip accessibility test that will be passing from now on.
3344 * platform/gtk/Skipped: Unskipped passing test.
3346 2011-06-24 Andrey Kosyakov <caseq@chromium.org>
3348 Reviewed by Yury Semikhatsky.
3350 Web Inspector: extension panel iframes do not span entire panel client area
3351 https://bugs.webkit.org/show_bug.cgi?id=63165
3353 * http/tests/inspector/extensions-test.js:
3354 (initialize_ExtensionsTest.InspectorTest.showPanel):
3356 * http/tests/inspector/inspector-test.js:
3358 * http/tests/inspector/resources/extension-main.html:
3359 * http/tests/inspector/resources/extension-main.js:
3362 (evaluateOnFrontend.callbackWrapper):
3363 (evaluateOnFrontend):
3365 * http/tests/inspector/resources/extension-panel.html:
3366 * inspector/extensions/extensions-events.html:
3367 * inspector/extensions/extensions-expected.txt:
3368 * inspector/extensions/extensions.html:
3370 2011-06-24 Andrey Kosyakov <caseq@chromium.org>
3372 Reviewed by Yury Semikhatsky.
3374 Web Inspector: [refactoring] extension tests: replace dispatchOnFrontend with a more generic evaluateOnFrontend()
3375 https://bugs.webkit.org/show_bug.cgi?id=63160
3377 * http/tests/inspector/extensions-test.js:
3378 (initialize_ExtensionsTest.InspectorTest._replyToExtension):
3379 (initialize_ExtensionsTest):
3380 * http/tests/inspector/resources/extension-main.html:
3381 * http/tests/inspector/resources/extension-main.js:
3384 * inspector/extensions/extensions-audits-tests.js:
3385 (extension_runAudits):
3386 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits.onAuditsDone):
3387 (initialize_ExtensionsAuditsTest.InspectorTest.startExtensionAudits):
3388 (initialize_ExtensionsAuditsTest):
3389 * inspector/extensions/extensions-events.html:
3390 * inspector/extensions/extensions.html:
3392 2011-06-23 Simon Fraser <simon.fraser@apple.com>
3394 Reviewed by Dan Bernstein.
3396 Need to turn off default animations for anchorPointZ in PlatformCALayer
3397 https://bugs.webkit.org/show_bug.cgi?id=63159
3399 Test that changes transform-origin-z and relies on the pixel result
3400 to determine if it's animating.
3402 * transforms/3d/general/transform-origin-z-change-expected.png: Added.
3403 * transforms/3d/general/transform-origin-z-change-expected.txt: Added.
3404 * transforms/3d/general/transform-origin-z-change.html: Added.
3406 2011-06-20 MORITA Hajime <morrita@google.com>
3408 Reviewed by Dimitri Glazkov.
3410 [ShadowContentElement] should layout child whitespace between span.
3411 https://bugs.webkit.org/show_bug.cgi?id=62202
3413 - Added a new test case.
3414 - Updated expectations, which missed necessary RnederText objects.
3416 * platform/chromium-win/fast/html/details-add-child-2-expected.txt:
3417 * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt:
3418 * platform/chromium-win/fast/html/details-no-summary4-expected.txt:
3419 * platform/chromium-win/fast/html/details-open-javascript-expected.txt:
3420 * platform/chromium-win/fast/html/details-open2-expected.txt:
3421 * platform/chromium-win/fast/html/details-open4-expected.txt:
3422 * platform/chromium-win/fast/html/details-remove-child-2-expected.txt:
3423 * platform/chromium-win/fast/html/details-replace-text-expected.txt:
3424 * platform/gtk/fast/html/details-add-child-2-expected.txt:
3425 * platform/gtk/fast/html/details-add-details-child-2-expected.txt:
3426 * platform/gtk/fast/html/details-no-summary4-expected.txt:
3427 * platform/gtk/fast/html/details-open-javascript-expected.txt:
3428 * platform/gtk/fast/html/details-open2-expected.txt:
3429 * platform/gtk/fast/html/details-open4-expected.txt:
3430 * platform/gtk/fast/html/details-remove-child-2-expected.txt:
3431 * platform/gtk/fast/html/details-replace-text-expected.txt:
3432 * platform/mac/fast/html/details-add-child-2-expected.txt:
3433 * platform/mac/fast/html/details-add-details-child-2-expected.txt:
3434 * platform/mac/fast/html/details-no-summary4-expected.txt:
3435 * platform/mac/fast/html/details-open-javascript-expected.txt:
3436 * platform/mac/fast/html/details-open2-expected.txt:
3437 * platform/mac/fast/html/details-open4-expected.txt:
3438 * platform/mac/fast/html/details-remove-child-2-expected.txt:
3439 * platform/mac/fast/html/details-replace-text-expected.txt:
3440 * platform/qt/fast/html/details-add-child-2-expected.txt:
3441 * platform/qt/fast/html/details-add-details-child-2-expected.txt:
3442 * platform/qt/fast/html/details-no-summary4-expected.txt:
3443 * platform/qt/fast/html/details-open-javascript-expected.txt:
3444 * platform/qt/fast/html/details-open2-expected.txt:
3445 * platform/qt/fast/html/details-open4-expected.txt:
3446 * platform/qt/fast/html/details-remove-child-2-expected.txt:
3447 * platform/qt/fast/html/details-replace-text-expected.txt:
3448 * fast/dom/shadow/create-content-element-expected.txt: Added.
3449 * fast/dom/shadow/create-content-element.html: Added.
3451 2011-06-23 Adrienne Walker <enne@google.com>
3453 Unreviewed, rolling out r89632 and r89640.
3454 http://trac.webkit.org/changeset/89632
3455 http://trac.webkit.org/changeset/89640
3456 https://bugs.webkit.org/show_bug.cgi?id=60741
3458 Breaks ancestor-overflow-change unexpectedly
3460 * compositing/rtl/rtl-absolute-expected.png: Removed.
3461 * compositing/rtl/rtl-absolute-expected.txt: Removed.
3462 * compositing/rtl/rtl-absolute-overflow-expected.png: Removed.
3463 * compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
3464 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.png: Removed.
3465 * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
3466 * compositing/rtl/rtl-absolute-overflow-scrolled.html: Removed.
3467 * compositing/rtl/rtl-absolute-overflow.html: Removed.
3468 * compositing/rtl/rtl-absolute.html: Removed.
3469 * compositing/rtl/rtl-fixed-expected.png: Removed.
3470 * compositing/rtl/rtl-fixed-expected.txt: Removed.
3471 * compositing/rtl/rtl-fixed-overflow-expected.png: Removed.
3472 * compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
3473 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.png: Removed.
3474 * compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Removed.
3475 * compositing/rtl/rtl-fixed-overflow-scrolled.html: Removed.
3476 * compositing/rtl/rtl-fixed-overflow.html: Removed.
3477 * compositing/rtl/rtl-fixed.html: Removed.
3478 * compositing/rtl/rtl-iframe-absolute-expected.png: Removed.
3479 * compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
3480 * compositing/rtl/rtl-iframe-absolute-overflow-expected.png: Removed.
3481 * compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Removed.
3482 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.png: Removed.
3483 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Removed.
3484 * compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html: Removed.