1 2011-01-24 Andrei Popescu <andreip@google.com>
5 LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
6 https://bugs.webkit.org/show_bug.cgi?id=53032
8 Fix the expected output, which still had an error.
10 * storage/indexeddb/objectstore-autoincrement-expected.txt:
12 2011-01-24 Kenji Imasaki <imasaki@chromium.org>
16 [chromium] Remove non-flaky tests from test expectation file
17 https://bugs.webkit.org/show_bug.cgi?id=53022
19 * platform/chromium/test_expectations.txt:
21 2011-01-24 Andrei Popescu <andreip@google.com>
23 Reviewed by Jeremy Orlow.
25 LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533
26 https://bugs.webkit.org/show_bug.cgi?id=53032
28 This fixes the layout test by modifying the arguments to IDBDatabase::transaction.
30 * storage/indexeddb/objectstore-autoincrement-expected.txt:
31 * storage/indexeddb/objectstore-autoincrement.html:
33 2011-01-24 Andrei Popescu <andreip@google.com>
35 Reviewed by Nate Chapin.
37 IndexedDatabase methods should not take arguments of type OptionsObject
38 https://bugs.webkit.org/show_bug.cgi?id=53012
40 * storage/indexeddb/create-object-store-options-expected.txt:
41 * storage/indexeddb/create-object-store-options.html:
42 * storage/indexeddb/cursor-delete-expected.txt:
43 * storage/indexeddb/cursor-delete.html:
44 * storage/indexeddb/cursor-index-delete-expected.txt:
45 * storage/indexeddb/cursor-index-delete.html:
46 * storage/indexeddb/data-corruption-expected.txt:
47 * storage/indexeddb/data-corruption.html:
48 * storage/indexeddb/database-quota-expected.txt:
49 * storage/indexeddb/database-quota.html:
50 * storage/indexeddb/index-cursor.html:
51 * storage/indexeddb/objectstore-basics-expected.txt:
52 * storage/indexeddb/objectstore-basics.html:
53 * storage/indexeddb/objectstore-cursor.html:
54 * storage/indexeddb/open-cursor-expected.txt:
55 * storage/indexeddb/open-cursor.html:
56 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
57 * storage/indexeddb/transaction-and-objectstore-calls.html:
58 * storage/indexeddb/tutorial.html:
60 2011-01-24 Chang Shu <chang.shu@nokia.com>
62 Reviewed by Darin Adler.
64 Move contentEditable related test cases to the right place as they are DOM
65 related instead of editing related.
66 https://bugs.webkit.org/show_bug.cgi?id=53010
68 * editing/editability: Removed.
69 * editing/editability/attr-empty-string-expected.txt: Removed.
70 * editing/editability/attr-empty-string.html: Removed.
71 * editing/editability/attr-false-string-expected.txt: Removed.
72 * editing/editability/attr-false-string.html: Removed.
73 * editing/editability/attr-invalid-string-expected.txt: Removed.
74 * editing/editability/attr-invalid-string.html: Removed.
75 * editing/editability/attr-missing-ancestor-false-expected.txt: Removed.
76 * editing/editability/attr-missing-ancestor-false.html: Removed.
77 * editing/editability/attr-missing-ancestor-true-expected.txt: Removed.
78 * editing/editability/attr-missing-ancestor-true.html: Removed.
79 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Removed.
80 * editing/editability/attr-missing-parent-ancestor-missing.html: Removed.
81 * editing/editability/attr-missing-parent-false-expected.txt: Removed.
82 * editing/editability/attr-missing-parent-false.html: Removed.
83 * editing/editability/attr-missing-parent-true-expected.txt: Removed.
84 * editing/editability/attr-missing-parent-true.html: Removed.
85 * editing/editability/attr-true-string-expected.txt: Removed.
86 * editing/editability/attr-true-string.html: Removed.
87 * editing/editability/set-false-expected.txt: Removed.
88 * editing/editability/set-false.html: Removed.
89 * editing/editability/set-inherit-parent-false-expected.txt: Removed.
90 * editing/editability/set-inherit-parent-false.html: Removed.
91 * editing/editability/set-inherit-parent-true-expected.txt: Removed.
92 * editing/editability/set-inherit-parent-true.html: Removed.
93 * editing/editability/set-invalid-value-expected.txt: Removed.
94 * editing/editability/set-invalid-value.html: Removed.
95 * editing/editability/set-true-expected.txt: Removed.
96 * editing/editability/set-true.html: Removed.
97 * editing/editability/set-value-caseinsensitive-expected.txt: Removed.
98 * editing/editability/set-value-caseinsensitive.html: Removed.
99 * fast/dom/HTMLElement/attr-empty-string-expected.txt: Copied from LayoutTests/editing/editability/attr-empty-string-expected.txt.
100 * fast/dom/HTMLElement/attr-empty-string.html: Copied from LayoutTests/editing/editability/attr-empty-string.html.
101 * fast/dom/HTMLElement/attr-false-string-expected.txt: Copied from LayoutTests/editing/editability/attr-false-string-expected.txt.
102 * fast/dom/HTMLElement/attr-false-string.html: Copied from LayoutTests/editing/editability/attr-false-string.html.
103 * fast/dom/HTMLElement/attr-invalid-string-expected.txt: Copied from LayoutTests/editing/editability/attr-invalid-string-expected.txt.
104 * fast/dom/HTMLElement/attr-invalid-string.html: Copied from LayoutTests/editing/editability/attr-invalid-string.html.
105 * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false-expected.txt.
106 * fast/dom/HTMLElement/attr-missing-ancestor-false.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false.html.
107 * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true-expected.txt.
108 * fast/dom/HTMLElement/attr-missing-ancestor-true.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true.html.
109 * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing-expected.txt.
110 * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing.html.
111 * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-false-expected.txt.
112 * fast/dom/HTMLElement/attr-missing-parent-false.html: Copied from LayoutTests/editing/editability/attr-missing-parent-false.html.
113 * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-true-expected.txt.
114 * fast/dom/HTMLElement/attr-missing-parent-true.html: Copied from LayoutTests/editing/editability/attr-missing-parent-true.html.
115 * fast/dom/HTMLElement/attr-true-string-expected.txt: Copied from LayoutTests/editing/editability/attr-true-string-expected.txt.
116 * fast/dom/HTMLElement/attr-true-string.html: Copied from LayoutTests/editing/editability/attr-true-string.html.
117 * fast/dom/HTMLElement/set-false-expected.txt: Copied from LayoutTests/editing/editability/set-false-expected.txt.
118 * fast/dom/HTMLElement/set-false.html: Copied from LayoutTests/editing/editability/set-false.html.
119 * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-false-expected.txt.
120 * fast/dom/HTMLElement/set-inherit-parent-false.html: Copied from LayoutTests/editing/editability/set-inherit-parent-false.html.
121 * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-true-expected.txt.
122 * fast/dom/HTMLElement/set-inherit-parent-true.html: Copied from LayoutTests/editing/editability/set-inherit-parent-true.html.
123 * fast/dom/HTMLElement/set-invalid-value-expected.txt: Copied from LayoutTests/editing/editability/set-invalid-value-expected.txt.
124 * fast/dom/HTMLElement/set-invalid-value.html: Copied from LayoutTests/editing/editability/set-invalid-value.html.
125 * fast/dom/HTMLElement/set-true-expected.txt: Copied from LayoutTests/editing/editability/set-true-expected.txt.
126 * fast/dom/HTMLElement/set-true.html: Copied from LayoutTests/editing/editability/set-true.html.
127 * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: Copied from LayoutTests/editing/editability/set-value-caseinsensitive-expected.txt.
128 * fast/dom/HTMLElement/set-value-caseinsensitive.html: Copied from LayoutTests/editing/editability/set-value-caseinsensitive.html.
130 2011-01-24 Sam Weinig <sam@webkit.org>
132 Add editing/inserting/insert-composition-whitespace.html to the windows
135 * platform/win/Skipped:
137 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
141 Add Qt specific expected results for passing editing/selections tests.
142 Compared to Mac png files and Mac expected files. (part 3)
144 * platform/qt/editing/selection/ [...]:
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 2)
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 1)
162 * platform/qt/editing/selection/ [...]:
164 2011-01-24 Csaba Osztrogonác <ossy@webkit.org>
168 RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
169 https://bugs.webkit.org/show_bug.cgi?id=51517
171 * platform/qt-linux/editing: Removed.
172 * platform/qt-linux/editing/selection: Removed.
173 * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed.
174 * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix.
176 2011-01-24 Yury Semikhatsky <yurys@chromium.org>
178 Unreviewed. Update Chromium test expectations.
180 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
181 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
182 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
183 * platform/chromium/test_expectations.txt:
185 2011-01-24 Peter Varga <pvarga@inf.u-szeged.hu>
187 Reviewed by Oliver Hunt.
189 Optimize regex patterns which contain empty alternatives
190 https://bugs.webkit.org/show_bug.cgi?id=51395
192 Eliminate the empty alternatives from the regex pattern and convert it to do
193 the matching in an easier way.
195 * fast/regex/script-tests/slow.js:
196 * fast/regex/slow-expected.txt:
198 2011-01-24 Pavel Podivilov <podivilov@chromium.org>
200 Unreviewed, test fix for r76497.
202 * http/tests/inspector/debugger-test2.js:
203 (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
204 (initialize_DebuggerTest.InspectorTest._showScriptSource):
206 2011-01-24 Yuzo Fujishima <yuzo@google.com>
208 Unreviewed Chromium test expectation change.
210 Update Chromim test expectations (LINUX/SVG) in response to r76442, again.
212 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added.
213 * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added.
214 * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
215 * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added.
216 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Added.
217 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Added.
218 * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
219 * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added.
220 * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Added.
221 * platform/chromium-linux/svg/text/text-vkern-expected.txt: Added.
223 2011-01-24 Alejandro G. Castro <alex@igalia.com>
225 Unreviewed, GTK still does not have TestInputController support. Opened
226 a bug to follow the issue:
227 https://bugs.webkit.org/show_bug.cgi?id=52997
229 * platform/gtk/Skipped:
231 2011-01-24 MORITA Hajime <morrita@google.com>
233 Unreviewed, skipped insert-composition-whitespace.html due to missing DRT feature.
235 * platform/gtk/Skipped:
237 2011-01-24 Alejandro G. Castro <alex@igalia.com>
240 Unreviewed, skipped tests failing the 64bits bot and passing in the
241 32bits bots. Bug following the issue:
242 https://bugs.webkit.org/show_bug.cgi?id=52996
244 * platform/gtk/Skipped:
246 2011-01-23 Yuzo Fujishima <yuzo@google.com>
248 Unreviewed Chromium test expectation change.
250 Update Chromim test expectations (LINUX/SVG) in response to r76442.
252 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
253 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
254 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added.
255 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added.
256 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added.
257 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added.
258 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added.
259 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added.
260 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added.
261 * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added.
262 * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added.
263 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added.
264 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added.
265 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added.
266 * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
267 * platform/chromium/test_expectations.txt:
269 2011-01-23 Yuzo Fujishima <yuzo@google.com>
271 Unreviewed Chromium test expectation change.
273 Update Chromim test expectations (WIN/SVG) in response to r76442.
275 * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
276 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum:
277 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
278 * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
279 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum:
280 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png:
281 * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added.
282 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum:
283 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png:
284 * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Added.
285 * platform/chromium-win/svg/text/text-text-04-t-expected.checksum:
286 * platform/chromium-win/svg/text/text-text-04-t-expected.png:
287 * platform/chromium-win/svg/text/text-text-04-t-expected.txt:
288 * platform/chromium-win/svg/text/text-vkern-expected.checksum:
289 * platform/chromium-win/svg/text/text-vkern-expected.png:
290 * platform/chromium-win/svg/text/text-vkern-expected.txt: Added.
292 2011-01-19 MORITA Hajime <morrita@google.com>
294 Reviewed by Ryosuke Niwa.
296 Space and tab characters "sent" by an input method give totally different results than typing them directly.
297 https://bugs.webkit.org/show_bug.cgi?id=5241
299 Added a test that exercises continous whitespace characters and tabs inserted by IME.
301 * editing/inserting/insert-composition-whitespace-expected.txt: Added.
302 * editing/inserting/insert-composition-whitespace.html: Added.
304 2011-01-23 Yuzo Fujishima <yuzo@google.com>
306 Unreviewed Chromium test expectation change.
307 Update Chromim test expectations (WIN) in response to r76442.
309 * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added.
310 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added.
311 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
312 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
313 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
314 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
315 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
316 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
317 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
318 * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
319 * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
320 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
321 * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
322 * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
323 * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt:
324 * platform/chromium-win/svg/text/text-hkern-expected.txt: Added.
325 * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Added.
326 * platform/chromium/test_expectations.txt:
328 2011-01-23 Yuzo Fujishima <yuzo@google.com>
330 Unreviewed Chromium test expectation change.
331 Mark fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html as TEXT for LINUX.
333 * platform/chromium/test_expectations.txt:
335 2011-01-23 Yuzo Fujishima <yuzo@google.com>
337 Unreviewed Chromium test expectation change.
338 Update Chromim test expectations in response to r76442.
340 * platform/chromium-linux/fast/css/acid2-expected.txt: Added.
341 * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum:
342 * platform/chromium-linux/fast/css/acid2-pixel-expected.png:
343 * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added.
344 * platform/chromium-linux/fast/forms/button-sizes-expected.checksum:
345 * platform/chromium-linux/fast/forms/button-sizes-expected.png:
346 * platform/chromium-linux/fast/forms/button-sizes-expected.txt:
347 * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum:
348 * platform/chromium-linux/fast/forms/input-button-sizes-expected.png:
349 * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt:
350 * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added.
351 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum:
352 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png:
353 * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added.
354 * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed.
355 * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
356 * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Removed.
357 * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Removed.
358 * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Removed.
359 * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Removed.
360 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed.
361 * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed.
362 * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum:
363 * platform/chromium-linux/svg/text/text-text-01-b-expected.png:
364 * platform/chromium-linux/svg/text/text-text-01-b-expected.txt:
366 2011-01-23 Alexey Proskuryakov <ap@apple.com>
368 Reviewed by Eric Seidel.
370 https://bugs.webkit.org/show_bug.cgi?id=15649
371 Empty STYLE elements are not reflected into the document.styleSheets object
373 Adding a test for a bug that no longer occurs.
375 * fast/dom/document-stylesheets-empty-style-expected.txt: Added.
376 * fast/dom/document-stylesheets-empty-style.html: Added.
378 2011-01-22 Maciej Stachowiak <mjs@apple.com>
380 Reviewed by Oliver Hunt.
382 Skip a test that seems to cause the subsequent test to sporadically fail, and unskip the several tests after it
383 https://bugs.webkit.org/show_bug.cgi?id=52970
385 * platform/mac-wk2/Skipped:
387 2011-01-22 Robert Hogan <robert@webkit.org>
389 Reviewed by Andreas Kling.
391 [Qt] Support layoutTestController.addURLToRedirect()
392 https://bugs.webkit.org/show_bug.cgi?id=52956
394 * platform/qt/Skipped:
396 2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
400 REGRESSION: Vertical line metrics incorrect
401 https://bugs.webkit.org/show_bug.cgi?id=52960
403 Revert accidently landed mac baseline changes.
405 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
406 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
407 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
408 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
409 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
410 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
411 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
412 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
413 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
414 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
415 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
416 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
417 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
418 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
419 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
420 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
421 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
422 * platform/mac/svg/text/text-hkern-expected.txt:
423 * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
424 * platform/mac/svg/text/text-text-04-t-expected.txt:
425 * platform/mac/svg/text/text-vkern-expected.txt:
426 * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
427 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
429 2011-01-22 Nikolas Zimmermann <nzimmermann@rim.com>
433 REGRESSION: Vertical line metrics incorrect
434 https://bugs.webkit.org/show_bug.cgi?id=52960
436 Rebaselined several text dumps from the bots, after the FontMetrics change.
437 All show 1px diffs, but are progressions, since the lineSpacing calculation has been improved.
438 Mac still has the old results - as it depends on a rounding trick at the moment.
440 * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
441 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
442 * platform/gtk/svg/text/text-hkern-expected.txt:
443 * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt:
444 * platform/gtk/svg/text/text-vkern-expected.txt:
445 * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt:
446 * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
447 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
448 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
449 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
450 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
451 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
452 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
453 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
454 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
455 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
456 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
457 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
458 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
459 * platform/mac/svg/batik/text/xmlSpace-expected.txt:
460 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
461 * platform/mac/svg/custom/svg-fonts-in-html-expected.txt:
462 * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt:
463 * platform/mac/svg/text/text-hkern-expected.txt:
464 * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt:
465 * platform/mac/svg/text/text-text-04-t-expected.txt:
466 * platform/mac/svg/text/text-vkern-expected.txt:
467 * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt:
468 * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
469 * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
470 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt:
471 * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt:
472 * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
473 * platform/qt/svg/text/text-hkern-expected.txt:
474 * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt:
475 * platform/qt/svg/text/text-vkern-expected.txt:
476 * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt:
477 * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
479 2011-01-22 Andrei Popescu <andreip@google.com>
481 Reviewed by Jeremy Orlow.
483 IndexedDB corrupts data on disk
484 https://bugs.webkit.org/show_bug.cgi?id=52890
486 * storage/indexeddb/data-corruption-expected.txt: Added.
487 * storage/indexeddb/data-corruption.html: Added.
489 2011-01-22 Robert Hogan <robert@webkit.org>
491 Reviewed by Kenneth Rohde Christiansen.
493 [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail
494 https://bugs.webkit.org/show_bug.cgi?id=49802
496 * platform/qt/Skipped:
497 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added.
498 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added.
499 * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added.
501 2011-01-22 Andreas Kling <kling@webkit.org>
503 Unreviewed, add Qt-specific result for test added in r76414.
505 * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
507 2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
509 Unreviewed Chromium test expectation update.
511 * platform/chromium/test_expectations.txt:
513 2011-01-22 Ryosuke Niwa <rniwa@webkit.org>
515 Unreviewed Chromium test expectation update.
517 * platform/chromium/test_expectations.txt:
519 2011-01-21 Yury Semikhatsky <yurys@chromium.org>
521 Reviewed by Adam Barth.
523 Regression: new window.onerror() implementation leaks cross-origin Javascript errors
524 https://bugs.webkit.org/show_bug.cgi?id=52903
526 A couple of tests to check that window.onerror won't reveal any content of the resource
527 from a different domain if the latter is referenced via <script src=...>
529 * http/tests/security/cross-origin-script-window-onerror-expected.txt: Added.
530 * http/tests/security/cross-origin-script-window-onerror-redirected-expected.txt: Added.
531 * http/tests/security/cross-origin-script-window-onerror-redirected.html: Added.
532 * http/tests/security/cross-origin-script-window-onerror.html: Added.
533 * http/tests/security/resources/cross-origin-script.txt: Added.
535 2011-01-21 Maciej Stachowiak <mjs@apple.com>
537 Reviewed by Geoffrey Garen.
539 Humor the WebKit2 buildbot in its continuing hatred of forms tests
540 https://bugs.webkit.org/show_bug.cgi?id=52944
542 * platform/mac-wk2/Skipped:
544 2011-01-21 Dan Bernstein <mitz@apple.com>
546 Rubber-stamped by Mark Rowe.
548 Updated the results after r76414 fixed text justification in this test.
550 * platform/mac/fast/text/justified-text-rect-expected.checksum:
551 * platform/mac/fast/text/justified-text-rect-expected.png:
552 * platform/mac/fast/text/justified-text-rect-expected.txt:
554 2011-01-21 James Robinson <jamesr@chromium.org>
556 Update chromium test expectations. fast/animation tests should now pass on all chromium configurations.
558 * platform/chromium/test_expectations.txt:
560 2011-01-21 Dan Bernstein <mitz@apple.com>
564 * fast/text/justify-nbsp.html: Removed a contenteditable attribute
565 that was added after generating results.
567 2011-01-21 Andreas Kling <kling@webkit.org>
569 Unreviewed, removing the Qt result for r76414 since the test
570 was actually broken beyond the usual off-by-one metrics.
572 * platform/qt/fast/text/justify-nbsp-expected.txt: Removed.
574 2011-01-21 Andreas Kling <kling@webkit.org>
576 Unreviewed, add Qt-specific result for test added in r76414.
578 * platform/qt/fast/text/justify-nbsp-expected.txt: Added.
580 2011-01-21 Dan Bernstein <mitz@apple.com>
582 Reviewed by Adele Peterson.
584 Inconsistent handling of no-break space in justification logic
585 https://bugs.webkit.org/show_bug.cgi?id=52938
587 * fast/text/justify-nbsp-expected.checksum: Added.
588 * fast/text/justify-nbsp-expected.png: Added.
589 * fast/text/justify-nbsp-expected.txt: Added.
590 * fast/text/justify-nbsp.html: Added.
592 2011-01-21 Kenji Imasaki <imasaki@chromium.org>
594 Reviewed by David Levin.
596 Remove resolved BUG13907 from test expectation file and added
597 newly filed BUGCR70252 for media/video-zoom.html to keep track
600 Also, remove non-flaky test (media/audio-only-video-intrinsic-size.htm).
602 * platform/chromium/test_expectations.txt:
604 2011-01-21 Martin Robinson <mrobinson@igalia.com>
606 Rebaseline tests that use menulists. Also unskip a non-existent test.
608 * platform/gtk/Skipped: Remove non-existent test.
609 * platform/gtk/editing/selection/select-box-expected.checksum:
610 * platform/gtk/editing/selection/select-box-expected.png:
611 * platform/gtk/editing/selection/select-box-expected.txt:
612 * platform/gtk/transforms/2d/zoom-menulist-expected.checksum:
613 * platform/gtk/transforms/2d/zoom-menulist-expected.png:
614 * platform/gtk/transforms/2d/zoom-menulist-expected.txt:
616 2011-01-21 Michael Saboff <msaboff@apple.com>
618 Reviewed by Oliver Hunt.
620 [RegexFuzz] Hang with forward assertion
621 https://bugs.webkit.org/show_bug.cgi?id=52825
622 <rdar://problem/8894332>
624 New tests to check for functionality and future regression.
626 * fast/regex/parentheses-expected.txt:
627 * fast/regex/script-tests/parentheses.js:
629 2011-01-21 Maciej Stachowiak <mjs@apple.com>
631 Reviewed by Adele Peterson.
633 Skip a test that's sporadically crashing on the buildbots
634 https://bugs.webkit.org/show_bug.cgi?id=52932
636 * platform/mac-wk2/Skipped:
638 2011-01-21 Maciej Stachowiak <mjs@apple.com>
640 Reviewed by Adam Roben.
642 Skip some newly added tests that use DRT APIs that are not yet available for WebKit2
643 https://bugs.webkit.org/show_bug.cgi?id=52924
645 * platform/mac-wk2/Skipped:
647 2011-01-21 Martin Robinson <mrobinson@igalia.com>
649 Reviewed by Xan Lopez.
651 [GTK] Menulist text often collides with separator
652 https://bugs.webkit.org/show_bug.cgi?id=51155
654 Rebaseline tests that have different affected by the metrics of
657 * platform/gtk/fast/forms/001-expected.checksum:
658 * platform/gtk/fast/forms/001-expected.png:
659 * platform/gtk/fast/forms/001-expected.txt:
660 * platform/gtk/fast/forms/003-expected.checksum:
661 * platform/gtk/fast/forms/003-expected.png:
662 * platform/gtk/fast/forms/003-expected.txt:
663 * platform/gtk/fast/forms/004-expected.checksum:
664 * platform/gtk/fast/forms/004-expected.png:
665 * platform/gtk/fast/forms/004-expected.txt:
666 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.checksum:
667 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.png:
668 * platform/gtk/fast/forms/HTMLOptionElement_label01-expected.txt:
669 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.checksum:
670 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.png:
671 * platform/gtk/fast/forms/HTMLOptionElement_label02-expected.txt:
672 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.checksum:
673 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.png:
674 * platform/gtk/fast/forms/HTMLOptionElement_label03-expected.txt:
675 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.checksum:
676 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.png:
677 * platform/gtk/fast/forms/HTMLOptionElement_label04-expected.txt:
678 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.checksum:
679 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.png:
680 * platform/gtk/fast/forms/HTMLOptionElement_label06-expected.txt:
681 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.checksum:
682 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.png:
683 * platform/gtk/fast/forms/HTMLOptionElement_label07-expected.txt:
684 * platform/gtk/fast/forms/control-clip-overflow-expected.checksum:
685 * platform/gtk/fast/forms/control-clip-overflow-expected.png:
686 * platform/gtk/fast/forms/control-clip-overflow-expected.txt:
687 * platform/gtk/fast/forms/control-restrict-line-height-expected.checksum:
688 * platform/gtk/fast/forms/control-restrict-line-height-expected.png:
689 * platform/gtk/fast/forms/control-restrict-line-height-expected.txt:
690 * platform/gtk/fast/forms/disabled-select-change-index-expected.checksum:
691 * platform/gtk/fast/forms/disabled-select-change-index-expected.png:
692 * platform/gtk/fast/forms/disabled-select-change-index-expected.txt:
693 * platform/gtk/fast/forms/form-element-geometry-expected.checksum:
694 * platform/gtk/fast/forms/form-element-geometry-expected.png:
695 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
696 * platform/gtk/fast/forms/input-file-re-render-expected.checksum: Added.
697 * platform/gtk/fast/forms/input-file-re-render-expected.png: Added.
698 * platform/gtk/fast/forms/menulist-deselect-update-expected.checksum:
699 * platform/gtk/fast/forms/menulist-deselect-update-expected.png:
700 * platform/gtk/fast/forms/menulist-deselect-update-expected.txt:
701 * platform/gtk/fast/forms/menulist-narrow-width-expected.checksum:
702 * platform/gtk/fast/forms/menulist-narrow-width-expected.png:
703 * platform/gtk/fast/forms/menulist-narrow-width-expected.txt:
704 * platform/gtk/fast/forms/menulist-no-overflow-expected.checksum:
705 * platform/gtk/fast/forms/menulist-no-overflow-expected.png:
706 * platform/gtk/fast/forms/menulist-no-overflow-expected.txt:
707 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.checksum:
708 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.png:
709 * platform/gtk/fast/forms/menulist-restrict-line-height-expected.txt:
710 * platform/gtk/fast/forms/menulist-separator-painting-expected.checksum:
711 * platform/gtk/fast/forms/menulist-separator-painting-expected.png:
712 * platform/gtk/fast/forms/menulist-separator-painting-expected.txt:
713 * platform/gtk/fast/forms/menulist-style-color-expected.checksum:
714 * platform/gtk/fast/forms/menulist-style-color-expected.png:
715 * platform/gtk/fast/forms/menulist-style-color-expected.txt:
716 * platform/gtk/fast/forms/menulist-width-change-expected.checksum:
717 * platform/gtk/fast/forms/menulist-width-change-expected.png:
718 * platform/gtk/fast/forms/menulist-width-change-expected.txt:
719 * platform/gtk/fast/forms/option-script-expected.checksum:
720 * platform/gtk/fast/forms/option-script-expected.png:
721 * platform/gtk/fast/forms/option-script-expected.txt:
722 * platform/gtk/fast/forms/option-strip-whitespace-expected.checksum:
723 * platform/gtk/fast/forms/option-strip-whitespace-expected.png:
724 * platform/gtk/fast/forms/option-strip-whitespace-expected.txt:
725 * platform/gtk/fast/forms/option-text-clip-expected.checksum:
726 * platform/gtk/fast/forms/option-text-clip-expected.png:
727 * platform/gtk/fast/forms/option-text-clip-expected.txt:
728 * platform/gtk/fast/forms/select-align-expected.checksum:
729 * platform/gtk/fast/forms/select-align-expected.png:
730 * platform/gtk/fast/forms/select-align-expected.txt:
731 * platform/gtk/fast/forms/select-baseline-expected.checksum:
732 * platform/gtk/fast/forms/select-baseline-expected.png:
733 * platform/gtk/fast/forms/select-baseline-expected.txt:
734 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.checksum:
735 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.png:
736 * platform/gtk/fast/forms/select-change-listbox-to-popup-expected.txt:
737 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.checksum:
738 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.png:
739 * platform/gtk/fast/forms/select-dirty-parent-pref-widths-expected.txt:
740 * platform/gtk/fast/forms/select-disabled-appearance-expected.checksum:
741 * platform/gtk/fast/forms/select-disabled-appearance-expected.png:
742 * platform/gtk/fast/forms/select-disabled-appearance-expected.txt:
743 * platform/gtk/fast/forms/select-initial-position-expected.checksum:
744 * platform/gtk/fast/forms/select-initial-position-expected.png:
745 * platform/gtk/fast/forms/select-initial-position-expected.txt:
746 * platform/gtk/fast/forms/select-selected-expected.checksum:
747 * platform/gtk/fast/forms/select-selected-expected.png:
748 * platform/gtk/fast/forms/select-selected-expected.txt:
749 * platform/gtk/fast/forms/select-size-expected.checksum:
750 * platform/gtk/fast/forms/select-size-expected.png:
751 * platform/gtk/fast/forms/select-size-expected.txt:
752 * platform/gtk/fast/forms/select-style-expected.checksum:
753 * platform/gtk/fast/forms/select-style-expected.png:
754 * platform/gtk/fast/forms/select-style-expected.txt:
755 * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum:
756 * platform/gtk/fast/forms/select-visual-hebrew-expected.png:
757 * platform/gtk/fast/forms/select-visual-hebrew-expected.txt:
758 * platform/gtk/fast/forms/select-writing-direction-natural-expected.checksum:
759 * platform/gtk/fast/forms/select-writing-direction-natural-expected.png:
760 * platform/gtk/fast/forms/select-writing-direction-natural-expected.txt:
761 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.checksum:
762 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.png:
763 * platform/gtk/fast/forms/stuff-on-my-optgroup-expected.txt:
765 2011-01-21 Csaba Osztrogonác <ossy@webkit.org>
767 Unreviewed trivial fix.
769 FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
770 https://bugs.webkit.org/show_bug.cgi?id=48812
772 * platform/qt/http/tests/navigation/forward-and-cancel-expected.txt: Updated after r76357.
774 2011-01-21 Jessie Berlin <jberlin@apple.com>
776 Skip transitions/transition-end-event-destroy-iframe.html on Windows in order to get the
777 Windows 7 Release bots green. Unreviewed.
778 https://bugs.webkit.org/show_bug.cgi?id=52913
780 * platform/win/Skipped:
782 2011-01-21 Maciej Stachowiak <mjs@apple.com>
784 Reviewed by Sam Weinig.
786 Skip another test that is failing sporadically on the buildbots
787 https://bugs.webkit.org/show_bug.cgi?id=52908
789 * platform/mac-wk2/Skipped:
791 2011-01-21 Xiyuan Xia <xiyuan@chromium.org>
793 Reviewed by Tony Chang.
795 Update chromium/linux baselines after drawing code moved into
797 https://bugs.webkit.org/show_bug.cgi?id=52826
799 * platform/chromium-linux/css1/box_properties/acid_test-expected.checksum:
800 * platform/chromium-linux/css1/box_properties/acid_test-expected.png:
801 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.checksum:
802 * platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
803 * platform/chromium-linux/fast/block/basic/011-expected.checksum:
804 * platform/chromium-linux/fast/block/basic/011-expected.png:
805 * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum:
806 * platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
807 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.checksum:
808 * platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
809 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.checksum:
810 * platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
811 * platform/chromium-linux/fast/forms/basic-inputs-expected.checksum:
812 * platform/chromium-linux/fast/forms/basic-inputs-expected.png:
813 * platform/chromium-linux/fast/forms/basic-selects-expected.checksum:
814 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
815 * platform/chromium-linux/fast/forms/box-shadow-override-expected.checksum:
816 * platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
817 * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.checksum:
818 * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.png:
819 * platform/chromium-linux/fast/forms/file-input-disabled-expected.checksum:
820 * platform/chromium-linux/fast/forms/file-input-disabled-expected.png:
821 * platform/chromium-linux/fast/forms/form-element-geometry-expected.checksum:
822 * platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
823 * platform/chromium-linux/fast/forms/formmove-expected.checksum:
824 * platform/chromium-linux/fast/forms/formmove-expected.png:
825 * platform/chromium-linux/fast/forms/formmove2-expected.checksum:
826 * platform/chromium-linux/fast/forms/formmove2-expected.png:
827 * platform/chromium-linux/fast/forms/indeterminate-expected.checksum:
828 * platform/chromium-linux/fast/forms/indeterminate-expected.png:
829 * platform/chromium-linux/fast/forms/input-appearance-height-expected.checksum:
830 * platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
831 * platform/chromium-linux/fast/forms/input-value-expected.checksum:
832 * platform/chromium-linux/fast/forms/input-value-expected.png:
833 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum:
834 * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png:
835 * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum:
836 * platform/chromium-linux/fast/forms/menulist-style-color-expected.png:
837 * platform/chromium-linux/fast/forms/placeholder-position-expected.checksum:
838 * platform/chromium-linux/fast/forms/placeholder-position-expected.png: Added property svn:mime-type.
839 * platform/chromium-linux/fast/forms/radio-attr-order-expected.checksum:
840 * platform/chromium-linux/fast/forms/radio-attr-order-expected.png:
841 * platform/chromium-linux/fast/forms/radio-nested-labels-expected.checksum:
842 * platform/chromium-linux/fast/forms/radio-nested-labels-expected.png:
843 * platform/chromium-linux/fast/forms/radio_checked-expected.checksum:
844 * platform/chromium-linux/fast/forms/radio_checked-expected.png:
845 * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.checksum:
846 * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.png:
847 * platform/chromium-linux/fast/forms/select-baseline-expected.checksum:
848 * platform/chromium-linux/fast/forms/select-baseline-expected.png:
849 * platform/chromium-linux/fast/inline/positionedLifetime-expected.checksum:
850 * platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
851 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.checksum:
852 * platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
853 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum:
854 * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
855 * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.checksum:
856 * platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
857 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.checksum:
858 * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
859 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.checksum:
860 * platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
861 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.checksum:
862 * platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
863 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.checksum:
864 * platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png: Added property svn:mime-type.
865 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.checksum:
866 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
867 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.checksum:
868 * platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
870 2011-01-21 Anton Muhin <antonm@chromium.org>
872 Reviewed by Nate Chapin.
874 [v8] Properly deal with the case when conversion to string throws an exception for HTMLCollection accessors
875 https://bugs.webkit.org/show_bug.cgi?id=52901
877 * fast/dom/htmlcollection-conversion-throws-exception-expected.txt: Added.
878 * fast/dom/htmlcollection-conversion-throws-exception.html: Added.
880 2011-01-21 Dimitri Glazkov <dglazkov@chromium.org>
882 Reviewed by Darin Adler.
884 REGRESSION(r73618): Clicking on a search input causes a crash.
885 https://bugs.webkit.org/show_bug.cgi?id=52905
887 * fast/dom/search-shadow-host-crash-expected.txt: Added.
888 * fast/dom/search-shadow-host-crash.html: Added.
890 2011-01-21 Dimitri Glazkov <dglazkov@chromium.org>
892 Updated slider expectations after r76147.
894 * platform/chromium/test_expectations.txt: Removed test that will start passing.
895 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Updated expectation.
897 2011-01-21 Xiaomei Ji <xji@chromium.org>
901 Rebaseline for leopard after r76319.
903 * platform/mac-leopard/fast/dom/52776-expected.txt: Added.
905 2011-01-21 Kenji Imasaki <imasaki@chromium.org>
907 Reviewed by David Levin.
909 remove non-flaky tests from test expectation file
910 https://bugs.webkit.org/show_bug.cgi?id=52746
912 * platform/chromium/test_expectations.txt:
914 2011-01-21 Charlie Reis <creis@chromium.org>
916 Reviewed by Darin Fisher.
918 FrameLoader::checkLoadCompleteForThisFrame uses wrong history item
919 https://bugs.webkit.org/show_bug.cgi?id=48812
921 Test that we avoid updating back/forward list on a canceled navigation
922 if a new navigation is already in process. Also update forward-and-cancel
923 to go forward, ensuring back/forward state is reset if user clicks stop.
925 * http/tests/navigation/back-twice-without-commit-expected.txt: Added.
926 * http/tests/navigation/back-twice-without-commit.html: Added.
927 * http/tests/navigation/forward-and-cancel-expected.txt:
928 * http/tests/navigation/forward-and-cancel.html: Go forward after stop, not back.
929 * http/tests/navigation/resources/back-twice-page-2.html: Added.
930 * http/tests/navigation/resources/back-twice-page-3.html: Added.
931 * http/tests/navigation/resources/forward-and-cancel-frames.html: Reduced delay.
933 2011-01-20 Mihai Parparita <mihaip@chromium.org>
935 Reviewed by Eric Seidel.
937 [Chromium] Update expectations for compositing/geometry/limit-layer-bounds-overflow-repaint.html
938 https://bugs.webkit.org/show_bug.cgi?id=52860
940 The test hasn't had a timeout in a while, remove that expectation so
941 that we can more easily see if this re-occurs.
943 Also rebaseline for chromium-gpu-mac (it has the green as 0,128,0, just
944 like chromium-gpu-win and -linux, for some reason the mac expectation
947 * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.checksum: Removed.
948 * platform/chromium-gpu-win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Removed.
949 * 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.
950 * 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.
951 * platform/chromium-gpu/test_expectations.txt:
953 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
955 Unreviewed; Reverted the last change to the text expectation.
957 * platform/chromium/test_expectations.txt:
959 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
961 Unreviewed Chromium test expectation update.
963 * platform/chromium/test_expectations.txt:
965 2011-01-21 Ryosuke Niwa <rniwa@webkit.org>
967 Unreviewed Chromium rebaselines for 76319.
969 * platform/chromium-linux/fast/dom/52776-expected.checksum: Added.
970 * platform/chromium-linux/fast/dom/52776-expected.png: Added.
971 * platform/chromium-linux/fast/dom/52776-expected.txt: Added.
972 * platform/chromium-mac/fast/dom/52776-expected.checksum: Added.
973 * platform/chromium-mac/fast/dom/52776-expected.png: Added.
974 * platform/chromium-mac/fast/dom/52776-expected.txt: Added.
975 * platform/chromium-win/fast/dom/52776-expected.checksum: Added.
976 * platform/chromium-win/fast/dom/52776-expected.png: Added.
977 * platform/chromium-win/fast/dom/52776-expected.txt: Added.
978 * platform/chromium/test_expectations.txt:
980 2011-01-21 Tony Chang <tony@chromium.org>
982 Unreviewed, these tests were fixed in r76330. Still one unknown
985 * platform/chromium/test_expectations.txt:
987 2011-01-21 Jessie Berlin <jberlin@apple.com>
989 Modify the Windows-specific results after http://trac.webkit.org/changeset/76208 in order to
990 get the bots green. Unreviewed.
991 https://bugs.webkit.org/show_bug.cgi?id=52557
993 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
994 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
995 * platform/win/fast/dom/prototype-inheritance-expected.txt:
996 * platform/win/fast/js/global-constructors-expected.txt:
998 2011-01-21 Jessie Berlin <jberlin@apple.com>
1000 Add Windows-specific results for fast/dom/52776.html to get the bot green. Unreviewed.
1001 https://bugs.webkit.org/show_bug.cgi?id=52776
1003 * platform/win/fast/dom/52776-expected.txt: Added.
1005 2011-01-21 Mikhail Naganov <mnaganov@chromium.org>
1007 Reviewed by Yury Semikhatsky.
1009 Web Inspector: Add layout test for the CPU profiler.
1011 This test replaces DevToolsSanityTest.TestProfilerTab from
1012 Chromium's interactive_ui_tests.
1014 https://bugs.webkit.org/show_bug.cgi?id=52634
1016 * inspector/cpu-profiler-profiling-expected.txt: Added.
1017 * inspector/cpu-profiler-profiling.html: Added.
1019 2011-01-21 Csaba Osztrogonác <ossy@webkit.org>
1023 [Qt] editing/selection/rtl-move-selection-right-left.html fails
1024 https://bugs.webkit.org/show_bug.cgi?id=52883
1026 * platform/qt/Skipped: editing/selection/rtl-move-selection-right-left.html added until fix.
1028 2011-01-21 Sergio Villar Senin <svillar@igalia.com>
1032 [GTK] http/tests/security/drag-drop-same-unique-origin.html fails on bots.
1033 https://bugs.webkit.org/show_bug.cgi?id=52882
1035 Skipping http/tests/security/drag-drop-same-unique-origin.html for gtk.
1037 * platform/gtk/Skipped:
1039 2011-01-21 Helder Correia <helder@sencha.com>
1041 Reviewed by Andreas Kling.
1043 [Qt] svg/css/text-gradient-shadow.svg needs expected results
1044 https://bugs.webkit.org/show_bug.cgi?id=52724
1046 * platform/qt/svg/css/text-gradient-shadow-expected.checksum: Added.
1047 * platform/qt/svg/css/text-gradient-shadow-expected.png: Added.
1048 * platform/qt/svg/css/text-gradient-shadow-expected.txt: Added.
1050 2011-01-21 Yury Semikhatsky <yurys@chromium.org>
1052 Reviewed by Pavel Feldman.
1054 Make userscripts/window-onerror-for-isolated-world-*.html give consistent output
1055 https://bugs.webkit.org/show_bug.cgi?id=52870
1057 Call setTimeout from "load" event listener to make sure exception in the setTimeout
1058 callback happens after the one in the listener.
1060 * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt:
1061 * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt:
1062 * userscripts/window-onerror-for-isolated-world-1-expected.txt:
1063 * userscripts/window-onerror-for-isolated-world-1.html:
1064 * userscripts/window-onerror-for-isolated-world-2-expected.txt:
1065 * userscripts/window-onerror-for-isolated-world-2.html:
1067 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1069 Reviewed by Dan Bernstein.
1071 Skip a few more tests that are failing on the bots
1072 https://bugs.webkit.org/show_bug.cgi?id=52865
1074 * platform/mac-wk2/Skipped:
1076 2011-01-20 Dmitry Titov <dimich@chromium.org>
1078 [Chromium] Not reviewed, add a bug number to disabled test.
1080 * platform/chromium/test_expectations.txt:
1082 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1084 Reviewed by Darin Adler.
1086 Skip some tests that are failing on the WebKit2 bot
1087 https://bugs.webkit.org/show_bug.cgi?id=52858
1089 * platform/mac-wk2/Skipped: skip or re-skip some tests that fail
1090 on the bot for various reasons.
1092 2011-01-20 Jer Noble <jer.noble@apple.com>
1094 Unreviewed Qt Skipped list update.
1096 Skip the test added in r76296 for platform/qt/.
1098 * platform/qt/Skipped:
1100 2011-01-20 Xiaomei Ji <xji@chromium.org>
1102 Reviewed by Dan Bernstein.
1104 Fix regression(r71566): PDF in RTL block might messes up text directionality.
1105 https://bugs.webkit.org/show_bug.cgi?id=52776
1107 * fast/dom/52776.html: Added.
1108 * platform/mac/fast/dom/52776-expected.checksum: Added.
1109 * platform/mac/fast/dom/52776-expected.png: Added.
1110 * platform/mac/fast/dom/52776-expected.txt: Added.
1112 2011-01-20 Jenn Braithwaite <jennb@chromium.org>
1114 Reviewed by Dmitry Titov.
1116 [chromium] Updating test expectations after fixing the bug:
1117 https://bugs.webkit.org/show_bug.cgi?id=52062
1119 * platform/chromium/test_expectations.txt:
1120 iframe-reparenting-plugins.html is now passing on Windows.
1122 2011-01-20 Tony Chang <tony@chromium.org>
1124 Unreviewed, rebaseline a test added in
1125 http://trac.webkit.org/changeset/76274
1127 * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1128 * platform/chromium-linux/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1129 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1130 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1131 * platform/chromium-win/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
1132 * platform/chromium/test_expectations.txt:
1134 2011-01-20 Levi Weintraub <leviw@chromium.org>
1136 Reviewed by Ryosuke Niwa.
1138 RTL: Caret goes to the opposite direction when pressing an arrow key after selection is made
1139 https://bugs.webkit.org/show_bug.cgi?id=49511
1141 * editing/editing.js:
1142 (execMoveSelectionLeftByCharacterCommand):
1143 (moveSelectionLeftByCharacterCommand):
1144 (execMoveSelectionRightByCharacterCommand):
1145 (moveSelectionRightByCharacterCommand):
1146 (execExtendSelectionLeftByCharacterCommand):
1147 (extendSelectionLeftByCharacterCommand):
1148 (execExtendSelectionRightByCharacterCommand):
1149 (extendSelectionRightByCharacterCommand):
1150 Adding some left/right selection convenience methods for use with RTL tests.
1152 * editing/selection/rtl-move-selection-right-left-expected.txt: Added.
1153 * editing/selection/rtl-move-selection-right-left.html: Added.
1155 2011-01-20 Tony Chang <tony@chromium.org>
1157 Unreviewed, mark some rtl scrolling tests as failing to green the chromium bots.
1159 * platform/chromium/test_expectations.txt:
1161 2011-01-20 Tony Chang <tony@chromium.org>
1163 Unreviewed, chromium test expectation updates.
1165 * platform/chromium-gpu/test_expectations.txt:
1166 * platform/chromium/test_expectations.txt:
1168 2011-01-20 Nate Chapin <japhet@chromium.org>
1170 Reviewed by Adam Barth.
1172 Test for https://bugs.webkit.org/show_bug.cgi?id=52769.
1174 * fast/dom/Window/Location/resources/set-location-after-close-new-window.html: Added.
1175 * fast/dom/Window/Location/set-location-after-close-expected.txt: Added.
1176 * fast/dom/Window/Location/set-location-after-close.html: Added.
1178 2011-01-20 Chang Shu <chang.shu@nokia.com>
1180 Reviewed by Darin Adler.
1182 setContentEditable with invalid string should throw exception.
1183 https://bugs.webkit.org/show_bug.cgi?id=52057
1185 Updated expected results after the fix. Also corrected test cases.
1187 * editing/editability/set-invalid-value-expected.txt:
1188 * 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.
1189 * editing/editability/set-value-caseinsensitive-expected.txt:
1190 * editing/editability/set-value-caseinsensitive.html: Fixed the getAttribute expectations as all strings should be converted to lower cases.
1191 * fast/dom/element-attribute-js-null-expected.txt:
1192 * 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.
1194 2011-01-20 Adrienne Walker <enne@google.com>
1196 Reviewed by James Robinson.
1198 [chromium] Add a test for a render surface that the uses alpha channel.
1199 https://bugs.webkit.org/show_bug.cgi?id=52766
1201 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.checksum: Added.
1202 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.png: Added.
1203 * platform/chromium-gpu/platform/chromium/compositing/render-surface-alpha-blending-expected.txt: Added.
1204 * platform/chromium/compositing/render-surface-alpha-blending.html: Added.
1206 2011-01-14 Jer Noble <jer.noble@apple.com>
1208 Reviewed by Eric Carlson.
1210 REGRESSION (r71842): Compass video is not playing in Safari welcome page
1211 https://bugs.webkit.org/show_bug.cgi?id=52506
1213 Test that a delay between loading and playing video does not break playback.
1215 * media/video-currentTime-delay-expected.txt: Added.
1216 * media/video-currentTime-delay.html: Added.
1218 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1220 Unreviewed Chromium test expectations fix.
1222 * platform/chromium/test_expectations.txt:
1224 2011-01-20 Tony Chang <tony@chromium.org>
1226 Unreviewed, another attempt at making the chromium gpu tests go green.
1228 * platform/chromium-gpu/test_expectations.txt:
1230 2011-01-20 James Robinson <jamesr@chromium.org>
1232 Update expectations for tests that need chromium-side changes.
1234 * platform/chromium/test_expectations.txt:
1236 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1238 Unreviewed Chromium test expectation update.
1240 Merged test_expectations.txt in the Chromium tree and
1241 added slow to fast/text/large-text-composed-char-dos.html.
1243 * platform/chromium/test_expectations.txt:
1245 2011-01-20 Tony Chang <tony@chromium.org>
1247 Unreviewed, updating gpu expectations.
1248 These two tests were added to the regular chromiumg test_expectations.txt
1251 * platform/chromium-gpu/test_expectations.txt:
1253 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1255 Unreviewed; Another Chromium rebaseline for r76236.
1257 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
1258 * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
1259 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
1261 2011-01-20 James Robinson <jamesr@chromium.org>
1263 Reviewed by Darin Fisher.
1265 Implement mozilla's requestAnimationFrame API
1266 https://bugs.webkit.org/show_bug.cgi?id=51218
1268 Tests for window.webkitRequestAnimationFrame(). The new tests
1269 are in the Skipped lists for platforms that do not set
1270 ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
1272 * fast/animation/request-animation-frame-cancel-expected.txt: Added.
1273 * fast/animation/request-animation-frame-cancel.html: Added.
1274 Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
1275 * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
1276 * fast/animation/request-animation-frame-cancel2.html: Added.
1277 Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
1278 * fast/animation/request-animation-frame-display-expected.txt: Added.
1279 * fast/animation/request-animation-frame-display.html: Added.
1280 Tests changing the display: property of an element within a callback.
1281 * fast/animation/request-animation-frame-expected.txt: Added.
1282 * fast/animation/request-animation-frame.html: Added.
1283 Tests the basic use of window.webkitRequestAnimationFrame().
1284 * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
1285 * fast/animation/request-animation-frame-within-callback.html: Added.
1286 Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
1287 * platform/gtk/Skipped:
1288 * platform/mac/Skipped:
1289 * platform/qt/Skipped:
1290 * platform/win/Skipped:
1292 2011-01-20 James Robinson <jamesr@chromium.org>
1294 Reviewed by Eric Seidel.
1296 RenderTableSection's setNeedsCellRecalc needs to null check table()
1297 https://bugs.webkit.org/show_bug.cgi?id=52770
1299 Tests ::-webkit-scrollbar-corner inside a table.
1301 * fast/css-generated-content/table-with-scrollbar-corner-expected.txt: Added.
1302 * fast/css-generated-content/table-with-scrollbar-corner.html: Added.
1304 2011-01-20 Michael Saboff <msaboff@apple.com>
1306 Reviewed by Oliver Hunt.
1308 <rdar://problem/8890203> [RegexFuzz] Crash in generated code (52773)
1309 https://bugs.webkit.org/show_bug.cgi?id=52773
1311 New test to validate fix.
1313 * fast/regex/parentheses-expected.txt:
1314 * fast/regex/script-tests/parentheses.js:
1316 2011-01-20 Dirk Schulze <krit@webkit.org>
1318 Reviewed by Rob Buis.
1320 SVG Pattern doesn't take preserveAspectRatio of references Pattern
1321 https://bugs.webkit.org/show_bug.cgi?id=52802
1323 Added a test case to check that we take preserveAspectRatio of a referenced SVGPattern into account.
1325 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.checksum: Added.
1326 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Added.
1327 * platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Added.
1328 * svg/custom/pattern-referencing-preserve-aspect-ratio.svg: Added.
1330 2011-01-20 Dan Bernstein <mitz@apple.com>
1332 Reviewed by Adele Peterson.
1334 <rdar://problem/8765498> REGRESSION (r72141): Cannot order prints with Aperture 3.1
1336 <rdar://problem/8884648> REGRESSION (r72141): Safari hangs when visiting a page on www.bfmtv.com
1337 https://bugs.webkit.org/show_bug.cgi?id=52765
1339 <rdar://problem/8890909> REGRESSION (r72141): Very Slow Rendering With Certain Markup
1340 https://bugs.webkit.org/show_bug.cgi?id=52265
1342 * fast/block/line-layout: Added.
1343 * fast/block/line-layout/negative-max-height-expected.checksum: Added.
1344 * fast/block/line-layout/negative-max-height-expected.png: Added.
1345 * fast/block/line-layout/negative-max-height-expected.txt: Added.
1346 * fast/block/line-layout/negative-max-height.html: Added.
1348 2011-01-20 Ryosuke Niwa <rniwa@webkit.org>
1350 Unreviewed Chromium rebaseline for r76236.
1352 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
1353 * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
1355 2011-01-20 Philippe Normand <pnormand@igalia.com>
1357 Unreviewed, remove GTK result for window-onerror2 as it's the same
1358 as the generic results file.
1360 * platform/gtk/fast/events/window-onerror2-expected.txt: Removed.
1362 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1364 Reviewed by Adam Roben.
1366 WebKitTestRunner needs to support layoutTestController.evaluateScriptInIsolatedWorld
1367 https://bugs.webkit.org/show_bug.cgi?id=42327
1369 * platform/mac-wk2/Skipped: Unskip the tests that needed this.
1371 2011-01-19 Adam Roben <aroben@apple.com>
1373 Add a test that scrolls composited content that has already been painted
1375 Test for <http://webkit.org/b/52720> REGRESSION (r75987): Assertion failure in
1376 WebView::scrollBackingStore when scrolling page with composited content
1378 Reviewed by Anders Carlsson.
1380 * compositing/scroll-painted-composited-content.html: Added.
1381 * compositing/scroll-painted-composited-content-expected.txt: Added.
1383 2011-01-20 Yury Semikhatsky <yurys@chromium.org>
1385 Reviewed by Pavel Feldman.
1387 Make fast/events/window-onerror2.html throw exception in deterministic order
1388 https://bugs.webkit.org/show_bug.cgi?id=52813
1390 * fast/events/window-onerror2-expected.txt:
1391 * fast/events/window-onerror2.html: call setTimeout from onload handler to make sure exception
1392 in the onload handler will be processed before the one in the setTimeout callback
1393 * platform/chromium/fast/events/window-onerror2-expected.txt:
1395 2011-01-20 Philippe Normand <pnormand@igalia.com>
1397 Unreviewed, new GTK svg test baselines as follow-up of r76236.
1399 * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Added.
1401 2011-01-20 Philippe Normand <pnormand@igalia.com>
1403 Unreviewed, update window-onerror2.html baselines as follow-up of r76216.
1405 * platform/gtk/fast/events/window-onerror2-expected.txt:
1407 2011-01-20 Philippe Normand <pnormand@igalia.com>
1409 Unreviewed, new GTK baselines for 2 new tests.
1411 * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
1412 * platform/gtk/svg/css/text-gradient-shadow-expected.txt: Added.
1414 2011-01-20 Yury Semikhatsky <yurys@chromium.org>
1416 Unreviewed. Update Chromium test expectations.
1418 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1419 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1420 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
1422 2011-01-20 Dirk Schulze <krit@webkit.org>
1424 Reviewed by Andreas Kling.
1426 SVG Pattern doesn't take the viewBox of a referenced Pattern
1427 https://bugs.webkit.org/show_bug.cgi?id=52804
1429 Added a test case of the W3C SVG test suite to check, if we take
1430 the viewBox of a referenced SVGPattern.
1432 * svg/W3C-SVG-1.1-SE/pservers-pattern-04-f.svg: Added.
1433 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum
1434 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png
1435 * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt
1437 2011-01-19 Stephen White <senorblanco@chromium.org>
1439 Reviewed by James Robinson.
1441 Add two to-be-rebaselined tests for the GPU path.
1443 * platform/chromium-gpu/test_expectations.txt:
1445 2011-01-20 Pavel Feldman <pfeldman@chromium.org>
1447 Not reviewed: rebaselined inspector tests.
1449 * http/tests/inspector/console-xhr-logging.html:
1450 * inspector/report-API-errors-expected.txt:
1452 2011-01-20 Jeremy Orlow <jorlow@chromium.org>
1454 [Chromium] Update baselines and add exception.
1456 * platform/chromium-mac/fast/dom/wrapper-classes-expected.txt:
1457 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1458 * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1459 * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt:
1460 * platform/chromium-win/fast/dom/wrapper-classes-expected.txt:
1461 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
1462 * platform/chromium-win/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
1463 * platform/chromium-win/http/tests/security/xss-DENIED-frame-name-expected.txt:
1464 * platform/chromium/test_expectations.txt:
1466 2011-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
1468 Unreviewed, rolling out r76215.
1469 http://trac.webkit.org/changeset/76215
1470 https://bugs.webkit.org/show_bug.cgi?id=52799
1472 Caused regressions in Chromium; morrita is going to look at it
1473 tomrorow (Requested by jorlow on #webkit).
1475 * editing/inserting/insert-composition-whitespace-expected.txt: Removed.
1476 * editing/inserting/insert-composition-whitespace.html: Removed.
1478 2011-01-19 Pavel Podivilov <podivilov@chromium.org>
1480 Reviewed by Eric Seidel.
1482 Web Inspector: enable debugger-pause-on-breakpoint test (fixed by r76129).
1483 https://bugs.webkit.org/show_bug.cgi?id=45291
1485 * http/tests/inspector/debugger-test2.js:
1486 (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView):
1487 * inspector/debugger-breakpoints-not-activated-on-reload.html:
1488 * inspector/debugger-pause-on-breakpoint.html:
1489 * platform/gtk/Skipped:
1490 * platform/mac-leopard/Skipped:
1491 * platform/win/Skipped:
1493 2011-01-20 Philippe Normand <pnormand@igalia.com>
1495 Skip failing tests due to missing trailing white space
1496 https://bugs.webkit.org/show_bug.cgi?id=52798
1498 * platform/gtk/Skipped: Skip 5 http/tests/security tests.
1500 2011-01-20 Martin Robinson <mrobinson@igalia.com>
1502 Skip a test which requires the textInputController, which
1503 the GTK+ DRT does not have.
1505 * platform/gtk/Skipped: Skip new test.
1507 2011-01-20 Sheriff Bot <webkit.review.bot@gmail.com>
1509 Unreviewed, rolling out r76172.
1510 http://trac.webkit.org/changeset/76172
1511 https://bugs.webkit.org/show_bug.cgi?id=52792
1513 This test still fails on the 32-bit GTK+ debug bot. (Requested
1514 by mrobinson on #webkit).
1516 * platform/gtk/Skipped:
1518 2011-01-20 MORITA Hajime <morrita@google.com>
1520 Unreviewed, added a skip list entry
1522 * platform/qt/Skipped:
1524 2011-01-20 Hans Wennborg <hans@chromium.org>
1526 Reviewed by Jeremy Orlow.
1528 IndexedDB: IDBObjectStore.get should fire onsuccess rather than onerror
1529 https://bugs.webkit.org/show_bug.cgi?id=52725
1531 Update layout tests to expect the onsuccess handler to be fired
1532 when looking up non-existing objects.
1534 * storage/indexeddb/create-and-remove-object-store-expected.txt:
1535 * storage/indexeddb/create-and-remove-object-store.html:
1536 * storage/indexeddb/cursor-delete-expected.txt:
1537 * storage/indexeddb/cursor-delete.html:
1538 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
1539 * storage/indexeddb/objectstore-removeobjectstore.html:
1541 2010-12-27 Yury Semikhatsky <yurys@chromium.org>
1543 Reviewed by Pavel Feldman.
1545 WebCore doesn't fire window.onerror event when uncaught JavaScript exceptions are thrown
1546 https://bugs.webkit.org/show_bug.cgi?id=8519
1548 Uncaught exceptions are propagated to window.onerror hander if one is present.
1549 The handler is expected to be a function accepting three arguments: error message,
1550 resource url and line number where the exception occured.
1552 * fast/events/resources/window-onerror.js: Added.
1554 * fast/events/window-onerror1-expected.txt: Added.
1555 * fast/events/window-onerror1.html: Added.
1556 * fast/events/window-onerror10-expected.txt: Added.
1557 * fast/events/window-onerror10.html: Added.
1558 * fast/events/window-onerror11-expected.txt: Added.
1559 * fast/events/window-onerror11.html: Added.
1560 * fast/events/window-onerror12-expected.txt: Added.
1561 * fast/events/window-onerror12.html: Added.
1562 * fast/events/window-onerror2-expected.txt: Added.
1563 * fast/events/window-onerror2.html: Added.
1564 * fast/events/window-onerror3-expected.txt: Added.
1565 * fast/events/window-onerror3.html: Added.
1566 * fast/events/window-onerror4-expected.txt: Added.
1567 * fast/events/window-onerror4.html: Added.
1568 * fast/events/window-onerror5-expected.txt: Added.
1569 * fast/events/window-onerror5.html: Added.
1570 * fast/events/window-onerror6-expected.txt: Added.
1571 * fast/events/window-onerror6.html: Added.
1572 * fast/events/window-onerror7-expected.txt: Added.
1573 * fast/events/window-onerror7.html: Added.
1574 * fast/events/window-onerror8-expected.txt: Added.
1575 * fast/events/window-onerror8.html: Added.
1576 * fast/events/window-onerror9-expected.txt: Added.
1577 * fast/events/window-onerror9.html: Added.
1578 * fast/workers/worker-script-error-expected.txt:
1579 * http/tests/security/resources/onerror-iframe.html: Added.
1580 * http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
1581 * http/tests/security/window-onerror-exception-in-iframe.html: Added.
1582 * platform/chromium-win/fast/workers/worker-script-error-expected.txt:
1583 * platform/chromium/fast/events/window-onerror1-expected.txt: Added.
1584 * platform/chromium/fast/events/window-onerror10-expected.txt: Added.
1585 * platform/chromium/fast/events/window-onerror11-expected.txt: Added.
1586 * platform/chromium/fast/events/window-onerror2-expected.txt: Added.
1587 * platform/chromium/fast/events/window-onerror3-expected.txt: Added.
1588 * platform/chromium/fast/events/window-onerror4-expected.txt: Added.
1589 * platform/chromium/fast/events/window-onerror5-expected.txt: Added.
1590 * platform/chromium/fast/events/window-onerror6-expected.txt: Added.
1591 * platform/chromium/fast/events/window-onerror7-expected.txt: Added.
1592 * platform/chromium/fast/events/window-onerror8-expected.txt: Added.
1593 * platform/chromium/fast/events/window-onerror9-expected.txt: Added.
1594 * platform/chromium/http/tests/security/window-onerror-exception-in-iframe-expected.txt: Added.
1595 * platform/chromium/userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
1596 * platform/chromium/userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
1597 * platform/gtk/Skipped:
1598 * userscripts/window-onerror-for-isolated-world-1-expected.txt: Added.
1599 * userscripts/window-onerror-for-isolated-world-1.html: Added.
1600 * userscripts/window-onerror-for-isolated-world-2-expected.txt: Added.
1601 * userscripts/window-onerror-for-isolated-world-2.html: Added.
1603 2011-01-19 MORITA Hajime <morrita@google.com>
1605 Reviewed by Ryosuke Niwa.
1607 Space and tab characters "sent" by an input method give totally different results than typing them directly.
1608 https://bugs.webkit.org/show_bug.cgi?id=5241
1610 Added a test that exercises continous whitespace characters and tabs inserted by IME.
1612 * editing/inserting/insert-composition-whitespace-expected.txt: Added.
1613 * editing/inserting/insert-composition-whitespace.html: Added.
1615 2011-01-20 Maciej Stachowiak <mjs@apple.com>
1617 Reviewed by Dan Bernstein.
1619 Skip some tests that are failing on the WebKit2 bot
1620 https://bugs.webkit.org/show_bug.cgi?id=52789
1622 * platform/mac-wk2/Skipped:
1624 2011-01-19 Dominic Cooney <dominicc@google.com>
1626 Reviewed by Kent Tamura.
1628 Update test expectations for QT now that keygen is a HTMLKeygenElement.
1629 https://bugs.webkit.org/show_bug.cgi?id=52787
1631 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1632 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
1633 * platform/qt/fast/dom/prototype-inheritance-expected.txt:
1634 * platform/qt/fast/js/global-constructors-expected.txt:
1636 2011-01-19 Maciej Stachowiak <mjs@apple.com>
1638 Reviewed by Dan Bernstein.
1640 Reorganize WebKit2 Skipped list, and remove 56 tests that no longer fail
1641 https://bugs.webkit.org/show_bug.cgi?id=52786
1643 * platform/mac-wk2/Skipped:
1645 2011-01-19 Andrey Kosyakov <caseq@chromium.org>
1647 Reviewed by Yury Semikhatsky.
1649 Flaky Test: http/tests/inspector/extensions-resources-redirect.html
1650 https://bugs.webkit.org/show_bug.cgi?id=52709
1652 * http/tests/inspector/extensions-resources-redirect-expected.txt:
1653 * http/tests/inspector/extensions-resources-redirect.html:
1655 2011-01-19 Dominic Cooney <dominicc@google.com>
1657 Reviewed by Kent Tamura.
1659 Make <keygen> no longer appear to be a <select> element to script.
1661 https://bugs.webkit.org/show_bug.cgi?id=52557
1663 * fast/dom/HTMLKeygenElement/keygen-expected.txt: Added.
1664 * fast/dom/HTMLKeygenElement/keygen-option-select-expected.txt: Removed.
1665 * fast/dom/HTMLKeygenElement/keygen-option-select.html: Removed.
1666 * fast/dom/HTMLKeygenElement/keygen.html: Added.
1667 * fast/dom/Window/window-properties-expected.txt:
1668 * fast/dom/Window/window-property-descriptors-expected.txt:
1669 * fast/dom/prototype-inheritance-2-expected.txt:
1670 * fast/dom/prototype-inheritance-expected.txt:
1671 * fast/dom/wrapper-classes-expected.txt:
1672 * fast/dom/wrapper-classes.html:
1673 * fast/js/global-constructors-expected.txt:
1674 * platform/mac/fast/dom/wrapper-classes-objc-expected.txt:
1675 * platform/mac/fast/dom/wrapper-classes-objc.html:
1677 2011-01-19 Helder Correia <helder@sencha.com>
1679 Reviewed by Andreas Kling.
1681 [Qt] GraphicsContext::strokePath() paints solid shadows with incorrect alpha
1682 https://bugs.webkit.org/show_bug.cgi?id=52705
1684 This is related to bug 52611. The shadow color alpha must be multiplied
1685 by the context pen alpha. Fixing this results in correct behavior for
1686 Canvas path stroke() and strokeRect() [which relies on stroke()].
1688 * fast/canvas/canvas-strokePath-alpha-shadow-expected.txt: Added.
1689 * fast/canvas/canvas-strokePath-alpha-shadow.html: Added.
1690 * fast/canvas/canvas-strokeRect-alpha-shadow-expected.txt: Added.
1691 * fast/canvas/canvas-strokeRect-alpha-shadow.html: Added.
1692 * fast/canvas/script-tests/canvas-strokePath-alpha-shadow.js: Added.
1693 * fast/canvas/script-tests/canvas-strokeRect-alpha-shadow.js: Added.
1695 2011-01-14 Darin Fisher <darin@chromium.org>
1697 Reviewed by Mihai Parparita.
1699 Update expectations for existing tests that expect us to record pre-redirect
1700 URLs for frames. We are now recording post-redirect URLs in HistoryItems.
1702 Add new tests to confirm that we re-initialize the current HistoryItem properly
1703 in the following cases:
1705 1- Navigating back in history to an URL that redirects someplace else this time.
1706 2- Reloading an URL that redirects someplace else this time.
1707 3- Replacing the current history item with a different URL.
1709 https://bugs.webkit.org/show_bug.cgi?id=49654
1711 * fast/history/history-replace-updates-current-item-expected.txt: Added.
1712 * fast/history/history-replace-updates-current-item.html: Added.
1713 * fast/history/resources/history-replace-updates-current-item-done.html: Added.
1714 * fast/history/resources/history-replace-updates-current-item-goback.html: Added.
1715 * http/tests/navigation/postredirect-frames-expected.txt: Added.
1716 * http/tests/navigation/postredirect-frames-goback1-expected.txt:
1717 * http/tests/navigation/postredirect-frames.html:
1718 * http/tests/navigation/redirect-on-back-updates-history-item-expected.txt: Added.
1719 * http/tests/navigation/redirect-on-back-updates-history-item.html: Added.
1720 * http/tests/navigation/redirect-on-reload-updates-history-item-expected.txt: Added.
1721 * http/tests/navigation/redirect-on-reload-updates-history-item.html: Added.
1722 * http/tests/navigation/redirect302-frames-expected.txt:
1723 * http/tests/navigation/redirect302-subframeload-expected.txt:
1724 * http/tests/navigation/resources/redirect-on-back-updates-history-item-goback.html: Added.
1725 * http/tests/navigation/resources/redirect-on-back-updates-history-item.php: Added.
1726 * http/tests/navigation/resources/redirect-on-reload-updates-history-item-goback.html: Added.
1727 * http/tests/navigation/resources/redirect-on-reload-updates-history-item.php: Added.
1728 * http/tests/navigation/resources/redirect-to-cookie.php: Added.
1729 * http/tests/navigation/resources/redirect-updates-history-item-done.html: Added.
1730 * http/tests/navigation/resources/redirect-updates-history-item.js: Added.
1731 (clearLocationCookie):
1732 (setLocationCookie):
1735 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1736 * platform/chromium-linux/http/tests/navigation/postredirect-frames-expected.png: Removed.
1737 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1738 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.png: Removed.
1739 * platform/chromium-win/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1740 * platform/mac/http/tests/navigation/postredirect-frames-expected.checksum: Removed.
1741 * platform/mac/http/tests/navigation/postredirect-frames-expected.png: Removed.
1742 * platform/mac/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1743 * platform/qt/http/tests/navigation/postredirect-frames-expected.txt: Removed.
1745 2011-01-19 Dmitry Titov <dimich@chromium.org>
1747 [Chromium] Unreviewed, update of test expectations.
1749 * platform/chromium/test_expectations.txt:
1751 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1753 Unreviewed, rolling out r76187.
1754 http://trac.webkit.org/changeset/76187
1755 https://bugs.webkit.org/show_bug.cgi?id=52778
1757 Broke caret-showing tests on SnowLeopard and Chromium
1758 (Requested by dimich on #webkit).
1760 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
1761 * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
1762 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
1763 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
1764 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
1766 2011-01-19 Yuzo Fujishima <yuzo@google.com>
1768 Reviewed by Kent Tamura.
1770 Fix for Bug 52279 - WebCore::RenderBlock::updateFirstLetter crashes for anonymous blocks
1771 https://bugs.webkit.org/show_bug.cgi?id=52279
1773 * fast/css/first-letter-anonymous-block-crash-expected.txt: Added.
1774 * fast/css/first-letter-anonymous-block-crash.html: Added.
1776 2011-01-19 James Robinson <jamesr@chromium.org>
1778 Unreviewed, rolling out r76194.
1779 http://trac.webkit.org/changeset/76194
1780 https://bugs.webkit.org/show_bug.cgi?id=51218
1782 Caused mysterious compile failure on the chromium win
1783 build.webkit.org bots
1785 * fast/animation/request-animation-frame-cancel-expected.txt: Removed.
1786 * fast/animation/request-animation-frame-cancel.html: Removed.
1787 * fast/animation/request-animation-frame-cancel2-expected.txt: Removed.
1788 * fast/animation/request-animation-frame-cancel2.html: Removed.
1789 * fast/animation/request-animation-frame-display-expected.txt: Removed.
1790 * fast/animation/request-animation-frame-display.html: Removed.
1791 * fast/animation/request-animation-frame-expected.txt: Removed.
1792 * fast/animation/request-animation-frame-within-callback-expected.txt: Removed.
1793 * fast/animation/request-animation-frame-within-callback.html: Removed.
1794 * fast/animation/request-animation-frame.html: Removed.
1795 * platform/chromium/test_expectations.txt:
1796 * platform/gtk/Skipped:
1797 * platform/mac/Skipped:
1798 * platform/qt/Skipped:
1799 * platform/win/Skipped:
1801 2011-01-19 James Robinson <jamesr@chromium.org>
1803 Reviewed by Darin Fisher.
1805 Implement mozilla's requestAnimationFrame API
1806 https://bugs.webkit.org/show_bug.cgi?id=51218
1808 Tests for window.webkitRequestAnimationFrame(). The new tests
1809 are in the Skipped lists for platforms that do not set
1810 ENABLE(REQUEST_ANIMATION_FRAME) - which is currently all but chromium.
1812 * fast/animation/request-animation-frame-cancel-expected.txt: Added.
1813 * fast/animation/request-animation-frame-cancel.html: Added.
1814 Tests cancelling a callback within a webkitRequestAnimationFrame() callback.
1815 * fast/animation/request-animation-frame-cancel2-expected.txt: Added.
1816 * fast/animation/request-animation-frame-cancel2.html: Added.
1817 Tests interactions between multiple webkitRequestAnimationFrame() callbacks.
1818 * fast/animation/request-animation-frame-display-expected.txt: Added.
1819 * fast/animation/request-animation-frame-display.html: Added.
1820 Tests changing the display: property of an element within a callback.
1821 * fast/animation/request-animation-frame-expected.txt: Added.
1822 * fast/animation/request-animation-frame.html: Added.
1823 Tests the basic use of window.webkitRequestAnimationFrame().
1824 * fast/animation/request-animation-frame-within-callback-expected.txt: Added.
1825 * fast/animation/request-animation-frame-within-callback.html: Added.
1826 Tests setting one webkit.webkitRequestAnimationFrame() callback within another.
1827 * platform/gtk/Skipped:
1828 * platform/mac/Skipped:
1829 * platform/qt/Skipped:
1830 * platform/win/Skipped:
1832 2011-01-19 Dmitry Titov <dimich@chromium.org>
1834 [Chromium] Not reviewed, reverts the following changes:
1835 http://trac.webkit.org/changeset/76164 (build fix)
1836 http://trac.webkit.org/changeset/76159 (main change)
1838 The change broke Chromium Linux-shlib build.
1841 Accelerated canvas2D has bad clipping performance.
1842 https://bugs.webkit.org/show_bug.cgi?id=52627
1844 * platform/chromium-gpu/test_expectations.txt:
1846 2011-01-19 Levi Weintraub <leviw@google.com>
1848 Reviewed by Darin Adler.
1850 Re-committing this with the proper expected results.
1852 Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
1853 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
1854 resulted in the caret being placed incorrectly in overflowing editable IFrame content.
1856 Long lines in non-white-space-pre editable documents show cursor in wrong place
1857 https://bugs.webkit.org/show_bug.cgi?id=48132
1859 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
1860 * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
1861 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
1862 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
1863 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
1865 2011-01-18 Darin Adler <darin@apple.com>
1867 Reviewed by Geoffrey Garen.
1869 Stack overflow when converting an Error object to string
1870 https://bugs.webkit.org/show_bug.cgi?id=46410
1872 * fast/js/script-tests/toString-recursion.js: Added.
1873 * fast/js/toString-recursion-expected.txt: Added.
1874 * fast/js/toString-recursion.html: Added.
1876 2011-01-19 Oliver Hunt <oliver@apple.com>
1878 Reviewed by Gavin Barraclough.
1880 Remove non-spec support for callable RegExp
1881 https://bugs.webkit.org/show_bug.cgi?id=28285
1883 Update test results for new behaviour.
1885 * fast/js/sputnik/Conformance/11_Expressions/11.4_Unary_Operators/11.4.3_The_typeof_Operator/S11.4.3_A3.6-expected.txt:
1886 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T1-expected.txt:
1887 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A1_T2-expected.txt:
1888 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T1-expected.txt:
1889 * fast/js/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.7/S15.10.7_A3_T2-expected.txt:
1890 * fast/loader/stateobjects/pushstate-object-types-expected.txt:
1891 * fast/regex/cross-frame-callable-expected.txt:
1892 * fast/regex/script-tests/cross-frame-callable.js:
1895 2011-01-11 Martin Robinson <mrobinson@igalia.com>
1897 Reviewed by Gustavo Noronha Silva.
1899 [GTK] Move toggle button rendering out of gtk2drawing.c
1900 https://bugs.webkit.org/show_bug.cgi?id=52258
1902 Updated results. The metrics of checkboxes and radio buttons have changed,
1903 because the focus rect is no longer considered to be part of the button.
1905 * platform/gtk/fast/css/non-standard-checkbox-size-expected.txt
1906 * platform/gtk/fast/forms/001-expected.txt:
1907 * platform/gtk/fast/forms/basic-inputs-expected.txt:
1908 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
1909 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt:
1910 * platform/gtk/fast/forms/file-input-disabled-expected.txt:
1911 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
1912 * platform/gtk/fast/forms/formmove-expected.txt:
1913 * platform/gtk/fast/forms/formmove2-expected.txt:
1914 * platform/gtk/fast/forms/indeterminate-expected.txt:
1915 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
1916 * platform/gtk/fast/forms/input-value-expected.txt:
1917 * platform/gtk/fast/forms/radio-attr-order-expected.txt:
1918 * platform/gtk/fast/forms/radio-nested-labels-expected.txt:
1919 * platform/gtk/fast/forms/radio_checked-expected.txt:
1920 * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt:
1922 2011-01-19 Martin Robinson <mrobinson@igalia.com>
1924 Unskip a test now that the 32-bit debug bot has the 2.4 series of FreeType.
1926 * platform/gtk/Skipped: Unskip a test.
1928 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1930 Unreviewed, rolling out r76166.
1931 http://trac.webkit.org/changeset/76166
1932 https://bugs.webkit.org/show_bug.cgi?id=52755
1934 The platform-specific baseline should not be removed yet.
1935 (Requested by dglazkov on #webkit).
1937 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Added.
1938 * platform/chromium/test_expectations.txt:
1940 2011-01-19 Maciej Stachowiak <mjs@apple.com>
1942 Reviewed by Anders Carlsson.
1944 Skip/fix remaining WebKit2 test failures
1945 https://bugs.webkit.org/show_bug.cgi?id=52744
1947 * platform/mac-wk2/fast/blockflow/Kusa-Makura-background-canvas-expected.txt: Added WebKit2 mac results.
1948 It turns out that WebKit1 on Mac is the only port to report a scroll position other than 0, 0 for this
1949 test, so the WebKit2 results are arguably more correct.
1950 * platform/mac-wk2/fast/blockflow: Added.
1951 * platform/mac-wk2/fast: Added.
1952 * platform/mac-wk2/Skipped: Skip a few more tests. (And unskip in some cases where the failures
1953 were caused by other tests.)
1955 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
1957 Unreviewed, rolling out r76152.
1958 http://trac.webkit.org/changeset/76152
1959 https://bugs.webkit.org/show_bug.cgi?id=52750
1961 The original change (76144) was rolled out before (Requested
1962 by dimich on #webkit).
1964 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
1965 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
1967 2011-01-19 Dimitri Glazkov <dglazkov@chromium.org>
1969 Removed platform-specific expectations for the test that matches
1970 generic baseline after http://trac.webkit.org/changeset/76147.
1972 * platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Removed.
1973 * platform/chromium/test_expectations.txt: Removed expectation to fail.
1975 2011-01-19 Robert Hogan <robert@webkit.org>
1977 Unreviewed fix to r76153.
1979 [Qt] Update expected results after r76153
1981 Update missing expected results from r76153. Matches Mac.
1982 Re-skip http/tests/misc/timer-vs-loading.html - it still times
1983 out on the build bot.
1985 https://bugs.webkit.org/show_bug.cgi?id=52395
1987 * platform/qt/Skipped:
1988 * platform/qt/http/tests/loading/simple-subframe-expected.txt:
1990 2011-01-18 Stephen White <senorblanco@chromium.org>
1992 Reviewed by James Robinson.
1994 Add two to-be-rebaselined tests for the GPU path.
1996 * platform/chromium-gpu/test_expectations.txt:
1998 2011-01-19 Sheriff Bot <webkit.review.bot@gmail.com>
2000 Unreviewed, rolling out r76144.
2001 http://trac.webkit.org/changeset/76144
2002 https://bugs.webkit.org/show_bug.cgi?id=52737
2004 Broke tests on multiple bots, mostly Chromium Canaries
2005 (Requested by dimich on #webkit).
2007 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Removed.
2008 * editing/selection/resources/iframe-positioning-caret-at-end.html: Removed.
2009 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Removed.
2010 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Removed.
2011 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Removed.
2013 2011-01-19 Simon Fraser <simon.fraser@apple.com>
2015 Reviewed by Adam Roben.
2017 [CSS Gradients] Crash due to out-of-memory with repeating-linear-gradient and latter stop positioned before former
2018 https://bugs.webkit.org/show_bug.cgi?id=52732
2020 Test for repeating gradient with zero range.
2022 * fast/gradients/zero-range-repeating-gradient-hang-expected.checksum: Added.
2023 * fast/gradients/zero-range-repeating-gradient-hang-expected.png: Added.
2024 * fast/gradients/zero-range-repeating-gradient-hang-expected.txt: Added.
2025 * fast/gradients/zero-range-repeating-gradient-hang.html: Added.
2027 2011-01-19 Robert Hogan <robert@webkit.org>
2029 Reviewed by Simon Hausmann.
2031 [Qt] Unskip passing http tests and annotate Skipped list
2032 https://bugs.webkit.org/show_bug.cgi?id=52395
2035 http/tests/security/xss-DENIED-xsl-document.xml
2036 http/tests/loading/simple-subframe.html
2038 * platform/qt/Skipped:
2039 * platform/qt/http/tests/loading/simple-subframe-expected.txt:
2041 2011-01-19 Martin Robinson <mrobinson@igalia.com>
2043 Rebaseline two GTK+ tests results after r76144.
2045 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
2046 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
2048 2011-01-19 Dimitri Glazkov <dglazkov@chromium.org>
2050 Added fast/forms/slider-mouse-events.html to expectations to make sure
2051 the new results are good on all bots.
2053 * platform/chromium/test_expectations.txt: Tweaked expectations.
2055 2011-01-19 Oliver Hunt <oliver@apple.com>
2057 Reviewed by Gavin Barraclough.
2059 [jsfunfuzz] Defining a function called __proto__ inside an eval triggers an assertion
2060 https://bugs.webkit.org/show_bug.cgi?id=52672
2062 Add tests to ensure that we disallow __proto__ as a function name.
2064 * fast/js/parser-syntax-check-expected.txt:
2065 * fast/js/script-tests/parser-syntax-check.js:
2067 2011-01-19 Chang Shu <chang.shu@nokia.com>
2069 Reviewed by Darin Adler.
2071 https://bugs.webkit.org/show_bug.cgi?id=52056
2072 1. Fixed test cases in the above bug;
2073 2. Partially fixed test cases in other contentEditable bugs;
2074 3. Updated expected result for fast/dom/element-attribute-js-null.html.
2075 However, the test itself should be fixed later in bug 52057.
2077 * editing/editability/attr-invalid-string-expected.txt:
2078 * editing/editability/attr-invalid-string.html:
2079 * editing/editability/attr-missing-ancestor-false-expected.txt:
2080 * editing/editability/attr-missing-ancestor-false.html:
2081 * editing/editability/attr-missing-ancestor-true-expected.txt:
2082 * editing/editability/attr-missing-ancestor-true.html:
2083 * editing/editability/attr-missing-parent-ancestor-missing-expected.txt:
2084 * editing/editability/attr-missing-parent-ancestor-missing.html:
2085 * editing/editability/attr-missing-parent-false-expected.txt:
2086 * editing/editability/attr-missing-parent-false.html:
2087 * editing/editability/attr-missing-parent-true-expected.txt:
2088 * editing/editability/attr-missing-parent-true.html:
2089 * editing/editability/set-false-expected.txt:
2090 * editing/editability/set-inherit-parent-false-expected.txt:
2091 * editing/editability/set-inherit-parent-true-expected.txt:
2092 * editing/editability/set-invalid-value-expected.txt:
2093 * editing/editability/set-true-expected.txt:
2094 * editing/editability/set-value-caseinsensitive-expected.txt:
2095 * fast/dom/element-attribute-js-null-expected.txt:
2097 2011-01-19 Levi Weintraub <leviw@chromium.org>
2099 Reviewed by Darin Adler.
2101 Changing RenderText::localCaretRect to clip to its containing block's logicalLeft and
2102 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
2103 resulted in the caret being placed incorrectly in overflowing editable IFrame content.
2105 Long lines in non-white-space-pre editable documents show cursor in wrong place
2106 https://bugs.webkit.org/show_bug.cgi?id=48132
2108 * editing/selection/caret-painting-in-overflowing-autowrap-content.html: Added.
2109 * editing/selection/resources/iframe-positioning-caret-at-end.html: Added.
2110 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.checksum: Added.
2111 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.png: Added.
2112 * platform/mac/editing/selection/caret-painting-in-overflowing-autowrap-content-expected.txt: Added.
2114 2011-01-19 Brian Weinstein <bweinstein@apple.com>
2116 Update Windows expected results after r76115.
2118 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
2120 2011-01-18 Evan Martin <evan@chromium.org>
2122 Reviewed by Tony Chang.
2124 [chromium] simplify complex text code, fixing a handful of layout tests
2125 https://bugs.webkit.org/show_bug.cgi?id=52661
2127 * platform/chromium/test_expectations.txt: Mark 11 tests as expected to pass.
2129 2011-01-19 Michael Saboff <msaboff@apple.com>
2131 Reviewed by Darin Adler.
2133 <rdar://problem/8882994> Regression: Simple nested backtrack hangs
2134 https://bugs.webkit.org/show_bug.cgi?id=52675
2136 New tests to support change.
2138 * fast/regex/parentheses-expected.txt:
2139 * fast/regex/script-tests/parentheses.js:
2141 2011-01-19 Csaba Osztrogonác <ossy@webkit.org>
2145 Add Qt specific expected result for a new test introduced in r76074.
2146 Compared to Mac png files and Mac expected files.
2148 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
2149 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
2150 * platform/qt/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
2152 2011-01-19 Pavel Podivilov <podivilov@chromium.org>
2154 Reviewed by Yury Semikhatsky.
2156 Web Inspector: [JSC] scripts have incorrect starting line (always 1).
2157 https://bugs.webkit.org/show_bug.cgi?id=52721
2159 * inspector/debugger-scripts-expected.txt: Added.
2160 * inspector/debugger-scripts.html: Added.
2162 2011-01-19 Jeremy Orlow <jorlow@chromium.org>
2164 This test changed slightly, so rebaseline it. The offsets seem off
2165 but they have been for as long as the files have been upstream so it's
2166 likely a known issue.
2168 * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
2169 * platform/chromium/test_expectations.txt:
2171 2011-01-19 Hans Wennborg <hans@chromium.org>
2173 Reviewed by Jeremy Orlow.
2175 IndexedDB: Support auto-increment keys
2176 https://bugs.webkit.org/show_bug.cgi?id=52576
2178 Add layout test for auto increment keys.
2179 Update previous test not to consider auto increment an error.
2181 * storage/indexeddb/create-object-store-options-expected.txt:
2182 * storage/indexeddb/create-object-store-options.html:
2183 * storage/indexeddb/objectstore-autoincrement-expected.txt: Added.
2184 * storage/indexeddb/objectstore-autoincrement.html: Added.
2186 2011-01-19 Csaba Osztrogonác <ossy@webkit.org>
2190 Update Qt specific expected files after r76115.
2192 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2193 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
2195 2011-01-19 Joseph Pecoraro <joepeck@webkit.org>
2197 Reviewed by Simon Fraser.
2199 Update Test Now that Bug is Fixed
2200 https://bugs.webkit.org/show_bug.cgi?id=52677
2202 * fast/events/offsetX-offsetY-expected.txt: one more PASS line.
2203 * fast/events/offsetX-offsetY.html: uncomment and update hit-test location.
2205 2011-01-19 Jeremy Orlow <jorlow@chromium.org>
2207 Move pixel test results to the proper place.
2209 * platform/mac/svg/custom/use-inherit-style-expected.checksum: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.checksum.
2210 * platform/mac/svg/custom/use-inherit-style-expected.png: Renamed from LayoutTests/svg/custom/use-inherit-style-expected.png.
2212 2011-01-19 Pavel Feldman <pfeldman@chromium.org>
2214 Not reviewed: fixed flaky inspector test.
2216 * http/tests/inspector/extensions-resources-redirect.html:
2218 2011-01-19 Mikhail Naganov <mnaganov@chromium.org>
2220 Revert r76114 -- added test fails on Chromium canaries.
2222 2011-01-19 Alexander Pavlov <apavlov@chromium.org>
2224 Reviewed by Pavel Feldman.
2226 Web Inspector: Employ TextPrompt for CSS property name/value autocompletion
2227 https://bugs.webkit.org/show_bug.cgi?id=52212
2229 * inspector/styles-add-blank-property.html: Follow the altered event handling.
2230 * inspector/styles-url-linkify.html: Eliminate flakiness.
2232 2011-01-19 Dai Mikurube <dmikurube@google.com>
2234 Reviewed by Kent Tamura.
2236 Implement onformchange and onforminput event handlers
2237 https://bugs.webkit.org/show_bug.cgi?id=26141
2239 * fast/dom/Window/window-properties-expected.txt: Added form events.
2240 * fast/dom/Window/window-property-descriptors-expected.txt: Added form events.
2241 * fast/forms/formchange-event-expected.txt: Added.
2242 * fast/forms/formchange-event.html: Added to test formchange events.
2243 * fast/forms/forminput-event-expected.txt: Added.
2244 * fast/forms/forminput-event.html: Added to test forminput events.
2245 * fast/forms/script-tests/formchange-event.js: Added.
2248 * fast/forms/script-tests/forminput-event.js: Added.
2252 2011-01-18 Mikhail Naganov <mnaganov@chromium.org>
2254 Reviewed by Yury Semikhatsky.
2256 Web Inspector: Add layout test for the CPU profiler.
2258 This test replaces DevToolsSanityTest.TestProfilerTab from
2259 Chromium's interactive_ui_tests.
2261 https://bugs.webkit.org/show_bug.cgi?id=52634
2263 * inspector/cpu-profiler-profiling-expected.txt: Added.
2264 * inspector/cpu-profiler-profiling.html: Added.
2266 2011-01-18 Pavel Feldman <pfeldman@chromium.org>
2268 Reviewed by Yury Semikhatsky.
2270 Web Inspector: make InjectedScriptAccess API a part of Web Inspector protocol.
2271 https://bugs.webkit.org/show_bug.cgi?id=52652
2273 Calls served by the InjectedScript should be first class protocol
2274 citizens, not dispatched via single protocol message.
2276 * http/tests/inspector/extensions-test.js:
2277 (initialize_ExtensionsTest.InspectorTest.runExtensionTests):
2278 * http/tests/inspector/inspector-test2.js:
2279 (initialize_InspectorTest.InspectorTest.evaluateInPage):
2280 * http/tests/inspector/resource-har-conversion.html:
2281 * inspector/console-command-clear.html:
2282 * inspector/console-dir-global.html:
2284 2011-01-18 Eric Seidel <eric@webkit.org>
2286 Unreviewed, rolling out r76084.
2287 http://trac.webkit.org/changeset/76084
2288 https://bugs.webkit.org/show_bug.cgi?id=52654
2292 * fast/dom/Window/open-window-empty-url-expected.txt: Removed.
2293 * fast/dom/Window/open-window-empty-url.html: Removed.
2295 2011-01-18 Maciej Stachowiak <mjs@apple.com>
2297 Reviewed by Sam Weinig.
2299 Skip (and in a few cases fix) tests for WebKit2
2300 https://bugs.webkit.org/show_bug.cgi?id=52698
2302 * editing/pasteboard/copy-null-characters.html: Make this test fail in a more
2303 obvious way when it fails.
2304 * fast/events/scroll-event-does-not-bubble.html: Make this test properly
2305 handle the fact that scroll events are async. The job was half-done before.
2306 * platform/mac-wk2/Skipped: Skip!
2308 2011-01-18 Maciej Stachowiak <mjs@apple.com>
2312 Revert inadvertantly committed test changes.
2314 * editing/pasteboard/copy-null-characters.html:
2315 * fast/events/scroll-event-does-not-bubble.html:
2316 * platform/mac-wk2/Skipped:
2317 * transitions/remove-transition-style.html:
2319 2011-01-18 Oliver Hunt <oliver@apple.com>
2321 Reviewed by Gavin Barraclough.
2323 [jsfunfuzz] Assertion asking activation for arguments when arguments is overridden
2324 https://bugs.webkit.org/show_bug.cgi?id=52690
2326 Add a few more tests.
2328 * fast/js/function-dot-arguments-expected.txt:
2329 * fast/js/script-tests/function-dot-arguments.js:
2330 (overwroteArgumentsInDynamicScope1):
2331 (overwroteArgumentsInDynamicScope2):
2332 (overwroteArgumentsInDynamicScope3):
2334 2011-01-18 Dmitry Titov <dimich@chromium.org>
2336 [Chromium] Not reviewed, adding pixel expectations for new test.
2338 * platform/chromium-mac/fast/css/background-clip-values-expected.checksum: Added.
2339 * platform/chromium-mac/fast/css/background-clip-values-expected.png: Added.
2341 2011-01-18 Jessie Berlin <jberlin@apple.com>
2343 Reviewed by Adam Roben.
2345 Add a test that calling window.open with an empty URL does not trigger an assertion or
2347 https://bugs.webkit.org/show_bug.cgi?id=52654
2349 * fast/dom/Window/open-window-empty-url-expected.txt: Added.
2350 * fast/dom/Window/open-window-empty-url.html: Added.
2352 2011-01-18 Robert Hogan <robert@webkit.org>
2354 Reviewed by Simon Hausmann.
2356 [Qt] http/tests/incremental/slow-utf8-text.pl fails
2357 https://bugs.webkit.org/show_bug.cgi?id=44282
2359 * platform/qt/Skipped:
2361 2011-01-18 Michael Saboff <msaboff@apple.com>
2363 Reviewed by Oliver Hunt.
2365 <rdar://problem/8875432> Regression: Some text-only e-mails cause hang beneath RegExp::match (52540)
2366 https://bugs.webkit.org/show_bug.cgi?id=52540
2367 https://bugs.webkit.org/show_bug.cgi?id=52662
2369 New tests to check for proper linking of parentheses nested under
2370 a non-capturing parentheses.
2372 * fast/regex/parentheses-expected.txt:
2373 * fast/regex/script-tests/parentheses.js:
2375 2011-01-18 David Hyatt <hyatt@apple.com>
2377 Reviewed by Dan Bernstein.
2379 <rdar://problem/8479998> REGRESSION (r67660): broken button layout at devforums.apple.com
2381 Exclude floating objects from shrinking to avoid floats. They should never do this. Timing-related bugs could
2382 occur as a result of this mistake, and the change to rewrite pagination to defer layout of floats until they
2383 got encountered on the correct line exposed this issue.
2385 Added /fast/block/float/float-overflow-hidden-containing-block-width.html.
2386 * fast/block/float/float-overflow-hidden-containing-block-width.html: Added.
2387 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.checksum: Added.
2388 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Added.
2389 * platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
2391 2011-01-18 Dmitry Titov <dimich@chromium.org>
2393 [Chromium] Not reviewed, updated expectations for tests
2394 affected by http://trac.webkit.org/changeset/76047
2396 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.checksum:
2397 * platform/chromium-mac/fast/backgrounds/size/backgroundSize22-expected.png:
2398 * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.checksum:
2399 * platform/chromium-win/fast/backgrounds/size/backgroundSize22-expected.png:
2400 * platform/chromium-win/fast/css/background-clip-values-expected.checksum: Added.
2401 * platform/chromium-win/fast/css/background-clip-values-expected.png: Added.
2403 2011-01-18 Kenneth Russell <kbr@google.com>
2405 Reviewed by David Levin.
2407 Must strip comments from WebGL shaders before enforcing character set
2408 https://bugs.webkit.org/show_bug.cgi?id=52390
2410 Incorporated non-ASCII GLSL conformance tests from Khronos
2411 repository. Updated and synchronized invalid-passed-params.html
2412 with Khronos repository, undoing changes from
2413 http://trac.webkit.org/changeset/75735 .
2415 * fast/canvas/webgl/glsl-conformance-expected.txt:
2416 * fast/canvas/webgl/invalid-passed-params-expected.txt:
2417 * fast/canvas/webgl/invalid-passed-params.html:
2418 * fast/canvas/webgl/shaders/00_shaders.txt:
2419 * fast/canvas/webgl/shaders/misc: Added.
2420 * fast/canvas/webgl/shaders/misc/00_shaders.txt: Added.
2421 * fast/canvas/webgl/shaders/misc/non-ascii-comments.vert: Added.
2422 * fast/canvas/webgl/shaders/misc/non-ascii.vert: Added.
2424 2011-01-18 Chris Marrin <cmarrin@apple.com>
2426 Reviewed by Simon Fraser.
2428 Add LayoutTests for new compositing layer logic
2429 https://bugs.webkit.org/show_bug.cgi?id=52657
2431 Add 4 tests checking that the layer tree is properly constructed with nested
2432 layers. The first test is a simple static test of a layer with a 3D transform
2433 with a non-layered parent. It is a pixel test and is just looking for a correct
2434 image. The second test is similar but has a 4 deep hierarchy of <div> element where
2435 only the innermost layer has a 3D transform. It is also a pixel test.
2436 The other 2 tests are the same except that they add and then remove the innermost
2437 layer's transform. It makes sure the layer tree is correct before and after
2440 * compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Added.
2441 * compositing/geometry/layer-due-to-layer-children-deep-switch.html: Added.
2442 * compositing/geometry/layer-due-to-layer-children-deep.html: Added.
2443 * compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Added.
2444 * compositing/geometry/layer-due-to-layer-children-switch.html: Added.
2445 * compositing/geometry/layer-due-to-layer-children.html: Added.
2446 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added.
2447 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
2448 * platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Added.
2449 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added.
2450 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
2451 * platform/mac/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
2453 2011-01-18 Mihai Parparita <mihaip@chromium.org>
2455 Reviewed by Ojan Vafai.
2457 [Chromium] Update Sputnik test expectations
2458 https://bugs.webkit.org/show_bug.cgi?id=52656
2460 Mark Sputnik tests as WONTFIX, so that they don't artificially inflate
2461 our failing test count.
2463 * platform/chromium/test_expectations.txt:
2465 2011-01-18 Dmitry Titov <dimich@chromium.org>
2467 [Chromium] Not reviewed, test expectations update.
2468 Added exclusion for new test fast/canvas/canvas-fillPath-alpha-shadow.html
2470 * platform/chromium-gpu/test_expectations.txt:
2471 * platform/chromium/test_expectations.txt:
2473 2011-01-18 Oliver Hunt <oliver@apple.com>
2475 Reviewed by Antti Koivisto.
2477 [jsfunfuzz] Assertion in codegen for array of NaN constants
2478 https://bugs.webkit.org/show_bug.cgi?id=52643
2480 Add a testcase to ensure we handle a large number of NaN literals
2481 in (0/0 is folded to NaN automatically during parsing).
2483 * fast/js/codegen-temporaries-expected.txt:
2484 * fast/js/script-tests/codegen-temporaries.js:
2486 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2488 Reviewed by Simon Fraser.
2490 Support background-clip: content-box
2491 https://bugs.webkit.org/show_bug.cgi?id=48771
2493 Added test cases to check the various valid background-clip values.
2495 * fast/css/background-clip-text-expected.txt:
2496 * fast/css/background-clip-values-expected.checksum: Added.
2497 * fast/css/background-clip-values-expected.txt: Added.
2498 * fast/css/background-clip-values.html: Added.
2499 * fast/css/script-tests/background-clip-text.js:
2501 2011-01-18 Chris Fleizach <cfleizach@apple.com>
2503 Reviewed by Darin Adler.
2505 REGRESSION: A problem with Voiceover and finding links
2506 https://bugs.webkit.org/show_bug.cgi?id=52324
2508 * platform/mac/accessibility/iframe-with-title-correct-hierarchy-expected.txt: Added.
2509 * platform/mac/accessibility/iframe-with-title-correct-hierarchy.html: Added.
2511 2011-01-18 Martin Robinson <mrobinson@igalia.com>
2513 Reviewed by Eric Seidel.
2515 [GTK] Filenames are converted to URLs during edit drags
2516 https://bugs.webkit.org/show_bug.cgi?id=52096
2518 * platform/gtk/Skipped: Unskip passing test. Fix a misspelled
2519 drag and drop test on the list as well.
2521 2011-01-18 Jeremy Orlow <jorlow@chromium.org>
2523 [Chromium] Create baselines for svg/css/text-gradient-shadow.svg
2524 https://bugs.webkit.org/show_bug.cgi?id=52640
2526 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.checksum: Added.
2527 * platform/chromium-linux/svg/css/text-gradient-shadow-expected.png: Added.
2528 * platform/chromium-mac/svg/css/text-gradient-shadow-expected.checksum: Added.
2529 * platform/chromium-win/svg/css/text-gradient-shadow-expected.checksum: Added.
2530 * platform/chromium-win/svg/css/text-gradient-shadow-expected.png: Added.
2531 * platform/chromium-win/svg/css/text-gradient-shadow-expected.txt: Added.
2532 * platform/chromium/test_expectations.txt:
2534 2011-01-18 Martin Robinson <mrobinson@igalia.com>
2536 Skip two tests which were incorrectly passing before GTK+
2537 had support for beginDragWithFiles.
2539 * platform/gtk/Skipped: Skip failing tests.
2541 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2543 Reviewed by Jeremy Orlow.
2545 [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
2546 https://bugs.webkit.org/show_bug.cgi?id=52633
2548 Combine test expectations for the test into one line.
2550 * platform/chromium/test_expectations.txt:
2552 2011-01-18 Helder Correia <helder@sencha.com>
2554 Reviewed by Kenneth Rohde Christiansen.
2556 [Qt] Incorrect shadow alpha with semi-transparent solid fillStyle
2557 https://bugs.webkit.org/show_bug.cgi?id=52611
2559 This is related to bug 52559. The shadow color alpha must be multiplied
2560 by the context brush alpha.
2562 New test to ensure correct behavior of canvas with fillPath using a
2563 semi-transparent fillStyle color and a shadow.
2565 * fast/canvas/canvas-fillPath-alpha-shadow-expected.txt: Added.
2566 * fast/canvas/canvas-fillPath-alpha-shadow.html: Added.
2567 * fast/canvas/script-tests/canvas-fillPath-alpha-shadow.js: Added.
2569 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2571 Unreviewed; updated chromium test expectations.
2573 [Chromium] Adjust test expectations fast/files/revoke-blob-url.html is flaky on linux.
2574 https://bugs.webkit.org/show_bug.cgi?id=52633
2576 * platform/chromium/test_expectations.txt:
2578 2011-01-18 Adam Bergkvist <adam.bergkvist@ericsson.com> and Martin Robinson <mrobinson@igalia.com>
2580 Reviewed by Gustavo Noronha Silva.
2582 [GTK] The GTK+ EventSender needs support for beginDragWithFiles
2583 https://bugs.webkit.org/show_bug.cgi?id=40833
2585 Unskip passing tests, add in a GTK+-specific result and one more result
2586 which is necessary because GTK+ tests run in Xvfb.
2588 * platform/gtk/Skipped: Unskip tests that are now passing and organize
2589 the remaining skipped tests.
2590 * platform/gtk/fast/forms/input-file-re-render-expected.txt: Added.
2591 * platform/gtk/http/tests/security/clipboard/clipboard-file-access-expected.txt: Added.
2593 2011-01-18 Andrey Kosyakov <caseq@chromium.org>
2595 Reviewed by Yury Semikhatsky.
2597 Web Inspector: fail resource.requestContent() immediately for WebSocket resources
2598 Remove webInspector.resources.Types from test expectations.
2599 https://bugs.webkit.org/show_bug.cgi?id=52628
2601 * inspector/extensions-api-expected.txt:
2603 2011-01-18 Helder Correia <helder@sencha.com>
2605 Reviewed by Dirk Schulze.
2607 REGRESSION(75139): SVG gradients are not applied to texts
2608 https://bugs.webkit.org/show_bug.cgi?id=52531
2610 r75139 caused a problem with filling and stroking text with a gradient
2611 fill in SVG. The order of CGContextConcatCTM and CGContextClipToRect
2614 * platform/mac/svg/css/text-gradient-shadow-expected.checksum: Added.
2615 * platform/mac/svg/css/text-gradient-shadow-expected.png: Added.
2616 * platform/mac/svg/css/text-gradient-shadow-expected.txt: Added.
2617 * svg/css/text-gradient-shadow.svg: Added.
2619 2011-01-18 John Knottenbelt <jknotten@chromium.org>
2621 Reviewed by Jeremy Orlow.
2623 Add pixel test baseline for svg/custom/use-inherit-style.svg
2624 https://bugs.webkit.org/show_bug.cgi?id=52630
2626 * svg/custom/use-inherit-style-expected.checksum: Added.
2627 * svg/custom/use-inherit-style-expected.png: Added.
2629 2011-01-18 Leo Yang <leo.yang@torchmobile.com.cn>
2631 Reviewed by Nikolas Zimmermann.
2633 Unable to indirectly animate visibility of SVGUseElement
2634 https://bugs.webkit.org/show_bug.cgi?id=50240
2636 Test case to verify if SVGUseElement inherits parent's
2639 * svg/custom/use-inherit-style-expected.txt: Added.
2640 * svg/custom/use-inherit-style.svg: Added.
2642 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2644 Unreviewed, remove wrong chromium expectation for console-xhr-logging test.
2646 * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Removed.
2648 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2650 Unreviewed, test fix for r76019.
2652 * http/tests/inspector-enabled/console-log-before-frame-navigation-expected.txt:
2653 * http/tests/inspector-enabled/console-log-before-frame-navigation.html:
2655 2011-01-18 Pavel Podivilov <podivilov@chromium.org>
2657 Reviewed by Yury Semikhatsky.
2659 Web Inspector: fix flaky debugger tests.
2660 https://bugs.webkit.org/show_bug.cgi?id=51320
2662 * http/tests/inspector/debugger-test2.js:
2663 (initialize_DebuggerTest.InspectorTest.setBreakpoint):
2664 (initialize_DebuggerTest.InspectorTest.showScriptSource):
2665 (initialize_DebuggerTest.InspectorTest._showScriptSource):
2666 * inspector/debugger-pause-on-breakpoint-expected.txt:
2667 * inspector/debugger-pause-on-breakpoint.html:
2669 2011-01-18 Antti Koivisto <antti@apple.com>
2671 Reviewed by Dave Hyatt.
2673 https://bugs.webkit.org/show_bug.cgi?id=52370
2674 Style sharing optimization no longer works on major web sites
2676 These are progressions (with no noticable visual change).
2677 MathML code was improperly sharing style.
2679 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
2680 * platform/mac/mathml/presentation/subsup-expected.txt:
2682 2011-01-18 Philippe Normand <pnormand@igalia.com>
2684 Unreviewed, rolling out r76002.
2685 http://trac.webkit.org/changeset/76002
2686 https://bugs.webkit.org/show_bug.cgi?id=49790
2688 breaks a bunch of fast/forms tests on mac and GTK
2690 * fast/forms/select-option-background-color-change.html: Removed.
2691 * fast/forms/select-option-color-change.html: Removed.
2692 * fast/forms/select-option-visibility-change.html: Removed.
2693 * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed.
2694 * platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed.
2695 * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed.
2696 * platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed.
2697 * platform/mac/fast/forms/select-option-color-change-expected.png: Removed.
2698 * platform/mac/fast/forms/select-option-color-change-expected.txt: Removed.
2699 * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed.
2700 * platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed.
2701 * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed.
2703 2011-01-18 Csaba Osztrogonác <ossy@webkit.org>
2707 [Qt] Fix LoadHTMLStringItem::invoke() after r75966
2708 https://bugs.webkit.org/show_bug.cgi?id=52614
2710 * platform/qt/Skipped: http/tests/navigation/go-back-to-error-page.html added until fix.
2712 2011-01-17 Rob Buis <rwlbuis@gmail.com>
2714 Reviewed by Kent Tamura.
2717 Color changes to option elements in a select multiple aren't drawn immediately
2718 https://bugs.webkit.org/show_bug.cgi?id=49790
2720 * fast/forms/select-option-background-color-change.html: Added.
2721 * fast/forms/select-option-color-change.html: Added.
2722 * fast/forms/select-option-visibility-change.html: Added.
2723 * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Added.
2724 * platform/mac/fast/forms/select-option-background-color-change-expected.png: Added.
2725 * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Added.
2726 * platform/mac/fast/forms/select-option-color-change-expected.checksum: Added.
2727 * platform/mac/fast/forms/select-option-color-change-expected.png: Added.
2728 * platform/mac/fast/forms/select-option-color-change-expected.txt: Added.
2729 * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Added.
2730 * platform/mac/fast/forms/select-option-visibility-change-expected.png: Added.
2731 * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Added.
2733 2011-01-17 Steve Lacey <sjl@chromium.org>
2735 Reviewed by David Levin.
2737 Rebaseline media/video-zoom-controls for chromium.
2738 https://bugs.webkit.org/show_bug.cgi?id=52415
2740 * platform/chromium-linux/media/video-zoom-controls-expected.checksum: Added.
2741 * platform/chromium-linux/media/video-zoom-controls-expected.png: Added.
2742 * platform/chromium-mac/media/video-zoom-controls-expected.checksum: Added.
2743 * platform/chromium-mac/media/video-zoom-controls-expected.png: Added.
2744 * platform/chromium-mac/media/video-zoom-controls-expected.txt: Added.
2745 * platform/chromium-win/media/video-zoom-controls-expected.checksum: Added.
2746 * platform/chromium-win/media/video-zoom-controls-expected.png: Added.
2747 * platform/chromium-win/media/video-zoom-controls-expected.txt: Added.
2748 * platform/chromium/test_expectations.txt:
2750 2011-01-17 Dmitry Titov <dimich@chromium.org>
2752 [Chromium] Not reviewed, test expectations update.
2753 Added TIMEOUT to fast/canvas/canvas-fillPath-pattern-shadow.html
2755 * platform/chromium-gpu/test_expectations.txt:
2757 2011-01-17 Michael Saboff <msaboff@apple.com>
2759 Reviewed by Oliver Hunt.
2761 [regexfuzz] Crash running regex with lookahead
2762 https://bugs.webkit.org/show_bug.cgi?id=52548
2764 New tests from regex fuzzer.
2766 * fast/regex/parentheses-expected.txt:
2767 * fast/regex/script-tests/parentheses.js:
2769 2011-01-17 Dmitry Titov <dimich@chromium.org>
2771 [Chromium] Not reviewed, test expectations update.
2772 Same as previous patch, now for -gpu file.
2774 * platform/chromium-gpu/test_expectations.txt:
2776 2011-01-17 Dmitry Titov <dimich@chromium.org>
2778 [Chromium] Not reviewed, test expectations update.
2779 fast/canvas/canvas-fillPath-pattern-shadow.html fails on Win and Linux.
2781 * platform/chromium/test_expectations.txt:
2783 2011-01-17 Adam Roben <aroben@apple.com>
2785 Make compositing/tiling/huge-layer-resize.html faster, more reliable,
2786 and more crashy (when there's a WebKit bug)
2788 This test was trying to cause a layout/paint to happen by returning to
2789 the event loop for a certain amount of time via setTimeout. But this
2790 didn't always result in a layout/paint (at least on Windows). We now
2791 force the layout/paint explicitly, which also lets us speed up the test
2792 by removing the setTimeouts.
2794 Reviewed by Darin Adler and Chris Marrin.
2796 Test for <http://webkit.org/b/52597> Crash beneath
2797 PlatformCALayer::adoptSublayers when switching out of tiling mode
2798 (null-dereference of a PlatformCALayer)
2800 * compositing/tiling/huge-layer-resize.html:
2801 (testOnLoad): Changed to use recordLayerTree, which forces a
2802 layout/paint, instead of hoping that setTimeout will do the trick.
2803 (recordLayerTree): Forces a layout/paint, then dumps the layer tree.
2805 2011-01-17 Dan Bernstein <mitz@apple.com>
2807 Reviewed by Darin Adler.
2809 Use of invalid hash map key in CSSFontFaceSource::getFontData() with 0-sized remote font
2810 https://bugs.webkit.org/show_bug.cgi?id=52598
2812 * fast/css/font-face-zero-hash-key-expected.txt: Added.
2813 * fast/css/font-face-zero-hash-key.html: Added.
2815 2011-01-17 Helder Correia <helder@sencha.com>
2817 Reviewed by Andreas Kling.
2819 [Qt] Incorrect shadow alpha with pattern fillStyle
2820 https://bugs.webkit.org/show_bug.cgi?id=52559
2822 The shadow color opacity needs to be set on the shadow painter.
2823 This is related to bug 52556.
2825 * fast/canvas/canvas-fillPath-pattern-shadow-expected.txt: Added.
2826 * fast/canvas/canvas-fillPath-pattern-shadow.html: Added.
2827 * fast/canvas/script-tests/canvas-fillPath-pattern-shadow.js: Added.
2829 2011-01-17 David Kilzer <ddkilzer@apple.com>
2831 <http://webkit.org/b/52524> fast/dom/Range/range-clone-contents.html fails only on Windows
2833 Reviewed by Alexey Proskuryakov.
2835 * platform/win/Skipped: Removed
2836 fast/dom/Range/range-clone-contents.html. It appears the
2837 Windows buildbots need a clean build.
2839 2011-01-17 Jessie Berlin <jberlin@apple.com>
2841 Reviewed by Anders Carlsson.
2843 REGRESSION: Assertion failure in FrameLoader::continueLoadAfterWillSubmitForm() when
2844 navigating back to an unreachable URL
2845 https://bugs.webkit.org/show_bug.cgi?id=52388
2847 Add a test that loads an alternate HTML String for an "unreachable" URL, loads another
2848 page, and then goes back to the "unreachable" URL, which is now reachable.
2850 This tests two things:
2851 1) No assertion failure when going back to an unreachable URL.
2852 2) There is no page cached for the unreachable URL.
2854 * http/tests/navigation/go-back-to-error-page-expected.txt: Added.
2855 * http/tests/navigation/go-back-to-error-page.html: Added.
2856 * http/tests/navigation/resources/page-to-go-back-from.html: Added.
2857 * http/tests/navigation/resources/page-treated-as-unreachable.html: Added.
2859 2011-01-17 Pavel Feldman <pfeldman@chromium.org>
2861 Not reviewed: skip flaky inspector test (will look at it tomorrow).
2863 * platform/mac-leopard/Skipped:
2865 2011-01-17 Andrey Kosyakov <caseq@chromium.org>
2867 Reviewed by Pavel Feldman.
2869 Web Inspector: [Extensions API] webInspector.resources.onFinished is not fired for redirected resources
2870 Added test for finished event being sent for redirected resources.
2871 https://bugs.webkit.org/show_bug.cgi?id=52452
2873 * http/tests/inspector/extensions-resources-redirect-expected.txt:
2874 * http/tests/inspector/extensions-resources-redirect.html:
2876 2011-01-17 Pavel Feldman <pfeldman@chromium.org>
2878 Not reviewed: first timeline-network-resource flakiness.
2880 * inspector/timeline-network-resource.html:
2882 2011-01-17 Pavel Podivilov <podivilov@chromium.org>
2884 Reviewed by Yury Semikhatsky.
2886 Web Inspector: fix flaky debugger tests.
2887 https://bugs.webkit.org/show_bug.cgi?id=51320
2889 * http/tests/inspector/debugger-test2.js:
2890 (initialize_DebuggerTest.InspectorTest.setBreakpoint):
2891 * inspector/debugger-breakpoints-not-activated-on-reload.html:
2892 * inspector/debugger-pause-on-breakpoint-expected.txt:
2893 * inspector/debugger-pause-on-breakpoint.html:
2895 2011-01-17 Csaba Osztrogonác <ossy@webkit.org>
2899 Add Qt specific expected results for passing CSS tests.
2900 Compared to Mac png files and Mac expected files.
2902 * platform/qt/Skipped: Unskip passing tests.
2903 * platform/qt/css1/[...]: Added.
2904 * platform/qt/css2.1/[...]: Added.
2905 * platform/qt/css3/[...]: Added.
2907 2011-01-17 Anthony Ricaud <rik@webkit.org>
2909 Reviewed by Kent Tamura.
2911 [HTML5] Revert display:none on datalist
2912 https://bugs.webkit.org/show_bug.cgi?id=52214
2914 * fast/forms/datalist-expected.txt:
2915 * fast/forms/datalist-nonoption-child-expected.txt:
2916 * fast/forms/datalist.html:
2918 2011-01-17 Pavel Podivilov <podivilov@chromium.org>
2920 Reviewed by Pavel Feldman.
2922 Web Inspector: refactoring: encapsulate lazy initialization of SourceFrame.
2923 https://bugs.webkit.org/show_bug.cgi?id=51738
2925 * http/tests/inspector/debugger-test2.js:
2926 (initialize_DebuggerTest.InspectorTest.showScriptSource):
2927 (initialize_DebuggerTest.InspectorTest._showScriptSource):
2928 * inspector/debugger-pause-in-eval-script-expected.txt:
2929 * inspector/debugger-pause-in-eval-script.html:
2931 2011-01-17 John Knottenbelt <jknotten@chromium.org>
2933 Reviewed by Jeremy Orlow.
2935 GeolocationController should call stopUpdating on destruction
2936 https://bugs.webkit.org/show_bug.cgi?id=52216
2938 fast/dom/window-close-crash.html tests that we do not fail the
2939 assertion in the mock GeolocationClient that the GeolocationClient
2940 is not updating when the GeolocationController is destroyed.
2942 * fast/dom/Geolocation/resources/window-close-popup.html: Added.
2943 * fast/dom/Geolocation/script-tests/window-close-crash.js: Added.
2945 (waitForWindowToClose):
2946 (failedToCreateWatch):
2947 * fast/dom/Geolocation/window-close-crash-expected.txt: Added.
2948 * fast/dom/Geolocation/window-close-crash.html: Added.
2949 * platform/gtk/Skipped:
2950 * platform/mac-wk2/Skipped:
2951 * platform/qt-wk2/Skipped:
2953 2011-01-14 Ilya Tikhonovsky <loislo@chromium.org>
2955 Reviewed by Pavel Feldman.
2957 Web Inspector: Enable inspector's tests for chromium Linux.
2958 https://bugs.webkit.org/show_bug.cgi?id=52445
2960 * platform/chromium/inspector/timeline-network-resource-expected.txt:
2961 * platform/chromium/test_expectations.txt:
2963 2011-01-17 Helder Correia <helder@sencha.com>
2965 Reviewed by Kenneth Rohde Christiansen.
2967 [Qt] fast/canvas/canvas-fillPath-gradient-shadow.html does not pass
2968 https://bugs.webkit.org/show_bug.cgi?id=52556
2970 The shadow color opacity needs to be set on the shadow painter.
2971 Additionally, the gradient brush should be transformed.
2973 * platform/qt/Skipped: Remove test from skipped list.
2975 2011-01-17 Philippe Normand <pnormand@igalia.com>
2977 Unreviewed, rolling out r75914.
2978 http://trac.webkit.org/changeset/75914
2979 https://bugs.webkit.org/show_bug.cgi?id=49177
2981 multiple crashes on GTK
2983 * platform/gtk/Skipped:
2985 2011-01-16 Martin Robinson <mrobinson@igalia.com>
2987 Reviewed by Xan Lopez.
2989 [GTK] fast/events/scroll-after-click-on-tab-index has been failing on the bots
2990 https://bugs.webkit.org/show_bug.cgi?id=49177
2992 * platform/gtk/Skipped: Unskip this test, as it's now passing.
2994 2011-01-16 Oliver Hunt <oliver@apple.com>
2996 Reviewed by Sam Weinig.
2998 [jsfunfuzz] Parser doesn't correctly validate for-loop syntax
2999 https://bugs.webkit.org/show_bug.cgi?id=52516
3001 Add test for the case where a syntax error immediately follows
3002 multiple declarations in a for-loop initialiser.
3004 * fast/js/parser-syntax-check-expected.txt:
3005 * fast/js/script-tests/parser-syntax-check.js:
3007 2011-01-16 Oliver Hunt <oliver@apple.com>
3009 Reviewed by Geoffrey Garen.
3011 Strict mode restrictions on arguments and eval usage aren't complete
3012 https://bugs.webkit.org/show_bug.cgi?id=52528
3014 Add a helper function to aid parse failure tests by testing both direct
3015 eval/global code, and nested code (so that we test the syntax checker
3018 * fast/js/basic-strict-mode-expected.txt:
3019 * fast/js/script-tests/basic-strict-mode.js:
3020 (shouldBeSyntaxError):
3022 2011-01-16 Robert Hogan <robert@webkit.org>
3024 Unreviewed, re-skip test after r75894.
3026 [Qt] plugins/keyboard-events.html fails after r72717
3028 Re-skip plugins/keyboard-events.html.
3029 Using XKeysymToKeycode(QX11Info::display(), ..) doesn't work on
3030 a headless build, such as the buildbot. So need to solve this a
3033 https://bugs.webkit.org/show_bug.cgi?id=50050
3035 * platform/qt/Skipped:
3037 2011-01-16 Robert Hogan <robert@webkit.org>
3039 Reviewed by Andreas Kling.
3041 [Qt] plugins/keyboard-events.html fails after r72717
3042 https://bugs.webkit.org/show_bug.cgi?id=50050
3044 * platform/qt/Skipped: Unskip plugins/keyboard-events.html
3046 2011-01-15 David Kilzer <ddkilzer@apple.com>
3048 Skip fast/dom/Range/range-clone-contents.html on Windows
3052 Filed: <https://bugs.webkit.org/show_bug.cgi?id=52524>
3054 * platform/win/Skipped: Skip test on Windows. The test passes
3057 2011-01-15 Oliver Hunt <oliver@apple.com>
3059 Reviewed by Maciej Stachowiak.
3061 Incorrect behavior changing attributes of an accessor
3062 https://bugs.webkit.org/show_bug.cgi?id=52515
3064 Add an additional test for validating changing attributes of
3065 an accessor property.s
3067 * fast/js/Object-defineProperty-expected.txt:
3068 * fast/js/script-tests/Object-defineProperty.js:
3070 2011-01-15 David Kilzer <ddkilzer@apple.com>
3072 <http://webkit.org/b/52512> REGRESSION(r73818): range.cloneContents() ignores end offset
3074 Reviewed by Adele Peterson.
3076 * fast/dom/Range/range-clone-contents-expected.txt: Added.
3077 * fast/dom/Range/range-clone-contents.html: Added.
3079 2011-01-15 Robert Hogan <robert@webkit.org>
3081 Reviewed by Kenneth Rohde Christiansen.
3083 [Qt] plugins/no-mime-with-valid-extension.html fails
3085 Check extension of resource against installed
3086 plugins when determining mime-type.
3088 https://bugs.webkit.org/show_bug.cgi?id=52288
3089 https://bugs.webkit.org/show_bug.cgi?id=50657
3090 * platform/qt/Skipped:
3092 2011-01-15 Stephen White <senorblanco@chromium.org>
3094 Unreviewed; updated chromium test expectations.
3096 * platform/chromium-gpu/test_expectations.txt:
3098 2011-01-15 Stephen White <senorblanco@chromium.org>
3100 Unreviewed; updated chromium test expectations.
3102 * platform/chromium-gpu/test_expectations.txt:
3103 * platform/chromium/test_expectations.txt:
3105 2011-01-15 Tony Chang <tony@chromium.org>
3107 Unreviewed, add new test to GTK+ Skipped list.
3108 https://bugs.webkit.org/show_bug.cgi?id=52508
3110 * platform/gtk/Skipped:
3112 2011-01-14 Oliver Hunt <oliver@apple.com>
3114 Reviewed by Maciej Stachowiak.
3116 [jsfunfuzz] Incorrect handling of consecutive duplicate labels
3117 https://bugs.webkit.org/show_bug.cgi?id=52505
3119 Add a few tests of consecutive labels containing duplicates to the parser check.
3121 * fast/js/parser-syntax-check-expected.txt:
3122 * fast/js/script-tests/parser-syntax-check.js:
3124 2011-01-14 Dmitry Titov <dimich@chromium.org>
3126 Not reviewed, update of Chromium test expectations.
3127 Update of files affected by mass rebaseline in r75828 and r75838
3129 * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.checksum:
3130 * platform/chromium-mac/animations/3d/state-at-end-event-transform-expected.png:
3131 * platform/chromium-mac/plugins/embed-attributes-style-expected.txt: Removed.
3132 * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum:
3133 * platform/chromium-mac/svg/custom/svg-curve-with-relative-cordinates-expected.png:
3135 2011-01-14 Dmitry Titov <dimich@chromium.org>
3137 Not reviewed, update of test expectations.
3138 Ignore new test fast/js/js-continue-break-restrictions.html, it fails for V8.
3140 * platform/chromium/test_expectations.txt:
3142 2011-01-14 Eric Uhrhane <ericu@chromium.org>
3144 Reviewed by David Levin.
3146 Add tests for FileWriterSync
3147 https://bugs.webkit.org/show_bug.cgi?id=50720
3149 * fast/filesystem/resources/file-writer-sync-truncate-extend.js: Added.
3150 * fast/filesystem/workers/file-writer-sync-truncate-extend.html: Added.
3151 * fast/filesystem/workers/file-writer-sync-truncate-extend-expected.txt: Added.
3152 * fast/filesystem/resources/file-writer-sync-write-overlapped.js: Added.
3153 * fast/filesystem/workers/file-writer-sync-write-overlapped.html: Added.
3154 * fast/filesystem/workers/file-writer-sync-write-overlapped-expected.txt: Added.
3155 * fast/filesystem/resources/file-writer-utils.js:
3156 (assert): Make assert throw, rather than continue.
3157 (cleanUp): Always call finishJSTest, even without fileEntryForCleanup.
3159 2011-01-14 Oliver Hunt <oliver@apple.com>
3161 Reviewed by Stephanie Lewis.
3163 [jsfunfuzz] We should be clearing the lexers temporary character buffers when switching to strict mode
3164 https://bugs.webkit.org/show_bug.cgi?id=52501
3166 Add checks for correct behaviour when the strict mode token is immediately followed
3167 by a value that needs a temporary buffer in the lexer.
3169 * fast/js/basic-strict-mode-expected.txt:
3170 * fast/js/script-tests/basic-strict-mode.js:
3172 2011-01-14 Tony Chang <tony@chromium.org>
3174 Reviewed by Alexey Proskuryakov.
3176 Strip NUL character when copying text on Windows
3177 https://bugs.webkit.org/show_bug.cgi?id=52236
3179 * editing/pasteboard/copy-null-characters-expected.txt: Added.
3180 * editing/pasteboard/copy-null-characters.html: Added.
3182 2011-01-14 Nico Weber <thakis@chromium.org>
3184 Unreviewed, test expectations.
3186 Rebaseline gradient test due to updated skia. reed checked the test and
3187 says the new look is right and is an intentional change.
3188 https://bugs.webkit.org/show_bug.cgi?id=52105
3190 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.checksum:
3191 * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png:
3192 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.checksum:
3193 * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png:
3195 2011-01-14 Oliver Hunt <oliver@apple.com>
3197 Reviewed by Gavin Barraclough.
3199 [jsfunfuzz] parser doesn't enforce continue restrictions correctly.
3200 https://bugs.webkit.org/show_bug.cgi?id=52493
3202 Add a few tests for continue to cover the cases where continue
3203 isn't syntactically valid.
3205 * fast/js/js-continue-break-restrictions-expected.txt: Added.
3206 * fast/js/js-continue-break-restrictions.html: Added.
3207 * fast/js/script-tests/js-continue-break-restrictions.js: Added.
3209 2011-01-14 Maciej Stachowiak <mjs@apple.com>
3211 Reviewed by Anders Carlsson.
3213 Fix a few things in the WebKit2 skipped list
3214 https://bugs.webkit.org/show_bug.cgi?id=52484
3216 * platform/mac-wk2/Skipped: Add/remove some tests to the WK2 skipped list.
3217 * editing/style/stylewithcss-without-selection.html: Fix this test to avoid
3218 referencing an undefined variable in the failure case.
3220 2011-01-14 Mihai Parparita <mihaip@chromium.org>
3222 Update the svg/ pixel expectations for the chromium-mac port.
3224 For the pixel tests that currently fail on Snow Leopard, this moves the
3225 current pixel results to platform/chromium-mac-leopard and adds new
3226 results to platform/chromium-mac.
3228 List of files omitted due to length but composed entirely of moves from
3229 platform/chromium-mac to platform/chromium-mac-leopard and newly added
3230 files in platform/chromium-mac.
3232 2011-01-14 Helder Correia <helder@sencha.com>
3234 Reviewed by Simon Fraser.
3236 Shadow is not drawn when filling a path with a gradient
3237 https://bugs.webkit.org/show_bug.cgi?id=51982
3239 This happens in CG and is related to bug 51869, this time to be fixed
3240 in GraphicsContext::fillPath(const Path& path). We need to draw the
3241 gradient clipped to the path on a CGLayer first, and then draw the
3242 layer on the GraphicsContext.
3244 * fast/canvas/canvas-fillPath-gradient-shadow-expected.txt: Added.
3245 * fast/canvas/canvas-fillPath-gradient-shadow.html: Added.
3246 * fast/canvas/script-tests/canvas-fillPath-gradient-shadow.js: Added.
3247 * platform/chromium/test_expectations.txt: Skipping new test since it fails.
3248 * platform/qt/Skipped: Ditto.
3250 2011-01-14 Mihai Parparita <mihaip@chromium.org>
3252 Update the pixel expectations for the chromium-mac port.
3254 For the pixel tests that currently fail on Snow Leopard, this moves the
3255 current pixel results to platform/chromium-mac-leopard and adds new
3256 results to platform/chromium-mac.
3258 List of files omitted due to length but composed entirely of moves from
3259 platform/chromium-mac to platform/chromium-mac-leopard and newly added
3260 files in platform/chromium-mac.
3262 2011-01-14 Steve Lacey <sjl@chromium.org>
3264 Reviewed by Simon Fraser.
3266 Update media/video-zoom-controls.html to set the video source before initializing the test.
3267 https://bugs.webkit.org/show_bug.cgi?id=52461
3269 * media/video-zoom-controls.html:
3271 2011-01-14 Abhishek Arya <inferno@chromium.org>
3273 Reviewed by Dave Hyatt.
3275 Tests that we do not crash due to uncleared floats in parent nodes.
3276 https://bugs.webkit.org/show_bug.cgi?id=51711
3278 * fast/block/float/floats-not-cleared-crash-expected.txt: Added.
3279 * fast/block/float/floats-not-cleared-crash.html: Added.
3281 2011-01-14 Jessie Berlin <jberlin@apple.com>
3283 REGRESSION (r75660): compositing/reflections/load-video-in-reflection.html crashes on Windows 7
3284 https://bugs.webkit.org/show_bug.cgi?id=52397
3286 Unskipping tests that no longer fail on Windows 7 Release. Unreviewed.
3288 * platform/win/Skipped:
3289 Un-skip compositing/reflections/load-video-in-reflection.html, which appears to be fixed by
3290 http://trac.webkit.org/changeset/75807
3292 2011-01-12 Satish Sampath <satish@chromium.org>
3294 Reviewed by Dimitri Glazkov.
3296 Fix a crash when accessing speech input from script.
3297 https://bugs.webkit.org/show_bug.cgi?id=52325
3299 Added a layout test to check enabling/disabling speech input from script.
3301 * fast/speech/speech-input-scripting-expected.txt: Added.
3302 * fast/speech/speech-input-scripting.html: Added.
3304 2011-01-14 Abhishek Arya <inferno@chromium.org>
3306 Reviewed by David Hyatt.
3308 Tests that we do not crash when trying to merge anonymous blocks, one of which
3309 is already getting destroyed.
3310 https://bugs.webkit.org/show_bug.cgi?id=52402
3312 * fast/block/merge-anonymous-block-remove-child-crash2-expected.txt: Added.
3313 * fast/block/merge-anonymous-block-remove-child-crash2.html: Added.
3315 2011-01-14 Tony Chang <tony@chromium.org>
3317 Unreviewed, updating baselines.
3319 [chromium] rebaseline vertical tests on linux
3320 https://bugs.webkit.org/show_bug.cgi?id=52457
3322 After updating fonts.conf, these tests are now passing.
3324 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.checksum:
3325 * platform/chromium-linux/fast/blockflow/japanese-lr-text-expected.png:
3326 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.checksum:
3327 * platform/chromium-linux/fast/blockflow/japanese-rl-text-expected.png:
3328 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.checksum:
3329 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
3330 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.checksum:
3331 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
3332 * platform/chromium-linux/svg/batik/text/verticalText-expected.checksum:
3333 * platform/chromium-linux/svg/batik/text/verticalText-expected.png:
3334 * platform/chromium/test_expectations.txt:
3336 2011-01-14 Tony Chang <tony@chromium.org>
3338 Reviewed by Kent Tamura.
3340 [chromium] update fonts.conf to fix 6 linux tests in drt
3341 https://bugs.webkit.org/show_bug.cgi?id=52411
3343 * platform/chromium/test_expectations.txt:
3345 2011-01-14 Philippe Normand <pnormand@igalia.com>
3347 Reviewed by Martin Robinson.
3349 [GTK] Add volume slider to media player
3350 https://bugs.webkit.org/show_bug.cgi?id=51532
3352 * platform/gtk/Skipped:
3353 * platform/gtk/media/audio-controls-rendering-expected.txt:
3354 * platform/gtk/media/controls-after-reload-expected.txt:
3355 * platform/gtk/media/controls-strict-expected.txt:
3356 * platform/gtk/media/controls-styling-expected.txt:
3357 * platform/gtk/media/video-controls-rendering-expected.txt:
3358 * platform/gtk/media/video-display-toggle-expected.txt:
3359 * platform/gtk/media/video-empty-source-expected.txt:
3360 * platform/gtk/media/video-no-audio-expected.txt:
3361 * platform/gtk/media/video-volume-slider-expected.txt: Added.
3363 2011-01-14 Michael Saboff <msaboff@apple.com>
3365 Reviewed by Oliver Hunt.
3367 Incorrect backtracking for nested alternatives
3368 https://bugs.webkit.org/show_bug.cgi?id=52387
3370 Added tests to verfiy backtracking of alternatives following
3373 * fast/regex/parentheses-expected.txt:
3374 * fast/regex/script-tests/parentheses.js:
3376 2011-01-14 Pavel Feldman <pfeldman@chromium.org>
3378 Web Inspector: do not use this as protocol message
3379 dispatcher in models / agents.
3380 https://bugs.webkit.org/show_bug.cgi?id=52442
3382 Models should never for InspectorBackend.registerDomainDispatcher("foo", this).
3383 There should be a clear way to tell whether method is being called
3384 from within front-end or by the backend.
3386 * http/tests/inspector/debugger-test2.js:
3387 (initialize_DebuggerTest.InspectorTest.startDebuggerTest.startTest):
3388 (initialize_DebuggerTest.InspectorTest.startDebuggerTest):
3389 (initialize_DebuggerTest.InspectorTest.completeDebuggerTest.disableDebugger):
3390 (initialize_DebuggerTest.InspectorTest.showScriptSource):
3392 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
3394 Unreviewed test fix.
3395 Filter out /favicon.ico from page resources list to avoid test expectations mismatch on GTK.
3397 * http/tests/inspector/extensions-resources-redirect.html:
3399 2011-01-14 Andrey Kosyakov <caseq@chromium.org>
3401 Reviewed by Pavel Feldman.
3403 Web Inspector: redirected resources not handled properly in Network panel
3404 Added test for redirected resource presence in HAR
3405 Changed test to request entire HAR log, not multiple HAR entries.
3406 https://bugs.webkit.org/show_bug.cgi?id=52292
3408 * http/tests/inspector/extensions-resources-redirect-expected.txt:
3409 * http/tests/inspector/extensions-resources-redirect.html:
3410 * http/tests/inspector/resource-har-conversion.html:
3411 * inspector/extensions-resources.html:
3413 2011-01-14 Hayato Ito <hayato@chromium.org>
3415 Unreviewed chromium expectations update.
3417 Exclude http/tests/loading/cross-origin-XHR-willLoadRequest.html (added in r75768)
3419 * platform/chromium/test_expectations.txt:
3421 2011-01-13 Hayato Ito <hayato@chromium.org>
3423 Unreviewed, build fix.
3425 Fix Skipped lists in r75768.
3427 * platform/gtk/Skipped:
3428 * platform/qt/Skipped:
3429 * platform/win/Skipped:
3431 2011-01-13 Dan Bernstein <mitz@apple.com>
3433 Reviewed by Alexey Proskuryakov.
3435 <rdar://problem/8827065> REGRESSION (r71884): Cross-origin XHR fails if willSendRequest changes the URL
3436 https://bugs.webkit.org/show_bug.cgi?id=52419
3438 * http/tests/loading/cross-origin-XHR-willLoadRequest-expected.txt: Added.
3439 * http/tests/loading/cross-origin-XHR-willLoadRequest.html: Added.
3440 * platform/gtk/Skipped: Skip the new test.
3441 * platform/qt/Skipped: Ditto.
3442 * platform/win/Skipped: Ditto.
3444 2011-01-13 Justin Schuh <jschuh@chromium.org>
3446 Unreviewed chromium expectations update.
3448 Several text layout tests failing on linux after r75756
3450 * platform/chromium/test_expectations.txt:
3452 2011-01-13 Martin Robinson <mrobinson@igalia.com>
3454 Unreviewed, rolling out r75740.
3455 http://trac.webkit.org/changeset/75740
3457 This led to GTK+ redness
3459 * platform/gtk/Skipped:
3461 2011-01-13 Robert Hogan <robert@webkit.org>
3463 Reviewed by Andreas Kling.
3465 [Qt] Unskip http/tests/security/originHeader/origin-header-for-empty.html
3466 https://bugs.webkit.org/show_bug.cgi?id=52389
3468 * platform/qt/Skipped:
3470 2011-01-13 Mihai Parparita <mihaip@chromium.org>
3472 Unreviewed chromium expectations update.
3474 Add Chromium Snow Leopard expectations. These need to go into a new
3475 chromium-mac-snowleopard directory, since these tests do not have
3476 chromium-mac expectations, but currently pass on Leopard.
3478 The differences are due to bug 52335 (which explains why we can't use
3479 the regular mac port Snow Leopard baselines).
3481 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.checksum: Added.
3482 * platform/chromium-mac-snowleopard/css1/box_properties/clear-expected.png: Added.
3483 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.checksum: Added.
3484 * platform/chromium-mac-snowleopard/css1/box_properties/float-expected.png: Added.
3485 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.checksum: Added.
3486 * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Added.
3487 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Added.
3488 * platform/chromium-mac-snowleopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Added.
3489 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Added.
3490 * platform/chromium-mac-snowleopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Added.
3491 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Added.
3492 * platform/chromium-mac-snowleopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Added.
3493 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Added.
3494 * platform/chromium-mac-snowleopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Added.
3495 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Added.
3496 * platform/chromium-mac-snowleopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Added.
3497 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.checksum: Added.
3498 * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
3499 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.checksum: Added.
3500 * platform/chromium-mac-snowleopard/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: Added.
3501 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.checksum: Added.
3502 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Added.
3503 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.checksum: Added.
3504 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
3505 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.checksum: Added.
3506 * platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Added.
3507 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.checksum: Added.
3508 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-02-d-agi-expected.png: Added.
3509 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.checksum: Added.
3510 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
3511 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.checksum: Added.
3512 * platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-04-d-agi-expected.png: Added.
3513 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.checksum: Added.
3514 * platform/chromium-mac-snowleopard/fast/css/resize-corner-tracking-transformed-expected.png: Added.
3515 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.checksum: Added.
3516 * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.png: Added.
3517 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.checksum: Added.
3518 * platform/chromium-mac-snowleopard/fast/forms/slider-thumb-shared-style-expected.png: Added.
3519 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.checksum: Added.
3520 * platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png: Added.
3521 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.checksum: Added.
3522 * platform/chromium-mac-snowleopard/fast/replaced/selection-rect-transform-expected.png: Added.
3523 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.checksum: Added.
3524 * platform/chromium-mac-snowleopard/fast/text/whitespace/tab-character-basics-expected.png: Added.
3525 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.checksum: Added.
3526 * platform/chromium-mac-snowleopard/fast/transforms/diamond-expected.png: Added.
3527 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.checksum: Added.
3528 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png: Added.
3529 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.checksum: Added.
3530 * platform/chromium-mac-snowleopard/fast/transforms/transformed-caret-expected.png: Added.
3532 2011-01-13 Mihai Parparita <mihaip@chromium.org>
3534 Unreviewed chromium expectations update.
3536 Categorize remaining scrollbar-related failures. 6 are due to bug 52414
3537 (small remaining difference between mac and chromium-mac scrollbars).
3538 fast/text/international/thai-line-breaks.html just needed a baseline
3539 update (done for both Leopard and Snow Leopard).
3541 * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.checksum: Added.
3542 * platform/chromium-mac-leopard/fast/text/international/thai-line-breaks-expected.png: Added.