1 2012-02-27 Ken Buchanan <kenrb@chromium.org>
3 Absolute positioned elements with Inline Relative Positioned Container are not layout correctly
4 https://bugs.webkit.org/show_bug.cgi?id=78713
6 Reviewed by David Hyatt.
8 Test case originally by Robin Cao. This exercises the crashing
9 condition in bug 78713.
11 * fast/css/positioned-in-relative-position-inline-crash-expected.txt: Added.
12 * fast/css/positioned-in-relative-position-inline-crash.html: Added.
14 2012-02-27 Pavel Feldman <pfeldman@google.com>
16 Web Inspector: move record formatting into the timeline presentation model.
17 https://bugs.webkit.org/show_bug.cgi?id=79684
19 Reviewed by Vsevolod Vlasov.
21 * inspector/timeline/timeline-receive-response-event.html:
23 2012-02-27 Gavin Barraclough <barraclough@apple.com>
25 RegExp lastIndex should behave as a regular property
26 https://bugs.webkit.org/show_bug.cgi?id=79446
28 Reviewed by Sam Weinig.
30 lastIndex should be a regular data descriptor, with the attributes configurable:false,
31 enumerable:false, writable:true. As such, it should be possible to reconfigure writable
32 as false. If the lastIndex property is reconfigured to be read-only, we should respect
35 * fast/regex/lastIndex-expected.txt: Added.
36 * fast/regex/lastIndex.html: Added.
37 * fast/regex/script-tests/lastIndex.js: Added.
38 - Added test cases for correct handling of lastIndex.
40 2012-02-27 Adrienne Walker <enne@google.com>
42 [chromium] Unreviewed gardening, mark getPutImageDataPair as slow
43 https://bugs.webkit.org/show_bug.cgi?id=79679
45 * platform/chromium/test_expectations.txt:
47 2012-02-27 Michael Saboff <msaboff@apple.com>
49 Error check regexp min quantifier
50 https://bugs.webkit.org/show_bug.cgi?id=70648
52 Reviewed by Gavin Barraclough.
54 New test added to check for newly generated SyntaxError.
56 * fast/regex/overflow-expected.txt:
57 * fast/regex/script-tests/overflow.js:
60 2012-02-27 Pavel Feldman <pfeldman@google.com>
62 Web Inspector: extract TimelineModel and TimelinePresentationModel into their own files.
63 https://bugs.webkit.org/show_bug.cgi?id=79675
65 Reviewed by Vsevolod Vlasov.
67 * inspector/timeline/timeline-enum-stability.html:
68 * inspector/timeline/timeline-network-resource.html:
69 * inspector/timeline/timeline-paint.html:
70 * inspector/timeline/timeline-script-tag-1.html:
71 * inspector/timeline/timeline-test.js:
72 (initialize_Timeline.InspectorTest.waitForRecordType.addRecord):
73 (initialize_Timeline.InspectorTest.waitForRecordType):
74 (initialize_Timeline.InspectorTest.printTimelineRecords):
75 (initialize_Timeline.InspectorTest.dumpTimelineRecord):
76 (initialize_Timeline.InspectorTest._timelineAgentTypeToString):
78 2012-02-27 Alexander Pavlov <apavlov@chromium.org>
80 Web Inspector: [Styles] Allow adding CSS properties anywhere in the style declaration, not only at the end
81 https://bugs.webkit.org/show_bug.cgi?id=79662
83 Reviewed by Pavel Feldman.
85 * inspector/styles/styles-add-blank-property-expected.txt:
86 * inspector/styles/styles-add-blank-property.html:
87 * inspector/styles/styles-formatting.html:
88 * inspector/styles/styles-history.html:
89 * inspector/styles/undo-add-property-expected.txt:
90 * inspector/styles/undo-add-property.html:
92 2012-02-27 Ilya Tikhonovsky <loislo@chromium.org>
94 Unreviewed fix for lint error after r108992.
96 * platform/chromium/test_expectations.txt:
98 2012-02-27 Pavel Feldman <pfeldman@google.com>
100 [Shadow]: Expose one ShadowRoot in the Elements panel
101 https://bugs.webkit.org/show_bug.cgi?id=78202
103 Reviewed by Yury Semikhatsky.
105 * inspector/console/console-dirxml-expected.txt:
107 2012-02-27 Pavel Feldman <pfeldman@google.com>
109 Web Inspector: drop protocol-level tests
110 https://bugs.webkit.org/show_bug.cgi?id=79671
112 Reviewed by Vsevolod Vlasov.
114 * inspector/protocol/console-agent-expected.txt: Removed.
115 * inspector/protocol/console-agent.html: Removed.
116 * inspector/protocol/runtime-agent-expected.txt: Removed.
117 * inspector/protocol/runtime-agent.html: Removed.
119 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>
121 [Qt][WK2] Skip one more crashing test.
123 * platform/qt-5.0-wk2/Skipped:
125 2012-02-27 MORITA Hajime <morrita@google.com>
127 Removing <ul>, <li> inside shadow DOM triggers assertion in updateListMarkerNumbers
128 https://bugs.webkit.org/show_bug.cgi?id=72440
130 Reviewed by Ryosuke Niwa.
132 * fast/dom/shadow/shadow-ul-li-expected.txt: Added.
133 * fast/dom/shadow/shadow-ul-li.html: Added.
134 * fast/dom/shadow/shadow-ul-li.html:
135 * platform/mac/Skipped:
136 * platform/qt/Skipped:
137 * platform/win/Skipped:
138 * platform/wk2/Skipped:
140 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>
142 Unreviewed gardening.
144 * platform/qt-5.0-wk1/Skipped: Skip a new timeouting test.
145 * platform/qt-5.0-wk2/Skipped: Skip a new _crashing_ test.
146 * platform/wk2/Skipped: Unskip non-existning tests, rename entries as real files renamed before.
148 2012-02-27 Kenichi Ishibashi <bashi@chromium.org>
150 [Chromium] Unreviewed test expectations update.
152 Following tests are flaky:
153 - compositing/reflections/remove-add-reflection.html
154 - compositing/reflections/nested-reflection-transition.html
156 * platform/chromium/test_expectations.txt:
158 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>
160 [Qt] Unreviewed gardening, try to skip previous tests to avoid crashes.
162 * platform/qt/Skipped:
164 2012-02-27 Kenichi Ishibashi <bashi@chromium.org>
166 [Chromium] Unreviewed test expectations update.
168 Following tests are flaky:
169 - compositing/reflections/reflection-ordering.html
170 - compositing/reflections/reflection-positioning.html
171 - compositing/reflections/nested-reflection-transformed.html
172 - compositing/reflections/nested-reflection-transformed2.html
174 * platform/chromium/test_expectations.txt:
176 2012-02-21 Pavel Podivilov <podivilov@chromium.org>
178 Web Inspector: get rid of RawSourceCode.sourceMapping getter.
179 https://bugs.webkit.org/show_bug.cgi?id=79461
181 Reviewed by Yury Semikhatsky.
183 * inspector/debugger/breakpoint-manager.html:
184 * inspector/debugger/callstack-placards-discarded-expected.txt:
185 * inspector/debugger/callstack-placards-discarded.html:
186 * inspector/debugger/raw-source-code.html:
188 2012-02-27 Mihnea Ovidenie <mihnea@adobe.com>
190 [CSSRegions]Implement NamedFlow::getRegionsByContentNode
191 https://bugs.webkit.org/show_bug.cgi?id=77746
193 Reviewed by David Hyatt.
195 * fast/regions/get-regions-by-content-node-expected.txt: Added.
196 * fast/regions/get-regions-by-content-node-horiz-bt-expected.txt: Added.
197 * fast/regions/get-regions-by-content-node-horiz-bt.html: Added.
198 * fast/regions/get-regions-by-content-node-horiz-tb-expected.txt: Added.
199 * fast/regions/get-regions-by-content-node-horiz-tb.html: Added.
200 * fast/regions/get-regions-by-content-node-vert-lr-expected.txt: Added.
201 * fast/regions/get-regions-by-content-node-vert-lr.html: Added.
202 * fast/regions/get-regions-by-content-node-vert-rl-expected.txt: Added.
203 * fast/regions/get-regions-by-content-node-vert-rl.html: Added.
204 * fast/regions/get-regions-by-content-node.html: Added.
205 * fast/regions/get-regions-by-content-node2-expected.txt: Added.
206 * fast/regions/get-regions-by-content-node2.html: Added.
208 2012-02-27 Kenichi Ishibashi <bashi@chromium.org>
210 [Chromium] Unreviewed test expectaion update.
212 * platform/chromium/test_expectations.txt: Changed expectation for http/tests/xmlhttprequest/xmlhttprequest-no-content-length-onProgress.html.
214 2012-02-27 Kenichi Ishibashi <bashi@chromium.org>
216 [Chromium] Unreviewed test expectations update.
217 https://bugs.webkit.org/show_bug.cgi?id=79642
219 Following tests time out:
220 - accessibility/aria-describedby-on-input.html
221 - fast/loader/subresource-willSendRequest-null.html
222 - http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html
223 - media/video-playbackrate.html
225 * platform/chromium/test_expectations.txt:
227 2012-02-27 Csaba Osztrogonác <ossy@webkit.org>
229 [Qt] Unreviewed gardening, skip the following crashing svg test.
231 * platform/qt/Skipped:
233 2012-02-26 Csaba Osztrogonác <ossy@webkit.org>
235 [Qt] Unreviewed gardening, skip new failing and crashing tests to paint the bots green.
237 * platform/qt-5.0/Skipped:
238 * platform/qt-mac/Skipped:
239 * platform/qt/Skipped:
241 2012-02-26 Yoshifumi Inoue <yosin@chromium.org>
243 LayoutTests/fast/forms/number/input-number-events.html is failing since r108228
244 https://bugs.webkit.org/show_bug.cgi?id=79329
246 Update input-number-events.html test for r108228. Spin buttons of number input field
247 fire both input and change events.
249 Reviewed by Kent Tamura.
251 * fast/forms/number/input-number-events-expected.txt: We get one change event from spin button click.
252 * fast/forms/number/input-number-events.html: Change to one for change event.
254 2012-02-26 Filip Pizlo <fpizlo@apple.com>
256 Unreviewed, update expectation files due to slight changes in the text
259 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T1-expected.txt:
260 * sputnik/Conformance/12_Statement/12.1_Block/S12.1_A4_T2-expected.txt:
261 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T1-expected.txt:
262 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8.1_T2-expected.txt:
263 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T1-expected.txt:
264 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T2-expected.txt:
265 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.3_The_for_Statement/S12.6.3_A8_T3-expected.txt:
266 * sputnik/Conformance/12_Statement/12.6_Iteration_Statements/12.6.4_The_for_in_Statement/S12.6.4_A15-expected.txt:
268 2012-02-26 Kenichi Ishibashi <bashi@chromium.org>
270 [Chromium] Unreviewed test expectations update after r108892.
272 * platform/chromium/test_expectations.txt:
274 2012-02-26 Kenichi Ishibashi <bashi@chromium.org>
276 [Chromium] Unreviewed test expectations update after r108896
278 * platform/chromium/test_expectations.txt:
280 2012-02-26 Noel Gordon <noel.gordon@gmail.com>
282 [chromium] Update expectations for svg carto.net tests
283 https://bugs.webkit.org/show_bug.cgi?id=79423
285 Unreviewed. Optimize svg/carto.net/scrollbar.svg and svg/carto.net/selectionlist.svg
288 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.txt: Removed.
289 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.txt: Removed.
290 * platform/chromium-win-xp/svg/carto.net/scrollbar-expected.txt: Removed.
291 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.txt: Removed.
293 2012-02-26 Yusuke Suzuki <utatane.tea@gmail.com>
295 StringLiteral and NumericLiteral are allowed as ObjectLiteral getter / setter name
296 https://bugs.webkit.org/show_bug.cgi?id=79571
298 Reviewed by Gavin Barraclough.
300 * fast/js/property-getters-and-setters-expected.txt:
301 * fast/js/script-tests/property-getters-and-setters.js:
302 (o9.string_appeared_here.7.get string_appeared_here):
303 (o9.set string_appeared_here):
305 (o10.string_appeared_here.7.get 42):
307 * platform/chromium/fast/js/property-getters-and-setters-expected.txt:
309 2012-02-26 Sheriff Bot <webkit.review.bot@gmail.com>
311 Unreviewed, rolling out r108547.
312 http://trac.webkit.org/changeset/108547
313 https://bugs.webkit.org/show_bug.cgi?id=79606
315 Crashes on ClusterFuzz (Requested by inferno-sec on #webkit).
317 * fast/css-generated-content/first-letter-textbox-parent-crash-expected.txt: Removed.
318 * fast/css-generated-content/first-letter-textbox-parent-crash.html: Removed.
320 2012-02-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
322 Change Build bot with BuildAndTest bot for EFL port.
323 https://bugs.webkit.org/show_bug.cgi?id=77518
325 Reviewed by Ryosuke Niwa.
327 * platform/efl/Skipped: Update skip list with test cases which don't have expected result.
329 2012-02-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
331 Update EFL port's Skipped file for Ubuntu 11.10.
332 https://bugs.webkit.org/show_bug.cgi?id=79440
334 Reviewed by Ryosuke Niwa.
336 To run EFL layout test on Ubuntu 11.10, Skipped file needs to be updated.
338 * platform/efl/Skipped:
340 2012-02-25 Adrienne Walker <enne@google.com>
342 [chromium] Unreviewed gardening, unrebaseline zoom-replaced-intrinsic-ratio
344 r1085557 got reverted, but tests had been rebaselined. Revert that.
346 * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
347 * platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
348 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
349 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
350 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
351 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
353 2012-02-25 Adrienne Walker <enne@google.com>
355 [chromium] Unreviewed gardening, mark effect-drop-shadow-hw as flaky
356 https://bugs.webkit.org/show_bug.cgi?id=79572
358 * platform/chromium/test_expectations.txt:
360 2012-02-25 Noel Gordon <noel.gordon@gmail.com>
362 [chromium] Update expectations for svg carto.net tests
363 https://bugs.webkit.org/show_bug.cgi?id=79423
365 Unreviewed. Rebaseline svg/carto.net/scrollbar.svg and svg/carto.net/selectionlist.svg
366 to complete the JPEG decoding changes due to r107389.
368 * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
369 * platform/chromium-linux/svg/carto.net/selectionlist-expected.png:
370 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.png:
371 * platform/chromium-mac-leopard/svg/carto.net/scrollbar-expected.txt:
372 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.png:
373 * platform/chromium-mac-leopard/svg/carto.net/selectionlist-expected.txt: Added.
374 * platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
375 * platform/chromium-mac-snowleopard/svg/carto.net/selectionlist-expected.png:
376 * platform/chromium-win-xp/svg/carto.net/scrollbar-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.txt.
377 * platform/chromium-win-xp/svg/carto.net/selectionlist-expected.txt: Added.
378 * platform/chromium-win/svg/carto.net/scrollbar-expected.png:
379 * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
380 * platform/chromium/test_expectations.txt:
381 * platform/mac/svg/carto.net/scrollbar-expected.png: Removed.
383 2012-02-25 Csaba Osztrogonác <ossy@webkit.org>
385 [Qt] Unreviewed weekend gardening.
387 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
388 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
389 * platform/qt/svg/css/getComputedStyle-basic-expected.png:
390 * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Added.
391 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
392 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
394 2012-02-25 Noel Gordon <noel.gordon@gmail.com>
396 [chromium] Unreviewed. Skip fast/images/color-jpeg-with-color-profile.html on LINUX WIN
397 https://bugs.webkit.org/show_bug.cgi?id=79565
399 SKIP this test: color profiles are not supported on Chromium LINUX, WIN
401 * platform/chromium/test_expectations.txt:
403 2012-02-25 Nikolas Zimmermann <nzimmermann@rim.com>
405 Not reviewed. Rebase SVG text result.
407 * svg/css/getComputedStyle-basic-expected.txt:
409 2012-02-25 Csaba Osztrogonác <ossy@webkit.org>
411 [Qt] Unreviewed weekend gardening.
413 * platform/qt/Skipped:
414 * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt:
416 2012-02-24 Noel Gordon <noel.gordon@gmail.com>
418 Unreviewed. Add missing fast/images/rgb-jpeg-with-adobe-marker-only.html results.
420 * platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-adobe-marker-only-expected.txt: Removed.
421 * platform/chromium-win/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
422 * platform/chromium/test_expectations.txt:
424 2012-02-24 Adrienne Walker <enne@google.com>
426 Unreviewed, rename mispelled expectation files.
427 https://bugs.webkit.org/show_bug.cgi?id=79457
429 WebKit is no abode for poor spelling.
431 * fast/images/rgb-jpeg-with-adobe-marker-only-expected.txt: Renamed from LayoutTests/fast/images/rgb-jpeg-with-abode-marker-only-expected.txt.
432 * fast/images/rgb-jpeg-with-adobe-marker-only.html: Renamed from LayoutTests/fast/images/rgb-jpeg-with-abode-marker-only.html.
433 * platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.png.
434 * platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-adobe-marker-only-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.txt.
435 * platform/mac-snowleopard/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Renamed from LayoutTests/platform/mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.png.
437 2012-02-24 Tom Sepez <tsepez@chromium.org>
439 XSS Auditor targeting legitimate frames as false positives.
440 https://bugs.webkit.org/show_bug.cgi?id=79397
442 Reviewed by Adam Barth.
444 * http/tests/security/xssAuditor/resources/script-tag-safe4-frame.html: Added.
445 * http/tests/security/xssAuditor/script-tag-safe4-expected.txt: Added.
446 * http/tests/security/xssAuditor/script-tag-safe4.html: Added.
448 2012-02-24 Abhishek Arya <inferno@chromium.org>
450 Regression(r107477): Crash in StaticNodeList::itemWithName.
451 https://bugs.webkit.org/show_bug.cgi?id=79532
453 Reviewed by Andreas Kling.
455 * fast/mutation/mutation-callback-non-element-crash-expected.txt: Added.
456 * fast/mutation/mutation-callback-non-element-crash.html: Added.
458 2012-02-24 Abhishek Arya <inferno@chromium.org>
460 Positioned objects not cleared when moving children
461 to clone block in multi-column layout.
462 https://bugs.webkit.org/show_bug.cgi?id=78416
464 Reviewed by Eric Seidel.
466 * fast/multicol/span/positioned-child-not-removed-crash-expected.txt: Added.
467 * fast/multicol/span/positioned-child-not-removed-crash.html: Added.
469 2012-02-24 Eric Carlson <eric.carlson@apple.com>
471 Update TextTrackCue API
472 https://bugs.webkit.org/show_bug.cgi?id=79368
474 Reviewed by Eric Seidel.
476 * media/track/track-add-remove-cue-expected.txt:
477 * media/track/track-add-remove-cue.html:
478 * media/track/track-cue-mutable-expected.txt:
479 * media/track/track-cue-mutable.html:
480 * media/track/track-webvtt-tc013-settings-expected.txt:
481 * media/track/track-webvtt-tc013-settings.html:
482 * media/track/track-webvtt-tc014-alignment-expected.txt:
483 * media/track/track-webvtt-tc014-alignment.html:
484 * media/track/track-webvtt-tc015-positioning-expected.txt:
485 * media/track/track-webvtt-tc015-positioning.html:
486 * media/track/track-webvtt-tc016-align-positioning-expected.txt:
487 * media/track/track-webvtt-tc016-align-positioning.html:
488 * media/track/track-webvtt-tc017-line-position-expected.txt:
489 * media/track/track-webvtt-tc017-line-position.html:
490 * media/track/track-webvtt-tc018-align-text-line-position-expected.txt:
491 * media/track/track-webvtt-tc018-align-text-line-position.html:
492 * media/track/track-webvtt-tc020-cue-size-align-expected.txt:
493 * media/track/track-webvtt-tc020-cue-size-align.html:
494 * media/track/track-webvtt-tc021-valign-expected.txt:
495 * media/track/track-webvtt-tc021-valign.html:
496 * platform/mac/Skipped:
498 2012-02-24 Noel Gordon <noel.gordon@gmail.com>
500 [chromium] JPEG RGB image with Adode Marker fails to turbo swizzle decode
501 https://bugs.webkit.org/show_bug.cgi?id=79457
503 Reviewed by Adam Barth.
505 * fast/images/resources/rgb-jpeg-with-adobe-marker-only.jpg: Added.
506 * fast/images/rgb-jpeg-with-abode-marker-only-expected.txt: Added.
507 * fast/images/rgb-jpeg-with-abode-marker-only.html: Added.
508 * platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.png: Added.
509 * platform/chromium-mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.txt: Added.
510 * platform/chromium/test_expectations.txt:
511 * platform/mac-snowleopard/fast/images/rgb-jpeg-with-abode-marker-only-expected.png: Added.
513 2012-02-24 Joshua Bell <jsbell@chromium.org>
515 [V8] IndexedDB: IDBTransaction objects leak in Workers
516 https://bugs.webkit.org/show_bug.cgi?id=79308
518 Reviewed by Tony Chang.
520 * fast/js/resources/js-test-pre.js:
521 (startWorker): Return Worker object so onerror can be hooked.
522 * storage/indexeddb/resources/transaction-abort-workers.js: Added.
523 * storage/indexeddb/transaction-abort-workers-expected.txt: Added.
524 * storage/indexeddb/transaction-abort-workers.html: Added.
526 2012-02-24 Adrienne Walker <enne@google.com>
528 [chromium] Unreviewed, mark fast/files/workers tests as flaky crashers
529 https://bugs.webkit.org/show_bug.cgi?id=79540
531 * platform/chromium/test_expectations.txt:
533 2012-02-24 Michael Saboff <msaboff@apple.com>
535 ASSERT(position < 0) in JSC::Yarr::Interpreter::InputStream::readChecked
536 https://bugs.webkit.org/show_bug.cgi?id=73728
538 Reviewed by Gavin Barraclough.
540 Updated test for change. Test is from defect.
542 * fast/regex/overflow-expected.txt:
543 * fast/regex/script-tests/overflow.js:
545 2012-02-24 Hans Muller <hmuller@adobe.com>
547 onclick is not reliable for transformed SVG elements
548 https://bugs.webkit.org/show_bug.cgi?id=34714
550 Reviewed by Dirk Schulze.
552 New svg-small-viewbox test checks that elementFromPoint() works correctly with SVG
553 elements defined within a 1x1 viewbox.
555 Revised select-textLength-spacing-squeeze-2.svg to avoid a corner-case,
556 removed unnecessary -1 adjustment of absEndPos.x from SelectionTestCase.js.
558 * platform/chromium/test_expectations.txt:
559 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png:
560 * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
561 * svg/hittest/svg-small-viewbox-expected.txt: Added.
562 * svg/hittest/svg-small-viewbox.xhtml: Added.
563 * svg/text/resources/SelectionTestCase.js:
565 * svg/text/select-textLength-spacing-squeeze-2.svg:
567 2012-02-24 Julien Chaffraix <jchaffraix@webkit.org>
569 Implement limited parsing of -webkit-grid-column and -webkit-grid-row
570 https://bugs.webkit.org/show_bug.cgi?id=79151
572 Reviewed by Ojan Vafai.
574 * fast/css-grid-layout/grid-item-column-row-get-set-expected.txt: Added.
575 * fast/css-grid-layout/grid-item-column-row-get-set.html: Added.
577 2012-02-24 Adrienne Walker <enne@google.com>
579 [chromium] Unreviewed gardening. Remove expectations for nonexistent tests.
581 Make --lint-test-files run clean again for Chromium.
583 * platform/chromium/test_expectations.txt:
585 2012-02-24 Joshua Bell <jsbell@chromium.org>
587 IndexedDB: IDBObjectStore.count() and IDBIndex.count() should accept key argument
588 https://bugs.webkit.org/show_bug.cgi?id=79422
590 Reviewed by Tony Chang.
592 * storage/indexeddb/index-count-expected.txt:
593 * storage/indexeddb/index-count.html:
594 * storage/indexeddb/objectstore-count-expected.txt:
595 * storage/indexeddb/objectstore-count.html:
597 2012-02-24 Abhishek Arya <inferno@chromium.org>
599 Overhanging floats not removed from new flex box.
600 https://bugs.webkit.org/show_bug.cgi?id=79522
602 Reviewed by Ojan Vafai.
604 * fast/flexbox/overhanging-floats-not-removed-crash-expected.txt: Added.
605 * fast/flexbox/overhanging-floats-not-removed-crash.html: Added.
607 2012-02-24 Gavin Barraclough <barraclough@apple.com>
609 Should not allow malformed \x escapes
610 https://bugs.webkit.org/show_bug.cgi?id=79462
612 Reviewed by Oliver Hunt.
614 * fast/regex/script-tests/pcre-test-1.js:
615 - Fix bad escapes in test case.
616 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A4.3_T6-expected.txt:
617 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.1_T4-expected.txt:
618 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.2_T1-expected.txt:
619 * sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.4_String_Literals/S7.8.4_A6.2_T2-expected.txt:
620 - Check in passing results.
622 2012-02-24 Adrienne Walker <enne@google.com>
624 Fix flaky tests by removing call to dumpResourceResponseMIMETypes
625 https://bugs.webkit.org/show_bug.cgi?id=79505
627 Reviewed by Daniel Bates.
629 It appears to be a race condition (on Chromium at least) between when
630 script executes and the style sheet resource response occurs. This
631 prevents some of the text to be output if the response occurs before
632 the call to set the flag to dump responses. Since the tests themselves
633 already test the results of loading stylesheets properly, this extra
634 text is superfluous and can be removed.
636 This change modifies all tests using link-load-utilities.js to dump
637 stylesheet resource responses. Other tests are using
638 dumpResponseResponseMIMEType, but for things other than stylesheets.
640 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-existent-and-non-existent-import-expected.txt:
641 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-non-existent-import-expected.txt:
642 * fast/dom/HTMLLinkElement/link-onload-before-page-load-expected.txt:
643 * fast/dom/HTMLLinkElement/link-onload-expected.txt:
644 * fast/dom/HTMLLinkElement/link-onload-stylesheet-with-import-expected.txt:
645 * fast/dom/HTMLLinkElement/link-onload2-expected.txt:
646 * fast/dom/HTMLLinkElement/programmatically-add-link-with-onload-handler-expected.txt:
647 * fast/dom/HTMLLinkElement/resources/link-load-utilities.js:
648 * fast/dom/HTMLStyleElement/style-onerror-with-existent-and-non-existent-import-expected.txt:
650 2012-02-24 Elliot Poger <epoger@google.com>
652 Make fast/canvas/canvas-strokePath-shadow.html allow for pixel tolerance
653 https://bugs.webkit.org/show_bug.cgi?id=79488
655 Reviewed by Adam Barth.
657 * fast/canvas/script-tests/canvas-strokePath-shadow.js:
659 * fast/js/resources/js-test-pre.js:
662 2012-02-24 Tim Horton <timothy_horton@apple.com>
664 SVG should be supported in Dashboard compatibility mode
665 https://bugs.webkit.org/show_bug.cgi?id=78322
666 <rdar://problem/5861278>
668 Reviewed by Dean Jackson.
670 Change tests that ensured that SVG didn't work in Dashboard to instead test that it does!
672 * http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard-expected.txt: Added.
673 * http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html: Renamed from LayoutTests/http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html.
674 * http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard-expected.txt: Removed.
675 * svg/custom/embedded-svg-allowed-in-dashboard-expected.txt: Added.
676 * svg/custom/embedded-svg-allowed-in-dashboard.xml: Renamed from LayoutTests/svg/custom/embedded-svg-disallowed-in-dashboard.xml.
677 * svg/custom/embedded-svg-disallowed-in-dashboard-expected.txt: Removed.
678 * svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard-expected.txt: Added.
679 * svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html: Renamed from LayoutTests/svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html.
680 * svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard-expected.txt: Removed.
681 * svg/custom/manually-parsed-svg-allowed-in-dashboard-expected.txt: Added.
682 * svg/custom/manually-parsed-svg-allowed-in-dashboard.html: Renamed from LayoutTests/svg/custom/manually-parsed-svg-disallowed-in-dashboard.html.
683 * svg/custom/manually-parsed-svg-disallowed-in-dashboard-expected.txt: Removed.
684 * svg/custom/svg-allowed-in-dashboard-object-expected.txt: Added.
685 * svg/custom/svg-allowed-in-dashboard-object.html: Renamed from LayoutTests/svg/custom/svg-disallowed-in-dashboard-object.html.
686 * svg/custom/svg-disallowed-in-dashboard-object-expected.txt: Removed.
688 2012-02-24 Min Qin <qinmin@google.com>
690 Expose a setting to exempt media playback from user gesture requirement after a user gesture is initiated on loading/playing a media
691 https://bugs.webkit.org/show_bug.cgi?id=79167
693 Reviewed by Adam Barth.
695 * media/video-play-require-user-gesture-expected.txt: Added.
696 * media/video-play-require-user-gesture.html: Added.
698 2012-02-24 Philip Rogers <pdr@google.com>
700 Remove spurious mac-specific tests
701 https://bugs.webkit.org/show_bug.cgi?id=75091
703 Reviewed by Daniel Bates.
705 * platform/mac/svg/text/text-rescale.html: Removed.
706 * platform/mac/svg/text/text-viewbox-rescale.html: Removed.
708 2012-02-24 Philippe Normand <pnormand@igalia.com>
710 Unreviewed, GTK SVG rebaseline (from 64-bit Release bot) and
711 skipping one more fast/dom/shadow test.
713 * platform/gtk/Skipped:
714 * platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
715 * platform/gtk/svg/carto.net/scrollbar-expected.txt:
716 * platform/gtk/svg/carto.net/window-expected.txt:
717 * platform/gtk/svg/custom/circle-move-invalidation-expected.txt:
718 * platform/gtk/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
719 * platform/gtk/svg/custom/js-late-gradient-and-object-creation-expected.txt:
720 * platform/gtk/svg/custom/js-late-pattern-and-object-creation-expected.txt:
721 * platform/gtk/svg/custom/use-detach-expected.txt:
722 * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
724 2012-02-24 Daniel Bates <dbates@webkit.org>
726 style element and link element for CSS stylesheet should emit load/error event when sheet loads/fails to load
727 https://bugs.webkit.org/show_bug.cgi?id=38995
729 Reviewed by Adam Barth and Nate Chapin.
731 Add test cases to ensure we dispatch Load/Error events to HTML Link and HTML Style elements.
733 * fast/dom/HTMLLinkElement/link-onerror-expected.txt: Added.
734 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-existent-and-non-existent-import-expected.txt: Added.
735 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-existent-and-non-existent-import.html: Added.
736 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-non-existent-import-expected.txt: Added.
737 * fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-non-existent-import.html: Added.
738 * fast/dom/HTMLLinkElement/link-onerror.html: Added.
739 * fast/dom/HTMLLinkElement/link-onload-before-page-load-expected.txt: Added.
740 * fast/dom/HTMLLinkElement/link-onload-before-page-load.html: Added.
741 * fast/dom/HTMLLinkElement/link-onload-expected.txt: Added.
742 * fast/dom/HTMLLinkElement/link-onload-stylesheet-with-import-expected.txt: Added.
743 * fast/dom/HTMLLinkElement/link-onload-stylesheet-with-import.html: Added.
744 * fast/dom/HTMLLinkElement/link-onload.html: Added.
745 * fast/dom/HTMLLinkElement/link-onload2-expected.txt: Added.
746 * fast/dom/HTMLLinkElement/link-onload2.html: Added.
747 * fast/dom/HTMLLinkElement/programmatically-add-link-with-onerror-handler-expected.txt: Added.
748 * fast/dom/HTMLLinkElement/programmatically-add-link-with-onerror-handler.html: Added.
749 * fast/dom/HTMLLinkElement/programmatically-add-link-with-onload-handler-expected.txt: Added.
750 * fast/dom/HTMLLinkElement/programmatically-add-link-with-onload-handler.html: Added.
751 * fast/dom/HTMLLinkElement/resources/link-load-utilities.js: Added.
752 (shouldComputedColorOfElementBeEqualToRGBString):
753 (createLinkElementWithStylesheet):
754 (createStyleElementWithString):
758 (testPassedAndNotifyDone):
759 (testFailedAndNotifyDone):
761 * fast/dom/HTMLLinkElement/resources/stylesheet-with-existent-and-non-existent-import.css: Added.
763 * fast/dom/HTMLLinkElement/resources/stylesheet-with-import.css: Added.
765 * fast/dom/HTMLLinkElement/resources/stylesheet-with-non-existent-import.css: Added.
767 * fast/dom/HTMLLinkElement/resources/stylesheet.css: Added.
769 * fast/dom/HTMLStyleElement/programmatically-add-style-with-onerror-handler-expected.txt: Added.
770 * fast/dom/HTMLStyleElement/programmatically-add-style-with-onerror-handler.html: Added.
771 * fast/dom/HTMLStyleElement/programmatically-add-style-with-onload-handler-expected.txt: Added.
772 * fast/dom/HTMLStyleElement/programmatically-add-style-with-onload-handler.html: Added.
773 * fast/dom/HTMLStyleElement/style-onerror-expected.txt: Added.
774 * fast/dom/HTMLStyleElement/style-onerror-with-existent-and-non-existent-import-expected.txt: Added.
775 * fast/dom/HTMLStyleElement/style-onerror-with-existent-and-non-existent-import.html: Added.
776 * fast/dom/HTMLStyleElement/style-onerror.html: Added.
777 * fast/dom/HTMLStyleElement/style-onload-before-page-load-expected.txt: Added.
778 * fast/dom/HTMLStyleElement/style-onload-before-page-load.html: Added.
779 * fast/dom/HTMLStyleElement/style-onload-expected.txt: Added.
780 * fast/dom/HTMLStyleElement/style-onload.html: Added.
781 * fast/dom/HTMLStyleElement/style-onload2-expected.txt: Added.
782 * fast/dom/HTMLStyleElement/style-onload2.html: Added.
784 2012-02-24 Grzegorz Czajkowski <g.czajkowski@samsung.com>
786 [EFL][DRT] Implement setValueForUser and setAutofilled.
787 https://bugs.webkit.org/show_bug.cgi?id=79237
789 Reviewed by Andreas Kling.
791 Adds missing implementation setValueForUser and setAutofilled to EFL's LayoutTestController.
792 Those implementations are related with input fields and allow to pass following tests:
793 fast/forms/onchange-setvalueforuser.html
794 fast/forms/input-autofilled.html
795 fast/forms/reset-autofilled.html
797 * platform/efl/Skipped:
799 2012-02-24 Csaba Osztrogonác <ossy@webkit.org>
801 [Qt] Unreviewed gardening, skip new failing tests.
803 * platform/qt/Skipped:
805 2012-02-24 Philippe Normand <pnormand@igalia.com>
807 Unreviewed, GTK rebaseline and skip a fast/dom/shadow test.
809 * platform/gtk/Skipped:
810 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
811 * platform/gtk/fast/js/global-constructors-expected.txt:
813 2012-02-24 Jochen Eisinger <jochen@chromium.org>
815 Tests for showModalDialog need to ask for permission to open windows
816 https://bugs.webkit.org/show_bug.cgi?id=79465
818 Reviewed by Tony Gentilcore.
820 * fast/animation/request-animation-frame-during-modal.html:
821 * fast/events/scroll-event-during-modal-dialog.html:
823 2012-02-24 Jochen Eisinger <jochen@chromium.org>
825 [v8] when a named item on document goes out of scope, actually remove it
826 https://bugs.webkit.org/show_bug.cgi?id=79409
828 Reviewed by Adam Barth.
830 * fast/dom/HTMLDocument/named-item-expected.txt: Added.
831 * fast/dom/HTMLDocument/named-item.html: Added.
833 2012-02-24 Flex Mobile <rhauck@adobe.com>
835 Convert some fast/regions pixel tests to reftests
836 https://bugs.webkit.org/show_bug.cgi?id=78906
838 Reviewed by Hajime Morita.
840 * fast/regions/float-pushed-width-change-expected.html: Added.
841 * fast/regions/float-pushed-width-change.html:
842 * platform/chromium/test_expectations.txt:
843 * platform/efl/fast/regions/float-pushed-width-change-expected.png: Removed.
844 * platform/efl/fast/regions/float-pushed-width-change-expected.txt: Removed.
845 * platform/mac/fast/regions/float-pushed-width-change-expected.png: Removed.
846 * platform/mac/fast/regions/float-pushed-width-change-expected.txt: Removed.
848 2012-02-24 Dale Curtis <dalecurtis@chromium.org>
850 [Chromium] video-referer.html fails
851 https://bugs.webkit.org/show_bug.cgi?id=79239
853 Fix error event race at startup and cleanup event code to take
854 advantage of more succinct video-test.js functionality; such as
855 waitForEventAndFail, etc.
857 Since this test uses a <source> element without a 'src' tag, an error
858 event gets fired during load. If we don't wait until after the <body>
859 onload fires, we'll pickup this error we don't care about.
861 Reviewed by Eric Carlson.
863 * http/tests/media/video-referer-expected.txt:
864 * http/tests/media/video-referer.html:
865 * platform/chromium/test_expectations.txt:
867 2012-02-24 Nikolas Zimmermann <nzimmermann@rim.com>
869 Not reviewed. Update layout test results after r108699.
871 * platform/mac/svg/carto.net/tabgroup-expected.png:
872 * platform/mac/svg/carto.net/tabgroup-expected.txt:
873 * platform/mac/svg/carto.net/window-expected.png:
874 * platform/mac/svg/carto.net/window-expected.txt:
875 * platform/mac/svg/custom/circle-move-invalidation-expected.png:
876 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png:
877 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
878 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
879 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
880 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png:
881 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
882 * platform/mac/svg/custom/text-ctm-expected.png:
883 * platform/mac/svg/custom/text-ctm-expected.txt:
884 * platform/mac/svg/custom/use-detach-expected.png:
885 * platform/mac/svg/custom/use-detach-expected.txt:
886 * platform/mac/svg/hixie/perf/003-expected.png:
887 * platform/mac/svg/hixie/perf/003-expected.txt:
889 2012-02-23 MORITA Hajime <morrita@google.com>
891 Adding a ShadowRoot to image-backed element causes a crash
892 https://bugs.webkit.org/show_bug.cgi?id=78878
894 Reviewed by Dimitri Glazkov.
896 * fast/dom/shadow/shadow-on-image-expected.html: Added.
897 * fast/dom/shadow/shadow-on-image.html: Added.
899 2012-02-24 Kenichi Ishibashi <bashi@chromium.org>
901 [Qt] Unreviewed gardening.
903 Remove tests introduced in r108731 but rolled out.
905 * platform/qt/Skipped: Removed rolled out tests.
907 2012-02-24 Sheriff Bot <webkit.review.bot@gmail.com>
909 Unreviewed, rolling out r108731.
910 http://trac.webkit.org/changeset/108731
911 https://bugs.webkit.org/show_bug.cgi?id=79464
913 Broke Chromium Win tests (Requested by bashi on #webkit).
915 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
916 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Removed.
917 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Removed.
918 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Removed.
919 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Removed.
920 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
921 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Removed.
922 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Removed.
923 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
924 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Removed.
925 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Removed.
926 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
927 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
928 (web_socket_transfer_data):
930 2012-02-24 Mike Lawther <mikelawther@chromium.org>
932 CSS3 calc(): handle non-negative values
933 https://bugs.webkit.org/show_bug.cgi?id=79188
935 Reviewed by Daniel Bates.
937 * css3/calc/negative-padding-expected.html: Added.
938 * css3/calc/negative-padding.html: Added.
940 2012-02-22 Vsevolod Vlasov <vsevik@chromium.org>
942 Web Inspector: [Regression] xhr tests are crashing after r108506.
943 https://bugs.webkit.org/show_bug.cgi?id=79265
945 Reviewed by Pavel Feldman.
947 * platform/chromium/test_expectations.txt:
949 2012-02-24 Mathias Bynens <mathias@qiwi.be>
951 `\u200c` and `\u200d` should be allowed in IdentifierPart, as per ES5
952 https://bugs.webkit.org/show_bug.cgi?id=78908
954 Reviewed by Michael Saboff.
956 * fast/js/var-declarations-zero-width-expected.txt: Added.
957 * fast/js/var-declarations-zero-width.html: Added.
958 * fast/js/removing-Cf-characters-expected.txt: Removed the ZWJ test.
959 * fast/js/script-tests/removing-Cf-characters.js: Removed the ZWJ test.
960 * fast/js/script-tests/var-declarations-zero-width.js: Added.
961 * platform/chromium/test_expectations.txt: Disable the new test in Chromium, for now.
963 2012-02-24 Yuzo Fujishima <yuzo@google.com>
965 [chromium] Unreviewed test expectation change.
966 svg/repaint/image-with-clip-path.svg is flaky for DEBUG builds.
968 * platform/chromium/test_expectations.txt:
970 2012-02-24 Yuzo Fujishima <yuzo@google.com>
972 [chromium] Unreviewed test expectation change.
973 svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm is flaky for DEBUG builds.
975 * platform/chromium/test_expectations.txt:
977 2012-02-23 Csaba Osztrogonác <ossy@webkit.org>
979 [Qt] Unreviewed gardening.
981 * platform/qt/Skipped: Skip failing tests.
983 2012-02-23 Yuzo Fujishima <yuzo@google.com>
985 [chromium] Unreviewed test expectation change.
986 svg/text/text-rescale.html and svg/text/text-viewbox-rescale.html
987 are failing on Win, Linux, and Mac since added by wk r108699.
989 * platform/chromium/test_expectations.txt:
991 2012-02-23 Csaba Osztrogonác <ossy@webkit.org>
993 [Qt] Unreviewed morning gardening.
995 * platform/qt/Skipped:
996 * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
997 * platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
998 * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
999 * platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
1000 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
1001 * platform/qt/fast/js/global-constructors-expected.png:
1002 * platform/qt/fast/js/global-constructors-expected.txt:
1003 * platform/qt/fast/repaint/region-painting-invalidation-expected.png: Added.
1004 * platform/qt/fast/repaint/region-painting-invalidation-expected.txt: Added.
1005 * platform/qt/svg/carto.net/window-expected.png:
1006 * platform/qt/svg/carto.net/window-expected.txt:
1007 * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
1008 * platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1009 * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
1010 * platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.txt:
1011 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
1012 * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
1013 * platform/qt/svg/custom/text-ctm-expected.png:
1014 * platform/qt/svg/custom/text-ctm-expected.txt:
1015 * platform/qt/svg/hixie/perf/003-expected.png:
1016 * platform/qt/svg/hixie/perf/003-expected.txt:
1017 * platform/qt/svg/text/ems-display-none-expected.png: Added.
1018 * platform/qt/svg/text/ems-display-none-expected.txt: Added.
1019 * platform/qt/svg/text/exs-display-none-expected.png: Added.
1020 * platform/qt/svg/text/exs-display-none-expected.txt: Added.
1021 * platform/qt/svg/text/text-fill-opacity-expected.png: Added.
1022 * platform/qt/svg/text/text-fill-opacity-expected.txt: Added.
1023 * platform/qt/svg/text/text-viewbox-rescale-expected.png: Added.
1024 * platform/qt/svg/text/text-viewbox-rescale-expected.txt: Added.
1025 * platform/qt/svg/text/tspan-dynamic-positioning-expected.png: Added.
1026 * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt: Added.
1028 2012-02-23 Kenichi Ishibashi <bashi@chromium.org>
1030 Adding WebSocket per-frame DEFLATE extension
1031 https://bugs.webkit.org/show_bug.cgi?id=77522
1033 Added tests for WebSocket deflate-frame extension. Also updated some
1034 tests to follow the change.
1036 Reviewed by Kent Tamura.
1038 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Added.
1039 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Added.
1040 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Added.
1041 (web_socket_do_extra_handshake):
1042 (web_socket_transfer_data):
1043 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
1044 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Added.
1045 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Added.
1046 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Added.
1047 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Added.
1048 (web_socket_do_extra_handshake):
1049 (web_socket_transfer_data):
1050 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Added.
1051 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Added.
1052 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Added.
1053 (_get_deflate_frame_extension_processor):
1054 (web_socket_do_extra_handshake):
1055 (web_socket_transfer_data):
1056 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
1057 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
1059 (web_socket_transfer_data):
1061 2012-02-23 Erik Arvidsson <arv@chromium.org>
1063 Rename DOMWindow to Window in the bindings
1064 https://bugs.webkit.org/show_bug.cgi?id=78721
1066 Reviewed by Adam Barth.
1068 * fast/dom/Window/atob-btoa-expected.txt:
1069 * fast/dom/Window/atob-btoa.html:
1070 * fast/dom/Window/window-lookup-precedence-expected.txt:
1071 * fast/dom/Window/window-lookup-precedence.html:
1072 * fast/dom/Window/window-postmessage-args-expected.txt:
1073 * fast/dom/Window/window-properties-expected.txt:
1074 * fast/dom/Window/window-property-descriptors-expected.txt:
1075 * fast/dom/dom-constructors-expected.txt:
1076 * fast/dom/dom-constructors.html:
1077 * fast/dom/prototype-inheritance-2-expected.txt:
1078 * fast/dom/script-tests/prototype-inheritance-2.js:
1079 (pushPropertyValuesWithUnseenTypes):
1080 * fast/dom/wrapper-classes-expected.txt:
1081 * fast/dom/wrapper-classes.html:
1082 * fast/events/device-orientation-crash-expected.txt:
1083 * fast/events/device-orientation-crash.html:
1084 * fast/events/event-trace-expected.txt:
1085 * fast/events/event-view-toString-expected.txt:
1086 * fast/events/popup-blocked-to-post-blank-expected.txt:
1087 * fast/events/popup-blocked-to-post-blank.html:
1088 * fast/js/eval-cross-window-expected.txt:
1089 * fast/js/eval-keyword-vs-function-expected.txt:
1090 * fast/js/function-bind-expected.txt:
1091 * fast/js/mozilla/strict/10.4.3-expected.txt:
1092 * fast/js/mozilla/strict/15.3.4.5-expected.txt:
1093 * fast/js/mozilla/strict/this-for-function-expression-recursion-expected.txt:
1094 * fast/js/script-tests/function-bind.js:
1095 * fast/js/toString-and-valueOf-override-expected.txt:
1096 * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt:
1097 * http/tests/security/cross-frame-access-custom-expected.txt:
1098 * http/tests/security/cross-frame-access-custom.html:
1099 * http/tests/security/cross-frame-access-put-expected.txt:
1100 * http/tests/security/document-all-expected.txt:
1101 * inspector/console/console-dir-global-expected.txt:
1102 * inspector/debugger/debugger-expand-scope-expected.txt:
1103 * inspector/profiler/heap-snapshot-test.js:
1104 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
1105 (initialize_HeapSnapshotTest):
1106 * inspector/profiler/heap-snapshot.html:
1107 * java/lc3/JSObject/ToJSObject-001-expected.txt:
1108 * java/lc3/JSObject/ToObject-001-expected.txt:
1109 * java/lc3/JSObject/ToString-001-expected.txt:
1110 * platform/chromium-mac/fast/events/event-view-toString-expected.txt:
1111 * platform/chromium-win/fast/events/event-view-toString-expected.txt:
1112 * platform/chromium-win/fast/js/README:
1113 * platform/chromium/fast/dom/Window/window-lookup-precedence-expected.txt:
1114 * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt:
1115 * platform/chromium/fast/dom/wrapper-classes-expected.txt:
1116 * platform/chromium/fast/js/mozilla/strict/15.3.4.5-expected.txt:
1117 * platform/chromium/fast/js/toString-and-valueOf-override-expected.txt:
1118 * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
1119 * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt:
1120 * platform/chromium/inspector/console/console-dir-global-expected.txt:
1121 * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
1122 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
1123 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
1124 * platform/gtk/fast/js/global-constructors-expected.txt:
1125 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt:
1126 * platform/mac/fast/dom/Window/window-properties-expected.txt:
1127 * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt:
1128 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
1129 * platform/mac/fast/dom/wrapper-classes-objc.html:
1130 * platform/mac/fast/js/global-constructors-expected.txt:
1131 * platform/qt-5.0-wk2/fast/dom/Window/window-properties-expected.txt:
1132 * platform/qt-5.0-wk2/fast/dom/Window/window-property-descriptors-expected.txt:
1133 * platform/qt-5.0-wk2/fast/dom/prototype-inheritance-2-expected.txt:
1134 * platform/qt-arm/fast/dom/Window/window-property-descriptors-expected.txt:
1135 * platform/qt/fast/dom/Window/window-properties-expected.txt:
1136 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
1137 * platform/qt/fast/js/global-constructors-expected.txt:
1138 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt:
1139 * platform/win/fast/dom/Window/window-properties-expected.txt:
1140 * platform/win/fast/dom/Window/window-property-descriptors-expected.txt:
1141 * platform/win/fast/dom/prototype-inheritance-2-expected.txt:
1142 * sputnik/Conformance/11_Expressions/11.1_Primary_Expressions/11.1.1_The_this_Keyword/S11.1.1_A2-expected.txt:
1143 * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A1_T1-expected.txt:
1144 * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A1_T2-expected.txt:
1145 * sputnik/Conformance/15_Native_Objects/15.1_The_Global_Object/S15.1_A2_T1-expected.txt:
1147 2012-02-23 Dan Bernstein <mitz@apple.com>
1149 REGRESSION: Assertion failure in Document::setCompatibilityMode() (!m_styleSheets->length()) in fast/dynamic/crash-paint-no-documentElement-renderer.html
1150 https://bugs.webkit.org/show_bug.cgi?id=79333
1152 Reviewed by Sam Weinig.
1154 Disabled the test. The assertion failure is tracked by <http://webkit.org/b/68859>.
1156 * fast/dynamic/crash-paint-no-documentElement-renderer.html: Removed.
1157 * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled: Copied from LayoutTests/fast/dynamic/crash-paint-no-documentElement-renderer.html.
1158 * platform/chromium/test_expectations.txt:
1159 * platform/efl/Skipped:
1160 * platform/gtk/test_expectations.txt:
1161 * platform/mac/test_expectations.txt:
1162 * platform/qt/test_expectations.txt:
1164 2012-02-23 Kenichi Ishibashi <bashi@chromium.org>
1166 Unreviewed test fix after r108699.
1168 Fix wrong path of repaint.js in platform/mac/svg/text/text-rescale.html
1169 and platform/mac/svg/text/text-viewbox-rescale.html
1171 * platform/mac/svg/text/text-rescale.html:
1172 * platform/mac/svg/text/text-viewbox-rescale.html:
1174 2012-02-23 Adrienne Walker <enne@google.com>
1176 [chromium] Unreviewed gardening. Apply bug number to svg/carto.net failures.
1177 https://bugs.webkit.org/show_bug.cgi?id=79423
1179 These two tests were in a set of tests that needed to be rebaselined
1180 after a jpeg decoder change. However, there was also a text change
1181 during this period that caused debug vs. release differences for text
1182 spans in the SVG output. Filing a real bug so this can get looked at.
1184 * platform/chromium/test_expectations.txt:
1186 2012-02-23 MORITA Hajime <morrita@google.com>
1188 This test checks select attribute of content element is valid.
1189 https://bugs.webkit.org/show_bug.cgi?id=65595
1191 Reviewed by Dimitri Glazkov.
1193 * fast/dom/shadow/iframe-shadow-expected.txt: Added.
1194 * fast/dom/shadow/iframe-shadow.html: Added.
1196 2012-02-23 Philip Rogers <pdr@google.com>
1198 Recompute font metrics on scale changes
1199 https://bugs.webkit.org/show_bug.cgi?id=75091
1201 Reviewed by Nikolas Zimmermann.
1203 * platform/chromium-linux/svg/text/text-rescale-expected.png: Added.
1204 * platform/chromium-linux/svg/text/text-rescale-expected.txt: Added.
1205 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png: Added.
1206 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.txt: Added.
1207 * platform/chromium/test_expectations.txt:
1208 * platform/mac/svg/text/text-rescale-expected.png: Added.
1209 * platform/mac/svg/text/text-rescale-expected.txt: Added.
1210 * platform/mac/svg/text/text-rescale.html: Added.
1211 * platform/mac/svg/text/text-viewbox-rescale-expected.png: Added.
1212 * platform/mac/svg/text/text-viewbox-rescale-expected.txt: Added.
1213 * platform/mac/svg/text/text-viewbox-rescale.html: Added.
1214 * svg/text/text-rescale-expected.png: Added.
1215 * svg/text/text-rescale-expected.txt: Added.
1216 * svg/text/text-rescale.html: Added.
1217 * svg/text/text-viewbox-rescale-expected.png: Added.
1218 * svg/text/text-viewbox-rescale-expected.txt: Added.
1219 * svg/text/text-viewbox-rescale.html: Added.
1221 2012-02-23 Adrienne Walker <enne@google.com>
1223 [chromium] Unreviewed gardening. Re-enable a handful of tests.
1225 These have no relation to each other, but all don't appear to be
1226 failing anymore, so removing expectations for them.
1228 * platform/chromium/test_expectations.txt:
1230 2012-02-23 Koji Ishii <kojiishi@gmail.com>
1232 CSS2:text-decoration: <rt> element should not inherit text-decoration property
1233 https://bugs.webkit.org/show_bug.cgi?id=71266
1235 Reviewed by Kentaro Hara.
1237 The spec says "text decorations are not propagated to any out-of-flow descendants":
1238 http://www.w3.org/TR/2011/WD-css3-text-20110901/#decoration
1239 Floats etc. are fixed in bug 18611, but <rt> is not inline either and therefore
1240 it should be included; it was confirmed at a discussion at www-style.
1241 http://lists.w3.org/Archives/Public/www-style/2011Sep/0238.html
1243 * fast/ruby/text-decoration-in-descendants-ruby-expected.html: Added.
1244 * fast/ruby/text-decoration-in-descendants-ruby.html: Added.
1246 2012-02-23 Filip Pizlo <fpizlo@apple.com>
1248 Make fast/js/script-tests/dfg-inline-function-dot-caller not timeout.
1250 Rubber stamped by Oliver Hunt.
1252 Verified that the test still causes inlining to happen and still passes but
1253 otherwise reduced the loops to take an order of magnitude fewer iterations.
1255 * fast/js/script-tests/dfg-inline-function-dot-caller.js:
1256 (object.nonInlineable.nonInlineable.if):
1257 (object.nonInlineable):
1258 (makeInlinableCall):
1260 2012-02-23 Adrienne Walker <enne@google.com>
1262 [chromium] Unreviewed gardening. Mark two fast/files/ tests as non-flaky.
1263 https://bugs.webkit.org/show_bug.cgi?id=45667
1265 These two look like they're passing consistently, so remove
1268 * platform/chromium/test_expectations.txt:
1270 2012-02-23 Adrienne Walker <enne@google.com>
1272 [chromium] Unreviewed gardening. Mark a media-fragments test as slow.
1273 https://bugs.webkit.org/show_bug.cgi?id=77523
1275 This has been periodically timing out on Win, so give it more time.
1277 * platform/chromium/test_expectations.txt:
1279 2012-02-23 Stephen White <senorblanco@chromium.org>
1281 [chromium] New baselines for CSS3 filters drop-shadow() tests.
1283 Unreviewed gardening.
1285 * platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png: Added.
1286 * platform/chromium-mac-snowleopard/css3/filters/effect-drop-shadow-hw-expected.png:
1287 * platform/chromium-win/css3/filters/effect-drop-shadow-hw-expected.png:
1288 * platform/chromium/test_expectations.txt:
1290 2012-02-23 Stephen White <senorblanco@chromium.org>
1292 [chromium] Mark drop-shadow() tests as failing, pending a rebaseline.
1293 https://bugs.webkit.org/show_bug.cgi?id=79386
1295 Reviewed by James Robinson.
1297 * platform/chromium/test_expectations.txt:
1299 2012-02-22 Ryosuke Niwa <rniwa@webkit.org>
1301 REGRESSION(r99076): WebKit pastes the trailing newline into a single-line text field
1302 https://bugs.webkit.org/show_bug.cgi?id=79305
1304 Reviewed by Tony Chang.
1306 Add a regression test. Also make Markup.dump() dump the shadow DOM of the specififed node.
1308 * editing/input/paste-text-ending-with-interchange-newline-expected.txt: Added.
1309 * editing/input/paste-text-ending-with-interchange-newline.html: Added.
1310 * resources/dump-as-markup.js:
1312 (Markup._getShadowHostIfPossible):
1314 2012-02-23 Csaba Osztrogonác <ossy@webkit.org>
1316 [Qt] Unreviewed gardening.
1318 * platform/qt/Skipped: Skip a failing test.
1320 2012-02-23 Tom Sepez <tsepez@chromium.org>
1322 [chromium] XSS Auditor bypass via javascript url and control characters
1323 https://bugs.webkit.org/show_bug.cgi?id=79154
1325 Reviewed by Adam Barth.
1327 * http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt: Added.
1328 * http/tests/security/xssAuditor/javascript-link-control-char2.html: Added.
1329 * platform/chromium/http/tests/security/xssAuditor: Added.
1330 * platform/chromium/http/tests/security/xssAuditor/javascript-link-control-char2-expected.txt: Added.
1332 2012-02-23 Gavin Barraclough <barraclough@apple.com>
1334 Object.isSealed / Object.isFrozen don't work for native objects
1335 https://bugs.webkit.org/show_bug.cgi?id=79331
1337 Reviewed by Sam Weinig.
1339 Need to inspect all properties, including static ones.
1340 This exposes a couple of bugs in Array & Arguments:
1341 - getOwnPropertyDescriptor doesn't correctly report the writable attribute of array length.
1342 - Arguments object's defineOwnProperty does not handle callee/caller/length correctly.
1344 * fast/js/preventExtensions-expected.txt:
1345 * fast/js/script-tests/preventExtensions.js:
1348 2012-02-23 Gavin Barraclough <barraclough@apple.com>
1350 pop of array hole should get from the prototype chain
1351 https://bugs.webkit.org/show_bug.cgi?id=79338
1353 Reviewed by Sam Weinig.
1355 * sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.6_Array_prototype_pop/S15.4.4.6_A4_T1-expected.txt:
1356 - Checking passing test result.
1358 2012-02-23 Csaba Osztrogonác <ossy@webkit.org>
1360 [Qt] Unreviewed gardening.
1362 * platform/qt/Skipped:
1363 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
1364 * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
1366 2012-02-23 Simon Hausmann <simon.hausmann@nokia.com>
1368 [Qt] Add support for touch cancellation
1369 https://bugs.webkit.org/show_bug.cgi?id=79348
1371 Reviewed by Kenneth Rohde Christiansen.
1373 Moved touch cancel event layout tests from general skip list to the
1374 Qt 4 specific one. The Qt 5 version we depend on has QEvent::TouchCancel, which
1375 is all we need in order to implement touch cancellation in DRT/WTR.
1377 * platform/qt-4.8/Skipped:
1378 * platform/qt/Skipped:
1380 2012-02-23 ChangSeok Oh <shivamidow@gmail.com>
1382 [GTK] DRT doesn't support scheduleAsynchronousKeyDown.
1383 https://bugs.webkit.org/show_bug.cgi?id=78481
1385 Reviewed by Gustavo Noronha Silva.
1387 Removed following skipped tests.
1388 fast/mutation/end-of-task-delivery.html
1389 fast/mutation/inline-event-listener.html
1391 * platform/gtk/Skipped:
1393 2012-02-23 Sheriff Bot <webkit.review.bot@gmail.com>
1395 Unreviewed, rolling out r108577.
1396 http://trac.webkit.org/changeset/108577
1397 https://bugs.webkit.org/show_bug.cgi?id=79359
1399 It doesn't work as expected (Requested by Ossy on #webkit).
1401 * platform/qt/Skipped:
1403 2012-02-23 Kenichi Ishibashi <bashi@chromium.org>
1405 [Chromium] Unreviewed test expectations update for fast/css/font-face-default-font.html
1407 * platform/chromium-linux/fast/css/font-face-default-font-expected.txt: Removed.
1408 * platform/chromium-mac-leopard/fast/css/font-face-default-font-expected.png: Removed.
1409 * platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.png:
1410 * platform/chromium-mac-snowleopard/fast/css/font-face-default-font-expected.txt: Removed.
1411 * platform/chromium-win/fast/css/font-face-default-font-expected.png:
1412 * platform/chromium-win/fast/css/font-face-default-font-expected.txt:
1414 2012-02-23 Csaba Osztrogonác <ossy@webkit.org>
1416 [Qt] Unreviewed gardening.
1418 * platform/qt/Skipped:
1419 * platform/qt/fast/multicol/span/clone-flexbox-expected.png: Added.
1420 * platform/qt/fast/multicol/span/clone-flexbox-expected.txt: Added.
1421 * platform/qt/fast/multicol/span/clone-summary-expected.png: Added.
1422 * platform/qt/fast/multicol/span/clone-summary-expected.txt: Added.
1423 * platform/qt/svg/custom/circle-move-invalidation-expected.png:
1424 * platform/qt/svg/custom/circle-move-invalidation-expected.txt:
1425 * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
1426 * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added.
1427 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1428 * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1430 2012-02-22 Dan Bernstein <mitz@apple.com>
1432 Skipped a test that uses Chromium-only LayoutTestController functionality.
1434 Rubber-stamped by Joseph Pecoraro.
1436 * platform/mac/Skipped: Added fast/dom/title-directionality-removeChild.html.
1438 2012-02-22 Dmitry Lomov <dslomov@google.com>
1440 [Chromium][V8] Support Uint8ClampedArray in postMessage
1441 https://bugs.webkit.org/show_bug.cgi?id=79291.
1443 Reviewed by Kenneth Russell.
1445 * platform/chromium/fast/canvas/webgl/array-message-passing-expected.txt: Removed.
1447 2012-02-22 Kent Tamura <tkent@chromium.org>
1449 Move <input type=radio> tests to fast/forms/radio/
1450 https://bugs.webkit.org/show_bug.cgi?id=78678
1452 Reviewed by Kentaro Hara.
1454 * fast/forms/ValidityState-valueMissing-radio-expected.txt: Removed.
1455 * fast/forms/ValidityState-valueMissing-radio.html: Removed.
1456 * fast/forms/indeterminate-radio-expected.txt: Removed.
1457 * fast/forms/indeterminate-radio.html: Removed.
1458 * fast/forms/input-radio-checked-tab-expected.txt: Removed.
1459 * fast/forms/input-radio-checked-tab.html: Removed.
1460 * fast/forms/interactive-validation-required-radio-expected.txt: Removed.
1461 * fast/forms/interactive-validation-required-radio.html: Removed.
1462 * fast/forms/radio-attr-order-expected.txt: Removed.
1463 * fast/forms/radio-attr-order.html: Removed.
1464 * fast/forms/radio-button-no-change-event-expected.txt: Removed.
1465 * fast/forms/radio-button-no-change-event.html: Removed.
1466 * fast/forms/radio-check-click-and-drag-expected.txt: Removed.
1467 * fast/forms/radio-check-click-and-drag.html: Removed.
1468 * fast/forms/radio-default-value-expected.txt: Removed.
1469 * fast/forms/radio-default-value.html: Removed.
1470 * fast/forms/radio-group-keyboard-change-event-expected.txt: Removed.
1471 * fast/forms/radio-group-keyboard-change-event.html: Removed.
1472 * fast/forms/radio-nested-labels-expected.txt: Removed.
1473 * fast/forms/radio-nested-labels.html: Removed.
1474 * fast/forms/radio-no-theme-padding-expected.txt: Removed.
1475 * fast/forms/radio-no-theme-padding.html: Removed.
1476 * fast/forms/radio-remove-form-attr-expected.txt: Removed.
1477 * fast/forms/radio-remove-form-attr.html: Removed.
1478 * fast/forms/radio/ValidityState-valueMissing-radio-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-valueMissing-radio-expected.txt.
1479 * fast/forms/radio/ValidityState-valueMissing-radio.html: Copied from LayoutTests/fast/forms/ValidityState-valueMissing-radio.html.
1480 * fast/forms/radio/indeterminate-radio-expected.txt: Copied from LayoutTests/fast/forms/indeterminate-radio-expected.txt.
1481 * fast/forms/radio/indeterminate-radio.html: Copied from LayoutTests/fast/forms/indeterminate-radio.html.
1482 * fast/forms/radio/input-radio-checked-tab-expected.txt: Copied from LayoutTests/fast/forms/input-radio-checked-tab-expected.txt.
1483 * fast/forms/radio/input-radio-checked-tab.html: Copied from LayoutTests/fast/forms/input-radio-checked-tab.html.
1484 * fast/forms/radio/interactive-validation-required-radio-expected.txt: Copied from LayoutTests/fast/forms/interactive-validation-required-radio-expected.txt.
1485 * fast/forms/radio/interactive-validation-required-radio.html: Copied from LayoutTests/fast/forms/interactive-validation-required-radio.html.
1486 * fast/forms/radio/radio-attr-order-expected.txt: Copied from LayoutTests/fast/forms/radio-attr-order-expected.txt.
1487 * fast/forms/radio/radio-attr-order.html: Copied from LayoutTests/fast/forms/radio-attr-order.html.
1488 * fast/forms/radio/radio-button-no-change-event-expected.txt: Copied from LayoutTests/fast/forms/radio-button-no-change-event-expected.txt.
1489 * fast/forms/radio/radio-button-no-change-event.html: Copied from LayoutTests/fast/forms/radio-button-no-change-event.html.
1490 * fast/forms/radio/radio-check-click-and-drag-expected.txt: Copied from LayoutTests/fast/forms/radio-check-click-and-drag-expected.txt.
1491 * fast/forms/radio/radio-check-click-and-drag.html: Copied from LayoutTests/fast/forms/radio-check-click-and-drag.html.
1492 * fast/forms/radio/radio-default-value-expected.txt: Copied from LayoutTests/fast/forms/radio-default-value-expected.txt.
1493 * fast/forms/radio/radio-default-value.html: Copied from LayoutTests/fast/forms/radio-default-value.html.
1494 * fast/forms/radio/radio-group-keyboard-change-event-expected.txt: Copied from LayoutTests/fast/forms/radio-group-keyboard-change-event-expected.txt.
1495 * fast/forms/radio/radio-group-keyboard-change-event.html: Copied from LayoutTests/fast/forms/radio-group-keyboard-change-event.html.
1496 * fast/forms/radio/radio-nested-labels-expected.txt: Copied from LayoutTests/fast/forms/radio-nested-labels-expected.txt.
1497 * fast/forms/radio/radio-nested-labels.html: Copied from LayoutTests/fast/forms/radio-nested-labels.html.
1498 * fast/forms/radio/radio-no-theme-padding-expected.txt: Copied from LayoutTests/fast/forms/radio-no-theme-padding-expected.txt.
1499 * fast/forms/radio/radio-no-theme-padding.html: Copied from LayoutTests/fast/forms/radio-no-theme-padding.html.
1500 * fast/forms/radio/radio-remove-form-attr-expected.txt: Copied from LayoutTests/fast/forms/radio-remove-form-attr-expected.txt.
1501 * fast/forms/radio/radio-remove-form-attr.html: Copied from LayoutTests/fast/forms/radio-remove-form-attr.html.
1502 * fast/forms/radio/radio_checked-expected.txt: Copied from LayoutTests/fast/forms/radio_checked-expected.txt.
1503 * fast/forms/radio/radio_checked.html: Copied from LayoutTests/fast/forms/radio_checked.html.
1504 * fast/forms/radio/radio_checked_dynamic-expected.txt: Copied from LayoutTests/fast/forms/radio_checked_dynamic-expected.txt.
1505 * fast/forms/radio/radio_checked_dynamic.html: Copied from LayoutTests/fast/forms/radio_checked_dynamic.html.
1506 * fast/forms/radio/radio_checked_name-expected.txt: Copied from LayoutTests/fast/forms/radio_checked_name-expected.txt.
1507 * fast/forms/radio/radio_checked_name.html: Copied from LayoutTests/fast/forms/radio_checked_name.html.
1508 * fast/forms/radio/remove-radio-button-assert-expected.txt: Copied from LayoutTests/fast/forms/remove-radio-button-assert-expected.txt.
1509 * fast/forms/radio/remove-radio-button-assert.html: Copied from LayoutTests/fast/forms/remove-radio-button-assert.html.
1510 * fast/forms/radio/state-restore-radio-group-expected.txt: Copied from LayoutTests/fast/forms/state-restore-radio-group-expected.txt.
1511 * fast/forms/radio/state-restore-radio-group.html: Copied from LayoutTests/fast/forms/state-restore-radio-group.html.
1512 * fast/forms/radio_checked-expected.txt: Removed.
1513 * fast/forms/radio_checked.html: Removed.
1514 * fast/forms/radio_checked_dynamic-expected.txt: Removed.
1515 * fast/forms/radio_checked_dynamic.html: Removed.
1516 * fast/forms/radio_checked_name-expected.txt: Removed.
1517 * fast/forms/radio_checked_name.html: Removed.
1518 * fast/forms/remove-radio-button-assert-expected.txt: Removed.
1519 * fast/forms/remove-radio-button-assert.html: Removed.
1520 * fast/forms/state-restore-radio-group-expected.txt: Removed.
1521 * fast/forms/state-restore-radio-group.html: Removed.
1523 2012-02-22 Dan Bernstein <mitz@apple.com>
1525 Updated expected test results for the addition of -webkit-line-align (r108133) and the
1526 renaming of -webkit-line-grid-snap (r107289).
1528 Rubber-stamped by Andy Estes.
1530 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
1532 2012-02-22 Kenichi Ishibashi <bashi@chromium.org>
1534 REGRESSION (r107516): fast/css/font-face-default-font.html is failing
1535 https://bugs.webkit.org/show_bug.cgi?id=79260
1537 Add @font-face with "font-style: italic;" so that affecting the rule
1540 Reviewed by Dan Bernstein.
1542 * fast/css/font-face-default-font.html:
1544 2012-02-22 Yuta Kitamura <yutak@chromium.org>
1546 Unreviewed, rolling out r108602.
1547 http://trac.webkit.org/changeset/108602
1548 https://bugs.webkit.org/show_bug.cgi?id=78878
1550 Caused a couple of layout test failures on Chromium bots.
1552 * fast/dom/shadow/shadow-on-image-expected.html: Removed.
1553 * fast/dom/shadow/shadow-on-image.html: Removed.
1554 * platform/chromium/test_expectations.txt:
1556 2012-02-22 Abhishek Arya <inferno@chromium.org>
1558 Crash in RenderBlock::addChildIgnoringAnonymousColumnBlocks.
1559 https://bugs.webkit.org/show_bug.cgi?id=79043
1561 Reviewed by Julien Chaffraix.
1563 * fast/runin/runin-div-before-child-expected.png: Added.
1564 * fast/runin/runin-div-before-child-expected.txt: Added.
1565 * fast/runin/runin-div-before-child.html: Added.
1566 * fast/runin/runin-table-before-child-expected.png: Added.
1567 * fast/runin/runin-table-before-child-expected.txt: Added.
1568 * fast/runin/runin-table-before-child.html: Added.
1570 2012-02-22 Wei James <james.wei@intel.com>
1572 Add multi channels support in AudioBus and AudioBufferSourceNode
1573 https://bugs.webkit.org/show_bug.cgi?id=79017
1575 Reviewed by Chris Rogers.
1577 * webaudio/resources/audio-testing.js:
1579 * webaudio/resources/mix-testing.js: Added.
1581 * webaudio/up-mixing-mono-51-expected.wav: Added.
1582 * webaudio/up-mixing-mono-51.html: Added.
1583 * webaudio/up-mixing-mono-stereo-expected.wav: Added.
1584 * webaudio/up-mixing-mono-stereo.html: Added.
1585 * webaudio/up-mixing-stereo-51-expected.wav: Added.
1586 * webaudio/up-mixing-stereo-51.html: Added.
1588 2012-02-22 MORITA Hajime <morrita@google.com>
1590 Adding a ShadowRoot to image-backed element causes a crash
1591 https://bugs.webkit.org/show_bug.cgi?id=78878
1593 Reviewed by Dimitri Glazkov.
1595 * fast/dom/shadow/shadow-on-image-expected.html: Added.
1596 * fast/dom/shadow/shadow-on-image.html: Added.
1598 2012-02-22 Yuta Kitamura <yutak@chromium.org>
1600 [Chromium] Unreviewed gardening. Two inspector tests are timing out on Mac Debug.
1602 * platform/chromium/test_expectations.txt:
1604 2012-02-22 Pablo Flouret <pablof@motorola.com>
1606 PopStateEvent.state should use the same object as history.state
1607 https://bugs.webkit.org/show_bug.cgi?id=77493
1609 Reviewed by Kentaro Hara.
1611 * fast/loader/stateobjects/state-attribute-history-getter-expected.txt: Added.
1612 * fast/loader/stateobjects/state-attribute-history-getter.html: Added.
1613 * fast/loader/stateobjects/state-attribute-only-one-deserialization-expected.txt:
1614 * fast/loader/stateobjects/state-attribute-only-one-deserialization.html:
1615 * fast/loader/stateobjects/state-attribute-popstate-event-expected.txt: Added.
1616 * fast/loader/stateobjects/state-attribute-popstate-event.html: Added.
1618 2012-02-22 Dmitry Lomov <dslomov@google.com>
1620 [JSC] Implement ArrayBuffer and typed array cloning in JSC
1621 https://bugs.webkit.org/show_bug.cgi?id=79294
1623 Reviewed by Oliver Hunt.
1625 * fast/canvas/webgl/array-message-passing-expected.txt: Updated expectation after cloning implemented.
1626 * fast/canvas/webgl/script-tests/array-message-passing.js: Added Uint8ClampedArray
1627 * platform/chromium/fast/canvas/webgl/array-message-passing-expected.txt: Updated expectations. Fixing covered by https://bugs.webkit.org/show_bug.cgi?id=79291
1629 2012-02-22 Raymond Toy <rtoy@google.com>
1631 exponentialRampToValue doesn't use starting value
1632 https://bugs.webkit.org/show_bug.cgi?id=78035
1634 Reviewed by Chris Rogers.
1636 * webaudio/audioparam-exponentialRampToValueAtTime-expected.txt: Added.
1637 * webaudio/audioparam-exponentialRampToValueAtTime.html: Added.
1638 * webaudio/resources/audioparam-testing.js: Added.
1639 (createConstantBuffer):
1640 (createExponentialRampArray):
1641 (comparePartialSignals):
1642 (verifyDiscontinuities):
1646 2012-02-22 Adrienne Walker <enne@google.com>
1648 [chromium] Unreviewed gardening. Rebaseline more svg tests.
1650 This test was also broken after r108559. It times out on all platforms
1651 but windows, so only rebaselining windows.
1653 * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
1654 * platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
1656 2012-02-22 Adrienne Walker <enne@google.com>
1658 [chromium] Unreviewed gardening. Rebaseline zoom-replaced-intrinsic-ratio
1660 This was broken after r108559 and the result looks reasonable given
1661 the description of the change, so rebaselining.
1663 * platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1664 * platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1665 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1666 * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt.
1667 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
1668 * platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
1670 2012-02-22 Dirk Pranke <dpranke@chromium.org>
1672 fast/files/create-blob-url-crash.html is no longer flaky.
1673 https://bugs.webkit.org/show_bug.cgi?id=60125
1675 Unreviewed, expectations change.
1677 * platform/chromium/test_expectations.txt:
1679 2012-02-22 Gavin Barraclough <barraclough@apple.com>
1681 Implement [[DefineOwnProperty]] for the arguments object
1682 https://bugs.webkit.org/show_bug.cgi?id=79309
1684 Reviewed by Sam Weinig.
1686 * fast/js/arguments-expected.txt:
1687 * fast/js/script-tests/arguments.js:
1690 2012-02-22 Adrienne Walker <enne@google.com>
1692 [chromium] Unreviewed gardening. Update expectations after skia roll.
1694 It is most likely that the Skia roll from 3216 to 3226 slightly
1695 changed image expectations for the following tests. None of these are
1696 perceptually any different, so just rebaselining.
1698 * platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1699 * platform/chromium-linux/fast/borders/border-image-rotate-transform-expected.png:
1700 * platform/chromium-linux/svg/custom/focus-ring-expected.png:
1701 * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
1702 * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1703 * platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png:
1704 * platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
1705 * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1706 * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
1707 * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
1708 * platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
1709 * platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
1710 * platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
1711 * platform/chromium-win/svg/custom/focus-ring-expected.png:
1712 * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
1714 2012-02-22 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1716 [Qt] Add eventSender.gestureTap
1717 https://bugs.webkit.org/show_bug.cgi?id=66173
1719 Reviewed by Kenneth Rohde Christiansen.
1721 Unskip gestureTap test.
1723 * platform/qt/Skipped:
1725 2012-02-22 Nate Chapin <japhet@chromium.org>
1727 Test Range header compliance for CachedResources.
1728 https://bugs.webkit.org/show_bug.cgi?id=76564
1730 Reviewed by Adam Barth.
1732 * http/tests/xmlhttprequest/range-test-expected.txt: Added.
1733 * http/tests/xmlhttprequest/range-test.html: Added.
1735 2012-02-22 Adrienne Walker <enne@google.com>
1737 [chromium] Unreviewed gardening. Generalize svg failures from r108494.
1739 * platform/chromium/test_expectations.txt:
1741 2012-02-22 Antti Koivisto <antti@apple.com>
1743 REGRESSION (r104060): Web font is not loaded if specified by link element dynamically inserted
1744 https://bugs.webkit.org/show_bug.cgi?id=79186
1746 Reviewed by Andreas Kling.
1748 * fast/css/font-face-insert-link-expected.txt: Added.
1749 * fast/css/font-face-insert-link.html: Added.
1750 * fast/css/resources/ahem.css: Added.
1753 2012-02-22 Nate Chapin <japhet@chromium.org>
1755 inspector/debugger/script-formatter-console.html should
1757 https://bugs.webkit.org/show_bug.cgi?id=78810
1759 Reviewed by Adam Barth.
1761 * platform/chromium/test_expectations.txt:
1763 2012-02-22 Gavin Barraclough <barraclough@apple.com>
1765 Fix Object.freeze for non-final objects.
1766 https://bugs.webkit.org/show_bug.cgi?id=79286
1768 Reviewed by Oliver Hunt.
1770 For vanilla objects we implement this with a single transition, for objects
1771 with special properties we should just follow the spec defined algorithm.
1773 * fast/js/preventExtensions-expected.txt:
1774 * fast/js/script-tests/preventExtensions.js:
1777 2012-02-22 Max Vujovic <mvujovic@adobe.com>
1779 Paddings and borders on root SVG element with viewbox causes child SVG elements to be rendered with the incorrect size
1780 https://bugs.webkit.org/show_bug.cgi?id=78613
1782 Reviewed by Nikolas Zimmermann.
1784 * platform/chromium/test_expectations.txt:
1785 * platform/mac/svg/custom/circle-move-invalidation-expected.png:
1786 * platform/mac/svg/custom/circle-move-invalidation-expected.txt:
1788 This test contains a circle drawn inside a root SVG element with a 1px border. This bug
1789 was causing WebKit to render the circle 1px too large, reflected in the expectations.
1790 The expectations have been updated.
1792 * svg/custom/svg-root-padding-border-margin-expected.html: Added.
1793 * svg/custom/svg-root-padding-border-margin.html: Added.
1795 2012-02-22 Tom Sepez <tsepez@chromium.org>
1797 XSSAuditor bypass with <svg> tags and html-entities.
1798 https://bugs.webkit.org/show_bug.cgi?id=78836
1800 Reviewed by Adam Barth.
1802 * http/tests/security/xssAuditor/iframe-onload-in-svg-tag-expected.txt: Added.
1803 * http/tests/security/xssAuditor/iframe-onload-in-svg-tag.html: Added.
1804 * http/tests/security/xssAuditor/script-tag-inside-svg-tag-expected.txt: Added.
1805 * http/tests/security/xssAuditor/script-tag-inside-svg-tag.html: Added.
1806 * http/tests/security/xssAuditor/script-tag-inside-svg-tag2-expected.txt: Added.
1807 * http/tests/security/xssAuditor/script-tag-inside-svg-tag2.html: Added.
1808 * http/tests/security/xssAuditor/script-tag-inside-svg-tag3-expected.txt: Added.
1809 * http/tests/security/xssAuditor/script-tag-inside-svg-tag3.html: Added.
1811 2012-02-22 Ken Buchanan <kenrb@chromium.org>
1813 Crash from empty anonymous block preceding :before content
1814 https://bugs.webkit.org/show_bug.cgi?id=78250
1816 Reviewed by David Hyatt.
1818 Test exercises a crashing condition from extra :before content being
1819 created after a RenderListMarker in an anonymous block has been moved.
1821 Also rebasing some tests that had extraneous anonymous blocks in their
1824 * fast/css-generated-content/before-content-with-list-marker-in-anon-block-crash-expected.txt: Added
1825 * fast/css-generated-content/before-content-with-list-marker-in-anon-block-crash.html: Added
1826 * platform/chromium-win/editing/execCommand/create-list-with-hr-expected.txt:
1827 * platform/gtk/editing/execCommand/create-list-with-hr-expected.txt:
1828 * platform/mac/editing/execCommand/create-list-with-hr-expected.txt:
1829 * platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
1831 2012-02-22 Abhishek Arya <inferno@chromium.org>
1833 Crash due to accessing removed parent lineboxes when clearing view selection.
1834 https://bugs.webkit.org/show_bug.cgi?id=79264
1836 Reviewed by Eric Seidel.
1838 * fast/css-generated-content/first-letter-textbox-parent-crash-expected.txt: Added.
1839 * fast/css-generated-content/first-letter-textbox-parent-crash.html: Added.
1841 2012-02-22 Abhishek Arya <inferno@chromium.org>
1843 Cloning and linebox issues in multi-column layout.
1844 https://bugs.webkit.org/show_bug.cgi?id=78273
1846 Reviewed by Eric Seidel.
1848 * fast/multicol/span/clone-flexbox-expected.png:
1849 * fast/multicol/span/clone-flexbox-expected.txt: Added.
1850 * fast/multicol/span/clone-flexbox.html: Added. Test passes if we
1851 see two RenderFlexibox in the rendertree.
1852 * fast/multicol/span/clone-summary-expected.png: Added.
1853 * fast/multicol/span/clone-summary-expected.txt: Added.
1854 * fast/multicol/span/clone-summary.html: Added. Test passes if we
1855 see two RenderSummary in the rendertree.
1856 * fast/multicol/span/textbox-not-removed-crash-expected.txt: Added.
1857 * fast/multicol/span/textbox-not-removed-crash.html: Added. Test
1858 passes it we do not crash on m_hasBadParent assert in InlineBox.
1860 2012-02-22 Adrienne Walker <enne@google.com>
1862 [chromium] Unreviewed gardening. Rebaseline svg expectations after r108493.
1864 Blindly updating expected to actual on Chromium. They only started
1865 failing after the base expectations were updated and don't have any
1866 perceptual differences.
1868 * platform/chromium-mac-snowleopard/svg/foreignObject/clip-expected.png: Added.
1869 * platform/chromium-mac-snowleopard/svg/foreignObject/filter-expected.png: Added.
1870 * platform/chromium-mac-snowleopard/svg/foreignObject/mask-expected.png: Added.
1871 * platform/chromium-win/svg/custom/visited-link-color-expected.png: Added.
1872 * platform/chromium-win/svg/foreignObject/clip-expected.png: Added.
1873 * platform/chromium-win/svg/foreignObject/filter-expected.png: Added.
1874 * platform/chromium-win/svg/foreignObject/mask-expected.png: Added.
1875 * platform/chromium/test_expectations.txt:
1877 2012-02-22 Bear Travis <betravis@adobe.com>
1879 Not correctly recalculating layout for elements within nested SVG elements
1880 https://bugs.webkit.org/show_bug.cgi?id=77535
1882 Reviewed by Dirk Schulze.
1884 Adding a repaint test for a relatively sized inner svg and inner svg content when
1885 its width/height changes.
1887 * platform/chromium/test_expectations.txt:
1888 * svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added.
1889 * svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added.
1890 * svg/repaint/inner-svg-change-viewPort-relative.svg: Added.
1892 2012-02-22 Alexei Svitkine <asvitkine@chromium.org>
1894 [chromium] Fix remaining compositing/rubberbanding test failures
1895 https://bugs.webkit.org/show_bug.cgi?id=78008
1897 These were happening due to the fact that ScrollView wasn't updating
1898 the overhang layer when the contentsSize was updated. This is necessary
1899 because calculateOverhangAreasForPainting() takes the contentsSize into
1900 account when determining whether the overhang areas are visible.
1902 Reviewed by James Robinson.
1904 Re-enabled the following tests with updated baselines:
1905 * platform/chromium/compositing/rubberbanding/transform-overhang-e-expected.png:
1906 * platform/chromium/compositing/rubberbanding/transform-overhang-s-expected.png:
1907 * platform/chromium/compositing/rubberbanding/transform-overhang-se-expected.png:
1908 * platform/chromium/test_expectations.txt:
1910 2012-02-22 Dan Bernstein <mitz@apple.com>
1912 REGRESSION (r62632): page-break-inside: avoid is ignored
1913 https://bugs.webkit.org/show_bug.cgi?id=79262
1915 Reviewed by Adele Peterson.
1917 * printing/page-break-inside-avoid-expected.txt:
1919 2012-02-22 Adrienne Walker <enne@google.com>
1921 [chromium] Unreviewed gardening. Mark some XHR tests as asserting.
1922 https://bugs.webkit.org/show_bug.cgi?id=79229
1924 * platform/chromium/test_expectations.txt:
1926 2012-02-22 Adrienne Walker <enne@google.com>
1928 [chromium] Unreviewed gardening. Marking svg failures from r108494.
1929 https://bugs.webkit.org/show_bug.cgi?id=41386
1931 * platform/chromium/test_expectations.txt:
1933 2012-02-22 Pavel Feldman <pfeldman@google.com>
1935 Web Inspector: console doesn't show properly arrays from which tail values have been deleted
1936 https://bugs.webkit.org/show_bug.cgi?id=79242
1938 Reviewed by Yury Semikhatsky.
1940 * inspector/console/console-format-expected.txt:
1941 * inspector/console/console-format.html:
1942 * platform/chromium/inspector/console/console-format-collections-expected.txt:
1943 * platform/chromium/inspector/console/console-format-expected.txt:
1945 2012-02-22 Vsevolod Vlasov <vsevik@chromium.org>
1947 Web Inspector: [REGRESSION] Console xhr logging is broken for async xhrs since r107672.
1948 https://bugs.webkit.org/show_bug.cgi?id=79229
1950 Reviewed by Pavel Feldman.
1952 * http/tests/inspector/console-xhr-logging-async-expected.txt: Added.
1953 * http/tests/inspector/console-xhr-logging-async.html: Added.
1955 2012-02-22 Mihnea Ovidenie <mihnea@adobe.com>
1957 [Qt] REGRESSION(r108108): It made 3 fast/repaint tests fail
1958 https://bugs.webkit.org/show_bug.cgi?id=78960
1960 Reviewed by Csaba Osztrogonác.
1962 * fast/repaint/japanese-rl-selection-repaint-in-regions.html:
1963 * fast/repaint/line-flow-with-floats-in-regions.html:
1964 * fast/repaint/overflow-flipped-writing-mode-block-in-regions.html:
1965 * fast/repaint/region-painting-invalidation.html:
1966 * fast/repaint/region-painting-via-layout.html:
1967 * platform/qt/Skipped:
1969 2012-02-22 Eric Carlson <eric.carlson@apple.com>
1971 [Chromium] video-referer.html fails
1972 https://bugs.webkit.org/show_bug.cgi?id=79239
1974 Unreviewed, skipping a test that started to fail after r108387.
1976 * platform/chromium/test_expectations.txt:
1978 2012-02-22 Philippe Normand <pnormand@igalia.com>
1980 Unreviewed, skipping one more mediastream failure on GTK.
1982 * platform/gtk/Skipped:
1984 2012-02-22 Vsevolod Vlasov <vsevik@chromium.org>
1986 Web Inspector: retrieving content for some XHR requests crashes inspected page renderer
1987 https://bugs.webkit.org/show_bug.cgi?id=79026
1989 Reviewed by Pavel Feldman.
1991 * http/tests/inspector/network/network-cyrillic-xhr-expected.txt: Added.
1992 * http/tests/inspector/network/network-cyrillic-xhr.html: Added.
1993 * http/tests/inspector/network/network-empty-xhr-expected.txt: Added.
1994 * http/tests/inspector/network/network-empty-xhr.html: Added.
1995 * http/tests/inspector/network/resources/cyrillic.html: Added.
1996 * http/tests/inspector/network/resources/empty.html: Added.
1998 2012-02-21 Vsevolod Vlasov <vsevik@chromium.org>
2000 Web Inspector: [InspectorIndexedDB] Show IndexedDB views on selection IndexedDB elements in resources panel.
2001 https://bugs.webkit.org/show_bug.cgi?id=79098
2003 Reviewed by Pavel Feldman.
2005 * http/tests/inspector/indexeddb/database-data.html:
2007 2012-02-22 Nikolas Zimmermann <nzimmermann@rim.com>
2009 REGRESSION(58212): html foreignObjects with positions other than static not hidden correctly when parent has display:none
2010 https://bugs.webkit.org/show_bug.cgi?id=41386
2012 Reviewed by Zoltan Herczeg.
2014 Add new tests covering <foreignObject> content inside a <g display="none">.
2016 * platform/chromium/test_expectations.txt:
2017 * platform/mac/svg/foreignObject/fO-display-none-expected.png: Added.
2018 * platform/mac/svg/foreignObject/fO-display-none-expected.txt: Added.
2019 * platform/mac/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.png: Added.
2020 * platform/mac/svg/foreignObject/fO-display-none-with-relative-pos-content-expected.txt: Added.
2021 * platform/mac/svg/foreignObject/fO-parent-display-changes-expected.png: Added.
2022 * platform/mac/svg/foreignObject/fO-parent-display-changes-expected.txt: Added.
2023 * platform/mac/svg/foreignObject/fO-parent-display-none-expected.png: Added.
2024 * platform/mac/svg/foreignObject/fO-parent-display-none-expected.txt: Added.
2025 * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added.
2026 * platform/mac/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added.
2027 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added.
2028 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added.
2029 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added.
2030 * platform/mac/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added.
2031 * svg/foreignObject/fO-display-none-with-relative-pos-content.svg: Added.
2032 * svg/foreignObject/fO-display-none.svg: Added.
2033 * svg/foreignObject/fO-parent-display-changes.svg: Added.
2034 * svg/foreignObject/fO-parent-display-none-with-relative-pos-content.svg: Added.
2035 * svg/foreignObject/fO-parent-display-none.svg: Added.
2036 * svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content.svg: Added.
2037 * svg/foreignObject/fO-parent-of-parent-display-none.svg: Added.
2039 2012-02-22 Nikolas Zimmermann <nzimmermann@rim.com>
2041 Not reviewed. Fix SVG pixel test results, which now show up as hash failures, since DRT was fixed to report these.
2043 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
2044 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
2045 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
2046 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
2047 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
2048 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
2049 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
2050 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
2051 * platform/mac/svg/as-border-image/svg-as-border-image-expected.png:
2052 * platform/mac/svg/clip-path/clip-in-mask-expected.png:
2053 * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png:
2054 * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png:
2055 * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png:
2056 * platform/mac/svg/custom/circular-marker-reference-2-expected.png:
2057 * platform/mac/svg/custom/glyph-selection-arabic-forms-expected.png:
2058 * platform/mac/svg/custom/glyph-selection-bidi-mirror-expected.png:
2059 * platform/mac/svg/custom/glyph-selection-non-bmp-expected.png:
2060 * platform/mac/svg/custom/gradient-rotated-bbox-expected.png:
2061 * platform/mac/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png:
2062 * platform/mac/svg/custom/marker-opacity-expected.png:
2063 * platform/mac/svg/custom/non-circular-marker-reference-expected.png:
2064 * platform/mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png:
2065 * platform/mac/svg/hixie/error/017-expected.png:
2066 * platform/mac/svg/text/text-align-05-b-expected.png:
2067 * platform/mac/svg/text/text-path-01-b-expected.png:
2068 * platform/mac/svg/text/text-text-01-b-expected.png:
2069 * platform/mac/svg/text/text-text-07-t-expected.png:
2070 * platform/mac/svg/text/text-tselect-02-f-expected.png:
2071 * svg/as-image/svg-non-integer-scaled-image-expected.png:
2072 * svg/custom/visited-link-color-expected.png:
2073 * svg/custom/zero-path-square-cap-rendering2-expected.png:
2074 * svg/foreignObject/clip-expected.png:
2075 * svg/foreignObject/filter-expected.png:
2076 * svg/foreignObject/mask-expected.png:
2078 2012-02-17 Nikolas Zimmermann <nzimmermann@rim.com>
2080 REGRESSION: unbalanced transparency layers for clipPath
2081 https://bugs.webkit.org/show_bug.cgi?id=78074
2083 Reviewed by Zoltan Herczeg.
2085 * svg/clip-path/opacity-assertion-expected.svg: Added.
2086 * svg/clip-path/opacity-assertion.svg: Added.
2088 2012-02-21 Pavel Feldman <pfeldman@google.com>
2090 Web Inspector: do not filter out requestAnimationFrame from timeline, implement stop on animation events.
2091 https://bugs.webkit.org/show_bug.cgi?id=79116
2093 Reviewed by Yury Semikhatsky.
2095 * inspector/timeline/timeline-animation-frame-expected.txt:
2096 * inspector/timeline/timeline-animation-frame.html:
2097 * inspector/timeline/timeline-enum-stability-expected.txt:
2098 * platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
2100 2012-02-22 Yuta Kitamura <yutak@chromium.org>
2102 [Chromium] Unreviewed, regular maintenance of test expectations.
2104 * platform/chromium/test_expectations.txt:
2106 2012-02-22 Csaba Osztrogonác <ossy@webkit.org>
2108 [Qt] Unreviewed gardening, skip a new failing test.
2110 * platform/qt/Skipped:
2112 2012-02-22 Shinya Kawanaka <shinyak@chromium.org>
2114 firstRendererOf() should also return a fallback element renderer in NodeRenderingContext.
2115 https://bugs.webkit.org/show_bug.cgi?id=79180
2117 Reviewed by Hajime Morita.
2119 Added new test cases, e.g. <content> in <content>, with display:none.
2121 * fast/dom/shadow/shadow-contents-fallback-dynamic-expected.txt:
2122 * fast/dom/shadow/shadow-contents-fallback-dynamic.html:
2123 * fast/dom/shadow/shadow-contents-fallback-expected.txt:
2124 * fast/dom/shadow/shadow-contents-fallback.html:
2126 2012-02-22 Sheriff Bot <webkit.review.bot@gmail.com>
2128 Unreviewed, rolling out r108468.
2129 http://trac.webkit.org/changeset/108468
2130 https://bugs.webkit.org/show_bug.cgi?id=79219
2132 Broke Chromium Win release build (Requested by bashi on
2135 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Removed.
2136 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Removed.
2137 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Removed.
2138 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Removed.
2139 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Removed.
2140 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Removed.
2141 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Removed.
2142 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Removed.
2143 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Removed.
2144 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Removed.
2145 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Removed.
2146 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
2147 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
2148 (web_socket_transfer_data):
2150 2012-02-22 Philippe Normand <pnormand@igalia.com>
2152 Unreviewed, GTK gardening, unskip 2 tests that should pass now.
2154 * platform/gtk/Skipped:
2156 2012-02-21 Alexander Pavlov <apavlov@chromium.org>
2158 Web Inspector: Audit rules to recommend unprefixing supported CSS properties
2159 https://bugs.webkit.org/show_bug.cgi?id=78985
2161 Reviewed by Pavel Feldman.
2163 * inspector/audits/audits-panel-functional-expected.txt:
2164 * inspector/audits/audits-panel-functional.html:
2166 2012-02-22 Kenichi Ishibashi <bashi@chromium.org>
2168 Adding WebSocket per-frame DEFLATE extension
2169 https://bugs.webkit.org/show_bug.cgi?id=77522
2171 Added tests for WebSocket deflate-frame extension. Also updated some
2172 tests to follow the change.
2174 Reviewed by Kent Tamura.
2176 * http/tests/websocket/tests/hybi/compressed-control-frame-expected.txt: Added.
2177 * http/tests/websocket/tests/hybi/compressed-control-frame.html: Added.
2178 * http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py: Added.
2179 (web_socket_do_extra_handshake):
2180 (web_socket_transfer_data):
2181 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff-expected.txt: Added.
2182 * http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html: Added.
2183 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter-expected.txt: Added.
2184 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html: Added.
2185 * http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py: Added.
2186 (web_socket_do_extra_handshake):
2187 (web_socket_transfer_data):
2188 * http/tests/websocket/tests/hybi/deflate-frame-parameter-expected.txt: Added.
2189 * http/tests/websocket/tests/hybi/deflate-frame-parameter.html: Added.
2190 * http/tests/websocket/tests/hybi/deflate-frame_wsh.py: Added.
2191 (_get_deflate_frame_extension_processor):
2192 (web_socket_do_extra_handshake):
2193 (web_socket_transfer_data):
2194 * http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header-expected.txt:
2195 * http/tests/websocket/tests/hybi/send-file-blob_wsh.py:
2197 (web_socket_transfer_data):
2199 2012-02-22 Yanbin Zhang <yanbin.zhang@intel.com>
2201 [GTK] fast/mediastream/peerconnection-argument-types.html fails
2202 https://bugs.webkit.org/show_bug.cgi?id=79096
2204 Reviewed by Adam Barth.
2206 * fast/mediastream/peerconnection-argument-types-expected.txt:
2207 * fast/mediastream/script-tests/argument-types.js:
2209 2012-02-22 Carlos Garcia Campos <cgarcia@igalia.com>
2211 Unreviewed, rolling out r107351.
2212 http://trac.webkit.org/changeset/107351
2213 https://bugs.webkit.org/show_bug.cgi?id=53600
2215 Several issues introduced in WebKitGTK+ API
2217 * platform/gtk/Skipped:
2219 2012-02-22 Philippe Normand <pnormand@igalia.com>
2221 Unreviewed, GTK gardening.
2223 * platform/gtk/Skipped:
2224 * platform/gtk/fast/forms/float-before-fieldset-expected.txt:
2226 2012-02-21 Max Vujovic <mvujovic@adobe.com>
2228 getCTM() on SVG root element with borders, paddings, and viewbox returns incorrect values
2229 https://bugs.webkit.org/show_bug.cgi?id=78631
2231 Reviewed by Eric Seidel.
2233 * platform/chromium/test_expectations.txt
2234 * platform/mac/svg/dom/SVGLocatable-getCTM-svg-root-expected.png
2235 * svg/dom/SVGLocatable-getCTM-svg-root-expected.txt: Added.
2236 * svg/dom/SVGLocatable-getCTM-svg-root.html: Added.
2238 2012-02-21 Kenichi Ishibashi <bashi@chromium.org>
2240 Rename "reserved1" flag of WebSocketFrame to compress
2241 https://bugs.webkit.org/show_bug.cgi?id=79187
2243 Reviewed by Kent Tamura.
2245 * http/tests/websocket/tests/hybi/reserved-bits-expected.txt: Revised to follow the change in meaning rsv1 bit.
2246 * http/tests/websocket/tests/hybi/reserved-bits.html: Ditto.
2248 2012-02-21 Gavin Barraclough <barraclough@apple.com>
2250 Should be able to reconfigure a non-configurable property as read-only
2251 https://bugs.webkit.org/show_bug.cgi?id=79170
2253 Reviewed by Sam Weinig.
2255 See ES5.1 8.12.9 10.a.i - the spec prohibits making a read-only property writable,
2256 but does not inhibit making a writable property read-only.
2258 * fast/js/Object-defineProperty-expected.txt:
2259 * fast/js/script-tests/Object-defineProperty.js:
2260 - Update test result (this was enforcing incorrect behaviour).
2262 2012-02-21 Adam Klein <adamk@chromium.org>
2264 Setting innerText causes DOMSubtreeModified to be dispatched too early
2265 https://bugs.webkit.org/show_bug.cgi?id=79140
2267 Reviewed by Ryosuke Niwa.
2269 * fast/dom/getElementById-consistency3-expected.txt: Added.
2270 * fast/dom/getElementById-consistency3.html: Added.
2271 * fast/dom/getElementById-consistency4-expected.txt: Added.
2272 * fast/dom/getElementById-consistency4.html: Added.
2273 * fast/dom/getElementById-consistency5-expected.txt: Added.
2274 * fast/dom/getElementById-consistency5.html: Added.
2276 2012-02-15 Ryosuke Niwa <rniwa@webkit.org>
2278 Assertion failure in TextIterator::handleTextBox
2279 https://bugs.webkit.org/show_bug.cgi?id=78530
2281 Reviewed by Enrica Casucci.
2283 Add a regression test. Also rebaseline a crash test.
2285 * editing/text-iterator/rtl-first-letter-text-iterator-crash-expected.txt: Added.
2286 * editing/text-iterator/rtl-first-letter-text-iterator-crash.html: Added.
2287 * editing/text-iterator/rtl-selection-crash-expected.txt:
2289 2012-02-21 Adam Klein <adamk@chromium.org>
2291 ContainerNode::childrenChanged must be called immediately after removing children
2292 https://bugs.webkit.org/show_bug.cgi?id=79162
2294 Reviewed by Ryosuke Niwa.
2296 * fast/dom/title-directionality-removeChild-expected.txt: Added.
2297 * fast/dom/title-directionality-removeChild.html: Added.
2299 2012-02-21 Tom Sepez <tsepez@chromium.org>
2301 equalIgnoringNullity() only comparing half the bytes for equality
2302 https://bugs.webkit.org/show_bug.cgi?id=79135
2304 Reviewed by Adam Barth.
2306 * http/tests/security/xssAuditor/script-tag.html:
2308 2012-02-21 James Robinson <jamesr@chromium.org>
2310 [chromium] Update chromium expectations for accessibility/aria-invalid.html
2312 * platform/chromium/test_expectations.txt:
2314 2012-02-21 Victor Carbune <vcarbune@adobe.com>
2316 Added relevant tests and functionality for supporting pause-on-exit
2317 flag for a TextTrackCue.
2319 https://bugs.webkit.org/show_bug.cgi?id=72173
2321 Reviewed by Eric Carlson.
2323 * media/track/captions-webvtt/simple-captions.vtt: Added.
2324 * media/track/track-cues-pause-on-exit-expected.txt: Added.
2325 * media/track/track-cues-pause-on-exit.html: Added.
2327 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2329 [Qt] Unreviewed gardening. Typo fix.
2331 * 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.
2333 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2335 [Qt] Unreviewed evening gardening after r108364.
2337 * platform/qt/fast/forms/float-before-fieldset-expected.png: Added.
2338 * platform/qt/fast/forms/float-before-fieldset-expected.txt: Updated.
2340 2012-02-21 Dana Jansens <danakj@chromium.org>
2342 [chromium] Enable compositor filter layout tests (except on mac and win debug)
2343 https://bugs.webkit.org/show_bug.cgi?id=79111
2345 Reviewed by Stephen White.
2347 * platform/chromium/test_expectations.txt:
2349 2012-02-21 Eric Carlson <eric.carlson@apple.com>
2351 Set Referrer header for media downloads
2352 https://bugs.webkit.org/show_bug.cgi?id=78614
2354 Reviewed by Alexey Proskuryakov.
2356 * http/tests/media/resources/video-referer-check-referer.php: Get the test file and content-type
2357 from parameters on the url. Fail if referrer is anything but video-referer.html. Add support for
2358 byte-range requests so it will work with AVFoundation.
2359 * http/tests/media/video-referer.html: Pass video file name and content-type as url parameters
2360 instead of having another cgi set a cookie. Set the php script as the 'src' on a <source> element
2361 instead of on the <video> element so we can also add a 'type' attribute.
2363 2012-02-21 Chris Fleizach <cfleizach@apple.com>
2365 AX: move aria-invalid test to top level, so other platforms can use it
2366 https://bugs.webkit.org/show_bug.cgi?id=79041
2368 Unreviewed. Forgot to update paths.
2370 * accessibility/aria-invalid.html:
2372 2012-02-21 Chris Fleizach <cfleizach@apple.com>
2374 AX: move aria-invalid test to top level, so other platforms can use it
2375 https://bugs.webkit.org/show_bug.cgi?id=79041
2377 Reviewed by David Kilzer.
2379 * accessibility/aria-invalid-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-invalid-expected.txt.
2380 * accessibility/aria-invalid.html: Copied from LayoutTests/platform/mac/accessibility/aria-invalid.html.
2381 * platform/gtk/Skipped:
2382 * platform/mac/accessibility/aria-invalid-expected.txt: Removed.
2383 * platform/mac/accessibility/aria-invalid.html: Removed.
2384 * platform/win/Skipped:
2386 2012-02-21 Abhishek Arya <inferno@chromium.org>
2388 Crash in RenderTableSection::nodeAtPoint.
2389 https://bugs.webkit.org/show_bug.cgi?id=78922
2391 Reviewed by Julien Chaffraix.
2393 * fast/table/table-section-node-at-point-crash-expected.txt: Added.
2394 * fast/table/table-section-node-at-point-crash.html: Added.
2396 2012-02-21 James Robinson <jamesr@chromium.org>
2398 [chromium] Unreviewed, update chromium leopard baselines for r108364
2400 * platform/chromium-mac-leopard/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
2401 * platform/chromium-mac-leopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
2402 * platform/chromium-mac-leopard/fast/forms/float-before-fieldset-expected.png:
2404 2012-02-21 James Robinson <jamesr@chromium.org>
2406 [chromium] Unreviewed, update chromium baselines for r108364
2408 * platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
2409 * platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
2410 * platform/chromium-linux/fast/forms/float-before-fieldset-expected.png:
2411 * platform/chromium-mac-snowleopard/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
2412 * platform/chromium-mac-snowleopard/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
2413 * platform/chromium-mac-snowleopard/fast/forms/float-before-fieldset-expected.png: Added.
2414 * platform/chromium-mac/fast/forms/float-before-fieldset-expected.png: Removed.
2415 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
2416 * platform/chromium-win/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
2417 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
2418 * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
2419 * platform/chromium-win/fast/forms/float-before-fieldset-expected.png:
2420 * platform/chromium-win/fast/forms/float-before-fieldset-expected.txt:
2422 2012-02-21 Andreas Kling <awesomekling@apple.com>
2424 Kill FontFamilyValue.
2425 <http://webkit.org/b/79103>
2427 Reviewed by Antti Koivisto.
2429 * fast/css/font-family-trailing-bracket-gunk-expected.txt: Added.
2430 * fast/css/font-family-trailing-bracket-gunk.html: Added.
2432 2012-02-20 David Hyatt <hyatt@apple.com>
2434 https://bugs.webkit.org/show_bug.cgi?id=79046
2436 width of overflow:hidden blocks is wrong when their margins overlap floats.
2438 Added new tests from www-style thread: http://lists.w3.org/Archives/Public/www-style/2012Feb/0954.html
2440 Reviewed by Dan Bernstein.
2442 * fast/block/float/centered-float-avoidance-complexity.html: Added.
2443 * fast/block/float/shrink-to-avoid-float-complexity.html: Added.
2444 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.png: Added.
2445 * platform/mac/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added.
2446 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added.
2447 * platform/mac/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added.
2449 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2451 [Qt] Unreviewed gardening, add platform specific expected file after r107689.
2453 * platform/qt-5.0-wk2/http/tests/websocket/test/hybi/bad-sub-protocol-non-ascii-expected.txt: Added.
2455 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2457 [Qt]REGRESSION(r92254): It made 2 tests timeout
2458 https://bugs.webkit.org/show_bug.cgi?id=65609
2460 * platform/qt/Skipped: Unskip now passing tests.
2462 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2464 [Qt] Unreviewed gardening, skip new failing and crashing test to paint the bot green.
2466 * platform/qt-mac/Skipped:
2468 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2470 [Qt] Unreviewed gardening, unskip now passing tests.
2472 * platform/qt-4.8/Skipped:
2473 * platform/qt-5.0-wk2/Skipped:
2474 * platform/wk2/Skipped:
2476 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2478 [Qt] 3 SVG tests assert after r107207
2479 https://bugs.webkit.org/show_bug.cgi?id=78332
2481 * platform/qt/Skipped: Skip 3 more asserting test.
2483 2012-02-21 Csaba Osztrogonác <ossy@webkit.org>
2485 [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
2486 https://bugs.webkit.org/show_bug.cgi?id=79029
2488 * platform/qt/Skipped: Skip new crashing test.
2490 2012-02-21 Philippe Normand <pnormand@igalia.com>
2492 Unreviewed, skip new failing mediastream test on GTK.
2494 * platform/gtk/Skipped:
2496 2012-02-17 Philippe Normand <pnormand@igalia.com>
2498 [GStreamer] media/W3C failures
2499 https://bugs.webkit.org/show_bug.cgi?id=75078
2501 Reviewed by Martin Robinson.
2503 Unskip now passing tests and add GTK baselines for them.
2505 * platform/gtk/Skipped:
2506 * platform/gtk/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
2507 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_1-expected.txt: Added.
2508 * platform/gtk/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
2509 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
2510 * platform/gtk/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
2511 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_1-expected.txt: Added.
2512 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_2-expected.txt: Added.
2513 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
2514 * platform/gtk/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
2516 2012-02-21 Yuta Kitamura <yutak@chromium.org>
2518 [Chromium] Unreviewed, update test expectations to reflect recent flakiness.
2520 * platform/chromium/test_expectations.txt:
2522 2012-02-21 Martin Robinson <mrobinson@igalia.com>
2524 Rebaseline a test for GTK+.
2526 * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: New baseline.
2528 2012-02-21 Martin Robinson <mrobinson@igalia.com>
2530 Skip some test that are failing after r108278.
2532 * platform/gtk/Skipped: Skip a few tests.
2534 2012-02-20 Adam Barth <abarth@webkit.org>
2536 Invalid cast in WebCore::toElement / WebCore::HTMLElementStack::ElementRecord::element
2537 https://bugs.webkit.org/show_bug.cgi?id=78975
2539 Reviewed by Eric Seidel.
2541 * html5lib/resourcesl/webkit-02.dat:
2543 2012-02-20 Csaba Osztrogonác <ossy@webkit.org>
2545 [Qt] Unreviewed gardening after r108259.
2547 * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: Updated.
2549 2012-02-20 Gavin Barraclough <barraclough@apple.com>
2551 [[Put]] should throw if prototype chain contains a readonly property.
2552 https://bugs.webkit.org/show_bug.cgi?id=79069
2554 Reviewed by Oliver Hunt.
2556 Currently we only check the base of the put, not the prototype chain.
2557 Fold this check in with the test for accessors.
2559 * fast/js/Object-defineProperty-expected.txt:
2560 * fast/js/script-tests/Object-defineProperty.js:
2564 2012-02-20 Yanbin Zhang <yanbin.zhang@intel.com>
2566 There is no complete test cases of optional arguments for MediaStream API and PeerConnection
2567 https://bugs.webkit.org/show_bug.cgi?id=78578
2569 Reviewed by Adam Barth.
2571 * fast/mediastream/peerconnection-AttributesMethod-expected.txt: Added.
2572 * fast/mediastream/peerconnection-AttributesMethod.html: Added.
2573 * fast/mediastream/peerconnection-addstream-expected.txt:
2574 * fast/mediastream/peerconnection-argument-types-expected.txt: Added.
2575 * fast/mediastream/peerconnection-argument-types.html: Added.
2576 * fast/mediastream/peerconnection-removestream-expected.txt: Added.
2577 * fast/mediastream/peerconnection-removestream.html: Added.
2578 * fast/mediastream/script-tests/AttributesMethod.js: Added.
2579 * fast/mediastream/script-tests/argument-types.js: Added.
2580 * fast/mediastream/script-tests/peerconnection-addstream.js:
2581 * fast/mediastream/script-tests/peerconnection-removestream.js: Added.
2583 2012-02-20 Yuta Kitamura <yutak@chromium.org>
2585 [Chromium] Unreviewed, update test expectations.
2587 * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
2588 * platform/chromium/fast/js/string-capitalization-expected.txt:
2589 * platform/chromium/test_expectations.txt:
2591 2012-02-20 Gavin Barraclough <barraclough@apple.com>
2593 DefineOwnProperty fails with numeric properties & Object.prototype
2594 https://bugs.webkit.org/show_bug.cgi?id=79059
2596 Reviewed by Oliver Hunt.
2598 ObjectPrototype caches whether it contains any numeric properties (m_hasNoPropertiesWithUInt32Names),
2599 calls to defineOwnProperty need to update this cache.
2601 * fast/js/Object-defineProperty-expected.txt:
2602 * fast/js/script-tests/Object-defineProperty.js:
2603 (shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldBe.shouldThrow.Object.defineProperty):
2605 2012-02-20 Martin Robinson <mrobinson@igalia.com>
2607 [UNIX] Plugin information fields are not interpreted as UTF-8
2608 https://bugs.webkit.org/show_bug.cgi?id=78635
2610 Reviewed by Gustavo Noronha Silva.
2612 Update expectations to match the fact that TestNetscapePlugin is now
2613 returning a Unicode character in the description field.
2615 * platform/chromium-linux/plugins/plugin-javascript-access-expected.txt:
2616 * platform/gtk/plugins/plugin-javascript-access-expected.txt:
2617 * platform/qt/plugins/plugin-javascript-access-expected.txt:
2619 2012-02-20 Kihong Kwon <kihong.kwon@samsung.com>
2621 Add a new test case for the Vibration API.
2622 https://bugs.webkit.org/show_bug.cgi?id=72010
2624 Reviewed by Hajime Morita.
2626 * fast/dom/navigator-vibration-expected.txt: Added.
2627 * fast/dom/navigator-vibration.html: Added.
2628 * platform/chromium/test_expectations.txt:
2629 * platform/gtk/Skipped:
2630 * platform/mac/Skipped:
2631 * platform/qt/Skipped:
2632 * platform/win/Skipped:
2633 * platform/wincairo/Skipped:
2635 2012-02-20 David Barton <dbarton@mathscribe.com>
2637 RenderMathMLRow::baselinePosition() only if linePositionMode == PositionOnContainingLine
2638 https://bugs.webkit.org/show_bug.cgi?id=79039
2640 Reviewed by Eric Seidel.
2642 * platform/mac/mathml/presentation/fenced-expected.png:
2643 * platform/mac/mathml/presentation/fenced-expected.txt:
2644 * platform/mac/mathml/presentation/mo-expected.png:
2645 * platform/mac/mathml/presentation/mo-expected.txt:
2646 * platform/mac/mathml/presentation/mo-stretch-expected.png: Added property svn:mime-type.
2647 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
2648 * platform/mac/mathml/presentation/row-expected.png:
2649 * platform/mac/mathml/presentation/row-expected.txt:
2651 2012-02-16 Gavin Barraclough <barraclough@apple.com>
2653 Move special __proto__ property to Object.prototype
2654 https://bugs.webkit.org/show_bug.cgi?id=78409
2656 Reviewed by Oliver Hunt.
2658 Re-implement this as a regular accessor property. This has three key benefits:
2659 1) It makes it possible for objects to be given properties named __proto__.
2660 2) Object.prototype.__proto__ can be deleted, preventing object prototypes from being changed.
2661 3) This largely removes the magic used the implement __proto__, it can just be made a regular accessor property.
2663 * fast/js/Object-getOwnPropertyNames-expected.txt:
2664 * fast/js/cyclic-prototypes-expected.txt:
2665 * fast/js/parser-syntax-check-expected.txt:
2666 * fast/js/preventExtensions-expected.txt:
2667 * fast/js/prototypes-expected.txt:
2669 * fast/js/script-tests/Object-getOwnPropertyNames.js:
2670 - __proto__ is now a property of Object Prototype.
2671 * fast/js/script-tests/cyclic-prototypes.js:
2672 - setting an object's prototype to null removes __proto__ setter, future usage won't set prototype.
2673 * fast/js/script-tests/parser-syntax-check.js:
2674 - Allow functions named __proto__
2675 * fast/js/script-tests/preventExtensions.js:
2676 - Setting __proto__ should not throw.
2677 * fast/js/script-tests/prototypes.js:
2678 - Objects may contained own properties named __proto__, add new test cases.
2680 2012-02-20 Benjamin Poulain <benjamin@webkit.org>
2682 Make JSCSSStyleDeclaration work directly with CSS Property ID
2683 https://bugs.webkit.org/show_bug.cgi?id=79014
2685 Reviewed by Geoffrey Garen.
2687 * fast/dom/CSSStyleDeclaration/access-longest-css-property-expected.txt: Added.
2688 * fast/dom/CSSStyleDeclaration/access-longest-css-property.html: Added.
2690 2012-02-20 Csaba Osztrogonác <ossy@webkit.org>
2692 Unreviewed gardening after r108226.
2693 Skip tests because ENABLE(SHADOW_DOM) is disabled on these platforms.
2695 * platform/efl/Skipped:
2696 * platform/gtk/Skipped:
2697 * platform/mac/Skipped:
2698 * platform/qt/Skipped:
2699 * platform/win/Skipped:
2700 * platform/wincairo/Skipped:
2701 * platform/wk2/Skipped:
2703 2012-02-20 Michael Saboff <msaboff@apple.com>
2705 Update toLower and toUpper tests for Unicode 6.1 changes
2706 https://bugs.webkit.org/show_bug.cgi?id=78923
2708 Reviewed by Oliver Hunt.
2711 * fast/js/script-tests/string-capitalization.js: Updated the test
2712 to handle a new set of characters that have different results depending
2713 on what version of Unicode the platform supports. The tests work
2714 for Unicode 5.0 through 6.1.
2716 * fast/js/string-capitalization-expected.txt:
2718 2012-02-20 David Barton <dbarton@mathscribe.com>
2720 MathML internals - remove nonOperatorHeight(), hasBase()
2721 https://bugs.webkit.org/show_bug.cgi?id=78977
2723 Reviewed by Eric Seidel.
2725 More tests with multiple embellished stretchy and non-stretchy operators will be added
2726 later, when code is added to more precisely handle such cases.
2728 * mathml/presentation/mo-stretch.html: Added.
2729 * platform/mac/mathml/presentation/mo-stretch-expected.png: Added.
2730 * platform/mac/mathml/presentation/mo-stretch-expected.txt: Added.
2732 2012-02-20 Victor Carbune <victor@rosedu.org>
2734 <track>-related events cuechange, enter, and exit should be sorted and filtered before dispatching
2735 https://bugs.webkit.org/show_bug.cgi?id=72171
2737 Reviewed by Eric Carlson.
2739 * media/track/captions-webvtt/missed-cues.vtt: Added.
2740 * media/track/captions-webvtt/sorted-dispatch.vtt: Added.
2741 * media/track/track-cues-cuechange-expected.txt: This test had to be changed because
2742 the synchronous dispatch of the events against the HTMLTrackElement doesn't mean that
2743 the text track actually has any active cues at the dispatch moment.
2744 * media/track/track-cues-cuechange.html: Changed tests structure to guide the entering and
2745 exit events according to the asynchronous dispatch done by TextTrack.
2746 * media/track/track-cues-missed-expected.txt: Added.
2747 * media/track/track-cues-missed.html: Added.
2748 * media/track/track-cues-sorted-before-dispatch-expected.txt: Added.
2749 * media/track/track-cues-sorted-before-dispatch.html: Added.
2751 2012-02-20 Vsevolod Vlasov <vsevik@chromium.org>
2753 Unreviewed manual rollout of r107970 which breaks table column widths
2754 updates from javascript (e.g. inspector's network panel).
2756 * css2.1/20110323/fixed-table-layout-013-expected.html: Removed.
2757 * css2.1/20110323/fixed-table-layout-013.htm: Removed.
2758 * css2.1/20110323/fixed-table-layout-015-expected.html: Removed.
2759 * css2.1/20110323/fixed-table-layout-015.htm: Removed.
2761 2012-02-20 Alexander Pavlov <apavlov@chromium.org>
2763 Web Inspector: DOMAttrModified should not be fired if the attribute value remains the same
2764 https://bugs.webkit.org/show_bug.cgi?id=79025
2766 Reviewed by Pavel Feldman.
2768 * inspector/elements/set-attribute-expected.txt:
2769 * inspector/elements/set-attribute.html:
2771 2012-02-20 Yosifumi Inoue <yosin@chromium.org>
2773 [Forms] Spin buttons of number input type should fire both input and change event
2774 https://bugs.webkit.org/show_bug.cgi?id=75067
2776 Reviewed by Kent Tamura.
2778 * fast/forms/number/spin-button-events-expected.txt: Added.
2779 * fast/forms/number/spin-button-events.html: Added.
2781 2012-02-20 Shinya Kawanaka <shinyak@chromium.org>
2783 Attached/Detached state must be testable
2784 https://bugs.webkit.org/show_bug.cgi?id=79010
2786 Reviewed by Hajime Morita.
2788 * fast/dom/shadow/shadow-root-attached-expected.txt: Added.
2789 * fast/dom/shadow/shadow-root-attached.html: Added.
2791 2012-02-20 Philippe Normand <pnormand@igalia.com>
2793 Unreviewed, GTK baselines for a new fast/css-generated-content
2796 * platform/gtk/fast/css-generated-content/before-content-continuation-chain-expected.txt: Added.
2798 2012-02-20 Philippe Normand <pnormand@igalia.com>
2800 Unreviewed, GTK fast/repaint rebaseline.
2802 * platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
2803 * platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
2804 * platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
2805 * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt:
2807 2012-02-19 Yuta Kitamura <yutak@chromium.org>
2809 [Chromium] Unreviewed, update a few test expectations.
2811 * platform/chromium/test_expectations.txt:
2813 2012-02-19 Noel Gordon <noel.gordon@gmail.com>
2815 [chromium] Unreviewed. Update remaining expectations for SVGImageElement-svgdom-requiredFeatures.html.
2817 * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
2818 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
2819 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Added.
2820 * platform/chromium-mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Removed.
2821 * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png:
2822 * platform/chromium/test_expectations.txt:
2824 2012-02-19 Yuta Kitamura <yutak@chromium.org>
2826 [Chromium] Unreviewed gardening. Update Leopard expectation for
2827 SVGImageElement-svgdom-requiredFeatures.html.
2829 * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
2831 2012-02-19 James Robinson <jamesr@chromium.org>
2833 [chromium] Unreviewed - mark failing test as failing.
2835 * platform/chromium/test_expectations.txt:
2837 2012-02-19 James Robinson <jamesr@chromium.org>
2839 [chromium] Unreviewed gardening. Add leopard baselines for fast/css/relative-positioned-block-* tests, fix up test_expectations.txt
2841 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
2842 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
2843 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
2844 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
2845 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
2846 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
2847 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
2848 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
2849 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
2850 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
2851 * platform/chromium-mac-leopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
2852 * platform/chromium/test_expectations.txt:
2854 2012-02-19 James Robinson <jamesr@chromium.org>
2856 Unreviewed, rolling out r108195.
2857 http://trac.webkit.org/changeset/108195
2858 https://bugs.webkit.org/show_bug.cgi?id=77700
2860 Lots of failing ASSERT()s on v8 bots, requested by kling on
2863 * fast/css/css-value-wrapper-sameness-expected.txt: Removed.
2864 * fast/css/css-value-wrapper-sameness.html: Removed.
2865 * fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt: Added.
2866 * fast/dom/StyleSheet/gc-inline-style-cssvalues.html: Added.
2867 * fast/dom/domListEnumeration-expected.txt:
2868 * fast/dom/gc-9-expected.txt:
2869 * fast/dom/gc-9.html:
2870 * fast/dom/script-tests/domListEnumeration.js:
2872 2012-02-19 Robert Hogan <robert@webkit.org>
2874 Update expectations for test results changed by r108185
2876 The bots only check text results.
2880 * platform/gtk/test_expectations.txt:
2881 * platform/mac/test_expectations.txt:
2882 * platform/qt/test_expectations.txt:
2884 2012-02-19 Andreas Kling <awesomekling@apple.com>
2886 Make CSSValue wrapper getters return unique objects every time.
2887 <http://webkit.org/b/77700>
2889 Reviewed by Antti Koivisto.
2891 * fast/css/css-value-wrapper-sameness-expected.txt: Added.
2892 * fast/css/css-value-wrapper-sameness.html: Added.
2893 * fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt: Removed.
2894 * fast/dom/StyleSheet/gc-inline-style-cssvalues.html: Removed.
2895 * fast/dom/domListEnumeration-expected.txt:
2896 * fast/dom/gc-9-expected.txt:
2897 * fast/dom/gc-9.html:
2898 * fast/dom/script-tests/domListEnumeration.js:
2900 2012-02-19 Abhishek Arya <inferno@chromium.org>
2902 Crash in RenderBlock::splitAnonymousBlocksAroundChild.
2903 https://bugs.webkit.org/show_bug.cgi?id=78994
2905 Reviewed by Eric Seidel.
2907 * fast/table/table-split-inside-table-expected.txt: Added.
2908 * fast/table/table-split-inside-table.html: Added.
2910 2012-02-19 Robert Hogan <robert@webkit.org>
2912 Chromium results for r108185
2914 Unreviewed gardening.
2916 * 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.
2917 * 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.
2918 * 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.
2919 * 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.
2920 * 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.
2921 * 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.
2922 * 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.
2923 * 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.
2924 * 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.
2925 * 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.
2926 * 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.
2927 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
2928 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
2929 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
2930 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
2931 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
2932 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
2933 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
2934 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
2935 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
2936 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
2937 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
2938 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
2939 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
2940 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
2941 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
2942 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
2943 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
2944 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
2945 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
2946 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
2947 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
2948 * platform/chromium-mac-snowleopard/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
2949 * 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.
2950 * 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.
2951 * 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.
2952 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added.
2953 * platform/chromium-mac-snowleopard/fast/repaint/transform-absolute-in-positioned-container-expected.txt: Added.
2954 * platform/chromium-mac/fast/encoding/utf-16-big-endian-expected.png: Removed.
2955 * platform/chromium-mac/fast/encoding/utf-16-little-endian-expected.png: Removed.
2956 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
2957 * 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.
2958 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
2959 * 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.
2960 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
2961 * 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.
2962 * platform/chromium-win/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
2963 * 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.
2964 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
2965 * 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.
2966 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
2967 * 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.
2968 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
2969 * 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.
2970 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
2971 * 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.
2972 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
2973 * 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.
2974 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
2975 * 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.
2976 * platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
2977 * 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.
2978 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
2979 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
2980 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.png:
2981 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
2983 2012-02-18 Robert Hogan <robert@webkit.org>
2985 CSS 2.1 failure: inline-box-002.htm fails
2986 https://bugs.webkit.org/show_bug.cgi?id=69210
2988 Reviewed by David Hyatt.
2990 * css2.1/20110323/dynamic-top-change-005-expected.html: Added.
2991 * css2.1/20110323/dynamic-top-change-005.htm: Added.
2992 * css2.1/20110323/dynamic-top-change-005a-expected.html: Added.
2993 * css2.1/20110323/dynamic-top-change-005a.htm: Added.
2994 * css2.1/20110323/dynamic-top-change-005b-expected.html: Added.
2995 * css2.1/20110323/dynamic-top-change-005b.htm: Added.
2996 * css2.1/20110323/inline-box-002-expected.html: Added.
2997 * css2.1/20110323/inline-box-002.htm: Added.
2998 * fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed.html: Added.
2999 * fast/css/relative-positioned-block-nested-with-inline-parent-dynamic.html: Added.
3000 * fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic.html: Added.
3001 * fast/css/relative-positioned-block-nested-with-inline-parent.html: Added.
3002 * fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic.html: Added.
3003 * fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed.html: Added.
3004 * fast/css/relative-positioned-block-with-inline-ancestor-dynamic.html: Added.
3005 * fast/css/relative-positioned-block-with-inline-ancestor.html: Added.
3006 * fast/css/relative-positioned-block-with-inline-parent-dynamic-removed.html: Added.
3007 * fast/css/relative-positioned-block-with-inline-parent-dynamic.html: Added.
3008 * fast/css/relative-positioned-block-with-inline-parent-expected.html: Added.
3009 * fast/css/relative-positioned-block-with-inline-parent-keeps-style.html: Added.
3010 * fast/css/relative-positioned-block-with-inline-parent.html: Added.
3011 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
3012 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
3013 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
3014 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
3015 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
3016 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
3017 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
3018 * platform/chromium-linux-x86/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
3019 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
3020 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
3021 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
3022 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
3023 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
3024 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
3025 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
3026 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
3027 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
3028 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
3029 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
3030 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
3031 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
3032 * platform/chromium-linux-x86/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
3033 * platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
3034 * platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
3035 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-2-expected.txt:
3036 * platform/chromium-linux/fast/inline/continuation-outlines-with-layers-expected.png:
3037 * platform/chromium-linux/fast/repaint/transform-absolute-in-positioned-container-expected.png:
3038 * platform/chromium-win/fast/encoding/utf-16-big-endian-expected.txt:
3039 * platform/chromium-win/fast/encoding/utf-16-little-endian-expected.txt:
3040 * platform/chromium-win/fast/inline/continuation-outlines-with-layers-expected.txt:
3041 * platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
3042 * platform/chromium/test_expectations.txt: Suppress existing tests until results rebaselined.
3043 * platform/gtk/test_expectations.txt: ditto
3044 * platform/mac/test_expectations.txt: ditto
3045 * platform/qt/test_expectations.txt: ditto
3046 * platform/win/Skipped: ditto
3048 2012-02-18 Abhishek Arya <inferno@chromium.org>
3050 Unreviewed, rolling out r107965.
3051 http://trac.webkit.org/changeset/107965
3052 https://bugs.webkit.org/show_bug.cgi?id=78273
3054 Crashes on ClusterFuzz.
3056 * fast/multicol/span/clone-flexbox-expected.txt: Removed.
3057 * fast/multicol/span/clone-flexbox.html: Removed.
3059 2012-02-18 Andreas Kling <awesomekling@apple.com>
3061 Unreviewed chromium rebaselines after r108157.
3063 * platform/chromium-mac/fast/dom/setPrimitiveValue-exceptions-expected.txt:
3064 * platform/chromium-win/fast/dom/setPrimitiveValue-exceptions-expected.txt:
3066 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
3068 [Qt] Unreviewed gardening after r107971.
3070 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.png:
3071 * platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt:
3072 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
3073 * platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
3074 * platform/qt/test_expectations.txt:
3076 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
3078 [Qt] Unreviewed weekend gardening, skip new failing tests.
3080 * platform/qt/Skipped:
3082 2012-02-18 Csaba Osztrogonác <ossy@webkit.org>
3084 Unreviewed gardening r108133.
3086 * fast/css/getComputedStyle/computed-style-expected.txt:
3087 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3088 * svg/css/getComputedStyle-basic-expected.txt:
3090 2012-02-18 Andreas Kling <awesomekling@apple.com>
3092 FontFamilyValue: Utilize inheritance from CSSPrimitiveValue better.
3093 <http://webkit.org/b/78806>
3095 Reviewed by Antti Koivisto.
3097 Rebaseline as CSSPrimitiveValue.getStringValue() is no longer broken for
3100 * fast/dom/setPrimitiveValue-exceptions-expected.txt:
3102 2012-02-17 Adam Klein <adamk@chromium.org>
3104 Avoid inconsistency in Node::inDocument due to DOMSubtreeModified dispatch
3105 https://bugs.webkit.org/show_bug.cgi?id=76087
3107 Reviewed by Ryosuke Niwa.
3109 * fast/dom/getElementById-consistency-expected.txt: Added.
3110 * fast/dom/getElementById-consistency.html: Added.
3111 * fast/dom/getElementById-consistency2-expected.txt: Added.
3112 * fast/dom/getElementById-consistency2.html: Added.
3114 2012-02-17 Joshua Bell <jsbell@chromium.org>
3116 IndexedDB: Support overloaded methods that take IDBKey or IDBKeyRange
3117 https://bugs.webkit.org/show_bug.cgi?id=78399
3119 Tests IDBObjectStore.delete(IDBKeyRange). The spec has been updated such
3120 that delete() always yields a result of undefined rather than a boolean,
3121 so other test expectations are updated.
3123 Reviewed by Tony Chang.
3125 * storage/indexeddb/delete-range-expected.txt: Added.
3126 * storage/indexeddb/delete-range.html: Added.
3127 * storage/indexeddb/mozilla/delete-result-expected.txt:
3128 * storage/indexeddb/mozilla/delete-result.html:
3129 * storage/indexeddb/objectStore-required-arguments-expected.txt:
3130 * storage/indexeddb/objectstore-basics-expected.txt:
3131 * storage/indexeddb/objectstore-basics-workers-expected.txt:
3132 * storage/indexeddb/resources/objectstore-basics.js:
3135 (removeSuccessButNotThere):
3137 2012-02-17 James Robinson <jamesr@chromium.org>
3139 [chromium] Unreviewed gardening, update baselines for svg/dynamic-updates/.. and some more getComputedStyle
3142 * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
3143 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
3144 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3145 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
3146 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
3147 * platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Removed.
3148 * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png:
3150 2012-02-17 James Robinson <jamesr@chromium.org>
3152 [chromium] Unreviewed - removing expectations for tests that consistently pass, update some baselines for
3153 getComputedStyle due to new -webkit-line-align property.
3155 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3156 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3157 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3158 * platform/chromium/test_expectations.txt:
3160 2012-02-17 Stephen Chenney <schenney@chromium.org>
3162 Crash in SVGAnimateElement due to changed target
3163 https://bugs.webkit.org/show_bug.cgi?id=75096
3165 Reviewed by Nikolas Zimmermann.
3167 This test verifies that the target element information is correctly
3168 updated when the target changes. Note that the clone is required, as
3169 it causes the results of one animation to be pushed to a different
3172 * svg/animations/svglength-animation-retarget-crash-expected.txt: Added.
3173 * svg/animations/svglength-animation-retarget-crash.html: Added.
3175 2012-02-17 David Hyatt <hyatt@apple.com>
3177 https://bugs.webkit.org/show_bug.cgi?id=78934
3179 Add the -webkit-line-align property to support the alignment of lines in the inline direction
3182 Reviewed by Dan Bernstein.
3184 * fast/line-grid/line-align-parsing-expected.txt: Added.
3185 * fast/line-grid/line-align-parsing.html: Added.
3186 * fast/line-grid/script-tests/line-align-parsing.js: Added.
3188 2012-02-17 James Robinson <jamesr@chromium.org>
3190 [chromium] Unreviewed. Land the last (hopefully) new baselines for fast/css/non-empty-span.html
3192 * platform/chromium-mac-leopard/fast/css/non-empty-span-expected.png: Added.
3193 * platform/chromium-win/fast/css/non-empty-span-expected.png: Added.
3194 * platform/chromium-win/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/non-empty-span-expected.txt.
3196 2012-02-17 Abhishek Arya <inferno@chromium.org>
3198 Incorrect placement of a new child when beforeChild and its
3199 previous sibling are in the same table.
3200 https://bugs.webkit.org/show_bug.cgi?id=78269
3202 Reviewed by Julien Chaffraix.
3204 Test passes if the div child splits the table parts and is not
3205 part of table itself.
3207 * fast/table/table-cell-split-expected.txt: Added.
3208 * fast/table/table-cell-split.html: Added.
3209 * fast/table/table-row-split-expected.txt: Added.
3210 * fast/table/table-row-split.html: Added.
3211 * fast/table/table-section-split-expected.txt: Added.
3212 * fast/table/table-section-split-with-after-content-expected.txt: Added.
3213 * fast/table/table-section-split-with-after-content.html: Added.
3214 * fast/table/table-section-split.html: Added.
3216 2012-02-17 James Robinson <jamesr@chromium.org>
3218 [chromium] Unreviewed - add some more fast/css/non-empty-span expectations.
3220 * platform/chromium-mac-snowleopard/fast/css/non-empty-span-expected.png: Added.
3221 * platform/chromium-mac-snowleopard/fast/css/non-empty-span-expected.txt: Added.
3223 2012-02-17 James Robinson <jamesr@chromium.org>
3225 [chromium] Unreviewed baseline and expectation updates.
3227 * platform/chromium-linux/fast/css/non-empty-span-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/non-empty-span-expected.png.
3228 * platform/chromium-linux/fast/css/non-empty-span-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/css/non-empty-span-expected.txt.
3229 * platform/chromium/test_expectations.txt:
3231 2012-02-16 Dana Jansens <danakj@chromium.org>
3233 [chromium] Re-enable compositing/culling/scrolled-within-boxshadow.html
3234 https://bugs.webkit.org/show_bug.cgi?id=78859
3236 Reviewed by James Robinson.
3238 * platform/chromium/test_expectations.txt:
3240 2012-02-17 Dana Jansens <danakj@chromium.org>
3242 [chromium] Rebaseline tests for composited filters
3243 https://bugs.webkit.org/show_bug.cgi?id=78903
3245 Reviewed by Stephen White.
3247 * compositing/culling/filter-occlusion-alpha-large.html:
3248 * compositing/culling/filter-occlusion-alpha.html:
3249 * compositing/culling/filter-occlusion-blur-large.html:
3250 * compositing/culling/filter-occlusion-blur.html:
3251 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Added.
3252 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
3253 * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png: Added.
3254 * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
3256 2012-02-17 James Robinson <jamesr@chromium.org>
3258 [chromium] Update baselines for border-radius-wide-border-01 due to skia change. Unreviewed.
3260 * platform/chromium-linux/fast/borders/border-radius-wide-border-01-expected.png:
3261 * platform/chromium-mac-snowleopard/fast/borders/border-radius-wide-border-01-expected.png:
3262 * platform/chromium-win/fast/borders/border-radius-wide-border-01-expected.png:
3264 2012-02-16 Oliver Hunt <oliver@apple.com>
3266 Implement Error.stack
3267 https://bugs.webkit.org/show_bug.cgi?id=66994
3269 Reviewed by Gavin Barraclough.
3271 Add testcases for producing a stack trace on exception objects.
3273 * fast/js/exception-properties-expected.txt:
3274 * fast/js/script-tests/exception-properties.js:
3275 * fast/js/script-tests/stack-trace.js: Added.
3290 (object.get getter1.o.valueOf):
3291 (object.get getter1):
3292 (object.get getter2):
3293 (object.get getter3.o2.valueOf):
3294 (object.get getter3):
3295 (object.nonInlineable.callCount):
3296 (object.nonInlineable):
3297 (object.inlineable):
3298 (yetAnotherInlinedCall):
3299 (makeInlinableCall):
3306 * fast/js/stack-trace-expected.txt: Added.
3307 * fast/js/stack-trace.html: Added.
3309 2012-01-23 Robert Hogan <robert@webkit.org>
3311 REGRESSION: empty span creates renders with non-zero height
3312 https://bugs.webkit.org/show_bug.cgi?id=76465
3314 Reviewed by David Hyatt.
3316 * fast/css/empty-span-expected.html: Added.
3317 * fast/css/empty-span.html: Added.
3318 * fast/css/non-empty-span.html: Added.
3319 * platform/chromium/test_expectations.txt: Suppress result until rebaseline on MAC and WIN.
3320 * platform/chromium-linux-x86/fast/css/non-empty-span-expected.png: Added.
3321 * platform/chromium-linux-x86/fast/css/non-empty-span-expected.txt: Added.
3323 2012-02-17 Abhishek Arya <inferno@chromium.org>
3325 :before content incorrectly placed in continuation
3326 when we don't have a first child.
3327 https://bugs.webkit.org/show_bug.cgi?id=78380
3329 Reviewed by David Hyatt.
3331 * fast/css-generated-content/before-content-continuation-chain-expected.png: Added.
3332 * fast/css-generated-content/before-content-continuation-chain-expected.txt: Added.
3333 * fast/css-generated-content/before-content-continuation-chain.html: Added.
3335 2012-02-17 Mihnea Ovidenie <mihnea@adobe.com>
3337 CSS regions enabled by default
3338 https://bugs.webkit.org/show_bug.cgi?id=78525
3340 Reviewed by David Hyatt.
3342 Add a runtime preference to enable/disable regions functionality at runtime(WebKitCSSRegionsEnabled).
3343 CSSRegions are still enabled by default.
3344 In DRT, use layoutTestController.overridePreference("WebKitCSSRegionsEnabled", "0") to disable the css regions functionality.
3346 * fast/regions/css-regions-disabled-expected.txt: Added.
3347 * fast/regions/css-regions-disabled.html: Added.
3348 * fast/regions/script-tests/css-regions-disabled.js: Added.
3349 (testWebKitFlowInto):
3350 (testWebKitFlowFrom):
3351 (testWebKitRegionOverflow):
3352 (testComputedStyleWebKitFlowInto):
3353 (testComputedStyleWebKitFlowFrom):
3354 (testComputedStyleWebKitRegionOverflow):
3356 2012-02-17 Seo Sanghyeon <sh4.seo@samsung.com>
3358 Case typo in fast/js/script-tests/date-constructor.js
3359 https://bugs.webkit.org/show_bug.cgi?id=78898
3361 Reviewed by Adam Barth.
3363 * fast/js/script-tests/date-constructor.js: toSTring to toString
3365 2012-02-17 Mihnea Ovidenie <mihnea@adobe.com>
3367 [CSSRegions]Implement NamedFlow::overflow
3368 https://bugs.webkit.org/show_bug.cgi?id=78880
3370 Reviewed by David Hyatt.
3372 * fast/regions/resources/helper.js:
3373 (testContentToRegionsMapping):
3374 * fast/regions/resources/region-style.css:
3375 * fast/regions/webkit-named-flow-overflow-expected.txt: Added.
3376 * fast/regions/webkit-named-flow-overflow.html: Added.
3378 2012-02-17 Joe Thomas <joethomas@motorola.com>
3380 flex-wrap:nowrap should be flex-wrap:none
3381 https://bugs.webkit.org/show_bug.cgi?id=78772
3383 As per the spec http://dev.w3.org/csswg/css3-flexbox/#flex-wrap0, flex-wrap:nowrap should be changed to flex-wrap:none.
3385 Reviewed by Ojan Vafai.
3387 * css3/flexbox/css-properties-expected.txt:
3388 * css3/flexbox/script-tests/css-properties.js:
3389 * fast/css/getComputedStyle/computed-style-expected.txt:
3390 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3391 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-expected.txt:
3392 * platform/chromium-mac-snowleopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3393 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
3394 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
3395 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3396 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
3397 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3398 * svg/css/getComputedStyle-basic-expected.txt:
3400 2012-02-17 Julien Chaffraix <jchaffraix@webkit.org>
3402 Table cell's anonymous wrappers are left in the tree, impacting our layout
3403 https://bugs.webkit.org/show_bug.cgi?id=7180
3405 Reviewed by David Hyatt.
3407 * fast/table/table-switch-cell-position-bad-layout-expected.html: Added.
3408 * fast/table/table-switch-cell-position-bad-layout.html: Added.
3410 2012-02-17 Rob Buis <rbuis@rim.com>
3412 ASSERT (and crash) with dynamically moved <font-face>
3413 https://bugs.webkit.org/show_bug.cgi?id=64839
3415 Reviewed by Antti Koivisto.
3417 * svg/custom/font-face-move-expected.txt: Added.
3418 * svg/custom/font-face-move.svg: Added.
3420 2012-02-17 Julien Chaffraix <jchaffraix@webkit.org>
3422 Unreviewed Chromium rebaseline after r107971.
3424 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug27038-1-expected.png:
3425 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug27038-2-expected.png:
3426 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.png:
3427 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-1-expected.txt: Added.
3428 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.png:
3429 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug27038-2-expected.txt: Added.
3430 * platform/chromium-win-vista/tables/mozilla/bugs: Removed.
3431 * platform/chromium/test_expectations.txt:
3433 2012-02-17 James Robinson <jamesr@chromium.org>
3435 [chromium] Unreviewed, update chromium pixel baselines for r108079
3437 * fast/borders/border-mixed-alpha-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/border-mixed-alpha-expected.txt.
3438 * fast/borders/only-one-border-with-width-expected.txt: Renamed from LayoutTests/platform/gtk/fast/borders/only-one-border-with-width-expected.txt.
3439 * platform/chromium-mac-snowleopard/fast/borders/border-mixed-alpha-expected.png:
3440 * platform/chromium-mac-snowleopard/fast/borders/mixed-border-styles-expected.png:
3441 * platform/chromium-mac-snowleopard/fast/borders/only-one-border-with-width-expected.png: Added.
3442 * platform/chromium-mac-snowleopard/fast/css/color-leakage-expected.png: Added.
3443 * platform/chromium-win/fast/borders/border-mixed-alpha-expected.png:
3444 * platform/chromium-win/fast/borders/mixed-border-styles-expected.png:
3445 * platform/chromium-win/fast/borders/only-one-border-with-width-expected.png: Copied from LayoutTests/platform/chromium-win/fast/css/color-leakage-expected.png.
3446 * platform/chromium-win/fast/css/color-leakage-expected.png:
3447 * platform/mac/fast/borders/border-mixed-alpha-expected.txt: Removed.
3448 * platform/mac/fast/borders/only-one-border-with-width-expected.txt: Removed.
3449 * platform/qt/fast/borders/border-mixed-alpha-expected.txt: Removed.
3450 * platform/qt/fast/borders/only-one-border-with-width-expected.txt: Removed.
3452 2012-02-17 Stephen Chenney <schenney@chromium.org>
3454 Crash at WebCore::SVGUseElement::expandSymbolElementsInShadowTree
3455 https://bugs.webkit.org/show_bug.cgi?id=77639
3457 Reviewed by Nikolas Zimmermann.
3459 Fix a SVG crash in Release builds, although it still crashes in Debug builds.
3460 This test is to verify no crash in Release builds, while expectations/Skipped
3461 are added for Debug builds. Bug 77764 tracks the Debug fix.
3463 * platform/chromium/test_expectations.txt:
3464 * platform/gtk/Skipped:
3465 * platform/mac/Skipped:
3466 * platform/qt/Skipped:
3467 * platform/win/Skipped:
3468 * svg/custom/use-referencing-style-crash-expected.txt: Added.
3469 * svg/custom/use-referencing-style-crash.svg: Added.
3471 2012-02-17 Florin Malita <fmalita@google.com>
3473 chrome.dll!WebCore::SVGTRefElement::updateReferencedText ReadAV@NULL (e85cb8e140071fa7790cad215b0109dc)
3474 https://bugs.webkit.org/show_bug.cgi?id=74858
3476 Reviewed by Nikolas Zimmermann.
3478 * svg/custom/tref-remove-target-crash-expected.svg: Added.
3479 * svg/custom/tref-remove-target-crash.svg: Added.
3481 2012-02-17 Pavel Feldman <pfeldman@google.com>
3483 Web Inspector: check undo-redo boundaries based on current action index, not history size.
3484 https://bugs.webkit.org/show_bug.cgi?id=78895
3486 Reviewed by Vsevolod Vlasov.
3488 * inspector/elements/perform-undo-undo-expected.txt: Added.
3489 * inspector/elements/perform-undo-undo.html: Added.
3490 * inspector/styles/perform-undo-perform-of-mergable-action-expected.txt: Added.
3491 * inspector/styles/perform-undo-perform-of-mergable-action.html: Added.
3493 2012-02-17 Philippe Normand <pnormand@igalia.com>
3495 Unreviewed, skipping 2 new test failures on GTK.
3497 * platform/gtk/Skipped:
3498 * platform/gtk/test_expectations.txt:
3500 2012-02-17 Ilya Tikhonovsky <loislo@chromium.org>