1 2011-12-16 Adam Barth <abarth@webkit.org>
3 <!doctype html><div><body><frameset> doesn't parse correctly
4 https://bugs.webkit.org/show_bug.cgi?id=74745
6 Reviewed by Eric Seidel.
10 * html5lib/runner-expected.txt:
12 2011-12-16 Tony Chang <tony@chromium.org>
14 Unreviewed, updating chromium expectations.
16 * platform/chromium/test_expectations.txt: fast/replaced/embed-display-none.html has been
17 passing and fast/replaced/width100percent-textarea.html is flaky.
19 2011-12-16 Jarred Nicholls <jarred@sencha.com>
21 Support HTML documents in XHR.responseXML
22 https://bugs.webkit.org/show_bug.cgi?id=74626
24 Latest W3C XHR spec details for the responseXML attribute:
25 http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-responsexml-attribute
26 http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#document-response-entity-body
28 XHR.responseXML was not compliant per the latest editor's draft of the XHR spec.
29 The following compliance issue have been corrected:
30 - A responseType of "text" should disallow access to responseXML by throwing an InvalidState exception.
31 - When the error flag is toggled, responseXML should return "null" immediately and not attempt to create a new Document.
32 - responseXML should return a valid HTML document when the MIME type is "text/html", but only when the caller has
33 explicitly set responseType to "document".
35 Reviewed by Alexey Proskuryakov.
37 * fast/frames/iframe-reparenting.html:
38 * fast/xmlhttprequest/resources/xmlhttprequest-get-invalid-data.xml: Added.
39 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-document-responsetype-quirks-expected.txt: Added.
40 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-document-responsetype-quirks.html: Added.
41 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-document-responsetype-strict-expected.txt: Added.
42 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-document-responsetype-strict.html: Added.
43 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-no-responsetype-expected.txt: Added.
44 * fast/xmlhttprequest/xmlhttprequest-responseXML-html-no-responsetype.html: Added.
45 * fast/xmlhttprequest/xmlhttprequest-responseXML-invalid-xml-expected.txt: Added.
46 * fast/xmlhttprequest/xmlhttprequest-responseXML-invalid-xml.html: Added.
47 * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-document-responsetype-expected.txt: Added.
48 * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-document-responsetype.html: Added.
49 * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype-expected.txt: Added.
50 * fast/xmlhttprequest/xmlhttprequest-responseXML-xml-text-responsetype.html: Added.
52 2011-12-16 Adrienne Walker <enne@google.com>
54 [chromium] Mark file-from-file-entry-sync as crash after r103095
55 https://bugs.webkit.org/show_bug.cgi?id=74746
59 * platform/chromium/test_expectations.txt:
61 2011-12-16 Adam Barth <abarth@webkit.org>
63 <!DOCTYPE html><pre>

