1 2011-01-24 Maciej Stachowiak <mjs@apple.com>
3 Reviewed by Eric Seidel.
5 Skip a newly added test that uses textInputController
6 https://bugs.webkit.org/show_bug.cgi?id=53027
8 * platform/mac-wk2/Skipped:
10 2011-01-24 Andrei Popescu <andreip@google.com>
12 Unreviewed, build fix.
14 LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
15 https://bugs.webkit.org/show_bug.cgi?id=53032
17 Fix the expected output, which still had an error.
19 * storage/indexeddb/objectstore-autoincrement-expected.txt:
21 2011-01-24 Kenji Imasaki <imasaki@chromium.org>
25 [chromium] Remove non-flaky tests from test expectation file
26 https://bugs.webkit.org/show_bug.cgi?id=53022
28 * platform/chromium/test_expectations.txt:
30 2011-01-24 Andrei Popescu <andreip@google.com>
32 Reviewed by Jeremy Orlow.
34 LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
35 https://bugs.webkit.org/show_bug.cgi?id=53032
37 This fixes the layout test by modifying the arguments to IDBDatabase::transaction.
39 * storage/indexeddb/objectstore-autoincrement-expected.txt:
40 * storage/indexeddb/objectstore-autoincrement.html:
42 2011-01-24 Andrei Popescu <andreip@google.com>
44 Reviewed by Nate Chapin.
46 IndexedDatabase methods should not take arguments of type OptionsObject
47 https://bugs.webkit.org/show_bug.cgi?id=53012
49 * storage/indexeddb/create-object-store-options-expected.txt:
50 * storage/indexeddb/create-object-store-options.html:
51 * storage/indexeddb/cursor-delete-expected.txt:
52 * storage/indexeddb/cursor-delete.html:
53 * storage/indexeddb/cursor-index-delete-expected.txt:
54 * storage/indexeddb/cursor-index-delete.html:
55 * storage/indexeddb/data-corruption-expected.txt:
56 * storage/indexeddb/data-corruption.html:
57 * storage/indexeddb/database-quota-expected.txt:
58 * storage/indexeddb/database-quota.html:
59 * storage/indexeddb/index-cursor.html:
60 * storage/indexeddb/objectstore-basics-expected.txt:
61 * storage/indexeddb/objectstore-basics.html:
62 * storage/indexeddb/objectstore-cursor.html:
63 * storage/indexeddb/open-cursor-expected.txt:
64 * storage/indexeddb/open-cursor.html:
65 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
66 * storage/indexeddb/transaction-and-objectstore-calls.html:
67 * storage/indexeddb/tutorial.html:
69 2011-01-24 Chang Shu <chang.shu@nokia.com>
71 Reviewed by Darin Adler.
73 Move contentEditable related test cases to the right place as they are DOM
74 related instead of editing related.
75 https://bugs.webkit.org/show_bug.cgi?id=53010
77 * editing/editability: Removed.
78 * editing/editability/attr-empty-string-expected.txt: Removed.
79 * editing/editability/attr-empty-string.html: Removed.
80 * editing/editability/attr-false-string-expected.txt: Removed.
81 * editing/editability/attr-false-string.html: Removed.
82 * editing/editability/attr-invalid-string-expected.txt: Removed.
83 * editing/editability/attr-invalid-string.html: Removed.
84 * editing/editability/attr-missing-ancestor-false-expected.txt: Removed.
85 * editing/editability/attr-missing-ancestor-false.html: Removed.
86 * editing/editability/attr-missing-ancestor-true-expected.txt: Removed.
87 * editing/editability/attr-missing-ancestor-true.html: Removed.
88 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Removed.
89 * editing/editability/attr-missing-parent-ancestor-missing.html: Removed.
90 * editing/editability/attr-missing-parent-false-expected.txt: Removed.
91 * editing/editability/attr-missing-parent-false.html: Removed.
92 * editing/editability/attr-missing-parent-true-expected.txt: Removed.
93 * editing/editability/attr-missing-parent-true.html: Removed.
94 * editing/editability/attr-true-string-expected.txt: Removed.
95 * editing/editability/attr-true-string.html: Removed.
96 * editing/editability/set-false-expected.txt: Removed.
97 * editing/editability/set-false.html: Removed.
98 * editing/editability/set-inherit-parent-false-expected.txt: Removed.
99 * editing/editability/set-inherit-parent-false.html: Removed.
100 * editing/editability/set-inherit-parent-true-expected.txt: Removed.
101 * editing/editability/set-inherit-parent-true.html: Removed.
102 * editing/editability/set-invalid-value-expected.txt: Removed.
103 * editing/editability/set-invalid-value.html: Removed.
104 * editing/editability/set-true-expected.txt: Removed.
105 * editing/editability/set-true.html: Removed.
106 * editing/editability/set-value-caseinsensitive-expected.txt: Removed.
107 * editing/editability/set-value-caseinsensitive.html: Removed.
108 * fast/dom/HTMLElement/attr-empty-string-expected.txt: Copied from LayoutTests/editing/editability/attr-empty-string-expected.txt.
109 * fast/dom/HTMLElement/attr-empty-string.html: Copied from LayoutTests/editing/editability/attr-empty-string.html.
110 * fast/dom/HTMLElement/attr-false-string-expected.txt: Copied from LayoutTests/editing/editability/attr-false-string-expected.txt.
111 * fast/dom/HTMLElement/attr-false-string.html: Copied from LayoutTests/editing/editability/attr-false-string.html.
112 * fast/dom/HTMLElement/attr-invalid-string-expected.txt: Copied from LayoutTests/editing/editability/attr-invalid-string-expected.txt.
113 * fast/dom/HTMLElement/attr-invalid-string.html: Copied from LayoutTests/editing/editability/attr-invalid-string.html.
114 * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false-expected.txt.
115 * fast/dom/HTMLElement/attr-missing-ancestor-false.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false.html.
116 * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true-expected.txt.
117 * fast/dom/HTMLElement/attr-missing-ancestor-true.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true.html.
118 * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing-expected.txt.
119 * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing.html.
120 * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-false-expected.txt.
121 * fast/dom/HTMLElement/attr-missing-parent-false.html: Copied from LayoutTests/editing/editability/attr-missing-parent-false.html.
122 * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-true-expected.txt.
123 * fast/dom/HTMLElement/attr-missing-parent-true.html: Copied from LayoutTests/editing/editability/attr-missing-parent-true.html.
124 * fast/dom/HTMLElement/attr-true-string-expected.txt: Copied from LayoutTests/editing/editability/attr-true-string-expected.txt.
125 * fast/dom/HTMLElement/attr-true-string.html: Copied from LayoutTests/editing/editability/attr-true-string.html.
126 * fast/dom/HTMLElement/set-false-expected.txt: Copied from LayoutTests/editing/editability/set-false-expected.txt.
127 * fast/dom/HTMLElement/set-false.html: Copied from LayoutTests/editing/editability/set-false.html.
128 * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-false-expected.txt.
129 * fast/dom/HTMLElement/set-inherit-parent-false.html: Copied from LayoutTests/editing/editability/set-inherit-parent-false.html.
130 * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-true-expected.txt.
131 * fast/dom/HTMLElement/set-inherit-parent-true.html: Copied from LayoutTests/editing/editability/set-inherit-parent-true.html.
132 * fast/dom/HTMLElement/set-invalid-value-expected.txt: Copied from LayoutTests/editing/editability/set-invalid-value-expected.txt.
133 * fast/dom/HTMLElement/set-invalid-value.html: Copied from LayoutTests/editing/editability/set-invalid-value.html.
134 * fast/dom/HTMLElement/set-true-expected.txt: Copied from LayoutTests/editing/editability/set-true-expected.txt.
135 * fast/dom/HTMLElement/set-true.html: Copied from LayoutTests/editing/editability/set-true.html.
136 * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: Copied from LayoutTests/editing/editability/set-value-caseinsensitive-expected.txt.
137 * fast/dom/HTMLElement/set-value-caseinsensitive.html: Copied from LayoutTests/editing/editability/set-value-caseinsensitive.html.
139 2011-01-24 Sam Weinig <sam@webkit.org>
141 Add editing/inserting/insert-composition-whitespace.html to the windows
144 * platform/win/Skipped:
146 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
150 Add Qt specific expected results for passing editing/selections tests.
151 Compared to Mac png files and Mac expected files. (part 3)
153 * platform/qt/editing/selection/ [...]:
155 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
159 Add Qt specific expected results for passing editing/selections tests.
160 Compared to Mac png files and Mac expected files. (part 2)
162 * platform/qt/editing/selection/ [...]:
164 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
168 Add Qt specific expected results for passing editing/selections tests.
169 Compared to Mac png files and Mac expected files. (part 1)
171 * platform/qt/editing/selection/ [...]:
173 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
177 RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
178 https://bugs.webkit.org/show_bug.cgi?id=51517
180 * platform/qt-linux/editing: Removed.
181 * platform/qt-linux/editing/selection: Removed.
182 * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
183 * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
185 2011-01-24 Yury Semikhatsky <yurys@chromium.org>
187 Unreviewed. Update Chromium test expectations.
189 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
190 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
191 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
192 * platform/chromium/test_expectations.txt:
194 2011-01-24 Peter Varga <pvarga@inf.u-szeged.hu>
196 Reviewed by Oliver Hunt.
198 Optimize regex patterns which contain empty alternatives
199 https://bugs.webkit.org/show_bug.cgi?id=51395
201 Eliminate the empty alternatives from the regex pattern and convert it to do
202 the matching in an easier way.
204 * fast/regex/script-tests/slow.js:
205 * fast/regex/slow-expected.txt:
207 2011-01-24 Pavel Podivilov <podivilov@chromium.org>
209 Unreviewed, test fix for r76497.
211 * http/tests/inspector/debugger-test2.js:
212 (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
213 (initialize_DebuggerTest.InspectorTest._showScriptSource):
215 2011-01-24 Yuzo Fujishima <yuzo@google.com>
217 Unreviewed Chromium test expectation change.
219 Update Chromim test expectations (LINUX/SVG) in response to r76442, again.
221 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
222 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
223 * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
224 * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
225 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
226 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Added.
227 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
228 * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added.
229 * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Added.
230 * platform/chromium-linux/svg/text/text-vkern-expected.txt: Added.
232 2011-01-24 Alejandro G. Castro <alex@igalia.com>
234 Unreviewed, GTK still does not have TestInputController support. Opened
235 a bug to follow the issue:
236 https://bugs.webkit.org/show_bug.cgi?id=52997
238 * platform/gtk/Skipped:
240 2011-01-24 MORITA Hajime <morrita@google.com>
242 Unreviewed, skipped insert-composition-whitespace.html due to missing DRT feature.
244 * platform/gtk/Skipped:
246 2011-01-24 Alejandro G. Castro <alex@igalia.com>
249 Unreviewed, skipped tests failing the 64bits bot and passing in the
250 32bits bots. Bug following the issue:
251 https://bugs.webkit.org/show_bug.cgi?id=52996
253 * platform/gtk/Skipped:
255 2011-01-23 Yuzo Fujishima <yuzo@google.com>
257 Unreviewed Chromium test expectation change.
259 Update Chromim test expectations (LINUX/SVG) in response to r76442.
261 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
262 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
263 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
264 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
265 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
266 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
267 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
268 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
269 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
270 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
271 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
272 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
273 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
274 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
275 * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
276 * platform/chromium/test_expectations.txt:
278 2011-01-23 Yuzo Fujishima <yuzo@google.com>
280 Unreviewed Chromium test expectation change.
282 Update Chromim test expectations (WIN/SVG) in response to r76442.
284 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
285 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
286 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
287 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
288 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
289 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
290 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
291 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
292 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
293 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
294 * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
295 * platform/chromium-win/svg/text/text-text-04-t-expected.png:
296 * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
297 * platform/chromium-win/svg/text/text-vkern-expected.checksum:
298 * platform/chromium-win/svg/text/text-vkern-expected.png:
299 * platform/chromium-win/svg/text/text-vkern-expected.txt: Added.
301 2011-01-19 MORITA Hajime <morrita@google.com>
303 Reviewed by Ryosuke Niwa.
305 Space and tab characters "sent" by an input method give totally different results than typing them directly.
306 https://bugs.webkit.org/show_bug.cgi?id=5241
308 Added a test that exercises continous whitespace characters and tabs inserted by IME.
310 * editing/inserting/insert-composition-whitespace-expected.txt: Added.
311 * editing/inserting/insert-composition-whitespace.html: Added.
313 2011-01-23 Yuzo Fujishima <yuzo@google.com>
315 Unreviewed Chromium test expectation change.
316 Update Chromim test expectations (WIN) in response to r76442.
318 * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
319 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
320 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
321 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
322 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
323 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
324 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
325 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
326 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
327 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
328 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
329 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
330 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
331 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
332 * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
333 * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
334 * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
335 * platform/chromium/test_expectations.txt:
337 2011-01-23 Yuzo Fujishima <yuzo@google.com>
339 Unreviewed Chromium test expectation change.
340 Mark fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html as TEXT for LINUX.
342 * platform/chromium/test_expectations.txt:
344 2011-01-23 Yuzo Fujishima <yuzo@google.com>
346 Unreviewed Chromium test expectation change.
347 Update Chromim test expectations in response to r76442.
349 * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
350 * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
351 * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
352 * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
353 * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
354 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
355 * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
356 * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
357 * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
358 * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
359 * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
360 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
361 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
362 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
363 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
364 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
365 * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Removed.
366 * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Removed.
367 * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Removed.
368 * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Removed.
369 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
370 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
371 * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
372 * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
373 * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
375 2011-01-23 Alexey Proskuryakov <ap@apple.com>
377 Reviewed by Eric Seidel.
379 https://bugs.webkit.org/show_bug.cgi?id=15649
380 Empty STYLE elements are not reflected into the document.styleSheets object
382 Adding a test for a bug that no longer occurs.
384 * fast/dom/document-stylesheets-empty-style-expected.txt: Added.
385 * fast/dom/document-stylesheets-empty-style.html: Added.
387 2011-01-22 Maciej Stachowiak <mjs@apple.com>
389 Reviewed by Oliver Hunt.
391 Skip a test that seems to cause the subsequent test to sporadically fail, and unskip the several tests after it
392 https://bugs.webkit.org/show_bug.cgi?id=52970
394 * platform/mac-wk2/Skipped:
396 2011-01-22 Robert Hogan <robert@webkit.org>
398 Reviewed by Andreas Kling.
400 [Qt] Support layoutTestController.addURLToRedirect()
401 https://bugs.webkit.org/show_bug.cgi?id=52956
403 * platform/qt/Skipped:
405 2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
409 REGRESSION: Vertical line metrics incorrect
410 https://bugs.webkit.org/show_bug.cgi?id=52960
412 Revert accidently landed mac baseline changes.
414 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
415 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
416 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
417 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
418 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
419 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
420 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
421 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
422 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
423 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
424 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
425 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
426 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
427 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
428 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
429 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
430 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
431 * platform/mac/svg/text/text-hkern-expected.txt:
432 * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
433 * platform/mac/svg/text/text-text-04-t-expected.txt:
434 * platform/mac/svg/text/text-vkern-expected.txt:
435 * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
436 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
438 2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
442 REGRESSION: Vertical line metrics incorrect
443 https://bugs.webkit.org/show_bug.cgi?id=52960
445 Rebaselined several text dumps from the bots, after the FontMetrics change.
446 All show 1px diffs, but are progressions, since the lineSpacing calculation has been improved.
447 Mac still has the old results - as it depends on a rounding trick at the moment.
449 * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
450 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
451 * platform/gtk/svg/text/text-hkern-expected.txt:
452 * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
453 * platform/gtk/svg/text/text-vkern-expected.txt:
454 * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
455 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
456 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
457 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
458 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
459 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
460 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
461 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
462 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
463 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
464 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
465 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
466 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
467 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
468 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
469 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
470 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
471 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
472 * platform/mac/svg/text/text-hkern-expected.txt:
473 * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
474 * platform/mac/svg/text/text-text-04-t-expected.txt:
475 * platform/mac/svg/text/text-vkern-expected.txt:
476 * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
477 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
478 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
479 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
480 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
481 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
482 * platform/qt/svg/text/text-hkern-expected.txt:
483 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
484 * platform/qt/svg/text/text-vkern-expected.txt:
485 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
486 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
488 2011-01-22 Andrei Popescu <andreip@google.com>
490 Reviewed by Jeremy Orlow.
492 IndexedDB corrupts data on disk
493 https://bugs.webkit.org/show_bug.cgi?id=52890
495 * storage/indexeddb/data-corruption-expected.txt: Added.
496 * storage/indexeddb/data-corruption.html: Added.
498 2011-01-22 Robert Hogan <robert@webkit.org>
500 Reviewed by Kenneth Rohde Christiansen.
502 [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail
503 https://bugs.webkit.org/show_bug.cgi?id=49802
505 * platform/qt/Skipped:
506 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
507 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
508 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
510 2011-01-22 Andreas Kling <kling@webkit.org>
512 Unreviewed, add Qt-specific result for test added in r76414.
514 * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
516 2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
518 Unreviewed Chromium test expectation update.
520 * platform/chromium/test_expectations.txt:
522 2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
524 Unreviewed Chromium test expectation update.
526 * platform/chromium/test_expectations.txt:
528 2011-01-21 Yury Semikhatsky <yurys@chromium.org>
530 Reviewed by Adam Barth.
532 Regression: new window.onerror() implementation leaks cross-origin Javascript errors
533 https://bugs.webkit.org/show_bug.cgi?id=52903
535 A couple of tests to check that window.onerror won't reveal any content of the resource
536 from a different domain if the latter is referenced via <script src=...>
538 * http/tests/security/cross-origin-script-window-onerror-expected.txt: Added.
539 * http/tests/security/cross-origin-script-window-onerror-redirected-expected.txt: Added.
540 * http/tests/security/cross-origin-script-window-onerror-redirected.html: Added.
541 * http/tests/security/cross-origin-script-window-onerror.html: Added.
542 * http/tests/security/resources/cross-origin-script.txt: Added.
544 2011-01-21 Maciej Stachowiak <mjs@apple.com>
546 Reviewed by Geoffrey Garen.
548 Humor the WebKit2 buildbot in its continuing hatred of forms tests
549 https://bugs.webkit.org/show_bug.cgi?id=52944
551 * platform/mac-wk2/Skipped:
553 2011-01-21 Dan Bernstein <mitz@apple.com>
555 Rubber-stamped by Mark Rowe.
557 Updated the results after r76414 fixed text justification in this test.
559 * platform/mac/fast/text/justified-text-rect-expected.checksum:
560 * platform/mac/fast/text/justified-text-rect-expected.png:
561 * platform/mac/fast/text/justified-text-rect-expected.txt:
563 2011-01-21 James Robinson <jamesr@chromium.org>
565 Update chromium test expectations. fast/animation tests should now pass on all chromium configurations.
567 * platform/chromium/test_expectations.txt:
569 2011-01-21 Dan Bernstein <mitz@apple.com>
573 * fast/text/justify-nbsp.html: Removed a contenteditable attribute
574 that was added after generating results.
576 2011-01-21 Andreas Kling <kling@webkit.org>
578 Unreviewed, removing the Qt result for r76414 since the test
579 was actually broken beyond the usual off-by-one metrics.
581 * platform/qt/fast/text/justify-nbsp-expected.txt: Removed.
583 2011-01-21 Andreas Kling <kling@webkit.org>
585 Unreviewed, add Qt-specific result for test added in r76414.
587 * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
589 2011-01-21 Dan Bernstein <mitz@apple.com>
591 Reviewed by Adele Peterson.
593 Inconsistent handling of no-break space in justification logic
594 https://bugs.webkit.org/show_bug.cgi?id=52938
596 * fast/text/justify-nbsp-expected.checksum: Added.
597 * fast/text/justify-nbsp-expected.png: Added.
598 * fast/text/justify-nbsp-expected.txt: Added.
599 * fast/text/justify-nbsp.html: Added.
601 2011-01-21 Kenji Imasaki <imasaki@chromium.org>
603 Reviewed by David Levin.
605 Remove resolved BUG13907 from test expectation file and added
606 newly filed BUGCR70252 for media/video-zoom.html to keep track
609 Also, remove non-flaky test (media/audio-only-video-intrinsic-size.htm).
611 * platform/chromium/test_expectations.txt:
613 2011-01-21 Martin Robinson <mrobinson@igalia.com>
615 Rebaseline tests that use menulists. Also unskip a non-existent test.
617 * platform/gtk/Skipped: Remove non-existent test.
618 * platform/gtk/editing/selection/select-box-expected.checksum:
619 * platform/gtk/editing/selection/select-box-expected.png:
620 * platform/gtk/editing/selection/select-box-expected.txt:
621 * platform/gtk/transforms/2d/zoom-menulist-expected.checksum:
622 * platform/gtk/transforms/2d/zoom-menulist-expected.png:
623 * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
625 2011-01-21 Michael Saboff <msaboff@apple.com>
627 Reviewed by Oliver Hunt.
629 [RegexFuzz] Hang with forward assertion
630 https://bugs.webkit.org/show_bug.cgi?id=52825
631 <rdar://problem/8894332>
633 New tests to check for functionality and future regression.
635 * fast/regex/parentheses-expected.txt:
636 * fast/regex/script-tests/parentheses.js:
638 2011-01-21 Maciej Stachowiak <mjs@apple.com>
640 Reviewed by Adele Peterson.
642 Skip a test that's sporadically crashing on the buildbots
643 https://bugs.webkit.org/show_bug.cgi?id=52932
645 * platform/mac-wk2/Skipped:
647 2011-01-21 Maciej Stachowiak <mjs@apple.com>
649 Reviewed by Adam Roben.
651 Skip some newly added tests that use DRT APIs that are not yet available for WebKit2
652 https://bugs.webkit.org/show_bug.cgi?id=52924
654 * platform/mac-wk2/Skipped:
656 2011-01-21 Martin Robinson <mrobinson@igalia.com>
658 Reviewed by Xan Lopez.
660 [GTK] Menulist text often collides with separator
661 https://bugs.webkit.org/show_bug.cgi?id=51155
663 Rebaseline tests that have different affected by the metrics of
666 * platform/gtk/fast/forms/001-expected.checksum:
667 * platform/gtk/fast/forms/001-expected.png:
668 * platform/gtk/fast/forms/001-expected.txt:
669 * platform/gtk/fast/forms/003-expected.checksum:
670 * platform/gtk/fast/forms/003-expected.png:
671 * platform/gtk/fast/forms/003-expected.txt:
672 * platform/gtk/fast/forms/004-expected.checksum:
673 * platform/gtk/fast/forms/004-expected.png:
674 * platform/gtk/fast/forms/004-expected.txt:
675 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.checksum:
676 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png:
677 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
678 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.checksum:
679 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png:
680 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
681 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.checksum:
682 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png:
683 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
684 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.checksum:
685 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png:
686 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
687 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.checksum:
688 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png:
689 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
690 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.checksum:
691 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png:
692 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
693 * platform/gtk/fast/forms/control-clip-overflow-expected.checksum:
694 * platform/gtk/fast/forms/control-clip-overflow-expected.png:
695 * platform/gtk/fast/forms/control-clip-overflow-expected.txt:
696 * platform/gtk/fast/forms/control-restrict-line-height-expected.checksum:
697 * platform/gtk/fast/forms/control-restrict-line-height-expected.png:
698 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
699 * platform/gtk/fast/forms/disabled-select-change-index-expected.checksum:
700 * platform/gtk/fast/forms/disabled-select-change-index-expected.png:
701 * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
702 * platform/gtk/fast/forms/form-element-geometry-expected.checksum:
703 * platform/gtk/fast/forms/form-element-geometry-expected.png:
704 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
705 * platform/gtk/fast/forms/input-file-re-render-expected.checksum: Added.
706 * platform/gtk/fast/forms/input-file-re-render-expected.png: Added.
707 * platform/gtk/fast/forms/menulist-deselect-update-expected.checksum:
708 * platform/gtk/fast/forms/menulist-deselect-update-expected.png:
709 * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
710 * platform/gtk/fast/forms/menulist-narrow-width-expected.checksum:
711 * platform/gtk/fast/forms/menulist-narrow-width-expected.png:
712 * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
713 * platform/gtk/fast/forms/menulist-no-overflow-expected.checksum:
714 * platform/gtk/fast/forms/menulist-no-overflow-expected.png:
715 * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
716 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.checksum:
717 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png:
718 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
719 * platform/gtk/fast/forms/menulist-separator-painting-expected.checksum:
720 * platform/gtk/fast/forms/menulist-separator-painting-expected.png:
721 * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
722 * platform/gtk/fast/forms/menulist-style-color-expected.checksum:
723 * platform/gtk/fast/forms/menulist-style-color-expected.png:
724 * platform/gtk/fast/forms/menulist-style-color-expected.txt:
725 * platform/gtk/fast/forms/menulist-width-change-expected.checksum:
726 * platform/gtk/fast/forms/menulist-width-change-expected.png:
727 * platform/gtk/fast/forms/menulist-width-change-expected.txt:
728 * platform/gtk/fast/forms/option-script-expected.checksum:
729 * platform/gtk/fast/forms/option-script-expected.png:
730 * platform/gtk/fast/forms/option-script-expected.txt:
731 * platform/gtk/fast/forms/option-strip-whitespace-expected.checksum:
732 * platform/gtk/fast/forms/option-strip-whitespace-expected.png:
733 * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
734 * platform/gtk/fast/forms/option-text-clip-expected.checksum:
735 * platform/gtk/fast/forms/option-text-clip-expected.png:
736 * platform/gtk/fast/forms/option-text-clip-expected.txt:
737 * platform/gtk/fast/forms/select-align-expected.checksum:
738 * platform/gtk/fast/forms/select-align-expected.png:
739 * platform/gtk/fast/forms/select-align-expected.txt:
740 * platform/gtk/fast/forms/select-baseline-expected.checksum:
741 * platform/gtk/fast/forms/select-baseline-expected.png:
742 * platform/gtk/fast/forms/select-baseline-expected.txt:
743 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.checksum:
744 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png:
745 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
746 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
747 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png:
748 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
749 * platform/gtk/fast/forms/select-disabled-appearance-expected.checksum:
750 * platform/gtk/fast/forms/select-disabled-appearance-expected.png:
751 * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
752 * platform/gtk/fast/forms/select-initial-position-expected.checksum:
753 * platform/gtk/fast/forms/select-initial-position-expected.png:
754 * platform/gtk/fast/forms/select-initial-position-expected.txt:
755 * platform/gtk/fast/forms/select-selected-expected.checksum:
756 * platform/gtk/fast/forms/select-selected-expected.png:
757 * platform/gtk/fast/forms/select-selected-expected.txt:
758 * platform/gtk/fast/forms/select-size-expected.checksum:
759 * platform/gtk/fast/forms/select-size-expected.png:
760 * platform/gtk/fast/forms/select-size-expected.txt:
761 * platform/gtk/fast/forms/select-style-expected.checksum:
762 * platform/gtk/fast/forms/select-style-expected.png:
763 * platform/gtk/fast/forms/select-style-expected.txt:
764 * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
765 * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
766 * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
767 * platform/gtk/fast/forms/select-writing-direction-natural-expected.checksum:
768 * platform/gtk/fast/forms/select-writing-direction-natural-expected.png:
769 * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
770 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.checksum:
771 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png:
772 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
774 2011-01-21 Csaba Osztrogonác <ossy@webkit.org>
776 Unreviewed trivial fix.
778 FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
779 https://bugs.webkit.org/show_bug.cgi?id=48812
781 * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Updated after r76357.
783 2011-01-21 Jessie Berlin <jberlin@apple.com>
785 Skip transitions/transition-end-event-destroy-iframe.html on Windows in order to get the
786 Windows 7 Release bots green. Unreviewed.
787 https://bugs.webkit.org/show_bug.cgi?id=52913
789 * platform/win/Skipped:
791 2011-01-21 Maciej Stachowiak <mjs@apple.com>
793 Reviewed by Sam Weinig.
795 Skip another test that is failing sporadically on the buildbots
796 https://bugs.webkit.org/show_bug.cgi?id=52908
798 * platform/mac-wk2/Skipped:
800 2011-01-21 Xiyuan Xia <xiyuan@chromium.org>
802 Reviewed by Tony Chang.
804 Update chromium/linux baselines after drawing code moved into
806 https://bugs.webkit.org/show_bug.cgi?id=52826
808 * platform/chromium-linux/css1/box_properties/acid_test-expected.checksum:
809 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
810 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.checksum:
811 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
812 * platform/chromium-linux/fast/block/basic/011-expected.checksum:
813 * platform/chromium-linux/fast/block/basic/011-expected.png:
814 * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
815 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
816 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.checksum:
817 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
818 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
819 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
820 * platform/chromium-linux/fast/forms/basic-inputs-expected.checksum:
821 * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
822 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
823 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
824 * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
825 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
826 * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.checksum:
827 * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.png:
828 * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
829 * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
830 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
831 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
832 * platform/chromium-linux/fast/forms/formmove-expected.checksum:
833 * platform/chromium-linux/fast/forms/formmove-expected.png:
834 * platform/chromium-linux/fast/forms/formmove2-expected.checksum:
835 * platform/chromium-linux/fast/forms/formmove2-expected.png:
836 * platform/chromium-linux/fast/forms/indeterminate-expected.checksum:
837 * platform/chromium-linux/fast/forms/indeterminate-expected.png:
838 * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
839 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
840 * platform/chromium-linux/fast/forms/input-value-expected.checksum:
841 * platform/chromium-linux/fast/forms/input-value-expected.png:
842 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
843 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
844 * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
845 * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
846 * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
847 * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added property svn:mime-type.
848 * platform/chromium-linux/fast/forms/radio-attr-order-expected.checksum:
849 * platform/chromium-linux/fast/forms/radio-attr-order-expected.png:
850 * platform/chromium-linux/fast/forms/radio-nested-labels-expected.checksum:
851 * platform/chromium-linux/fast/forms/radio-nested-labels-expected.png:
852 * platform/chromium-linux/fast/forms/radio_checked-expected.checksum:
853 * platform/chromium-linux/fast/forms/radio_checked-expected.png:
854 * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.checksum:
855 * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.png:
856 * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
857 * platform/chromium-linux/fast/forms/select-baseline-expected.png:
858 * platform/chromium-linux/fast/inline/positionedLifetime-expected.checksum:
859 * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
860 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.checksum:
861 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
862 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
863 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
864 * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.checksum:
865 * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
866 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
867 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
868 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.checksum:
869 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
870 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
871 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
872 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.checksum:
873 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png: Added property svn:mime-type.
874 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
875 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
876 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
877 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
879 2011-01-21 Anton Muhin <antonm@chromium.org>
881 Reviewed by Nate Chapin.
883 [v8] Properly deal with the case when conversion to string throws an exception for HTMLCollection accessors
884 https://bugs.webkit.org/show_bug.cgi?id=52901
886 * fast/dom/htmlcollection-conversion-throws-exception-expected.txt: Added.
887 * fast/dom/htmlcollection-conversion-throws-exception.html: Added.
889 2011-01-21 Dimitri Glazkov <dglazkov@chromium.org>
891 Reviewed by Darin Adler.
893 REGRESSION(r73618): Clicking on a search input causes a crash.
894 https://bugs.webkit.org/show_bug.cgi?id=52905
896 * fast/dom/search-shadow-host-crash-expected.txt: Added.
897 * fast/dom/search-shadow-host-crash.html: Added.
899 2011-01-21 Dimitri Glazkov <dglazkov@chromium.org>
901 Updated slider expectations after r76147.
903 * platform/chromium/test_expectations.txt: Removed test that will start passing.
904 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Updated expectation.
906 2011-01-21 Xiaomei Ji <xji@chromium.org>
910 Rebaseline for leopard after r76319.
912 * platform/mac-leopard/fast/dom/52776-expected.txt: Added.
914 2011-01-21 Kenji Imasaki <imasaki@chromium.org>
916 Reviewed by David Levin.
918 remove non-flaky tests from test expectation file
919 https://bugs.webkit.org/show_bug.cgi?id=52746
921 * platform/chromium/test_expectations.txt:
923 2011-01-21 Charlie Reis <creis@chromium.org>
925 Reviewed by Darin Fisher.
927 FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
928 https://bugs.webkit.org/show_bug.cgi?id=48812
930 Test that we avoid updating back/forward list on a canceled navigation
931 if a new navigation is already in process. Also update forward-and-cancel
932 to go forward, ensuring back/forward state is reset if user clicks stop.
934 * http/tests/navigation/back-twice-without-commit-expected.txt: Added.
935 * http/tests/navigation/back-twice-without-commit.html: Added.
936 * http/tests/navigation/forward-and-cancel-expected.txt:
937 * http/tests/navigation/forward-and-cancel.html: Go forward after stop, not back.
938 * http/tests/navigation/resources/back-twice-page-2.html: Added.
939 * http/tests/navigation/resources/back-twice-page-3.html: Added.
940 * http/tests/navigation/resources/forward-and-cancel-frames.html: Reduced delay.
942 2011-01-20 Mihai Parparita <mihaip@chromium.org>
944 Reviewed by Eric Seidel.
946 [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
947 https://bugs.webkit.org/show_bug.cgi?id=52860
949 The test hasn't had a timeout in a while, remove that expectation so
950 that we can more easily see if this re-occurs.
952 Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
953 like chromium-gpu-win and -linux, for some reason the mac expectation
956 * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
957 * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
958 * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum.
959 * platform/chromium-gpu/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Renamed from LayoutTests/platform/chromium-gpu-linux/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
960 * platform/chromium-gpu/test_expectations.txt:
962 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
964 Unreviewed; Reverted the last change to the text expectation.
966 * platform/chromium/test_expectations.txt:
968 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
970 Unreviewed Chromium test expectation update.
972 * platform/chromium/test_expectations.txt:
974 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
976 Unreviewed Chromium rebaselines for 76319.
978 * platform/chromium-linux/fast/dom/52776-expected.checksum: Added.
979 * platform/chromium-linux/fast/dom/52776-expected.png: Added.
980 * platform/chromium-linux/fast/dom/52776-expected.txt: Added.
981 * platform/chromium-mac/fast/dom/52776-expected.checksum: Added.
982 * platform/chromium-mac/fast/dom/52776-expected.png: Added.
983 * platform/chromium-mac/fast/dom/52776-expected.txt: Added.
984 * platform/chromium-win/fast/dom/52776-expected.checksum: Added.
985 * platform/chromium-win/fast/dom/52776-expected.png: Added.
986 * platform/chromium-win/fast/dom/52776-expected.txt: Added.
987 * platform/chromium/test_expectations.txt:
989 2011-01-21 Tony Chang <tony@chromium.org>
991 Unreviewed, these tests were fixed in r76330. Still one unknown
994 * platform/chromium/test_expectations.txt:
996 2011-01-21 Jessie Berlin <jberlin@apple.com>
998 Modify the Windows-specific results after http://trac.webkit.org/changeset/76208 in order to
999 get the bots green. Unreviewed.
1000 https://bugs.webkit.org/show_bug.cgi?id=52557
1002 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1003 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1004 * platform/win/fast/dom/prototype-inheritance-expected.txt:
1005 * platform/win/fast/js/global-constructors-expected.txt:
1007 2011-01-21 Jessie Berlin <jberlin@apple.com>
1009 Add Windows-specific results for fast/dom/52776.html to get the bot green. Unreviewed.
1010 https://bugs.webkit.org/show_bug.cgi?id=52776
1012 * platform/win/fast/dom/52776-expected.txt: Added.
1014 2011-01-21 Mikhail Naganov <mnaganov@chromium.org>
1016 Reviewed by Yury Semikhatsky.
1018 Web Inspector: Add layout test for the CPU profiler.
1020 This test replaces DevToolsSanityTest.TestProfilerTab from
1021 Chromium's interactive_ui_tests.
1023 https://bugs.webkit.org/show_bug.cgi?id=52634
1025 * inspector/cpu-profiler-profiling-expected.txt: Added.
1026 * inspector/cpu-profiler-profiling.html: Added.
1028 2011-01-21 Csaba Osztrogonác <ossy@webkit.org>
1032 [Qt] editing/selection/rtl-move-selection-right-left.html fails
1033 https://bugs.webkit.org/show_bug.cgi?id=52883
1035 * platform/qt/Skipped: editing/selection/rtl-move-selection-right-left.html added until fix.
1037 2011-01-21 Sergio Villar Senin <svillar@igalia.com>
1041 [GTK] http/tests/security/drag-drop-same-unique-origin.html fails on bots.
1042 https://bugs.webkit.org/show_bug.cgi?id=52882
1044 Skipping http/tests/security/drag-drop-same-unique-origin.html for gtk.
1046 * platform/gtk/Skipped:
1048 2011-01-21 Helder Correia <helder@sencha.com>
1050 Reviewed by Andreas Kling.
1052 [Qt] svg/css/text-gradient-shadow.svg needs expected results
1053 https://bugs.webkit.org/show_bug.cgi?id=52724
1055 * platform/qt/svg/css/text-gradient-shadow-expected.checksum: Added.
1056 * platform/qt/svg/css/text-gradient-shadow-expected.png: Added.
1057 * platform/qt/svg/css/text-gradient-shadow-expected.txt: Added.
1059 2011-01-21 Yury Semikhatsky <yurys@chromium.org>
1061 Reviewed by Pavel Feldman.
1063 Make userscripts/window-onerror-for-isolated-world-*.html give consistent output
1064 https://bugs.webkit.org/show_bug.cgi?id=52870
1066 Call setTimeout from "load" event listener to make sure exception in the setTimeout
1067 callback happens after the one in the listener.
1069 * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt:
1070 * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt:
1071 * userscripts/window-onerror-for-isolated-world-1-expected.txt:
1072 * userscripts/window-onerror-for-isolated-world-1.html:
1073 * userscripts/window-onerror-for-isolated-world-2-expected.txt:
1074 * userscripts/window-onerror-for-isolated-world-2.html:
1076 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1078 Reviewed by Dan Bernstein.
1080 Skip a few more tests that are failing on the bots
1081 https://bugs.webkit.org/show_bug.cgi?id=52865
1083 * platform/mac-wk2/Skipped:
1085 2011-01-20 Dmitry Titov <dimich@chromium.org>
1087 [Chromium] Not reviewed, add a bug number to disabled test.
1089 * platform/chromium/test_expectations.txt:
1091 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1093 Reviewed by Darin Adler.
1095 Skip some tests that are failing on the WebKit2 bot
1096 https://bugs.webkit.org/show_bug.cgi?id=52858
1098 * platform/mac-wk2/Skipped: skip or re-skip some tests that fail
1099 on the bot for various reasons.
1101 2011-01-20 Jer Noble <jer.noble@apple.com>
1103 Unreviewed Qt Skipped list update.
1105 Skip the test added in r76296 for platform/qt/.
1107 * platform/qt/Skipped:
1109 2011-01-20 Xiaomei Ji <xji@chromium.org>
1111 Reviewed by Dan Bernstein.
1113 Fix regression(r71566): PDF in RTL block might messes up text directionality.
1114 https://bugs.webkit.org/show_bug.cgi?id=52776
1116 * fast/dom/52776.html: Added.
1117 * platform/mac/fast/dom/52776-expected.checksum: Added.
1118 * platform/mac/fast/dom/52776-expected.png: Added.
1119 * platform/mac/fast/dom/52776-expected.txt: Added.
1121 2011-01-20 Jenn Braithwaite <jennb@chromium.org>
1123 Reviewed by Dmitry Titov.
1125 [chromium] Updating test expectations after fixing the bug:
1126 https://bugs.webkit.org/show_bug.cgi?id=52062
1128 * platform/chromium/test_expectations.txt:
1129 iframe-reparenting-plugins.html is now passing on Windows.
1131 2011-01-20 Tony Chang <tony@chromium.org>
1133 Unreviewed, rebaseline a test added in
1134 http://trac.webkit.org/changeset/76274
1136 * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1137 * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1138 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1139 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1140 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
1141 * platform/chromium/test_expectations.txt:
1143 2011-01-20 Levi Weintraub <leviw@chromium.org>
1145 Reviewed by Ryosuke Niwa.
1147 RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made
1148 https://bugs.webkit.org/show_bug.cgi?id=49511
1150 * editing/editing.js:
1151 (execMoveSelectionLeftByCharacterCommand):
1152 (moveSelectionLeftByCharacterCommand):
1153 (execMoveSelectionRightByCharacterCommand):
1154 (moveSelectionRightByCharacterCommand):
1155 (execExtendSelectionLeftByCharacterCommand):
1156 (extendSelectionLeftByCharacterCommand):
1157 (execExtendSelectionRightByCharacterCommand):
1158 (extendSelectionRightByCharacterCommand):
1159 Adding some left/right selection convenience methods for use with RTL tests.
1161 * editing/selection/rtl-move-selection-right-left-expected.txt: Added.
1162 * editing/selection/rtl-move-selection-right-left.html: Added.
1164 2011-01-20 Tony Chang <tony@chromium.org>
1166 Unreviewed, mark some rtl scrolling tests as failing to green the chromium bots.
1168 * platform/chromium/test_expectations.txt:
1170 2011-01-20 Tony Chang <tony@chromium.org>
1172 Unreviewed, chromium test expectation updates.
1174 * platform/chromium-gpu/test_expectations.txt:
1175 * platform/chromium/test_expectations.txt:
1177 2011-01-20 Nate Chapin <japhet@chromium.org>
1179 Reviewed by Adam Barth.
1181 Test for https://bugs.webkit.org/show_bug.cgi?id=52769.
1183 * fast/dom/Window/Location/resources/set-location-after-close-new-window.html: Added.
1184 * fast/dom/Window/Location/set-location-after-close-expected.txt: Added.
1185 * fast/dom/Window/Location/set-location-after-close.html: Added.
1187 2011-01-20 Chang Shu <chang.shu@nokia.com>
1189 Reviewed by Darin Adler.
1191 setContentEditable with invalid string should throw exception.
1192 https://bugs.webkit.org/show_bug.cgi?id=52057
1194 Updated expected results after the fix. Also corrected test cases.
1196 * editing/editability/set-invalid-value-expected.txt:
1197 * editing/editability/set-invalid-value.html: 1. Fixed the getAttribute expectation as "abc" was failed to set. 2. Added additional check for setting empty string.
1198 * editing/editability/set-value-caseinsensitive-expected.txt:
1199 * editing/editability/set-value-caseinsensitive.html: Fixed the getAttribute expectations as all strings should be converted to lower cases.
1200 * fast/dom/element-attribute-js-null-expected.txt:
1201 * fast/dom/element-attribute-js-null.html: Fixed this existing test as the expectation for setting with null should throw exception instead of "false". Also added handling code when exception was thrown.
1203 2011-01-20 Adrienne Walker <enne@google.com>
1205 Reviewed by James Robinson.
1207 [chromium] Add a test for a render surface that the uses alpha channel.
1208 https://bugs.webkit.org/show_bug.cgi?id=52766
1210 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.checksum: Added.
1211 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
1212 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.txt: Added.
1213 * platform/chromium/compositing/render-surface-alpha-blending.html: Added.
1215 2011-01-14 Jer Noble <jer.noble@apple.com>
1217 Reviewed by Eric Carlson.
1219 REGRESSION (r71842): Compass video is not playing in Safari welcome page
1220 https://bugs.webkit.org/show_bug.cgi?id=52506
1222 Test that a delay between loading and playing video does not break playback.
1224 * media/video-currentTime-delay-expected.txt: Added.
1225 * media/video-currentTime-delay.html: Added.
1227 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1229 Unreviewed Chromium test expectations fix.
1231 * platform/chromium/test_expectations.txt:
1233 2011-01-20 Tony Chang <tony@chromium.org>
1235 Unreviewed, another attempt at making the chromium gpu tests go green.
1237 * platform/chromium-gpu/test_expectations.txt:
1239 2011-01-20 James Robinson <jamesr@chromium.org>
1241 Update expectations for tests that need chromium-side changes.
1243 * platform/chromium/test_expectations.txt:
1245 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1247 Unreviewed Chromium test expectation update.
1249 Merged test_expectations.txt in the Chromium tree and
1250 added slow to fast/text/large-text-composed-char-dos.html.
1252 * platform/chromium/test_expectations.txt:
1254 2011-01-20 Tony Chang <tony@chromium.org>
1256 Unreviewed, updating gpu expectations.
1257 These two tests were added to the regular chromiumg test_expectations.txt
1260 * platform/chromium-gpu/test_expectations.txt:
1262 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1264 Unreviewed; Another Chromium rebaseline for r76236.
1266 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
1267 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
1268 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
1270 2011-01-20 James Robinson <jamesr@chromium.org>
1272 Reviewed by Darin Fisher.
1274 Implement mozilla's requestAnimationFrame API
1275 https://bugs.webkit.org/show_bug.cgi?id=51218
1277 Tests for window.webkitRequestAnimationFrame(). The new tests
1278 are in the Skipped lists for platforms that do not set
1279 ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
1281 * fast/animation/request-animation-frame-cancel-expected.txt: Added.
1282 * fast/animation/request-animation-frame-cancel.html: Added.
1283 Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
1284 * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
1285 * fast/animation/request-animation-frame-cancel2.html: Added.
1286 Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
1287 * fast/animation/request-animation-frame-display-expected.txt: Added.
1288 * fast/animation/request-animation-frame-display.html: Added.
1289 Tests changing the display: property of an element within a callback.
1290 * fast/animation/request-animation-frame-expected.txt: Added.
1291 * fast/animation/request-animation-frame.html: Added.
1292 Tests the basic use of window.webkitRequestAnimationFrame().
1293 * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
1294 * fast/animation/request-animation-frame-within-callback.html: Added.
1295 Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
1296 * platform/gtk/Skipped:
1297 * platform/mac/Skipped:
1298 * platform/qt/Skipped:
1299 * platform/win/Skipped:
1301 2011-01-20 James Robinson <jamesr@chromium.org>
1303 Reviewed by Eric Seidel.
1305 RenderTableSection's setNeedsCellRecalc needs to null check table()
1306 https://bugs.webkit.org/show_bug.cgi?id=52770
1308 Tests ::-webkit-scrollbar-corner inside a table.
1310 * fast/css-generated-content/table-with-scrollbar-corner-expected.txt: Added.
1311 * fast/css-generated-content/table-with-scrollbar-corner.html: Added.
1313 2011-01-20 Michael Saboff <msaboff@apple.com>
1315 Reviewed by Oliver Hunt.
1317 <rdar://problem/8890203> [RegexFuzz] Crash in generated code (52773)
1318 https://bugs.webkit.org/show_bug.cgi?id=52773
1320 New test to validate fix.
1322 * fast/regex/parentheses-expected.txt:
1323 * fast/regex/script-tests/parentheses.js:
1325 2011-01-20 Dirk Schulze <krit@webkit.org>
1327 Reviewed by Rob Buis.
1329 SVG Pattern doesn't take preserveAspectRatio of references Pattern
1330 https://bugs.webkit.org/show_bug.cgi?id=52802
1332 Added a test case to check that we take preserveAspectRatio of a referenced SVGPattern into account.
1334 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1335 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1336 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
1337 * svg/custom/pattern-referencing-preserve-aspect-ratio.svg: Added.
1339 2011-01-20 Dan Bernstein <mitz@apple.com>
1341 Reviewed by Adele Peterson.
1343 <rdar://problem/8765498> REGRESSION (r72141): Cannot order prints with Aperture 3.1
1345 <rdar://problem/8884648> REGRESSION (r72141): Safari hangs when visiting a page on www.bfmtv.com
1346 https://bugs.webkit.org/show_bug.cgi?id=52765
1348 <rdar://problem/8890909> REGRESSION (r72141): Very Slow Rendering With Certain Markup
1349 https://bugs.webkit.org/show_bug.cgi?id=52265
1351 * fast/block/line-layout: Added.
1352 * fast/block/line-layout/negative-max-height-expected.checksum: Added.
1353 * fast/block/line-layout/negative-max-height-expected.png: Added.
1354 * fast/block/line-layout/negative-max-height-expected.txt: Added.
1355 * fast/block/line-layout/negative-max-height.html: Added.
1357 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1359 Unreviewed Chromium rebaseline for r76236.
1361 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
1362 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
1364 2011-01-20 Philippe Normand <pnormand@igalia.com>
1366 Unreviewed, remove GTK result for window-onerror2 as it's the same
1367 as the generic results file.
1369 * platform/gtk/fast/events/window-onerror2-expected.txt: Removed.
1371 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1373 Reviewed by Adam Roben.
1375 WebKitTestRunner needs to support layoutTestController.evaluateScriptInIsolatedWorld
1376 https://bugs.webkit.org/show_bug.cgi?id=42327
1378 * platform/mac-wk2/Skipped: Unskip the tests that needed this.
1380 2011-01-19 Adam Roben <aroben@apple.com>
1382 Add a test that scrolls composited content that has already been painted
1384 Test for <http://webkit.org/b/52720> REGRESSION (r75987): Assertion failure in
1385 WebView::scrollBackingStore when scrolling page with composited content
1387 Reviewed by Anders Carlsson.
1389 * compositing/scroll-painted-composited-content.html: Added.
1390 * compositing/scroll-painted-composited-content-expected.txt: Added.
1392 2011-01-20 Yury Semikhatsky <yurys@chromium.org>
1394 Reviewed by Pavel Feldman.
1396 Make fast/events/window-onerror2.html throw exception in deterministic order
1397 https://bugs.webkit.org/show_bug.cgi?id=52813
1399 * fast/events/window-onerror2-expected.txt:
1400 * fast/events/window-onerror2.html: call setTimeout from onload handler to make sure exception
1401 in the onload handler will be processed before the one in the setTimeout callback
1402 * platform/chromium/fast/events/window-onerror2-expected.txt:
1404 2011-01-20 Philippe Normand <pnormand@igalia.com>
1406 Unreviewed, new GTK svg test baselines as follow-up of r76236.
1408 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
1410 2011-01-20 Philippe Normand <pnormand@igalia.com>
1412 Unreviewed, update window-onerror2.html baselines as follow-up of r76216.
1414 * platform/gtk/fast/events/window-onerror2-expected.txt:
1416 2011-01-20 Philippe Normand <pnormand@igalia.com>
1418 Unreviewed, new GTK baselines for 2 new tests.
1420 * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
1421 * platform/gtk/svg/css/text-gradient-shadow-expected.txt: Added.
1423 2011-01-20 Yury Semikhatsky <yurys@chromium.org>
1425 Unreviewed. Update Chromium test expectations.
1427 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1428 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1429 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
1431 2011-01-20 Dirk Schulze <krit@webkit.org>
1433 Reviewed by Andreas Kling.
1435 SVG Pattern doesn't take the viewBox of a referenced Pattern
1436 https://bugs.webkit.org/show_bug.cgi?id=52804
1438 Added a test case of the W3C SVG test suite to check, if we take
1439 the viewBox of a referenced SVGPattern.
1441 * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg: Added.
1442 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum
1443 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png
1444 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt
1446 2011-01-19 Stephen White <senorblanco@chromium.org>
1448 Reviewed by James Robinson.
1450 Add two to-be-rebaselined tests for the GPU path.
1452 * platform/chromium-gpu/test_expectations.txt:
1454 2011-01-20 Pavel Feldman <pfeldman@chromium.org>
1456 Not reviewed: rebaselined inspector tests.
1458 * http/tests/inspector/console-xhr-logging.html:
1459 * inspector/report-API-errors-expected.txt:
1461 2011-01-20 Jeremy Orlow <jorlow@chromium.org>
1463 [Chromium] Update baselines and add exception.
1465 * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt:
1466 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1467 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1468 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
1469 * platform/chromium-win/fast/dom/wrapper-classes-expected.txt:
1470 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1471 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1472 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
1473 * platform/chromium/test_expectations.txt:
1475 2011-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
1477 Unreviewed, rolling out r76215.
1478 http://trac.webkit.org/changeset/76215
1479 https://bugs.webkit.org/show_bug.cgi?id=52799
1481 Caused regressions in Chromium; morrita is going to look at it
1482 tomrorow (Requested by jorlow on #webkit).
1484 * editing/inserting/insert-composition-whitespace-expected.txt: Removed.
1485 * editing/inserting/insert-composition-whitespace.html: Removed.
1487 2011-01-19 Pavel Podivilov <podivilov@chromium.org>
1489 Reviewed by Eric Seidel.
1491 Web Inspector: enable debugger-pause-on-breakpoint test (fixed by r76129).
1492 https://bugs.webkit.org/show_bug.cgi?id=45291
1494 * http/tests/inspector/debugger-test2.js:
1495 (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
1496 * inspector/debugger-breakpoints-not-activated-on-reload.html:
1497 * inspector/debugger-pause-on-breakpoint.html:
1498 * platform/gtk/Skipped:
1499 * platform/mac-leopard/Skipped:
1500 * platform/win/Skipped:
1502 2011-01-20 Philippe Normand <pnormand@igalia.com>
1504 Skip failing tests due to missing trailing white space
1505 https://bugs.webkit.org/show_bug.cgi?id=52798
1507 * platform/gtk/Skipped: Skip 5 http/tests/security tests.
1509 2011-01-20 Martin Robinson <mrobinson@igalia.com>
1511 Skip a test which requires the textInputController, which
1512 the GTK+ DRT does not have.
1514 * platform/gtk/Skipped: Skip new test.
1516 2011-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
1518 Unreviewed, rolling out r76172.
1519 http://trac.webkit.org/changeset/76172
1520 https://bugs.webkit.org/show_bug.cgi?id=52792
1522 This test still fails on the 32-bit GTK+ debug bot. (Requested
1523 by mrobinson on #webkit).
1525 * platform/gtk/Skipped:
1527 2011-01-20 MORITA Hajime <morrita@google.com>
1529 Unreviewed, added a skip list entry
1531 * platform/qt/Skipped:
1533 2011-01-20 Hans Wennborg <hans@chromium.org>
1535 Reviewed by Jeremy Orlow.
1537 IndexedDB: IDBObjectStore.get should fire onsuccess rather than onerror
1538 https://bugs.webkit.org/show_bug.cgi?id=52725
1540 Update layout tests to expect the onsuccess handler to be fired
1541 when looking up non-existing objects.
1543 * storage/indexeddb/create-and-remove-object-store-expected.txt:
1544 * storage/indexeddb/create-and-remove-object-store.html:
1545 * storage/indexeddb/cursor-delete-expected.txt:
1546 * storage/indexeddb/cursor-delete.html:
1547 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1548 * storage/indexeddb/objectstore-removeobjectstore.html:
1550 2010-12-27 Yury Semikhatsky <yurys@chromium.org>
1552 Reviewed by Pavel Feldman.
1554 WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown
1555 https://bugs.webkit.org/show_bug.cgi?id=8519
1557 Uncaught exceptions are propagated to window.onerror hander if one is present.
1558 The handler is expected to be a function accepting three arguments: error message,
1559 resource url and line number where the exception occured.
1561 * fast/events/resources/window-onerror.js: Added.
1563 * fast/events/window-onerror1-expected.txt: Added.
1564 * fast/events/window-onerror1.html: Added.
1565 * fast/events/window-onerror10-expected.txt: Added.
1566 * fast/events/window-onerror10.html: Added.
1567 * fast/events/window-onerror11-expected.txt: Added.
1568 * fast/events/window-onerror11.html: Added.
1569 * fast/events/window-onerror12-expected.txt: Added.
1570 * fast/events/window-onerror12.html: Added.
1571 * fast/events/window-onerror2-expected.txt: Added.
1572 * fast/events/window-onerror2.html: Added.
1573 * fast/events/window-onerror3-expected.txt: Added.
1574 * fast/events/window-onerror3.html: Added.
1575 * fast/events/window-onerror4-expected.txt: Added.
1576 * fast/events/window-onerror4.html: Added.
1577 * fast/events/window-onerror5-expected.txt: Added.
1578 * fast/events/window-onerror5.html: Added.
1579 * fast/events/window-onerror6-expected.txt: Added.
1580 * fast/events/window-onerror6.html: Added.
1581 * fast/events/window-onerror7-expected.txt: Added.
1582 * fast/events/window-onerror7.html: Added.
1583 * fast/events/window-onerror8-expected.txt: Added.
1584 * fast/events/window-onerror8.html: Added.
1585 * fast/events/window-onerror9-expected.txt: Added.
1586 * fast/events/window-onerror9.html: Added.
1587 * fast/workers/worker-script-error-expected.txt:
1588 * http/tests/security/resources/onerror-iframe.html: Added.
1589 * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
1590 * http/tests/security/window-onerror-exception-in-iframe.html: Added.
1591 * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
1592 * platform/chromium/fast/events/window-onerror1-expected.txt: Added.
1593 * platform/chromium/fast/events/window-onerror10-expected.txt: Added.
1594 * platform/chromium/fast/events/window-onerror11-expected.txt: Added.
1595 * platform/chromium/fast/events/window-onerror2-expected.txt: Added.
1596 * platform/chromium/fast/events/window-onerror3-expected.txt: Added.
1597 * platform/chromium/fast/events/window-onerror4-expected.txt: Added.
1598 * platform/chromium/fast/events/window-onerror5-expected.txt: Added.
1599 * platform/chromium/fast/events/window-onerror6-expected.txt: Added.
1600 * platform/chromium/fast/events/window-onerror7-expected.txt: Added.
1601 * platform/chromium/fast/events/window-onerror8-expected.txt: Added.
1602 * platform/chromium/fast/events/window-onerror9-expected.txt: Added.
1603 * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
1604 * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
1605 * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
1606 * platform/gtk/Skipped:
1607 * userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
1608 * userscripts/window-onerror-for-isolated-world-1.html: Added.
1609 * userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
1610 * userscripts/window-onerror-for-isolated-world-2.html: Added.
1612 2011-01-19 MORITA Hajime <morrita@google.com>
1614 Reviewed by Ryosuke Niwa.
1616 Space and tab characters "sent" by an input method give totally different results than typing them directly.
1617 https://bugs.webkit.org/show_bug.cgi?id=5241
1619 Added a test that exercises continous whitespace characters and tabs inserted by IME.
1621 * editing/inserting/insert-composition-whitespace-expected.txt: Added.
1622 * editing/inserting/insert-composition-whitespace.html: Added.
1624 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1626 Reviewed by Dan Bernstein.
1628 Skip some tests that are failing on the WebKit2 bot
1629 https://bugs.webkit.org/show_bug.cgi?id=52789
1631 * platform/mac-wk2/Skipped:
1633 2011-01-19 Dominic Cooney <dominicc@google.com>
1635 Reviewed by Kent Tamura.
1637 Update test expectations for QT now that keygen is a HTMLKeygenElement.
1638 https://bugs.webkit.org/show_bug.cgi?id=52787
1640 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1641 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1642 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1643 * platform/qt/fast/js/global-constructors-expected.txt:
1645 2011-01-19 Maciej Stachowiak <mjs@apple.com>
1647 Reviewed by Dan Bernstein.
1649 Reorganize WebKit2 Skipped list, and remove 56 tests that no longer fail
1650 https://bugs.webkit.org/show_bug.cgi?id=52786
1652 * platform/mac-wk2/Skipped:
1654 2011-01-19 Andrey Kosyakov <caseq@chromium.org>
1656 Reviewed by Yury Semikhatsky.
1658 Flaky Test: http/tests/inspector/extensions-resources-redirect.html
1659 https://bugs.webkit.org/show_bug.cgi?id=52709
1661 * http/tests/inspector/extensions-resources-redirect-expected.txt:
1662 * http/tests/inspector/extensions-resources-redirect.html:
1664 2011-01-19 Dominic Cooney <dominicc@google.com>
1666 Reviewed by Kent Tamura.
1668 Make <keygen> no longer appear to be a <select> element to script.
1670 https://bugs.webkit.org/show_bug.cgi?id=52557
1672 * fast/dom/HTMLKeygenElement/keygen-expected.txt: Added.
1673 * fast/dom/HTMLKeygenElement/keygen-option-select-expected.txt: Removed.
1674 * fast/dom/HTMLKeygenElement/keygen-option-select.html: Removed.
1675 * fast/dom/HTMLKeygenElement/keygen.html: Added.
1676 * fast/dom/Window/window-properties-expected.txt:
1677 * fast/dom/Window/window-property-descriptors-expected.txt:
1678 * fast/dom/prototype-inheritance-2-expected.txt:
1679 * fast/dom/prototype-inheritance-expected.txt:
1680 * fast/dom/wrapper-classes-expected.txt:
1681 * fast/dom/wrapper-classes.html:
1682 * fast/js/global-constructors-expected.txt:
1683 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
1684 * platform/mac/fast/dom/wrapper-classes-objc.html:
1686 2011-01-19 Helder Correia <helder@sencha.com>
1688 Reviewed by Andreas Kling.
1690 [Qt] GraphicsContext::strokePath() paints solid shadows with incorrect alpha
1691 https://bugs.webkit.org/show_bug.cgi?id=52705
1693 This is related to bug 52611. The shadow color alpha must be multiplied
1694 by the context pen alpha. Fixing this results in correct behavior for
1695 Canvas path stroke() and strokeRect() [which relies on stroke()].
1697 * fast/canvas/canvas-strokePath-alpha-shadow-expected.txt: Added.
1698 * fast/canvas/canvas-strokePath-alpha-shadow.html: Added.
1699 * fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
1700 * fast/canvas/canvas-strokeRect-alpha-shadow.html: Added.
1701 * fast/canvas/script-tests/canvas-strokePath-alpha-shadow.js: Added.
1702 * fast/canvas/script-tests/canvas-strokeRect-alpha-shadow.js: Added.
1704 2011-01-14 Darin Fisher <darin@chromium.org>
1706 Reviewed by Mihai Parparita.
1708 Update expectations for existing tests that expect us to record pre-redirect
1709 URLs for frames. We are now recording post-redirect URLs in HistoryItems.
1711 Add new tests to confirm that we re-initialize the current HistoryItem properly
1712 in the following cases:
1714 1- Navigating back in history to an URL that redirects someplace else this time.
1715 2- Reloading an URL that redirects someplace else this time.
1716 3- Replacing the current history item with a different URL.
1718 https://bugs.webkit.org/show_bug.cgi?id=49654
1720 * fast/history/history-replace-updates-current-item-expected.txt: Added.
1721 * fast/history/history-replace-updates-current-item.html: Added.
1722 * fast/history/resources/history-replace-updates-current-item-done.html: Added.
1723 * fast/history/resources/history-replace-updates-current-item-goback.html: Added.
1724 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1725 * http/tests/navigation/postredirect-frames-goback1-expected.txt:
1726 * http/tests/navigation/postredirect-frames.html:
1727 * http/tests/navigation/redirect-on-back-updates-history-item-expected.txt: Added.
1728 * http/tests/navigation/redirect-on-back-updates-history-item.html: Added.
1729 * http/tests/navigation/redirect-on-reload-updates-history-item-expected.txt: Added.
1730 * http/tests/navigation/redirect-on-reload-updates-history-item.html: Added.
1731 * http/tests/navigation/redirect302-frames-expected.txt:
1732 * http/tests/navigation/redirect302-subframeload-expected.txt:
1733 * http/tests/navigation/resources/redirect-on-back-updates-history-item-goback.html: Added.
1734 * http/tests/navigation/resources/redirect-on-back-updates-history-item.php: Added.
1735 * http/tests/navigation/resources/redirect-on-reload-updates-history-item-goback.html: Added.
1736 * http/tests/navigation/resources/redirect-on-reload-updates-history-item.php: Added.
1737 * http/tests/navigation/resources/redirect-to-cookie.php: Added.
1738 * http/tests/navigation/resources/redirect-updates-history-item-done.html: Added.
1739 * http/tests/navigation/resources/redirect-updates-history-item.js: Added.
1740 (clearLocationCookie):
1741 (setLocationCookie):
1744 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1745 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png: Removed.
1746 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1747 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.png: Removed.
1748 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1749 * platform/mac/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1750 * platform/mac/http/tests/navigation/postredirect-frames-expected.png: Removed.
1751 * platform/mac/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1752 * platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1754 2011-01-19 Dmitry Titov <dimich@chromium.org>
1756 [Chromium] Unreviewed, update of test expectations.
1758 * platform/chromium/test_expectations.txt:
1760 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1762 Unreviewed, rolling out r76187.
1763 http://trac.webkit.org/changeset/76187
1764 https://bugs.webkit.org/show_bug.cgi?id=52778
1766 Broke caret-showing tests on SnowLeopard and Chromium
1767 (Requested by dimich on #webkit).
1769 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
1770 * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
1771 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
1772 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
1773 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
1775 2011-01-19 Yuzo Fujishima <yuzo@google.com>
1777 Reviewed by Kent Tamura.
1779 Fix for Bug 52279 - WebCore::RenderBlock::updateFirstLetter crashes for anonymous blocks
1780 https://bugs.webkit.org/show_bug.cgi?id=52279
1782 * fast/css/first-letter-anonymous-block-crash-expected.txt: Added.
1783 * fast/css/first-letter-anonymous-block-crash.html: Added.
1785 2011-01-19 James Robinson <jamesr@chromium.org>
1787 Unreviewed, rolling out r76194.
1788 http://trac.webkit.org/changeset/76194
1789 https://bugs.webkit.org/show_bug.cgi?id=51218
1791 Caused mysterious compile failure on the chromium win
1792 build.webkit.org bots
1794 * fast/animation/request-animation-frame-cancel-expected.txt: Removed.
1795 * fast/animation/request-animation-frame-cancel.html: Removed.
1796 * fast/animation/request-animation-frame-cancel2-expected.txt: Removed.
1797 * fast/animation/request-animation-frame-cancel2.html: Removed.
1798 * fast/animation/request-animation-frame-display-expected.txt: Removed.
1799 * fast/animation/request-animation-frame-display.html: Removed.
1800 * fast/animation/request-animation-frame-expected.txt: Removed.
1801 * fast/animation/request-animation-frame-within-callback-expected.txt: Removed.
1802 * fast/animation/request-animation-frame-within-callback.html: Removed.
1803 * fast/animation/request-animation-frame.html: Removed.
1804 * platform/chromium/test_expectations.txt:
1805 * platform/gtk/Skipped:
1806 * platform/mac/Skipped:
1807 * platform/qt/Skipped:
1808 * platform/win/Skipped:
1810 2011-01-19 James Robinson <jamesr@chromium.org>
1812 Reviewed by Darin Fisher.
1814 Implement mozilla's requestAnimationFrame API
1815 https://bugs.webkit.org/show_bug.cgi?id=51218
1817 Tests for window.webkitRequestAnimationFrame(). The new tests
1818 are in the Skipped lists for platforms that do not set
1819 ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
1821 * fast/animation/request-animation-frame-cancel-expected.txt: Added.
1822 * fast/animation/request-animation-frame-cancel.html: Added.
1823 Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
1824 * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
1825 * fast/animation/request-animation-frame-cancel2.html: Added.
1826 Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
1827 * fast/animation/request-animation-frame-display-expected.txt: Added.
1828 * fast/animation/request-animation-frame-display.html: Added.
1829 Tests changing the display: property of an element within a callback.
1830 * fast/animation/request-animation-frame-expected.txt: Added.
1831 * fast/animation/request-animation-frame.html: Added.
1832 Tests the basic use of window.webkitRequestAnimationFrame().
1833 * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
1834 * fast/animation/request-animation-frame-within-callback.html: Added.
1835 Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
1836 * platform/gtk/Skipped:
1837 * platform/mac/Skipped:
1838 * platform/qt/Skipped:
1839 * platform/win/Skipped:
1841 2011-01-19 Dmitry Titov <dimich@chromium.org>
1843 [Chromium] Not reviewed, reverts the following changes:
1844 http://trac.webkit.org/changeset/76164 (build fix)
1845 http://trac.webkit.org/changeset/76159 (main change)
1847 The change broke Chromium Linux-shlib build.
1850 Accelerated canvas2D has bad clipping performance.
1851 https://bugs.webkit.org/show_bug.cgi?id=52627
1853 * platform/chromium-gpu/test_expectations.txt:
1855 2011-01-19 Levi Weintraub <leviw@google.com>
1857 Reviewed by Darin Adler.
1859 Re-committing this with the proper expected results.
1861 Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
1862 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
1863 resulted in the caret being placed incorrectly in overflowing editable IFrame content.
1865 Long lines in non-white-space-pre editable documents show cursor in wrong place
1866 https://bugs.webkit.org/show_bug.cgi?id=48132
1868 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
1869 * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
1870 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
1871 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
1872 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
1874 2011-01-18 Darin Adler <darin@apple.com>
1876 Reviewed by Geoffrey Garen.
1878 Stack overflow when converting an Error object to string
1879 https://bugs.webkit.org/show_bug.cgi?id=46410
1881 * fast/js/script-tests/toString-recursion.js: Added.
1882 * fast/js/toString-recursion-expected.txt: Added.
1883 * fast/js/toString-recursion.html: Added.
1885 2011-01-19 Oliver Hunt <oliver@apple.com>
1887 Reviewed by Gavin Barraclough.
1889 Remove non-spec support for callable RegExp
1890 https://bugs.webkit.org/show_bug.cgi?id=28285
1892 Update test results for new behaviour.
1894 * fast/js/sputnik/Conformance/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6-expected.txt:
1895 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T1-expected.txt:
1896 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T2-expected.txt:
1897 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T1-expected.txt:
1898 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T2-expected.txt:
1899 * fast/loader/stateobjects/pushstate-object-types-expected.txt:
1900 * fast/regex/cross-frame-callable-expected.txt:
1901 * fast/regex/script-tests/cross-frame-callable.js:
1904 2011-01-11 Martin Robinson <mrobinson@igalia.com>
1906 Reviewed by Gustavo Noronha Silva.
1908 [GTK] Move toggle button rendering out of gtk2drawing.c
1909 https://bugs.webkit.org/show_bug.cgi?id=52258
1911 Updated results. The metrics of checkboxes and radio buttons have changed,
1912 because the focus rect is no longer considered to be part of the button.
1914 * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt
1915 * platform/gtk/fast/forms/001-expected.txt:
1916 * platform/gtk/fast/forms/basic-inputs-expected.txt:
1917 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
1918 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt:
1919 * platform/gtk/fast/forms/file-input-disabled-expected.txt:
1920 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
1921 * platform/gtk/fast/forms/formmove-expected.txt:
1922 * platform/gtk/fast/forms/formmove2-expected.txt:
1923 * platform/gtk/fast/forms/indeterminate-expected.txt:
1924 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
1925 * platform/gtk/fast/forms/input-value-expected.txt:
1926 * platform/gtk/fast/forms/radio-attr-order-expected.txt:
1927 * platform/gtk/fast/forms/radio-nested-labels-expected.txt:
1928 * platform/gtk/fast/forms/radio_checked-expected.txt:
1929 * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt:
1931 2011-01-19 Martin Robinson <mrobinson@igalia.com>
1933 Unskip a test now that the 32-bit debug bot has the 2.4 series of FreeType.
1935 * platform/gtk/Skipped: Unskip a test.
1937 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1939 Unreviewed, rolling out r76166.
1940 http://trac.webkit.org/changeset/76166
1941 https://bugs.webkit.org/show_bug.cgi?id=52755
1943 The platform-specific baseline should not be removed yet.
1944 (Requested by dglazkov on #webkit).
1946 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Added.
1947 * platform/chromium/test_expectations.txt:
1949 2011-01-19 Maciej Stachowiak <mjs@apple.com>
1951 Reviewed by Anders Carlsson.
1953 Skip/fix remaining WebKit2 test failures
1954 https://bugs.webkit.org/show_bug.cgi?id=52744
1956 * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added WebKit2 mac results.
1957 It turns out that WebKit1 on Mac is the only port to report a scroll position other than 0, 0 for this
1958 test, so the WebKit2 results are arguably more correct.
1959 * platform/mac-wk2/fast/blockflow: Added.
1960 * platform/mac-wk2/fast: Added.
1961 * platform/mac-wk2/Skipped: Skip a few more tests. (And unskip in some cases where the failures
1962 were caused by other tests.)
1964 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1966 Unreviewed, rolling out r76152.
1967 http://trac.webkit.org/changeset/76152
1968 https://bugs.webkit.org/show_bug.cgi?id=52750
1970 The original change (76144) was rolled out before (Requested
1971 by dimich on #webkit).
1973 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1974 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
1976 2011-01-19 Dimitri Glazkov <dglazkov@chromium.org>
1978 Removed platform-specific expectations for the test that matches
1979 generic baseline after http://trac.webkit.org/changeset/76147.
1981 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Removed.
1982 * platform/chromium/test_expectations.txt: Removed expectation to fail.
1984 2011-01-19 Robert Hogan <robert@webkit.org>
1986 Unreviewed fix to r76153.
1988 [Qt] Update expected results after r76153
1990 Update missing expected results from r76153. Matches Mac.
1991 Re-skip http/tests/misc/timer-vs-loading.html - it still times
1992 out on the build bot.
1994 https://bugs.webkit.org/show_bug.cgi?id=52395
1996 * platform/qt/Skipped:
1997 * platform/qt/http/tests/loading/simple-subframe-expected.txt:
1999 2011-01-18 Stephen White <senorblanco@chromium.org>
2001 Reviewed by James Robinson.
2003 Add two to-be-rebaselined tests for the GPU path.
2005 * platform/chromium-gpu/test_expectations.txt:
2007 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
2009 Unreviewed, rolling out r76144.
2010 http://trac.webkit.org/changeset/76144
2011 https://bugs.webkit.org/show_bug.cgi?id=52737
2013 Broke tests on multiple bots, mostly Chromium Canaries
2014 (Requested by dimich on #webkit).
2016 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
2017 * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
2018 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
2019 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
2020 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
2022 2011-01-19 Simon Fraser <simon.fraser@apple.com>
2024 Reviewed by Adam Roben.
2026 [CSS Gradients] Crash due to out-of-memory with repeating-linear-gradient and latter stop positioned before former
2027 https://bugs.webkit.org/show_bug.cgi?id=52732
2029 Test for repeating gradient with zero range.
2031 * fast/gradients/zero-range-repeating-gradient-hang-expected.checksum: Added.
2032 * fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2033 * fast/gradients/zero-range-repeating-gradient-hang-expected.txt: Added.
2034 * fast/gradients/zero-range-repeating-gradient-hang.html: Added.
2036 2011-01-19 Robert Hogan <robert@webkit.org>
2038 Reviewed by Simon Hausmann.
2040 [Qt] Unskip passing http tests and annotate Skipped list
2041 https://bugs.webkit.org/show_bug.cgi?id=52395
2044 http/tests/security/xss-DENIED-xsl-document.xml
2045 http/tests/loading/simple-subframe.html
2047 * platform/qt/Skipped:
2048 * platform/qt/http/tests/loading/simple-subframe-expected.txt:
2050 2011-01-19 Martin Robinson <mrobinson@igalia.com>
2052 Rebaseline two GTK+ tests results after r76144.
2054 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2055 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
2057 2011-01-19 Dimitri Glazkov <dglazkov@chromium.org>
2059 Added fast/forms/slider-mouse-events.html to expectations to make sure
2060 the new results are good on all bots.
2062 * platform/chromium/test_expectations.txt: Tweaked expectations.
2064 2011-01-19 Oliver Hunt <oliver@apple.com>
2066 Reviewed by Gavin Barraclough.
2068 [jsfunfuzz] Defining a function called __proto__ inside an eval triggers an assertion
2069 https://bugs.webkit.org/show_bug.cgi?id=52672
2071 Add tests to ensure that we disallow __proto__ as a function name.
2073 * fast/js/parser-syntax-check-expected.txt:
2074 * fast/js/script-tests/parser-syntax-check.js:
2076 2011-01-19 Chang Shu <chang.shu@nokia.com>
2078 Reviewed by Darin Adler.
2080 https://bugs.webkit.org/show_bug.cgi?id=52056
2081 1. Fixed test cases in the above bug;
2082 2. Partially fixed test cases in other contentEditable bugs;
2083 3. Updated expected result for fast/dom/element-attribute-js-null.html.
2084 However, the test itself should be fixed later in bug 52057.
2086 * editing/editability/attr-invalid-string-expected.txt:
2087 * editing/editability/attr-invalid-string.html:
2088 * editing/editability/attr-missing-ancestor-false-expected.txt:
2089 * editing/editability/attr-missing-ancestor-false.html:
2090 * editing/editability/attr-missing-ancestor-true-expected.txt:
2091 * editing/editability/attr-missing-ancestor-true.html:
2092 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt:
2093 * editing/editability/attr-missing-parent-ancestor-missing.html:
2094 * editing/editability/attr-missing-parent-false-expected.txt:
2095 * editing/editability/attr-missing-parent-false.html:
2096 * editing/editability/attr-missing-parent-true-expected.txt:
2097 * editing/editability/attr-missing-parent-true.html:
2098 * editing/editability/set-false-expected.txt:
2099 * editing/editability/set-inherit-parent-false-expected.txt:
2100 * editing/editability/set-inherit-parent-true-expected.txt:
2101 * editing/editability/set-invalid-value-expected.txt:
2102 * editing/editability/set-true-expected.txt:
2103 * editing/editability/set-value-caseinsensitive-expected.txt:
2104 * fast/dom/element-attribute-js-null-expected.txt:
2106 2011-01-19 Levi Weintraub <leviw@chromium.org>
2108 Reviewed by Darin Adler.
2110 Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
2111 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
2112 resulted in the caret being placed incorrectly in overflowing editable IFrame content.
2114 Long lines in non-white-space-pre editable documents show cursor in wrong place
2115 https://bugs.webkit.org/show_bug.cgi?id=48132
2117 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
2118 * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
2119 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
2120 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
2121 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
2123 2011-01-19 Brian Weinstein <bweinstein@apple.com>
2125 Update Windows expected results after r76115.
2127 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
2129 2011-01-18 Evan Martin <evan@chromium.org>
2131 Reviewed by Tony Chang.
2133 [chromium] simplify complex text code, fixing a handful of layout tests
2134 https://bugs.webkit.org/show_bug.cgi?id=52661
2136 * platform/chromium/test_expectations.txt: Mark 11 tests as expected to pass.
2138 2011-01-19 Michael Saboff <msaboff@apple.com>
2140 Reviewed by Darin Adler.
2142 <rdar://problem/8882994> Regression: Simple nested backtrack hangs
2143 https://bugs.webkit.org/show_bug.cgi?id=52675
2145 New tests to support change.
2147 * fast/regex/parentheses-expected.txt:
2148 * fast/regex/script-tests/parentheses.js:
2150 2011-01-19 Csaba Osztrogonác <ossy@webkit.org>
2154 Add Qt specific expected result for a new test introduced in r76074.
2155 Compared to Mac png files and Mac expected files.
2157 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
2158 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
2159 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
2161 2011-01-19 Pavel Podivilov <podivilov@chromium.org>
2163 Reviewed by Yury Semikhatsky.
2165 Web Inspector: [JSC] scripts have incorrect starting line (always 1).
2166 https://bugs.webkit.org/show_bug.cgi?id=52721
2168 * inspector/debugger-scripts-expected.txt: Added.
2169 * inspector/debugger-scripts.html: Added.
2171 2011-01-19 Jeremy Orlow <jorlow@chromium.org>
2173 This test changed slightly, so rebaseline it. The offsets seem off
2174 but they have been for as long as the files have been upstream so it's
2175 likely a known issue.
2177 * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
2178 * platform/chromium/test_expectations.txt:
2180 2011-01-19 Hans Wennborg <hans@chromium.org>
2182 Reviewed by Jeremy Orlow.
2184 IndexedDB: Support auto-increment keys
2185 https://bugs.webkit.org/show_bug.cgi?id=52576
2187 Add layout test for auto increment keys.
2188 Update previous test not to consider auto increment an error.
2190 * storage/indexeddb/create-object-store-options-expected.txt:
2191 * storage/indexeddb/create-object-store-options.html:
2192 * storage/indexeddb/objectstore-autoincrement-expected.txt: Added.
2193 * storage/indexeddb/objectstore-autoincrement.html: Added.
2195 2011-01-19 Csaba Osztrogonác <ossy@webkit.org>
2199 Update Qt specific expected files after r76115.
2201 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2202 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
2204 2011-01-19 Joseph Pecoraro <joepeck@webkit.org>
2206 Reviewed by Simon Fraser.
2208 Update Test Now that Bug is Fixed
2209 https://bugs.webkit.org/show_bug.cgi?id=52677
2211 * fast/events/offsetX-offsetY-expected.txt: one more PASS line.
2212 * fast/events/offsetX-offsetY.html: uncomment and update hit-test location.
2214 2011-01-19 Jeremy Orlow <jorlow@chromium.org>
2216 Move pixel test results to the proper place.
2218 * platform/mac/svg/custom/use-inherit-style-expected.checksum: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.checksum.
2219 * platform/mac/svg/custom/use-inherit-style-expected.png: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.png.
2221 2011-01-19 Pavel Feldman <pfeldman@chromium.org>
2223 Not reviewed: fixed flaky inspector test.
2225 * http/tests/inspector/extensions-resources-redirect.html:
2227 2011-01-19 Mikhail Naganov <mnaganov@chromium.org>
2229 Revert r76114 -- added test fails on Chromium canaries.
2231 2011-01-19 Alexander Pavlov <apavlov@chromium.org>
2233 Reviewed by Pavel Feldman.
2235 Web Inspector: Employ TextPrompt for CSS property name/value autocompletion
2236 https://bugs.webkit.org/show_bug.cgi?id=52212
2238 * inspector/styles-add-blank-property.html: Follow the altered event handling.
2239 * inspector/styles-url-linkify.html: Eliminate flakiness.
2241 2011-01-19 Dai Mikurube <dmikurube@google.com>
2243 Reviewed by Kent Tamura.
2245 Implement onformchange and onforminput event handlers
2246 https://bugs.webkit.org/show_bug.cgi?id=26141
2248 * fast/dom/Window/window-properties-expected.txt: Added form events.
2249 * fast/dom/Window/window-property-descriptors-expected.txt: Added form events.
2250 * fast/forms/formchange-event-expected.txt: Added.
2251 * fast/forms/formchange-event.html: Added to test formchange events.
2252 * fast/forms/forminput-event-expected.txt: Added.
2253 * fast/forms/forminput-event.html: Added to test forminput events.
2254 * fast/forms/script-tests/formchange-event.js: Added.
2257 * fast/forms/script-tests/forminput-event.js: Added.
2261 2011-01-18 Mikhail Naganov <mnaganov@chromium.org>
2263 Reviewed by Yury Semikhatsky.
2265 Web Inspector: Add layout test for the CPU profiler.
2267 This test replaces DevToolsSanityTest.TestProfilerTab from
2268 Chromium's interactive_ui_tests.
2270 https://bugs.webkit.org/show_bug.cgi?id=52634
2272 * inspector/cpu-profiler-profiling-expected.txt: Added.
2273 * inspector/cpu-profiler-profiling.html: Added.
2275 2011-01-18 Pavel Feldman <pfeldman@chromium.org>
2277 Reviewed by Yury Semikhatsky.
2279 Web Inspector: make InjectedScriptAccess API a part of Web Inspector protocol.
2280 https://bugs.webkit.org/show_bug.cgi?id=52652
2282 Calls served by the InjectedScript should be first class protocol
2283 citizens, not dispatched via single protocol message.
2285 * http/tests/inspector/extensions-test.js:
2286 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
2287 * http/tests/inspector/inspector-test2.js:
2288 (initialize_InspectorTest.InspectorTest.evaluateInPage):
2289 * http/tests/inspector/resource-har-conversion.html:
2290 * inspector/console-command-clear.html:
2291 * inspector/console-dir-global.html:
2293 2011-01-18 Eric Seidel <eric@webkit.org>
2295 Unreviewed, rolling out r76084.
2296 http://trac.webkit.org/changeset/76084
2297 https://bugs.webkit.org/show_bug.cgi?id=52654
2301 * fast/dom/Window/open-window-empty-url-expected.txt: Removed.
2302 * fast/dom/Window/open-window-empty-url.html: Removed.
2304 2011-01-18 Maciej Stachowiak <mjs@apple.com>
2306 Reviewed by Sam Weinig.
2308 Skip (and in a few cases fix) tests for WebKit2
2309 https://bugs.webkit.org/show_bug.cgi?id=52698
2311 * editing/pasteboard/copy-null-characters.html: Make this test fail in a more
2312 obvious way when it fails.
2313 * fast/events/scroll-event-does-not-bubble.html: Make this test properly
2314 handle the fact that scroll events are async. The job was half-done before.
2315 * platform/mac-wk2/Skipped: Skip!
2317 2011-01-18 Maciej Stachowiak <mjs@apple.com>
2321 Revert inadvertantly committed test changes.
2323 * editing/pasteboard/copy-null-characters.html:
2324 * fast/events/scroll-event-does-not-bubble.html:
2325 * platform/mac-wk2/Skipped:
2326 * transitions/remove-transition-style.html:
2328 2011-01-18 Oliver Hunt <oliver@apple.com>
2330 Reviewed by Gavin Barraclough.
2332 [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
2333 https://bugs.webkit.org/show_bug.cgi?id=52690
2335 Add a few more tests.
2337 * fast/js/function-dot-arguments-expected.txt:
2338 * fast/js/script-tests/function-dot-arguments.js:
2339 (overwroteArgumentsInDynamicScope1):
2340 (overwroteArgumentsInDynamicScope2):
2341 (overwroteArgumentsInDynamicScope3):
2343 2011-01-18 Dmitry Titov <dimich@chromium.org>
2345 [Chromium] Not reviewed, adding pixel expectations for new test.
2347 * platform/chromium-mac/fast/css/background-clip-values-expected.checksum: Added.
2348 * platform/chromium-mac/fast/css/background-clip-values-expected.png: Added.
2350 2011-01-18 Jessie Berlin <jberlin@apple.com>
2352 Reviewed by Adam Roben.
2354 Add a test that calling window.open with an empty URL does not trigger an assertion or
2356 https://bugs.webkit.org/show_bug.cgi?id=52654
2358 * fast/dom/Window/open-window-empty-url-expected.txt: Added.
2359 * fast/dom/Window/open-window-empty-url.html: Added.
2361 2011-01-18 Robert Hogan <robert@webkit.org>
2363 Reviewed by Simon Hausmann.
2365 [Qt] http/tests/incremental/slow-utf8-text.pl fails
2366 https://bugs.webkit.org/show_bug.cgi?id=44282
2368 * platform/qt/Skipped:
2370 2011-01-18 Michael Saboff <msaboff@apple.com>
2372 Reviewed by Oliver Hunt.
2374 <rdar://problem/8875432> Regression: Some text-only e-mails cause hang beneath RegExp::match (52540)
2375 https://bugs.webkit.org/show_bug.cgi?id=52540
2376 https://bugs.webkit.org/show_bug.cgi?id=52662
2378 New tests to check for proper linking of parentheses nested under
2379 a non-capturing parentheses.
2381 * fast/regex/parentheses-expected.txt:
2382 * fast/regex/script-tests/parentheses.js:
2384 2011-01-18 David Hyatt <hyatt@apple.com>
2386 Reviewed by Dan Bernstein.
2388 <rdar://problem/8479998> REGRESSION (r67660): broken button layout at devforums.apple.com
2390 Exclude floating objects from shrinking to avoid floats. They should never do this. Timing-related bugs could
2391 occur as a result of this mistake, and the change to rewrite pagination to defer layout of floats until they
2392 got encountered on the correct line exposed this issue.
2394 Added /fast/block/float/float-overflow-hidden-containing-block-width.html.
2395 * fast/block/float/float-overflow-hidden-containing-block-width.html: Added.
2396 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
2397 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
2398 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
2400 2011-01-18 Dmitry Titov <dimich@chromium.org>
2402 [Chromium] Not reviewed, updated expectations for tests
2403 affected by http://trac.webkit.org/changeset/76047
2405 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
2406 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
2407 * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.checksum:
2408 * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png:
2409 * platform/chromium-win/fast/css/background-clip-values-expected.checksum: Added.
2410 * platform/chromium-win/fast/css/background-clip-values-expected.png: Added.
2412 2011-01-18 Kenneth Russell <kbr@google.com>
2414 Reviewed by David Levin.
2416 Must strip comments from WebGL shaders before enforcing character set
2417 https://bugs.webkit.org/show_bug.cgi?id=52390
2419 Incorporated non-ASCII GLSL conformance tests from Khronos
2420 repository. Updated and synchronized invalid-passed-params.html
2421 with Khronos repository, undoing changes from
2422 http://trac.webkit.org/changeset/75735 .
2424 * fast/canvas/webgl/glsl-conformance-expected.txt:
2425 * fast/canvas/webgl/invalid-passed-params-expected.txt:
2426 * fast/canvas/webgl/invalid-passed-params.html:
2427 * fast/canvas/webgl/shaders/00_shaders.txt:
2428 * fast/canvas/webgl/shaders/misc: Added.
2429 * fast/canvas/webgl/shaders/misc/00_shaders.txt: Added.
2430 * fast/canvas/webgl/shaders/misc/non-ascii-comments.vert: Added.
2431 * fast/canvas/webgl/shaders/misc/non-ascii.vert: Added.
2433 2011-01-18 Chris Marrin <cmarrin@apple.com>
2435 Reviewed by Simon Fraser.
2437 Add LayoutTests for new compositing layer logic
2438 https://bugs.webkit.org/show_bug.cgi?id=52657
2440 Add 4 tests checking that the layer tree is properly constructed with nested
2441 layers. The first test is a simple static test of a layer with a 3D transform
2442 with a non-layered parent. It is a pixel test and is just looking for a correct
2443 image. The second test is similar but has a 4 deep hierarchy of <div> element where
2444 only the innermost layer has a 3D transform. It is also a pixel test.
2445 The other 2 tests are the same except that they add and then remove the innermost
2446 layer's transform. It makes sure the layer tree is correct before and after
2449 * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
2450 * compositing/geometry/layer-due-to-layer-children-deep-switch.html: Added.
2451 * compositing/geometry/layer-due-to-layer-children-deep.html: Added.
2452 * compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
2453 * compositing/geometry/layer-due-to-layer-children-switch.html: Added.
2454 * compositing/geometry/layer-due-to-layer-children.html: Added.
2455 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
2456 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
2457 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2458 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
2459 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
2460 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2462 2011-01-18 Mihai Parparita <mihaip@chromium.org>
2464 Reviewed by Ojan Vafai.
2466 [Chromium] Update Sputnik test expectations
2467 https://bugs.webkit.org/show_bug.cgi?id=52656
2469 Mark Sputnik tests as WONTFIX, so that they don't artificially inflate
2470 our failing test count.
2472 * platform/chromium/test_expectations.txt:
2474 2011-01-18 Dmitry Titov <dimich@chromium.org>
2476 [Chromium] Not reviewed, test expectations update.
2477 Added exclusion for new test fast/canvas/canvas-fillPath-alpha-shadow.html
2479 * platform/chromium-gpu/test_expectations.txt:
2480 * platform/chromium/test_expectations.txt:
2482 2011-01-18 Oliver Hunt <oliver@apple.com>
2484 Reviewed by Antti Koivisto.
2486 [jsfunfuzz] Assertion in codegen for array of NaN constants
2487 https://bugs.webkit.org/show_bug.cgi?id=52643
2489 Add a testcase to ensure we handle a large number of NaN literals
2490 in (0/0 is folded to NaN automatically during parsing).
2492 * fast/js/codegen-temporaries-expected.txt:
2493 * fast/js/script-tests/codegen-temporaries.js:
2495 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2497 Reviewed by Simon Fraser.
2499 Support background-clip: content-box
2500 https://bugs.webkit.org/show_bug.cgi?id=48771
2502 Added test cases to check the various valid background-clip values.
2504 * fast/css/background-clip-text-expected.txt:
2505 * fast/css/background-clip-values-expected.checksum: Added.
2506 * fast/css/background-clip-values-expected.txt: Added.
2507 * fast/css/background-clip-values.html: Added.
2508 * fast/css/script-tests/background-clip-text.js:
2510 2011-01-18 Chris Fleizach <cfleizach@apple.com>
2512 Reviewed by Darin Adler.
2514 REGRESSION: A problem with Voiceover and finding links
2515 https://bugs.webkit.org/show_bug.cgi?id=52324
2517 * platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Added.
2518 * platform/mac/accessibility/iframe-with-title-correct-hierarchy.html: Added.
2520 2011-01-18 Martin Robinson <mrobinson@igalia.com>
2522 Reviewed by Eric Seidel.
2524 [GTK] Filenames are converted to URLs during edit drags
2525 https://bugs.webkit.org/show_bug.cgi?id=52096
2527 * platform/gtk/Skipped: Unskip passing test. Fix a misspelled
2528 drag and drop test on the list as well.
2530 2011-01-18 Jeremy Orlow <jorlow@chromium.org>
2532 [Chromium] Create baselines for svg/css/text-gradient-shadow.svg
2533 https://bugs.webkit.org/show_bug.cgi?id=52640
2535 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.checksum: Added.
2536 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png: Added.
2537 * platform/chromium-mac/svg/css/text-gradient-shadow-expected.checksum: Added.
2538 * platform/chromium-win/svg/css/text-gradient-shadow-expected.checksum: Added.
2539 * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: Added.
2540 * platform/chromium-win/svg/css/text-gradient-shadow-expected.txt: Added.
2541 * platform/chromium/test_expectations.txt:
2543 2011-01-18 Martin Robinson <mrobinson@igalia.com>
2545 Skip two tests which were incorrectly passing before GTK+
2546 had support for beginDragWithFiles.
2548 * platform/gtk/Skipped: Skip failing tests.
2550 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2552 Reviewed by Jeremy Orlow.
2554 [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
2555 https://bugs.webkit.org/show_bug.cgi?id=52633
2557 Combine test expectations for the test into one line.
2559 * platform/chromium/test_expectations.txt:
2561 2011-01-18 Helder Correia <helder@sencha.com>
2563 Reviewed by Kenneth Rohde Christiansen.
2565 [Qt] Incorrect shadow alpha with semi-transparent solid fillStyle
2566 https://bugs.webkit.org/show_bug.cgi?id=52611
2568 This is related to bug 52559. The shadow color alpha must be multiplied
2569 by the context brush alpha.
2571 New test to ensure correct behavior of canvas with fillPath using a
2572 semi-transparent fillStyle color and a shadow.
2574 * fast/canvas/canvas-fillPath-alpha-shadow-expected.txt: Added.
2575 * fast/canvas/canvas-fillPath-alpha-shadow.html: Added.
2576 * fast/canvas/script-tests/canvas-fillPath-alpha-shadow.js: Added.
2578 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2580 Unreviewed; updated chromium test expectations.
2582 [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
2583 https://bugs.webkit.org/show_bug.cgi?id=52633
2585 * platform/chromium/test_expectations.txt:
2587 2011-01-18 Adam Bergkvist <adam.bergkvist@ericsson.com> and Martin Robinson <mrobinson@igalia.com>
2589 Reviewed by Gustavo Noronha Silva.
2591 [GTK] The GTK+ EventSender needs support for beginDragWithFiles
2592 https://bugs.webkit.org/show_bug.cgi?id=40833
2594 Unskip passing tests, add in a GTK+-specific result and one more result
2595 which is necessary because GTK+ tests run in Xvfb.
2597 * platform/gtk/Skipped: Unskip tests that are now passing and organize
2598 the remaining skipped tests.
2599 * platform/gtk/fast/forms/input-file-re-render-expected.txt: Added.
2600 * platform/gtk/http/tests/security/clipboard/clipboard-file-access-expected.txt: Added.
2602 2011-01-18 Andrey Kosyakov <caseq@chromium.org>
2604 Reviewed by Yury Semikhatsky.
2606 Web Inspector: fail resource.requestContent() immediately for WebSocket resources
2607 Remove webInspector.resources.Types from test expectations.
2608 https://bugs.webkit.org/show_bug.cgi?id=52628
2610 * inspector/extensions-api-expected.txt:
2612 2011-01-18 Helder Correia <helder@sencha.com>
2614 Reviewed by Dirk Schulze.
2616 REGRESSION(75139): SVG gradients are not applied to texts
2617 https://bugs.webkit.org/show_bug.cgi?id=52531
2619 r75139 caused a problem with filling and stroking text with a gradient
2620 fill in SVG. The order of CGContextConcatCTM and CGContextClipToRect
2623 * platform/mac/svg/css/text-gradient-shadow-expected.checksum: Added.
2624 * platform/mac/svg/css/text-gradient-shadow-expected.png: Added.
2625 * platform/mac/svg/css/text-gradient-shadow-expected.txt: Added.
2626 * svg/css/text-gradient-shadow.svg: Added.
2628 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2630 Reviewed by Jeremy Orlow.
2632 Add pixel test baseline for svg/custom/use-inherit-style.svg
2633 https://bugs.webkit.org/show_bug.cgi?id=52630
2635 * svg/custom/use-inherit-style-expected.checksum: Added.
2636 * svg/custom/use-inherit-style-expected.png: Added.
2638 2011-01-18 Leo Yang <leo.yang@torchmobile.com.cn>
2640 Reviewed by Nikolas Zimmermann.
2642 Unable to indirectly animate visibility of SVGUseElement
2643 https://bugs.webkit.org/show_bug.cgi?id=50240
2645 Test case to verify if SVGUseElement inherits parent's
2648 * svg/custom/use-inherit-style-expected.txt: Added.
2649 * svg/custom/use-inherit-style.svg: Added.
2651 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2653 Unreviewed, remove wrong chromium expectation for console-xhr-logging test.
2655 * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Removed.
2657 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2659 Unreviewed, test fix for r76019.
2661 * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
2662 * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
2664 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2666 Reviewed by Yury Semikhatsky.
2668 Web Inspector: fix flaky debugger tests.
2669 https://bugs.webkit.org/show_bug.cgi?id=51320
2671 * http/tests/inspector/debugger-test2.js:
2672 (initialize_DebuggerTest.InspectorTest.setBreakpoint):
2673 (initialize_DebuggerTest.InspectorTest.showScriptSource):
2674 (initialize_DebuggerTest.InspectorTest._showScriptSource):
2675 * inspector/debugger-pause-on-breakpoint-expected.txt:
2676 * inspector/debugger-pause-on-breakpoint.html:
2678 2011-01-18 Antti Koivisto <antti@apple.com>
2680 Reviewed by Dave Hyatt.
2682 https://bugs.webkit.org/show_bug.cgi?id=52370
2683 Style sharing optimization no longer works on major web sites
2685 These are progressions (with no noticable visual change).
2686 MathML code was improperly sharing style.
2688 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2689 * platform/mac/mathml/presentation/subsup-expected.txt:
2691 2011-01-18 Philippe Normand <pnormand@igalia.com>
2693 Unreviewed, rolling out r76002.
2694 http://trac.webkit.org/changeset/76002
2695 https://bugs.webkit.org/show_bug.cgi?id=49790
2697 breaks a bunch of fast/forms tests on mac and GTK
2699 * fast/forms/select-option-background-color-change.html: Removed.
2700 * fast/forms/select-option-color-change.html: Removed.
2701 * fast/forms/select-option-visibility-change.html: Removed.
2702 * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed.
2703 * platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed.
2704 * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed.
2705 * platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed.
2706 * platform/mac/fast/forms/select-option-color-change-expected.png: Removed.
2707 * platform/mac/fast/forms/select-option-color-change-expected.txt: Removed.
2708 * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed.
2709 * platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed.
2710 * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed.
2712 2011-01-18 Csaba Osztrogonác <ossy@webkit.org>
2716 [Qt] Fix LoadHTMLStringItem::invoke() after r75966
2717 https://bugs.webkit.org/show_bug.cgi?id=52614
2719 * platform/qt/Skipped: http/tests/navigation/go-back-to-error-page.html added until fix.
2721 2011-01-17 Rob Buis <rwlbuis@gmail.com>
2723 Reviewed by Kent Tamura.
2726 Color changes to option elements in a select multiple aren't drawn immediately
2727 https://bugs.webkit.org/show_bug.cgi?id=49790
2729 * fast/forms/select-option-background-color-change.html: Added.
2730 * fast/forms/select-option-color-change.html: Added.
2731 * fast/forms/select-option-visibility-change.html: Added.
2732 * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Added.
2733 * platform/mac/fast/forms/select-option-background-color-change-expected.png: Added.
2734 * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Added.
2735 * platform/mac/fast/forms/select-option-color-change-expected.checksum: Added.
2736 * platform/mac/fast/forms/select-option-color-change-expected.png: Added.
2737 * platform/mac/fast/forms/select-option-color-change-expected.txt: Added.
2738 * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Added.
2739 * platform/mac/fast/forms/select-option-visibility-change-expected.png: Added.
2740 * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Added.
2742 2011-01-17 Steve Lacey <sjl@chromium.org>
2744 Reviewed by David Levin.
2746 Rebaseline media/video-zoom-controls for chromium.
2747 https://bugs.webkit.org/show_bug.cgi?id=52415
2749 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Added.
2750 * platform/chromium-linux/media/video-zoom-controls-expected.png: Added.
2751 * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Added.
2752 * platform/chromium-mac/media/video-zoom-controls-expected.png: Added.
2753 * platform/chromium-mac/media/video-zoom-controls-expected.txt: Added.
2754 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Added.
2755 * platform/chromium-win/media/video-zoom-controls-expected.png: Added.
2756 * platform/chromium-win/media/video-zoom-controls-expected.txt: Added.
2757 * platform/chromium/test_expectations.txt:
2759 2011-01-17 Dmitry Titov <dimich@chromium.org>
2761 [Chromium] Not reviewed, test expectations update.
2762 Added TIMEOUT to fast/canvas/canvas-fillPath-pattern-shadow.html
2764 * platform/chromium-gpu/test_expectations.txt:
2766 2011-01-17 Michael Saboff <msaboff@apple.com>
2768 Reviewed by Oliver Hunt.
2770 [regexfuzz] Crash running regex with lookahead
2771 https://bugs.webkit.org/show_bug.cgi?id=52548
2773 New tests from regex fuzzer.
2775 * fast/regex/parentheses-expected.txt:
2776 * fast/regex/script-tests/parentheses.js:
2778 2011-01-17 Dmitry Titov <dimich@chromium.org>
2780 [Chromium] Not reviewed, test expectations update.
2781 Same as previous patch, now for -gpu file.
2783 * platform/chromium-gpu/test_expectations.txt:
2785 2011-01-17 Dmitry Titov <dimich@chromium.org>
2787 [Chromium] Not reviewed, test expectations update.
2788 fast/canvas/canvas-fillPath-pattern-shadow.html fails on Win and Linux.
2790 * platform/chromium/test_expectations.txt:
2792 2011-01-17 Adam Roben <aroben@apple.com>
2794 Make compositing/tiling/huge-layer-resize.html faster, more reliable,
2795 and more crashy (when there's a WebKit bug)
2797 This test was trying to cause a layout/paint to happen by returning to
2798 the event loop for a certain amount of time via setTimeout. But this
2799 didn't always result in a layout/paint (at least on Windows). We now
2800 force the layout/paint explicitly, which also lets us speed up the test
2801 by removing the setTimeouts.
2803 Reviewed by Darin Adler and Chris Marrin.
2805 Test for <http://webkit.org/b/52597> Crash beneath
2806 PlatformCALayer::adoptSublayers when switching out of tiling mode
2807 (null-dereference of a PlatformCALayer)
2809 * compositing/tiling/huge-layer-resize.html:
2810 (testOnLoad): Changed to use recordLayerTree, which forces a
2811 layout/paint, instead of hoping that setTimeout will do the trick.
2812 (recordLayerTree): Forces a layout/paint, then dumps the layer tree.
2814 2011-01-17 Dan Bernstein <mitz@apple.com>
2816 Reviewed by Darin Adler.
2818 Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font
2819 https://bugs.webkit.org/show_bug.cgi?id=52598
2821 * fast/css/font-face-zero-hash-key-expected.txt: Added.
2822 * fast/css/font-face-zero-hash-key.html: Added.
2824 2011-01-17 Helder Correia <helder@sencha.com>
2826 Reviewed by Andreas Kling.
2828 [Qt] Incorrect shadow alpha with pattern fillStyle
2829 https://bugs.webkit.org/show_bug.cgi?id=52559
2831 The shadow color opacity needs to be set on the shadow painter.
2832 This is related to bug 52556.
2834 * fast/canvas/canvas-fillPath-pattern-shadow-expected.txt: Added.
2835 * fast/canvas/canvas-fillPath-pattern-shadow.html: Added.
2836 * fast/canvas/script-tests/canvas-fillPath-pattern-shadow.js: Added.
2838 2011-01-17 David Kilzer <ddkilzer@apple.com>
2840 <http://webkit.org/b/52524> fast/dom/Range/range-clone-contents.html fails only on Windows
2842 Reviewed by Alexey Proskuryakov.
2844 * platform/win/Skipped: Removed
2845 fast/dom/Range/range-clone-contents.html. It appears the
2846 Windows buildbots need a clean build.
2848 2011-01-17 Jessie Berlin <jberlin@apple.com>
2850 Reviewed by Anders Carlsson.
2852 REGRESSION: Assertion failure in FrameLoader::continueLoadAfterWillSubmitForm() when
2853 navigating back to an unreachable URL
2854 https://bugs.webkit.org/show_bug.cgi?id=52388
2856 Add a test that loads an alternate HTML String for an "unreachable" URL, loads another
2857 page, and then goes back to the "unreachable" URL, which is now reachable.
2859 This tests two things:
2860 1) No assertion failure when going back to an unreachable URL.
2861 2) There is no page cached for the unreachable URL.
2863 * http/tests/navigation/go-back-to-error-page-expected.txt: Added.
2864 * http/tests/navigation/go-back-to-error-page.html: Added.
2865 * http/tests/navigation/resources/page-to-go-back-from.html: Added.
2866 * http/tests/navigation/resources/page-treated-as-unreachable.html: Added.
2868 2011-01-17 Pavel Feldman <pfeldman@chromium.org>
2870 Not reviewed: skip flaky inspector test (will look at it tomorrow).
2872 * platform/mac-leopard/Skipped:
2874 2011-01-17 Andrey Kosyakov <caseq@chromium.org>
2876 Reviewed by Pavel Feldman.
2878 Web Inspector: [Extensions API] webInspector.resources.onFinished is not fired for redirected resources
2879 Added test for finished event being sent for redirected resources.
2880 https://bugs.webkit.org/show_bug.cgi?id=52452
2882 * http/tests/inspector/extensions-resources-redirect-expected.txt:
2883 * http/tests/inspector/extensions-resources-redirect.html:
2885 2011-01-17 Pavel Feldman <pfeldman@chromium.org>
2887 Not reviewed: first timeline-network-resource flakiness.
2889 * inspector/timeline-network-resource.html:
2891 2011-01-17 Pavel Podivilov <podivilov@chromium.org>
2893 Reviewed by Yury Semikhatsky.
2895 Web Inspector: fix flaky debugger tests.
2896 https://bugs.webkit.org/show_bug.cgi?id=51320
2898 * http/tests/inspector/debugger-test2.js:
2899 (initialize_DebuggerTest.InspectorTest.setBreakpoint):
2900 * inspector/debugger-breakpoints-not-activated-on-reload.html:
2901 * inspector/debugger-pause-on-breakpoint-expected.txt:
2902 * inspector/debugger-pause-on-breakpoint.html:
2904 2011-01-17 Csaba Osztrogonác <ossy@webkit.org>
2908 Add Qt specific expected results for passing CSS tests.
2909 Compared to Mac png files and Mac expected files.
2911 * platform/qt/Skipped: Unskip passing tests.
2912 * platform/qt/css1/[...]: Added.
2913 * platform/qt/css2.1/[...]: Added.
2914 * platform/qt/css3/[...]: Added.
2916 2011-01-17 Anthony Ricaud <rik@webkit.org>
2918 Reviewed by Kent Tamura.
2920 [HTML5] Revert display:none on datalist
2921 https://bugs.webkit.org/show_bug.cgi?id=52214
2923 * fast/forms/datalist-expected.txt:
2924 * fast/forms/datalist-nonoption-child-expected.txt:
2925 * fast/forms/datalist.html:
2927 2011-01-17 Pavel Podivilov <podivilov@chromium.org>
2929 Reviewed by Pavel Feldman.
2931 Web Inspector: refactoring: encapsulate lazy initialization of SourceFrame.
2932 https://bugs.webkit.org/show_bug.cgi?id=51738
2934 * http/tests/inspector/debugger-test2.js:
2935 (initialize_DebuggerTest.InspectorTest.showScriptSource):
2936 (initialize_DebuggerTest.InspectorTest._showScriptSource):
2937 * inspector/debugger-pause-in-eval-script-expected.txt:
2938 * inspector/debugger-pause-in-eval-script.html:
2940 2011-01-17 John Knottenbelt <jknotten@chromium.org>
2942 Reviewed by Jeremy Orlow.
2944 GeolocationController should call stopUpdating on destruction
2945 https://bugs.webkit.org/show_bug.cgi?id=52216
2947 fast/dom/window-close-crash.html tests that we do not fail the
2948 assertion in the mock GeolocationClient that the GeolocationClient
2949 is not updating when the GeolocationController is destroyed.
2951 * fast/dom/Geolocation/resources/window-close-popup.html: Added.
2952 * fast/dom/Geolocation/script-tests/window-close-crash.js: Added.
2954 (waitForWindowToClose):
2955 (failedToCreateWatch):
2956 * fast/dom/Geolocation/window-close-crash-expected.txt: Added.
2957 * fast/dom/Geolocation/window-close-crash.html: Added.
2958 * platform/gtk/Skipped:
2959 * platform/mac-wk2/Skipped:
2960 * platform/qt-wk2/Skipped:
2962 2011-01-14 Ilya Tikhonovsky <loislo@chromium.org>
2964 Reviewed by Pavel Feldman.
2966 Web Inspector: Enable inspector's tests for chromium Linux.
2967 https://bugs.webkit.org/show_bug.cgi?id=52445
2969 * platform/chromium/inspector/timeline-network-resource-expected.txt:
2970 * platform/chromium/test_expectations.txt:
2972 2011-01-17 Helder Correia <helder@sencha.com>
2974 Reviewed by Kenneth Rohde Christiansen.
2976 [Qt] fast/canvas/canvas-fillPath-gradient-shadow.html does not pass
2977 https://bugs.webkit.org/show_bug.cgi?id=52556
2979 The shadow color opacity needs to be set on the shadow painter.
2980 Additionally, the gradient brush should be transformed.
2982 * platform/qt/Skipped: Remove test from skipped list.
2984 2011-01-17 Philippe Normand <pnormand@igalia.com>
2986 Unreviewed, rolling out r75914.
2987 http://trac.webkit.org/changeset/75914
2988 https://bugs.webkit.org/show_bug.cgi?id=49177
2990 multiple crashes on GTK
2992 * platform/gtk/Skipped:
2994 2011-01-16 Martin Robinson <mrobinson@igalia.com>
2996 Reviewed by Xan Lopez.
2998 [GTK] fast/events/scroll-after-click-on-tab-index has been failing on the bots
2999 https://bugs.webkit.org/show_bug.cgi?id=49177
3001 * platform/gtk/Skipped: Unskip this test, as it's now passing.
3003 2011-01-16 Oliver Hunt <oliver@apple.com>
3005 Reviewed by Sam Weinig.
3007 [jsfunfuzz] Parser doesn't correctly validate for-loop syntax
3008 https://bugs.webkit.org/show_bug.cgi?id=52516
3010 Add test for the case where a syntax error immediately follows
3011 multiple declarations in a for-loop initialiser.
3013 * fast/js/parser-syntax-check-expected.txt:
3014 * fast/js/script-tests/parser-syntax-check.js:
3016 2011-01-16 Oliver Hunt <oliver@apple.com>
3018 Reviewed by Geoffrey Garen.
3020 Strict mode restrictions on arguments and eval usage aren't complete
3021 https://bugs.webkit.org/show_bug.cgi?id=52528
3023 Add a helper function to aid parse failure tests by testing both direct
3024 eval/global code, and nested code (so that we test the syntax checker
3027 * fast/js/basic-strict-mode-expected.txt:
3028 * fast/js/script-tests/basic-strict-mode.js:
3029 (shouldBeSyntaxError):
3031 2011-01-16 Robert Hogan <robert@webkit.org>
3033 Unreviewed, re-skip test after r75894.
3035 [Qt] plugins/keyboard-events.html fails after r72717
3037 Re-skip plugins/keyboard-events.html.
3038 Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
3039 a headless build, such as the buildbot. So need to solve this a
3042 https://bugs.webkit.org/show_bug.cgi?id=50050
3044 * platform/qt/Skipped:
3046 2011-01-16 Robert Hogan <robert@webkit.org>
3048 Reviewed by Andreas Kling.
3050 [Qt] plugins/keyboard-events.html fails after r72717
3051 https://bugs.webkit.org/show_bug.cgi?id=50050
3053 * platform/qt/Skipped: Unskip plugins/keyboard-events.html
3055 2011-01-15 David Kilzer <ddkilzer@apple.com>
3057 Skip fast/dom/Range/range-clone-contents.html on Windows
3061 Filed: <https://bugs.webkit.org/show_bug.cgi?id=52524>
3063 * platform/win/Skipped: Skip test on Windows. The test passes
3066 2011-01-15 Oliver Hunt <oliver@apple.com>
3068 Reviewed by Maciej Stachowiak.
3070 Incorrect behavior changing attributes of an accessor
3071 https://bugs.webkit.org/show_bug.cgi?id=52515
3073 Add an additional test for validating changing attributes of
3074 an accessor property.s
3076 * fast/js/Object-defineProperty-expected.txt:
3077 * fast/js/script-tests/Object-defineProperty.js:
3079 2011-01-15 David Kilzer <ddkilzer@apple.com>
3081 <http://webkit.org/b/52512> REGRESSION(r73818): range.cloneContents() ignores end offset
3083 Reviewed by Adele Peterson.
3085 * fast/dom/Range/range-clone-contents-expected.txt: Added.
3086 * fast/dom/Range/range-clone-contents.html: Added.
3088 2011-01-15 Robert Hogan <robert@webkit.org>
3090 Reviewed by Kenneth Rohde Christiansen.
3092 [Qt] plugins/no-mime-with-valid-extension.html fails
3094 Check extension of resource against installed
3095 plugins when determining mime-type.
3097 https://bugs.webkit.org/show_bug.cgi?id=52288
3098 https://bugs.webkit.org/show_bug.cgi?id=50657
3099 * platform/qt/Skipped:
3101 2011-01-15 Stephen White <senorblanco@chromium.org>
3103 Unreviewed; updated chromium test expectations.
3105 * platform/chromium-gpu/test_expectations.txt:
3107 2011-01-15 Stephen White <senorblanco@chromium.org>
3109 Unreviewed; updated chromium test expectations.
3111 * platform/chromium-gpu/test_expectations.txt:
3112 * platform/chromium/test_expectations.txt:
3114 2011-01-15 Tony Chang <tony@chromium.org>
3116 Unreviewed, add new test to GTK+ Skipped list.
3117 https://bugs.webkit.org/show_bug.cgi?id=52508
3119 * platform/gtk/Skipped:
3121 2011-01-14 Oliver Hunt <oliver@apple.com>
3123 Reviewed by Maciej Stachowiak.
3125 [jsfunfuzz] Incorrect handling of consecutive duplicate labels
3126 https://bugs.webkit.org/show_bug.cgi?id=52505
3128 Add a few tests of consecutive labels containing duplicates to the parser check.
3130 * fast/js/parser-syntax-check-expected.txt:
3131 * fast/js/script-tests/parser-syntax-check.js:
3133 2011-01-14 Dmitry Titov <dimich@chromium.org>
3135 Not reviewed, update of Chromium test expectations.
3136 Update of files affected by mass rebaseline in r75828 and r75838
3138 * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.checksum:
3139 * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
3140 * platform/chromium-mac/plugins/embed-attributes-style-expected.txt: Removed.
3141 * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
3142 * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
3144 2011-01-14 Dmitry Titov <dimich@chromium.org>
3146 Not reviewed, update of test expectations.
3147 Ignore new test fast/js/js-continue-break-restrictions.html, it fails for V8.
3149 * platform/chromium/test_expectations.txt:
3151 2011-01-14 Eric Uhrhane <ericu@chromium.org>
3153 Reviewed by David Levin.
3155 Add tests for FileWriterSync
3156 https://bugs.webkit.org/show_bug.cgi?id=50720
3158 * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Added.
3159 * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Added.
3160 * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Added.
3161 * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Added.
3162 * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Added.
3163 * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Added.
3164 * fast/filesystem/resources/file-writer-utils.js:
3165 (assert): Make assert throw, rather than continue.
3166 (cleanUp): Always call finishJSTest, even without fileEntryForCleanup.
3168 2011-01-14 Oliver Hunt <oliver@apple.com>
3170 Reviewed by Stephanie Lewis.
3172 [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode
3173 https://bugs.webkit.org/show_bug.cgi?id=52501
3175 Add checks for correct behaviour when the strict mode token is immediately followed
3176 by a value that needs a temporary buffer in the lexer.
3178 * fast/js/basic-strict-mode-expected.txt:
3179 * fast/js/script-tests/basic-strict-mode.js:
3181 2011-01-14 Tony Chang <tony@chromium.org>
3183 Reviewed by Alexey Proskuryakov.
3185 Strip NUL character when copying text on Windows
3186 https://bugs.webkit.org/show_bug.cgi?id=52236
3188 * editing/pasteboard/copy-null-characters-expected.txt: Added.
3189 * editing/pasteboard/copy-null-characters.html: Added.
3191 2011-01-14 Nico Weber <thakis@chromium.org>
3193 Unreviewed, test expectations.
3195 Rebaseline gradient test due to updated skia. reed checked the test and
3196 says the new look is right and is an intentional change.
3197 https://bugs.webkit.org/show_bug.cgi?id=52105
3199 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum:
3200 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
3201 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum:
3202 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
3204 2011-01-14 Oliver Hunt <oliver@apple.com>
3206 Reviewed by Gavin Barraclough.
3208 [jsfunfuzz] parser doesn't enforce continue restrictions correctly.
3209 https://bugs.webkit.org/show_bug.cgi?id=52493
3211 Add a few tests for continue to cover the cases where continue
3212 isn't syntactically valid.
3214 * fast/js/js-continue-break-restrictions-expected.txt: Added.
3215 * fast/js/js-continue-break-restrictions.html: Added.
3216 * fast/js/script-tests/js-continue-break-restrictions.js: Added.
3218 2011-01-14 Maciej Stachowiak <mjs@apple.com>
3220 Reviewed by Anders Carlsson.
3222 Fix a few things in the WebKit2 skipped list
3223 https://bugs.webkit.org/show_bug.cgi?id=52484
3225 * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
3226 * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
3227 referencing an undefined variable in the failure case.
3229 2011-01-14 Mihai Parparita <mihaip@chromium.org>
3231 Update the svg/ pixel expectations for the chromium-mac port.
3233 For the pixel tests that currently fail on Snow Leopard, this moves the
3234 current pixel results to platform/chromium-mac-leopard and adds new
3235 results to platform/chromium-mac.
3237 List of files omitted due to length but composed entirely of moves from
3238 platform/chromium-mac to platform/chromium-mac-leopard and newly added
3239 files in platform/chromium-mac.
3241 2011-01-14 Helder Correia <helder@sencha.com>
3243 Reviewed by Simon Fraser.
3245 Shadow is not drawn when filling a path with a gradient
3246 https://bugs.webkit.org/show_bug.cgi?id=51982
3248 This happens in CG and is related to bug 51869, this time to be fixed
3249 in GraphicsContext::fillPath(const Path& path). We need to draw the
3250 gradient clipped to the path on a CGLayer first, and then draw the
3251 layer on the GraphicsContext.
3253 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
3254 * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
3255 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
3256 * platform/chromium/test_expectations.txt: Skipping new test since it fails.
3257 * platform/qt/Skipped: Ditto.
3259 2011-01-14 Mihai Parparita <mihaip@chromium.org>
3261 Update the pixel expectations for the chromium-mac port.
3263 For the pixel tests that currently fail on Snow Leopard, this moves the
3264 current pixel results to platform/chromium-mac-leopard and adds new
3265 results to platform/chromium-mac.
3267 List of files omitted due to length but composed entirely of moves from
3268 platform/chromium-mac to platform/chromium-mac-leopard and newly added
3269 files in platform/chromium-mac.
3271 2011-01-14 Steve Lacey <sjl@chromium.org>
3273 Reviewed by Simon Fraser.
3275 Update media/video-zoom-controls.html to set the video source before initializing the test.
3276 https://bugs.webkit.org/show_bug.cgi?id=52461
3278 * media/video-zoom-controls.html:
3280 2011-01-14 Abhishek Arya <inferno@chromium.org>
3282 Reviewed by Dave Hyatt.
3284 Tests that we do not crash due to uncleared floats in parent nodes.
3285 https://bugs.webkit.org/show_bug.cgi?id=51711
3287 * fast/block/float/floats-not-cleared-crash-expected.txt: Added.
3288 * fast/block/float/floats-not-cleared-crash.html: Added.
3290 2011-01-14 Jessie Berlin <jberlin@apple.com>
3292 REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7
3293 https://bugs.webkit.org/show_bug.cgi?id=52397
3295 Unskipping tests that no longer fail on Windows 7 Release. Unreviewed.
3297 * platform/win/Skipped:
3298 Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by
3299 http://trac.webkit.org/changeset/75807
3301 2011-01-12 Satish Sampath <satish@chromium.org>
3303 Reviewed by Dimitri Glazkov.
3305 Fix a crash when accessing speech input from script.
3306 https://bugs.webkit.org/show_bug.cgi?id=52325
3308 Added a layout test to check enabling/disabling speech input from script.
3310 * fast/speech/speech-input-scripting-expected.txt: Added.
3311 * fast/speech/speech-input-scripting.html: Added.
3313 2011-01-14 Abhishek Arya <inferno@chromium.org>
3315 Reviewed by David Hyatt.
3317 Tests that we do not crash when trying to merge anonymous blocks, one of which
3318 is already getting destroyed.
3319 https://bugs.webkit.org/show_bug.cgi?id=52402
3321 * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added.
3322 * fast/block/merge-anonymous-block-remove-child-crash2.html: Added.
3324 2011-01-14 Tony Chang <tony@chromium.org>
3326 Unreviewed, updating baselines.
3328 [chromium] rebaseline vertical tests on linux
3329 https://bugs.webkit.org/show_bug.cgi?id=52457
3331 After updating fonts.conf, these tests are now passing.
3333 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum:
3334 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png:
3335 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum:
3336 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png:
3337 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum:
3338 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
3339 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
3340 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
3341 * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
3342 * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
3343 * platform/chromium/test_expectations.txt:
3345 2011-01-14 Tony Chang <tony@chromium.org>
3347 Reviewed by Kent Tamura.
3349 [chromium] update fonts.conf to fix 6 linux tests in drt
3350 https://bugs.webkit.org/show_bug.cgi?id=52411
3352 * platform/chromium/test_expectations.txt:
3354 2011-01-14 Philippe Normand <pnormand@igalia.com>
3356 Reviewed by Martin Robinson.
3358 [GTK] Add volume slider to media player
3359 https://bugs.webkit.org/show_bug.cgi?id=51532
3361 * platform/gtk/Skipped:
3362 * platform/gtk/media/audio-controls-rendering-expected.txt:
3363 * platform/gtk/media/controls-after-reload-expected.txt:
3364 * platform/gtk/media/controls-strict-expected.txt:
3365 * platform/gtk/media/controls-styling-expected.txt:
3366 * platform/gtk/media/video-controls-rendering-expected.txt:
3367 * platform/gtk/media/video-display-toggle-expected.txt:
3368 * platform/gtk/media/video-empty-source-expected.txt:
3369 * platform/gtk/media/video-no-audio-expected.txt:
3370 * platform/gtk/media/video-volume-slider-expected.txt: Added.
3372 2011-01-14 Michael Saboff <msaboff@apple.com>
3374 Reviewed by Oliver Hunt.
3376 Incorrect backtracking for nested alternatives
3377 https://bugs.webkit.org/show_bug.cgi?id=52387
3379 Added tests to verfiy backtracking of alternatives following
3382 * fast/regex/parentheses-expected.txt:
3383 * fast/regex/script-tests/parentheses.js:
3385 2011-01-14 Pavel Feldman <pfeldman@chromium.org>
3387 Web Inspector: do not use this as protocol message
3388 dispatcher in models / agents.
3389 https://bugs.webkit.org/show_bug.cgi?id=52442
3391 Models should never for InspectorBackend.registerDomainDispatcher("foo", this).
3392 There should be a clear way to tell whether method is being called
3393 from within front-end or by the backend.
3395 * http/tests/inspector/debugger-test2.js:
3396 (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
3397 (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
3398 (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
3399 (initialize_DebuggerTest.InspectorTest.showScriptSource):
3401 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
3403 Unreviewed test fix.
3404 Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK.
3406 * http/tests/inspector/extensions-resources-redirect.html:
3408 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
3410 Reviewed by Pavel Feldman.
3412 Web Inspector: redirected resources not handled properly in Network panel
3413 Added test for redirected resource presence in HAR
3414 Changed test to request entire HAR log, not multiple HAR entries.
3415 https://bugs.webkit.org/show_bug.cgi?id=52292
3417 * http/tests/inspector/extensions-resources-redirect-expected.txt:
3418 * http/tests/inspector/extensions-resources-redirect.html:
3419 * http/tests/inspector/resource-har-conversion.html:
3420 * inspector/extensions-resources.html:
3422 2011-01-14 Hayato Ito <hayato@chromium.org>
3424 Unreviewed chromium expectations update.
3426 Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768)
3428 * platform/chromium/test_expectations.txt:
3430 2011-01-13 Hayato Ito <hayato@chromium.org>
3432 Unreviewed, build fix.
3434 Fix Skipped lists in r75768.
3436 * platform/gtk/Skipped:
3437 * platform/qt/Skipped:
3438 * platform/win/Skipped:
3440 2011-01-13 Dan Bernstein <mitz@apple.com>
3442 Reviewed by Alexey Proskuryakov.
3444 <rdar://problem/8827065> REGRESSION (r71884): Cross-origin XHR fails if willSendRequest changes the URL
3445 https://bugs.webkit.org/show_bug.cgi?id=52419
3447 * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt: Added.
3448 * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Added.
3449 * platform/gtk/Skipped: Skip the new test.
3450 * platform/qt/Skipped: Ditto.
3451 * platform/win/Skipped: Ditto.
3453 2011-01-13 Justin Schuh <jschuh@chromium.org>
3455 Unreviewed chromium expectations update.
3457 Several text layout tests failing on linux after r75756
3459 * platform/chromium/test_expectations.txt:
3461 2011-01-13 Martin Robinson <mrobinson@igalia.com>
3463 Unreviewed, rolling out r75740.
3464 http://trac.webkit.org/changeset/75740
3466 This led to GTK+ redness
3468 * platform/gtk/Skipped:
3470 2011-01-13 Robert Hogan <robert@webkit.org>
3472 Reviewed by Andreas Kling.
3474 [Qt] Unskip http/tests/security/originHeader/origin-header-for-empty.html
3475 https://bugs.webkit.org/show_bug.cgi?id=52389
3477 * platform/qt/Skipped:
3479 2011-01-13 Mihai Parparita <mihaip@chromium.org>
3481 Unreviewed chromium expectations update.
3483 Add Chromium Snow Leopard expectations. These need to go into a new
3484 chromium-mac-snowleopard directory, since these tests do not have
3485 chromium-mac expectations, but currently pass on Leopard.
3487 The differences are due to bug 52335 (which explains why we can't use
3488 the regular mac port Snow Leopard baselines).
3490 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Added.
3491 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Added.
3492 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Added.
3493 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Added.
3494 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Added.
3495 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Added.
3496 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
3497 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
3498 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
3499 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
3500 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
3501 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
3502 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
3503 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
3504 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
3505 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
3506 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
3507 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
3508 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added.
3509 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added.
3510 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
3511 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
3512 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
3513 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
3514 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
3515 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
3516 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added.
3517 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
3518 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added.
3519 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
3520 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added.
3521 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
3522 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
3523 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Added.
3524 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Added.
3525 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Added.
3526 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Added.
3527 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Added.
3528 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Added.
3529 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Added.
3530 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Added.
3531 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Added.
3532 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Added.
3533 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Added.
3534 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Added.
3535 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Added.
3536 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Added.
3537 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
3538 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Added.
3539 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Added.
3541 2011-01-13 Mihai Parparita <mihaip@chromium.org>
3543 Unreviewed chromium expectations update.