1 2012-02-22 Bear Travis <betravis@adobe.com>
3 Not correctly recalculating layout for elements within nested SVG elements
4 https://bugs.webkit.org/show_bug.cgi?id=77535
6 Reviewed by Dirk Schulze.
8 Adding a repaint test for a relatively sized inner svg and inner svg content when
9 its width/height changes.
11 * platform/chromium/test_expectations.txt:
12 * svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
13 * svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added.
14 * svg/repaint/inner-svg-change-viewPort-relative.svg: Added.
16 2012-02-22 Alexei Svitkine <asvitkine@chromium.org>
18 [chromium] Fix remaining compositing/rubberbanding test failures
19 https://bugs.webkit.org/show_bug.cgi?id=78008
21 These were happening due to the fact that ScrollView wasn't updating
22 the overhang layer when the contentsSize was updated. This is necessary
23 because calculateOverhangAreasForPainting() takes the contentsSize into
24 account when determining whether the overhang areas are visible.
26 Reviewed by James Robinson.
28 Re-enabled the following tests with updated baselines:
29 * platform/chromium/compositing/rubberbanding/transform-overhang-e-expected.png:
30 * platform/chromium/compositing/rubberbanding/transform-overhang-s-expected.png:
31 * platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png:
32 * platform/chromium/test_expectations.txt:
34 2012-02-22 Dan Bernstein <mitz@apple.com>
36 REGRESSION (r62632): page-break-inside: avoid is ignored
37 https://bugs.webkit.org/show_bug.cgi?id=79262
39 Reviewed by Adele Peterson.
41 * printing/page-break-inside-avoid-expected.txt:
43 2012-02-22 Adrienne Walker <enne@google.com>
45 [chromium] Unreviewed gardening. Mark some XHR tests as asserting.
46 https://bugs.webkit.org/show_bug.cgi?id=79229
48 * platform/chromium/test_expectations.txt:
50 2012-02-22 Adrienne Walker <enne@google.com>
52 [chromium] Unreviewed gardening. Marking svg failures from r108494.
53 https://bugs.webkit.org/show_bug.cgi?id=41386
55 * platform/chromium/test_expectations.txt:
57 2012-02-22 Pavel Feldman <pfeldman@google.com>
59 Web Inspector: console doesn't show properly arrays from which tail values have been deleted
60 https://bugs.webkit.org/show_bug.cgi?id=79242
62 Reviewed by Yury Semikhatsky.
64 * inspector/console/console-format-expected.txt:
65 * inspector/console/console-format.html:
66 * platform/chromium/inspector/console/console-format-collections-expected.txt:
67 * platform/chromium/inspector/console/console-format-expected.txt:
69 2012-02-22 Vsevolod Vlasov <vsevik@chromium.org>
71 Web Inspector: [REGRESSION] Console xhr logging is broken for async xhrs since r107672.
72 https://bugs.webkit.org/show_bug.cgi?id=79229
74 Reviewed by Pavel Feldman.
76 * http/tests/inspector/console-xhr-logging-async-expected.txt: Added.
77 * http/tests/inspector/console-xhr-logging-async.html: Added.
79 2012-02-22 Mihnea Ovidenie <mihnea@adobe.com>
81 [Qt] REGRESSION(r108108): It made 3 fast/repaint tests fail
82 https://bugs.webkit.org/show_bug.cgi?id=78960
84 Reviewed by Csaba Osztrogonác.
86 * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
87 * fast/repaint/line-flow-with-floats-in-regions.html:
88 * fast/repaint/overflow-flipped-writing-mode-block-in-regions.html:
89 * fast/repaint/region-painting-invalidation.html:
90 * fast/repaint/region-painting-via-layout.html:
91 * platform/qt/Skipped:
93 2012-02-22 Eric Carlson <eric.carlson@apple.com>
95 [Chromium] video-referer.html fails
96 https://bugs.webkit.org/show_bug.cgi?id=79239
98 Unreviewed, skipping a test that started to fail after r108387.
100 * platform/chromium/test_expectations.txt:
102 2012-02-22 Philippe Normand <pnormand@igalia.com>
104 Unreviewed, skipping one more mediastream failure on GTK.
106 * platform/gtk/Skipped:
108 2012-02-22 Vsevolod Vlasov <vsevik@chromium.org>
110 Web Inspector: retrieving content for some XHR requests crashes inspected page renderer
111 https://bugs.webkit.org/show_bug.cgi?id=79026
113 Reviewed by Pavel Feldman.
115 * http/tests/inspector/network/network-cyrillic-xhr-expected.txt: Added.
116 * http/tests/inspector/network/network-cyrillic-xhr.html: Added.
117 * http/tests/inspector/network/network-empty-xhr-expected.txt: Added.
118 * http/tests/inspector/network/network-empty-xhr.html: Added.
119 * http/tests/inspector/network/resources/cyrillic.html: Added.
120 * http/tests/inspector/network/resources/empty.html: Added.
122 2012-02-21 Vsevolod Vlasov <vsevik@chromium.org>
124 Web Inspector: [InspectorIndexedDB] Show IndexedDB views on selection IndexedDB elements in resources panel.
125 https://bugs.webkit.org/show_bug.cgi?id=79098
127 Reviewed by Pavel Feldman.
129 * http/tests/inspector/indexeddb/database-data.html:
131 2012-02-22 Nikolas Zimmermann <nzimmermann@rim.com>
133 REGRESSION(58212): html foreignObjects with positions other than static not hidden correctly when parent has display:none
134 https://bugs.webkit.org/show_bug.cgi?id=41386
136 Reviewed by Zoltan Herczeg.
138 Add new tests covering <foreignObject> content inside a <g display="none">.
140 * platform/chromium/test_expectations.txt:
141 * platform/mac/svg/foreignObject/fO-display-none-expected.png: Added.
142 * platform/mac/svg/foreignObject/fO-display-none-expected.txt: Added.
143 * platform/mac/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
144 * platform/mac/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
145 * platform/mac/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
146 * platform/mac/svg/foreignObject/fO-parent-display-changes-expected.txt: Added.
147 * platform/mac/svg/foreignObject/fO-parent-display-none-expected.png: Added.
148 * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt: Added.
149 * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
150 * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added.
151 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
152 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added.
153 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
154 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added.
155 * svg/foreignObject/fO-display-none-with-relative-pos-content.svg: Added.
156 * svg/foreignObject/fO-display-none.svg: Added.
157 * svg/foreignObject/fO-parent-display-changes.svg: Added.
158 * svg/foreignObject/fO-parent-display-none-with-relative-pos-content.svg: Added.
159 * svg/foreignObject/fO-parent-display-none.svg: Added.
160 * svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content.svg: Added.
161 * svg/foreignObject/fO-parent-of-parent-display-none.svg: Added.
163 2012-02-22 Nikolas Zimmermann <nzimmermann@rim.com>
165 Not reviewed. Fix SVG pixel test results, which now show up as hash failures, since DRT was fixed to report these.
167 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
168 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
169 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
170 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
171 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
172 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
173 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
174 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
175 * platform/mac/svg/as-border-image/svg-as-border-image-expected.png:
176 * platform/mac/svg/clip-path/clip-in-mask-expected.png:
177 * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
178 * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
179 * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
180 * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
181 * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
182 * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
183 * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
184 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
185 * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
186 * platform/mac/svg/custom/marker-opacity-expected.png:
187 * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
188 * platform/mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png:
189 * platform/mac/svg/hixie/error/017-expected.png:
190 * platform/mac/svg/text/text-align-05-b-expected.png:
191 * platform/mac/svg/text/text-path-01-b-expected.png:
192 * platform/mac/svg/text/text-text-01-b-expected.png:
193 * platform/mac/svg/text/text-text-07-t-expected.png:
194 * platform/mac/svg/text/text-tselect-02-f-expected.png:
195 * svg/as-image/svg-non-integer-scaled-image-expected.png:
196 * svg/custom/visited-link-color-expected.png:
197 * svg/custom/zero-path-square-cap-rendering2-expected.png:
198 * svg/foreignObject/clip-expected.png:
199 * svg/foreignObject/filter-expected.png:
200 * svg/foreignObject/mask-expected.png:
202 2012-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
204 REGRESSION: unbalanced transparency layers for clipPath
205 https://bugs.webkit.org/show_bug.cgi?id=78074
207 Reviewed by Zoltan Herczeg.
209 * svg/clip-path/opacity-assertion-expected.svg: Added.
210 * svg/clip-path/opacity-assertion.svg: Added.
212 2012-02-21 Pavel Feldman <pfeldman@google.com>
214 Web Inspector: do not filter out requestAnimationFrame from timeline, implement stop on animation events.
215 https://bugs.webkit.org/show_bug.cgi?id=79116
217 Reviewed by Yury Semikhatsky.
219 * inspector/timeline/timeline-animation-frame-expected.txt:
220 * inspector/timeline/timeline-animation-frame.html:
221 * inspector/timeline/timeline-enum-stability-expected.txt:
222 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
224 2012-02-22 Yuta Kitamura <yutak@chromium.org>
226 [Chromium] Unreviewed, regular maintenance of test expectations.
228 * platform/chromium/test_expectations.txt:
230 2012-02-22 Csaba Osztrogonác <ossy@webkit.org>
232 [Qt] Unreviewed gardening, skip a new failing test.
234 * platform/qt/Skipped:
236 2012-02-22 Shinya Kawanaka <shinyak@chromium.org>
238 firstRendererOf() should also return a fallback element renderer in NodeRenderingContext.
239 https://bugs.webkit.org/show_bug.cgi?id=79180
241 Reviewed by Hajime Morita.
243 Added new test cases, e.g. <content> in <content>, with display:none.
245 * fast/dom/shadow/shadow-contents-fallback-dynamic-expected.txt:
246 * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
247 * fast/dom/shadow/shadow-contents-fallback-expected.txt:
248 * fast/dom/shadow/shadow-contents-fallback.html:
250 2012-02-22 Sheriff Bot <webkit.review.bot@gmail.com>
252 Unreviewed, rolling out r108468.
253 http://trac.webkit.org/changeset/108468
254 https://bugs.webkit.org/show_bug.cgi?id=79219
256 Broke Chromium Win release build (Requested by bashi on
259 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
260 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Removed.
261 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Removed.
262 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Removed.
263 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Removed.
264 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
265 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Removed.
266 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Removed.
267 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
268 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Removed.
269 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Removed.
270 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
271 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
272 (web_socket_transfer_data):
274 2012-02-22 Philippe Normand <pnormand@igalia.com>
276 Unreviewed, GTK gardening, unskip 2 tests that should pass now.
278 * platform/gtk/Skipped:
280 2012-02-21 Alexander Pavlov <apavlov@chromium.org>
282 Web Inspector: Audit rules to recommend unprefixing supported CSS properties
283 https://bugs.webkit.org/show_bug.cgi?id=78985
285 Reviewed by Pavel Feldman.
287 * inspector/audits/audits-panel-functional-expected.txt:
288 * inspector/audits/audits-panel-functional.html:
290 2012-02-22 Kenichi Ishibashi <bashi@chromium.org>
292 Adding WebSocket per-frame DEFLATE extension
293 https://bugs.webkit.org/show_bug.cgi?id=77522
295 Added tests for WebSocket deflate-frame extension. Also updated some
296 tests to follow the change.
298 Reviewed by Kent Tamura.
300 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Added.
301 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Added.
302 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Added.
303 (web_socket_do_extra_handshake):
304 (web_socket_transfer_data):
305 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
306 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Added.
307 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Added.
308 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Added.
309 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Added.
310 (web_socket_do_extra_handshake):
311 (web_socket_transfer_data):
312 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Added.
313 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Added.
314 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Added.
315 (_get_deflate_frame_extension_processor):
316 (web_socket_do_extra_handshake):
317 (web_socket_transfer_data):
318 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
319 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
321 (web_socket_transfer_data):
323 2012-02-22 Yanbin Zhang <yanbin.zhang@intel.com>
325 [GTK] fast/mediastream/peerconnection-argument-types.html fails
326 https://bugs.webkit.org/show_bug.cgi?id=79096
328 Reviewed by Adam Barth.
330 * fast/mediastream/peerconnection-argument-types-expected.txt:
331 * fast/mediastream/script-tests/argument-types.js:
333 2012-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
335 Unreviewed, rolling out r107351.
336 http://trac.webkit.org/changeset/107351
337 https://bugs.webkit.org/show_bug.cgi?id=53600
339 Several issues introduced in WebKitGTK+ API
341 * platform/gtk/Skipped:
343 2012-02-22 Philippe Normand <pnormand@igalia.com>
345 Unreviewed, GTK gardening.
347 * platform/gtk/Skipped:
348 * platform/gtk/fast/forms/float-before-fieldset-expected.txt:
350 2012-02-21 Max Vujovic <mvujovic@adobe.com>
352 getCTM() on SVG root element with borders, paddings, and viewbox returns incorrect values
353 https://bugs.webkit.org/show_bug.cgi?id=78631
355 Reviewed by Eric Seidel.
357 * platform/chromium/test_expectations.txt
358 * platform/mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png
359 * svg/dom/SVGLocatable-getCTM-svg-root-expected.txt: Added.
360 * svg/dom/SVGLocatable-getCTM-svg-root.html: Added.
362 2012-02-21 Kenichi Ishibashi <bashi@chromium.org>
364 Rename "reserved1" flag of WebSocketFrame to compress
365 https://bugs.webkit.org/show_bug.cgi?id=79187
367 Reviewed by Kent Tamura.
369 * http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Revised to follow the change in meaning rsv1 bit.
370 * http/tests/websocket/tests/hybi/reserved-bits.html: Ditto.
372 2012-02-21 Gavin Barraclough <barraclough@apple.com>
374 Should be able to reconfigure a non-configurable property as read-only
375 https://bugs.webkit.org/show_bug.cgi?id=79170
377 Reviewed by Sam Weinig.
379 See ES5.1 8.12.9 10.a.i - the spec prohibits making a read-only property writable,
380 but does not inhibit making a writable property read-only.
382 * fast/js/Object-defineProperty-expected.txt:
383 * fast/js/script-tests/Object-defineProperty.js:
384 - Update test result (this was enforcing incorrect behaviour).
386 2012-02-21 Adam Klein <adamk@chromium.org>
388 Setting innerText causes DOMSubtreeModified to be dispatched too early
389 https://bugs.webkit.org/show_bug.cgi?id=79140
391 Reviewed by Ryosuke Niwa.
393 * fast/dom/getElementById-consistency3-expected.txt: Added.
394 * fast/dom/getElementById-consistency3.html: Added.
395 * fast/dom/getElementById-consistency4-expected.txt: Added.
396 * fast/dom/getElementById-consistency4.html: Added.
397 * fast/dom/getElementById-consistency5-expected.txt: Added.
398 * fast/dom/getElementById-consistency5.html: Added.
400 2012-02-15 Ryosuke Niwa <rniwa@webkit.org>
402 Assertion failure in TextIterator::handleTextBox
403 https://bugs.webkit.org/show_bug.cgi?id=78530
405 Reviewed by Enrica Casucci.
407 Add a regression test. Also rebaseline a crash test.
409 * editing/text-iterator/rtl-first-letter-text-iterator-crash-expected.txt: Added.
410 * editing/text-iterator/rtl-first-letter-text-iterator-crash.html: Added.
411 * editing/text-iterator/rtl-selection-crash-expected.txt:
413 2012-02-21 Adam Klein <adamk@chromium.org>
415 ContainerNode::childrenChanged must be called immediately after removing children
416 https://bugs.webkit.org/show_bug.cgi?id=79162
418 Reviewed by Ryosuke Niwa.
420 * fast/dom/title-directionality-removeChild-expected.txt: Added.
421 * fast/dom/title-directionality-removeChild.html: Added.
423 2012-02-21 Tom Sepez <tsepez@chromium.org>
425 equalIgnoringNullity() only comparing half the bytes for equality
426 https://bugs.webkit.org/show_bug.cgi?id=79135
428 Reviewed by Adam Barth.
430 * http/tests/security/xssAuditor/script-tag.html:
432 2012-02-21 James Robinson <jamesr@chromium.org>
434 [chromium] Update chromium expectations for accessibility/aria-invalid.html
436 * platform/chromium/test_expectations.txt:
438 2012-02-21 Victor Carbune <vcarbune@adobe.com>
440 Added relevant tests and functionality for supporting pause-on-exit
441 flag for a TextTrackCue.
443 https://bugs.webkit.org/show_bug.cgi?id=72173
445 Reviewed by Eric Carlson.
447 * media/track/captions-webvtt/simple-captions.vtt: Added.
448 * media/track/track-cues-pause-on-exit-expected.txt: Added.
449 * media/track/track-cues-pause-on-exit.html: Added.
451 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
453 [Qt] Unreviewed gardening. Typo fix.
455 * platform/qt-5.0-wk2/http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/http/tests/websocket/test/hybi/bad-sub-protocol-non-ascii-expected.txt.
457 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
459 [Qt] Unreviewed evening gardening after r108364.
461 * platform/qt/fast/forms/float-before-fieldset-expected.png: Added.
462 * platform/qt/fast/forms/float-before-fieldset-expected.txt: Updated.
464 2012-02-21 Dana Jansens <danakj@chromium.org>
466 [chromium] Enable compositor filter layout tests (except on mac and win debug)
467 https://bugs.webkit.org/show_bug.cgi?id=79111
469 Reviewed by Stephen White.
471 * platform/chromium/test_expectations.txt:
473 2012-02-21 Eric Carlson <eric.carlson@apple.com>
475 Set Referrer header for media downloads
476 https://bugs.webkit.org/show_bug.cgi?id=78614
478 Reviewed by Alexey Proskuryakov.
480 * http/tests/media/resources/video-referer-check-referer.php: Get the test file and content-type
481 from parameters on the url. Fail if referrer is anything but video-referer.html. Add support for
482 byte-range requests so it will work with AVFoundation.
483 * http/tests/media/video-referer.html: Pass video file name and content-type as url parameters
484 instead of having another cgi set a cookie. Set the php script as the 'src' on a <source> element
485 instead of on the <video> element so we can also add a 'type' attribute.
487 2012-02-21 Chris Fleizach <cfleizach@apple.com>
489 AX: move aria-invalid test to top level, so other platforms can use it
490 https://bugs.webkit.org/show_bug.cgi?id=79041
492 Unreviewed. Forgot to update paths.
494 * accessibility/aria-invalid.html:
496 2012-02-21 Chris Fleizach <cfleizach@apple.com>
498 AX: move aria-invalid test to top level, so other platforms can use it
499 https://bugs.webkit.org/show_bug.cgi?id=79041
501 Reviewed by David Kilzer.
503 * accessibility/aria-invalid-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-invalid-expected.txt.
504 * accessibility/aria-invalid.html: Copied from LayoutTests/platform/mac/accessibility/aria-invalid.html.
505 * platform/gtk/Skipped:
506 * platform/mac/accessibility/aria-invalid-expected.txt: Removed.
507 * platform/mac/accessibility/aria-invalid.html: Removed.
508 * platform/win/Skipped:
510 2012-02-21 Abhishek Arya <inferno@chromium.org>
512 Crash in RenderTableSection::nodeAtPoint.
513 https://bugs.webkit.org/show_bug.cgi?id=78922
515 Reviewed by Julien Chaffraix.
517 * fast/table/table-section-node-at-point-crash-expected.txt: Added.
518 * fast/table/table-section-node-at-point-crash.html: Added.
520 2012-02-21 James Robinson <jamesr@chromium.org>
522 [chromium] Unreviewed, update chromium leopard baselines for r108364
524 * platform/chromium-mac-leopard/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
525 * platform/chromium-mac-leopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
526 * platform/chromium-mac-leopard/fast/forms/float-before-fieldset-expected.png:
528 2012-02-21 James Robinson <jamesr@chromium.org>
530 [chromium] Unreviewed, update chromium baselines for r108364
532 * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
533 * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
534 * platform/chromium-linux/fast/forms/float-before-fieldset-expected.png:
535 * platform/chromium-mac-snowleopard/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
536 * platform/chromium-mac-snowleopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
537 * platform/chromium-mac-snowleopard/fast/forms/float-before-fieldset-expected.png: Added.
538 * platform/chromium-mac/fast/forms/float-before-fieldset-expected.png: Removed.
539 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
540 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
541 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
542 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
543 * platform/chromium-win/fast/forms/float-before-fieldset-expected.png:
544 * platform/chromium-win/fast/forms/float-before-fieldset-expected.txt:
546 2012-02-21 Andreas Kling <awesomekling@apple.com>
548 Kill FontFamilyValue.
549 <http://webkit.org/b/79103>
551 Reviewed by Antti Koivisto.
553 * fast/css/font-family-trailing-bracket-gunk-expected.txt: Added.
554 * fast/css/font-family-trailing-bracket-gunk.html: Added.
556 2012-02-20 David Hyatt <hyatt@apple.com>
558 https://bugs.webkit.org/show_bug.cgi?id=79046
560 width of overflow:hidden blocks is wrong when their margins overlap floats.
562 Added new tests from www-style thread: http://lists.w3.org/Archives/Public/www-style/2012Feb/0954.html
564 Reviewed by Dan Bernstein.
566 * fast/block/float/centered-float-avoidance-complexity.html: Added.
567 * fast/block/float/shrink-to-avoid-float-complexity.html: Added.
568 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
569 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
570 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
571 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
573 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
575 [Qt] Unreviewed gardening, add platform specific expected file after r107689.
577 * platform/qt-5.0-wk2/http/tests/websocket/test/hybi/bad-sub-protocol-non-ascii-expected.txt: Added.
579 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
581 [Qt]REGRESSION(r92254): It made 2 tests timeout
582 https://bugs.webkit.org/show_bug.cgi?id=65609
584 * platform/qt/Skipped: Unskip now passing tests.
586 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
588 [Qt] Unreviewed gardening, skip new failing and crashing test to paint the bot green.
590 * platform/qt-mac/Skipped:
592 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
594 [Qt] Unreviewed gardening, unskip now passing tests.
596 * platform/qt-4.8/Skipped:
597 * platform/qt-5.0-wk2/Skipped:
598 * platform/wk2/Skipped:
600 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
602 [Qt] 3 SVG tests assert after r107207
603 https://bugs.webkit.org/show_bug.cgi?id=78332
605 * platform/qt/Skipped: Skip 3 more asserting test.
607 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
609 [Qt] REGRESSION(r108112): sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/15.1.3/15.1.3.2_decodeURIComponent/S15.1.3.2_A1.2_T2.html crashes intermittently
610 https://bugs.webkit.org/show_bug.cgi?id=79029
612 * platform/qt/Skipped: Skip new crashing test.
614 2012-02-21 Philippe Normand <pnormand@igalia.com>
616 Unreviewed, skip new failing mediastream test on GTK.
618 * platform/gtk/Skipped:
620 2012-02-17 Philippe Normand <pnormand@igalia.com>
622 [GStreamer] media/W3C failures
623 https://bugs.webkit.org/show_bug.cgi?id=75078
625 Reviewed by Martin Robinson.
627 Unskip now passing tests and add GTK baselines for them.
629 * platform/gtk/Skipped:
630 * platform/gtk/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
631 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added.
632 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
633 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
634 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
635 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added.
636 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added.
637 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
638 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
640 2012-02-21 Yuta Kitamura <yutak@chromium.org>
642 [Chromium] Unreviewed, update test expectations to reflect recent flakiness.
644 * platform/chromium/test_expectations.txt:
646 2012-02-21 Martin Robinson <mrobinson@igalia.com>
648 Rebaseline a test for GTK+.
650 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: New baseline.
652 2012-02-21 Martin Robinson <mrobinson@igalia.com>
654 Skip some test that are failing after r108278.
656 * platform/gtk/Skipped: Skip a few tests.
658 2012-02-20 Adam Barth <abarth@webkit.org>
660 Invalid cast in WebCore::toElement / WebCore::HTMLElementStack::ElementRecord::element
661 https://bugs.webkit.org/show_bug.cgi?id=78975
663 Reviewed by Eric Seidel.
665 * html5lib/resourcesl/webkit-02.dat:
667 2012-02-20 Csaba Osztrogonác <ossy@webkit.org>
669 [Qt] Unreviewed gardening after r108259.
671 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.
673 2012-02-20 Gavin Barraclough <barraclough@apple.com>
675 [[Put]] should throw if prototype chain contains a readonly property.
676 https://bugs.webkit.org/show_bug.cgi?id=79069
678 Reviewed by Oliver Hunt.
680 Currently we only check the base of the put, not the prototype chain.
681 Fold this check in with the test for accessors.
683 * fast/js/Object-defineProperty-expected.txt:
684 * fast/js/script-tests/Object-defineProperty.js:
688 2012-02-20 Yanbin Zhang <yanbin.zhang@intel.com>
690 There is no complete test cases of optional arguments for MediaStream API and PeerConnection
691 https://bugs.webkit.org/show_bug.cgi?id=78578
693 Reviewed by Adam Barth.
695 * fast/mediastream/peerconnection-AttributesMethod-expected.txt: Added.
696 * fast/mediastream/peerconnection-AttributesMethod.html: Added.
697 * fast/mediastream/peerconnection-addstream-expected.txt:
698 * fast/mediastream/peerconnection-argument-types-expected.txt: Added.
699 * fast/mediastream/peerconnection-argument-types.html: Added.
700 * fast/mediastream/peerconnection-removestream-expected.txt: Added.
701 * fast/mediastream/peerconnection-removestream.html: Added.
702 * fast/mediastream/script-tests/AttributesMethod.js: Added.
703 * fast/mediastream/script-tests/argument-types.js: Added.
704 * fast/mediastream/script-tests/peerconnection-addstream.js:
705 * fast/mediastream/script-tests/peerconnection-removestream.js: Added.
707 2012-02-20 Yuta Kitamura <yutak@chromium.org>
709 [Chromium] Unreviewed, update test expectations.
711 * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
712 * platform/chromium/fast/js/string-capitalization-expected.txt:
713 * platform/chromium/test_expectations.txt:
715 2012-02-20 Gavin Barraclough <barraclough@apple.com>
717 DefineOwnProperty fails with numeric properties & Object.prototype
718 https://bugs.webkit.org/show_bug.cgi?id=79059
720 Reviewed by Oliver Hunt.
722 ObjectPrototype caches whether it contains any numeric properties (m_hasNoPropertiesWithUInt32Names),
723 calls to defineOwnProperty need to update this cache.
725 * fast/js/Object-defineProperty-expected.txt:
726 * fast/js/script-tests/Object-defineProperty.js:
727 (shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldThrow.Object.defineProperty):
729 2012-02-20 Martin Robinson <mrobinson@igalia.com>
731 [UNIX] Plugin information fields are not interpreted as UTF-8
732 https://bugs.webkit.org/show_bug.cgi?id=78635
734 Reviewed by Gustavo Noronha Silva.
736 Update expectations to match the fact that TestNetscapePlugin is now
737 returning a Unicode character in the description field.
739 * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
740 * platform/gtk/plugins/plugin-javascript-access-expected.txt:
741 * platform/qt/plugins/plugin-javascript-access-expected.txt:
743 2012-02-20 Kihong Kwon <kihong.kwon@samsung.com>
745 Add a new test case for the Vibration API.
746 https://bugs.webkit.org/show_bug.cgi?id=72010
748 Reviewed by Hajime Morita.
750 * fast/dom/navigator-vibration-expected.txt: Added.
751 * fast/dom/navigator-vibration.html: Added.
752 * platform/chromium/test_expectations.txt:
753 * platform/gtk/Skipped:
754 * platform/mac/Skipped:
755 * platform/qt/Skipped:
756 * platform/win/Skipped:
757 * platform/wincairo/Skipped:
759 2012-02-20 David Barton <dbarton@mathscribe.com>
761 RenderMathMLRow::baselinePosition() only if linePositionMode == PositionOnContainingLine
762 https://bugs.webkit.org/show_bug.cgi?id=79039
764 Reviewed by Eric Seidel.
766 * platform/mac/mathml/presentation/fenced-expected.png:
767 * platform/mac/mathml/presentation/fenced-expected.txt:
768 * platform/mac/mathml/presentation/mo-expected.png:
769 * platform/mac/mathml/presentation/mo-expected.txt:
770 * platform/mac/mathml/presentation/mo-stretch-expected.png: Added property svn:mime-type.
771 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
772 * platform/mac/mathml/presentation/row-expected.png:
773 * platform/mac/mathml/presentation/row-expected.txt:
775 2012-02-16 Gavin Barraclough <barraclough@apple.com>
777 Move special __proto__ property to Object.prototype
778 https://bugs.webkit.org/show_bug.cgi?id=78409
780 Reviewed by Oliver Hunt.
782 Re-implement this as a regular accessor property. This has three key benefits:
783 1) It makes it possible for objects to be given properties named __proto__.
784 2) Object.prototype.__proto__ can be deleted, preventing object prototypes from being changed.
785 3) This largely removes the magic used the implement __proto__, it can just be made a regular accessor property.
787 * fast/js/Object-getOwnPropertyNames-expected.txt:
788 * fast/js/cyclic-prototypes-expected.txt:
789 * fast/js/parser-syntax-check-expected.txt:
790 * fast/js/preventExtensions-expected.txt:
791 * fast/js/prototypes-expected.txt:
793 * fast/js/script-tests/Object-getOwnPropertyNames.js:
794 - __proto__ is now a property of Object Prototype.
795 * fast/js/script-tests/cyclic-prototypes.js:
796 - setting an object's prototype to null removes __proto__ setter, future usage won't set prototype.
797 * fast/js/script-tests/parser-syntax-check.js:
798 - Allow functions named __proto__
799 * fast/js/script-tests/preventExtensions.js:
800 - Setting __proto__ should not throw.
801 * fast/js/script-tests/prototypes.js:
802 - Objects may contained own properties named __proto__, add new test cases.
804 2012-02-20 Benjamin Poulain <benjamin@webkit.org>
806 Make JSCSSStyleDeclaration work directly with CSS Property ID
807 https://bugs.webkit.org/show_bug.cgi?id=79014
809 Reviewed by Geoffrey Garen.
811 * fast/dom/CSSStyleDeclaration/access-longest-css-property-expected.txt: Added.
812 * fast/dom/CSSStyleDeclaration/access-longest-css-property.html: Added.
814 2012-02-20 Csaba Osztrogonác <ossy@webkit.org>
816 Unreviewed gardening after r108226.
817 Skip tests because ENABLE(SHADOW_DOM) is disabled on these platforms.
819 * platform/efl/Skipped:
820 * platform/gtk/Skipped:
821 * platform/mac/Skipped:
822 * platform/qt/Skipped:
823 * platform/win/Skipped:
824 * platform/wincairo/Skipped:
825 * platform/wk2/Skipped:
827 2012-02-20 Michael Saboff <msaboff@apple.com>
829 Update toLower and toUpper tests for Unicode 6.1 changes
830 https://bugs.webkit.org/show_bug.cgi?id=78923
832 Reviewed by Oliver Hunt.
835 * fast/js/script-tests/string-capitalization.js: Updated the test
836 to handle a new set of characters that have different results depending
837 on what version of Unicode the platform supports. The tests work
838 for Unicode 5.0 through 6.1.
840 * fast/js/string-capitalization-expected.txt:
842 2012-02-20 David Barton <dbarton@mathscribe.com>
844 MathML internals - remove nonOperatorHeight(), hasBase()
845 https://bugs.webkit.org/show_bug.cgi?id=78977
847 Reviewed by Eric Seidel.
849 More tests with multiple embellished stretchy and non-stretchy operators will be added
850 later, when code is added to more precisely handle such cases.
852 * mathml/presentation/mo-stretch.html: Added.
853 * platform/mac/mathml/presentation/mo-stretch-expected.png: Added.
854 * platform/mac/mathml/presentation/mo-stretch-expected.txt: Added.
856 2012-02-20 Victor Carbune <victor@rosedu.org>
858 <track>-related events cuechange, enter, and exit should be sorted and filtered before dispatching
859 https://bugs.webkit.org/show_bug.cgi?id=72171
861 Reviewed by Eric Carlson.
863 * media/track/captions-webvtt/missed-cues.vtt: Added.
864 * media/track/captions-webvtt/sorted-dispatch.vtt: Added.
865 * media/track/track-cues-cuechange-expected.txt: This test had to be changed because
866 the synchronous dispatch of the events against the HTMLTrackElement doesn't mean that
867 the text track actually has any active cues at the dispatch moment.
868 * media/track/track-cues-cuechange.html: Changed tests structure to guide the entering and
869 exit events according to the asynchronous dispatch done by TextTrack.
870 * media/track/track-cues-missed-expected.txt: Added.
871 * media/track/track-cues-missed.html: Added.
872 * media/track/track-cues-sorted-before-dispatch-expected.txt: Added.
873 * media/track/track-cues-sorted-before-dispatch.html: Added.
875 2012-02-20 Vsevolod Vlasov <vsevik@chromium.org>
877 Unreviewed manual rollout of r107970 which breaks table column widths
878 updates from javascript (e.g. inspector's network panel).
880 * css2.1/20110323/fixed-table-layout-013-expected.html: Removed.
881 * css2.1/20110323/fixed-table-layout-013.htm: Removed.
882 * css2.1/20110323/fixed-table-layout-015-expected.html: Removed.
883 * css2.1/20110323/fixed-table-layout-015.htm: Removed.
885 2012-02-20 Alexander Pavlov <apavlov@chromium.org>
887 Web Inspector: DOMAttrModified should not be fired if the attribute value remains the same
888 https://bugs.webkit.org/show_bug.cgi?id=79025
890 Reviewed by Pavel Feldman.
892 * inspector/elements/set-attribute-expected.txt:
893 * inspector/elements/set-attribute.html:
895 2012-02-20 Yosifumi Inoue <yosin@chromium.org>
897 [Forms] Spin buttons of number input type should fire both input and change event
898 https://bugs.webkit.org/show_bug.cgi?id=75067
900 Reviewed by Kent Tamura.
902 * fast/forms/number/spin-button-events-expected.txt: Added.
903 * fast/forms/number/spin-button-events.html: Added.
905 2012-02-20 Shinya Kawanaka <shinyak@chromium.org>
907 Attached/Detached state must be testable
908 https://bugs.webkit.org/show_bug.cgi?id=79010
910 Reviewed by Hajime Morita.
912 * fast/dom/shadow/shadow-root-attached-expected.txt: Added.
913 * fast/dom/shadow/shadow-root-attached.html: Added.
915 2012-02-20 Philippe Normand <pnormand@igalia.com>
917 Unreviewed, GTK baselines for a new fast/css-generated-content
920 * platform/gtk/fast/css-generated-content/before-content-continuation-chain-expected.txt: Added.
922 2012-02-20 Philippe Normand <pnormand@igalia.com>
924 Unreviewed, GTK fast/repaint rebaseline.
926 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
927 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
928 * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
929 * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt:
931 2012-02-19 Yuta Kitamura <yutak@chromium.org>
933 [Chromium] Unreviewed, update a few test expectations.
935 * platform/chromium/test_expectations.txt:
937 2012-02-19 Noel Gordon <noel.gordon@gmail.com>
939 [chromium] Unreviewed. Update remaining expectations for SVGImageElement-svgdom-requiredFeatures.html.
941 * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
942 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
943 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
944 * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Removed.
945 * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
946 * platform/chromium/test_expectations.txt:
948 2012-02-19 Yuta Kitamura <yutak@chromium.org>
950 [Chromium] Unreviewed gardening. Update Leopard expectation for
951 SVGImageElement-svgdom-requiredFeatures.html.
953 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
955 2012-02-19 James Robinson <jamesr@chromium.org>
957 [chromium] Unreviewed - mark failing test as failing.
959 * platform/chromium/test_expectations.txt:
961 2012-02-19 James Robinson <jamesr@chromium.org>
963 [chromium] Unreviewed gardening. Add leopard baselines for fast/css/relative-positioned-block-* tests, fix up test_expectations.txt
965 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
966 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
967 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
968 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
969 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
970 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
971 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
972 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
973 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
974 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
975 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
976 * platform/chromium/test_expectations.txt:
978 2012-02-19 James Robinson <jamesr@chromium.org>
980 Unreviewed, rolling out r108195.
981 http://trac.webkit.org/changeset/108195
982 https://bugs.webkit.org/show_bug.cgi?id=77700
984 Lots of failing ASSERT()s on v8 bots, requested by kling on
987 * fast/css/css-value-wrapper-sameness-expected.txt: Removed.
988 * fast/css/css-value-wrapper-sameness.html: Removed.
989 * fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt: Added.
990 * fast/dom/StyleSheet/gc-inline-style-cssvalues.html: Added.
991 * fast/dom/domListEnumeration-expected.txt:
992 * fast/dom/gc-9-expected.txt:
993 * fast/dom/gc-9.html:
994 * fast/dom/script-tests/domListEnumeration.js:
996 2012-02-19 Robert Hogan <robert@webkit.org>
998 Update expectations for test results changed by r108185
1000 The bots only check text results.
1004 * platform/gtk/test_expectations.txt:
1005 * platform/mac/test_expectations.txt:
1006 * platform/qt/test_expectations.txt:
1008 2012-02-19 Andreas Kling <awesomekling@apple.com>
1010 Make CSSValue wrapper getters return unique objects every time.
1011 <http://webkit.org/b/77700>
1013 Reviewed by Antti Koivisto.
1015 * fast/css/css-value-wrapper-sameness-expected.txt: Added.
1016 * fast/css/css-value-wrapper-sameness.html: Added.
1017 * fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt: Removed.
1018 * fast/dom/StyleSheet/gc-inline-style-cssvalues.html: Removed.
1019 * fast/dom/domListEnumeration-expected.txt:
1020 * fast/dom/gc-9-expected.txt:
1021 * fast/dom/gc-9.html:
1022 * fast/dom/script-tests/domListEnumeration.js:
1024 2012-02-19 Abhishek Arya <inferno@chromium.org>
1026 Crash in RenderBlock::splitAnonymousBlocksAroundChild.
1027 https://bugs.webkit.org/show_bug.cgi?id=78994
1029 Reviewed by Eric Seidel.
1031 * fast/table/table-split-inside-table-expected.txt: Added.
1032 * fast/table/table-split-inside-table.html: Added.
1034 2012-02-19 Robert Hogan <robert@webkit.org>
1036 Chromium results for r108185
1038 Unreviewed gardening.
1040 * platform/chromium-linux/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png.
1041 * platform/chromium-linux/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png.
1042 * platform/chromium-linux/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png.
1043 * platform/chromium-linux/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png.
1044 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png.
1045 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png.
1046 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png.
1047 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.png.
1048 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png.
1049 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png.
1050 * platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png.
1051 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
1052 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
1053 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
1054 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
1055 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
1056 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
1057 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
1058 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
1059 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
1060 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
1061 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
1062 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
1063 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
1064 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
1065 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
1066 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
1067 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
1068 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
1069 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
1070 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
1071 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
1072 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
1073 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-big-endian-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/encoding/utf-16-big-endian-expected.png.
1074 * platform/chromium-mac-snowleopard/fast/encoding/utf-16-little-endian-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/fast/encoding/utf-16-little-endian-expected.png.
1075 * platform/chromium-mac-snowleopard/fast/inline/continuation-outlines-with-layers-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png.
1076 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
1077 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
1078 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png: Removed.
1079 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png: Removed.
1080 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
1081 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt.
1082 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
1083 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt.
1084 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
1085 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt.
1086 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
1087 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt.
1088 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
1089 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt.
1090 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
1091 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt.
1092 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
1093 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt.
1094 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
1095 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt.
1096 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
1097 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt.
1098 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
1099 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt.
1100 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
1101 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt.
1102 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
1103 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
1104 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
1105 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1107 2012-02-18 Robert Hogan <robert@webkit.org>
1109 CSS 2.1 failure: inline-box-002.htm fails
1110 https://bugs.webkit.org/show_bug.cgi?id=69210
1112 Reviewed by David Hyatt.
1114 * css2.1/20110323/dynamic-top-change-005-expected.html: Added.
1115 * css2.1/20110323/dynamic-top-change-005.htm: Added.
1116 * css2.1/20110323/dynamic-top-change-005a-expected.html: Added.
1117 * css2.1/20110323/dynamic-top-change-005a.htm: Added.
1118 * css2.1/20110323/dynamic-top-change-005b-expected.html: Added.
1119 * css2.1/20110323/dynamic-top-change-005b.htm: Added.
1120 * css2.1/20110323/inline-box-002-expected.html: Added.
1121 * css2.1/20110323/inline-box-002.htm: Added.
1122 * fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed.html: Added.
1123 * fast/css/relative-positioned-block-nested-with-inline-parent-dynamic.html: Added.
1124 * fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic.html: Added.
1125 * fast/css/relative-positioned-block-nested-with-inline-parent.html: Added.
1126 * fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html: Added.
1127 * fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html: Added.
1128 * fast/css/relative-positioned-block-with-inline-ancestor-dynamic.html: Added.
1129 * fast/css/relative-positioned-block-with-inline-ancestor.html: Added.
1130 * fast/css/relative-positioned-block-with-inline-parent-dynamic-removed.html: Added.
1131 * fast/css/relative-positioned-block-with-inline-parent-dynamic.html: Added.
1132 * fast/css/relative-positioned-block-with-inline-parent-expected.html: Added.
1133 * fast/css/relative-positioned-block-with-inline-parent-keeps-style.html: Added.
1134 * fast/css/relative-positioned-block-with-inline-parent.html: Added.
1135 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
1136 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
1137 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
1138 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
1139 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
1140 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
1141 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
1142 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
1143 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
1144 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
1145 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
1146 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
1147 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
1148 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
1149 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
1150 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
1151 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
1152 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
1153 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
1154 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
1155 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
1156 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
1157 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
1158 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
1159 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.txt:
1160 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
1161 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
1162 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
1163 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
1164 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
1165 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
1166 * platform/chromium/test_expectations.txt: Suppress existing tests until results rebaselined.
1167 * platform/gtk/test_expectations.txt: ditto
1168 * platform/mac/test_expectations.txt: ditto
1169 * platform/qt/test_expectations.txt: ditto
1170 * platform/win/Skipped: ditto
1172 2012-02-18 Abhishek Arya <inferno@chromium.org>
1174 Unreviewed, rolling out r107965.
1175 http://trac.webkit.org/changeset/107965
1176 https://bugs.webkit.org/show_bug.cgi?id=78273
1178 Crashes on ClusterFuzz.
1180 * fast/multicol/span/clone-flexbox-expected.txt: Removed.
1181 * fast/multicol/span/clone-flexbox.html: Removed.
1183 2012-02-18 Andreas Kling <awesomekling@apple.com>
1185 Unreviewed chromium rebaselines after r108157.
1187 * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
1188 * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
1190 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
1192 [Qt] Unreviewed gardening after r107971.
1194 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png:
1195 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt:
1196 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
1197 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
1198 * platform/qt/test_expectations.txt:
1200 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
1202 [Qt] Unreviewed weekend gardening, skip new failing tests.
1204 * platform/qt/Skipped:
1206 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
1208 Unreviewed gardening r108133.
1210 * fast/css/getComputedStyle/computed-style-expected.txt:
1211 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1212 * svg/css/getComputedStyle-basic-expected.txt:
1214 2012-02-18 Andreas Kling <awesomekling@apple.com>
1216 FontFamilyValue: Utilize inheritance from CSSPrimitiveValue better.
1217 <http://webkit.org/b/78806>
1219 Reviewed by Antti Koivisto.
1221 Rebaseline as CSSPrimitiveValue.getStringValue() is no longer broken for
1224 * fast/dom/setPrimitiveValue-exceptions-expected.txt:
1226 2012-02-17 Adam Klein <adamk@chromium.org>
1228 Avoid inconsistency in Node::inDocument due to DOMSubtreeModified dispatch
1229 https://bugs.webkit.org/show_bug.cgi?id=76087
1231 Reviewed by Ryosuke Niwa.
1233 * fast/dom/getElementById-consistency-expected.txt: Added.
1234 * fast/dom/getElementById-consistency.html: Added.
1235 * fast/dom/getElementById-consistency2-expected.txt: Added.
1236 * fast/dom/getElementById-consistency2.html: Added.
1238 2012-02-17 Joshua Bell <jsbell@chromium.org>
1240 IndexedDB: Support overloaded methods that take IDBKey or IDBKeyRange
1241 https://bugs.webkit.org/show_bug.cgi?id=78399
1243 Tests IDBObjectStore.delete(IDBKeyRange). The spec has been updated such
1244 that delete() always yields a result of undefined rather than a boolean,
1245 so other test expectations are updated.
1247 Reviewed by Tony Chang.
1249 * storage/indexeddb/delete-range-expected.txt: Added.
1250 * storage/indexeddb/delete-range.html: Added.
1251 * storage/indexeddb/mozilla/delete-result-expected.txt:
1252 * storage/indexeddb/mozilla/delete-result.html:
1253 * storage/indexeddb/objectStore-required-arguments-expected.txt:
1254 * storage/indexeddb/objectstore-basics-expected.txt:
1255 * storage/indexeddb/objectstore-basics-workers-expected.txt:
1256 * storage/indexeddb/resources/objectstore-basics.js:
1259 (removeSuccessButNotThere):
1261 2012-02-17 James Robinson <jamesr@chromium.org>
1263 [chromium] Unreviewed gardening, update baselines for svg/dynamic-updates/.. and some more getComputedStyle
1266 * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
1267 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
1268 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1269 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
1270 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
1271 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Removed.
1272 * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
1274 2012-02-17 James Robinson <jamesr@chromium.org>
1276 [chromium] Unreviewed - removing expectations for tests that consistently pass, update some baselines for
1277 getComputedStyle due to new -webkit-line-align property.
1279 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
1280 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1281 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
1282 * platform/chromium/test_expectations.txt:
1284 2012-02-17 Stephen Chenney <schenney@chromium.org>
1286 Crash in SVGAnimateElement due to changed target
1287 https://bugs.webkit.org/show_bug.cgi?id=75096
1289 Reviewed by Nikolas Zimmermann.
1291 This test verifies that the target element information is correctly
1292 updated when the target changes. Note that the clone is required, as
1293 it causes the results of one animation to be pushed to a different
1296 * svg/animations/svglength-animation-retarget-crash-expected.txt: Added.
1297 * svg/animations/svglength-animation-retarget-crash.html: Added.
1299 2012-02-17 David Hyatt <hyatt@apple.com>
1301 https://bugs.webkit.org/show_bug.cgi?id=78934
1303 Add the -webkit-line-align property to support the alignment of lines in the inline direction
1306 Reviewed by Dan Bernstein.
1308 * fast/line-grid/line-align-parsing-expected.txt: Added.
1309 * fast/line-grid/line-align-parsing.html: Added.
1310 * fast/line-grid/script-tests/line-align-parsing.js: Added.
1312 2012-02-17 James Robinson <jamesr@chromium.org>
1314 [chromium] Unreviewed. Land the last (hopefully) new baselines for fast/css/non-empty-span.html
1316 * platform/chromium-mac-leopard/fast/css/non-empty-span-expected.png: Added.
1317 * platform/chromium-win/fast/css/non-empty-span-expected.png: Added.
1318 * platform/chromium-win/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/non-empty-span-expected.txt.
1320 2012-02-17 Abhishek Arya <inferno@chromium.org>
1322 Incorrect placement of a new child when beforeChild and its
1323 previous sibling are in the same table.
1324 https://bugs.webkit.org/show_bug.cgi?id=78269
1326 Reviewed by Julien Chaffraix.
1328 Test passes if the div child splits the table parts and is not
1329 part of table itself.
1331 * fast/table/table-cell-split-expected.txt: Added.
1332 * fast/table/table-cell-split.html: Added.
1333 * fast/table/table-row-split-expected.txt: Added.
1334 * fast/table/table-row-split.html: Added.
1335 * fast/table/table-section-split-expected.txt: Added.
1336 * fast/table/table-section-split-with-after-content-expected.txt: Added.
1337 * fast/table/table-section-split-with-after-content.html: Added.
1338 * fast/table/table-section-split.html: Added.
1340 2012-02-17 James Robinson <jamesr@chromium.org>
1342 [chromium] Unreviewed - add some more fast/css/non-empty-span expectations.
1344 * platform/chromium-mac-snowleopard/fast/css/non-empty-span-expected.png: Added.
1345 * platform/chromium-mac-snowleopard/fast/css/non-empty-span-expected.txt: Added.
1347 2012-02-17 James Robinson <jamesr@chromium.org>
1349 [chromium] Unreviewed baseline and expectation updates.
1351 * platform/chromium-linux/fast/css/non-empty-span-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/non-empty-span-expected.png.
1352 * platform/chromium-linux/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/non-empty-span-expected.txt.
1353 * platform/chromium/test_expectations.txt:
1355 2012-02-16 Dana Jansens <danakj@chromium.org>
1357 [chromium] Re-enable compositing/culling/scrolled-within-boxshadow.html
1358 https://bugs.webkit.org/show_bug.cgi?id=78859
1360 Reviewed by James Robinson.
1362 * platform/chromium/test_expectations.txt:
1364 2012-02-17 Dana Jansens <danakj@chromium.org>
1366 [chromium] Rebaseline tests for composited filters
1367 https://bugs.webkit.org/show_bug.cgi?id=78903
1369 Reviewed by Stephen White.
1371 * compositing/culling/filter-occlusion-alpha-large.html:
1372 * compositing/culling/filter-occlusion-alpha.html:
1373 * compositing/culling/filter-occlusion-blur-large.html:
1374 * compositing/culling/filter-occlusion-blur.html:
1375 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Added.
1376 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
1377 * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png: Added.
1378 * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
1380 2012-02-17 James Robinson <jamesr@chromium.org>
1382 [chromium] Update baselines for border-radius-wide-border-01 due to skia change. Unreviewed.
1384 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png:
1385 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png:
1386 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
1388 2012-02-16 Oliver Hunt <oliver@apple.com>
1390 Implement Error.stack
1391 https://bugs.webkit.org/show_bug.cgi?id=66994
1393 Reviewed by Gavin Barraclough.
1395 Add testcases for producing a stack trace on exception objects.
1397 * fast/js/exception-properties-expected.txt:
1398 * fast/js/script-tests/exception-properties.js:
1399 * fast/js/script-tests/stack-trace.js: Added.
1414 (object.get getter1.o.valueOf):
1415 (object.get getter1):
1416 (object.get getter2):
1417 (object.get getter3.o2.valueOf):
1418 (object.get getter3):
1419 (object.nonInlineable.callCount):
1420 (object.nonInlineable):
1421 (object.inlineable):
1422 (yetAnotherInlinedCall):
1423 (makeInlinableCall):
1430 * fast/js/stack-trace-expected.txt: Added.
1431 * fast/js/stack-trace.html: Added.
1433 2012-01-23 Robert Hogan <robert@webkit.org>
1435 REGRESSION: empty span creates renders with non-zero height
1436 https://bugs.webkit.org/show_bug.cgi?id=76465
1438 Reviewed by David Hyatt.
1440 * fast/css/empty-span-expected.html: Added.
1441 * fast/css/empty-span.html: Added.
1442 * fast/css/non-empty-span.html: Added.
1443 * platform/chromium/test_expectations.txt: Suppress result until rebaseline on MAC and WIN.
1444 * platform/chromium-linux-x86/fast/css/non-empty-span-expected.png: Added.
1445 * platform/chromium-linux-x86/fast/css/non-empty-span-expected.txt: Added.
1447 2012-02-17 Abhishek Arya <inferno@chromium.org>
1449 :before content incorrectly placed in continuation
1450 when we don't have a first child.
1451 https://bugs.webkit.org/show_bug.cgi?id=78380
1453 Reviewed by David Hyatt.
1455 * fast/css-generated-content/before-content-continuation-chain-expected.png: Added.
1456 * fast/css-generated-content/before-content-continuation-chain-expected.txt: Added.
1457 * fast/css-generated-content/before-content-continuation-chain.html: Added.
1459 2012-02-17 Mihnea Ovidenie <mihnea@adobe.com>
1461 CSS regions enabled by default
1462 https://bugs.webkit.org/show_bug.cgi?id=78525
1464 Reviewed by David Hyatt.
1466 Add a runtime preference to enable/disable regions functionality at runtime(WebKitCSSRegionsEnabled).
1467 CSSRegions are still enabled by default.
1468 In DRT, use layoutTestController.overridePreference("WebKitCSSRegionsEnabled", "0") to disable the css regions functionality.
1470 * fast/regions/css-regions-disabled-expected.txt: Added.
1471 * fast/regions/css-regions-disabled.html: Added.
1472 * fast/regions/script-tests/css-regions-disabled.js: Added.
1473 (testWebKitFlowInto):
1474 (testWebKitFlowFrom):
1475 (testWebKitRegionOverflow):
1476 (testComputedStyleWebKitFlowInto):
1477 (testComputedStyleWebKitFlowFrom):
1478 (testComputedStyleWebKitRegionOverflow):
1480 2012-02-17 Seo Sanghyeon <sh4.seo@samsung.com>
1482 Case typo in fast/js/script-tests/date-constructor.js
1483 https://bugs.webkit.org/show_bug.cgi?id=78898
1485 Reviewed by Adam Barth.
1487 * fast/js/script-tests/date-constructor.js: toSTring to toString
1489 2012-02-17 Mihnea Ovidenie <mihnea@adobe.com>
1491 [CSSRegions]Implement NamedFlow::overflow
1492 https://bugs.webkit.org/show_bug.cgi?id=78880
1494 Reviewed by David Hyatt.
1496 * fast/regions/resources/helper.js:
1497 (testContentToRegionsMapping):
1498 * fast/regions/resources/region-style.css:
1499 * fast/regions/webkit-named-flow-overflow-expected.txt: Added.
1500 * fast/regions/webkit-named-flow-overflow.html: Added.
1502 2012-02-17 Joe Thomas <joethomas@motorola.com>
1504 flex-wrap:nowrap should be flex-wrap:none
1505 https://bugs.webkit.org/show_bug.cgi?id=78772
1507 As per the spec http://dev.w3.org/csswg/css3-flexbox/#flex-wrap0, flex-wrap:nowrap should be changed to flex-wrap:none.
1509 Reviewed by Ojan Vafai.
1511 * css3/flexbox/css-properties-expected.txt:
1512 * css3/flexbox/script-tests/css-properties.js:
1513 * fast/css/getComputedStyle/computed-style-expected.txt:
1514 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1515 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
1516 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1517 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
1518 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
1519 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1520 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
1521 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1522 * svg/css/getComputedStyle-basic-expected.txt:
1524 2012-02-17 Julien Chaffraix <jchaffraix@webkit.org>
1526 Table cell's anonymous wrappers are left in the tree, impacting our layout
1527 https://bugs.webkit.org/show_bug.cgi?id=7180
1529 Reviewed by David Hyatt.
1531 * fast/table/table-switch-cell-position-bad-layout-expected.html: Added.
1532 * fast/table/table-switch-cell-position-bad-layout.html: Added.
1534 2012-02-17 Rob Buis <rbuis@rim.com>
1536 ASSERT (and crash) with dynamically moved <font-face>
1537 https://bugs.webkit.org/show_bug.cgi?id=64839
1539 Reviewed by Antti Koivisto.
1541 * svg/custom/font-face-move-expected.txt: Added.
1542 * svg/custom/font-face-move.svg: Added.
1544 2012-02-17 Julien Chaffraix <jchaffraix@webkit.org>
1546 Unreviewed Chromium rebaseline after r107971.
1548 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug27038-1-expected.png:
1549 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug27038-2-expected.png:
1550 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.png:
1551 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.txt: Added.
1552 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.png:
1553 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.txt: Added.
1554 * platform/chromium-win-vista/tables/mozilla/bugs: Removed.
1555 * platform/chromium/test_expectations.txt:
1557 2012-02-17 James Robinson <jamesr@chromium.org>
1559 [chromium] Unreviewed, update chromium pixel baselines for r108079
1561 * fast/borders/border-mixed-alpha-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-mixed-alpha-expected.txt.
1562 * fast/borders/only-one-border-with-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/only-one-border-with-width-expected.txt.
1563 * platform/chromium-mac-snowleopard/fast/borders/border-mixed-alpha-expected.png:
1564 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-expected.png:
1565 * platform/chromium-mac-snowleopard/fast/borders/only-one-border-with-width-expected.png: Added.
1566 * platform/chromium-mac-snowleopard/fast/css/color-leakage-expected.png: Added.
1567 * platform/chromium-win/fast/borders/border-mixed-alpha-expected.png:
1568 * platform/chromium-win/fast/borders/mixed-border-styles-expected.png:
1569 * platform/chromium-win/fast/borders/only-one-border-with-width-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/color-leakage-expected.png.
1570 * platform/chromium-win/fast/css/color-leakage-expected.png:
1571 * platform/mac/fast/borders/border-mixed-alpha-expected.txt: Removed.
1572 * platform/mac/fast/borders/only-one-border-with-width-expected.txt: Removed.
1573 * platform/qt/fast/borders/border-mixed-alpha-expected.txt: Removed.
1574 * platform/qt/fast/borders/only-one-border-with-width-expected.txt: Removed.
1576 2012-02-17 Stephen Chenney <schenney@chromium.org>
1578 Crash at WebCore::SVGUseElement::expandSymbolElementsInShadowTree
1579 https://bugs.webkit.org/show_bug.cgi?id=77639
1581 Reviewed by Nikolas Zimmermann.
1583 Fix a SVG crash in Release builds, although it still crashes in Debug builds.
1584 This test is to verify no crash in Release builds, while expectations/Skipped
1585 are added for Debug builds. Bug 77764 tracks the Debug fix.
1587 * platform/chromium/test_expectations.txt:
1588 * platform/gtk/Skipped:
1589 * platform/mac/Skipped:
1590 * platform/qt/Skipped:
1591 * platform/win/Skipped:
1592 * svg/custom/use-referencing-style-crash-expected.txt: Added.
1593 * svg/custom/use-referencing-style-crash.svg: Added.
1595 2012-02-17 Florin Malita <fmalita@google.com>
1597 chrome.dll!WebCore::SVGTRefElement::updateReferencedText ReadAV@NULL (e85cb8e140071fa7790cad215b0109dc)
1598 https://bugs.webkit.org/show_bug.cgi?id=74858
1600 Reviewed by Nikolas Zimmermann.
1602 * svg/custom/tref-remove-target-crash-expected.svg: Added.
1603 * svg/custom/tref-remove-target-crash.svg: Added.
1605 2012-02-17 Pavel Feldman <pfeldman@google.com>
1607 Web Inspector: check undo-redo boundaries based on current action index, not history size.
1608 https://bugs.webkit.org/show_bug.cgi?id=78895
1610 Reviewed by Vsevolod Vlasov.
1612 * inspector/elements/perform-undo-undo-expected.txt: Added.
1613 * inspector/elements/perform-undo-undo.html: Added.
1614 * inspector/styles/perform-undo-perform-of-mergable-action-expected.txt: Added.
1615 * inspector/styles/perform-undo-perform-of-mergable-action.html: Added.
1617 2012-02-17 Philippe Normand <pnormand@igalia.com>
1619 Unreviewed, skipping 2 new test failures on GTK.
1621 * platform/gtk/Skipped:
1622 * platform/gtk/test_expectations.txt:
1624 2012-02-17 Ilya Tikhonovsky <loislo@chromium.org>
1626 Web Inspecter: Unreviewed. Adjust expectation for script-formatter-console.html
1628 * platform/chromium/test_expectations.txt:
1630 2012-02-17 Noel Gordon <noel.gordon@gmail.com>
1632 [chromium] Rebaseline JPEG image results after r107389
1633 https://bugs.webkit.org/show_bug.cgi?id=78454
1635 Unreviewed. Rebaseline #34 of N. Restore/move following tests back in BUGCR9950
1636 group with a WIN exception for an IMAGE failure.
1638 WIN : svg/W3C-SVG-1.1/animate-elem-36-t.svg = IMAGE
1639 WIN : svg/W3C-SVG-1.1/animate-elem-39-t.svg = IMAGE
1640 WIN : svg/W3C-SVG-1.1/animate-elem-40-t.svg = IMAGE
1642 * platform/chromium/test_expectations.txt:
1644 2012-02-17 Pavel Feldman <pfeldman@google.com>
1646 Web Inspector: split innerUpdate into rebuildUpdate and refreshUpdate, make computed styles load lazily.
1647 https://bugs.webkit.org/show_bug.cgi?id=78827
1649 Reviewed by Vsevolod Vlasov.
1651 * http/tests/inspector/elements-test.js:
1652 (initialize_ElementTest.InspectorTest.waitForStyles):
1653 * inspector/styles/undo-add-property.html:
1654 * inspector/styles/undo-change-property.html:
1655 * inspector/styles/updates-during-dom-traversal.html:
1656 * inspector/styles/updates-throttled.html:
1658 2012-02-17 Noel Gordon <noel.gordon@gmail.com>
1660 [chromium] Rebaseline JPEG image results after r107389
1661 https://bugs.webkit.org/show_bug.cgi?id=78454
1663 Unreviewed. Rebaseline #32 of N. Chrome MAC SnowLeopard differences under discussion
1664 in bug 54322, retain IMAGE expectation on SnowLeopard, update pixel results.
1666 * platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
1667 * platform/chromium-linux/tables/mozilla/other/cell_widths-expected.png:
1668 * platform/chromium-mac-leopard/tables/mozilla/core/row_span-expected.png:
1669 * platform/chromium-mac-leopard/tables/mozilla/other/cell_widths-expected.png:
1670 * platform/chromium-mac-snowleopard/tables/mozilla/core/row_span-expected.png: Added.
1671 * platform/chromium-mac-snowleopard/tables/mozilla/other/cell_widths-expected.png: Added.
1672 * platform/chromium-win/tables/mozilla/core/row_span-expected.png:
1673 * platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
1674 * platform/chromium/test_expectations.txt:
1676 2012-02-17 Noel Gordon <noel.gordon@gmail.com>
1678 [chromium] Rebaseline JPEG image results after r107389
1679 https://bugs.webkit.org/show_bug.cgi?id=78454
1681 Unreviewed. Rebaseline #33 of N. See also bug 78219.
1683 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
1684 * platform/chromium-linux/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1685 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
1686 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1687 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
1688 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
1689 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
1690 * platform/chromium-mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
1691 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png:
1692 * platform/chromium-win/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png:
1693 * platform/chromium/test_expectations.txt:
1695 2012-02-17 Noel Gordon <noel.gordon@gmail.com>
1697 [chromium] Rebaseline JPEG image results after r107389
1698 https://bugs.webkit.org/show_bug.cgi?id=78454
1700 Unreviewed. Rebaseline #31 of N. Any reasons for the MAC exception have been lost
1701 in time, like tears in rain. Remove the MAC exception, update all pixel results.
1703 * platform/chromium-linux/tables/mozilla/bugs/bug82946-2-expected.png:
1704 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png: Added.
1705 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug82946-2-expected.png: Added.
1706 * platform/chromium-win/tables/mozilla/bugs/bug82946-2-expected.png:
1707 * platform/chromium/test_expectations.txt:
1709 2012-02-17 Philippe Normand <pnormand@igalia.com>
1711 Unreviewed, GTK rebaseline after r108034.
1713 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1714 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
1715 * platform/gtk/fast/js/global-constructors-expected.txt:
1717 2012-02-17 Noel Gordon <noel.gordon@gmail.com>
1719 [chromium] Rebaseline JPEG image results after r107389
1720 https://bugs.webkit.org/show_bug.cgi?id=78454
1722 Unreviewed. Rebaseline #30 of N. Chrome MAC SnowLeopard differences under discussion
1723 in bug 54322, retain IMAGE expectation on SnowLeopard, update pixel results.
1725 * platform/chromium-linux/tables/mozilla/core/bloomberg-expected.png:
1726 * platform/chromium-linux/tables/mozilla/core/misc-expected.png:
1727 * platform/chromium-mac-leopard/tables/mozilla/core/bloomberg-expected.png:
1728 * platform/chromium-mac-leopard/tables/mozilla/core/misc-expected.png:
1729 * platform/chromium-mac-snowleopard/tables/mozilla/core/bloomberg-expected.png: Added.
1730 * platform/chromium-mac-snowleopard/tables/mozilla/core/misc-expected.png: Added.
1731 * platform/chromium-win/tables/mozilla/core/bloomberg-expected.png:
1732 * platform/chromium-win/tables/mozilla/core/misc-expected.png:
1733 * platform/chromium/test_expectations.txt:
1735 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1737 Unreviewed. Rollout r107952 removed fast/events/related-target-focusevent.html so
1738 lint complains about it in test_expectations.txt, remove it's expectation line.
1740 * platform/chromium/test_expectations.txt:
1742 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1744 Unreviewed. r107980 rolled-out, fast/js/stack-trace.html was removed so lint
1745 complains about it in test_expectations.txt, remove it's expectation line.
1747 * platform/chromium/test_expectations.txt:
1749 2012-02-16 Csaba Osztrogonác <ossy@webkit.org>
1751 Unreviewed. Rolling out r107980, because it broke 32 bit platforms.
1753 * fast/js/exception-properties-expected.txt:
1754 * fast/js/script-tests/exception-properties.js:
1755 * fast/js/script-tests/stack-trace.js: Removed.
1756 * fast/js/stack-trace-expected.txt: Removed.
1757 * fast/js/stack-trace.html: Removed.
1759 2012-02-16 Shinya Kawanaka <shinyak@chromium.org>
1761 [v8] v8 doesn't assume to do 'new WebKitShadowRoot(host)'
1762 https://bugs.webkit.org/show_bug.cgi?id=78875
1764 Reviewed by Kentaro Hara.
1766 Skip non-chromium ports since SHADOW_DOM flag is not enabled in their ports.
1768 * fast/dom/shadow/shadow-root-new.html: Added.
1769 * fast/dom/shadow/shadow-root-new-expected.txt: Added.
1770 * platform/efl/Skipped:
1771 * platform/gtk/Skipped:
1772 * platform/mac/Skipped:
1773 * platform/qt/Skipped:
1774 * platform/win/Skipped:
1775 * platform/wincairo/Skipped:
1776 * platform/wk2/Skipped:
1778 2012-02-16 Ilya Tikhonovsky <loislo@chromium.org>
1780 Unreviewed rollout r107952 because it broke shadow-boundary-events.html and related-target-focusevent.html on mac.
1781 see http://webkit.org/b/78832
1783 * fast/dom/shadow/shadow-boundary-events-expected.txt:
1784 * fast/dom/shadow/shadow-boundary-events.html:
1785 * fast/events/event-creation-expected.txt:
1786 * fast/events/event-creation.html:
1787 * fast/events/related-target-focusevent-expected.txt: Removed.
1788 * fast/events/related-target-focusevent.html: Removed.
1790 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1791 [chromium] Rebaseline JPEG image results after r107389
1792 https://bugs.webkit.org/show_bug.cgi?id=78454
1794 Unreviewed. Rebaseline #29 of N. Chrome MAC differences under discussion in bug
1795 BUGCR23473, retain IMAGE expectation on MAC therefore, update the pixel results.
1797 * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png:
1798 * platform/chromium-mac-leopard/fast/repaint/backgroundSizeRepaint-expected.png: Added.
1799 * platform/chromium-mac-snowleopard/fast/repaint/backgroundSizeRepaint-expected.png: Added.
1800 * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png:
1801 * platform/chromium/test_expectations.txt:
1803 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1805 Rebaseline JPEG image results after r107389
1806 https://bugs.webkit.org/show_bug.cgi?id=78454
1808 Unreviewed. Rebaseline #26 of N. Color profiles are not supported in chrome win/linux.
1809 Retain the FAIL MISSING expectation, update the failing win/linux pixel result.
1811 * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.png: Added.
1812 * platform/chromium/test_expectations.txt:
1814 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1816 [chromium] Rebaseline JPEG image results after r107389
1817 https://bugs.webkit.org/show_bug.cgi?id=78454
1819 Unreviewed. Rebaseline #28 of N. Chrome MAC differences under discussion in bug
1820 BUGCR23473, retain IMAGE expectation on MAC therefore, update the pixel results.
1822 * platform/chromium-linux/fast/repaint/clipped-relative-expected.png:
1823 * platform/chromium-linux/fast/repaint/selected-replaced-expected.png:
1824 * platform/chromium-mac-leopard/fast/repaint/clipped-relative-expected.png: Added.
1825 * platform/chromium-mac-leopard/fast/repaint/selected-replaced-expected.png: Added.
1826 * platform/chromium-mac-snowleopard/fast/repaint/clipped-relative-expected.png: Added.
1827 * platform/chromium-mac-snowleopard/fast/repaint/selected-replaced-expected.png: Added.
1828 * platform/chromium-win/fast/repaint/clipped-relative-expected.png:
1829 * platform/chromium-win/fast/repaint/selected-replaced-expected.png:
1830 * platform/chromium/test_expectations.txt:
1832 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1834 [chromium] Rebaseline JPEG image results after r107389
1835 https://bugs.webkit.org/show_bug.cgi?id=78454
1837 Unreviewed. Rebaseline #25 of N. Chrome MAC rendering was previously incorrect, and
1838 still is incorrect/weird: update test_expectations.txt with IMAGE failure.
1840 * platform/chromium-linux/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
1841 * platform/chromium-linux/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
1842 * platform/chromium-mac-leopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added.
1843 * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png:
1844 * platform/chromium-mac-snowleopard/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
1845 * platform/chromium-win-vista/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
1846 * platform/chromium-win-vista/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
1847 * platform/chromium-win-xp/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Removed.
1848 * platform/chromium-win-xp/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
1849 * platform/chromium-win/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Removed.
1850 * platform/chromium/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt.
1851 * platform/chromium/test_expectations.txt:
1853 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1855 [chromium] Rebaseline JPEG image results after r107389
1856 https://bugs.webkit.org/show_bug.cgi?id=78454
1858 Unreviewed. Rebaseline #27 of N.
1860 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1861 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1862 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1863 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
1864 * platform/chromium/test_expectations.txt:
1866 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1868 [chromium] Rebaseline JPEG image results after r107389
1869 https://bugs.webkit.org/show_bug.cgi?id=78454
1871 Unreviewed. Rebaseline #24 of N. Differences in rendered image extents on chrome
1872 LINUX, WIN compared to chrome MAC. Retain that fact in test_expectations.txt.
1874 * platform/chromium-linux/tables/mozilla/bugs/bug101674-expected.png:
1875 * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
1876 * platform/chromium-win/tables/mozilla/bugs/bug101674-expected.txt:
1877 * platform/chromium/test_expectations.txt:
1879 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1881 [chromium] Rebaseline JPEG image results after r107389
1882 https://bugs.webkit.org/show_bug.cgi?id=78454
1884 Unreviewed. Rebaseline #23 of N.
1886 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1887 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1888 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1889 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
1890 * platform/chromium/test_expectations.txt:
1892 2012-02-16 Dana Jansens <danakj@chromium.org>
1894 [Chromium] Occlusion tracking with CSS filters
1895 https://bugs.webkit.org/show_bug.cgi?id=77498
1897 Reviewed by James Robinson.
1899 * compositing/culling/filter-occlusion-alpha-expected.png: Added.
1900 * compositing/culling/filter-occlusion-alpha-expected.txt: Added.
1901 * compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
1902 * compositing/culling/filter-occlusion-alpha-large-expected.txt: Added.
1903 * compositing/culling/filter-occlusion-alpha-large.html: Added.
1904 * compositing/culling/filter-occlusion-alpha.html: Added.
1905 * compositing/culling/filter-occlusion-blur-expected.txt: Added.
1906 * compositing/culling/filter-occlusion-blur-large-expected.txt: Added.
1907 * compositing/culling/filter-occlusion-blur-large.html: Added.
1908 * compositing/culling/filter-occlusion-blur.html: Added.
1909 * platform/chromium/compositing/culling/filter-occlusion-blur-expected.png: Added.
1910 * platform/chromium/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
1911 * platform/chromium/test_expectations.txt:
1913 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
1915 [chromium] Rebaseline JPEG image results after r107389
1916 https://bugs.webkit.org/show_bug.cgi?id=78454
1918 Unreviewed. Rebaseline #22 of N.
1920 * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1921 * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1922 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1923 * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
1924 * platform/chromium/test_expectations.txt:
1926 2012-02-16 Ryosuke Niwa <rniwa@webkit.org>
1928 Crash in visiblePositionForIndex
1929 https://bugs.webkit.org/show_bug.cgi?id=77683
1931 Reviewed by Eric Seidel.
1933 Add a regression test. It crashes Webkit with very high frequency.
1935 * editing/execCommand/applyblockelement-visiblepositionforindex-crash-expected.txt: Added.
1936 * editing/execCommand/applyblockelement-visiblepositionforindex-crash.html: Added.
1938 2012-02-16 Dana Jansens <danakj@chromium.org>
1940 [chromium] Empty divs not transforming overflow correctly
1941 https://bugs.webkit.org/show_bug.cgi?id=78850
1943 Reviewed by James Robinson.
1945 * compositing/overflow/transform-in-empty-container-expected.png: Added.
1946 * compositing/overflow/transform-in-empty-container-expected.txt: Added.
1947 * compositing/overflow/transform-in-empty-container.html: Added.
1949 2012-02-16 James Robinson <jamesr@chromium.org>
1951 [chromium] Unreviewed baseline update for compositing/scrollbar-painting.html
1953 * platform/chromium-mac-snowleopard/compositing/scrollbar-painting-expected.png:
1955 2012-02-15 Shinya Kawanaka <shinyak@chromium.org>
1957 Needs an internal flag to accept multiple shadow roots for the purpose of tests
1958 https://bugs.webkit.org/show_bug.cgi?id=78453
1960 Reviewed by Hajime Morita.
1962 * fast/dom/shadow/shadow-root-js-api.html:
1964 2012-02-16 Mark Hahnenberg <mhahnenberg@apple.com>
1966 Fix the broken viewport tests
1967 https://bugs.webkit.org/show_bug.cgi?id=78774
1969 Reviewed by Kenneth Rohde Christiansen.
1971 * platform/gtk/Skipped: Undoing tests skipped due to earlier breakage.
1972 * platform/qt/Skipped: Ditto.
1974 2012-02-16 Alexei Svitkine <asvitkine@chromium.org>
1976 [chromium] Disable mock scrollbars for rubber-banding tests
1977 https://bugs.webkit.org/show_bug.cgi?id=78370
1979 Turning on mock scrollbars caused rubber-banding tests to fail
1980 because the overhang is painted by the ScrollbarTheme, which
1981 was replaced by the mock theme. Disable mock scrollbars for
1984 Reviewed by James Robinson.
1986 * platform/chromium/test_expectations.txt:
1988 2012-02-16 Michael Saboff <msaboff@apple.com>
1990 ENH: Add ability to run subset of JavaScript layout tests with JSC
1991 https://bugs.webkit.org/show_bug.cgi?id=78764
1993 Reviewed by Gavin Barraclough.
1995 * fast/js/jsc-test-list: Added. List of tests that can be run
1996 using jsc. Used by new Tools/Scripts/run-fast-jsc script.
1997 * fast/js/resources/standalone-post.js: ~pdated to match changes
1999 * fast/js/resources/standalone-pre.js: Updated to match changes
2002 2012-02-16 James Robinson <jamesr@chromium.org>
2004 [chromium] Unreviewed. Mark fast/js/stack.html as an expected failure, we aren't interesting in converging on
2007 * platform/chromium/test_expectations.txt:
2009 2012-02-16 Kentaro Hara <haraken@chromium.org>
2011 Remove [ConvertScriptString] from FileReaderSync.idl
2012 https://bugs.webkit.org/show_bug.cgi?id=78335
2014 Reviewed by Eric Seidel.
2016 The spec says that FileReadSync should throw NOT_FOUND_ERR
2017 if a given blob is invalid: http://www.w3.org/TR/FileAPI/#FileReaderSync
2018 This patch adds test cases for FileReaderSync with an invalid blob
2019 to check that NOT_FOUND_ERR is thrown.
2021 * fast/files/resources/read-common.js:
2022 (_readBlobAsArrayBufferSync):
2023 (_readBlobAsBinaryStringSync):
2024 (_readBlobAsTextSync):
2025 (_readBlobAsDataURLSync):
2026 * fast/files/workers/worker-read-blob-sync-expected.txt:
2027 * fast/files/workers/worker-read-file-sync-expected.txt:
2029 2012-02-16 Dana Jansens <danakj@chromium.org>
2031 [chromium] Clipping/Transforms applied in wrong order in opaque paint tracking
2032 https://bugs.webkit.org/show_bug.cgi?id=78775
2034 Reviewed by Stephen White.
2036 * compositing/culling/unscrolled-within-boxshadow-expected.png: Added.
2037 * compositing/culling/unscrolled-within-boxshadow-expected.txt: Added.
2038 * compositing/culling/unscrolled-within-boxshadow.html: Added.
2039 * compositing/overflow/clip-content-under-overflow-controls-expected.png:
2040 * compositing/scrollbar-painting-expected.png:
2042 2012-02-16 Abhishek Arya <inferno@chromium.org>
2044 Crash with tables in multi-column layout.
2045 https://bugs.webkit.org/show_bug.cgi?id=78415
2047 Reviewed by Julien Chaffraix.
2049 * fast/multicol/span/table-multi-column-crash-expected.txt: Added.
2050 * fast/multicol/span/table-multi-column-crash.html: Added.
2052 2012-02-16 James Robinson <jamesr@chromium.org>
2054 [chromium] Update table pixel expectations. Unreviewed.
2056 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug27038-1-expected.png.
2057 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla/bugs/bug27038-2-expected.png.
2058 * platform/chromium-win/tables/mozilla/bugs/bug27038-1-expected.png:
2059 * platform/chromium-win/tables/mozilla/bugs/bug27038-2-expected.png:
2061 2012-02-16 Abhishek Arya <inferno@chromium.org>
2063 Add a missing image for my commit r107965.
2065 * fast/multicol/span/clone-flexbox-expected.png: Added.
2067 2012-02-16 Oliver Hunt <oliver@apple.com>
2069 Implement Error.stack
2070 https://bugs.webkit.org/show_bug.cgi?id=66994
2072 Reviewed by Gavin Barraclough.
2074 Add testcases for producing a stack trace on exception objects.
2076 * fast/js/exception-properties-expected.txt:
2077 * fast/js/script-tests/exception-properties.js:
2078 * fast/js/script-tests/stack-trace.js: Added.
2093 (object.get getter1.o.valueOf):
2094 (object.get getter1):
2095 (object.get getter2):
2096 (object.get getter3.o2.valueOf):
2097 (object.get getter3):
2098 (object.nonInlineable.callCount):
2099 (object.nonInlineable):
2100 (object.inlineable):
2101 (yetAnotherInlinedCall):
2102 (makeInlinableCall):
2109 * fast/js/stack-trace-expected.txt: Added.
2110 * fast/js/stack-trace.html: Added.
2112 2012-02-16 James Robinson <jamesr@chromium.org>
2114 [chromium] Unreviewed, update baselines for region repaint tests due to skia off-by-one.
2116 * platform/chromium-mac-snowleopard/fast/repaint/region-painting-invalidation-expected.png: Added.
2117 * platform/chromium-win/fast/repaint/region-painting-invalidation-expected.png: Added.
2118 * platform/chromium-win/fast/repaint/region-painting-invalidation-expected.txt: Added.
2119 * platform/chromium/test_expectations.txt:
2121 2012-02-16 Tony Chang <tony@chromium.org>
2123 [chromium] Unreviewed, these regions tests pass after r107961.
2125 * platform/chromium/test_expectations.txt:
2127 2012-02-16 James Robinson <jamesr@chromium.org>
2129 [chromium] Unreviewed rebaselines and expectation updates.
2131 * platform/chromium-linux/fast/html/details-add-summary-1-and-click-expected.png:
2132 * platform/chromium-linux/fast/html/details-add-summary-10-and-click-expected.png:
2133 * platform/chromium-linux/fast/html/details-add-summary-2-and-click-expected.png:
2134 * platform/chromium-linux/fast/html/details-add-summary-3-and-click-expected.png:
2135 * platform/chromium-linux/fast/html/details-add-summary-4-and-click-expected.png:
2136 * platform/chromium-linux/fast/html/details-add-summary-5-and-click-expected.png:
2137 * platform/chromium-linux/fast/html/details-add-summary-6-and-click-expected.png:
2138 * platform/chromium-linux/fast/html/details-add-summary-7-and-click-expected.png:
2139 * platform/chromium-linux/fast/html/details-add-summary-8-and-click-expected.png:
2140 * platform/chromium-linux/fast/html/details-add-summary-9-and-click-expected.png:
2141 * platform/chromium-linux/fast/html/details-remove-summary-1-and-click-expected.png:
2142 * platform/chromium-linux/fast/html/details-remove-summary-2-and-click-expected.png:
2143 * platform/chromium-linux/fast/html/details-remove-summary-3-and-click-expected.png:
2144 * platform/chromium-linux/fast/html/details-remove-summary-4-and-click-expected.png:
2145 * platform/chromium-linux/fast/html/details-remove-summary-5-and-click-expected.png:
2146 * platform/chromium-linux/fast/html/details-remove-summary-6-and-click-expected.png:
2147 * platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png:
2148 * platform/chromium-mac-leopard/fast/html/details-add-summary-10-and-click-expected.png:
2149 * platform/chromium-mac-leopard/fast/html/details-add-summary-2-and-click-expected.png:
2150 * platform/chromium-mac-leopard/fast/html/details-add-summary-3-and-click-expected.png:
2151 * platform/chromium-mac-leopard/fast/html/details-add-summary-4-and-click-expected.png:
2152 * platform/chromium-mac-leopard/fast/html/details-add-summary-5-and-click-expected.png:
2153 * platform/chromium-mac-leopard/fast/html/details-add-summary-6-and-click-expected.png:
2154 * platform/chromium-mac-leopard/fast/html/details-add-summary-7-and-click-expected.png:
2155 * platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png:
2156 * platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png:
2157 * platform/chromium-mac-leopard/fast/html/details-remove-summary-1-and-click-expected.png:
2158 * platform/chromium-mac-leopard/fast/html/details-remove-summary-2-and-click-expected.png:
2159 * platform/chromium-mac-leopard/fast/html/details-remove-summary-3-and-click-expected.png:
2160 * platform/chromium-mac-leopard/fast/html/details-remove-summary-4-and-click-expected.png:
2161 * platform/chromium-mac-leopard/fast/html/details-remove-summary-5-and-click-expected.png:
2162 * platform/chromium-mac-leopard/fast/html/details-remove-summary-6-and-click-expected.png:
2163 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-1-and-click-expected.png.
2164 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-10-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-10-and-click-expected.png.
2165 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-2-and-click-expected.png.
2166 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-3-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-8-and-click-expected.png.
2167 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-4-and-click-expected.png: Added.
2168 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-5-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-8-and-click-expected.png.
2169 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-6-and-click-expected.png.
2170 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-7-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-7-and-click-expected.png.
2171 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-8-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-add-summary-9-and-click-expected.png.
2172 * platform/chromium-mac-snowleopard/fast/html/details-add-summary-9-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png.
2173 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-1-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-1-and-click-expected.png.
2174 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-2-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-2-and-click-expected.png.
2175 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-3-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png.
2176 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-4-and-click-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/html/details-add-summary-9-and-click-expected.png.
2177 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-5-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-4-and-click-expected.png.
2178 * platform/chromium-mac-snowleopard/fast/html/details-remove-summary-6-and-click-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/html/details-remove-summary-3-and-click-expected.png.
2179 * platform/chromium-mac/fast/html/details-add-summary-1-and-click-expected.png: Removed.
2180 * platform/chromium-mac/fast/html/details-add-summary-3-and-click-expected.png: Removed.
2181 * platform/chromium-mac/fast/html/details-add-summary-4-and-click-expected.png: Removed.
2182 * platform/chromium-mac/fast/html/details-add-summary-5-and-click-expected.png: Removed.
2183 * platform/chromium-mac/fast/html/details-remove-summary-5-and-click-expected.png: Removed.
2184 * platform/chromium-mac/fast/html/details-remove-summary-6-and-click-expected.png: Removed.
2185 * platform/chromium-win/fast/html/details-add-summary-1-and-click-expected.png:
2186 * platform/chromium-win/fast/html/details-add-summary-10-and-click-expected.png:
2187 * platform/chromium-win/fast/html/details-add-summary-2-and-click-expected.png:
2188 * platform/chromium-win/fast/html/details-add-summary-3-and-click-expected.png:
2189 * platform/chromium-win/fast/html/details-add-summary-4-and-click-expected.png:
2190 * platform/chromium-win/fast/html/details-add-summary-5-and-click-expected.png:
2191 * platform/chromium-win/fast/html/details-add-summary-6-and-click-expected.png:
2192 * platform/chromium-win/fast/html/details-add-summary-7-and-click-expected.png:
2193 * platform/chromium-win/fast/html/details-add-summary-8-and-click-expected.png:
2194 * platform/chromium-win/fast/html/details-add-summary-9-and-click-expected.png:
2195 * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.png:
2196 * platform/chromium-win/fast/html/details-remove-summary-2-and-click-expected.png:
2197 * platform/chromium-win/fast/html/details-remove-summary-3-and-click-expected.png:
2198 * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.png:
2199 * platform/chromium-win/fast/html/details-remove-summary-5-and-click-expected.png:
2200 * platform/chromium-win/fast/html/details-remove-summary-6-and-click-expected.png:
2201 * platform/chromium/test_expectations.txt:
2203 2012-02-16 Philippe Normand <pnormand@igalia.com>
2205 Unreviewed, GTK rebaseline after r107952.
2207 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2208 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
2209 * platform/gtk/fast/js/global-constructors-expected.txt:
2211 2012-02-16 Julien Chaffraix <jchaffraix@webkit.org>
2213 thead in table without tbody causes table height doubling
2214 https://bugs.webkit.org/show_bug.cgi?id=37244
2216 Reviewed by Ojan Vafai.
2218 * fast/table/double-height-table-no-tbody-expected.html: Added.
2219 * fast/table/double-height-table-no-tbody.html: Added.
2220 Test that we properly lay out tables with only a <thead> or <tfoot>
2221 exactly like a table with only a <tbody>.
2223 * platform/chromium-linux/tables/mozilla/bugs/bug27038-1-expected.png:
2224 * platform/chromium-linux/tables/mozilla/bugs/bug27038-2-expected.png:
2225 * platform/chromium-win/tables/mozilla/bugs/bug27038-1-expected.txt:
2226 * platform/chromium-win/tables/mozilla/bugs/bug27038-2-expected.txt:
2227 This is neither a progression nor a regression. We are not doing the right
2228 thing as we don't distribute the extra logical height evenly over our sections.
2229 Now we give the extra height to the <thead> (first section) instead of the <tbody>.
2231 * platform/chromium/test_expectations.txt:
2232 * platform/efl/test_expectations.txt:
2233 * platform/gtk/test_expectations.txt:
2234 * platform/mac/test_expectations.txt:
2235 * platform/qt/test_expectations.txt:
2236 * platform/win/test_expectations.txt:
2237 Marked the previous tests as needing a new baseline.
2239 2012-02-07 Robert Hogan <robert@webkit.org>
2241 CSS 2.1 failure: fixed-table-layout-013 and fixed-table-layout-015 fail
2242 https://bugs.webkit.org/show_bug.cgi?id=78027
2244 Reviewed by Julien Chaffraix.
2246 * css2.1/20110323/fixed-table-layout-013-expected.html: Added.
2247 * css2.1/20110323/fixed-table-layout-013.htm: Added.
2248 * css2.1/20110323/fixed-table-layout-015-expected.html: Added.
2249 * css2.1/20110323/fixed-table-layout-015.htm: Added.
2251 2012-02-16 Tony Chang <tony@chromium.org>
2253 [chromium] Unreviewed, tests passing after the fix in r107874.
2255 * platform/chromium/test_expectations.txt:
2257 2012-02-16 Tom Sepez <tsepez@chromium.org>
2259 XSS Auditor bypass with U+2028/2029
2260 https://bugs.webkit.org/show_bug.cgi?id=78732
2262 Reviewed by Adam Barth.
2264 * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028-expected.txt: Added.
2265 * http/tests/security/xssAuditor/script-tag-with-trailing-comment-U2028.html: Added.
2267 2012-02-16 Abhishek Arya <inferno@chromium.org>
2269 Fix clone() function to handle descendant classes of RenderBlock.
2270 https://bugs.webkit.org/show_bug.cgi?id=78273
2272 Reviewed by Eric Seidel.
2274 You should see two RenderFlexibleBox in the rendertree, indicating that
2275 cloning was correct.
2277 * fast/multicol/span/clone-flexbox-expected.txt: Added.
2278 * fast/multicol/span/clone-flexbox.html: Added.
2280 2012-02-16 James Robinson <jamesr@chromium.org>
2282 [chromium] Unreviewed gardening
2284 * platform/chromium/fast/js/property-getters-and-setters-expected.txt:
2285 * platform/chromium/test_expectations.txt:
2287 2012-02-16 Raul Hudea <rhudea@adobe.com>
2289 [CSSRegions]overflowRegion tests are flaky
2290 https://bugs.webkit.org/show_bug.cgi?id=78761
2292 Reviewed by Tony Chang.
2294 * fast/regions/element-region-overflow-state-expected.txt:
2295 * fast/regions/element-region-overflow-state-vertical-rl-expected.txt:
2296 * fast/regions/element-region-overflow-state-vertical-rl.html:
2297 * fast/regions/element-region-overflow-state.html:
2299 2012-02-16 Raul Hudea <rhudea@adobe.com>
2301 [CSS Regions] Repaint issues when changing innerHTML of content
2302 https://bugs.webkit.org/show_bug.cgi?id=78787
2304 Reviewed by David Hyatt.
2306 * fast/repaint/region-painting-invalidation.html: Added.
2307 * platform/chromium/test_expectations.txt: Needs baseline
2308 * platform/mac/fast/repaint/region-painting-invalidation-expected.png: Added.
2309 * platform/mac/fast/repaint/region-painting-invalidation-expected.txt: Added.
2311 2012-02-16 James Robinson <jamesr@chromium.org>
2313 [chromium] Unreviewed chromium gardening
2315 * platform/chromium-linux/svg/text/tspan-dynamic-positioning-expected.png: Added.
2316 * platform/chromium-mac-leopard/compositing/plugins/composited-plugin-expected.png: Added.
2317 * platform/chromium-mac-leopard/compositing/plugins/composited-plugin-expected.txt: Added.
2318 * platform/chromium-mac-leopard/svg/text/tspan-dynamic-positioning-expected.png: Added.
2319 * platform/chromium-mac-snowleopard/svg/text/tspan-dynamic-positioning-expected.png: Added.
2320 * platform/chromium-win/svg/text/tspan-dynamic-positioning-expected.png: Added.
2321 * platform/chromium-win/svg/text/tspan-dynamic-positioning-expected.txt: Added.
2322 * platform/chromium/test_expectations.txt:
2324 2012-02-15 Gavin Barraclough <barraclough@apple.com>
2326 Numerous trivial bugs in Object.defineProperty
2327 https://bugs.webkit.org/show_bug.cgi?id=78777
2329 Reviewed by Sam Weinig.
2331 There are a handful of really trivial bugs, related to Object.defineProperty:
2332 * Redefining an accessor with different attributes changes the attributes, but not the get/set functions!
2333 * Calling an undefined setter should only throw in strict mode.
2334 * When redefining an accessor to a data decriptor, if writable is not specified we should default to false.
2335 * Any attempt to redefine a non-configurable property of an array as configurable should be rejected.
2336 * Object.defineProperties should call toObject on 'Properties' argument, rather than throwing if it is not an object.
2337 * If preventExtensions has been called on an array, subsequent assignment beyond array bounds should fail.
2338 * 'isFrozen' shouldn't be checking the ReadOnly bit for accessor descriptors (we presently always keep this bit as 'false').
2339 * Should be able to redefine an non-writable, non-configurable property, with the same value and attributes.
2340 * Should be able to define an non-configurable accessor.
2341 These are mostly all one-line changes, e.g. inverted boolean checks, masking against wrong attribute.
2343 * fast/js/Object-defineProperties-expected.txt:
2344 * fast/js/Object-defineProperty-expected.txt:
2345 * fast/js/preventExtensions-expected.txt:
2346 * fast/js/property-getters-and-setters-expected.txt:
2347 * fast/js/script-tests/Object-defineProperty.js:
2348 * fast/js/script-tests/preventExtensions.js:
2349 * fast/js/script-tests/property-getters-and-setters.js:
2350 - Update result & add new test cases for all bugs fixed.
2352 2012-02-16 Terry Anderson <tdanderson@chromium.org>
2354 WebKit does not support DOM 3 Events FocusEvent
2355 https://bugs.webkit.org/show_bug.cgi?id=76216
2357 Reviewed by Eric Seidel.
2359 * fast/dom/shadow/shadow-boundary-events-expected.txt:
2360 * fast/dom/shadow/shadow-boundary-events.html:
2361 - Changed the focusin/focusout parts of this layout test to include the
2362 relatedTarget attribute, which is now set on FocusEvent objects
2363 * fast/events/event-creation-expected.txt:
2364 * fast/events/event-creation.html:
2365 - Added the creation of FocusEvents to this layout test
2366 * fast/events/related-target-focusevent-expected.txt: Added.
2367 * fast/events/related-target-focusevent.html: Added.
2368 - This is a new layout test I created specifically for this patch
2370 2012-02-16 Philippe Normand <pnormand@igalia.com>
2372 Unreviewed, GTK baselines for new SVG and fast/ tests.
2374 * platform/gtk/fast/css/font-face-synthetic-bold-italic-expected.txt: Added.
2375 * platform/gtk/fast/css/font-face-weight-matching-expected.txt: Added.
2376 * platform/gtk/fast/js/constructor-length-expected.txt: Added.
2377 * platform/gtk/svg/custom/glyph-selection-arabic-forms-expected.txt: Added.
2378 * platform/gtk/svg/custom/glyph-selection-bidi-mirror-expected.txt: Added.
2379 * platform/gtk/svg/custom/glyph-selection-non-bmp-expected.txt: Added.
2380 * platform/gtk/svg/text/ems-display-none-expected.txt: Added.
2381 * platform/gtk/svg/text/exs-display-none-expected.txt: Added.
2382 * platform/gtk/svg/text/text-fill-opacity-expected.txt: Added.
2383 * platform/gtk/svg/text/tspan-dynamic-positioning-expected.txt: Added.
2385 2012-02-16 Philippe Normand <pnormand@igalia.com>
2387 Unreviewed, GTK rebaseline.
2389 * platform/gtk/fast/table/027-expected.txt:
2390 * platform/gtk/fast/table/027-vertical-expected.txt:
2391 * platform/gtk/tables/mozilla/bugs/bug14929-expected.txt:
2393 2012-02-16 Philippe Normand <pnormand@igalia.com>
2395 [GTK] fast/events/drag-dataTransfer-live-attributes.html fails
2396 https://bugs.webkit.org/show_bug.cgi?id=78818
2398 Unreviewed, rebaseline the test and unskip, as advised by Daniel Cheng.
2400 * platform/gtk/Skipped:
2401 * platform/gtk/fast/events/drag-dataTransfer-live-attributes-expected.txt: Added.
2403 2012-02-16 Philippe Normand <pnormand@igalia.com>
2405 Unreviewed, skipping 2 new test failures and unskipping some
2406 needing rebaselining.
2408 * platform/gtk/Skipped:
2409 * platform/gtk/test_expectations.txt:
2411 2012-02-16 Philippe Normand <pnormand@igalia.com>
2413 Unreviewed, GTK rebaseline after r107869 and skip a failing test.
2415 * platform/gtk/Skipped:
2416 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2417 * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
2418 * platform/gtk/fast/js/global-constructors-expected.txt:
2420 2012-02-16 Vsevolod Vlasov <vsevik@chromium.org>
2422 Unreviewed chromium expectations update.
2424 * platform/chromium/test_expectations.txt:
2426 2012-02-16 Ilya Tikhonovsky <loislo@chromium.org>
2428 Web Inspector: [heap snapshot] It could be useful to have access to the selected heap object from the console.
2429 https://bugs.webkit.org/show_bug.cgi?id=78496
2431 Reviewed by Yury Semikhatsky.
2433 * inspector/protocol/console-agent-expected.txt:
2434 * inspector/protocol/console-agent.html:
2436 2012-02-16 Ilya Tikhonovsky <loislo@chromium.org>
2438 [chromium] Rebaseline after r107881
2440 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt: Added.
2441 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2442 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Added.
2444 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2446 [chromium] Rebaseline JPEG image results after r107389
2447 https://bugs.webkit.org/show_bug.cgi?id=78454
2449 Unreviewed. Rebaseline #21 of N.
2451 * platform/chromium-linux-x86/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2452 * platform/chromium-linux/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2453 * platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png:
2454 * platform/chromium-mac-snowleopard/fast/images/color-jpeg-with-color-profile-expected.png:
2455 * platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2456 * platform/chromium-win-vista/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2457 * platform/chromium-win-xp/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2458 * platform/chromium-win/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2459 * platform/chromium/test_expectations.txt:
2460 * platform/gtk/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2461 * platform/mac/fast/images/color-jpeg-with-color-profile-expected.png: Renamed from LayoutTests/fast/images/color-jpeg-with-color-profile-expected.png.
2462 * platform/qt/fast/images/color-jpeg-with-color-profile-expected.txt: Removed.
2464 2012-02-16 Vsevolod Vlasov <vsevik@chromium.org>
2466 Web Inspector: [InspectorIndexedDB] Add IndexedDB TreeElement to resources panel.
2467 https://bugs.webkit.org/show_bug.cgi?id=78609
2469 Reviewed by Yury Semikhatsky.
2471 * http/tests/inspector/indexeddb/database-data-expected.txt:
2472 * http/tests/inspector/indexeddb/database-data.html:
2473 * http/tests/inspector/indexeddb/database-names-expected.txt:
2474 * http/tests/inspector/indexeddb/database-structure-expected.txt:
2475 * http/tests/inspector/indexeddb/database-structure.html:
2476 * http/tests/inspector/indexeddb/indexeddb-test.js:
2477 (initialize_IndexedDBTest.InspectorTest.dumpIndexedDBTree):
2478 (initialize_IndexedDBTest.InspectorTest.evaluateWithCallback):
2479 (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer.consoleMessageOverride):
2480 (initialize_IndexedDBTest.InspectorTest._installIndexedDBSniffer):
2481 (createDatabase.closeDatabase):
2484 * http/tests/inspector/indexeddb/resources-panel-expected.txt: Added.
2485 * http/tests/inspector/indexeddb/resources-panel.html_disabled: Added.
2486 * http/tests/inspector/indexeddb/resources/without-indexed-db.html: Added.
2488 2012-02-16 Nikolas Zimmermann <nzimmermann@rim.com>
2490 Not reviewed. Add missing results for Lion, and regenerate one test result with Lion,
2491 so my baseline passes again with --tolerance 0 -p svg.
2493 * platform/mac/svg/text/text-fill-opacity-expected.png: Added.
2494 * platform/mac/svg/text/text-fill-opacity-expected.txt: Added.
2495 * platform/mac/svg/text/tspan-dynamic-positioning-expected.png:
2497 2012-02-15 Nikolas Zimmermann <nzimmermann@rim.com>
2499 REGRESSION (Safari 5.0.5 - 5.1): No animation on svg-wow.org/text-effects/text-effects.xhtml
2500 https://bugs.webkit.org/show_bug.cgi?id=65072
2502 Reviewed by Zoltan Herczeg.
2504 * platform/chromium/test_expectations.txt:
2505 * platform/mac/svg/text/ems-display-none-expected.png: Added.
2506 * platform/mac/svg/text/ems-display-none-expected.txt: Added.
2507 * platform/mac/svg/text/exs-display-none-expected.png: Added.
2508 * platform/mac/svg/text/exs-display-none-expected.txt: Added.
2509 * svg/text/ems-display-none.svg: Added.
2510 * svg/text/exs-display-none.svg: Added.
2512 2012-02-16 Csaba Osztrogonác <ossy@webkit.org>
2514 [Qt] Unreviewed gardening.
2516 * platform/qt/Skipped: Skip new failing tests.
2517 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r107869.
2518 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: Updated after r107869.
2519 * platform/qt/fast/js/global-constructors-expected.txt: Updated after r107869.
2521 2012-02-16 Roland Steiner <rolandsteiner@chromium.org>
2523 <style scoped>: Implement scoped selector matching in the slow path
2524 https://bugs.webkit.org/show_bug.cgi?id=77528
2526 Extended existing <style scoped> tests to also verify that selector matching doesn't exceed the scoping element.
2528 Reviewed by Antti Koivisto.
2530 * fast/css/style-scoped/style-scoped-basic-expected.txt:
2531 * fast/css/style-scoped/style-scoped-basic.html:
2532 * fast/css/style-scoped/style-scoped-remove-scoped-expected.txt:
2533 * fast/css/style-scoped/style-scoped-remove-scoped.html:
2534 * fast/css/style-scoped/style-scoped-set-scoped-expected.txt:
2535 * fast/css/style-scoped/style-scoped-set-scoped.html:
2537 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2539 [chromium] Rebaseline JPEG image results after r107389
2540 https://bugs.webkit.org/show_bug.cgi?id=78454
2542 Unreviewed. Rebaseline #20 of N.
2544 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2545 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2546 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2547 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Added.
2548 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2549 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug6933-expected.png: Removed.
2550 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2551 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2552 * platform/chromium/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Removed.
2553 * platform/chromium/test_expectations.txt:
2555 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2557 [chromium] Rebaseline JPEG image results after r107389
2558 https://bugs.webkit.org/show_bug.cgi?id=78454
2560 Unreviewed. Rebaseline #19 of N.
2562 * platform/chromium-linux/tables/mozilla/marvin/td_valign_baseline-expected.png:
2563 * platform/chromium-linux/tables/mozilla/marvin/td_valign_bottom-expected.png:
2564 * platform/chromium-linux/tables/mozilla/marvin/td_valign_middle-expected.png:
2565 * platform/chromium-linux/tables/mozilla/marvin/td_valign_top-expected.png:
2566 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2567 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2568 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2569 * platform/chromium-linux/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2570 * platform/chromium-linux/tables/mozilla/marvin/th_valign_baseline-expected.png:
2571 * platform/chromium-linux/tables/mozilla/marvin/th_valign_bottom-expected.png:
2572 * platform/chromium-linux/tables/mozilla/marvin/th_valign_middle-expected.png:
2573 * platform/chromium-linux/tables/mozilla/marvin/th_valign_top-expected.png:
2574 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2575 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2576 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_middle-expected.png:
2577 * platform/chromium-linux/tables/mozilla/marvin/thead_valign_top-expected.png:
2578 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2579 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2580 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_middle-expected.png:
2581 * platform/chromium-linux/tables/mozilla/marvin/tr_valign_top-expected.png:
2582 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png:
2583 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_bottom-expected.png:
2584 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_middle-expected.png:
2585 * platform/chromium-mac-leopard/tables/mozilla/marvin/td_valign_top-expected.png:
2586 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2587 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2588 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2589 * platform/chromium-mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2590 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_baseline-expected.png:
2591 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_bottom-expected.png:
2592 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_middle-expected.png:
2593 * platform/chromium-mac-leopard/tables/mozilla/marvin/th_valign_top-expected.png:
2594 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2595 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2596 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png:
2597 * platform/chromium-mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png:
2598 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2599 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2600 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_middle-expected.png:
2601 * platform/chromium-mac-leopard/tables/mozilla/marvin/tr_valign_top-expected.png:
2602 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Added.
2603 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_bottom-expected.png: Added.
2604 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_middle-expected.png: Added.
2605 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/td_valign_top-expected.png: Added.
2606 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Added.
2607 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Added.
2608 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Added.
2609 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Added.
2610 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_baseline-expected.png: Added.
2611 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_bottom-expected.png: Added.
2612 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_middle-expected.png: Added.
2613 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/th_valign_top-expected.png: Added.
2614 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Added.
2615 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Added.
2616 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Added.
2617 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/thead_valign_top-expected.png: Added.
2618 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Added.
2619 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_bottom-expected.png: Added.
2620 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_middle-expected.png: Added.
2621 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tr_valign_top-expected.png: Added.
2622 * platform/chromium-mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Removed.
2623 * platform/chromium-mac/tables/mozilla/marvin/td_valign_bottom-expected.png: Removed.
2624 * platform/chromium-mac/tables/mozilla/marvin/td_valign_middle-expected.png: Removed.
2625 * platform/chromium-mac/tables/mozilla/marvin/td_valign_top-expected.png: Removed.
2626 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Removed.
2627 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Removed.
2628 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Removed.
2629 * platform/chromium-mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Removed.
2630 * platform/chromium-mac/tables/mozilla/marvin/th_valign_baseline-expected.png: Removed.
2631 * platform/chromium-mac/tables/mozilla/marvin/th_valign_bottom-expected.png: Removed.
2632 * platform/chromium-mac/tables/mozilla/marvin/th_valign_middle-expected.png: Removed.
2633 * platform/chromium-mac/tables/mozilla/marvin/th_valign_top-expected.png: Removed.
2634 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Removed.
2635 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Removed.
2636 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Removed.
2637 * platform/chromium-mac/tables/mozilla/marvin/thead_valign_top-expected.png: Removed.
2638 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Removed.
2639 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_bottom-expected.png: Removed.
2640 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_middle-expected.png: Removed.
2641 * platform/chromium-mac/tables/mozilla/marvin/tr_valign_top-expected.png: Removed.
2642 * platform/chromium-win/tables/mozilla/marvin/td_valign_baseline-expected.png:
2643 * platform/chromium-win/tables/mozilla/marvin/td_valign_bottom-expected.png:
2644 * platform/chromium-win/tables/mozilla/marvin/td_valign_middle-expected.png:
2645 * platform/chromium-win/tables/mozilla/marvin/td_valign_top-expected.png:
2646 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2647 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2648 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2649 * platform/chromium-win/tables/mozilla/marvin/tfoot_valign_top-expected.png:
2650 * platform/chromium-win/tables/mozilla/marvin/th_valign_baseline-expected.png:
2651 * platform/chromium-win/tables/mozilla/marvin/th_valign_bottom-expected.png:
2652 * platform/chromium-win/tables/mozilla/marvin/th_valign_middle-expected.png:
2653 * platform/chromium-win/tables/mozilla/marvin/th_valign_top-expected.png:
2654 * platform/chromium-win/tables/mozilla/marvin/thead_valign_baseline-expected.png:
2655 * platform/chromium-win/tables/mozilla/marvin/thead_valign_bottom-expected.png:
2656 * platform/chromium-win/tables/mozilla/marvin/thead_valign_middle-expected.png:
2657 * platform/chromium-win/tables/mozilla/marvin/thead_valign_top-expected.png:
2658 * platform/chromium-win/tables/mozilla/marvin/tr_valign_baseline-expected.png:
2659 * platform/chromium-win/tables/mozilla/marvin/tr_valign_bottom-expected.png:
2660 * platform/chromium-win/tables/mozilla/marvin/tr_valign_middle-expected.png:
2661 * platform/chromium-win/tables/mozilla/marvin/tr_valign_top-expected.png:
2662 * platform/chromium/test_expectations.txt:
2664 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2666 [chromium] Rebaseline JPEG image results after r107389
2667 https://bugs.webkit.org/show_bug.cgi?id=78454
2669 Unreviewed. Rebaseline #18 of N.
2671 * platform/chromium-linux/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2672 * platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
2673 * platform/chromium-mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2674 * platform/chromium-mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png:
2675 * platform/chromium-mac-snowleopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Added.
2676 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/other/test4-expected.png:
2677 * platform/chromium-mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Removed.
2678 * platform/chromium-win/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2679 * platform/chromium-win/tables/mozilla_expected_failures/other/test4-expected.png:
2680 * platform/chromium/tables/mozilla_expected_failures/other/test4-expected.txt: Removed.
2681 * platform/chromium/test_expectations.txt:
2683 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2685 [chromium] Rebaseline JPEG image results after r107389
2686 https://bugs.webkit.org/show_bug.cgi?id=78454
2688 Unreviewed. Rebaseline #17 of N.
2690 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2691 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2692 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2693 * platform/chromium-linux/tables/mozilla/marvin/tbody_valign_top-expected.png:
2694 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2695 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2696 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2697 * platform/chromium-mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png:
2698 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Added.
2699 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Added.
2700 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Added.
2701 * platform/chromium-mac-snowleopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Added.
2702 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Removed.
2703 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Removed.
2704 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Removed.
2705 * platform/chromium-mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Removed.
2706 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2707 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2708 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_middle-expected.png:
2709 * platform/chromium-win/tables/mozilla/marvin/tbody_valign_top-expected.png:
2710 * platform/chromium/test_expectations.txt:
2712 2012-02-16 Noel Gordon <noel.gordon@gmail.com>
2714 [chromium] Rebaseline JPEG image results after r107389
2715 https://bugs.webkit.org/show_bug.cgi?id=78454
2717 Unreviewed. Rebaseline #16 of N.
2719 * platform/chromium-linux/tables/mozilla/bugs/bug29314-expected.png:
2720 * platform/chromium-linux/tables/mozilla/bugs/bug2981-2-expected.png:
2721 * platform/chromium-linux/tables/mozilla/bugs/bug4093-expected.png:
2722 * platform/chromium-linux/tables/mozilla/bugs/bug4284-expected.png:
2723 * platform/chromium-linux/tables/mozilla/bugs/bug4427-expected.png:
2724 * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
2725 * platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
2726 * platform/chromium-linux/tables/mozilla/bugs/bug625-expected.png:
2727 * platform/chromium-linux/tables/mozilla/bugs/bug6404-expected.png:
2728 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png:
2729 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4093-expected.png:
2730 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4284-expected.png:
2731 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug4427-expected.png:
2732 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug56563-expected.png:
2733 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug5797-expected.png:
2734 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug625-expected.png:
2735 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug6404-expected.png:
2736 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug29314-expected.png: Added.
2737 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2981-2-expected.png: Added.
2738 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4093-expected.png: Added.
2739 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4284-expected.png: Added.
2740 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4427-expected.png: Added.
2741 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug50695-2-expected.png: Added.
2742 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png: Added.
2743 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug5797-expected.png: Added.
2744 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug625-expected.png: Added.
2745 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug6404-expected.png: Added.
2746 * platform/chromium-mac/tables/mozilla/bugs/bug29314-expected.png: Removed.
2747 * platform/chromium-mac/tables/mozilla/bugs/bug2981-2-expected.png: Removed.
2748 * platform/chromium-mac/tables/mozilla/bugs/bug4093-expected.png: Removed.
2749 * platform/chromium-mac/tables/mozilla/bugs/bug4284-expected.png: Removed.
2750 * platform/chromium-mac/tables/mozilla/bugs/bug4427-expected.png: Removed.
2751 * platform/chromium-mac/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
2752 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png: Removed.
2753 * platform/chromium-mac/tables/mozilla/bugs/bug5797-expected.png: Removed.
2754 * platform/chromium-mac/tables/mozilla/bugs/bug625-expected.png: Removed.
2755 * platform/chromium-mac/tables/mozilla/bugs/bug6404-expected.png: Removed.
2756 * platform/chromium-win/tables/mozilla/bugs/bug29314-expected.png:
2757 * platform/chromium-win/tables/mozilla/bugs/bug2981-2-expected.png:
2758 * platform/chromium-win/tables/mozilla/bugs/bug4093-expected.png:
2759 * platform/chromium-win/tables/mozilla/bugs/bug4284-expected.png:
2760 * platform/chromium-win/tables/mozilla/bugs/bug4427-expected.png:
2761 * platform/chromium-win/tables/mozilla/bugs/bug50695-2-expected.png:
2762 * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.png:
2763 * platform/chromium-win/tables/mozilla/bugs/bug5797-expected.png:
2764 * platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
2765 * platform/chromium-win/tables/mozilla/bugs/bug6404-expected.png:
2766 * platform/chromium/tables/mozilla/bugs/bug56563-expected.txt: Removed.
2767 * platform/chromium/test_expectations.txt:
2768 * platform/mac/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
2769 * platform/qt/tables/mozilla/bugs/bug29314-expected.txt: Removed.
2770 * platform/qt/tables/mozilla/bugs/bug50695-2-expected.txt: Removed.
2771 * tables/mozilla/bugs/bug29314-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug29314-expected.txt.
2772 * tables/mozilla/bugs/bug50695-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug50695-2-expected.txt.
2774 2012-02-15 Noel Gordon <noel.gordon@gmail.com>
2776 [chromium] Rebaseline JPEG image results after r107389
2777 https://bugs.webkit.org/show_bug.cgi?id=78454
2779 Unreviewed. Rebaseline #15 of N.
2781 * platform/chromium-linux/tables/mozilla/bugs/bug12908-1-expected.png:
2782 * platform/chromium-linux/tables/mozilla/bugs/bug1296-expected.png:
2783 * platform/chromium-linux/tables/mozilla/bugs/bug1430-expected.png:
2784 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug12908-1-expected.png:
2785 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1296-expected.png:
2786 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1430-expected.png:
2787 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1271-expected.png: Added.
2788 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-1-expected.png: Added.
2789 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1296-expected.png: Added.
2790 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug13169-expected.png: Added.
2791 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1430-expected.png: Added.
2792 * platform/chromium-mac/tables/mozilla/bugs/bug1271-expected.png: Removed.
2793 * platform/chromium-mac/tables/mozilla/bugs/bug12908-1-expected.png: Removed.
2794 * platform/chromium-mac/tables/mozilla/bugs/bug1296-expected.png: Removed.
2795 * platform/chromium-mac/tables/mozilla/bugs/bug13169-expected.png: Removed.
2796 * platform/chromium-mac/tables/mozilla/bugs/bug1430-expected.png: Removed.
2797 * platform/chromium-win/tables/mozilla/bugs/bug1271-expected.png:
2798 * platform/chromium-win/tables/mozilla/bugs/bug12908-1-expected.png:
2799 * platform/chromium-win/tables/mozilla/bugs/bug1296-expected.png:
2800 * platform/chromium-win/tables/mozilla/bugs/bug13169-expected.png:
2801 * platform/chromium-win/tables/mozilla/bugs/bug1430-expected.png:
2802 * platform/chromium/test_expectations.txt:
2803 * platform/mac/tables/mozilla/bugs/bug1271-expected.txt: Removed.
2804 * platform/mac/tables/mozilla/bugs/bug13169-expected.txt: Removed.
2805 * platform/qt/tables/mozilla/bugs/bug1271-expected.txt: Removed.
2806 * platform/qt/tables/mozilla/bugs/bug13169-expected.txt: Removed.
2807 * tables/mozilla/bugs/bug1271-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug1271-expected.txt.
2808 * tables/mozilla/bugs/bug13169-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug13169-expected.txt.
2810 2012-02-15 Csaba Osztrogonác <ossy@webkit.org>
2812 [Qt] Unreviewed gardening after r107814.
2814 * platform/qt/css3/filters/effect-blur-hw-expected.png:
2815 * platform/qt/css3/filters/effect-blur-hw-expected.txt:
2816 * platform/qt/css3/filters/effect-combined-expected.png:
2817 * platform/qt/css3/filters/effect-combined-expected.txt:
2818 * platform/qt/css3/filters/effect-combined-hw-expected.png:
2819 * platform/qt/css3/filters/effect-combined-hw-expected.txt:
2820 * platform/qt/css3/filters/effect-drop-shadow-hw-expected.png:
2821 * platform/qt/css3/filters/effect-drop-shadow-hw-expected.txt:
2822 * platform/qt/css3/filters/effect-grayscale-hw-expected.png:
2823 * platform/qt/css3/filters/effect-grayscale-hw-expected.txt:
2824 * platform/qt/css3/filters/effect-hue-rotate-hw-expected.png:
2825 * platform/qt/css3/filters/effect-hue-rotate-hw-expected.txt:
2826 * platform/qt/css3/filters/effect-invert-hw-expected.png:
2827 * platform/qt/css3/filters/effect-invert-hw-expected.txt:
2828 * platform/qt/css3/filters/effect-opacity-hw-expected.png:
2829 * platform/qt/css3/filters/effect-opacity-hw-expected.txt:
2830 * platform/qt/css3/filters/effect-saturate-hw-expected.png:
2831 * platform/qt/css3/filters/effect-saturate-hw-expected.txt:
2832 * platform/qt/css3/filters/effect-sepia-hw-expected.png:
2833 * platform/qt/css3/filters/effect-sepia-hw-expected.txt:
2835 2012-02-15 Daniel Cheng <dcheng@chromium.org>
2837 dataTransfer.types (HTML5 drag & drop) should return DOMStringList
2838 https://bugs.webkit.org/show_bug.cgi?id=30416
2840 Reviewed by Eric Seidel.
2842 Add a test to document the fact that many dataTransfer attributes aren't live and return a
2843 different object each time they're accessed. Also update tests to use contains() instead of
2846 * editing/pasteboard/clipboard-customData.html:
2847 * editing/pasteboard/onpaste-text-html-types.html:
2848 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2849 * fast/events/drag-customData.html:
2850 * fast/events/drag-dataTransfer-live-attributes-expected.txt: Added.
2851 * fast/events/drag-dataTransfer-live-attributes.html: Copied from LayoutTests/fast/events/drag-customData.html.
2852 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
2853 * http/tests/security/clipboard/script-tests/clipboard-file-access.js:
2854 (checkForEventTransferType):
2856 2012-02-15 Bear Travis <betravis@adobe.com>
2858 Repaint issues on changing 'viewBox' of inner SVG
2859 https://bugs.webkit.org/show_bug.cgi?id=77903
2861 Adding test for 77903. When setting the viewbox on an inner svg
2862 element causes the content to become smaller, make sure that the
2863 area behind the content is redrawn.
2865 Reviewed by Nikolas Zimmermann.
2867 * platform/chromium/test_expectations.txt:
2868 * svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
2869 * svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
2870 * svg/repaint/inner-svg-change-viewBox-contract.svg: Added.
2872 2012-02-15 Bear Travis <betravis@adobe.com>
2874 Repaint issues on changing 'viewBox' of inner SVG
2875 https://bugs.webkit.org/show_bug.cgi?id=77903
2877 Adding test for 77903. When setting the viewbox on an inner svg
2878 element causes the content to become smaller, make sure that the
2879 area behind the content is redrawn.
2881 Reviewed by Nikolas Zimmermann.
2883 * platform/chromium/test_expectations.txt:
2884 * svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
2885 * svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
2886 * svg/repaint/inner-svg-change-viewBox-contract.svg: Added.
2888 2012-02-15 Daniel Cheng <dcheng@chromium.org>
2890 dataTransfer.types (HTML5 drag & drop) should return DOMStringList
2891 https://bugs.webkit.org/show_bug.cgi?id=30416
2893 Reviewed by Eric Seidel.
2895 Add a test to document the fact that many dataTransfer attributes aren't live and return a
2896 different object each time they're accessed. Also update tests to use contains() instead of
2899 * editing/pasteboard/clipboard-customData.html:
2900 * editing/pasteboard/onpaste-text-html-types.html:
2901 * fast/events/drag-and-drop-dataTransfer-types-nocrash.html:
2902 * fast/events/drag-customData.html:
2903 * fast/events/drag-dataTransfer-live-attributes-expected.txt: Added.
2904 * fast/events/drag-dataTransfer-live-attributes.html: Copied from LayoutTests/fast/events/drag-customData.html.
2905 * http/tests/local/fileapi/resources/setup-file-input-element-for-drag.js:
2906 * http/tests/security/clipboard/script-tests/clipboard-file-access.js:
2907 (checkForEventTransferType):
2909 2012-02-15 Bear Travis <betravis@adobe.com>
2911 Repaint issues on changing 'viewBox' of inner SVG
2912 https://bugs.webkit.org/show_bug.cgi?id=77903
2914 Adding test for 77903. When setting the viewbox on an inner svg
2915 element causes the content to become smaller, make sure that the
2916 area behind the content is redrawn.
2918 Reviewed by Nikolas Zimmermann.
2920 * platform/chromium/test_expectations.txt:
2921 * svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added.
2922 * svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
2923 * svg/repaint/inner-svg-change-viewBox-contract.svg: Added.
2925 2012-02-15 Csaba Osztrogonác <ossy@webkit.org>
2927 [Qt] Unreviewed gardening after r107811.
2929 * platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.txt:
2930 * platform/qt/plugins/application-plugin-plugins-disabled-expected.txt:
2931 * platform/qt/plugins/iframe-plugin-bgcolor-expected.txt:
2932 * platform/qt/plugins/netscape-dom-access-expected.txt:
2934 2012-02-15 Ilya Tikhonovsky <loislo@chromium.org>
2936 [chromium] Unreviewed rebaseline after r107864.
2938 * platform/chromium-mac-leopard/svg/batik/text/textDecoration-expected.png:
2939 * platform/chromium-mac-leopard/svg/css/text-shadow-multiple-expected.png:
2940 * platform/chromium-mac-leopard/svg/text/text-text-08-b-expected.png:
2941 * platform/chromium-mac-leopard/svg/wicd/test-scalable-background-image2-expected.png:
2942 * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png: Added.
2943 * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.txt: Added.
2944 * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Added.
2945 * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png:
2946 * platform/chromium-mac-snowleopard/svg/css/text-shadow-multiple-expected.png:
2947 * platform/chromium-mac-snowleopard/svg/text/text-text-08-b-expected.png:
2948 * platform/chromium-mac-snowleopard/svg/wicd/test-scalable-background-image2-expected.png:
2949 * platform/chromium-mac/compositing/plugins/composited-plugin-expected.png: Removed.
2950 * platform/chromium-mac/svg/W3C-SVG-1.1/text-text-08-b-expected.png: Removed.
2952 2012-02-15 Kentaro Hara <haraken@chromium.org>
2954 [Mac] PasteboardMac.mm build fails
2955 https://bugs.webkit.org/show_bug.cgi?id=78655
2957 Reviewed by Enrica Casucci.
2959 The added test drops multiple files onto an editable element,
2960 and checks if the filenames are inserted into the editable element.
2962 * editing/pasteboard/drag-files-to-editable-element-expected.txt: Added.
2963 * editing/pasteboard/drag-files-to-editable-element.html: Added.
2964 * platform/chromium/test_expectations.txt:
2965 * platform/efl/Skipped:
2966 * platform/gtk/Skipped:
2967 * platform/qt/Skipped:
2968 * platform/win/Skipped:
2969 * platform/wk2/Skipped:
2971 2012-02-15 Ilya Tikhonovsky <loislo@chromium.org>
2973 [chromium] Unreviewed rebaseline after r107864.
2975 * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.png: Added.
2976 * platform/chromium-mac-snowleopard/svg/text/text-fill-opacity-expected.txt: Added.
2977 * platform/chromium-mac/fast/canvas/text-globalAlpha-expected.txt: Removed.
2978 * platform/chromium-win/svg/text/text-fill-opacity-expected.png: Added.
2979 * platform/chromium-win/svg/text/text-fill-opacity-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/text/text-fill-opacity-expected.txt.
2981 2012-02-15 Pablo Flouret <pablof@motorola.com>
2983 Add support for the translate attribute in html elements.
2984 https://bugs.webkit.org/show_bug.cgi?id=78751
2986 Reviewed by Adam Barth.
2988 The translate attribute is used to specify whether an element's
2989 attribute values and the values of its Text node children are to be
2990 translated when the page is localized, or whether to leave them
2993 Details at http://www.whatwg.org/specs/web-apps/current-work/multipage/elements.html#attr-translate
2995 * fast/dom/HTMLElement/translate-expected.txt: Added.
2996 * fast/dom/HTMLElement/translate.html: Added.
2998 2012-02-15 Noel Gordon <noel.gordon@gmail.com>
3000 Unreviewed. compositing/culling/scrolled-within-boxshadow.html IMAGE failure.
3002 * platform/chromium/test_expectations.txt:
3004 2012-02-15 Sami Kyostila <skyostil@google.com>
3006 Add stacking context test for -webkit-overflow-scrolling CSS property
3007 https://bugs.webkit.org/show_bug.cgi?id=78664
3009 Reviewed by Eric Seidel.
3011 Make sure a stacking context is created for elements with touch overflow scrolling.
3013 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Added new property.
3014 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
3015 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Ditto.
3016 * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.png: Added.
3017 * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context-expected.txt: Added.
3018 * platform/chromium/compositing/overflow/overflow-scrolling-touch-stacking-context.html: Added.
3020 2012-02-15 Alexey Proskuryakov <ap@apple.com>
3022 Crash after trying to use FileReader in a document with null origin string
3023 https://bugs.webkit.org/show_bug.cgi?id=78649
3025 Reviewed by Enrica Casucci.
3027 * fast/files/null-origin-string-expected.txt: Added.
3028 * fast/files/null-origin-string.html: Added.
3030 Dragging files is only implemented on a few platforms. Brought some order to skipped files
3033 * platform/mac/Skipped: Bug 45576 has been fixed long ago; unskip the test.
3035 * platform/efl/Skipped:
3036 * platform/qt/Skipped:
3037 Skipped the new tests.
3039 * platform/gtk-wk2/Skipped:
3040 * platform/mac-wk2/Skipped:
3041 * platform/win-wk2/Skipped:
3042 * platform/wk2/Skipped:
3043 Skipped the new tests, and moved other tests using eventSender.beginDragWithFiles to a
3044 central location. No WK2 port implements these yet, so we needn't maintain the lists
3047 2012-02-15 Noel Gordon <noel.gordon@gmail.com>
3049 [chromium] Rebaseline JPEG image results after r107389
3050 https://bugs.webkit.org/show_bug.cgi?id=78454
3052 Unreviewed. Rebaseline #14 of N.
3054 * platform/chromium-linux/tables/mozilla/bugs/bug15544-expected.png:
3055 * platform/chromium-linux/tables/mozilla/bugs/bug17138-expected.png:
3056 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug15544-expected.png:
3057 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug17138-expected.png:
3058 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug120107-expected.png: Added.
3059 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12908-2-expected.png: Added.
3060 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug15544-expected.png: Added.
3061 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug17138-expected.png: Added.
3062 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug196870-expected.png: Added.
3063 * platform/chromium-mac/tables/mozilla/bugs/bug120107-expected.png: Removed.
3064 * platform/chromium-mac/tables/mozilla/bugs/bug12908-2-expected.png: Removed.
3065 * platform/chromium-mac/tables/mozilla/bugs/bug15544-expected.png: Removed.
3066 * platform/chromium-mac/tables/mozilla/bugs/bug17138-expected.png: Removed.
3067 * platform/chromium-mac/tables/mozilla/bugs/bug196870-expected.png: Removed.
3068 * platform/chromium-win/tables/mozilla/bugs/bug120107-expected.png:
3069 * platform/chromium-win/tables/mozilla/bugs/bug12908-2-expected.png:
3070 * platform/chromium-win/tables/mozilla/bugs/bug15544-expected.png:
3071 * platform/chromium-win/tables/mozilla/bugs/bug17138-expected.png:
3072 * platform/chromium-win/tables/mozilla/bugs/bug196870-expected.png:
3073 * platform/chromium/test_expectations.txt:
3074 * platform/mac/tables/mozilla/bugs/bug120107-expected.txt: Removed.
3075 * platform/mac/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
3076 * platform/mac/tables/mozilla/bugs/bug196870-expected.txt: Removed.
3077 * platform/qt/tables/mozilla/bugs/bug120107-expected.txt: Removed.
3078 * platform/qt/tables/mozilla/bugs/bug12908-2-expected.txt: Removed.
3079 * platform/qt/tables/mozilla/bugs/bug196870-expected.txt: Removed.
3080 * tables/mozilla/bugs/bug120107-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug120107-expected.txt.
3081 * tables/mozilla/bugs/bug12908-2-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug12908-2-expected.txt.
3082 * tables/mozilla/bugs/bug196870-expected.txt: Renamed from LayoutTests/platform/gtk/tables/mozilla/bugs/bug196870-expected.txt.
3084 2012-02-15 Erik Arvidsson <arv@chromium.org>
3086 Expose Window constructor
3087 https://bugs.webkit.org/show_bug.cgi?id=78722
3089 Reviewed by Adam Barth.
3091 * fast/dom/Window/window-constructor-presence-expected.txt: Added.
3092 * fast/dom/Window/window-constructor-presence.html: Added.
3094 2012-02-15 Kelly Norton <knorton@google.com>
3096 fill-opacity does not render properly only on Chromium Mac.
3097 https://bugs.webkit.org/show_bug.cgi?id=78624
3099 Reviewed by Stephen White.
3101 * platform/chromium-linux/svg/text/text-fill-opacity-expected.png: Added.
3102 * platform/chromium-linux/svg/text/text-fill-opacity-expected.txt: Added.
3103 * platform/chromium/test_expectations.txt:
3104 * svg/text/text-fill-opacity.svg: Added.
3106 2012-02-15 Tim Horton <timothy_horton@apple.com>
3108 REGRESSION(r105057): Dynamically changing <tspan> offsets is broken
3109 https://bugs.webkit.org/show_bug.cgi?id=78385
3110 <rdar://problem/10832932>
3112 Reviewed by Simon Fraser.
3114 Add a test ensuring that changing the offset of a <tspan> post-load results in correct layout.
3116 * platform/chromium/test_expectations.txt:
3117 * platform/mac/svg/text/tspan-dynamic-positioning-expected.png: Added.
3118 * platform/mac/svg/text/tspan-dynamic-positioning-expected.txt: Added.
3119 * svg/text/tspan-dynamic-positioning.svg: Added.
3121 2012-02-15 Nate Chapin <japhet@chromium.org>
3123 Remove Skipped tests that were broken by r107672.
3124 https://bugs.webkit.org/show_bug.cgi?id=76564
3126 Reviewed by Adam Barth.
3128 * platform/gtk/Skipped:
3129 * platform/qt/Skipped:
3131 2012-02-15 Tony Chang <tony@chromium.org>
3133 [chromium] Unreviewed. regionOverflow tests are flaky in debug.
3135 * platform/chromium/test_expectations.txt:
3137 2012-02-15 Tony Chang <tony@chromium.org>
3139 [chromium] Unreviewed, rebasing tests after r107836.
3141 * platform/chromium-linux-x86/fast/css/box-shadow-and-border-radius-expected.png:
3142 * platform/chromium-linux/fast/css/box-shadow-and-border-radius-expected.png:
3143 * platform/chromium-linux/fast/transforms/shadows-expected.png:
3144 * platform/chromium-mac-leopard/fast/css/box-shadow-and-border-radius-expected.png:
3145 * platform/chromium-mac-leopard/fast/transforms/shadows-expected.png:
3146 * platform/chromium-mac-snowleopard/fast/css/box-shadow-and-border-radius-expected.png:
3147 * platform/chromium-mac-snowleopard/fast/transforms/shadows-expected.png:
3148 * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png:
3149 * platform/chromium-win-xp/fast/css/box-shadow-and-border-radius-expected.png:
3150 * platform/chromium-win/fast/box-shadow/border-radius-big-expected.png:
3151 * platform/chromium-win/fast/css/box-shadow-and-border-radius-expected.png:
3152 * platform/chromium-win/fast/transforms/shadows-expected.png:
3153 * platform/chromium/test_expectations.txt:
3155 2012-02-15 Stephen White <senorblanco@chromium.org>
3157 Unreviewed gardening: mark a test as no longer MISSING.
3159 * platform/chromium/test_expectations.txt:
3161 2012-02-15 Tony Chang <tony@chromium.org>
3163 Unreviewed gardening: Fix more results after r107833.
3165 * fast/css/getComputedStyle/computed-style-expected.txt:
3166 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3167 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3168 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3169 * svg/css/getComputedStyle-basic-expected.txt:
3171 2012-02-15 Tony Chang <tony@chromium.org>
3173 [chromium] Unreviewed, adding the chromium-mac result for this test (test added in r107822).
3175 * platform/chromium-mac-snowleopard/css3/filters/multiple-filters-invalidation-expected.png: Added.
3177 2012-02-15 Adam Klein <adamk@chromium.org>
3179 Add a test asserting that the second argument to MutationCallback is the observer
3180 https://bugs.webkit.org/show_bug.cgi?id=78653
3182 Reviewed by Ryosuke Niwa.
3184 This is specified in the spec text, so I wanted to make sure it was
3185 properly exercised in a layout test.
3187 * fast/mutation/callback-second-argument-expected.txt: Added.
3188 * fast/mutation/callback-second-argument.html: Added.
3190 2012-02-15 Ojan Vafai <ojan@chromium.org>
3192 getComputedStyle of flex-item-align:auto should resolve to it's parent's flex-align value
3193 https://bugs.webkit.org/show_bug.cgi?id=76326
3195 Reviewed by Tony Chang.
3197 * css3/flexbox/css-properties-expected.txt:
3198 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3199 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3200 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3202 2012-02-15 Eric Carlson <eric.carlson@apple.com>
3204 Unset the active flag when TextTrackCues go away
3205 https://bugs.webkit.org/show_bug.cgi?id=72552
3207 Reviewed by Maciej Stachowiak.
3209 * media/track/track-active-cues-expected.txt: Added.
3210 * media/track/track-active-cues.html: Added.
3211 * track-cue-mutable-text.html: Update to not run test until track and video have
3213 * media/video-test.js:
3214 (waitForEventsAndCall): New, call the specified function after the list of events
3217 2012-02-15 Stephen White <senorblanco@chromium.org>
3219 Unreviewed gardening.
3221 Added baseline for new test multiple-filters-invalidation.html.
3223 * platform/chromium-win/css3/filters/multiple-filters-invalidation-expected.png: Added.
3225 2012-02-15 Adam Klein <adamk@chromium.org>
3227 Stop skipping fast/filesystem/file-writer-gc-blob.html, as FileWriter is well-supported in DRT.
3229 Unreviewed test expectations update.
3231 * platform/chromium/test_expectations.txt:
3233 2012-02-15 Tony Chang <tony@chromium.org>
3235 [chromium] Unreviewed, land chromium pixel results after r107797.
3237 * platform/chromium-linux/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3238 * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3239 * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
3240 * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
3241 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3242 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3243 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
3244 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
3245 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
3246 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3247 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
3248 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
3249 * platform/chromium-mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Removed.
3250 * platform/chromium-mac/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Removed.
3251 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Removed.
3252 * platform/chromium-mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed.
3253 * platform/chromium-win/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png:
3254 * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:
3255 * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
3256 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
3257 * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.txt: Removed.
3259 2012-02-15 Tony Chang <tony@chromium.org>
3261 fast/regions/element-region-overflow-state.html is flaky
3262 https://bugs.webkit.org/show_bug.cgi?id=78654
3264 Reviewed by Ojan Vafai.
3266 Sometimes layout happens before test() is called (e.g., if one of the
3267 script or other resources take a long time to load). In that case, we
3268 get different results. Not waiting for the load event should always
3271 * fast/regions/element-region-overflow-state-expected.txt:
3272 * fast/regions/element-region-overflow-state.html:
3273 * fast/regions/element-region-overflow-state-vertical-rl-expected.txt
3274 * fast/regions/element-region-overflow-state-vertical-rl.html
3276 2012-02-15 Adam Klein <adamk@chromium.org>
3278 Re-specify flakiness of http/tests/filesystem/workers as PASS TIMEOUT, since they never crash.
3280 Unreviewed test expectations update.
3282 * platform/chromium/test_expectations.txt:
3284 2012-02-14 Stephen White <senorblanco@chromium.org>
3286 New test to exercise invalidation of multiple CSS filters.
3287 https://bugs.webkit.org/show_bug.cgi?id=78626
3289 Reviewed by Darin Adler.
3291 * css3/filters/multiple-filters-invalidation-expected.txt: Added.
3292 * css3/filters/multiple-filters-invalidation.html: Added.
3293 * platform/mac-snowleopard/css3/filters/multiple-filters-invalidation-expected.png: Added.
3295 2012-02-15 No'am Rosenthal <noam.rosenthal@nokia.com>
3297 [Texmap] Support filters in TextureMapperImageBuffer
3298 https://bugs.webkit.org/show_bug.cgi?id=76026
3300 Unskipping hardware filter tests. They're still skipped in WebKit2.
3302 Reviewed by Kenneth Rohde Christiansen.
3304 * platform/qt-5.0-wk2/Skipped:
3305 * platform/qt/Skipped:
3306 * platform/qt/css3/filters/crash-hw-sw-switch-expected.png:
3307 * platform/qt/css3/filters/effect-blur-hw-expected.png: Added.
3308 * platform/qt/css3/filters/effect-blur-hw-expected.txt: Added.
3309 * platform/qt/css3/filters/effect-combined-expected.png: Added.
3310 * platform/qt/css3/filters/effect-combined-expected.txt: Added.
3311 * platform/qt/css3/filters/effect-combined-hw-expected.png: Added.
3312 * platform/qt/css3/filters/effect-combined-hw-expected.txt: Added.
3313 * platform/qt/css3/filters/effect-drop-shadow-hw-expected.png: Added.
3314 * platform/qt/css3/filters/effect-drop-shadow-hw-expected.txt: Added.
3315 * platform/qt/css3/filters/effect-grayscale-hw-expected.png: Added.
3316 * platform/qt/css3/filters/effect-grayscale-hw-expected.txt: Added.
3317 * platform/qt/css3/filters/effect-hue-rotate-hw-expected.png: Added.
3318 * platform/qt/css3/filters/effect-hue-rotate-hw-expected.txt: Added.
3319 * platform/qt/css3/filters/effect-invert-hw-expected.png: Added.
3320 * platform/qt/css3/filters/effect-invert-hw-expected.txt: Added.
3321 * platform/qt/css3/filters/effect-opacity-hw-expected.png: Added.
3322 * platform/qt/css3/filters/effect-opacity-hw-expected.txt: Added.
3323 * platform/qt/css3/filters/effect-saturate-hw-expected.png: Added.
3324 * platform/qt/css3/filters/effect-saturate-hw-expected.txt: Added.
3325 * platform/qt/css3/filters/effect-sepia-hw-expected.png: Added.
3326 * platform/qt/css3/filters/effect-sepia-hw-expected.txt: Added.
3328 2012-02-15 Noel Gordon <noel.gordon@gmail.com>
3330 [chromium] Rebaseline JPEG image results after r107389
3331 https://bugs.webkit.org/show_bug.cgi?id=78454
3333 Unreviewed. Rebaseline #13 of N.
3335 * platform/chromium-linux/tables/mozilla/bugs/bug10565-expected.png:
3336 * platform/chromium-linux/tables/mozilla/bugs/bug11026-expected.png:
3337 * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png:
3338 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug10565-expected.png:
3339 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug11026-expected.png:
3340 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug1188-expected.png:
3341 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug10565-expected.png: Added.
3342 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug11026-expected.png: Added.
3343 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
3344 * platform/chromium-mac/tables/mozilla/bugs/bug10565-expected.png: Removed.
3345 * platform/chromium-mac/tables/mozilla/bugs/bug11026-expected.png: Removed.
3346 * platform/chromium-win/tables/mozilla/bugs/bug10565-expected.png:
3347 * platform/chromium-win/tables/mozilla/bugs/bug11026-expected.png:
3348 * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
3349 * platform/chromium/test_expectations.txt:
3351 2012-02-15 Yury Semikhatsky <yurys@chromium.org>
3353 Web Inspector: crash when inspecting an element on a page with eval disabled by CSP
3354 https://bugs.webkit.org/show_bug.cgi?id=78705
3356 Reviewed by Pavel Feldman.
3358 * inspector/elements/resolve-node-blocked-expected.txt: Added.
3359 * inspector/elements/resolve-node-blocked.html: Added.
3361 2012-02-15 Kent Tamura <tkent@chromium.org>
3363 Clean up radio button tests
3364 https://bugs.webkit.org/show_bug.cgi?id=78679
3366 Reviewed by Kentaro Hara.
3368 - Split checkbox-radio-onchange.html into checkbox-onchange.html and radio/radio-onchange.html.
3369 - Convert the following rendering tests to text tests.
3370 radio-attr-order.html
3371 radio-nested-labels.html
3373 radio_checked_dynamic.html
3375 This change is a preparation of moving radio button tests to fast/forms/radio/.
3377 * fast/forms/checkbox-onchange-expected.txt: Added.
3378 * fast/forms/checkbox-onchange.html: Added.
3379 * fast/forms/checkbox-radio-onchange.html: Removed.
3380 * fast/forms/radio-attr-order-expected.txt: Added.
3381 * fast/forms/radio-attr-order.html:
3382 * fast/forms/radio-nested-labels-expected.txt: Added.
3383 * fast/forms/radio-nested-labels.html:
3384 * fast/forms/radio/radio-onchange-expected.txt: Added.
3385 * fast/forms/radio/radio-onchange.html: Added.
3386 * fast/forms/radio_checked-expected.txt: Added.
3387 * fast/forms/radio_checked.html:
3388 * fast/forms/radio_checked_dynamic-expected.txt: Added.
3389 * fast/forms/radio_checked_dynamic.html:
3390 * platform/chromium-linux/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3391 * platform/chromium-linux/fast/forms/radio-attr-order-expected.png: Removed.
3392 * platform/chromium-linux/fast/forms/radio-nested-labels-expected.png: Removed.
3393 * platform/chromium-linux/fast/forms/radio_checked-expected.png: Removed.
3394 * platform/chromium-linux/fast/forms/radio_checked_dynamic-expected.png: Removed.
3395 * platform/chromium-win/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3396 * platform/chromium-win/fast/forms/checkbox-radio-onchange-expected.txt: Removed.
3397 * platform/chromium-win/fast/forms/radio-attr-order-expected.png: Removed.
3398 * platform/chromium-win/fast/forms/radio-attr-order-expected.txt: Removed.
3399 * platform/chromium-win/fast/forms/radio-nested-labels-expected.png: Removed.
3400 * platform/chromium-win/fast/forms/radio-nested-labels-expected.txt: Removed.
3401 * platform/chromium-win/fast/forms/radio_checked-expected.png: Removed.
3402 * platform/chromium-win/fast/forms/radio_checked-expected.txt: Removed.
3403 * platform/chromium-win/fast/forms/radio_checked_dynamic-expected.png: Removed.
3404 * platform/chromium-win/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3405 * platform/chromium/test_expectations.txt:
3406 * platform/efl/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3407 * platform/efl/fast/forms/checkbox-radio-onchange-expected.txt: Removed.
3408 * platform/efl/fast/forms/radio-attr-order-expected.png: Removed.
3409 * platform/efl/fast/forms/radio-attr-order-expected.txt: Removed.
3410 * platform/efl/fast/forms/radio-nested-labels-expected.png: Removed.
3411 * platform/efl/fast/forms/radio-nested-labels-expected.txt: Removed.
3412 * platform/efl/fast/forms/radio_checked-expected.png: Removed.
3413 * platform/efl/fast/forms/radio_checked-expected.txt: Removed.
3414 * platform/efl/fast/forms/radio_checked_dynamic-expected.png: Removed.
3415 * platform/efl/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3416 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3417 * platform/gtk/fast/forms/checkbox-radio-onchange-expected.txt: Removed.
3418 * platform/gtk/fast/forms/radio-attr-order-expected.png: Removed.
3419 * platform/gtk/fast/forms/radio-attr-order-expected.txt: Removed.
3420 * platform/gtk/fast/forms/radio-nested-labels-expected.png: Removed.
3421 * platform/gtk/fast/forms/radio-nested-labels-expected.txt: Removed.
3422 * platform/gtk/fast/forms/radio_checked-expected.png: Removed.
3423 * platform/gtk/fast/forms/radio_checked-expected.txt: Removed.
3424 * platform/gtk/fast/forms/radio_checked_dynamic-expected.png: Removed.
3425 * platform/gtk/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3426 * platform/mac-leopard/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3427 * platform/mac-leopard/fast/forms/radio-attr-order-expected.png: Removed.
3428 * platform/mac-leopard/fast/forms/radio-nested-labels-expected.png: Removed.
3429 * platform/mac-leopard/fast/forms/radio_checked-expected.png: Removed.
3430 * platform/mac-leopard/fast/forms/radio_checked_dynamic-expected.png: Removed.
3431 * platform/mac-snowleopard/fast/forms/radio_checked-expected.png: Removed.
3432 * platform/mac-snowleopard/fast/forms/radio_checked-expected.txt: Removed.
3433 * platform/mac-snowleopard/fast/forms/radio_checked_dynamic-expected.png: Removed.
3434 * platform/mac-snowleopard/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3435 * platform/mac/fast/forms/checkbox-radio-onchange-expected.png: Removed.
3436 * platform/mac/fast/forms/checkbox-radio-onchange-expected.txt: Removed.
3437 * platform/mac/fast/forms/radio-attr-order-expected.png: Removed.
3438 * platform/mac/fast/forms/radio-attr-order-expected.txt: Removed.
3439 * platform/mac/fast/forms/radio-nested-labels-expected.png: Removed.
3440 * platform/mac/fast/forms/radio-nested-labels-expected.txt: Removed.
3441 * platform/mac/fast/forms/radio_checked-expected.png: Removed.
3442 * platform/mac/fast/forms/radio_checked-expected.txt: Removed.
3443 * platform/mac/fast/forms/radio_checked_dynamic-expected.png: Removed.
3444 * platform/mac/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3445 * platform/qt-mac/Skipped:
3446 * platform/qt/fast/forms/checkbox-radio-onchange-expected.txt: Removed.
3447 * platform/qt/fast/forms/radio-attr-order-expected.txt: Removed.
3448 * platform/qt/fast/forms/radio-nested-labels-expected.txt: Removed.
3449 * platform/qt/fast/forms/radio_checked-expected.txt: Removed.
3450 * platform/qt/fast/forms/radio_checked_dynamic-expected.txt: Removed.
3452 2012-02-15 Nikolas Zimmermann <nzimmermann@rim.com>
3454 Not reviewed. Update SnowLeopard SVG pixel test baseline - chunk 1.
3456 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
3457 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
3458 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/painting-control-04-f-expected.png:
3459 * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
3460 * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
3461 * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
3462 * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
3463 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: Added.
3464 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
3465 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
3466 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
3467 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
3468 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
3469 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
3470 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
3471 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
3472 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
3473 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
3474 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
3475 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
3476 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
3477 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
3478 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
3479 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
3480 * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png:
3481 * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Added.
3482 * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Added.
3483 * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: Added.
3484 * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
3485 * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: Added.
3486 * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: Added.
3487 * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: Added.
3488 * platform/mac-snowleopard/svg/as-background-image/svg-as-background-6-expected.png:
3489 * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png:
3490 * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Added.
3491 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png:
3492 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
3493 * platform/mac-snowleopard/svg/as-image/animated-svg-as-image-same-image-expected.png:
3494 * platform/mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png:
3495 * platform/mac-snowleopard/svg/as-object/embedded-svg-immediate-offsetWidth-query-expected.png:
3496 * platform/mac-snowleopard/svg/as-object/embedded-svg-size-changes-expected.png:
3497 * platform/mac-snowleopard/svg/as-object/nested-embedded-svg-size-changes-expected.png:
3498 * platform/mac-snowleopard/svg/batik/filters/feTile-expected.png:
3499 * platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
3500 * platform/mac-snowleopard/svg/batik/masking/maskRegions-expected.png:
3501 * platform/mac-snowleopard/svg/batik/text/smallFonts-expected.png:
3502 * platform/mac-snowleopard/svg/batik/text/textEffect-expected.png:
3503 * platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png:
3504 * platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png:
3505 * platform/mac-snowleopard/svg/carto.net/window-expected.png:
3506 * platform/mac-snowleopard/svg/css/path-gradient-stroke-shadow-expected.png: Added.
3507 * platform/mac-snowleopard/svg/css/rect-gradient-stroke-shadow-expected.png: Added.
3508 * platform/mac-snowleopard/svg/css/shadow-changes-expected.png:
3509 * platform/mac-snowleopard/svg/custom/absolute-sized-content-with-resources-expected.png:
3510 * platform/mac-snowleopard/svg/custom/circle-move-invalidation-expected.png:
3511 * platform/mac-snowleopard/svg/custom/convolution-crash-expected.png: Added.
3512 * platform/mac-snowleopard/svg/custom/createImageElement-expected.png: Added.
3513 * platform/mac-snowleopard/svg/custom/createImageElement2-expected.png:
3514 * platform/mac-snowleopard/svg/custom/empty-merge-expected.png: Added.
3515 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
3516 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
3517 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
3518 * platform/mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
3519 * platform/mac-snowleopard/svg/custom/feDisplacementMap-01-expected.png: Added.
3520 * platform/mac-snowleopard/svg/custom/focus-ring-expected.png:
3521 * platform/mac-snowleopard/svg/custom/foreignObject-crash-on-hover-expected.png:
3522 * platform/mac-snowleopard/svg/custom/getTransformToElement-expected.png:
3523 * platform/mac-snowleopard/svg/custom/grayscale-gradient-mask-2-expected.png: Added.
3524 * platform/mac-snowleopard/svg/custom/group-opacity-expected.png:
3525 * platform/mac-snowleopard/svg/custom/hit-test-unclosed-subpaths-expected.png:
3526 * platform/mac-snowleopard/svg/custom/hit-test-with-br-expected.png:
3527 * platform/mac-snowleopard/svg/custom/image-parent-translation-expected.png:
3528 * platform/mac-snowleopard/svg/custom/image-small-width-height-expected.png:
3529 * platform/mac-snowleopard/svg/custom/image-with-prefix-in-webarchive-expected.png: Added.
3530 * platform/mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png:
3531 * platform/mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
3532 * platform/mac-snowleopard/svg/custom/js-late-clipPath-and-object-creation-expected.png: Added.
3533 * platform/mac-snowleopard/svg/custom/js-update-image-and-display-expected.png: Added.
3534 * platform/mac-snowleopard/svg/custom/js-update-image-and-display2-expected.png: Added.
3535 * platform/mac-snowleopard/svg/custom/js-update-image-and-display3-expected.png: Added.
3536 * platform/mac-snowleopard/svg/custom/js-update-image-expected.png: Added.
3537 * platform/mac-snowleopard/svg/custom/js-update-stop-linked-gradient-expected.png:
3538 * platform/mac-snowleopard/svg/custom/mask-invalidation-expected.png:
3539 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-expected.png:
3540 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
3541 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-expected.png:
3542 * platform/mac-snowleopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
3543 * platform/mac-snowleopard/svg/custom/non-opaque-filters-expected.png:
3544 * platform/mac-snowleopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added.
3545 * platform/mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
3546 * platform/mac-snowleopard/svg/custom/pointer-events-image-expected.png:
3547 * platform/mac-snowleopard/svg/custom/recursive-filter-expected.png:
3548 * platform/mac-snowleopard/svg/custom/relative-sized-content-expected.png:
3549 * platform/mac-snowleopard/svg/custom/relative-sized-content-with-resources-expected.png:
3550 * platform/mac-snowleopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
3551 * platform/mac-snowleopard/svg/custom/relative-sized-image-expected.png: Added.
3552 * platform/mac-snowleopard/svg/custom/relative-sized-inner-svg-expected.png:
3553 * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-expected.png:
3554 * platform/mac-snowleopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
3555 * platform/mac-snowleopard/svg/custom/relative-sized-use-on-symbol-expected.png:
3556 * platform/mac-snowleopard/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
3557 * platform/mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png: Added.
3558 * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
3559 * platform/mac-snowleopard/svg/custom/text-filter-expected.png: Added.
3560 * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png:
3561 * platform/mac-snowleopard/svg/custom/text-xy-updates-SVGList-expected.png:
3562 * platform/mac-snowleopard/svg/custom/transform-with-shadow-and-gradient-expected.png: Added.
3563 * platform/mac-snowleopard/svg/custom/use-clipped-hit-expected.png:
3564 * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png:
3565 * platform/mac-snowleopard/svg/custom/use-elementInstance-event-target-expected.png:
3566 * platform/mac-snowleopard/svg/custom/use-elementInstance-methods-expected.png:
3567 * platform/mac-snowleopard/svg/custom/use-event-handler-on-referenced-element-expected.png:
3568 * platform/mac-snowleopard/svg/custom/use-event-handler-on-use-element-expected.png:
3569 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-bubbling-expected.png: Added.
3570 * platform/mac-snowleopard/svg/custom/use-instanceRoot-event-listeners-expected.png: Added.
3571 * platform/mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
3572 * platform/mac-snowleopard/svg/custom/visibility-override-filter-expected.png: Added.
3573 * platform/mac-snowleopard/svg/dom/SVGPathSegList-segment-modification-expected.png:
3574 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png:
3575 * platform/mac-snowleopard/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
3577 2012-02-13 Vsevolod Vlasov <vsevik@chromium.org>
3579 Web Inspector: [InspectorIndexedDB] Pass data entries from object stores and indexes to front-end.
3580 https://bugs.webkit.org/show_bug.cgi?id=78503
3582 Reviewed by Yury Semikhatsky.
3584 * http/tests/inspector/indexeddb/database-data-expected.txt: Added.
3585 * http/tests/inspector/indexeddb/database-data.html: Added.
3586 * http/tests/inspector/indexeddb/database-names-expected.txt:
3587 * http/tests/inspector/indexeddb/database-structure-expected.txt:
3588 * http/tests/inspector/indexeddb/indexeddb-test.js:
3589 (initialize_IndexedDBTest.InspectorTest.evaluateWithCallback):
3590 (initialize_IndexedDBTest.InspectorTest.addIDBValue):
3591 (initialize_IndexedDBTest):
3592 (doWithReadWriteTransaction.step2.innerCommitCallback):
3593 (doWithReadWriteTransaction.step2):
3594 (doWithReadWriteTransaction):
3595 (addIDBValue.doWithReadWriteTransaction.withTransactionCallback):
3598 2012-02-15 Kent Tamura <tkent@chromium.org>
3600 Unreviewed, change the encoding of a test HTML.
3602 * fast/forms/radio-nested-labels.html: Convert from UTF-16 to UTF-8.
3604 2012-02-15 Nikolas Zimmermann <nzimmermann@rim.com>
3606 Switch svg/dynamic-updates tests to repaint harness
3607 https://bugs.webkit.org/show_bug.cgi?id=78219
3609 Make all tests that exercise repainting use the fast/repaint/resources/repaint.js harness.
3610 This is the last step, all svg tests have been converted.
3612 The only relevant change to look at is svg/dynamic-updates/resources/SVGTestCase.js, the rest is mechanic, done by a script.
3613 Ran following magic in svg/dynamic-updates: (inject repaint.js in all *.html files in that folder, and register onload handler)
3614 find . -type f -name "*.html" | xargs perl -pi -e "s/js-test-pre\.js\"><\/script\>/js-test-pre\.js\"><\/script\>\n\<script src=\"..\/..\/fast\/repaint\/resources\/repaint\.js\"\>\<\/script\>/"
3615 find . -type f -name "*.html" | xargs perl -pi -e "s/<body>/<body onload=\"runRepaintTest()\">/"
3617 And in svg/dynamic-updates/script-tests: (remove manual startTest function calls, and rename executeTest to repaintTest).
3618 find . -type f -name "*.js" | xargs perl -pi -e "s/startTest\(.*\);\n//"
3619 find . -type f -name "*.js" | xargs perl -pi -e "s/function\ executeTest/function\ repaintTest/"
3621 Only a few tests needed other adjustments.
3623 * platform/chromium/test_expectations.txt:
3624 * svg/animations/resources/SVGAnimationTestCase.js:
3627 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png:
3628 * platform/mac/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png:
3630 * svg/dynamic-updates/SVG-dynamic-css-transform.html:
3631 * svg/dynamic-updates/SVGAElement-dom-href-attr.html:
3633 * svg/dynamic-updates/resources/SVGTestCase.js: Changed to utilize the repaint.js harness.
3634 (createSVGTestCase):
3636 * svg/dynamic-updates/resources/linkTarget.svg:
3637 * svg/dynamic-updates/script-tests/SVGAElement-dom-href-attr.js:
3639 * svg/dynamic-updates/script-tests/SVGAElement-dom-target-attr.js:
3642 * svg/dynamic-updates/script-tests/TEMPLATE.html: Removed.
3644 2012-02-15 Kent Tamura <tkent@chromium.org>
3646 Unreviewed, correct svn:mime-type of a test.
3648 * fast/forms/radio-nested-labels.html:
3649 Modified property svn:mime-type from application/octet-stream to text/html.
3651 2012-02-15 Roland Steiner <rolandsteiner@chromium.org>
3653 <style scoped>: Allow <style scoped> as a direct child of a ShadowRoot
3654 https://bugs.webkit.org/show_bug.cgi?id=77853
3656 Test registration of <style scoped> as a direct child of a ShadowRoot.
3658 Reviewed by Dimitri Glazkov.
3660 * fast/css/style-scoped/registering-shadowroot-expected.txt: Added.
3661 * fast/css/style-scoped/registering-shadowroot.html: Added.
3663 2012-02-14 Pavel Feldman <pfeldman@chromium.org>
3665 Web Inspector: implement redo for DOM actions.
3666 https://bugs.webkit.org/show_bug.cgi?id=78601
3668 Reviewed by Yury Semikhatsky.
3670 * http/tests/inspector/elements-test.js:
3671 (initialize_ElementTest.InspectorTest.generateUndoTest):
3672 * inspector/elements/undo-dom-edits-2-expected.txt:
3673 * inspector/elements/undo-dom-edits-expected.txt:
3674 * inspector/styles/undo-add-new-rule-expected.txt:
3675 * inspector/styles/undo-add-new-rule.html:
3676 * inspector/styles/undo-add-property-expected.txt:
3677 * inspector/styles/undo-add-property.html:
3678 * inspector/styles/undo-change-property-expected.txt:
3679 * inspector/styles/undo-change-property.html:
3680 * inspector/styles/undo-property-toggle-expected.txt:
3681 * inspector/styles/undo-property-toggle.html:
3682 * inspector/styles/undo-set-selector-text-expected.txt:
3683 * inspector/styles/undo-set-selector-text.html:
3685 2012-02-14 Nikolas Zimmermann <nzimmermann@rim.com>
3687 Convert svg/animations to use SMIL methods for driving the timeline
3688 https://bugs.webkit.org/show_bug.cgi?id=78422
3690 Rubber-stamped by Simon Hausmann.
3692 Further cleanup of the svg/animation tests. Always use "0.001" as sampling time
3693 for "just-after-anim-begin" instead of 0.1/0.01 variations. Use "3.999" as
3694 "just-before-anim-end" time instead of 3.9/3.99 variations.
3696 Use a default tolerance of 0.1, instead of the strict 0.01, to avoid having
3697 to expect values like "199.98". Use "200" instead. That doesn't reduce the
3698 value of any of the tests, but its likely to be more stable.
3700 Changed some real-quick running animamtions to have a higher duration.
3701 This minimizes the sampling time error when sampling the animation right after
3702 it started (svg/animation/*nested-transforms*). This doesn't affect the runtime
3703 of the tests at all, as we manually drive the timeline anyways.
3705 Always use shouldBe() instead of shouldBeCloseEnough() if the sampling time
3706 is an integer, like 2.0 for animations that eg. animate x from 0 to 200.
3707 Sampling exactly at 2.0, yields 100, so there's no need to check for equal
3710 * platform/chromium/test_expectations.txt:
3711 * svg/animations/animate-calcMode-spline-by-expected.txt:
3712 * svg/animations/animate-calcMode-spline-from-by-expected.txt:
3713 * svg/animations/animate-calcMode-spline-from-to-expected.txt:
3714 * svg/animations/animate-calcMode-spline-to-expected.txt:
3715 * svg/animations/animate-calcMode-spline-values-expected.txt:
3716 * svg/animations/animate-path-animation-Cc-Ss-expected.txt:
3717 * svg/animations/animate-path-animation-Ll-Vv-Hh-expected.txt:
3718 * svg/animations/animate-path-animation-cC-sS-inverse-expected.txt:
3719 * svg/animations/animate-path-animation-lL-vV-hH-inverse-expected.txt:
3720 * svg/animations/animate-path-nested-transforms-expected.txt:
3721 * svg/animations/animate-path-to-animation-expected.txt:
3722 * svg/animations/animate-text-nested-transforms-expected.txt:
3723 * svg/animations/resources/SVGAnimationTestCase.js:
3724 (shouldBeCloseEnough):
3725 * svg/animations/script-tests/animVal-basics.js:
3727 * svg/animations/script-tests/animate-calcMode-spline-by.js:
3730 * svg/animations/script-tests/animate-calcMode-spline-from-by.js:
3733 * svg/animations/script-tests/animate-calcMode-spline-from-to.js:
3736 * svg/animations/script-tests/animate-calcMode-spline-to.js:
3739 * svg/animations/script-tests/animate-calcMode-spline-values.js:
3742 * svg/animations/script-tests/animate-color-rgba-calcMode-discrete.js:
3744 * svg/animations/script-tests/animate-dynamic-update-attributeName.js:
3746 * svg/animations/script-tests/animate-end-attribute.js:
3748 * svg/animations/script-tests/animate-mpath-insert.js:
3751 * svg/animations/script-tests/animate-path-animation-Cc-Ss.js:
3755 * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js:
3759 * svg/animations/script-tests/animate-path-animation-Qq-Tt.js:
3763 * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js:
3767 * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js:
3771 * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js:
3775 * svg/animations/script-tests/animate-path-nested-transforms.js:
3778 * svg/animations/script-tests/animate-path-to-animation.js:
3781 * svg/animations/script-tests/animate-text-nested-transforms.js:
3784 * svg/animations/script-tests/animateTransform-pattern-transform.js:
3786 * svg/animations/script-tests/svgangle-animation-deg-to-grad.js:
3789 * svg/animations/script-tests/svgangle-animation-deg-to-rad.js:
3792 * svg/animations/script-tests/svgangle-animation-grad-to-deg.js:
3795 * svg/animations/script-tests/svgangle-animation-grad-to-rad.js:
3798 * svg/animations/script-tests/svgangle-animation-rad-to-deg.js:
3801 * svg/animations/script-tests/svgangle-animation-rad-to-grad.js:
3804 * svg/animations/script-tests/svginteger-animation-1.js:
3806 * svg/animations/script-tests/svglength-animation-LengthModeHeight.js:
3809 * svg/animations/script-tests/svglength-animation-LengthModeOther.js:
3812 * svg/animations/script-tests/svglength-animation-LengthModeWidth.js:
3815 * svg/animations/script-tests/svglength-animation-number-to-number.js:
3818 * svg/animations/script-tests/svglength-animation-px-to-cm.js:
3821 * svg/animations/script-tests/svglength-animation-px-to-ems.js:
3824 * svg/animations/script-tests/svglength-animation-px-to-exs.js:
3827 * svg/animations/script-tests/svglength-animation-px-to-in.js:
3830 * svg/animations/script-tests/svglength-animation-px-to-number.js:
3833 * svg/animations/script-tests/svglength-animation-px-to-pc.js:
3836 * svg/animations/script-tests/svglength-animation-px-to-percentage.js:
3839 * svg/animations/script-tests/svglength-animation-px-to-pt.js:
3842 * svg/animations/script-tests/svglength-animation-px-to-px.js:
3845 * svg/animations/script-tests/svglength-animation-values.js:
3850 * svg/animations/script-tests/svglengthlist-animation-1.js:
3852 * svg/animations/script-tests/svglengthlist-animation-2.js:
3855 * svg/animations/script-tests/svglengthlist-animation-3.js:
3858 * svg/animations/script-tests/svglengthlist-animation-4.js:
3860 * svg/animations/script-tests/svglengthlist-animation-5.js:
3862 * svg/animations/script-tests/svgnumber-animation-1.js:
3864 * svg/animations/script-tests/svgnumber-animation-2.js:
3866 * svg/animations/script-tests/svgnumberlist-animation-1.js:
3869 * svg/animations/script-tests/svgnumberlist-animation-2.js:
3872 * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js:
3875 * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js:
3878 * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js:
3881 * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js:
3884 * svg/animations/script-tests/svgpath-animation-1.js:
3887 * svg/animations/script-tests/svgpointlist-animation-1.js:
3889 * svg/animations/script-tests/svgpointlist-animation-2.js:
3891 * svg/animations/script-tests/svgrect-animation-1.js:
3893 * svg/animations/script-tests/svgrect-animation-2.js:
3895 * svg/animations/script-tests/svgtransform-animation-1.js:
3899 * svg/animations/script-tests/svgtransform-animation-discrete.js:
3903 * svg/animations/svgangle-animation-deg-to-grad-expected.txt:
3904 * svg/animations/svgangle-animation-deg-to-rad-expected.txt:
3905 * svg/animations/svgangle-animation-grad-to-deg-expected.txt:
3906 * svg/animations/svgangle-animation-grad-to-rad-expected.txt:
3907 * svg/animations/svgangle-animation-rad-to-deg-expected.txt:
3908 * svg/animations/svgangle-animation-rad-to-grad-expected.txt:
3909 * svg/animations/svglength-animation-LengthModeHeight-expected.txt:
3910 * svg/animations/svglength-animation-LengthModeOther-expected.txt:
3911 * svg/animations/svglength-animation-LengthModeWidth-expected.txt:
3912 * svg/animations/svglength-animation-number-to-number-expected.txt:
3913 * svg/animations/svglength-animation-px-to-cm-expected.txt:
3914 * svg/animations/svglength-animation-px-to-ems-expected.txt:
3915 * svg/animations/svglength-animation-px-to-exs-expected.txt:
3916 * svg/animations/svglength-animation-px-to-in-expected.txt:
3917 * svg/animations/svglength-animation-px-to-number-expected.txt:
3918 * svg/animations/svglength-animation-px-to-pc-expected.txt:
3919 * svg/animations/svglength-animation-px-to-percentage-expected.txt:
3920 * svg/animations/svglength-animation-px-to-pt-expected.txt:
3921 * svg/animations/svglength-animation-px-to-px-expected.txt:
3922 * svg/animations/svglength-animation-values-expected.txt:
3923 * svg/animations/svglengthlist-animation-2-expected.txt:
3924 * svg/animations/svgnumberlist-animation-1-expected.txt:
3925 * svg/animations/svgnumberlist-animation-2-expected.txt:
3926 * svg/animations/svgpath-animation-1-expected.txt:
3927 * svg/animations/svgpointlist-animation-1-expected.txt:
3928 * svg/animations/svgpointlist-animation-2-expected.txt:
3929 * svg/animations/svgrect-animation-1-expected.txt:
3930 * svg/animations/svgrect-animation-2-expected.txt:
3931 * svg/animations/svgtransform-animation-1-expected.txt:
3933 2012-02-15 Philippe Normand <pnormand@igalia.com>
3935 Unreviewed, GTK rebaseline after r107785 and r107762. Also
3936 skipping a new SVG failure.
3938 * platform/gtk/Skipped:
3939 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
3940 * platform/gtk/media/video-controls-rendering-expected.txt:
3941 * platform/gtk/media/video-zoom-expected.txt:
3943 2012-02-15 Csaba Osztrogonác <ossy@webkit.org>
3945 [Qt] Unreviewed morning gardening.
3947 * platform/qt/fast/dom/Range/surround-contents-font-face-crash-expected.txt: Added after r107749.
3948 * platform/qt/fast/dom/Window/window-properties-expected.txt: Updated after r107785.
3950 2012-02-15 Yuta Kitamura <yutak@chromium.org>
3952 WebSocket: MessageEvent fired during send() on workers
3953 https://bugs.webkit.org/show_bug.cgi?id=76521
3955 Reviewed by David Levin.
3957 * http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op-expected.txt: Added.
3958 * http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html: Added.
3959 * http/tests/websocket/tests/hybi/workers/resources/no-onmessage-in-sync-op.js:
3960 Added. The server sends messages immediately after the connection is established, but
3961 these messages should not be delivered until the script exits the current cycle of
3962 the event loop. The script calls a few synchronous operations to make sure we don't
3963 fire MessageEvents while we are waiting for these operations to finish.
3964 * http/tests/websocket/tests/hybi/workers/resources/no-onmessage-in-sync-op_wsh.py: Added.
3966 2012-02-15 Noel Gordon <noel.gordon@gmail.com>
3968 [chromium] Rebaseline JPEG image results after r107389
3969 https://bugs.webkit.org/show_bug.cgi?id=78454
3971 Unreviewed. Rebaseline #11 of N.
3973 * platform/chromium-linux/svg/custom/image-rescale-clip-expected.png:
3974 * platform/chromium-linux/svg/custom/image-rescale-clip-expected.txt: Removed.
3975 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.png:
3976 * platform/chromium-linux/svg/custom/image-rescale-scroll-expected.txt: Removed.
3977 * platform/chromium-mac-leopard/svg/custom/image-rescale-clip-expected.png:
3978 * platform/chromium-mac-leopard/svg/custom/image-rescale-scroll-expected.png:
3979 * platform/chromium-mac-snowleopard/svg/custom/image-rescale-clip-expected.png: Added.
3980 * platform/chromium-mac-snowleopard/svg/custom/image-rescale-expected.png: Added.
3981 * platform/chromium-mac-snowleopard/svg/custom/image-rescale-scroll-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/image-rescale-scroll-expected.png.
3982 * platform/chromium-mac/svg/custom/image-rescale-clip-expected.png: Removed.
3983 * platform/chromium-mac/svg/custom/image-rescale-expected.png: Removed.
3984 * platform/chromium-win/svg/custom/image-rescale-clip-expected.png:
3985 * platform/chromium-win/svg/custom/image-rescale-expected.png:
3986 * platform/chromium-win/svg/custom/image-rescale-scroll-expected.png:
3987 * platform/chromium/test_expectations.txt:
3988 * platform/mac/svg/custom/image-rescale-expected.txt: Removed.
3989 * platform/qt/svg/custom/image-rescale-expected.txt: Removed.
3990 * svg/custom/image-rescale-expected.txt: Renamed from LayoutTests/platform/gtk/svg/custom/image-rescale-expected.txt.
3992 2012-02-14 Hao Zheng <zhenghao@chromium.org>
3994 Cleanup pending transaction queue in Database.
3995 https://bugs.webkit.org/show_bug.cgi?id=75048