A</pre> doesn't parse correctly
64 https://bugs.webkit.org/show_bug.cgi?id=74658
66 Reviewed by Darin Adler.
68 Shows test progression.
70 * html5lib/runner-expected.txt:
72 2011-12-16 Adrienne Walker <enne@google.com>
74 [chromium] Further suppress media/video-transformed.html failures
75 https://bugs.webkit.org/show_bug.cgi?id=73905
79 * platform/chromium/test_expectations.txt:
81 2011-12-16 Joshua Bell <jsbell@chromium.org>
83 IndexedDB: Implement IDBObjectStore.count() and IDBIndex.count()
84 https://bugs.webkit.org/show_bug.cgi?id=73686
86 Reviewed by Tony Chang.
88 * storage/indexeddb/index-basics-expected.txt:
89 * storage/indexeddb/index-basics.html:
90 * storage/indexeddb/index-count-expected.txt: Added.
91 * storage/indexeddb/index-count.html: Added.
92 * storage/indexeddb/objectstore-basics-expected.txt:
93 * storage/indexeddb/objectstore-basics.html:
94 * storage/indexeddb/objectstore-count-expected.txt: Added.
95 * storage/indexeddb/objectstore-count.html: Added.
97 2011-12-16 Adrienne Walker <enne@google.com>
99 [chromium] Fix duplicate layout test expectation
100 https://bugs.webkit.org/show_bug.cgi?id=53378
102 Unreviewed gardening.
104 * platform/chromium/test_expectations.txt:
106 2011-12-16 Yael Aharon <yael.aharon@nokia.com>
108 Audio file in video element has a size of 0x0 .
109 https://bugs.webkit.org/show_bug.cgi?id=74738
111 Reviewed by Kenneth Rohde Christiansen.
113 Changed the expected result to reflect this change.
115 * media/audio-only-video-intrinsic-size-expected.txt:
116 * media/audio-only-video-intrinsic-size.html:
118 2011-12-16 Alexis Menard <alexis.menard@openbossa.org>
120 getComputedStyle for border-width is not implemented.
121 https://bugs.webkit.org/show_bug.cgi?id=74635
123 Reviewed by Tony Chang.
125 Implement a test to cover getComputedStyle for border-width.
127 * fast/css/getComputedStyle/getComputedStyle-border-width-expected.txt: Added.
128 * fast/css/getComputedStyle/getComputedStyle-border-width.html: Added.
130 2011-12-16 Dmitry Lomov <dslomov@google.com>
132 https://bugs.webkit.org/show_bug.cgi?id=74657
133 [Chromium] Re-enable all layout tests for dedicated workers.
135 Reviewed by David Levin.
137 * fast/filesystem/workers/file-writer-gc-blob-expected.txt: Renamed from LayoutTests/fast/filesystem/workers/file-writer-gc-blob-expected.html.
138 * fast/filesystem/workers/file-writer-write-overlapped-expected.txt: Renamed from LayoutTests/fast/filesystem/workers/file-writer-write-overlapped-expected.html.
139 * http/tests/filesystem/resources/fs-worker-common.js:
140 * platform/chromium/http/tests/filesystem/workers/resolve-url-expected.txt: webkitRequestFileSystem is available in chromium DRT.
141 * platform/chromium/http/tests/filesystem/workers/resolve-url-sync-expected.txt: webkitRequestFileSystem is available in chromium DRT.
142 * platform/chromium/http/tests/workers/worker-importScripts-expected.txt: Exception message texts differ.
143 * platform/chromium/http/tests/workers/worker-importScriptsOnError-expected.txt: Exception message texts differ.
144 * platform/chromium/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Minor message text differences.
145 * platform/chromium/http/tests/xmlhttprequest/workers/methods-expected.txt: Minor message text differnces.
146 * platform/chromium/test_expectations.txt:
148 2011-12-16 Adrienne Walker <enne@google.com>
150 [chromium] media/event-attributes.html is flaky on all platforms
151 https://bugs.webkit.org/show_bug.cgi?id=73692
153 Unreviewed gardening.
155 * platform/chromium/test_expectations.txt:
157 2011-12-16 Branimir Lambov <blambov@google.com>
159 [chromium] svg/clip-path/clip-in-mask.svg fails on Windows and Linux
160 https://bugs.webkit.org/show_bug.cgi?id=53378
162 Reviewed by Tony Chang.
164 Fixes a problem in Skia's clipping layer code's handling of coordinate
165 transformations that was causing all complex clipping (including text
166 and/or masks) to fail.
168 The method beginLayerClippedToImage was taking rectangle coordinates
169 in one local coordinate space, but it was applying them in a different
170 one because of the delay between the time it is called and the actual
171 application occurs in applyClipFromImage. The fix translates the
172 coordinates passed to beginLayerClippedToImage to absolute ones, so
173 that they are not affected by any change in the transform matrix, and
174 makes sure that applyClipFromImage clears the matrix before drawing
175 the clip layer to correctly apply the absolute coordinates.
177 * platform/chromium/test_expectations.txt:
179 2011-12-16 Adrienne Walker <enne@google.com>
181 [chromium] Expand flakiness suppression for 2d.text.draw.fontface.notinpage
182 https://bugs.webkit.org/show_bug.cgi?id=66908
184 Unreviewed gardening.
186 * platform/chromium/test_expectations.txt:
188 2011-12-16 Adrienne Walker <enne@google.com>
190 [chromium] Mark compositing/reflections/reflection-positioning2.html as flaky
191 https://bugs.webkit.org/show_bug.cgi?id=74731
193 Unreviewed gardening.
195 * platform/chromium/test_expectations.txt:
197 2011-12-16 Adrienne Walker <enne@google.com>
199 [chromium] Mark several http tests as failing, due to DRT weirdness.
200 https://bugs.webkit.org/show_bug.cgi?id=74694
202 Unreviewed gardening.
204 * platform/chromium/test_expectations.txt:
206 2011-12-16 Mikhail Naganov <mnaganov@chromium.org>
208 [Gtk] Add platform-specific test results after r103073
210 * platform/gtk/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
211 * platform/gtk/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
212 * platform/gtk/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
213 * platform/gtk/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
215 2011-12-16 Mikhail Naganov <mnaganov@chromium.org>
217 Rebaseline and add expectations after r103073
218 [chromium] https://bugs.webkit.org/show_bug.cgi?id=74726
220 * platform/chromium-linux/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
221 * platform/chromium-linux/editing/input/caret-at-the-edge-of-input-expected.png: Added.
222 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
223 * platform/chromium-linux/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
224 * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
225 * platform/chromium-mac-leopard/editing/input/caret-at-the-edge-of-input-expected.png: Added.
226 * platform/chromium-mac-leopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
227 * platform/chromium-mac-leopard/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
228 * platform/chromium-mac-leopard/fast/forms/input-text-scroll-left-on-blur-expected.png:
229 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
230 * platform/chromium-mac-snowleopard/editing/input/caret-at-the-edge-of-input-expected.png: Added.
231 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
232 * platform/chromium-mac-snowleopard/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
233 * platform/chromium-mac-snowleopard/fast/forms/input-text-scroll-left-on-blur-expected.png: Added.
234 * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: Removed.
235 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
236 * platform/chromium-win/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
237 * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.png: Added.
238 * platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
239 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
240 * platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
241 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
242 * platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
243 * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.png:
244 * platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
245 * platform/chromium/test_expectations.txt:
246 * platform/gtk/test_expectations.txt:
247 * platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
248 * platform/qt/test_expectations.txt:
249 * platform/win/test_expectations.txt:
251 2011-12-16 Adrienne Walker <enne@google.com>
253 [chromium] Mark fast/forms/input-text-scroll-left-on-blur.html as failing
254 https://bugs.webkit.org/show_bug.cgi?id=74726
256 Unreviewed gardening.
258 * platform/chromium/test_expectations.txt:
260 2011-12-16 Philippe Normand <pnormand@igalia.com>
262 Unreviewed, GTK rebaseline of 2 fat/forms tests.
264 * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt:
265 * platform/gtk/fast/forms/plaintext-mode-2-expected.txt:
267 2011-12-16 Dean Jackson <dino@apple.com>
269 Filters need to affect visual overflow
270 https://bugs.webkit.org/show_bug.cgi?id=71930
272 Previously, filters that expanded their input
273 region (drop-shadow and blur) were being squished
274 when rendered back into the document. This is now
275 fixed, so the expected.png images from tests including
276 such filters needed updating. I also turned off
277 dumpAsText() in order to enable pixel tests, and added
278 some margin between the elements in effects which have
279 overflow (so that blurs don't overlap, for example).
281 There is one new test which exercises the case
282 of expanding filters at various stages in a list
285 Reviewed by Simon Fraser.
287 * css3/filters/crash-filter-change-expected.png:
288 * css3/filters/effect-blur-expected.png:
289 * css3/filters/effect-blur-expected.txt:
290 * css3/filters/effect-blur.html:
291 * css3/filters/effect-combined-expected.png:
292 * css3/filters/effect-combined-expected.txt:
293 * css3/filters/effect-combined.html:
294 * css3/filters/effect-drop-shadow-expected.png:
295 * css3/filters/effect-drop-shadow-expected.txt:
296 * css3/filters/effect-drop-shadow.html:
297 * css3/filters/effect-gamma-expected.txt:
298 * css3/filters/effect-gamma.html:
299 * css3/filters/effect-grayscale-expected.txt:
300 * css3/filters/effect-grayscale.html:
301 * css3/filters/effect-hue-rotate-expected.txt:
302 * css3/filters/effect-hue-rotate.html:
303 * css3/filters/effect-invert-expected.png:
304 * css3/filters/effect-invert-expected.txt:
305 * css3/filters/effect-invert.html:
306 * css3/filters/effect-opacity-expected.txt:
307 * css3/filters/effect-opacity.html:
308 * css3/filters/effect-saturate-expected.txt:
309 * css3/filters/effect-saturate.html:
310 * css3/filters/effect-sepia-expected.txt:
311 * css3/filters/effect-sepia.html:
312 * css3/filters/regions-expanding-expected.png: Added.
313 * css3/filters/regions-expanding-expected.txt: Added.
314 * css3/filters/regions-expanding.html: Added.
316 2011-12-16 Philippe Normand <pnormand@igalia.com>
318 Unreviewed, skipping some svg tests still failing on GTK 64-bit after r103071.
320 * platform/gtk/Skipped:
322 2011-12-16 Alexis Menard <alexis.menard@openbossa.org>, Jakub Wieczorek <jwieczorek@webkit.org>
324 Add support for <ol reversed>.
325 https://bugs.webkit.org/show_bug.cgi?id=36724
327 The reversed attribute makes an ordered list appear with marker values
328 decreasing from n, where n is the number of items.
329 See: http://www.whatwg.org/specs/web-apps/current-work/#attr-ol-reversed
331 Reviewed by Darin Adler.
333 * fast/lists/ol-reversed-dynamic-expected.txt: Added.
334 * fast/lists/ol-reversed-dynamic-simple-expected.txt: Added.
335 * fast/lists/ol-reversed-dynamic-simple.html: Added.
336 * fast/lists/ol-reversed-dynamic.html: Added.
337 * fast/lists/ol-reversed-nested-items-expected.txt: Added.
338 * fast/lists/ol-reversed-nested-items.html: Added.
339 * fast/lists/ol-reversed-nested-list-expected.txt: Added.
340 * fast/lists/ol-reversed-nested-list.html: Added.
341 * fast/lists/ol-reversed-simple-expected.txt: Added.
342 * fast/lists/ol-reversed-simple.html: Added.
344 2011-12-16 Mikhail Naganov <mnaganov@chromium.org>
346 Scroll non-visible edit controls and caret into the center of the view when starting typing.
347 https://bugs.webkit.org/show_bug.cgi?id=65027
349 Reviewed by Ryosuke Niwa.
351 * editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
352 * editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Added.
353 * editing/input/caret-at-the-edge-of-contenteditable.html: Added.
354 * editing/input/caret-at-the-edge-of-input-expected.png: Added.
355 * editing/input/caret-at-the-edge-of-input-expected.txt: Added.
356 * editing/input/caret-at-the-edge-of-input.html: Added.
357 * editing/input/resources/reveal-utilities.js: Added.
358 * editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
359 * editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
360 * editing/input/reveal-caret-of-multiline-contenteditable.html: Added.
361 * editing/input/reveal-caret-of-multiline-input-expected.png: Added.
362 * editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
363 * editing/input/reveal-caret-of-multiline-input.html: Added.
364 * editing/input/reveal-contenteditable-on-input-vertically-expected.txt: Added.
365 * editing/input/reveal-contenteditable-on-input-vertically.html: Added.
366 * editing/input/reveal-contenteditable-on-paste-vertically-expected.txt: Added.
367 * editing/input/reveal-contenteditable-on-paste-vertically.html: Added.
368 * editing/input/reveal-edit-on-input-vertically-expected.txt: Added.
369 * editing/input/reveal-edit-on-input-vertically.html: Added.
370 * editing/input/reveal-edit-on-paste-vertically-expected.txt: Added.
371 * editing/input/reveal-edit-on-paste-vertically.html: Added.
372 * platform/chromium/test_expectations.txt: Mark new tests as FAIL to grab results from bots.
373 * platform/gtk/test_expectations.txt: Mark new tests as FAIL to grab results from bots.
374 * platform/qt/test_expectations.txt: Mark new tests as FAIL to grab results from bots.
375 * platform/win/test_expectations.txt: Mark new tests as FAIL to grab results from bots.
377 2011-12-15 Philippe Normand <pnormand@igalia.com>
379 Unreviewed, GTK rebaseline of some svg tests. Also unskipping the
380 ones I got passing on my 32-bit Release build. Let's see how the
381 bots cope with those.
383 * platform/gtk/Skipped:
384 * platform/gtk/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
385 * platform/gtk/svg/batik/masking/maskRegions-expected.txt:
386 * platform/gtk/svg/custom/embedding-external-svgs-expected.txt:
387 * platform/gtk/svg/custom/image-with-transform-clip-filter-expected.txt:
388 * platform/gtk/svg/custom/marker-strokeWidth-changes-expected.txt: Added.
389 * platform/gtk/svg/dom/css-transforms-expected.txt:
390 * platform/gtk/svg/filters/feColorMatrix-values-expected.txt:
391 * platform/gtk/svg/overflow/overflow-on-inner-svg-element-expected.txt:
392 * platform/gtk/svg/wicd/test-scalable-background-image1-expected.txt: Added.
393 * platform/gtk/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
394 * platform/gtk/svg/zoom/text/zoom-hixie-mixed-009-expected.txt: Added.
396 2011-12-16 Sheriff Bot <webkit.review.bot@gmail.com>
398 Unreviewed, rolling out r103062.
399 http://trac.webkit.org/changeset/103062
400 https://bugs.webkit.org/show_bug.cgi?id=74715
402 It broke many tests (Requested by Ossy on #webkit).
404 * fast/lists/ol-reversed-dynamic-expected.txt: Removed.
405 * fast/lists/ol-reversed-dynamic-simple-expected.txt: Removed.
406 * fast/lists/ol-reversed-dynamic-simple.html: Removed.
407 * fast/lists/ol-reversed-dynamic.html: Removed.
408 * fast/lists/ol-reversed-nested-items-expected.txt: Removed.
409 * fast/lists/ol-reversed-nested-items.html: Removed.
410 * fast/lists/ol-reversed-nested-list-expected.txt: Removed.
411 * fast/lists/ol-reversed-nested-list.html: Removed.
412 * fast/lists/ol-reversed-simple-expected.txt: Removed.
413 * fast/lists/ol-reversed-simple.html: Removed.
414 * fast/lists/ol-reversed-simple.xhtml: Removed.
416 2011-12-16 Philippe Normand <pnormand@igalia.com>
418 Unreviewed, GTK test_expectations update.
420 * platform/gtk/test_expectations.txt:
422 2011-12-16 Philippe Normand <pnormand@igalia.com>
424 Unreviewed, GTK test_expectations update.
426 * platform/gtk/test_expectations.txt:
428 2011-12-16 Alexis Menard <alexis.menard@openbossa.org>, Jakub Wieczorek <jwieczorek@webkit.org>
430 Add support for <ol reversed>.
431 https://bugs.webkit.org/show_bug.cgi?id=36724
433 The reversed attribute makes an ordered list appear with marker values
434 decreasing from n, where n is the number of items.
435 See: http://www.whatwg.org/specs/web-apps/current-work/#attr-ol-reversed
437 Reviewed by Darin Adler.
439 * fast/lists/ol-reversed-dynamic-expected.txt: Added.
440 * fast/lists/ol-reversed-dynamic-simple-expected.txt: Added.
441 * fast/lists/ol-reversed-dynamic-simple.html: Added.
442 * fast/lists/ol-reversed-dynamic.html: Added.
443 * fast/lists/ol-reversed-nested-items-expected.txt: Added.
444 * fast/lists/ol-reversed-nested-items.html: Added.
445 * fast/lists/ol-reversed-nested-list-expected.txt: Added.
446 * fast/lists/ol-reversed-nested-list.html: Added.
447 * fast/lists/ol-reversed-simple-expected.txt: Added.
448 * fast/lists/ol-reversed-simple.html: Added.
450 2011-12-16 Hajime Morrita <morrita@chromium.org>
452 Unreviewed, test_expectations.txt update.
454 * platform/chromium/test_expectations.txt:
456 2011-12-16 Hajime Morrita <morrita@chromium.org>
458 Unreviewed, test_expectations.txt update.
460 * platform/chromium/test_expectations.txt:
462 2011-12-16 Hajime Morrita <morrita@chromium.org>
464 Unreviewed, rolling out r103044.
465 http://trac.webkit.org/changeset/103044
466 https://bugs.webkit.org/show_bug.cgi?id=72940
468 Added test doesn't pass on Mac SL and Mac Chromium
470 * editing/spelling/spellcheck-async-mutation-expected.txt: Removed.
471 * editing/spelling/spellcheck-async-mutation.html: Removed.
472 * platform/gtk/Skipped:
473 * platform/mac-leopard/Skipped:
474 * platform/qt/Skipped:
476 2011-12-16 Yosifumi Inoue <yosin@chromium.org>
478 [Forms] The "maxlength" attribute on "textarea" tag miscounts hard newlines
479 https://bugs.webkit.org/show_bug.cgi?id=74686
481 Reviewed by Kent Tamura.
483 * fast/forms/script-tests/textarea-maxlength.js: Doubles maxlength for counting LF as two chars.
485 2011-12-16 Hajime Morrita <morrita@chromium.org>
487 Unreviewed, rolling out r103045.
488 http://trac.webkit.org/changeset/103045
489 https://bugs.webkit.org/show_bug.cgi?id=74590
491 Breaks select-script-onchange.html on Chromium Windows
493 * fast/events/onchange-select-popup-expected.txt:
494 * fast/forms/select/menulist-type-ahead-find-expected.txt: Removed.
495 * fast/forms/select/menulist-type-ahead-find.html: Removed.
497 2011-12-16 Csaba Osztrogonác <ossy@webkit.org>
499 [Qt] Unreviewed gardening.
501 * platform/qt/Skipped: Skip a failing test (regression) to paint the bot green.
502 * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png: Added.
503 * platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
505 2011-12-16 Yosifumi Inoue <yosin@chromium.org>
507 [Forms] Selection change by type-ahead doesn't fire 'change' event
508 https://bugs.webkit.org/show_bug.cgi?id=74590
510 Reviewed by Kent Tamura.
512 * fast/events/onchange-select-popup.html: Add "PASS: change event fired." for type ahread test.
513 * fast/forms/select/menulist-type-ahead-find-expected.txt: Added.
514 * fast/forms/select/menulist-type-ahead-find.html: Added.
516 2011-12-16 Shinya Kawanaka <shinyak@google.com>
518 A test that mutation happens when asynchronous spell checking is in process.
519 https://bugs.webkit.org/show_bug.cgi?id=72940
521 Reviewed by Hajime Morita.
523 Added a test that mutation happens when spellchecking.
524 This test confirms crash won't happen, and how markers are used.
526 * editing/spelling/spellcheck-async-mutation-expected.txt: Added.
527 * editing/spelling/spellcheck-async-mutation.html: Added.
528 * platform/gtk/Skipped:
529 * platform/mac-leopard/Skipped:
530 * platform/qt/Skipped:
532 2011-12-16 Hajime Morrita <morrita@chromium.org>
534 Marking some as fail.
536 * platform/chromium/test_expectations.txt:
538 2011-12-16 Hajime Morrita <morrita@chromium.org>
540 Unreviewed expectations update.
542 * fast/ruby/ruby-remove-no-base-expected.txt:
544 2011-12-16 Philippe Normand <pnormand@igalia.com>
546 Unreviewed, GTK rebaseline and test_expectations update.
548 * platform/gtk/fast/css/bidi-override-in-anonymous-block-expected.txt:
549 * platform/gtk/fast/ruby/ruby-remove-no-base-expected.txt: Added.
550 * platform/gtk/test_expectations.txt:
552 2011-12-16 Ryosuke Niwa <rniwa@webkit.org>
554 Qt rebaselines for window properties.
556 * platform/qt/fast/dom/Window/window-properties-expected.txt:
557 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
559 2011-12-16 Ryosuke Niwa <rniwa@webkit.org>
561 Mac rebaseline after r102918.
563 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
565 2011-12-15 Hajime Morrita <morrita@chromium.org>
567 Unreviewed expectations update.
569 * html5lib/webkit-resumer-expected.txt:
571 2011-12-15 Hajime Morrita <morrita@chromium.org>
573 Unreviewed test_expectations.txt update.
575 * platform/chromium/test_expectations.txt:
577 2011-12-15 Dominic Mazzoni <dmazzoni@google.com>
579 Unreviewed Chromium test expectations update.
580 Rebaseline all speech input image tests after new Chromium assets were checked in.
582 * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
583 * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png:
584 * platform/chromium-cg-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
585 * platform/chromium-cg-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
586 * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
587 * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
588 * platform/chromium-cg-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
589 * platform/chromium-cg-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
590 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png:
591 * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.png:
592 * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.png:
593 * platform/chromium-linux/fast/speech/speech-bidi-rendering-expected.png:
594 * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
595 * platform/chromium-mac-leopard/fast/speech/input-appearance-searchandspeech-expected.png:
596 * platform/chromium-mac-leopard/fast/speech/input-appearance-speechbutton-expected.png:
597 * platform/chromium-mac-leopard/fast/speech/speech-bidi-rendering-expected.png:
598 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png:
599 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.png:
600 * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.png:
601 * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.png:
602 * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
603 * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
604 * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
605 * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
606 * platform/chromium/test_expectations.txt:
608 2011-12-15 Joshua Bell <jsbell@chromium.org>
610 IndexedDB: Can't pass DOMStringList to IDBDatabase.transaction()
611 https://bugs.webkit.org/show_bug.cgi?id=74452
613 Reviewed by Adam Barth.
615 * storage/indexeddb/transaction-basics-expected.txt:
616 * storage/indexeddb/transaction-basics.html:
618 2011-12-15 Kenneth Russell <kbr@google.com>
620 Unreviewed, rolling out r103000.
621 http://trac.webkit.org/changeset/103000
622 https://bugs.webkit.org/show_bug.cgi?id=74658
624 Does not handle text/plain documents correctly.
626 * html5lib/runner-expected.txt:
627 * platform/chromium/html5lib/runner-expected.txt:
629 2011-12-15 James Robinson <jamesr@chromium.org>
631 [chromium] Set the CCLayerTreeHost pointer on LayerChromium instances eagerly
632 https://bugs.webkit.org/show_bug.cgi?id=74477
634 Reviewed by Kenneth Russell.
636 * platform/chromium/test_expectations.txt:
638 2011-12-15 Adam Barth <abarth@webkit.org>
640 <ruby><div><p><rp> parses incorrectly
641 https://bugs.webkit.org/show_bug.cgi?id=74668
643 Reviewed by Darin Adler.
645 Update test results to show progression.
647 * html5lib/runner-expected.txt:
648 * platform/chromium/html5lib/runner-expected.txt:
650 2011-12-15 Adam Barth <abarth@webkit.org>
652 <!DOCTYPE html><pre>

A</pre> doesn't parse correctly
653 https://bugs.webkit.org/show_bug.cgi?id=74658
655 Reviewed by Darin Adler.
657 Shows test progression.
659 * html5lib/runner-expected.txt:
661 2011-12-15 Larry McLister <lmcliste@adobe.com>
663 Create reftest for render-region-renderer
664 https://bugs.webkit.org/show_bug.cgi?id=74518
666 Reviewed by Tony Chang.
668 * fast/regions/render-region-renderer-expected.html: Added.
669 * platform/chromium/test_expectations.txt:
670 * platform/efl/fast/regions/render-region-renderer-expected.png: Removed.
671 * platform/efl/fast/regions/render-region-renderer-expected.txt: Removed.
672 * platform/mac/fast/regions/render-region-renderer-expected.png: Removed.
673 * platform/mac/fast/regions/render-region-renderer-expected.txt: Removed.
675 2011-12-15 Kenichi Ishibashi <bashi@google.com>
677 Unreviewed Chromium test expectations update.
678 Rebaseline fast/text/unicode-variation-selector.html.
680 * platform/chromium-cg-mac-leopard/fast/text/unicode-variation-selector-expected.png: Added.
681 * platform/chromium-cg-mac-snowleopard/fast/text/unicode-variation-selector-expected.png: Added.
682 * platform/chromium-linux/fast/text/unicode-variation-selector-expected.png: Added.
683 * platform/chromium-linux/fast/text/unicode-variation-selector-expected.txt: Added.
684 * platform/chromium-mac-leopard/fast/text/unicode-variation-selector-expected.png: Added.
685 * platform/chromium-mac-snowleopard/fast/text/unicode-variation-selector-expected.png: Added.
686 * platform/chromium-win/fast/text/unicode-variation-selector-expected.png: Added.
687 * platform/chromium-win/fast/text/unicode-variation-selector-expected.txt: Added.
688 * platform/chromium/fast/text/unicode-variation-selector-expected.txt: Added.
689 * platform/chromium/test_expectations.txt:
691 2011-12-15 Kenneth Russell <kbr@google.com>
693 Unreviewed Chromium test expectations update; pull up some
694 downstream suppressions.
696 * platform/chromium/test_expectations.txt:
698 2011-12-15 Adam Barth <abarth@webkit.org>
700 <table><tr><td><svg><desc><td> parses incorrectly
701 https://bugs.webkit.org/show_bug.cgi?id=68106
703 Reviewed by Eric Seidel.
705 * html5lib/resources/webkit01.dat:
706 - This test had an incorrect expectation that matched our previous
707 behavior. The new expected result matches Firefox's
708 implemenation as well.
709 * html5lib/runner-expected.txt:
710 * platform/chromium/html5lib/runner-expected.txt:
711 - Updated to show test progressions. The one non-monotonic
712 improvement is some churn in which of the unsafe-text tests we
713 pass. I'll look into this issue in a future patch.
715 2011-12-15 Kenneth Russell <kbr@google.com>
717 Rename WEBKIT_lose_context to WEBKIT_WEBGL_lose_context
718 https://bugs.webkit.org/show_bug.cgi?id=71870
720 Reviewed by James Robinson.
722 Re-landing after original commit was rolled out.
724 Synchronized context-lost-restored.html and context-lost.html with
725 Khronos repository; upstream tests must check for multiple vendor
728 * fast/canvas/webgl/WebGLContextEvent.html:
729 * fast/canvas/webgl/context-destroyed-crash.html:
730 * fast/canvas/webgl/context-lost-expected.txt:
731 * fast/canvas/webgl/context-lost-restored.html:
732 * fast/canvas/webgl/context-lost.html:
734 2011-12-15 Eric Carlson <eric.carlson@apple.com>
736 Text tracks should be treated differently according to their kind
737 https://bugs.webkit.org/show_bug.cgi?id=72547
739 Reviewed by Sam Weinig.
741 * media/track/captions-webvtt/metadata.vtt: Added.
742 * media/track/track-default-attribute-expected.txt: Added.
743 * media/track/track-default-attribute.html: Added.
744 * media/track/track-mode-not-changed-by-new-track-expected.txt: Added.
745 * media/track/track-mode-not-changed-by-new-track.html: Added.
746 * media/track/track-mode-triggers-loading-expected.txt: Added.
747 * media/track/track-mode-triggers-loading.html: Added.
749 2011-12-15 Kenneth Russell <kbr@google.com>
751 Unreviewed Chromium test expectations update; add suppression.
752 https://bugs.webkit.org/show_bug.cgi?id=74634
754 * platform/chromium/test_expectations.txt:
756 2011-12-15 Raphael Kubo da Costa <kubo@profusion.mobi>
758 [EFL] Add a few more web database functions to ewk_settings.
759 https://bugs.webkit.org/show_bug.cgi?id=72148
761 Reviewed by Antonio Gomes.
763 LayoutTestController::setDatabaseQuota is implemented now.
765 * platform/efl/Skipped:
767 2011-12-15 Brady Eidson <beidson@apple.com>
769 https://bugs.webkit.org/show_bug.cgi?id=74607
770 Removed a skipped test after rolling out r102829
774 * platform/qt/Skipped:
776 2011-12-15 Brady Eidson <beidson@apple.com>
778 Unreviewed, rolling out r102829.
779 http://trac.webkit.org/changeset/102829
780 https://bugs.webkit.org/show_bug.cgi?id=74533
782 Caused https://bugs.webkit.org/show_bug.cgi?id=74555
784 * media/crash-closing-page-with-media-as-plugin-fallback-expected.txt: Removed.
785 * media/crash-closing-page-with-media-as-plugin-fallback.html: Removed.
786 * media/resources/video-with-poster-as-object-fallback.html: Removed.
788 2011-12-15 James Simonsen <simonjam@chromium.org>
790 [Navigation Timing] Use monotonicallyIncreasingTime() instead of currentTime()
791 https://bugs.webkit.org/show_bug.cgi?id=58354
793 Reviewed by Pavel Feldman.
795 * fast/dom/script-tests/webtiming.js: Current monotonic time is unknown until performance.now() is available. Use 0 until then.
797 2011-12-15 Kenneth Russell <kbr@google.com>
799 Unreviewed Chromium expectations update. Mark another flaky compositing test.
801 * platform/chromium/test_expectations.txt:
803 2011-12-15 Martin Kosiba <mkosiba@google.com>
805 Fix find on web pages with -webkit-user-select: none for Chromium
806 https://bugs.webkit.org/show_bug.cgi?id=72281
808 Reviewed by Ryosuke Niwa.
810 Adding a layout test to verify that find works correctly on pages
811 that prevent text selection.
813 * editing/text-iterator/findString-selection-disabled-expected.txt: Added.
814 * editing/text-iterator/findString-selection-disabled.html: Added.
815 * platform/efl/Skipped:
816 * platform/gtk-wk2/Skipped:
817 * platform/mac-lion/Skipped:
818 * platform/mac-snowleopard/Skipped:
819 * platform/mac/Skipped:
820 * platform/qt-5.0/Skipped:
821 * platform/qt-mac/Skipped:
822 * platform/qt-wk2/Skipped:
823 * platform/wk2/Skipped:
825 2011-12-15 Julien Chaffraix <jchaffraix@webkit.org>
827 Hardware-backed renderLayer could avoid repainting during a positioned movement layout
828 https://bugs.webkit.org/show_bug.cgi?id=74370
830 Reviewed by Simon Fraser.
832 I did not find any test covering positioned movement layout with composited layers
833 so I added some testing.
835 * compositing/absolute-position-changed-in-composited-layer-expected.png: Added.
836 * compositing/absolute-position-changed-in-composited-layer-expected.txt: Added.
837 * compositing/absolute-position-changed-in-composited-layer.html: Added.
838 * compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
839 * compositing/absolute-position-changed-with-composited-parent-layer-expected.txt: Added.
840 * compositing/absolute-position-changed-with-composited-parent-layer.html: Added.
841 * compositing/fixed-position-changed-in-composited-layer-expected.png: Added.
842 * compositing/fixed-position-changed-in-composited-layer-expected.txt: Added.
843 * compositing/fixed-position-changed-in-composited-layer.html: Added.
844 * compositing/fixed-position-changed-within-composited-parent-layer-expected.png: Added.
845 * compositing/fixed-position-changed-within-composited-parent-layer-expected.txt: Added.
846 * compositing/fixed-position-changed-within-composited-parent-layer.html: Added.
848 2011-12-15 Kenneth Russell <kbr@google.com>
850 [chromium] Add DRT support for WebKitPageCacheSupportsPluginsPreferenceKey
851 https://bugs.webkit.org/show_bug.cgi?id=74581
853 Reviewed by Darin Fisher.
855 Unskip one test which now passes. The other one will continue to
856 be covered under the other bug.
858 * platform/chromium/test_expectations.txt:
860 2011-12-15 Alexander Pavlov <apavlov@chromium.org>
862 Web Inspector: #hex colors are not highlighted in CSS files
863 https://bugs.webkit.org/show_bug.cgi?id=74570
865 Reviewed by Pavel Feldman.
867 * inspector/syntax-highlight-css-expected.txt:
868 * inspector/syntax-highlight-css.html:
870 2011-12-15 Vsevolod Vlasov <vsevik@chromium.org>
872 Unreviewed test expectations fix.
874 * http/tests/inspector/console-resource-errors-expected.txt:
875 * http/tests/inspector/console-xhr-logging-expected.txt:
876 * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: Copied from LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt.
877 * platform/qt/Skipped:
879 2011-12-15 Igor Oliveira <igor.oliveira@openbossa.org>
881 [Qt] Support requestAnimationFrame API
882 https://bugs.webkit.org/show_bug.cgi?id=74528
884 Enable requestAnimationFrame tests.
886 Reviewed by Kenneth Rohde Christiansen.
888 * platform/qt/Skipped:
890 2011-12-15 Csaba Osztrogonác <ossy@webkit.org>
892 [Qt] Unreviewed gardening.
894 * platform/qt/Skipped: Skip new failing tests (regressions).
895 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r102918.
897 2011-12-15 Vsevolod Vlasov <vsevik@chromium.org>
899 Unreviewed chromium test rebaseline.
901 * platform/chromium/http/tests/inspector/network/script-as-text-loading-expected.txt: Added.
903 2011-12-15 Philippe Normand <pnormand@igalia.com>
905 Unreviewed, GTK rebaseline.
907 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
909 2011-12-14 Vsevolod Vlasov <vsevik@chromium.org>
911 Web Inspector: Console should show network messages origins.
912 https://bugs.webkit.org/show_bug.cgi?id=74521
914 Reviewed by Pavel Feldman.
916 * http/tests/inspector/console-resource-errors-expected.txt:
917 * http/tests/inspector/console-xhr-logging-expected.txt:
918 * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt:
920 2011-12-15 Rakesh KN <rakesh.kn@motorola.com>
922 "user-select none" causes selection to incorrectly escape from clicked container
923 https://bugs.webkit.org/show_bug.cgi?id=57289
925 Reviewed by Ryosuke Niwa.
927 * fast/events/mouse-double-triple-click-should-not-select-next-node-for-user-select-none-expected.txt: Added.
928 * fast/events/mouse-double-triple-click-should-not-select-next-node-for-user-select-none.html: Added.
929 * fast/js/resources/js-test-pre.js:
931 Added new helper function to check for inequality.
933 2011-12-13 Andrey Kosyakov <caseq@chromium.org>
935 Web Inspector: Generated HAR is missing pages.startedDateTime
936 https://bugs.webkit.org/show_bug.cgi?id=74188
938 Reviewed by Pavel Feldman.
940 * http/tests/inspector/inspector-test.js:
941 (initialize_InspectorTest.InspectorTest.formatRecentTime):
942 (initialize_InspectorTest.InspectorTest.addObject):
943 * http/tests/inspector/resource-har-conversion-expected.txt:
944 * http/tests/inspector/resource-parameters-expected.txt:
945 * http/tests/inspector/resources-test.js:
946 * platform/chromium/http/tests/inspector/resource-har-conversion-expected.txt:
947 * platform/mac-snowleopard/http/tests/inspector/resource-har-conversion-expected.txt:
949 2011-12-15 Kenichi Ishibashi <bashi@chromium.org>
951 Supports Unicode variation selector
952 https://bugs.webkit.org/show_bug.cgi?id=50999
954 Reviewed by Nikolas Zimmermann.
956 Add test for unicode variation selector support.
957 A tiny font (gw432047.ttf), which comes from glyphwiki.org and is used by Mozilla, is added for the test.
959 * fast/text/resources/gw432047-license.txt: Added.
960 * fast/text/resources/gw432047.ttf: Added.
961 * fast/text/unicode-variation-selector.html: Added.
962 * platform/chromium/test_expectations.txt: Added fast/text/unicode-variation-selector.html. This test need rebaseline.
964 2011-12-15 Alexander Pavlov <apavlov@chromium.org>
966 [v8] Expose the "filter" property in V8CSSStyleDeclaration
967 https://bugs.webkit.org/show_bug.cgi?id=73426
969 The original version of this test should have landed in r102578 but was lost
970 during the "revert-reland" cycle.
972 Reviewed by Adam Barth.
974 * fast/css/style-enumerate-properties-expected.txt: Added.
975 * fast/css/style-enumerate-properties.html: Added.
977 2011-12-15 Vsevolod Vlasov <vsevik@chromium.org>
979 Unreviewed revert of r102696 ([Navigation Timing] Use monotonicallyIncreasingTime() instead of currentTime()).
980 Breaks inspector's network panel timeline on chromium.
982 * fast/dom/script-tests/webtiming.js:
984 2011-12-15 Zoltan Herczeg <zherczeg@webkit.org>
986 Unreviewed, Qt rebaseline after r102149 and r102846.
988 * platform/qt/editing/pasteboard/paste-text-013-expected.txt:
989 * platform/qt/editing/pasteboard/paste-text-014-expected.txt:
990 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
992 2011-12-15 Hajime Morrita <morrita@chromium.org>
994 Unreviewed, removing incorrect expectaions.
996 * platform/chromium-cg-mac-leopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Removed.
997 * platform/chromium-cg-mac-snowleopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Removed.
998 * platform/chromium-mac-leopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Removed.
999 * platform/chromium-mac-snowleopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Removed.
1000 * platform/chromium-win-xp/media/video-poster-blocked-by-willsendrequest-expected.txt: Removed.
1002 2011-12-15 Philippe Normand <pnormand@igalia.com>
1004 Unreviewed, add fast/images/move-image-to-new-document.html in GTK
1007 * platform/gtk/test_expectations.txt:
1009 2011-12-14 Vsevolod Vlasov <vsevik@chromium.org>
1011 Web Inspector: [Regression] Network manager fails to show resource type and MIME type in incorrect MIME type console message.
1012 https://bugs.webkit.org/show_bug.cgi?id=74516
1014 Reviewed by Pavel Feldman.
1016 * http/tests/inspector/network/resources/script-as-text.php: Added.
1017 * http/tests/inspector/network/script-as-text-loading-expected.txt: Added.
1018 * http/tests/inspector/network/script-as-text-loading.html: Added.
1020 2011-12-15 Philippe Normand <pnormand@igalia.com>
1022 Unreviewed, GTK rebaseline after r102149 and r102846.
1024 * platform/gtk/editing/pasteboard/paste-text-013-expected.txt:
1025 * platform/gtk/editing/pasteboard/paste-text-014-expected.txt:
1026 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
1028 2011-11-03 Kent Tamura <tkent@chromium.org>
1030 A spin button changes the value incorrectly if it is clicked after touch events.
1031 https://bugs.webkit.org/show_bug.cgi?id=71181
1033 Reviewed by Ryosuke Niwa.
1035 * fast/events/touch/touch-before-pressing-spin-button-expected.txt: Added.
1036 * fast/events/touch/touch-before-pressing-spin-button.html: Added.
1037 * platform/chromium/test_expectations.txt:
1038 Remove the flakiness of fast/forms/input-step-as-double.html.
1039 * platform/qt/Skipped: ditto.
1041 2011-12-14 David Levin <levin@chromium.org>
1043 [chromium] DatabaseObserver needs threadsafe fixes and other clean-up.
1044 https://bugs.webkit.org/show_bug.cgi?id=74558
1046 Reviewed by Dmitry Titov.
1048 Added a test which would fail without some of these fixes.
1050 * http/tests/workers/interrupt-database-sync-open-crash.html: Added.
1051 * http/tests/workers/resources/open-database-sync.js: Added.
1054 2011-12-14 Kent Tamura <tkent@chromium.org>
1056 [Chromium] Test expectatino update.
1057 - Rebaseline for basic-selects.html.
1058 - Move menulist-onchange-fired-with-key-up-down.html to the WONTFIX section.
1059 - Remove a duplicated entry.
1061 * platform/chromium-cg-mac-leopard/fast/forms/basic-selects-expected.png:
1062 * platform/chromium-cg-mac-leopard/fast/forms/basic-selects-expected.txt: Added.
1063 * platform/chromium-cg-mac-snowleopard/fast/forms/basic-selects-expected.png: Added.
1064 * platform/chromium-cg-mac-snowleopard/fast/forms/basic-selects-expected.txt: Added.
1065 * platform/chromium-cg-mac/fast/forms/basic-selects-expected.png: Removed.
1066 * platform/chromium-linux-x86/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/basic-selects-expected.txt.
1067 * platform/chromium-linux/fast/forms/basic-selects-expected.png:
1068 * platform/chromium-linux/fast/forms/basic-selects-expected.txt:
1069 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.png: Added.
1070 * platform/chromium-mac-leopard/fast/forms/basic-selects-expected.txt: Added.
1071 * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png: Added.
1072 * platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.txt: Added.
1073 * platform/chromium-mac/fast/forms/basic-selects-expected.png: Removed.
1074 * platform/chromium-win-vista/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/basic-selects-expected.txt.
1075 * platform/chromium-win-xp/fast/forms/basic-selects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/basic-selects-expected.txt.
1076 * platform/chromium-win/fast/forms/basic-selects-expected.png:
1077 * platform/chromium-win/fast/forms/basic-selects-expected.txt:
1078 * platform/chromium/test_expectations.txt:
1080 2011-12-14 Kent Tamura <tkent@chromium.org>
1082 [Mac] Skip menulist-popup-crash.html because of timeout.
1083 https://bugs.webkit.org/show_bug.cgi?id=73304
1085 * platform/mac/Skipped:
1087 2011-12-14 Hajime Morrita <morrita@chromium.org>
1089 Unreviewed test_expectations.txt update.
1091 * platform/chromium/test_expectations.txt:
1093 2011-12-14 Hajime Morrita <morrita@chromium.org>
1095 Unreviewed expectation update.
1097 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
1099 2011-12-14 Dominic Mazzoni <dmazzoni@google.com>
1101 Seeing crash in DRT after loading-iframe-sends-notification.html land
1102 https://bugs.webkit.org/show_bug.cgi?id=72624
1104 Rewrite test to use a global addNotificationListener, which makes it
1105 more robust and cross-platform.
1107 Reviewed by Chris Fleizach.
1109 * accessibility/loading-iframe-sends-notification-expected.txt: Added.
1110 * accessibility/loading-iframe-sends-notification.html:
1111 * platform/chromium/accessibility/loading-iframe-sends-notification-expected.txt: Removed.
1112 * platform/chromium/test_expectations.txt:
1113 * platform/gtk/Skipped:
1114 * platform/gtk/accessibility/loading-iframe-sends-notification-expected.txt: Removed.
1115 * platform/mac/Skipped:
1116 * platform/win/Skipped:
1118 2011-12-14 Ken Buchanan <kenrb@chromium.org>
1120 Crash due to incorrect parsing of isolates
1121 https://bugs.webkit.org/show_bug.cgi?id=74311
1122 When <bdi> content is wrapped, all hell breaks loose
1123 https://bugs.webkit.org/show_bug.cgi?id=74396
1125 Reviewed by Eric Seidel.
1127 Layout test has multiple lines inside an isolate to ensure each run
1128 is created only once.
1130 The test that is in bug 74396 will have to be added once bug 74489 is
1133 * LayoutTests/fast/text/international/multiline-and-object-inside-isolate-crash-expected.txt: Added
1134 * LayoutTests/fast/text/international/multiline-and-object-inside-isolate-crash.html: Added
1136 2011-12-14 Jing Zhao <jingzhao@chromium.org>
1138 Opening two popup menus by dispatchEvent() makes problems.
1139 https://bugs.webkit.org/show_bug.cgi?id=73304
1141 Reviewed by Kent Tamura.
1143 * fast/forms/select/menulist-popup-crash-expected.txt: Added.
1144 * fast/forms/select/menulist-popup-crash.html: Added.
1146 2011-12-14 Hajime Morrita <morrita@chromium.org>
1148 Unreviewed expectation update.
1150 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1151 * platform/chromium-cg-mac-leopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Added.
1152 * platform/chromium-cg-mac-snowleopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Added.
1153 * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png:
1154 * platform/chromium-mac-leopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Added.
1155 * platform/chromium-mac-snowleopard/media/video-poster-blocked-by-willsendrequest-expected.txt: Added.
1156 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium/svg/css/getComputedStyle-basic-expected.txt.
1157 * platform/chromium-win-xp/media/video-poster-blocked-by-willsendrequest-expected.txt: Added.
1158 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
1159 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1160 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
1161 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
1162 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
1163 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
1165 2011-12-14 Simon Fraser <simon.fraser@apple.com>
1167 Filter amounts should accept percentages
1168 https://bugs.webkit.org/show_bug.cgi?id=74531
1170 Reviewed by Chris Marrin.
1172 Adjust test results now that percentages are allowed for some
1173 filter arguments, and add testing of percentage arguments to filter-property-computed-style.js
1175 * css3/filters/filter-property-computed-style-expected.txt:
1176 * css3/filters/filter-property-parsing-invalid-expected.txt:
1177 * css3/filters/script-tests/filter-property-computed-style.js:
1178 * css3/filters/script-tests/filter-property-parsing-invalid.js:
1180 2011-12-14 Enrica Casucci <enrica@apple.com>
1182 Updating test results after r102846
1186 * platform/chromium-win/editing/pasteboard/paste-text-013-expected.txt:
1187 * platform/chromium-win/editing/pasteboard/paste-text-014-expected.txt:
1189 2011-12-14 Dmitry Lomov <dslomov@google.com>
1191 Unreviewed: more specific bug for suppression of fast/workers/storage.
1192 Bug https://bugs.webkit.org/show_bug.cgi?id=74554 with investigation results filed.
1194 * platform/chromium/test_expectations.txt:
1196 2011-12-14 Enrica Casucci <enrica@apple.com>
1198 Need a way to produce leaner markup when pasting a fragment containing verbose markup
1199 https://bugs.webkit.org/show_bug.cgi?id=74514
1200 <rdar://problem/10208653>
1202 Reviewed by Ryosuke Niwa.
1204 * editing/pasteboard/paste-and-sanitize-expected.txt: Added.
1205 * editing/pasteboard/paste-and-sanitize.html: Added.
1206 * editing/pasteboard/paste-text-012-expected.txt: Updated to reflect cleanup.
1207 * editing/pasteboard/testcase-9507-expected.txt: Updated to reflect cleanup.
1208 * platform/mac/editing/pasteboard/paste-text-013-expected.txt: Updated to reflect cleanup.
1209 * platform/mac/editing/pasteboard/paste-text-014-expected.txt: Updated to reflect cleanup.
1211 2011-12-14 Kenneth Russell <kbr@google.com>
1213 Unreviewed Chromium test expectations update. Skip a problematic
1214 test which will be fixed with the fix for an existing bug, and
1215 mark another failure; the latter seems serious and a high-priority
1218 * platform/chromium/test_expectations.txt:
1220 2011-12-14 Ojan Vafai <ojan@chromium.org>
1222 Add new expected results that were missed in r102837.
1224 * fast/css/getComputedStyle/computed-style-expected.txt:
1225 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1226 * svg/css/getComputedStyle-basic-expected.txt:
1228 2011-12-14 Adrienne Walker <enne@google.com>
1230 [chromium] Refactor tile drawing to be more data-driven
1231 https://bugs.webkit.org/show_bug.cgi?id=73059
1233 Reviewed by James Robinson.
1235 Mark three tests as failing with small pixel differences. These just
1238 * platform/chromium/test_expectations.txt:
1240 2011-12-14 Ojan Vafai <ojan@chromium.org>
1242 Implement flexDirection and flexWrap and make flexFlow a proper shorthand.
1243 https://bugs.webkit.org/show_bug.cgi?id=74542
1245 Reviewed by Tony Chang.
1247 * css3/flexbox/css-properties-expected.txt:
1248 * css3/flexbox/script-tests/css-properties.js:
1249 (testFlexFlowValue):
1251 2011-12-14 Ryosuke Niwa <rniwa@webkit.org>
1253 NodeChildList shouldn't be in NodeListNodeData
1254 https://bugs.webkit.org/show_bug.cgi?id=73969
1256 Added a regression test for ChildNodeList; it catches a bug caught in the review process.
1258 * fast/dom/childnode-item-after-itemname-expected.txt: Added.
1259 * fast/dom/childnode-item-after-itemname.html: Added.
1261 2011-12-14 Ethan Malasky <emalasky@adobe.com>
1263 Create reftest for outline-sides-in-region
1264 https://bugs.webkit.org/show_bug.cgi?id=74428
1266 Reviewed by Darin Adler.
1268 * fast/regions/outline-sides-in-region-expected.html: Added.
1269 * fast/regions/outline-sides-in-region.html:
1270 * platform/chromium/test_expectations.txt:
1271 * platform/efl/fast/regions/outline-sides-in-region-expected.png: Removed.
1272 * platform/efl/fast/regions/outline-sides-in-region-expected.txt: Removed.
1273 * platform/mac/fast/regions/outline-sides-in-region-expected.png: Removed.
1274 * platform/mac/fast/regions/outline-sides-in-region-expected.txt: Removed.
1276 2011-12-14 Brady Eidson <beidson@apple.com>
1278 <rdar://problem/10576732> and https://bugs.webkit.org/show_bug.cgi?id=74533
1279 REGRESSION(r102619): Reproducible crash closing window with video + poster image inside an object element
1281 Reviewed by Darin Adler.
1283 * media/crash-closing-page-with-media-as-plugin-fallback-expected.txt: Added.
1284 * media/crash-closing-page-with-media-as-plugin-fallback.html: Added.
1285 * media/resources/video-with-poster-as-object-fallback.html: Added.
1287 2011-12-14 Ryosuke Niwa <rniwa@webkit.org>
1289 Skip fast/forms/select/menulist-onchange-fired-with-key-up-down.html on Mac since
1290 it has been failing since it was introduced. The failure is tracked by the bug 74384.
1292 * platform/mac/Skipped:
1294 2011-12-14 Simon Fraser <simon.fraser@apple.com>
1296 Make -webkit-filter animatable
1297 https://bugs.webkit.org/show_bug.cgi?id=68476
1299 Reviewed by Chris Marrin.
1301 New test for filter animation, and enhancements to animation-test-helpers.js
1304 * animations/resources/animation-test-helpers.js:
1305 (getFilterParameters):
1306 (filterParametersMatch):
1307 (checkExpectedValue):
1308 * css3/filters/filter-animation.html: Added.
1310 2011-12-14 Adam Klein <adamk@chromium.org>
1312 Broaden support for mutation observation of attributes
1313 https://bugs.webkit.org/show_bug.cgi?id=74448
1315 Reviewed by Ryosuke Niwa.
1317 Add tests covering attribute mutation via Attr nodes.
1319 * fast/mutation/observe-attributes-expected.txt:
1320 * fast/mutation/observe-attributes.html:
1322 2011-12-14 Eric Carlson <eric.carlson@apple.com>
1324 Media url with fragment may not load
1325 https://bugs.webkit.org/show_bug.cgi?id=74443
1327 Reviewed by Darin Adler.
1329 * media/media-extension-with-fragment-expected.txt: Added.
1330 * media/media-extension-with-fragment.html: Added.
1332 2011-12-14 Kenneth Russell <kbr@google.com>
1334 Unreviewed Chromium test expectations update. Suppress another
1335 intermittent compositing test failure.
1337 * platform/chromium/test_expectations.txt:
1339 2011-12-14 Vsevolod Vlasov <vsevik@chromium.org>
1341 Web Inspector: DatabaseTableView should escape table name.
1342 https://bugs.webkit.org/show_bug.cgi?id=74503
1344 Reviewed by Pavel Feldman.
1346 * inspector/database-table-name-excaping-expected.txt: Added.
1347 * inspector/database-table-name-excaping.html: Added.
1349 2011-12-14 João Paulo Rechi Vita <jprvita@openbossa.org>
1351 [Qt] [Gardening] editing/pasteboard/4242293-1.html now passes.
1352 https://bugs.webkit.org/show_bug.cgi?id=73417
1354 Reviewed by Csaba Osztrogonác.
1356 Remove this test from the skip list since it is passing now.
1358 * platform/qt-5.0/Skipped:
1359 * platform/qt-wk2/Skipped:
1361 2011-12-14 Csaba Osztrogonác <ossy@webkit.org>
1363 [Qt] Test fonts are not used with Qt5
1364 https://bugs.webkit.org/show_bug.cgi?id=72513
1366 * platform/qt-5.0/Skipped: Unskip a bunch of now passing tests - part 4. : svg
1367 * platform/qt-wk2/Skipped: Skip 2 flakey tests.
1369 2011-12-14 Csaba Osztrogonác <ossy@webkit.org>
1371 [Qt] Test fonts are not used with Qt5
1372 https://bugs.webkit.org/show_bug.cgi?id=72513
1374 * platform/qt-5.0/Skipped: Unskip a bunch of now passing tests - part 3. : editing
1376 2011-12-14 Julien Chaffraix <jchaffraix@webkit.org>
1378 Crash in RenderBox::paintBoxDecorations when documentElement has no renderer
1379 https://bugs.webkit.org/show_bug.cgi?id=64284
1381 Reviewed by Ryosuke Niwa.
1383 * fast/dynamic/crash-paint-no-documentElement-renderer-expected.png: Added.
1384 * fast/dynamic/crash-paint-no-documentElement-renderer-expected.txt: Added.
1385 * fast/dynamic/crash-paint-no-documentElement-renderer.html: Added.
1387 * platform/chromium/test_expectations.txt:
1388 * platform/efl/Skipped:
1389 * platform/gtk/test_expectations.txt:
1390 * platform/mac/test_expectations.txt:
1391 * platform/qt/test_expectations.txt:
1392 * platform/win/test_expectations.txt:
1393 The test hits the ASSERT from bug 68859 in Debug. However it works well in Release.
1395 2011-12-14 Tom Sepez <tsepez@chromium.org>
1397 DocumentLoader should ref its mainResourceLoader.
1398 https://bugs.webkit.org/show_bug.cgi?id=74424
1400 Reviewed by Adam Barth.
1402 More tests for insecure iframes blocked inside of https frames.
1404 * http/tests/security/mixedContent/resources/frame-with-insecure-iframe.html: Added.
1405 * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed-expected.txt: Added.
1406 * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html: Added.
1407 * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked-expected.txt: Added.
1408 * platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked.html: Added.
1409 * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed-expected.txt:
1410 * platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed.html:
1412 2011-12-14 Csaba Osztrogonác <ossy@webkit.org>
1414 [Qt] Test fonts are not used with Qt5
1415 https://bugs.webkit.org/show_bug.cgi?id=72513
1417 * platform/qt-5.0/Skipped: Unskip a bunch of now passing tests - part 2. : tables
1419 2011-12-14 Csaba Osztrogonác <ossy@webkit.org>
1421 [Qt] Test fonts are not used with Qt5
1422 https://bugs.webkit.org/show_bug.cgi?id=72513
1424 * platform/qt-5.0/Skipped: Unskip a bunch of now passing tests - part 1. : css2.1, css3
1426 2011-12-14 Brian Salomon <bsalomon@google.com>
1428 [CHROMIUM] Make canvas/philip/tests/2d.imageData.put.unchanged.html be expected to fail
1429 on the GPU due to slight difference in alpha-premul computation.
1431 https://bugs.webkit.org/show_bug.cgi?id=73953
1433 Reviewed by Stephen White.
1435 * platform/chromium/test_expectations.txt:
1437 2011-12-14 Csaba Osztrogonác <ossy@webkit.org>
1439 [Qt] Test fonts are not used with Qt5
1440 https://bugs.webkit.org/show_bug.cgi?id=72513
1442 Unreviewed gardening, remove unnecessary Qt5 specific expected files.
1444 * platform/qt-5.0/animations/cross-fade-background-image-expected.png: Removed.
1445 * platform/qt-5.0/animations/cross-fade-background-image-expected.txt: Removed.
1446 * platform/qt-5.0/animations/cross-fade-border-image-source-expected.png: Removed.
1447 * platform/qt-5.0/animations/cross-fade-border-image-source-expected.txt: Removed.
1448 * platform/qt-5.0/animations/cross-fade-list-style-image-expected.png: Removed.
1449 * platform/qt-5.0/animations/cross-fade-list-style-image-expected.txt: Removed.
1450 * platform/qt-5.0/animations/cross-fade-webkit-mask-box-image-expected.png: Removed.
1451 * platform/qt-5.0/animations/cross-fade-webkit-mask-box-image-expected.txt: Removed.
1452 * platform/qt-5.0/animations/cross-fade-webkit-mask-image-expected.png: Removed.
1453 * platform/qt-5.0/animations/cross-fade-webkit-mask-image-expected.txt: Removed.
1454 * platform/qt-5.0/css2.1/20110323/background-intrinsic-001-expected.png: Removed.
1455 * platform/qt-5.0/css2.1/20110323/background-intrinsic-001-expected.txt: Removed.
1456 * platform/qt-5.0/css2.1/20110323/background-intrinsic-002-expected.png: Removed.
1457 * platform/qt-5.0/css2.1/20110323/background-intrinsic-002-expected.txt: Removed.
1458 * platform/qt-5.0/css2.1/20110323/background-intrinsic-003-expected.png: Removed.
1459 * platform/qt-5.0/css2.1/20110323/background-intrinsic-003-expected.txt: Removed.
1460 * platform/qt-5.0/css2.1/20110323/background-intrinsic-004-expected.png: Removed.
1461 * platform/qt-5.0/css2.1/20110323/background-intrinsic-004-expected.txt: Removed.
1462 * platform/qt-5.0/css2.1/20110323/background-intrinsic-005-expected.png: Removed.
1463 * platform/qt-5.0/css2.1/20110323/background-intrinsic-005-expected.txt: Removed.
1464 * platform/qt-5.0/css2.1/20110323/background-intrinsic-006-expected.png: Removed.
1465 * platform/qt-5.0/css2.1/20110323/background-intrinsic-006-expected.txt: Removed.
1466 * platform/qt-5.0/css2.1/20110323/background-intrinsic-007-expected.png: Removed.
1467 * platform/qt-5.0/css2.1/20110323/background-intrinsic-007-expected.txt: Removed.
1468 * platform/qt-5.0/css2.1/20110323/background-intrinsic-008-expected.png: Removed.
1469 * platform/qt-5.0/css2.1/20110323/background-intrinsic-008-expected.txt: Removed.
1470 * platform/qt-5.0/css2.1/20110323/background-intrinsic-009-expected.png: Removed.
1471 * platform/qt-5.0/css2.1/20110323/background-intrinsic-009-expected.txt: Removed.
1472 * platform/qt-5.0/css2.1/20110323/border-spacing-applies-to-015-expected.txt: Removed.
1473 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-001-expected.png: Removed.
1474 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed.
1475 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-002-expected.png: Removed.
1476 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed.
1477 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-003-expected.png: Removed.
1478 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed.
1479 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-004-expected.png: Removed.
1480 * platform/qt-5.0/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed.
1481 * platform/qt-5.0/css2.1/20110323/empty-inline-001-expected.txt: Removed.
1482 * platform/qt-5.0/css2.1/20110323/empty-inline-002-expected.txt: Removed.
1483 * platform/qt-5.0/css2.1/20110323/empty-inline-003-expected.txt: Removed.
1484 * platform/qt-5.0/css2.1/20110323/table-caption-001-expected.txt: Removed.
1485 * platform/qt-5.0/css2.1/20110323/table-caption-002-expected.txt: Removed.
1486 * platform/qt-5.0/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt: Removed.
1487 * platform/qt-5.0/css2.1/20110323/table-caption-margins-001-expected.txt: Removed.
1488 * platform/qt-5.0/css2.1/20110323/table-caption-optional-001-expected.txt: Removed.
1489 * platform/qt-5.0/css2.1/20110323/table-caption-optional-002-expected.txt: Removed.
1490 * platform/qt-5.0/editing/execCommand/indent-nested-lists-3-expected.txt: Removed.
1491 * platform/qt-5.0/fast/css/child-style-can-override-visited-style-expected.txt: Removed.
1492 * platform/qt-5.0/fast/css/empty-inline-003-quirksmode-expected.txt: Removed.
1493 * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-expected.txt: Removed.
1494 * platform/qt-5.0/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Removed.
1495 * platform/qt-5.0/fast/css/font-face-descending-unicode-range-expected.txt: Removed.
1496 * platform/qt-5.0/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Removed.
1497 * platform/qt-5.0/fast/multicol/block-axis-horizontal-bt-expected.txt: Removed.
1498 * platform/qt-5.0/fast/multicol/block-axis-horizontal-tb-expected.txt: Removed.
1499 * platform/qt-5.0/fast/multicol/block-axis-vertical-lr-expected.txt: Removed.
1500 * platform/qt-5.0/fast/multicol/block-axis-vertical-rl-expected.txt: Removed.
1501 * platform/qt-5.0/fast/multicol/pagination-h-horizontal-bt-expected.txt: Removed.
1502 * platform/qt-5.0/fast/multicol/pagination-h-horizontal-tb-expected.txt: Removed.
1503 * platform/qt-5.0/fast/multicol/pagination-h-vertical-rl-expected.txt: Removed.
1504 * platform/qt-5.0/fast/multicol/pagination-v-horizontal-bt-expected.txt: Removed.
1505 * platform/qt-5.0/fast/multicol/pagination-v-vertical-lr-expected.txt: Removed.
1506 * platform/qt-5.0/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Removed.
1507 * platform/qt-5.0/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt: Removed.
1508 * platform/qt-5.0/svg/as-image/animated-svg-as-image-same-image-expected.txt: Removed.
1509 * platform/qt-5.0/svg/as-image/same-image-two-instances-expected.txt: Removed.
1510 * platform/qt-5.0/svg/as-image/svg-image-change-content-size-expected.txt: Removed.
1511 * platform/qt-5.0/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Removed.
1512 * platform/qt-5.0/svg/custom/pointer-events-image-css-transform-expected.txt: Removed.
1513 * platform/qt-5.0/svg/custom/pointer-events-text-css-transform-expected.txt: Removed.
1514 * platform/qt-5.0/svg/transforms/svg-css-transforms-clip-path-expected.txt: Removed.
1515 * platform/qt-5.0/svg/transforms/svg-css-transforms-expected.txt: Removed.
1516 * platform/qt-5.0/transitions/cross-fade-background-image-expected.png: Removed.
1517 * platform/qt-5.0/transitions/cross-fade-background-image-expected.txt: Removed.
1518 * platform/qt-5.0/transitions/cross-fade-border-image-expected.png: Removed.
1519 * platform/qt-5.0/transitions/cross-fade-border-image-expected.txt: Removed.
1521 2011-12-14 Balazs Kelemen <kbalazs@webkit.org>
1523 Unreviewed Qt-WK2 gardening.
1525 [Qt][WK2] fast/dom/rtl-scroll-to-leftmost-and-resize.html fails
1526 https://bugs.webkit.org/show_bug.cgi?id=74504
1528 [Qt][WK2] css3/unicode-bidi-isolate-aharon-failing.html fails
1529 https://bugs.webkit.org/show_bug.cgi?id=74505
1533 * platform/qt-wk2/Skipped:
1535 2011-12-14 Rakesh KN <rakesh.kn@motorola.com>
1537 [Non-Mac] Change event should be fired when changing option by using keyboard.
1538 https://bugs.webkit.org/show_bug.cgi?id=74384
1540 Reviewed by Kent Tamura.
1542 Fire onchange event when option is changed using up/down/right/left/pageup/pagedown/home/end keys.
1544 * fast/forms/select/menulist-onchange-fired-with-key-up-down-expected.txt: Added.
1545 * fast/forms/select/menulist-onchange-fired-with-key-up-down.html: Added.
1546 * platform/chromium/test_expectations.txt:
1547 Skipped for Chromium MAC.
1548 * platform/mac/Skipped:
1549 Skipped for Apple MAC.
1551 2011-12-14 João Paulo Rechi Vita <jprvita@openbossa.org>
1553 [Qt] [Gardening] Remove qt-4.7 layout tests dir
1554 https://bugs.webkit.org/show_bug.cgi?id=74426
1556 Building trunk now depends on Qt >= 4.8, so no need to keep this directory
1559 Reviewed by Csaba Osztrogonác.
1561 * platform/qt-4.7/Skipped: Removed.
1563 2011-12-14 Philippe Normand <pnormand@igalia.com>
1565 Unreviewed, skip 2 tests failing on 32-bit GTK bot.
1567 * platform/gtk/Skipped:
1569 2011-12-14 Zan Dobersek <zandobersek@gmail.com>
1571 [Gtk] rebaseline test results for editing/selection/transformed-selection-rects.html
1572 https://bugs.webkit.org/show_bug.cgi?id=74307
1574 Reviewed by Philippe Normand.
1576 Update test results for editing/selection/transformed-selection-rects.html
1577 and unskip the test.
1579 * platform/gtk/Skipped:
1580 * platform/gtk/editing/selection/transformed-selection-rects-expected.png:
1581 * platform/gtk/editing/selection/transformed-selection-rects-expected.txt:
1583 2011-12-14 Philippe Normand <pnormand@igalia.com>
1585 Unreviewed, mark a GTK accessibility test flaky and fix
1586 expectation of http/tests/security/cross-origin-xsl-redirect-BLOCKED.html.
1588 * platform/gtk/test_expectations.txt:
1589 platform/gtk/accessibility/unknown-roles-not-exposed.html is flaky.
1591 2011-12-14 Philippe Normand <pnormand@igalia.com>
1593 Unreviewed, GTK baselines for new tests.
1595 * platform/gtk/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
1596 * platform/gtk/css1/box_properties/acid_test-expected.txt: Added.
1597 * platform/gtk/svg/clip-path/clip-path-css-transform-1-expected.txt: Added.
1598 * platform/gtk/svg/clip-path/clip-path-css-transform-2-expected.txt: Added.
1599 * platform/gtk/svg/custom/clip-path-with-css-transform-1-expected.txt: Added.
1600 * platform/gtk/svg/custom/clip-path-with-css-transform-2-expected.txt: Added.
1601 * platform/gtk/svg/custom/no-inherited-dashed-stroke-expected.txt: Added.
1602 * platform/gtk/svg/custom/path-moveto-only-rendering-expected.txt: Added.
1603 * platform/gtk/svg/custom/pointer-events-image-css-transform-expected.txt: Added.
1604 * platform/gtk/svg/custom/pointer-events-text-css-transform-expected.txt: Added.
1605 * platform/gtk/svg/custom/recursive-filter-expected.txt: Added.
1606 * platform/gtk/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: Added.
1607 * platform/gtk/svg/custom/relative-sized-use-on-symbol-expected.txt: Added.
1608 * platform/gtk/svg/custom/subpaths-moveto-only-rendering-expected.txt: Added.
1609 * platform/gtk/svg/custom/use-on-symbol-inside-pattern-expected.txt: Added.
1610 * platform/gtk/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Added.
1611 * platform/gtk/svg/text/non-bmp-positioning-lists-expected.txt: Added.
1612 * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
1613 * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.
1615 2011-12-14 Hajime Morrita <morrita@chromium.org>
1617 Unreviewed expectation update.
1619 * platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
1620 * platform/chromium-win/fast/gradients/css3-repeating-radial-gradients-expected.png:
1622 2011-12-14 Philippe Normand <pnormand@igalia.com>
1624 Unreviewed, GTK rebaseline after r102748.
1626 * platform/gtk/css1/font_properties/font-expected.txt:
1627 * platform/gtk/css1/font_properties/font_variant-expected.txt:
1628 * platform/gtk/css1/pseudo/firstline-expected.txt:
1629 * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt:
1630 * platform/gtk/css2.1/t051201-c23-first-line-00-b-expected.txt:
1631 * platform/gtk/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
1632 * platform/gtk/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
1633 * platform/gtk/css2.1/t1505-c524-font-var-00-b-expected.txt:
1634 * platform/gtk/css2.1/t1508-c527-font-00-b-expected.txt:
1635 * platform/gtk/css2.1/t1508-c527-font-04-b-expected.txt:
1636 * platform/gtk/css2.1/t1508-c527-font-05-b-expected.txt:
1637 * platform/gtk/css2.1/t1508-c527-font-06-b-expected.txt:
1638 * platform/gtk/css2.1/t1508-c527-font-07-b-expected.txt:
1639 * platform/gtk/css2.1/t1508-c527-font-10-c-expected.txt:
1640 * platform/gtk/fast/css/font-face-cache-bug-expected.txt: Added.
1641 * platform/gtk/fast/css/font-face-multiple-faces-expected.txt:
1642 * platform/gtk/fast/css/font-face-opentype-expected.txt:
1643 * platform/gtk/fast/css/font-face-remote-expected.txt:
1644 * platform/gtk/fast/css/font-face-woff-expected.txt:
1645 * platform/gtk/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
1646 * platform/gtk/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
1647 * platform/gtk/fast/repaint/text-emphasis-h-expected.txt:
1648 * platform/gtk/fast/repaint/text-emphasis-v-expected.txt:
1649 * platform/gtk/fast/text/emphasis-avoid-ruby-expected.txt:
1650 * platform/gtk/fast/text/emphasis-combined-text-expected.txt:
1651 * platform/gtk/fast/text/emphasis-expected.txt:
1652 * platform/gtk/fast/text/emphasis-overlap-expected.txt:
1653 * platform/gtk/fast/text/emphasis-vertical-expected.txt:
1654 * platform/gtk/fast/writing-mode/broken-ideograph-small-caps-expected.txt:
1655 * platform/gtk/fast/writing-mode/broken-ideographic-font-expected.txt:
1656 * platform/gtk/fast/writing-mode/japanese-rl-text-with-broken-font-expected.txt:
1657 * platform/gtk/fonts/custom-font-missing-glyphs-expected.txt:
1658 * platform/gtk/fonts/font-face-with-complex-text-expected.txt:
1659 * platform/gtk/fonts/synthetic-oblique-positioning-expected.txt:
1660 * platform/gtk/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
1662 2011-12-14 Hajime Morrita <morrita@chromium.org>
1664 Unreviewed expectation update.
1666 * platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
1667 * platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
1669 2011-12-13 Csaba Osztrogonác <ossy@webkit.org>
1671 [Qt] Unreviewed morning gardening.
1673 * platform/qt/Skipped: Skip new failing tests.
1675 2011-12-13 Yosifumi Inoue <yosin@chromium.org>
1677 [Forms] Default selection of select(menulist) should not be disabled
1678 https://bugs.webkit.org/show_bug.cgi?id=74270
1680 Reviewed by Kent Tamura.
1682 basic-selects.html will fail because select element displays disabled
1683 option element "foo" at index 0 as default selection. This should be
1684 non-disabled option "bar" at index 1.
1686 menulist-disabled-option-expected.html checks default selection of
1687 select(menulist) with disabled option element.
1689 * fast/forms/select/menulist-disabled-option-expected.html: Added.
1690 * fast/forms/select/menulist-disabled-option.html: Added.
1691 * platform/chromium/test_expectations.txt: Add fast/forms/basic-selects.html
1692 * platform/gtk/test_expectations.txt: Add fast/forms/basic-selects.html
1693 * platform/mac/test_expectations.txt: Add fast/forms/basic-selects.html
1694 * platform/qt/test_expectations.txt: Add fast/forms/basic-selects.html
1695 * platform/win/test_expectations.txt: Add fast/forms/basic-selects.html
1697 2011-12-13 Hajime Morrita <morrita@chromium.org>
1699 HTML details summary not working with form controls
1700 https://bugs.webkit.org/show_bug.cgi?id=74398
1702 Reviewed by Kent Tamura.
1704 * fast/html/details-click-controls-expected.txt: Added.
1705 * fast/html/details-click-controls.html: Added.
1707 2011-12-13 Dmitry Lomov <dslomov@google.com>
1709 https://bugs.webkit.org/show_bug.cgi?id=74456
1710 [V8][Chromium] Reenable dedicated worker layout tests.
1712 Chromium-specific results are caused by exception message text differences between JSC and V8.
1714 Reviewed by David Levin.
1716 * platform/chromium/fast/workers/use-machine-stack-expected.txt: Added.
1717 * platform/chromium/fast/workers/worker-constructor-expected.txt: Added.
1718 * platform/chromium/fast/workers/worker-location-expected.txt: Added.
1719 * platform/chromium/fast/workers/worker-script-error-expected.txt: Added.
1720 * platform/chromium/test_expectations.txt:
1722 2011-12-13 Filip Pizlo <fpizlo@apple.com>
1724 DFG OSR exit for UInt32ToNumber should roll forward, not roll backward
1725 https://bugs.webkit.org/show_bug.cgi?id=74463
1727 Reviewed by Gavin Barraclough.
1729 * fast/js/dfg-uint32-to-number-expected.txt: Added.
1730 * fast/js/dfg-uint32-to-number.html: Added.
1731 * fast/js/script-tests/dfg-uint32-to-number.js: Added.
1734 2011-12-13 Dmitry Lomov <dslomov@google.com>
1736 https://bugs.webkit.org/show_bug.cgi?id=73691
1737 [JSC] Implement correct order of window.postMessage arguments.
1738 This change supports a new signature of windowPostMessage:
1739 postMessage(message, targetOrigin[, transferrables])
1740 as well as the legacy webkit-proprietary:
1741 postMessage(message, [transferrables,] targetOrigin)
1742 The latter is only supported for cases when targetOrigin is a String.
1744 Reviewed by David Levin.
1746 * fast/dom/Window/window-postmessage-args-expected.txt:
1748 2011-12-13 Tony Chang <tony@chromium.org>
1750 Rolling out r102461, a change to a layout test to try to remove flakiness on Chromium.
1752 http://trac.webkit.org/changeset/102461
1753 Test is still flaky on Chromium, so rollout the change.
1755 * fast/replaced/width100percent-textarea.html:
1757 2011-12-13 Kenneth Russell <kbr@google.com>
1759 Unreviewed Chromium expectations update. Expand a couple of existing suppressions.
1761 * platform/chromium/test_expectations.txt:
1763 2011-12-13 Oliver Hunt <oliver@apple.com>
1765 Arguments object doesn't handle mutation of length property correctly
1766 https://bugs.webkit.org/show_bug.cgi?id=74454
1768 Reviewed by Gavin Barraclough.
1770 Add tests of mutated arguments.length
1772 * fast/js/arguments-expected.txt:
1773 * fast/js/script-tests/arguments.js:
1774 (argumentLengthIs5):
1775 (duplicateArgumentAndReturnLast_call):
1776 (duplicateArgumentAndReturnFirst_call):
1777 (duplicateArgumentAndReturnLast_apply):
1778 (duplicateArgumentAndReturnFirst_apply):
1780 2011-12-13 Vsevolod Vlasov <vsevik@chromium.org>
1782 Web Inspector: Network item view does not correctly decode "+" in request parameters.
1783 https://bugs.webkit.org/show_bug.cgi?id=74422
1785 Reviewed by Pavel Feldman.
1787 * http/tests/inspector/network/request-parameters-decoding-expected.txt: Added.
1788 * http/tests/inspector/network/request-parameters-decoding.html: Added.
1790 2011-12-09 Zhenyao Mo <zmo@google.com>
1792 Implement GLES2 CheckFramebufferStatus() behavior
1793 https://bugs.webkit.org/show_bug.cgi?id=74228
1795 Reviewed by Kenneth Russell.
1797 * fast/canvas/webgl/framebuffer-object-attachment-expected.txt:
1798 * fast/canvas/webgl/framebuffer-object-attachment.html: sync with khronos side, the whole file
1799 * fast/canvas/webgl/resources/webgl-test.js: synced with khronos side, two listed functions
1800 (shouldGenerateGLError):
1802 * platform/chromium/test_expectations.txt: Mark framebuffer-object-*.html as failing due to mesa lib bug.
1804 2011-12-12 Robert Hogan <robert@webkit.org>
1806 CSS 2.1 failure: eof-002.htm fails
1807 https://bugs.webkit.org/show_bug.cgi?id=74309
1809 Reviewed by Dean Jackson.
1811 * css2.1/20110323/eof-002-expected.html: Added.
1812 * css2.1/20110323/eof-002.htm: Added.
1814 2011-12-13 Mike Reed <reed@google.com>
1816 [skia] need new baselines when SKIA_TEXT is enabled
1817 https://bugs.webkit.org/show_bug.cgi?id=74408
1819 Reviewed by NOBODY. unreviewed, update expectations
1821 * platform/chromium/test_expectations.txt:
1823 2011-12-13 Philippe Normand <pnormand@igalia.com>
1825 Unreviewed, skip 4 new failing tests on GTK.
1827 * platform/gtk/Skipped:
1829 2011-12-13 Oliver Varga <voliver@inf.u-szeged.hu>
1831 [Qt] Add Qt platform specific expected result after r102602.
1833 Unreviewed gardening.
1835 * platform/qt/http/tests/cache/cancel-during-revalidation-succeeded-expected.png: Added.
1836 * platform/qt/http/tests/cache/cancel-during-revalidation-succeeded-expected.txt: Added.
1838 2011-12-13 Vsevolod Vlasov <vsevik@chromium.org>
1840 Web Inspector: Add scripts navigator sidebar to scripts panel.
1841 https://bugs.webkit.org/show_bug.cgi?id=73086
1843 Reviewed by Pavel Feldman.
1845 * inspector/debugger/scripts-panel.html:
1846 * inspector/debugger/scripts-sorting.html:
1848 2011-12-13 Kenichi Ishibashi <bashi@chromium.org>
1850 Unreviewed Chromium test expectations update. Changed expectation of
1851 editing/spelling/grammer-paste.html.
1853 * platform/chromium/test_expectations.txt:
1855 2011-12-13 Kenichi Ishibashi <bashi@chromium.org>
1857 Unreviewed Chromium test expectations update.
1859 * platform/chromium/test_expectations.txt:
1861 2011-12-13 Shinya Kawanaka <shinyak@google.com>
1863 Asynchronous text checking should check the grammar.
1864 https://bugs.webkit.org/show_bug.cgi?id=56368
1866 Reviewed by Hajime Morita.
1868 From r102553, we had capability of grammar checking for asynchronous text checking.
1869 This patch adds a test for it.
1871 * editing/spelling/grammar-paste-expected.txt: Added.
1872 * editing/spelling/grammar-paste.html: Added.
1873 * platform/chromium/test_expectations.txt:
1874 * platform/gtk/Skipped:
1875 * platform/mac-leopard/Skipped:
1876 * platform/qt/Skipped:
1878 2011-12-12 Kenichi Ishibashi <bashi@chromium.org>
1880 Unreviewed Chromium test expectations update.
1881 Clean out passing tests from test_expectations.txt.
1883 * platform/chromium/test_expectations.txt:
1885 2011-12-12 Kenneth Russell <kbr@google.com>
1887 Unreviewed Chromium test expectations update. Actually skip
1888 plugins/netscape-plugin-page-cache-works.html as it looks like its
1889 timeout is causing other tests to fail.
1891 * platform/chromium/test_expectations.txt:
1893 2011-12-12 Adrienne Walker <enne@google.com>
1895 iframe fails to scroll in composited page
1896 https://bugs.webkit.org/show_bug.cgi?id=72682
1898 Reviewed by Simon Fraser.
1900 * compositing/iframes/resources/scrollgrandchild-grandparent.html: Added.
1901 * compositing/iframes/resources/scrollgrandchild-inner.html: Added.
1902 * compositing/iframes/resources/scrollgrandchild-parent.html: Added.
1903 * compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
1904 * compositing/iframes/scroll-grandchild-iframe-expected.txt: Added.
1905 * compositing/iframes/scroll-grandchild-iframe.html: Added.
1907 2011-12-12 Kenneth Russell <kbr@google.com>
1909 Unreviewed. Chromium test expectations update to get the bots green.
1911 * platform/chromium/test_expectations.txt:
1913 2011-12-12 Ryosuke Niwa <rniwa@webkit.org>
1915 Mac rebaselines after r102612 and r102538.
1917 * platform/mac-snowleopard/fast/text/hyphenate-limit-lines-expected.txt:
1918 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1919 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1921 2011-12-12 Mihnea Ovidenie <mihnea@adobe.com>
1923 [CSSRegions]Revert RenderObject::style() to its state before region styling
1924 https://bugs.webkit.org/show_bug.cgi?id=74315
1926 Reviewed by Tony Chang.
1928 * platform/mac-snowleopard/Skipped:
1930 2011-12-12 Adam Klein <adamk@chromium.org>
1932 Don't crash in StyleAttributeMutationScope if the style declaration's element has been GCed
1933 https://bugs.webkit.org/show_bug.cgi?id=74321
1935 Reviewed by Ryosuke Niwa.
1937 * fast/dom/css-inline-style-declaration-crash-expected.txt: Added.
1938 * fast/dom/css-inline-style-declaration-crash.html: Added.
1940 2011-12-12 Brent Fulgham <bfulgham@webkit.org>
1942 [WinCairo] Unreviewed update to Skipped list to get bot green.
1944 * platform/wincairo/Skipped: Exclude current failures (and turn
1945 on a few new successes).
1947 2011-12-12 Chris Fleizach <cfleizach@apple.com>
1949 AX: aria-hidden inheritance broken when applying to some descendants
1950 https://bugs.webkit.org/show_bug.cgi?id=73940
1952 Reviewed by Darin Adler.
1954 * platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements-expected.txt: Added.
1955 * platform/mac/accessibility/aria-hidden-changes-for-non-ignored-elements.html: Added.
1957 2011-12-12 Jeremy Apthorp <jeremya@chromium.org>
1959 When the mouse is dragged out of an :active element, it should lose :hover.
1960 https://bugs.webkit.org/show_bug.cgi?id=57206
1962 Reviewed by Ryosuke Niwa.
1964 * fast/css/hover-active-drag-expected.txt: Added.
1965 * fast/css/hover-active-drag.html: Added.
1966 * platform/mac/fast/css/hover-active-drag-expected.txt: Removed.
1967 * platform/chromium/fast/css/hover-active-drag-expected.txt: Removed.
1969 2011-12-12 Kenneth Russell <kbr@google.com>
1971 Unreviewed Chromium expectations update; skip
1972 plugins/netscape-plugin-page-cache-works.html.
1974 * platform/chromium/test_expectations.txt:
1976 2011-12-12 Adam Barth <abarth@webkit.org>
1978 Update html5lib test data to latest version
1979 https://bugs.webkit.org/show_bug.cgi?id=74343
1981 Reviewed by Eric Seidel.
1983 This patch imports the latest version of the "dat" files from
1984 http://code.google.com/p/html5lib/
1986 * html5lib/resources/pending-spec-changes.dat:
1987 * html5lib/resources/plain-text-unsafe.dat:
1988 * html5lib/resources/tables01.dat:
1989 * html5lib/resources/tests16.dat:
1990 * html5lib/resources/tests19.dat:
1991 * html5lib/resources/tests26.dat:
1992 * html5lib/resources/tests_innerHTML_1.dat:
1993 * html5lib/resources/webkit01.dat:
1994 * html5lib/runner-expected.txt:
1995 * html5lib/webkit-resumer-expected.txt:
1996 * platform/chromium/html5lib/runner-expected.txt:
1998 2011-12-12 Filip Pizlo <fpizlo@apple.com>
2000 DFG GetByVal CSE incorrectly assumes that a non-matching PutByVal cannot clobber
2001 https://bugs.webkit.org/show_bug.cgi?id=74329
2003 Reviewed by Gavin Barraclough.
2005 * fast/js/dfg-get-by-val-clobber-expected.txt: Added.
2006 * fast/js/dfg-get-by-val-clobber.html: Added.
2007 * fast/js/script-tests/dfg-get-by-val-clobber.js: Added.
2010 2011-12-12 Brady Eidson <beidson@apple.com>
2012 Page cache should support pages with plugins.
2013 <rdar://problem/5190122> and https://bugs.webkit.org/show_bug.cgi?id=13634
2015 Reviewed by Anders Carlsson.
2017 * plugins/netscape-plugin-page-cache-works-expected.txt: Added.
2018 * plugins/netscape-plugin-page-cache-works.html: Added.
2019 * plugins/resources/go-back.html: Added.
2021 2011-12-12 James Robinson <jamesr@chromium.org>
2023 Rename webkitCancelRequestAnimationFrame to webkitCancelAnimationFrame to match spec change
2024 https://bugs.webkit.org/show_bug.cgi?id=74231
2026 Reviewed by Simon Fraser.
2028 Update requestAnimationFrame tests to refer to the new function name.
2030 * fast/animation/request-animation-frame-missing-arguments.html:
2031 * fast/animation/script-tests/request-animation-frame-cancel.js:
2033 * fast/animation/script-tests/request-animation-frame-cancel2.js:
2035 2011-12-12 Kenneth Russell <kbr@google.com>
2037 Unreviewed Chromium gardening. Mark flaky crashing transitions/
2038 test and update previously added flaky compositing test expectations.
2040 * platform/chromium/test_expectations.txt:
2042 2011-12-12 Philippe Normand <pnormand@igalia.com>
2044 Unreviewed, remove X86_64 modifier from GTK test_expectations list.
2046 * platform/gtk/test_expectations.txt:
2048 2011-12-12 Nate Chapin <japhet@chromium.org>
2050 Test for https://bugs.webkit.org/show_bug.cgi?id=72762
2052 Reviewed by Adam Barth.
2054 * http/tests/cache/cancel-during-revalidation-succeeded-expected.txt: Added.
2055 * http/tests/cache/cancel-during-revalidation-succeeded.html: Added.
2056 * http/tests/cache/resources/stylesheet304.php: Added.
2058 2011-12-12 Csaba Osztrogonác <ossy@webkit.org>
2060 [Qt] Unreviewed gardening. Add Qt5 specific expected results after r102388.
2062 * platform/qt-5.0/animations/cross-fade-background-image-expected.png: Added.
2063 * platform/qt-5.0/animations/cross-fade-background-image-expected.txt: Added.
2064 * platform/qt-5.0/animations/cross-fade-border-image-source-expected.png: Added.
2065 * platform/qt-5.0/animations/cross-fade-border-image-source-expected.txt: Added.
2066 * platform/qt-5.0/animations/cross-fade-list-style-image-expected.png: Added.
2067 * platform/qt-5.0/animations/cross-fade-list-style-image-expected.txt: Added.
2068 * platform/qt-5.0/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2069 * platform/qt-5.0/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
2070 * platform/qt-5.0/animations/cross-fade-webkit-mask-image-expected.png: Added.
2071 * platform/qt-5.0/animations/cross-fade-webkit-mask-image-expected.txt: Added.
2072 * platform/qt-5.0/transitions/cross-fade-background-image-expected.png: Added.
2073 * platform/qt-5.0/transitions/cross-fade-background-image-expected.txt: Added.
2074 * platform/qt-5.0/transitions/cross-fade-border-image-expected.png: Added.
2075 * platform/qt-5.0/transitions/cross-fade-border-image-expected.txt: Added.
2077 2011-12-12 Kenneth Russell <kbr@google.com>
2079 Unreviewed. Mark a couple of flaky compositing tests as failing.
2081 * platform/chromium/test_expectations.txt:
2083 2011-12-12 Nándor Huszka <huszka.nandor@stud.u-szeged.hu>
2085 [Qt] Missing layoutTestController.dumpWillCacheResponse
2086 https://bugs.webkit.org/show_bug.cgi?id=74287
2088 Reviewed by Csaba Osztrogonác.
2090 * platform/qt/Skipped: Unskip http/tests/misc/willCacheResponse-delegate-callback.html
2092 2011-12-12 Martin Robinson <mrobinson@igalia.com>
2094 [GTK] platform/gtk/fonts/custom-font-missing-glyphs.html fails on 64-bit Debug
2095 https://bugs.webkit.org/show_bug.cgi?id=73771
2097 Reviewed by Gustavo Noronha Silva.
2099 * platform/gtk/fonts/custom-font-missing-glyphs-expected.txt: Update results to reflect DejaVu Sans.
2100 * platform/gtk/Skipped: Unskip a test that is now passing.
2102 2011-12-12 Philippe Normand <pnormand@igalia.com>
2105 http/tests/security/cross-origin-xsl-redirect-BLOCKED.html as
2106 expected crasher on GTK 64-bit Debug.
2108 * platform/gtk/test_expectations.txt:
2110 2011-12-12 Alexander Pavlov <apavlov@chromium.org>
2112 Web Inspector: [Styles] Modified selector text needs sanitization
2113 https://bugs.webkit.org/show_bug.cgi?id=74291
2115 Reviewed by Yury Semikhatsky.
2117 * inspector/styles/commit-selector-expected.txt:
2118 * inspector/styles/commit-selector.html:
2120 2011-11-30 Alexander Pavlov <apavlov@chromium.org>
2122 WebKit does not enumerate over CSS properties in HTMLElement.style
2123 https://bugs.webkit.org/show_bug.cgi?id=23946
2125 Reviewed by Darin Adler.
2127 * fast/css/style-enumerate-properties-expected.txt: Added.
2128 * fast/css/style-enumerate-properties.html: Added.
2129 * fast/dom/domListEnumeration-expected.txt:
2130 * fast/dom/script-tests/domListEnumeration.js:
2132 2011-12-12 Ilya Tikhonovsky <loislo@chromium.org>
2134 Web Inspector: unreviewed test fix for r102574
2136 * inspector/profiler/detailed-heapshots-test.js:
2138 2011-12-12 Alexander Pavlov <apavlov@chromium.org>
2140 Unreviewed, build fix.
2142 Revert r102570 which broke SnowLeopard builders.
2144 * fast/css/style-enumerate-properties-expected.txt: Removed.
2145 * fast/css/style-enumerate-properties.html: Removed.
2146 * fast/dom/domListEnumeration-expected.txt:
2147 * fast/dom/script-tests/domListEnumeration.js:
2149 2011-11-30 Alexander Pavlov <apavlov@chromium.org>
2151 WebKit does not enumerate over CSS properties in HTMLElement.style
2152 https://bugs.webkit.org/show_bug.cgi?id=23946
2154 Reviewed by Darin Adler.
2156 * fast/css/style-enumerate-properties-expected.txt: Added.
2157 * fast/css/style-enumerate-properties.html: Added.
2158 * fast/dom/domListEnumeration-expected.txt:
2159 * fast/dom/script-tests/domListEnumeration.js:
2161 2011-12-12 Philippe Normand <pnormand@igalia.com>
2163 Unreviewed, skip flaky fast/events/overflow-events.html test on GTK.
2165 * platform/gtk/test_expectations.txt:
2167 2011-12-12 Philippe Normand <pnormand@igalia.com>
2169 Unreviewed, skip failing test on GTK.
2171 * platform/gtk/Skipped: Skip editing/pasteboard/emacs-ctrl-k-with-move.html
2173 2011-12-12 Philippe Normand <pnormand@igalia.com>
2175 Unreviewed, skip a flaky test and a failing test on GTK.
2177 * platform/gtk/Skipped: Skip fast/events/dont-loose-last-event.html
2178 * platform/gtk/test_expectations.txt: Mark
2179 fullscreen/full-screen-iframe-legacy.html flaky.
2181 2011-12-12 Philippe Normand <pnormand@igalia.com>
2183 Unreviewed, GTK baselines for tests added in r102388.
2185 * platform/gtk/animations/cross-fade-background-image-expected.txt: Added.
2186 * platform/gtk/animations/cross-fade-border-image-source-expected.txt: Added.
2187 * platform/gtk/animations/cross-fade-list-style-image-expected.txt: Added.
2188 * platform/gtk/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
2189 * platform/gtk/animations/cross-fade-webkit-mask-image-expected.txt: Added.
2190 * platform/gtk/transitions/cross-fade-background-image-expected.txt: Added.
2191 * platform/gtk/transitions/cross-fade-border-image-expected.txt: Added.
2193 2011-12-11 Zoltan Herczeg <zherczeg@webkit.org>
2195 Add new CSS nth-children parsing tests
2196 https://bugs.webkit.org/show_bug.cgi?id=74178
2198 The test covers several valid and invalid nth-child tokens.
2200 Reviewed by Darin Adler.
2202 * fast/css/parsing-css-nth-child-expected.txt: Added.
2203 * fast/css/parsing-css-nth-child.html: Added.
2205 2011-12-11 Andreas Kling <kling@webkit.org>
2207 WK2/NetscapePlugin: Incorrect mouse event coordinates when frameScaleFactor != 1.
2208 <http://webkit.org/b/74209> and <rdar://problem/10438197>
2210 Reviewed by Anders Carlsson.
2212 Add a test verifying that NetscapePlugins receive correctly transformed
2213 mouse events with a page scale factor applied.
2215 * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt: Added.
2216 * platform/mac-wk2/plugins/mouse-events-scaled.html: Added.
2218 2011-12-11 Dan Bernstein <mitz@apple.com>
2220 Test and updated results for <rdar://problem/10561285> REGRESSION (r80438): First word on a line or after collapsed space may not be hyphenated even though it should
2221 https://bugs.webkit.org/show_bug.cgi?id=74239
2223 Reviewed by Anders Carlsson.
2225 * fast/text/hyphenate-first-word-after-skipped-space-expected.html: Added.
2226 * fast/text/hyphenate-first-word-after-skipped-space.html: Added.
2227 * platform/mac/fast/text/hyphenate-limit-lines-expected.txt:
2229 2011-12-09 Robert Hogan <robert@webkit.org>
2231 CSS 2.1 failure: numerous counter-increment-* tests fail
2232 https://bugs.webkit.org/show_bug.cgi?id=73360
2234 WebKit dumpAsText() versions of the CSS test suite's counter-increment-001 and 002 are already present in
2235 fast/css/counters, so add a dumpAsText version of tests 003 to 056.
2237 Reviewed by Julien Chaffraix.
2239 * fast/css/counters/counter-increment-inherit-expected.txt: Added.
2240 * fast/css/counters/counter-increment-inherit.htm: Added.
2241 * fast/css/counters/counter-increment-tests-expected.txt: Added.
2242 * fast/css/counters/counter-increment-tests.htm: Added.
2244 2011-11-09 Robert Hogan <robert@webkit.org>
2246 CSS 2.1 failure: outline-color-* tests fail
2247 https://bugs.webkit.org/show_bug.cgi?id=71931
2249 Add outline-color-001.htm to catch regressions against displaying outlines
2250 on objects with zero size. The rest of the outline-color-* test series will
2251 be landed separately.
2253 Reviewed by Julien Chaffraix.
2255 * css2.1/20110323/outline-color-001-expected.html: Added.
2256 * css2.1/20110323/outline-color-001.htm: Added.
2258 2011-12-10 Alan Stearns <stearns@adobe.com>
2260 Update test_expectations for chromium
2261 https://bugs.webkit.org/show_bug.cgi?id=74137
2263 Reviewed by Ryosuke Niwa.
2265 * platform/chromium/test_expectations.txt:
2267 2011-12-09 Arko Saha <arko@motorola.com>
2269 NameNodeListCache should be invalidated when name attribute changes/modified.
2270 https://bugs.webkit.org/show_bug.cgi?id=70810
2272 Reviewed by Ryosuke Niwa.
2274 * fast/dom/getelementsbyname-invalidation-cache-expected.txt: Added.
2275 * fast/dom/getelementsbyname-invalidation-cache.html: Added.
2277 2011-12-09 David Levin <levin@chromium.org>
2279 REGRESSION (r97496-r97499): 6 fast/workers tests failing on SnowLeopard Intel Release (Tests)
2280 https://bugs.webkit.org/show_bug.cgi?id=70619
2282 Reviewed by Alexey Proskuryakov.
2284 * platform/mac/Skipped: Unskip various worker tests as they should work
2285 now that bug 71695 is fixed.
2287 2011-12-09 Filip Pizlo <fpizlo@apple.com>
2289 DFG ArithMul power-of-two case does not check for overflow
2290 https://bugs.webkit.org/show_bug.cgi?id=74230
2292 Reviewed by Gavin Barraclough.
2294 * fast/js/dfg-multiply-expected.txt: Added.
2295 * fast/js/dfg-multiply.html: Added.
2296 * fast/js/script-tests/dfg-multiply.js: Added.
2297 (doMultiplyConstant2):
2298 (doMultiplyConstant3):
2299 (doMultiplyConstant4):
2301 2011-12-09 Zan Dobersek <zandobersek@gmail.com>
2303 [Gtk] Unskip two passing Shadow DOM tests
2304 https://bugs.webkit.org/show_bug.cgi?id=74186
2306 Reviewed by Martin Robinson.
2308 Unskip two passing tests after bug #59571 was fixed.
2310 * platform/gtk/Skipped:
2312 2011-12-09 Mark Pilgrim <pilgrim@chromium.org>
2314 [FileSystem API] Entry.remove successCallback is required
2315 https://bugs.webkit.org/show_bug.cgi?id=69639
2317 Reviewed by Adam Barth.
2319 * fast/filesystem/resources/simple-required-arguments-remove.js: Added.
2322 * fast/filesystem/simple-required-arguments-remove-expected.txt: Added.
2323 * fast/filesystem/simple-required-arguments-remove.html: Added.
2325 2011-12-09 Tim Horton <timothy_horton@apple.com>
2327 background-image transitions trigger between equivalent images
2328 https://bugs.webkit.org/show_bug.cgi?id=74229
2329 <rdar://problem/10558627>
2331 Reviewed by Darin Adler.
2333 Add a test ensuring that background-images aren't needlessly transitioned
2334 when they are equivalent.
2336 * transitions/equivalent-background-image-no-transition-expected.txt: Added.
2337 * transitions/equivalent-background-image-no-transition.html: Added.
2339 2011-12-09 Tony Chang <tony@chromium.org>
2341 Fix test expectations from r102486: flex-flow returns direction and wrap now.
2343 * fast/css/getComputedStyle/computed-style-expected.txt:
2344 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2345 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
2346 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2347 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2348 * platform/chromium/svg/css/getComputedStyle-basic-expected.txt:
2349 * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2350 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2351 * svg/css/getComputedStyle-basic-expected.txt:
2353 2011-12-09 Hugo Parente Lima <hugo.lima@openbossa.org>
2355 [Qt] Click's count is limited to three continuous clicks.
2356 https://bugs.webkit.org/show_bug.cgi?id=45666
2358 Reviewed by Kenneth Rohde Christiansen.
2360 Enable fast/events/click-count.html for qt and disable for qt-wk1.
2362 * platform/qt-wk1/Skipped:
2363 * platform/qt/Skipped:
2365 2011-12-09 Tony Chang <tony@chromium.org>
2367 add css parsing for flex-flow: wrap and wrap-reverse
2368 https://bugs.webkit.org/show_bug.cgi?id=74008
2370 Reviewed by Ojan Vafai.
2372 * css3/flexbox/css-properties-expected.txt:
2373 * css3/flexbox/script-tests/css-properties.js: Test call combinations of flex-flow values.
2375 2011-12-09 Adam Klein <adamk@chromium.org>
2377 [MutationObservers] Add test for deliver-at-end-of-task semantics
2378 https://bugs.webkit.org/show_bug.cgi?id=74190
2380 Reviewed by Ojan Vafai.
2382 The addition of eventSender.scheduleAsynchronousKeyDown in r102424
2383 allows testing the code added in r101842 and http://crrev.com/113010.
2385 Added a test using a contentEditable element and an onblur event
2386 handler that asserts it fires after mutations due to editing have been
2389 * fast/mutation/end-of-task-delivery-expected.txt: Added.
2390 * fast/mutation/end-of-task-delivery.html: Added.
2392 2011-12-09 David Levin <levin@chromium.org>
2394 Regression(r53595): Sync xhr requests in workers aren't terminated on worker close.
2395 https://bugs.webkit.org/show_bug.cgi?id=71695
2397 Reviewed by Zoltan Herczeg.
2399 * http/tests/workers/resources/worker-util.js: Added.
2400 Copied from fast/workers/resources/worker-util.js
2401 * http/tests/xmlhttprequest/workers/abort-exception-assert.html:
2402 Make the test wait for all workers to exit before finishing.
2404 2011-12-09 Eric Carlson <eric.carlson@apple.com>
2406 JSC wrappers for TextTrack and TextTrackCue should not be collected during event dispatch or when owner is reachable
2407 https://bugs.webkit.org/show_bug.cgi?id=72179
2409 Reviewed by Geoff Garen.
2411 * media/track/text-track-cue-is-reachable-expected.txt: Added.
2412 * media/track/text-track-cue-is-reachable.html: Added.
2413 * media/track/text-track-is-reachable-expected.txt: Added.
2414 * media/track/text-track-is-reachable.html: Added.
2415 * platform/chromium/test_expectations.txt:
2417 2011-12-09 Chris Fleizach <cfleizach@apple.com>
2419 WebKit should ignore images with @alt matching only whitespace
2420 https://bugs.webkit.org/show_bug.cgi?id=74189
2422 Reviewed by Darin Adler.
2424 * accessibility/img-alt-tag-only-whitespace.html: Added.
2425 * platform/mac/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
2427 2011-12-09 Tony Chang <tony@chromium.org>
2429 Try to deflake a repaint test on Chromium. It looks like we're
2430 calling lTC.display() before the inital layout. Force a layout
2431 before calling lTC.display().
2433 Reviewed by Ojan Vafai.
2435 * fast/replaced/width100percent-textarea.html:
2437 2011-12-09 Tony Chang <tony@chromium.org>
2439 [chromium] Update test_expectations.txt to match the bots.
2441 * platform/chromium/test_expectations.txt:
2443 2011-12-09 Kenichi Ishibashi <bashi@chromium.org>
2445 Unreviewed, chromium test expectation update.
2447 * platform/chromium/test_expectations.txt:
2449 2011-12-08 Vsevolod Vlasov <vsevik@chromium.org>
2451 Web Inspector: Introduce a Map class allowing to store values indexed by arbitrary objects.
2452 https://bugs.webkit.org/show_bug.cgi?id=74084
2454 Reviewed by Pavel Feldman.
2456 * inspector/map-expected.txt: Added.
2457 * inspector/map.html: Added.
2459 2011-12-09 Csaba Osztrogonác <ossy@webkit.org>
2461 [Qt] Unreviewed gardening. Add Qt specific expected results.
2463 * platform/qt/animations/cross-fade-background-image-expected.png: Added.
2464 * platform/qt/animations/cross-fade-background-image-expected.txt: Added.
2465 * platform/qt/animations/cross-fade-border-image-source-expected.png: Added.
2466 * platform/qt/animations/cross-fade-border-image-source-expected.txt: Added.
2467 * platform/qt/animations/cross-fade-list-style-image-expected.png: Added.
2468 * platform/qt/animations/cross-fade-list-style-image-expected.txt: Added.
2469 * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2470 * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
2471 * platform/qt/animations/cross-fade-webkit-mask-image-expected.png: Added.
2472 * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt: Added.
2473 * platform/qt/transitions/cross-fade-background-image-expected.png: Added.
2474 * platform/qt/transitions/cross-fade-background-image-expected.txt: Added.
2475 * platform/qt/transitions/cross-fade-border-image-expected.png: Added.
2476 * platform/qt/transitions/cross-fade-border-image-expected.txt: Added.
2478 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2480 Unreviewed, rebaseline fast/forms/select-listbox-multiple-no-focusring.html
2482 * platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.png:
2484 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2486 Unreviewed, chromium test expectation update.
2488 * platform/chromium/test_expectations.txt:
2490 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2492 Unreviewed, rebaseline fast/repaint/textarea-set-disabled.html for
2495 * platform/chromium-linux/fast/repaint/textarea-set-disabled-expected.png: Added.
2497 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2499 Unreviewed, rolling out r102418.
2500 http://trac.webkit.org/changeset/102418
2501 https://bugs.webkit.org/show_bug.cgi?id=71870
2503 Caused Chromium build failure.
2505 * fast/canvas/webgl/WebGLContextEvent.html:
2506 * fast/canvas/webgl/context-destroyed-crash.html:
2507 * fast/canvas/webgl/context-lost-expected.txt:
2508 * fast/canvas/webgl/context-lost-restored.html:
2509 * fast/canvas/webgl/context-lost.html:
2511 2011-12-08 Sheriff Bot <webkit.review.bot@gmail.com>
2513 Unreviewed, rolling out r101619.
2514 http://trac.webkit.org/changeset/101619
2515 https://bugs.webkit.org/show_bug.cgi?id=74158
2517 this patch produces bad behaviour on mac (Requested by
2518 jeremya_ on #webkit).
2520 * fast/css/hover-active-drag-expected.txt: Removed.
2521 * fast/css/hover-active-drag.html: Removed.
2523 2011-12-08 Adam Klein <adamk@chromium.org>
2525 [MutationObservers] V8LazyEventHandler breaks microtask delivery semantics
2526 https://bugs.webkit.org/show_bug.cgi?id=73492
2528 Reviewed by Adam Barth.
2530 * fast/mutation/inline-event-listener-expected.txt: Added.
2531 * fast/mutation/inline-event-listener.html: Added.
2533 2011-12-08 Hayato Ito <hayato@chromium.org>
2535 Suppress rendering of light children when ShadowRoot is dynamically created.
2536 https://bugs.webkit.org/show_bug.cgi?id=72441
2538 Reviewed by Ryosuke Niwa.
2540 * fast/dom/shadow/dynamically-created-shadow-root-expected.html: Added.
2541 * fast/dom/shadow/dynamically-created-shadow-root.html: Added.
2543 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2545 Unreviewed, chromium test rebaseline tests added in r102388. Updates expectations.
2547 * platform/chromium-cg-mac-leopard/transitions/cross-fade-background-image-expected.png: Added.
2548 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-background-image-expected.png: Added.
2549 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-border-image-source-expected.png: Added.
2550 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-border-image-source-expected.txt: Added.
2551 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-list-style-image-expected.png: Added.
2552 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2553 * platform/chromium-cg-mac-snowleopard/animations/cross-fade-webkit-mask-image-expected.png: Added.
2554 * platform/chromium-cg-mac-snowleopard/transitions/cross-fade-background-image-expected.png: Added.
2555 * platform/chromium-linux/animations/cross-fade-background-image-expected.png: Added.
2556 * platform/chromium-linux/animations/cross-fade-border-image-source-expected.png: Added.
2557 * platform/chromium-linux/animations/cross-fade-list-style-image-expected.png: Added.
2558 * platform/chromium-linux/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2559 * platform/chromium-linux/animations/cross-fade-webkit-mask-image-expected.png: Added.
2560 * platform/chromium-linux/transitions/cross-fade-background-image-expected.png: Added.
2561 * platform/chromium-linux/transitions/cross-fade-border-image-expected.png: Added.
2562 * platform/chromium-mac-leopard/animations/cross-fade-background-image-expected.png: Added.
2563 * platform/chromium-mac-leopard/animations/cross-fade-border-image-source-expected.png: Added.
2564 * platform/chromium-mac-leopard/animations/cross-fade-list-style-image-expected.png: Added.
2565 * platform/chromium-mac-leopard/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2566 * platform/chromium-mac-leopard/animations/cross-fade-webkit-mask-image-expected.png: Added.
2567 * platform/chromium-mac-leopard/transitions/cross-fade-background-image-expected.png: Added.
2568 * platform/chromium-mac-leopard/transitions/cross-fade-border-image-expected.png: Added.
2569 * platform/chromium-mac-snowleopard/animations/cross-fade-background-image-expected.png: Added.
2570 * platform/chromium-mac-snowleopard/animations/cross-fade-list-style-image-expected.png: Added.
2571 * platform/chromium-mac-snowleopard/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2572 * platform/chromium-mac-snowleopard/animations/cross-fade-webkit-mask-image-expected.png: Added.
2573 * platform/chromium-mac-snowleopard/transitions/cross-fade-background-image-expected.png: Added.
2574 * platform/chromium-win/animations/cross-fade-background-image-expected.png: Added.
2575 * platform/chromium-win/animations/cross-fade-background-image-expected.txt: Added.
2576 * platform/chromium-win/animations/cross-fade-border-image-source-expected.png: Added.
2577 * platform/chromium-win/animations/cross-fade-border-image-source-expected.txt: Added.
2578 * platform/chromium-win/animations/cross-fade-list-style-image-expected.png: Added.
2579 * platform/chromium-win/animations/cross-fade-list-style-image-expected.txt: Added.
2580 * platform/chromium-win/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2581 * platform/chromium-win/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
2582 * platform/chromium-win/animations/cross-fade-webkit-mask-image-expected.png: Added.
2583 * platform/chromium-win/animations/cross-fade-webkit-mask-image-expected.txt: Added.
2584 * platform/chromium-win/transitions/cross-fade-background-image-expected.png: Added.
2585 * platform/chromium-win/transitions/cross-fade-background-image-expected.txt: Added.
2586 * platform/chromium-win/transitions/cross-fade-border-image-expected.png: Added.
2587 * platform/chromium-win/transitions/cross-fade-border-image-expected.txt: Added.
2588 * platform/chromium/test_expectations.txt:
2590 2011-12-08 Sam White <samuel.white@rochester.edu>
2592 Accessibility object searching layout tests are incomplete.
2593 https://bugs.webkit.org/show_bug.cgi?id=74130
2595 Reviewed by Chris Fleizach.
2597 Added a layout test to support visited link searching and removed frame searching
2598 (which was unimplemented) as it's fully covered by the tests in:
2599 platform/mac/accessibility/search-with-frames.html
2601 * platform/mac/accessibility/search-predicate-expected.txt:
2602 * platform/mac/accessibility/search-predicate.html:
2604 2011-12-08 Kenneth Russell <kbr@google.com>
2606 Rename WEBKIT_lose_context to WEBKIT_WEBGL_lose_context
2607 https://bugs.webkit.org/show_bug.cgi?id=71870
2609 Synchronized context-lost-restored.html and context-lost.html with
2610 Khronos repository; upstream tests must check for multiple vendor
2613 Reviewed by James Robinson.
2615 * fast/canvas/webgl/WebGLContextEvent.html:
2616 * fast/canvas/webgl/context-destroyed-crash.html:
2617 * fast/canvas/webgl/context-lost-expected.txt:
2618 * fast/canvas/webgl/context-lost-restored.html:
2619 * fast/canvas/webgl/context-lost.html:
2621 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
2623 Unreviewed chromium rebaseline fast/repaint/textarea-set-disabled.html.
2625 * platform/chromium-win/fast/repaint/textarea-set-disabled-expected.png: Added.
2626 * platform/chromium/fast/repaint/textarea-set-disabled-expected.png: Added.
2628 2011-12-08 Szilard Ledan <Ledan-Muntean.Szilard@stud.u-szeged.hu>
2630 Add test for inline style block in HTML tag
2631 https://bugs.webkit.org/show_bug.cgi?id=72360
2633 Reviewed by Darin Adler.
2635 * fast/css/parsing-css-block-expected.txt: Added.
2636 * fast/css/parsing-css-block.html: Added.
2638 2011-12-08 Sheriff Bot <webkit.review.bot@gmail.com>
2640 Unreviewed, rolling out r102396.
2641 http://trac.webkit.org/changeset/102396
2642 https://bugs.webkit.org/show_bug.cgi?id=74153
2644 over-active-drag test still failing. (Requested by macpherson
2647 * fast/css/hover-active-drag.html:
2648 * platform/chromium/fast/css/hover-active-drag-expected.txt: Added.
2649 * platform/mac/fast/css/hover-active-drag-expected.txt: Added.
2651 2011-12-08 Kent Tamura <tkent@chromium.org>
2653 [Chromium] Rebaseline for r102320.
2655 * platform/chromium-cg-mac-leopard/fast/forms/basic-inputs-expected.png: Added.
2656 * platform/chromium-cg-mac-leopard/fast/forms/file/file-input-disabled-expected.png: Added.
2657 * platform/chromium-cg-mac-leopard/fast/forms/file/file-input-disabled-expected.txt: Added.
2658 * platform/chromium-cg-mac-leopard/fast/forms/input-disabled-color-expected.png:
2659 * platform/chromium-cg-mac-snowleopard/fast/forms/basic-inputs-expected.png: Added.
2660 * platform/chromium-cg-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png: Added.
2661 * platform/chromium-cg-mac-snowleopard/fast/forms/file/file-input-disabled-expected.txt: Added.
2662 * platform/chromium-cg-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
2663 * platform/chromium-cg-mac/fast/forms/file/file-input-disabled-expected.png: Removed.
2664 * platform/chromium-linux-x86/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt.
2665 * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
2666 * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt:
2667 * platform/chromium-linux/fast/forms/input-disabled-color-expected.png:
2668 * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
2669 * platform/chromium-mac-leopard/fast/forms/basic-inputs-expected.png: Added.
2670 * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.png: Added.
2671 * platform/chromium-mac-leopard/fast/forms/file/file-input-disabled-expected.txt: Added.
2672 * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png:
2673 * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.png: Added.
2674 * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/basic-textareas-expected.png.
2675 * platform/chromium-mac-snowleopard/fast/forms/basic-textareas-quirks-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png.
2676 * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png: Added.
2677 * platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.txt: Added.
2678 * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png.
2679 * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png:
2680 * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
2681 * platform/chromium-win-vista/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt.
2682 * platform/chromium-win-xp/fast/forms/file/file-input-disabled-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt.
2683 * platform/chromium-win/fast/forms/basic-inputs-expected.txt:
2684 * platform/chromium-win/fast/forms/basic-textareas-expected.txt:
2685 * platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
2686 * platform/chromium-win/fast/forms/file/file-input-disabled-expected.png:
2687 * platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt:
2688 * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt:
2689 * platform/chromium-win/fast/forms/input-disabled-color-expected.png:
2690 * platform/chromium-win/fast/forms/input-disabled-color-expected.txt:
2691 * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
2692 * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
2693 * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
2694 * platform/chromium/fast/forms/basic-inputs-expected.txt: Added.
2695 * platform/chromium/fast/forms/basic-textareas-expected.txt: Added.
2696 * platform/chromium/fast/forms/basic-textareas-quirks-expected.txt: Added.
2697 * platform/chromium/fast/forms/input-appearance-disabled-expected.txt: Added.
2698 * platform/chromium/fast/forms/input-disabled-color-expected.txt: Added.
2699 * platform/chromium/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
2700 * platform/chromium/fast/forms/placeholder-pseudo-style-expected.txt: Added.
2701 * platform/chromium/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
2702 * platform/chromium/test_expectations.txt:
2704 2011-12-08 Rakesh KN <rakesh.kn@motorola.com>
2706 keyboard event doesn't fire while moving mouse with button pressed
2707 https://bugs.webkit.org/show_bug.cgi?id=73821
2709 Reviewed by Alexey Proskuryakov.
2711 Autoscroll should not stop on key press.
2713 * fast/events/autoscroll-should-not-stop-on-keypress-expected.txt: Added.
2714 * fast/events/autoscroll-should-not-stop-on-keypress.html: Added.
2716 2011-12-08 James Robinson <jamesr@chromium.org>
2718 Add some tests for removing frames from the document while servicing requestAnimationFrame callbacks
2719 https://bugs.webkit.org/show_bug.cgi?id=74036
2721 Reviewed by Adam Barth.
2723 * fast/animation/request-animation-frame-detach-element-expected.txt: Added.
2724 * fast/animation/request-animation-frame-detach-element.html: Added.
2726 2011-12-08 Jacob Goldstein <jacobg@adobe.com>
2728 Convert some fast/regions pixel tests to reftests
2729 https://bugs.webkit.org/show_bug.cgi?id=74116
2731 Reviewed by Darin Adler.
2733 * fast/regions/webkit-flow-renderer-expected.html: Added.
2734 * fast/regions/webkit-flow-renderer-layer-expected.html: Added.
2735 * fast/regions/webkit-flow-renderer-nested-expected.html: Added.
2736 * platform/efl/fast/regions/webkit-flow-renderer-expected.png: Removed.
2737 * platform/efl/fast/regions/webkit-flow-renderer-expected.txt: Removed.
2738 * platform/efl/fast/regions/webkit-flow-renderer-layer-expected.png: Removed.
2739 * platform/efl/fast/regions/webkit-flow-renderer-layer-expected.txt: Removed.
2740 * platform/efl/fast/regions/webkit-flow-renderer-nested-expected.png: Removed.
2741 * platform/efl/fast/regions/webkit-flow-renderer-nested-expected.txt: Removed.
2742 * platform/mac/fast/regions/webkit-flow-renderer-expected.png: Removed.
2743 * platform/mac/fast/regions/webkit-flow-renderer-expected.txt: Removed.
2744 * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.png: Removed.
2745 * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.txt: Removed.
2746 * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.png: Removed.
2747 * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.txt: Removed.
2749 2011-12-08 Julien Chaffraix <jchaffraix@webkit.org>
2751 REGRESSION: Changing disabled state of a textarea does not do a repaint
2752 https://bugs.webkit.org/show_bug.cgi?id=23789
2754 Reviewed by Darin Adler.
2756 The bug got fixed (I did not bisect to find out when) thus landing
2757 the test case converted to a repaint test and made cross-platform.
2759 * fast/repaint/textarea-set-disabled-expected.png: Added.
2760 * fast/repaint/textarea-set-disabled-expected.txt: Added.
2761 * fast/repaint/textarea-set-disabled.html: Added.
2763 2011-12-08 Jeremy Apthorp <jeremya@chromium.org>
2765 Fix fast/css/hover-active-drag.html on Mac
2766 https://bugs.webkit.org/show_bug.cgi?id=74046
2768 Reviewed by Darin Adler.
2770 * fast/css/hover-active-drag.html:
2771 * platform/chromium/fast/css/hover-active-drag-expected.txt: Removed.
2772 * platform/mac/fast/css/hover-active-drag-expected.txt: Removed.
2774 2011-12-08 Florin Malita <fmalita@google.com>
2776 Moving SVG elements on the page doesn't always erase element at the old position
2777 https://bugs.webkit.org/show_bug.cgi?id=74002
2779 Reviewed by Darin Adler.
2781 * svg/repaint/container-repaint-expected.png: Added.
2782 * svg/repaint/container-repaint-expected.txt: Added.
2783 * svg/repaint/container-repaint.svg: Added.
2785 2011-12-08 Tony Chang <tony@chromium.org>
2787 Mark tests added in r102388 as failing on Chromium. Fix the cross platform
2788 expected results for transitions/svg-transitions.html (the line number changed).
2790 * platform/chromium/test_expectations.txt:
2791 * transitions/svg-transitions-expected.txt:
2793 2011-12-08 Tim Horton <timothy_horton@apple.com>
2795 Enable animations of CSS images using -webkit-cross-fade
2796 https://bugs.webkit.org/show_bug.cgi?id=74049
2797 <rdar://problem/10209303>
2799 Reviewed by Simon Fraser.
2801 Add tests of -webkit-animation (using -webkit-cross-fade) between:
2805 - -webkit-mask-box-image
2806 - -webkit-mask-image
2808 Add the ability for animation tests to compare an animated element to a static element.
2810 Add tests of -webkit-transition (using -webkit-cross-fade) between:
2814 * animations/cross-fade-background-image-expected.txt: Added.
2815 * animations/cross-fade-background-image.html: Added.
2816 * animations/cross-fade-border-image-source-expected.txt: Added.
2817 * animations/cross-fade-border-image-source.html: Added.
2818 * animations/cross-fade-list-style-image-expected.txt: Added.
2819 * animations/cross-fade-list-style-image.html: Added.
2820 * animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
2821 * animations/cross-fade-webkit-mask-box-image.html: Added.
2822 * animations/cross-fade-webkit-mask-image-expected.txt: Added.
2823 * animations/cross-fade-webkit-mask-image.html: Added.
2824 * animations/resources/animation-test-helpers.js:
2826 (checkExpectedValue):
2827 * animations/resources/blue-100.png: Added.
2828 * animations/resources/green-100.png: Added.
2829 * animations/resources/stripes-100.png: Added.
2830 * platform/mac/animations/cross-fade-background-image-expected.png: Added.
2831 * platform/mac/animations/cross-fade-border-image-source-expected.png: Added.
2832 * platform/mac/animations/cross-fade-list-style-image-expected.png: Added.
2833 * platform/mac/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
2834 * platform/mac/animations/cross-fade-webkit-mask-image-expected.png: Added.
2835 * platform/mac/transitions/cross-fade-background-image-expected.png: Added.
2836 * platform/mac/transitions/cross-fade-border-image-expected.png: Added.
2837 * transitions/cross-fade-background-image-expected.txt: Added.
2838 * transitions/cross-fade-background-image.html: Added.
2839 * transitions/cross-fade-border-image-expected.txt: Added.
2840 * transitions/cross-fade-border-image.html: Added.
2841 * transitions/resources/transition-test-helpers.js:
2844 2011-12-08 Chris Fleizach <cfleizach@apple.com>
2846 platform/mac/accessibility/search-with-frames.html crashes
2847 https://bugs.webkit.org/show_bug.cgi?id=74093
2849 Reviewed by Darin Adler.
2851 Unskip the crashing test.
2853 * platform/mac/Skipped:
2855 2011-12-08 Dominic Mazzoni <dmazzoni@google.com>
2857 Accessibility: AccessibilityController should support listening to notifications on all elements.
2858 https://bugs.webkit.org/show_bug.cgi?id=72866
2860 Previously, the Mac implementation of AccessibilityUIElement.addNotificationListener
2861 incorrectly triggered on notifications from all elements. Now it only triggers on
2862 notifications from the correct element, and a new addNotificationListener method
2863 in AccessibilityController can be used to trigger on notifications from all elements.
2865 Updates 2 tests that depended on the old incorrect behavior.
2867 Reviewed by Chris Fleizach.
2869 * accessibility/notification-listeners.html: Added.
2870 * platform/chromium/accessibility/notification-listeners-expected.txt: Added.
2871 * platform/gtk/Skipped:
2872 * platform/mac/accessibility/aria-expanded-notifications.html:
2873 * platform/mac/accessibility/aria-listbox-selectedchildren-change.html:
2874 * platform/mac/accessibility/notification-listeners-expected.txt: Added.
2875 * platform/win/Skipped:
2877 2011-12-08 Andrey Kosyakov <caseq@chromium.org>
2879 Unreviewed. Removed suppressions for inspector extensions tests following a fix in r10231.
2881 * platform/chromium/test_expectations.txt:
2883 2011-12-08 Jacob Goldstein <jacobg@adobe.com>
2885 Convert some fast/regions pixel tests to reftests
2886 https://bugs.webkit.org/show_bug.cgi?id=73866
2888 Reviewed by Darin Adler.
2890 * fast/regions/positioned-objects-block-static-in-regions-expected.html: Added.
2891 * fast/regions/positioned-objects-block-static-in-rtl-regions-expected.html: Added.
2892 * fast/regions/positioned-objects-block-static-spanning-regions-expected.html: Added.
2893 * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html: Added.
2894 * platform/efl/fast/regions/positioned-objects-block-static-in-regions-expected.png: Removed.
2895 * platform/efl/fast/regions/positioned-objects-block-static-in-regions-expected.txt: Removed.
2896 * platform/efl/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.png: Removed.
2897 * platform/efl/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.txt: Removed.
2898 * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-expected.png: Removed.
2899 * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-expected.txt: Removed.
2900 * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.png: Removed.
2901 * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.txt: Removed.
2902 * platform/mac/fast/regions/positioned-objects-block-static-in-regions-expected.png: Removed.
2903 * platform/mac/fast/regions/positioned-objects-block-static-in-regions-expected.txt: Removed.
2904 * platform/mac/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.png: Removed.
2905 * platform/mac/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.txt: Removed.
2906 * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-expected.png: Removed.
2907 * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-expected.txt: Removed.
2908 * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.png: Removed.
2909 * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.txt: Removed.
2911 2011-12-08 Szilard Ledan <Ledan-Muntean.Szilard@stud.u-szeged.hu>
2913 Added a test for css number types problem.
2914 It's testing the css number types parser, where 'px' defined like escape sequences (\70\78) or uppercase / lowercase.
2915 https://bugs.webkit.org/show_bug.cgi?id=72007
2917 Reviewed by Darin Adler.
2919 * fast/css/parsing-css-number-types-expected.txt: Added.
2920 * fast/css/parsing-css-number-types.html: Added.
2922 2011-12-08 Tony Chang <tony@chromium.org>
2924 [chromium] Rebaseline printing/width-overflow.html on Chromium Mac Leopard.
2926 * platform/chromium-cg-mac-snowleopard/printing/width-overflow-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/printing/width-overflow-expected.png.
2927 * platform/chromium-linux/printing/width-overflow-expected.txt: Removed.
2928 * platform/chromium-mac-leopard/printing/width-overflow-expected.png: Added.
2929 * platform/chromium-mac-snowleopard/printing/width-overflow-expected.txt: Removed.
2930 * platform/chromium/printing/width-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/printing/width-overflow-expected.txt.
2932 2011-12-08 Dominic Mazzoni <dmazzoni@google.com>
2934 Unreviewed, skipping failing test.
2935 https://bugs.webkit.org/show_bug.cgi?id=74093
2937 platform/mac/accessibility/search-with-frames.html crashes.
2939 * platform/mac/Skipped:
2941 2011-12-08 Mihnea Ovidenie <mihnea@adobe.com>
2943 [CSSRegions][CSSOM] Implement NamedFlow interface
2944 https://bugs.webkit.org/show_bug.cgi?id=66642
2946 Reviewed by David Hyatt.
2948 Add WebKitNamedFlow to support the NamedFlow interface. No methods are
2949 yet implemented on this interface. The NamedFlow object is a live object.
2950 The first time user asks for it, it gets a valid JS object whose properties
2951 will reflect the changes to the flow thread.
2953 * fast/dom/Window/window-properties-expected.txt:
2954 * fast/regions/webkit-named-flow-existing-flow-expected.txt: Added.
2955 * fast/regions/webkit-named-flow-existing-flow.html: Added.
2956 * fast/regions/webkit-named-flow-flow-added-expected.txt: Added.
2957 * fast/regions/webkit-named-flow-flow-added.html: Added.
2958 * fast/regions/webkit-named-flow-modified-flow-expected.txt: Added.
2959 * fast/regions/webkit-named-flow-modified-flow.html: Added.
2960 * fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Added.
2961 * fast/regions/webkit-named-flow-non-existing-flow.html: Added.
2962 * fast/regions/webkit-named-flow-removed-flow-expected.txt: Added.
2963 * fast/regions/webkit-named-flow-removed-flow.html: Added.
2964 * fast/regions/webkit-named-flow-same-object-expected.txt: Added.
2965 * fast/regions/webkit-named-flow-same-object.html: Added.
2966 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2967 * platform/mac/fast/dom/Window/window-properties-expected.txt:
2968 * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt:
2969 * platform/qt/fast/dom/Window/window-properties-expected.txt:
2970 * platform/win/fast/dom/Window/window-properties-expected.txt:
2972 2011-12-08 Takashi Toyoshima <toyoshim@chromium.org>
2974 Fix failed layout test, bufferedAmount-after-close-in-busy.html
2975 https://bugs.webkit.org/show_bug.cgi?id=73666
2977 Originally the failed layout test use simple_wsh server side WebSocket
2978 handler. But this handler starts closing handshake after a while and
2979 it bring flakiness on the test.
2980 Now the test use echo_wsh instead of simple_wsh. It never perform
2981 server initiated closing handshake.
2983 Reviewed by Kent Tamura.
2985 * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
2986 * platform/gtk/Skipped:
2988 2011-12-08 Balazs Kelemen <kbalazs@webkit.org>
2990 Unreviewed gardening.
2992 Remove duplicated entries from skipped list.
2994 * platform/qt-5.0/Skipped:
2996 2011-12-08 Csaba Osztrogonác <ossy@webkit.org>
2998 [WK2] Unreviewed gardening.
3000 WebKitTestRunner needs layoutTestController.setEditingBehavior
3001 https://bugs.webkit.org/show_bug.cgi?id=42689
3003 * platform/wk2/Skipped: Skip new failing tests.
3005 2011-12-08 Sheriff Bot <webkit.review.bot@gmail.com>
3007 Unreviewed, rolling out r102323.
3008 http://trac.webkit.org/changeset/102323
3009 https://bugs.webkit.org/show_bug.cgi?id=74069
3011 Caused Chromium and GTK build failure (Requested by bashi on
3014 * compositing/geometry/fixed-position-composited-page-scale-down.html:
3015 * compositing/geometry/fixed-position-composited-page-scale.html:
3016 * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
3017 * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
3018 * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
3019 * compositing/geometry/fixed-position-transform-composited-page-scale.html:
3020 * compositing/scaling/tiled-layer-recursion.html:
3021 * fast/dom/Element/scale-page-bounding-client-rect.html:
3022 * fast/dom/Element/scale-page-client-rects.html:
3023 * fast/dom/Range/scale-page-bounding-client-rect.html:
3024 * fast/dom/Range/scale-page-client-rects.html:
3025 * fast/events/scale-and-scroll-body.html:
3026 * fast/events/scale-and-scroll-iframe-body.html:
3027 * fast/events/scale-and-scroll-iframe-window.html:
3028 * fast/events/scale-and-scroll-window.html:
3029 * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
3031 * fast/events/script-tests/page-scaled-mouse-click.js:
3032 * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
3033 * fast/events/touch/page-scaled-touch-gesture-click.html:
3034 * fast/frames/frame-set-rotation-hit.html:
3035 * fast/frames/frame-set-scaling-hit.html:
3036 * fast/frames/iframe-double-scale-contents.html:
3037 * fast/repaint/background-scaling.html:
3038 * fast/repaint/scale-page-shrink.html:
3039 * fast/transforms/selection-bounds-in-transformed-view.html:
3041 2011-12-08 Fady Samuel <fsamuel@chromium.org>
3043 Move scalePageBy from eventSender to window.internals
3044 https://bugs.webkit.org/show_bug.cgi?id=64512
3046 Reviewed by Simon Fraser.
3048 Updated layout tests to use window.internals.setPageScaleFactor.
3050 * compositing/geometry/fixed-position-composited-page-scale-down.html:
3051 * compositing/geometry/fixed-position-composited-page-scale.html:
3052 * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html:
3053 * compositing/geometry/fixed-position-iframe-composited-page-scale.html:
3054 * compositing/geometry/fixed-position-transform-composited-page-scale-down.html:
3055 * compositing/geometry/fixed-position-transform-composited-page-scale.html:
3056 * compositing/scaling/tiled-layer-recursion.html:
3057 * fast/dom/Element/scale-page-bounding-client-rect.html:
3058 * fast/dom/Element/scale-page-client-rects.html:
3059 * fast/dom/Range/scale-page-bounding-client-rect.html:
3060 * fast/dom/Range/scale-page-client-rects.html:
3061 * fast/events/scale-and-scroll-body.html:
3062 * fast/events/scale-and-scroll-iframe-body.html:
3063 * fast/events/scale-and-scroll-iframe-window.html:
3064 * fast/events/scale-and-scroll-window.html:
3065 * fast/events/script-tests/page-scaled-mouse-click-iframe.js:
3067 * fast/events/script-tests/page-scaled-mouse-click.js:
3068 * fast/events/scroll-in-scaled-page-with-overflow-hidden.html:
3069 * fast/events/touch/page-scaled-touch-gesture-click.html:
3070 * fast/frames/frame-set-rotation-hit.html:
3071 * fast/frames/frame-set-scaling-hit.html:
3072 * fast/frames/iframe-double-scale-contents.html:
3073 * fast/repaint/background-scaling.html:
3074 * fast/repaint/scale-page-shrink.html:
3075 * fast/transforms/selection-bounds-in-transformed-view.html:
3077 2011-12-08 Kenichi Ishibashi <bashi@chromium.org>
3079 Unreviewed, remove duplicate test expectations.
3081 * platform/chromium/test_expectations.txt:
3083 2011-12-07 Yosifumi Inoue <yosin@chromium.org>
3085 CSS color gets adjusted for disabled input elements
3086 https://bugs.webkit.org/show_bug.cgi?id=54643
3088 Reviewed by Kent Tamura.
3090 * platform/chromium/test_expectations.txt: Add files need to be updated.
3092 2011-12-07 Dmitry Lomov <dslomov@google.com>
3094 https://bugs.webkit.org/show_bug.cgi?id=74038
3095 [V8][Chromium] Support legacy argument order in window.postMessage/window.webkitPostMessage.
3097 Reviewed by David Levin.
3099 * fast/dom/Window/window-postmessage-args-expected.txt:
3100 * fast/dom/Window/window-postmessage-args.html: New tests for legacy argument order.
3101 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
3103 2011-12-07 Kenichi Ishibashi <bashi@chromium.org>
3105 Unreviewed, rebaseline media/controls-layout-direction.html
3107 * platform/chromium-cg-mac-snowleopard/media/controls-layout-direction-expected.png: Added.
3108 * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png: Added.
3109 * platform/chromium-win/media/controls-layout-direction-expected.png: Added.
3111 2011-12-07 Kenichi Ishibashi <bashi@chromium.org>
3113 Unreviewed chromium test expectation update.
3115 * platform/chromium/test_expectations.txt:
3117 2011-12-07 Kenichi Ishibashi <bashi@chromium.org>
3119 Refactor CSSParser::parseFontFaceSrc()
3120 https://bugs.webkit.org/show_bug.cgi?id=73989
3122 Reviewed by Darin Adler.
3124 Added a test that checks parsing result of the src descriptor of @font-face.
3126 * fast/css/font-face-src-parsing-expected.txt: Added.
3127 * fast/css/font-face-src-parsing.html: Added.
3129 2011-12-07 Kenichi Ishibashi <bashi@chromium.org>
3131 Unreviewed chromium expectations update.
3133 * platform/chromium/test_expectations.txt:
3135 2011-12-07 Ami Fischman <fischman@chromium.org>
3137 Force LTR layout for media controls even in RTL documents.
3138 https://bugs.webkit.org/show_bug.cgi?id=74024
3140 Reviewed by Darin Adler.
3142 * media/controls-layout-direction-expected.txt: Added.
3143 * media/controls-layout-direction.html: Added.
3144 * platform/chromium-linux/media/controls-layout-direction-expected.png: Added.
3146 2011-12-07 Mark Pilgrim <pilgrim@chromium.org>
3148 [FileSystem API] requestFileSystem successCallback is required
3149 https://bugs.webkit.org/show_bug.cgi?id=69637
3151 Reviewed by Darin Adler.
3153 * fast/filesystem/filesystem-no-callback-null-ptr-crash.html: fix now-broken logic testing for unrelated bug
3154 * fast/filesystem/not-enough-arguments-expected.txt:
3155 * fast/filesystem/not-enough-arguments.html: add checks for webkitRequestFileSystem with not enough parameters
3157 2011-12-07 James Simonsen <simonjam@chromium.org>
3159 [Chromium] Unreviewed, rebaseline width-overflow.html and fix test_expectations.txt
3161 * platform/chromium-cg-mac/printing/width-overflow-expected.png: Added.
3162 * platform/chromium-cg-mac/printing/width-overflow-expected.txt: Added.
3163 * platform/chromium-mac-snowleopard/printing/width-overflow-expected.png: Added.
3164 * platform/chromium-mac-snowleopard/printing/width-overflow-expected.txt: Added.
3165 * platform/chromium-win/printing/width-overflow-expected.png: Added.
3166 * platform/chromium-win/printing/width-overflow-expected.txt: Added.
3167 * platform/chromium/test_expectations.txt:
3169 2011-12-07 Aaron Colwell <acolwell@chromium.org>
3171 Revert mixed content handling for video fix and follow-up test expectations & Skipped changes.
3172 (r101883, r101918, r101927, r101981, r101986, r101997)
3173 https://bugs.webkit.org/show_bug.cgi?id=72178
3175 Reviewed by Adam Barth.
3177 * http/tests/security/mixedContent/insecure-video-in-iframe-expected.txt: Removed.
3178 * http/tests/security/mixedContent/insecure-video-in-iframe.html: Removed.
3179 * http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed.
3180 * http/tests/security/mixedContent/insecure-video-in-main-frame.html: Removed.
3181 * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed.
3182 * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame.html: Removed.
3183 * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame-expected.txt: Removed.
3184 * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame.html: Removed.
3185 * http/tests/security/mixedContent/resources/frame-with-insecure-video.html: Removed.
3186 * http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-video.html: Removed.
3187 * http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-video.html: Removed.
3188 * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed.
3189 * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed.
3190 * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed.
3191 * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed.
3192 * platform/gtk/Skipped:
3193 * platform/qt/Skipped:
3195 2011-12-07 Kent Tamura <tkent@chromium.org>
3197 [Qt] Follow up of r102226.
3198 https://bugs.webkit.org/show_bug.cgi?id=73987
3200 * platform/qt-5.0/Skipped: Renamed three number tests.
3202 2011-12-07 Filip Pizlo <fpizlo@apple.com>
3204 DFG CSE is overzealous with GetByVal
3205 https://bugs.webkit.org/show_bug.cgi?id=74042
3207 Reviewed by Oliver Hunt.
3209 * fast/js/dfg-get-by-val-getter-cse-expected.txt: Added.
3210 * fast/js/dfg-get-by-val-getter-cse.html: Added.
3211 * fast/js/script-tests/dfg-get-by-val-getter-cse.js: Added.
3214 2011-12-07 Florin Malita <fmalita@google.com>
3216 <li value="0"> behaves like <li> (the same for negative numbers)
3217 https://bugs.webkit.org/show_bug.cgi?id=73911
3219 Reviewed by Alexey Proskuryakov.
3221 Added tests for values <= 0.
3223 * fast/lists/li-values-expected.txt:
3224 * fast/lists/li-values.html:
3226 2011-12-07 Kentaro Hara <haraken@chromium.org>
3228 REGRESSION (r95249): Right side can be truncated when printing
3229 https://bugs.webkit.org/show_bug.cgi?id=73868
3231 Reviewed by Darin Adler.
3233 width-overflow.html checks if the page is printed without its right side
3236 * printing/width-overflow.html: Added.
3237 * platform/chromium-linux/printing/width-overflow-expected.png: Added.
3238 * platform/chromium-linux/printing/width-overflow-expected.txt: Added.
3239 * platform/mac-snowleopard/printing/width-overflow-expected.png: Added.
3240 * platform/mac-snowleopard/printing/width-overflow-expected.txt: Added.
3241 * platform/efl/Skipped: Skips width-overflow.html, since layoutTestController.setPrinting() is not implemented.
3242 * platform/gtk/Skipped: Ditto.
3243 * platform/qt/Skipped: Ditto.
3244 * platform/win/Skipped: Ditto.
3245 * platform/wincairo/Skipped: Ditto.
3246 * platform/wk2/Skipped: Ditto.
3248 2011-12-07 James Simonsen <simonjam@chromium.org>
3250 [Chromium] Unreviewed, skip a test that may be causing Win DRT to hang.
3252 * platform/chromium/test_expectations.txt:
3254 2011-12-07 Adam Klein <adamk@chromium.org>
3256 [MutationObservers] Enable in Chromium trunk
3257 https://bugs.webkit.org/show_bug.cgi?id=73851
3259 Reviewed by Ojan Vafai.
3261 * platform/chromium/test_expectations.txt: Stop skipping fast/mutation tests.
3263 2011-12-07 James Simonsen <simonjam@chromium.org>
3265 [Chromium] Unreviewed, clean out passing tests from test_expectations.txt
3267 * platform/chromium/test_expectations.txt:
3269 2011-12-07 Joshua Bell <jsbell@chromium.org>
3271 IndexedDB deleteIndex should throw NOT_ALLOWED_ERR if called outside a VERSION_CHANGE transaction callback
3272 https://bugs.webkit.org/show_bug.cgi?id=62370
3274 Already behaves correctly, just adding tests.
3276 Reviewed by Tony Chang.
3278 * storage/indexeddb/deleteIndex-expected.txt: Added.
3279 * storage/indexeddb/deleteIndex.html: Added.
3281 2011-12-07 Sheriff Bot <webkit.review.bot@gmail.com>
3283 Unreviewed, rolling out r102244.
3284 http://trac.webkit.org/changeset/102244
3285 https://bugs.webkit.org/show_bug.cgi?id=74016
3287 caused debug test timeouts (Requested by simonjam on #webkit).
3289 * platform/chromium/test_expectations.txt:
3291 2011-12-07 Adam Klein <adamk@chromium.org>
3293 Layout Test inspector/debugger/dom-breakpoints.html fails on chromium linux debug with ENABLE(MUTATION_OBSERVERS)
3294 https://bugs.webkit.org/show_bug.cgi?id=73919
3296 Reviewed by Ojan Vafai.
3298 Added test that no-op style mutations don't create MutationRecords.
3300 * fast/mutation/observe-attributes-expected.txt:
3301 * fast/mutation/observe-attributes.html:
3303 2011-12-07 Ken Buchanan <kenrb@chromium.org>
3305 Crash from multicol spans with layers
3306 https://bugs.webkit.org/show_bug.cgi?id=68030
3308 Reviewed by David Hyatt.
3310 New test for fix to crash on bug 68030.
3312 * fast/multicol/span/removal-of-multicol-span-crash-expected.txt: Added
3313 * fast/multicol/span/removal-of-multicol-span-crash.html: Added
3315 2011-12-07 Alexey Proskuryakov <ap@apple.com>
3317 Handling of !important in inline style sets is broken
3318 https://bugs.webkit.org/show_bug.cgi?id=73941
3320 Reviewed by Dave Hyatt.
3322 Converted the test to text only, and reversed expectations.
3324 * fast/dom/css-inline-style-important-expected.txt: Added.
3325 * fast/dom/css-inline-style-important.html:
3326 * platform/chromium-linux/fast/dom/css-inline-style-important-expected.png: Removed.
3327 * platform/chromium-mac-leopard/fast/dom/css-inline-style-important-expected.png: Removed.
3328 * platform/chromium-mac/fast/dom/css-inline-style-important-expected.png: Removed.
3329 * platform/chromium-win/fast/dom/css-inline-style-important-expected.png: Removed.
3330 * platform/chromium-win/fast/dom/css-inline-style-important-expected.txt: Removed.
3331 * platform/efl/fast/dom/css-inline-style-important-expected.png: Removed.
3332 * platform/efl/fast/dom/css-inline-style-important-expected.txt: Removed.
3333 * platform/gtk/fast/dom/css-inline-style-important-expected.png: Removed.
3334 * platform/gtk/fast/dom/css-inline-style-important-expected.txt: Removed.
3335 * platform/mac-leopard/fast/dom/css-inline-style-important-expected.png: Removed.
3336 * platform/mac/fast/dom/css-inline-style-important-expected.png: Removed.
3337 * platform/mac/fast/dom/css-inline-style-important-expected.txt: Removed.
3338 * platform/qt/fast/dom/css-inline-style-important-expected.png: Removed.
3339 * platform/qt/fast/dom/css-inline-style-important-expected.txt: Removed.
3341 2011-12-07 Joshua Bell <jsbell@chromium.org>
3343 IndexedDB objectStoreNames not updated after aborted transaction
3344 https://bugs.webkit.org/show_bug.cgi?id=58655
3346 Already functional but there wasn't a test with these specifics.
3348 Reviewed by Tony Chang.
3350 * storage/indexeddb/mozilla/versionchange-abort-expected.txt: Added.
3351 * storage/indexeddb/mozilla/versionchange-abort.html: Added.
3353 2011-12-07 Xiaomei Ji <xji@chromium.org>
3355 Turn on move caret by word visually for windows platform.
3356 https://bugs.webkit.org/show_bug.cgi?id=59652
3358 Reviewed by Ryosuke Niwa.
3360 * editing/selection/caret-mode-paragraph-keys-navigation.html:
3361 * editing/selection/move-by-word-visually-crash-test-1.html:
3362 * editing/selection/move-by-word-visually-crash-test-2.html:
3363 * editing/selection/move-by-word-visually-crash-test-3.html:
3364 * editing/selection/move-by-word-visually-crash-test-4.html:
3365 * editing/selection/move-by-word-visually-crash-test-textarea.html:
3366 * editing/selection/move-by-word-visually-inline-block-positioned-element.html:
3367 * editing/selection/move-by-word-visually-multi-line.html:
3368 * editing/selection/move-by-word-visually-multi-space.html:
3369 * editing/selection/move-by-word-visually-null-box.html:
3370 * editing/selection/move-by-word-visually-single-space-inline-element.html:
3371 * editing/selection/move-by-word-visually-single-space-one-element.html:
3372 * editing/selection/move-by-word-visually-textarea.html:
3373 * editing/selection/move-left-right-by-word-mac-expected.txt: Added.
3374 * editing/selection/move-left-right-by-word-mac.html: Added.
3375 * editing/selection/resources/move-by-word-visually.js:
3377 (moveByWordOnEveryChar):
3379 2011-12-07 Balazs Kelemen <kbalazs@webkit.org>
3381 Unreviewed gardening.
3383 Skip 3 more metric related tests with Qt5 until test-font fix.
3385 * platform/qt-5.0/Skipped:
3387 2011-12-07 Brian Salomon <bsalomon@google.com>
3389 [CHROMIUM] Make canvas/philip/tests/2d.imageData.put.unchanged.html be expected to fail
3390 on the GPU due to slight difference in alpha-premul computation.
3392 https://bugs.webkit.org/show_bug.cgi?id=73953
3394 Reviewed by Stephen White.
3396 * platform/chromium/test_expectations.txt:
3398 2011-12-07 Balazs Kelemen <kbalazs@webkit.org>
3400 [Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache
3401 https://bugs.webkit.org/show_bug.cgi?id=73999
3403 Unreviewed gardening. Skip failing tests.
3405 * platform/qt-wk2/Skipped:
3407 2011-12-07 Mihnea Ovidenie <mihnea@adobe.com>
3409 [CSSRegions]Add support for background-color in region styling
3410 https://bugs.webkit.org/show_bug.cgi?id=71488
3412 Reviewed by David Hyatt.
3414 * fast/regions/region-style-block-background-color.html: Added.
3415 * fast/regions/region-style-block-background-color2.html: Added.
3416 * fast/regions/region-style-image-background-color.html: Added.
3417 * fast/regions/region-style-inline-background-color.html: Added.
3418 * fast/regions/resources/transparent.png: Added.
3419 * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.png: Added.
3420 * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.txt: Added.
3421 * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png: Added.
3422 * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.txt: Added.
3423 * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.png: Added.
3424 * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.txt: Added.
3425 * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png: Added.
3426 * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.txt: Added.
3428 2011-12-07 Shinya Kawanaka <shinyak@google.com>
3430 Internals should have a method to reutrn the max sequence number of spellcheck reqeust.
3431 https://bugs.webkit.org/show_bug.cgi?id=73511
3433 Reviewed by Hajime Morita.
3435 Added tests to check internals.lastSpellCheckRequestSequence and internals.lastSpellCheckProcessedSequence.
3437 * editing/spelling/spellcheck-sequencenum-expected.txt: Added.
3438 * editing/spelling/spellcheck-sequencenum.html: Added.
3439 * platform/gtk/Skipped:
3440 * platform/qt/Skipped:
3442 2011-12-07 Vsevolod Vlasov <vsevik@chromium.org>
3444 Unreviewed chromium test expectations update.
3446 * platform/chromium/test_expectations.txt:
3448 2011-12-07 Ryosuke Niwa <rniwa@webkit.org>
3450 Qt rebaseline after r102149.
3452 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from
3453 LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt.
3455 2011-12-07 Kent Tamura <tkent@chromium.org>
3457 Move <input type=number> tests to fast/forms/number/
3458 https://bugs.webkit.org/show_bug.cgi?id=73987
3460 Reviewed by Hajime Morita.
3462 * fast/forms/ValidityState-rangeOverflow-expected.txt:
3463 * fast/forms/ValidityState-rangeUnderflow-expected.txt:
3464 * fast/forms/ValidityState-stepMismatch-expected.txt:
3465 * fast/forms/ValidityState-typeMismatch-number-expected.txt: Removed.
3466 * fast/forms/ValidityState-typeMismatch-number.html: Removed.
3467 * fast/forms/input-appearance-number-rtl.html: Removed.
3468 * fast/forms/input-appearance-spinbutton-disabled-readonly.html: Removed.
3469 * fast/forms/input-appearance-spinbutton-layer.html: Removed.
3470 * fast/forms/input-appearance-spinbutton-visibility-expected.html: Removed.
3471 * fast/forms/input-appearance-spinbutton-visibility.html: Removed.
3472 * fast/forms/input-number-blur-twice-expected.txt: Removed.
3473 * fast/forms/input-number-blur-twice.html: Removed.
3474 * fast/forms/input-number-change-type-on-focus-expected.txt: Removed.
3475 * fast/forms/input-number-change-type-on-focus.html: Removed.
3476 * fast/forms/input-number-commit-valid-only-expected.txt: Removed.
3477 * fast/forms/input-number-commit-valid-only.html: Removed.
3478 * fast/forms/input-number-crash-expected.txt: Removed.
3479 * fast/forms/input-number-crash.html: Removed.
3480 * fast/forms/input-number-events-expected.txt: Removed.
3481 * fast/forms/input-number-events.html: Removed.
3482 * fast/forms/input-number-keyoperation-expected.txt: Removed.
3483 * fast/forms/input-number-keyoperation.html: Removed.
3484 * fast/forms/input-number-large-padding-expected.txt: Removed.
3485 * fast/forms/input-number-large-padding.html: Removed.
3486 * fast/forms/input-number-outofrange-expected.txt: Removed.
3487 * fast/forms/input-number-outofrange.html: Removed.
3488 * fast/forms/input-number-size-expected.txt: Removed.
3489 * fast/forms/input-number-size.html: Removed.
3490 * fast/forms/input-number-spinbutton-crash-expected.txt: Removed.
3491 * fast/forms/input-number-spinbutton-crash.html: Removed.
3492 * fast/forms/input-number-unacceptable-style-expected.txt: Removed.
3493 * fast/forms/input-number-unacceptable-style.html: Removed.
3494 * fast/forms/input-number-wheel-expected.txt: Removed.
3495 * fast/forms/input-number-wheel.html: Removed.
3496 * fast/forms/input-spinbutton-capturing-expected.txt: Removed.
3497 * fast/forms/input-spinbutton-capturing.html: Removed.
3498 * fast/forms/input-stepup-stepdown-expected.txt:
3499 * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed.
3500 * fast/forms/input-stepup-stepdown-from-renderer.html: Removed.
3501 * fast/forms/input-valueasnumber-number-expected.txt: Removed.
3502 * fast/forms/input-valueasnumber-number.html: Removed.
3503 * fast/forms/number-input-changeevent-expected.txt: Removed.
3504 * fast/forms/number-input-changeevent.html: Removed.
3505 * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt.
3506 * fast/forms/number/ValidityState-rangeOverflow-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js.
3507 * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt.
3508 * fast/forms/number/ValidityState-rangeUnderflow-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js.
3509 * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt.
3510 * fast/forms/number/ValidityState-stepMismatch-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js.
3511 * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-number-expected.txt.
3512 * fast/forms/number/ValidityState-typeMismatch-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-number.js.
3513 * fast/forms/number/input-appearance-number-rtl.html: Copied from LayoutTests/fast/forms/input-appearance-number-rtl.html.
3514 * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-disabled-readonly.html.
3515 * fast/forms/number/input-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-layer.html.
3516 * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-visibility-expected.html.
3517 * fast/forms/number/input-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-visibility.html.
3518 * fast/forms/number/input-number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/input-number-blur-twice-expected.txt.
3519 * fast/forms/number/input-number-blur-twice.html: Copied from LayoutTests/fast/forms/input-number-blur-twice.html.
3520 * fast/forms/number/input-number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/input-number-change-type-on-focus-expected.txt.
3521 * fast/forms/number/input-number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/input-number-change-type-on-focus.html.
3522 * fast/forms/number/input-number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/input-number-commit-valid-only-expected.txt.
3523 * fast/forms/number/input-number-commit-valid-only.html: Copied from LayoutTests/fast/forms/script-tests/input-number-commit-valid-only.js.
3524 * fast/forms/number/input-number-crash-expected.txt: Copied from LayoutTests/fast/forms/input-number-crash-expected.txt.
3525 * fast/forms/number/input-number-crash.html: Copied from LayoutTests/fast/forms/input-number-crash.html.
3526 * fast/forms/number/input-number-events-expected.txt: Copied from LayoutTests/fast/forms/input-number-events-expected.txt.
3527 * fast/forms/number/input-number-events.html: Copied from LayoutTests/fast/forms/script-tests/input-number-events.js.
3528 * fast/forms/number/input-number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/input-number-keyoperation-expected.txt.
3529 * fast/forms/number/input-number-keyoperation.html: Copied from LayoutTests/fast/forms/script-tests/input-number-keyoperation.js.
3530 * fast/forms/number/input-number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/input-number-large-padding-expected.txt.
3531 * fast/forms/number/input-number-large-padding.html: Copied from LayoutTests/fast/forms/input-number-large-padding.html.
3532 * fast/forms/number/input-number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/input-number-outofrange-expected.txt.
3533 * fast/forms/number/input-number-outofrange.html: Copied from LayoutTests/fast/forms/script-tests/input-number-outofrange.js.
3534 * fast/forms/number/input-number-size-expected.txt: Copied from LayoutTests/fast/forms/input-number-size-expected.txt.