1 2012-09-18 Noel Gordon <noel.gordon@gmail.com>
3 Add partial load tests for PNG images
4 https://bugs.webkit.org/show_bug.cgi?id=95707
6 Reviewed by Adam Barth.
8 Partial load test: receive a partial number of image bytes and stall forever. The
9 partial image should be decoded and drawn and the blue <img> background should be
12 Progressive load test: receive a partial number of image bytes, stall for 1 second
13 and then continue to receive all the image bytes. The entire test image should be
14 decoded and drawn and the blue <img> background should be visible.
16 * fast/images/resources/dice.png: Added: test image has alpha transparency.
17 * http/tests/images/png-partial-load-expected.png: Added.
18 * http/tests/images/png-partial-load-expected.txt: Added.
19 * http/tests/images/png-partial-load.html: Added.
20 * http/tests/images/png-progressive-load-expected.png: Added.
21 * http/tests/images/png-progressive-load-expected.txt: Added.
22 * http/tests/images/png-progressive-load.html: Added.
23 * platform/chromium/http/tests/images/png-partial-load-expected.png: Added.
24 * platform/mac/http/tests/images/png-partial-load-expected.png: Added.
26 2012-09-18 Kentaro Hara <haraken@chromium.org>
28 [V8] Notification.requestPermission(function() {alert();}) crashes
29 https://bugs.webkit.org/show_bug.cgi?id=94462
31 Reviewed by Adam Barth.
33 The added test checks if Notification.requestPermission() does not crash.
35 * http/tests/notifications/notification-request-permission-expected.txt: Added.
36 * http/tests/notifications/notification-request-permission.html: Added.
38 2012-09-18 Dirk Pranke <dpranke@chromium.org>
40 Adjust expectation for fast/workers/storage/interrupt-database.html
41 https://bugs.webkit.org/show_bug.cgi?id=84696
43 Unreviewed, expectations change.
45 It looks like this test is just kinda slow and probably won't timeout if we mark it SLOW.
47 * platform/chromium/TestExpectations:
49 2012-09-18 Dirk Pranke <dpranke@chromium.org>
51 [chromium] word-spacing-characters{,-complex} no longer fail on Mac.
52 https://bugs.webkit.org/show_bug.cgi?id=94008
53 https://bugs.webkit.org/show_bug.cgi?id=94003
55 Unreviewed, expectations change.
57 * platform/chromium/TestExpectations:
59 2012-09-18 Dirk Pranke <dpranke@chromium.org>
61 [chromium] gradient-with-scaled-ancestor passes on mac lion gpu
62 http://bugs.webkit.org/show_bug.cgi?id=96441
64 Unreviewed, expectations change.
66 * platform/chromium/TestExpectations:
68 2012-09-18 Dirk Pranke <dpranke@chromium.org>
70 [chromium] Adjust expectation for fast/css/sticky/sticky-left-percentage.html
71 http://webkit.org/b/95136
73 Unreviewed, expectations change.
75 The test is only failing on win and linux now.
77 * platform/chromium/TestExpectations:
79 2012-09-18 Dirk Pranke <dpranke@chromium.org>
81 [chromium] overflow-auto-with-touch-toggle is no longer failing.
82 https://bugs.webkit.org/show_bug.cgi?id=94353
84 Unreviewed, expectations change.
86 * platform/chromium/TestExpectations:
88 2012-09-18 Dirk Pranke <dpranke@chromium.org>
90 [chromium] fast/css/nested-rounded-corners.html is no longer failing.
91 https://bugs.webkit.org/show_bug.cgi?id=94063
93 Unreviewed, expectations change.
95 * platform/chromium/TestExpectations:
97 2012-09-18 Dirk Pranke <dpranke@chromium.org>
99 [chromium] font-scale-factor.html and simple-paragraph.html are no longer failing.
100 https://bugs.webkit.org/show_bug.cgi?id=90741
102 Unreviewed, expectations change.
104 * platform/chromium/TestExpectations:
106 2012-09-18 Dirk Pranke <dpranke@chromium.org>
108 [chromium] fast/table/border-collapsing/cached-69296.html is no longer failing.
109 https://bugs.webkit.org/show_bug.cgi?id=70298
111 Unreviewed, expectations change.
113 * platform/chromium/TestExpectations:
115 2012-09-18 Dirk Pranke <dpranke@chromium.org>
117 [chromium] fast/js/kde/GlobalObject.html is no longer failing.
118 https://bugs.webkit.org/show_bug.cgi?id=75468
120 Unreviewed, expectations change.
122 * platform/chromium/TestExpectations:
124 2012-09-18 Dirk Pranke <dpranke@chromium.org>
126 [chromium] Mark LayoutTests/fullscreen/exit-full-screen-iframe.html as flaky.
127 https://bugs.webkit.org/show_bug.cgi?id=90704
129 Unreviewed, expectations change.
131 * platform/chromium/TestExpectations:
133 2012-09-18 Dirk Pranke <dpranke@chromium.org>
135 [chromium] 2d.imageData.object.round and canvas-ImageData-behavior are no longer failing
136 https://bugs.webkit.org/show_bug.cgi?id=94246
138 Unreviewed, expectations change.
140 [chromium] The following suppressions appear to be no longer needed
141 (the tests are passing), so I'm removing them:
143 BUGWK94246 : canvas/philip/tests/2d.imageData.object.round.html = TEXT
144 BUGWK94246 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.imageData.object.round.html = TEXT
145 BUGWK94246 : fast/canvas/canvas-ImageData-behaviour.html = TEXT
146 BUGWK94246 : platform/chromium/virtual/gpu/fast/canvas/canvas-ImageData-behaviour.html = TEXT
148 * platform/chromium/TestExpectations:
150 2012-09-18 Dirk Pranke <dpranke@chromium.org>
152 fast/dom/Window/anonymous-slot-with-changes.html is no longer failing.
153 http://code.google.com/p/chromium/issues/detail?id=33538
155 Unreviewed, expectations change.
157 * platform/chromium/TestExpectations:
159 2012-09-18 Byungwoo Lee <bw80.lee@samsung.com>
161 Title string should be changed when document.title is set to ''.
162 https://bugs.webkit.org/show_bug.cgi?id=96793
164 Reviewed by Kenneth Rohde Christiansen.
166 Added layout tests for assigning empty string to title text.
167 And modified expected results according to the change of
170 * fast/dom/title-text-property-2-expected.txt: Modified expected result.
171 * fast/dom/title-text-property-assigning-empty-string-expected.txt: Added.
172 * fast/dom/title-text-property-assigning-empty-string.html: Added.
173 * fast/dom/title-text-property-expected.txt: Modified expected result.
174 * fast/dom/title-text-property.html: Apply modified dumpTitleChanges.
176 2012-09-18 Julien Chaffraix <jchaffraix@webkit.org>
178 More unreviewed rebaseline after r128906.
180 * platform/chromium-mac/fast/invalid/residual-style-expected.txt:
181 * platform/chromium-win-xp/fast/invalid/residual-style-expected.txt: Added.
182 * platform/chromium-win-xp/tables/mozilla/bugs/bug56563-expected.png: Added.
184 2012-09-18 Ojan Vafai <ojan@chromium.org>
186 http://trac.webkit.org/changeset/128912 caused these tests to start failing.
187 Looks like a garden-o-matic/webkit-patch bug.
189 * platform/chromium-linux/css3/filters/filter-change-repaint-composited-expected.png: Added.
190 * platform/chromium-linux/css3/filters/filter-change-repaint-expected.png: Added.
191 * platform/chromium-linux/css3/filters/filter-repaint-child-layers-expected.png: Added.
192 * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
193 * platform/chromium-linux/css3/filters/filter-repaint-composited-fallback-expected.png: Added.
195 2012-09-18 Filip Pizlo <fpizlo@apple.com>
197 Unreviewed gardening after http://trac.webkit.org/changeset/128928
199 * platform/efl/TestExpectations:
200 * platform/gtk/TestExpectations:
201 * platform/qt/Skipped:
203 2012-09-18 John Mellor <johnme@chromium.org>
205 Text Autosizing: Ignore constrained heights in certain circumstances.
206 https://bugs.webkit.org/show_bug.cgi?id=96848
208 Reviewed by Julien Chaffraix.
210 Added 3 tests, updated 2, and removed 1. See below.
212 * fast/text-autosizing/constrained-height-body-expected.html: Added.
213 * fast/text-autosizing/constrained-height-body.html: Added.
215 Checks that constrained height html & body are ignored.
217 * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors-expected.html: Removed.
218 * fast/text-autosizing/constrained-then-overflow-then-positioned-ancestors.html: Removed.
220 Removed because this situation is no longer possible now that
221 heightless position:absolute elements are always unconstrained.
223 * fast/text-autosizing/constrained-out-of-flow-expected.html: Added.
224 * fast/text-autosizing/constrained-out-of-flow.html: Added.
226 Checks that floats and out-of-flow positioned elements do not ignore
227 constraints on themselves.
229 * fast/text-autosizing/constrained-then-float-ancestors-expected.html: Added.
230 * fast/text-autosizing/constrained-then-float-ancestors.html: Added.
232 Checks that floats ignore constraints on ancestors.
234 * fast/text-autosizing/constrained-then-position-absolute-ancestors-expected.html:
235 * fast/text-autosizing/constrained-then-position-absolute-ancestors.html:
237 Added position:relative to emphasize that the ancestor's constrained
238 height is actually being ignored, not just skipped over; and updated
241 * fast/text-autosizing/constrained-then-position-fixed-ancestors-expected.html:
242 * fast/text-autosizing/constrained-then-position-fixed-ancestors.html:
244 Updated explanation (since the test still passes, but for a
247 2012-09-18 Alexey Proskuryakov <ap@apple.com>
249 Layout Test svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg is failing
250 https://bugs.webkit.org/show_bug.cgi?id=93589
252 * platform/mac/Skipped: Skipping the test on Mac.
254 2012-09-18 Joshua Bell <jsbell@chromium.org>
256 [Chromium] Unreviewed, add missing newline to expectation for test only run
257 as part of chromium's content_browsertests.
259 * storage/indexeddb/basics-shared-workers-expected.txt:
261 2012-09-18 Ojan Vafai <ojan@chromium.org>
263 Remove lines for tests that haven't failed on any Chromium bot for the last 500 runs.
264 * platform/chromium/TestExpectations:
266 2012-09-18 Julien Chaffraix <jchaffraix@webkit.org>
268 Rebaseline after r128906. All the differences were expected.
270 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug56563-expected.png:
271 * platform/chromium-mac/tables/mozilla/bugs/bug56563-expected.png:
272 * platform/gtk/fast/invalid/residual-style-expected.txt:
273 * platform/mac/fast/invalid/residual-style-expected.txt:
275 2012-09-18 Ojan Vafai <ojan@chromium.org>
277 Complete some forgotten rebaselines. The new results match other ports/platforms.
279 * fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/024-expected.txt.
280 * fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/025-expected.txt.
281 * fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
282 * fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
283 * platform/chromium-mac-snowleopard/fast/block/float/024-expected.png:
284 * platform/chromium-mac-snowleopard/fast/block/margin-collapse/empty-clear-blocks-expected.png:
285 * platform/chromium-mac/fast/block/float/024-expected.png:
286 * platform/chromium-mac/fast/block/float/024-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/float/024-expected.txt.
287 * platform/chromium-mac/fast/block/margin-collapse/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/025-expected.txt.
288 * platform/chromium-mac/fast/block/margin-collapse/block-inside-inline/025-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt.
289 * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.png:
290 * platform/chromium-mac/fast/block/margin-collapse/empty-clear-blocks-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/margin-collapse/empty-clear-blocks-expected.txt.
291 * platform/chromium/TestExpectations:
293 2012-09-18 Bo Liu <boliu@chromium.org>
295 Revert 128780, 128676, 128645
296 https://bugs.webkit.org/show_bug.cgi?id=97022
298 Reviewed by Adam Barth.
300 I made these revisions to add in-place reload behavior to ImagesEnabled setting.
301 Reverting this for now due to them causing performance regression in
302 chromium, possibly caused by increased calls to
303 PermissionClient::imageAllowed.
305 * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed.
306 * fast/loader/display-image-unset-allows-cached-image-load.html: Removed.
307 * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
308 * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed.
309 * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed.
310 * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed.
311 * fast/loader/resources/image1.html: Removed.
312 * fast/loader/resources/image2.html: Removed.
313 * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
314 * platform/chromium/permissionclient/image-permissions-expected.txt:
315 * platform/chromium/permissionclient/image-permissions.html:
316 * platform/chromium/permissionclient/resources/image.html:
317 * platform/wk2/Skipped:
319 2012-09-18 Sergio Villar Senin <svillar@igalia.com>
321 [GTK] [WK2] Replace Skipped with TestExpectations
322 https://bugs.webkit.org/show_bug.cgi?id=97029
324 Reviewed by Martin Robinson.
326 Replace the Skipped file with a TestExpectations file which adds
329 * platform/gtk-wk2/Skipped: Removed.
330 * platform/gtk-wk2/TestExpectations: Added.
332 2012-09-18 Ojan Vafai <ojan@chromium.org>
334 Rebaseline tests. Mostly failing due to slight pixel differences.
335 * platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png:
336 * platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png:
337 * platform/chromium-win/css3/filters/effect-brightness-expected.png:
338 These two results are darker now, but this matches the mac/linux results.
340 * platform/chromium-win/css3/filters/filter-change-repaint-composited-expected.png: Added.
341 * platform/chromium-win/css3/filters/filter-change-repaint-expected.png: Added.
342 * platform/chromium-win/css3/filters/filter-repaint-child-layers-expected.png: Added.
343 * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-crash-expected.png: Added.
344 * platform/chromium-win/css3/filters/filter-repaint-composited-fallback-expected.png: Added.
345 * platform/chromium/TestExpectations:
347 2012-09-18 Roger Fong <roger_fong@apple.com>
349 Unreviewed. Skipping large number of tests that have been failing on Windows.
350 https://bugs.webkit.org/show_bug.cgi?id=97026
352 Due to the state of the windows bots a large number of tests have been failing for quite some time and it is difficult to tell when the failure started.
353 For now I'm adding these tests to the skip list to get the bots greener and will come back to them later.
355 * platform/win/Skipped:
357 2012-09-18 John J. Barton <johnjbarton@chromium.org>
359 Web Inspector: Set focus on the ExtensionPanel's iframe when it is selected
360 https://bugs.webkit.org/show_bug.cgi?id=96148
362 Reviewed by Vsevolod Vlasov.
364 Add one line to verify that the panel's document has focus after show
366 * inspector/extensions/extensions-panel-expected.txt:
367 * inspector/extensions/extensions-panel.html:
369 2012-09-18 Ojan Vafai <ojan@chromium.org>
371 Rebaseline tests failing due to expected slight pixel differences.
373 * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
374 * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
375 * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
376 * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
377 * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
378 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
379 * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
380 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
381 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
382 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
383 * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
384 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
385 * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
386 * platform/chromium-mac/css3/filters/effect-combined-expected.png:
387 * platform/chromium-mac/css3/filters/effect-opacity-expected.png:
388 * platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png:
389 * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
390 * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
391 * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
392 * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
393 * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
394 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
395 * platform/chromium-mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
396 * platform/chromium-win/css3/filters/effect-combined-expected.png:
397 * platform/chromium-win/css3/filters/effect-opacity-expected.png:
398 * platform/chromium-win/css3/filters/effect-reference-ordering-expected.png:
399 * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
400 * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
401 * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
402 * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
403 * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
404 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png:
405 * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png:
406 * platform/chromium/TestExpectations:
409 2012-09-18 Julien Chaffraix <jchaffraix@webkit.org>
411 Tables without any descendant and auto logical width should have a 0px logical width
412 https://bugs.webkit.org/show_bug.cgi?id=95521
414 Reviewed by Abhishek Arya.
416 * fast/table/empty-table-should-take-no-space-expected.html: Added.
417 * fast/table/empty-table-should-take-no-space.html: Added.
418 * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout-expected.html: Added.
419 * fast/table/fixed-table-layout/empty-table-should-take-no-space-fixed-layout.html: Added.
420 2 new tests to check that empty tables have 0px logical width.
422 * platform/chromium-linux/tables/mozilla/bugs/bug56563-expected.png:
423 * platform/chromium-win/tables/mozilla/bugs/bug56563-expected.txt:
424 * platform/mac/tables/mozilla/bugs/bug56563-expected.txt:
425 * platform/qt/tables/mozilla/bugs/bug56563-expected.txt:
426 * tables/mozilla/bugs/bug56563-expected.txt:
427 Progression. The table now is 2px wide as it has a 1px right & left border.
429 * platform/chromium-linux/fast/invalid/residual-style-expected.txt:
430 Progression. The changes are due to the tables shrinking which is expected.
432 * platform/chromium-linux/fast/forms/file/file-input-disabled-expected.txt:
433 * platform/chromium-mac/fast/forms/file/file-input-disabled-expected.txt:
434 * platform/chromium-mac/tables/mozilla/bugs/bug113235-2-expected.txt:
435 * platform/chromium-win-xp/fast/forms/file-input-disabled-expected.txt:
436 * platform/chromium-win/fast/forms/file/file-input-disabled-expected.txt:
437 * platform/chromium-win/fast/invalid/017-expected.txt:
438 * platform/chromium-win/fast/invalid/018-expected.txt:
439 * platform/chromium-win/fast/invalid/020-expected.txt:
440 * platform/chromium-win/fast/invalid/table-inside-stray-table-content-expected.txt:
441 * platform/chromium-win/tables/mozilla/bugs/bug113235-2-expected.txt:
442 * platform/chromium-win/tables/mozilla/bugs/bug23994-expected.txt:
443 * platform/chromium-win/tables/mozilla/bugs/bug56405-expected.txt:
444 * platform/efl/fast/forms/file/file-input-disabled-expected.txt:
445 * platform/efl/fast/invalid/017-expected.txt:
446 * platform/efl/fast/invalid/018-expected.txt:
447 * platform/efl/fast/invalid/020-expected.txt:
448 * platform/efl/fast/invalid/table-inside-stray-table-content-expected.txt:
449 * platform/efl/fast/invalid/table-residual-style-crash-expected.txt:
450 * platform/efl/tables/mozilla/bugs/bug23994-expected.txt:
451 * platform/efl/tables/mozilla/bugs/bug56405-expected.txt:
452 * platform/gtk/fast/forms/file/file-input-disabled-expected.txt:
453 * platform/gtk/fast/invalid/017-expected.txt:
454 * platform/gtk/fast/invalid/018-expected.txt:
455 * platform/gtk/fast/invalid/020-expected.txt:
456 * platform/gtk/fast/invalid/table-inside-stray-table-content-expected.txt:
457 * platform/gtk/fast/invalid/table-residual-style-crash-expected.txt:
458 * platform/gtk/tables/mozilla/bugs/bug23994-expected.txt:
459 * platform/gtk/tables/mozilla/bugs/bug56405-expected.txt:
460 * platform/mac/fast/forms/file/file-input-disabled-expected.txt:
461 * platform/mac/fast/invalid/017-expected.txt:
462 * platform/mac/fast/invalid/018-expected.txt:
463 * platform/mac/fast/invalid/020-expected.txt:
464 * platform/mac/fast/invalid/table-inside-stray-table-content-expected.txt:
465 * platform/mac/fast/invalid/table-residual-style-crash-expected.txt:
466 * platform/mac/tables/mozilla/bugs/bug113235-2-expected.txt:
467 * platform/mac/tables/mozilla/bugs/bug23994-expected.txt:
468 * platform/mac/tables/mozilla/bugs/bug56405-expected.txt:
469 * platform/qt/fast/forms/file/file-input-disabled-expected.txt:
470 * platform/qt/fast/invalid/017-expected.txt:
471 * platform/qt/fast/invalid/018-expected.txt:
472 * platform/qt/fast/invalid/020-expected.txt:
473 * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
474 * platform/qt/fast/invalid/table-residual-style-crash-expected.txt:
475 * platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
476 * platform/qt/tables/mozilla/bugs/bug23994-expected.txt:
477 * platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
478 * platform/win/fast/forms/file-input-disabled-expected.txt:
479 * platform/win/fast/forms/file/file-input-disabled-expected.txt:
480 * tables/mozilla/bugs/bug113235-2-expected.txt:
481 Progression. The tables now have a 0px logical width. In some cases, we add the border-spacing in the
482 block-flow direction if we have a row. This is not consistently handled by browsers and not very well
486 2012-09-18 Zan Dobersek <zandobersek@gmail.com>
488 Unreviewed GTK gardening.
490 Adding expectations for flakily-crashing tests, these failures
491 are a regression from r128802.
493 * platform/gtk/TestExpectations:
495 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
499 Move fast/events/dont-loose-last-event.html from Skipped to
500 TestExpectations now that it has a proper bug tracking the
503 * platform/efl/Skipped:
504 * platform/efl/TestExpectations:
506 2012-09-18 Andrey Kosyakov <caseq@chromium.org>
508 Unreviewed. Avoid using a deprecated extension API parameter in test to avoid console warning,
509 that break expectations on EFL due to EFL's DRT logging inspector console output to test
512 * inspector/extensions/extensions-audits-api.html:
513 * platform/efl/TestExpectations:
515 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
519 * platform/efl/TestExpectations: Skip
520 inspector/extensions/extensions-audits-api.html while we do not
521 solve the associated bug.
523 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
525 [EFL] Unreviewed daily gardening.
527 Re-skip a few tests which were unskipped in r128880 and r128882
528 and still fail both on my machine and on the bots.
530 * platform/efl/Skipped:
531 * platform/efl/TestExpectations:
533 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
535 [EFL] Unskip the right ietestcenter tests after r128802.
537 * platform/efl/TestExpectations:
539 2012-09-18 Christophe Dumez <christophe.dumez@intel.com>
541 [EFL] Rebaseline several test cases in Skipped list
542 https://bugs.webkit.org/show_bug.cgi?id=97000
544 Unreviewed EFL gardening.
546 Rebaseline several test cases an unskip them.
548 * platform/efl/Skipped:
549 * platform/efl/TestExpectations:
550 * platform/efl/animations/additive-transform-animations-expected.txt: Added.
551 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.png: Added.
552 * platform/efl/animations/cross-fade-webkit-mask-box-image-expected.txt: Added.
553 * platform/efl/fast/events/offsetX-offsetY-expected.txt: Removed.
554 * platform/efl/fast/events/pointer-events-2-expected.png:
555 * platform/efl/fast/events/pointer-events-2-expected.txt:
556 * platform/efl/fast/forms/001-expected.png:
557 * platform/efl/fast/forms/001-expected.txt:
558 * platform/efl/fast/forms/float-before-fieldset-expected.png:
559 * platform/efl/fast/forms/float-before-fieldset-expected.txt:
560 * platform/efl/fast/forms/form-element-geometry-expected.png:
561 * platform/efl/fast/forms/form-element-geometry-expected.txt:
562 * platform/efl/fast/forms/input-baseline-expected.png:
563 * platform/efl/fast/forms/input-baseline-expected.txt:
564 * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png:
565 * platform/efl/fast/forms/input-placeholder-visibility-1-expected.txt:
566 * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png:
567 * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.txt:
568 * platform/efl/fast/forms/mailto/advanced-get-expected.txt: Added.
569 * platform/efl/fast/forms/mailto/advanced-put-expected.txt: Added.
570 * platform/efl/fast/forms/placeholder-position-expected.png:
571 * platform/efl/fast/forms/placeholder-position-expected.txt:
572 * platform/efl/fast/forms/placeholder-pseudo-style-expected.png:
573 * platform/efl/fast/forms/placeholder-pseudo-style-expected.txt:
574 * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png:
575 * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
576 * platform/efl/fast/gradients/generated-gradients-expected.png:
577 * platform/efl/fast/gradients/generated-gradients-expected.txt:
578 * platform/efl/fast/gradients/radial-centered-expected.png:
579 * platform/efl/fast/gradients/radial-centered-expected.txt:
580 * platform/efl/fast/inline-block/contenteditable-baseline-expected.png:
581 * platform/efl/fast/inline-block/contenteditable-baseline-expected.txt:
582 * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.png:
583 * platform/efl/fast/inline/continuation-outlines-with-layers-2-expected.txt:
584 * platform/efl/fast/inline/inline-box-background-expected.png:
585 * platform/efl/fast/inline/inline-box-background-expected.txt:
586 * platform/efl/fast/inline/inline-box-background-long-image-expected.png:
587 * platform/efl/fast/inline/inline-box-background-long-image-expected.txt:
588 * platform/efl/fast/inline/inline-box-background-repeat-x-expected.png:
589 * platform/efl/fast/inline/inline-box-background-repeat-x-expected.txt:
590 * platform/efl/fast/inline/inline-box-background-repeat-y-expected.png:
591 * platform/efl/fast/inline/inline-box-background-repeat-y-expected.txt:
592 * platform/efl/fast/invalid/nestedh3s-expected.png:
593 * platform/efl/fast/invalid/nestedh3s-expected.txt:
594 * platform/efl/fast/overflow/overflow-float-stacking-expected.png:
595 * platform/efl/fast/overflow/overflow-float-stacking-expected.txt:
596 * platform/efl/fast/overflow/overflow-stacking-expected.png:
597 * platform/efl/fast/overflow/overflow-stacking-expected.txt:
598 * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.png:
599 * platform/efl/fast/repaint/block-layout-inline-children-replaced-expected.txt:
600 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.png:
601 * platform/efl/fast/repaint/japanese-rl-selection-clear-expected.txt:
602 * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.png:
603 * platform/efl/fast/repaint/japanese-rl-selection-repaint-expected.txt:
604 * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.png:
605 * platform/efl/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
606 * platform/efl/fast/repaint/moving-shadow-on-path-expected.png:
607 * platform/efl/fast/repaint/moving-shadow-on-path-expected.txt:
608 * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.png: Added.
609 * platform/efl/fast/repaint/repaint-svg-after-style-change-expected.txt: Added.
610 * platform/efl/fast/repaint/table-section-repaint-expected.txt:
611 * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.png:
612 * platform/efl/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
613 * platform/efl/fast/replaced/width100percent-searchfield-expected.png:
614 * platform/efl/fast/replaced/width100percent-searchfield-expected.txt:
615 * platform/efl/fast/table/027-expected.png:
616 * platform/efl/fast/table/027-expected.txt:
617 * platform/efl/fast/table/027-vertical-expected.png:
618 * platform/efl/fast/table/027-vertical-expected.txt:
619 * platform/efl/fast/table/032-expected.png:
620 * platform/efl/fast/table/032-expected.txt:
621 * platform/efl/fast/table/040-expected.png:
622 * platform/efl/fast/table/040-expected.txt:
623 * platform/efl/fast/table/040-vertical-expected.png:
624 * platform/efl/fast/table/040-vertical-expected.txt:
625 * platform/efl/fast/table/absolute-table-at-bottom-expected.png:
626 * platform/efl/fast/table/absolute-table-at-bottom-expected.txt:
627 * platform/efl/fast/table/border-collapsing/004-expected.png:
628 * platform/efl/fast/table/border-collapsing/004-expected.txt:
629 * platform/efl/fast/table/border-collapsing/004-vertical-expected.png:
630 * platform/efl/fast/table/border-collapsing/004-vertical-expected.txt:
631 * platform/efl/fast/table/dynamic-caption-add-before-child-expected.png:
632 * platform/efl/fast/table/dynamic-caption-add-before-child-expected.txt:
633 * platform/efl/fast/table/frame-and-rules-expected.png:
634 * platform/efl/fast/table/frame-and-rules-expected.txt:
635 * platform/efl/fast/table/multiple-captions-display-expected.png: Added.
636 * platform/efl/fast/table/multiple-captions-display-expected.txt:
637 * platform/efl/media/video-colorspace-yuv420-expected.png: Added.
638 * platform/efl/media/video-colorspace-yuv420-expected.txt: Added.
639 * platform/efl/media/video-colorspace-yuv422-expected.png: Added.
640 * platform/efl/media/video-colorspace-yuv422-expected.txt: Added.
641 * platform/efl/perf/nested-combined-selectors-expected.txt: Added.
642 * platform/efl/userscripts/script-run-at-end-expected.txt: Added.
644 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
646 [EFL] Gardening after r128802.
648 * platform/efl/TestExpectations: Temporarily skip a few JS tests
649 which are crashing after r128802.
651 2012-09-18 Christophe Dumez <christophe.dumez@intel.com>
653 [EFL] min-device-width failures in media tests
654 https://bugs.webkit.org/show_bug.cgi?id=96920
656 Reviewed by Kenneth Rohde Christiansen.
658 Unskip several test cases which should pass on the
659 build bots now that we return a realistic screen
660 resolution whenever it cannot be detected.
662 * platform/efl/TestExpectations:
664 2012-09-18 Christophe Dumez <christophe.dumez@intel.com>
666 [EFL][WK2] Clarify TestExpectations file
667 https://bugs.webkit.org/show_bug.cgi?id=97003
669 Unreviewed EFL gardening.
671 Slight reorganization and bug numbers updating
672 in EFL WK2 TestExpectations for clarity.
674 * platform/efl-wk2/TestExpectations:
676 2012-09-18 Csaba Osztrogonác <ossy@webkit.org>
678 REGRESSION(r128802): It made some JS tests crash
679 https://bugs.webkit.org/show_bug.cgi?id=97001
681 Unreviewed gardening, skip the new _crashing_ tests to paint the bots green.
683 * platform/qt/Skipped:
685 2012-09-14 Andrey Kosyakov <caseq@chromium.org>
687 Web Inspector: [Extensions API] explicitly manage extension audit progress
688 https://bugs.webkit.org/show_bug.cgi?id=96803
690 Reviewed by Alexander Pavlov.
692 * inspector/extensions/extensions-audits-api-expected.txt: Added AuditResults.updateProgress()
693 * inspector/extensions/extensions-audits.html: Added a call to updateProgress()
695 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
697 [EFL] Unreviewed gardening.
699 Update some pixel expectations after a long time.
700 japanese-lr-selection-expected.png now actually shows a selection
701 background, some shadows are displayed properly and some fonts
702 have had rendering adjustments.
704 * platform/efl/fast/writing-mode/basic-vertical-line-expected.png:
705 * platform/efl/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
706 * platform/efl/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
707 * platform/efl/fast/writing-mode/box-shadow-vertical-lr-expected.png:
708 * platform/efl/fast/writing-mode/box-shadow-vertical-rl-expected.png:
709 * platform/efl/fast/writing-mode/english-bt-text-expected.png:
710 * platform/efl/fast/writing-mode/english-rl-text-expected.png:
711 * platform/efl/fast/writing-mode/fieldsets-expected.png:
712 * platform/efl/fast/writing-mode/japanese-lr-selection-expected.png:
714 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
716 [EFL] Gardening after r128802.
718 * platform/efl/TestExpectations: Unskip test that is now passing.
720 2012-09-18 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
722 [EFL] Unreviewed gardening.
724 Update MathML expectations after r128837.
726 * platform/efl/mathml/presentation/attributes-expected.txt:
727 * platform/efl/mathml/presentation/fenced-expected.txt:
728 * platform/efl/mathml/presentation/fenced-mi-expected.png:
729 * platform/efl/mathml/presentation/fenced-mi-expected.txt:
730 * platform/efl/mathml/presentation/fractions-expected.txt:
731 * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
732 * platform/efl/mathml/presentation/mo-stretch-expected.png:
733 * platform/efl/mathml/presentation/mo-stretch-expected.txt:
734 * platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
735 * platform/efl/mathml/presentation/roots-expected.txt:
736 * platform/efl/mathml/presentation/row-alignment-expected.png:
737 * platform/efl/mathml/presentation/row-alignment-expected.txt:
738 * platform/efl/mathml/presentation/style-expected.txt:
739 * platform/efl/mathml/presentation/sub-expected.txt:
740 * platform/efl/mathml/presentation/subsup-expected.png:
741 * platform/efl/mathml/presentation/subsup-expected.txt:
742 * platform/efl/mathml/presentation/sup-expected.txt:
743 * platform/efl/mathml/presentation/tables-expected.png:
744 * platform/efl/mathml/presentation/tables-expected.txt:
745 * platform/efl/mathml/presentation/tokenElements-expected.txt:
746 * platform/efl/mathml/presentation/under-expected.txt:
747 * platform/efl/mathml/presentation/underover-expected.txt:
748 * platform/efl/mathml/xHeight-expected.txt:
750 2012-09-18 Christophe Dumez <christophe.dumez@intel.com>
752 [EFL] Unskip fast/js/global-constructors.html
753 https://bugs.webkit.org/show_bug.cgi?id=96984
755 Unreviewed EFL gardening.
757 Generate baseline for fast/js/global-constructors.html
758 and unskip test. The only differences in the expected
759 output are due to webkit prefix.
761 * fast/js/global-constructors-expected.txt: Added.
762 * platform/efl/Skipped:
764 2012-09-18 Szilard Ledan <szledan@inf.u-szeged.hu>
766 [Qt] Skipped failing tests because eventSender.gestureTap
767 is not implemented on Qt, ENABLE(SHADOW_DOM) is disabled and
768 WebKitDisplayImagesKey is not supported.
770 Reviewed by Csaba Osztrogonác.
772 * platform/qt/Skipped:
774 2012-09-18 Zan Dobersek <zandobersek@gmail.com>
776 Unreviewed GTK gardening.
778 Rebaselining MathML tests' baselines after r128837.
780 * platform/gtk/mathml/presentation/attributes-expected.png:
781 * platform/gtk/mathml/presentation/attributes-expected.txt:
782 * platform/gtk/mathml/presentation/fenced-expected.txt:
783 * platform/gtk/mathml/presentation/fenced-mi-expected.png:
784 * platform/gtk/mathml/presentation/fenced-mi-expected.txt:
785 * platform/gtk/mathml/presentation/fractions-expected.png:
786 * platform/gtk/mathml/presentation/fractions-expected.txt:
787 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
788 * platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
789 * platform/gtk/mathml/presentation/mo-expected.png:
790 * platform/gtk/mathml/presentation/mo-expected.txt:
791 * platform/gtk/mathml/presentation/mo-stretch-expected.png:
792 * platform/gtk/mathml/presentation/mo-stretch-expected.txt:
793 * platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
794 * platform/gtk/mathml/presentation/over-expected.png:
795 * platform/gtk/mathml/presentation/over-expected.txt:
796 * platform/gtk/mathml/presentation/roots-expected.png:
797 * platform/gtk/mathml/presentation/roots-expected.txt:
798 * platform/gtk/mathml/presentation/row-alignment-expected.png:
799 * platform/gtk/mathml/presentation/row-alignment-expected.txt:
800 * platform/gtk/mathml/presentation/row-expected.png:
801 * platform/gtk/mathml/presentation/row-expected.txt:
802 * platform/gtk/mathml/presentation/style-expected.png:
803 * platform/gtk/mathml/presentation/style-expected.txt:
804 * platform/gtk/mathml/presentation/sub-expected.png:
805 * platform/gtk/mathml/presentation/sub-expected.txt:
806 * platform/gtk/mathml/presentation/subsup-expected.png:
807 * platform/gtk/mathml/presentation/subsup-expected.txt:
808 * platform/gtk/mathml/presentation/sup-expected.png:
809 * platform/gtk/mathml/presentation/sup-expected.txt:
810 * platform/gtk/mathml/presentation/tables-expected.png:
811 * platform/gtk/mathml/presentation/tables-expected.txt:
812 * platform/gtk/mathml/presentation/tokenElements-expected.txt:
813 * platform/gtk/mathml/presentation/under-expected.png:
814 * platform/gtk/mathml/presentation/under-expected.txt:
815 * platform/gtk/mathml/presentation/underover-expected.png:
816 * platform/gtk/mathml/presentation/underover-expected.txt:
817 * platform/gtk/mathml/xHeight-expected.png: Added.
818 * platform/gtk/mathml/xHeight-expected.txt:
820 2012-09-18 Mihnea Ovidenie <mihnea@adobe.com>
822 [CSSRegions]Flag auto-height regions
823 https://bugs.webkit.org/show_bug.cgi?id=96267
825 Reviewed by Julien Chaffraix.
827 The regions having auto logical height should be flagged so that their height will computed as part of a 2 pass-layout mechanism.
828 Added a test that checks whether a region in several situations is marked properly.
830 * fast/regions/autoheight-regions-mark.html: Added.
831 * platform/mac/fast/regions/autoheight-regions-mark-expected.png: Added.
832 * platform/mac/fast/regions/autoheight-regions-mark-expected.txt: Added.
833 * platform/chromium/TestExpectations:
835 2012-09-18 Shinya Kawanaka <shinyak@chromium.org>
837 Disable adding an AuthorShadowRoot to replaced elements.
838 https://bugs.webkit.org/show_bug.cgi?id=96978
840 Reviewed by Hajime Morita.
842 Since we don't support AuthorShadowRoot for replaced elements for now, we enable a flat to
843 support AuthorShadowRoot in these tests.
845 Also, we have a test to check to reject adding ShadowRoot to repalced elements.
847 * fast/dom/shadow/select-image-with-shadow.html:
848 * fast/dom/shadow/shadow-disable-expected.txt:
849 * fast/dom/shadow/shadow-disable.html: Checks WebKit rejects adding ShadowRoot to repalced elements.
850 * fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html:
851 * fast/dom/shadow/shadowdom-for-image-alt-update.html:
852 * fast/dom/shadow/shadowdom-for-image-alt.html:
853 * fast/dom/shadow/shadowdom-for-image-content.html:
854 * fast/dom/shadow/shadowdom-for-image-dynamic.html:
855 * fast/dom/shadow/shadowdom-for-image-event-click.html:
856 * fast/dom/shadow/shadowdom-for-image-event.html:
857 * fast/dom/shadow/shadowdom-for-image-in-shadowdom.html:
858 * fast/dom/shadow/shadowdom-for-image-map.html:
859 * fast/dom/shadow/shadowdom-for-image-style.html:
860 * fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html:
861 * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html:
862 * fast/dom/shadow/shadowdom-for-image-with-width-and-height.html:
863 * fast/dom/shadow/shadowdom-for-image.html:
864 * fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html:
865 * fast/dom/shadow/shadowdom-for-keygen-without-shadow.html:
866 * fast/dom/shadow/shadowdom-for-meter-dynamic.html:
867 * fast/dom/shadow/shadowdom-for-meter-multiple.html:
868 * fast/dom/shadow/shadowdom-for-meter-with-style.html:
869 * fast/dom/shadow/shadowdom-for-meter-without-appearance.html:
870 * fast/dom/shadow/shadowdom-for-meter-without-shadow-element.html:
871 * fast/dom/shadow/shadowdom-for-meter.html:
872 * fast/dom/shadow/shadowdom-for-object-only-shadow.html:
873 * fast/dom/shadow/shadowdom-for-progress-dynamic.html:
874 * fast/dom/shadow/shadowdom-for-progress-multiple.html:
875 * fast/dom/shadow/shadowdom-for-progress-with-style.html:
876 * fast/dom/shadow/shadowdom-for-progress-without-appearance.html:
877 * fast/dom/shadow/shadowdom-for-progress-without-shadow-element.html:
878 * fast/dom/shadow/shadowdom-for-progress.html:
879 * fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html:
880 * fast/dom/shadow/shadowdom-for-textarea-with-placeholder.html:
881 * fast/dom/shadow/shadowdom-for-textarea-without-shadow.html:
882 * fast/dom/shadow/shadowdom-for-textarea.html:
884 2012-09-17 Zan Dobersek <zandobersek@gmail.com>
886 [GTK] fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html failing after r128645
887 https://bugs.webkit.org/show_bug.cgi?id=96899
889 Reviewed by Martin Robinson.
891 Remove failure expectation for the test in title.
893 * platform/gtk/TestExpectations:
895 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
897 [Chromium] Unreviewed gardening, mark perf/nested-combined-selectors.html is flaky
899 perf/nested-combined-selectors.html is flaky on Chromium Mac 10.6
901 * platform/chromium/TestExpectations:
903 2012-09-17 Stephanie Lewis <slewis@apple.com>
905 Rebaseline after http://trac.webkit.org/projects/webkit/changeset/128837.
909 * http/tests/xmlviewer/dumpAsText/mathml-expected.txt:
910 * platform/mac/accessibility/math-alttext-expected.txt:
912 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
914 Unreviewed gardening, more rebaseline after r128811
916 * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png:
917 * platform/chromium-win-xp/fast/css/shadow-multiple-expected.png: Added.
919 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
921 Unreviewed gardening, rebaseline after r128811
923 * platform/chromium-linux-x86/fast/writing-mode/english-lr-text-expected.png: Removed.
924 * platform/chromium-linux-x86/transitions/svg-text-shadow-transition-expected.png: Removed.
925 * platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png:
926 * platform/chromium-win-xp/fast/multicol/shadow-breaking-expected.png: Added.
927 * platform/chromium-win-xp/fast/repaint/shadow-multiple-vertical-expected.png: Added.
928 * platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png:
929 * platform/chromium-win-xp/fast/text/stroking-decorations-expected.png:
930 * platform/chromium-win-xp/fast/text/stroking-expected.png:
931 * platform/chromium-win-xp/fast/transforms/shadows-expected.png: Added.
932 * platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png:
933 * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-002-expected.png: Added.
934 * platform/chromium-win-xp/ietestcenter/css3/text/textshadow-010-expected.png: Added.
935 * platform/chromium-win-xp/svg/css/composite-shadow-text-expected.png:
936 * platform/chromium-win-xp/svg/css/shadow-changes-expected.png:
937 * platform/chromium-win-xp/svg/css/text-gradient-shadow-expected.png:
938 * platform/chromium-win-xp/svg/css/text-shadow-multiple-expected.png: Added.
939 * platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png:
940 * platform/gtk/transitions/svg-text-shadow-transition-expected.png: Removed.
941 * transitions/svg-text-shadow-transition-expected.png: Renamed from LayoutTests/platform/efl/transitions/svg-text-shadow-transition-expected.png.
943 2012-09-17 David Barton <dbarton@mathscribe.com>
945 Convert MathML to use flexboxes
946 https://bugs.webkit.org/show_bug.cgi?id=96843
948 Reviewed by Eric Seidel.
950 * mathml/EmptyMFracCrash-expected.txt:
951 * mathml/EmptyMunderOverCrash-expected.txt:
952 * mathml/empty-mroot-crash-expected.txt:
953 * mathml/fenced-whitespace-separators-crash-expected.txt:
954 * mathml/msub-anonymous-child-render-crash-expected.txt:
955 * mathml/msubsup-no-grandchild-expected.txt:
956 * mathml/msubsup-remove-children-expected.txt:
957 * mathml/munderover-remove-children-expected.txt:
959 * mathml/presentation/fenced.xhtml:
960 * mathml/presentation/mo.xhtml:
961 * mathml/presentation/row.xhtml:
962 * mathml/xHeight.xhtml:
963 - The <div>s are wrapped in <mtext> elements to make them valid in MathML, with the intended layout.
965 * platform/mac/mathml/presentation/attributes-expected.png:
966 * platform/mac/mathml/presentation/attributes-expected.txt:
967 * platform/mac/mathml/presentation/fenced-expected.txt:
968 * platform/mac/mathml/presentation/fenced-mi-expected.png:
969 * platform/mac/mathml/presentation/fenced-mi-expected.txt:
970 * platform/mac/mathml/presentation/fractions-expected.txt:
971 * platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
972 * platform/mac/mathml/presentation/mo-expected.png:
973 * platform/mac/mathml/presentation/mo-expected.txt:
974 * platform/mac/mathml/presentation/mo-stretch-expected.png:
975 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
976 * platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
977 * platform/mac/mathml/presentation/over-expected.png:
978 * platform/mac/mathml/presentation/over-expected.txt:
979 * platform/mac/mathml/presentation/roots-expected.png:
980 * platform/mac/mathml/presentation/roots-expected.txt:
981 * platform/mac/mathml/presentation/row-alignment-expected.png:
982 * platform/mac/mathml/presentation/row-alignment-expected.txt:
983 * platform/mac/mathml/presentation/row-expected.png:
984 * platform/mac/mathml/presentation/row-expected.txt:
985 * platform/mac/mathml/presentation/style-expected.png:
986 * platform/mac/mathml/presentation/style-expected.txt:
987 * platform/mac/mathml/presentation/sub-expected.png:
988 * platform/mac/mathml/presentation/sub-expected.txt:
989 * platform/mac/mathml/presentation/subsup-expected.png:
990 * platform/mac/mathml/presentation/subsup-expected.txt:
991 * platform/mac/mathml/presentation/sup-expected.txt:
992 * platform/mac/mathml/presentation/tables-expected.png:
993 * platform/mac/mathml/presentation/tables-expected.txt:
994 * platform/mac/mathml/presentation/tokenElements-expected.txt:
995 * platform/mac/mathml/presentation/under-expected.txt:
996 * platform/mac/mathml/presentation/underover-expected.png:
997 * platform/mac/mathml/presentation/underover-expected.txt:
998 * platform/mac/mathml/xHeight-expected.txt:
1000 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
1002 [Chromium] Unreviewed gardening, test expectations update.
1004 fast/js/cross-frame-really-bad-time-with-__proto__.html is failing from the beginning (r128816)
1006 * platform/chromium/TestExpectations:
1008 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
1010 [Chromium] Unreviewed gardening, test expectations update.
1012 fast/js/cross-frame-really-bad-time.html is failing from the beginning (r128816)
1014 * platform/chromium/TestExpectations:
1016 2012-09-17 Shinya Kawanaka <shinyak@chromium.org>
1018 [Chromium] Unreviewed, test expectations update.
1020 These tests are failing from the beginning (r128802)
1021 fast/js/array-bad-time.html
1022 fast/js/array-slow-put.html
1023 fast/js/cross-frame-bad-time.html
1024 fast/js/object-bad-time.html
1025 fast/js/object-slow-put.html
1027 * platform/chromium/TestExpectations:
1029 2012-09-17 Beth Dakin <bdakin@apple.com>
1031 https://bugs.webkit.org/show_bug.cgi?id=96688
1033 Rubber-stamped by Alexey Proskuryakov.
1035 These platform-specific results are not necessary. They are identical to the
1036 cross-platform results.
1037 * platform/mac/compositing/rtl: Removed.
1038 * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Removed.
1039 * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Removed.
1041 2012-09-17 Filip Pizlo <fpizlo@apple.com>
1043 We don't have a bad enough time if an object's prototype chain crosses global objects
1044 https://bugs.webkit.org/show_bug.cgi?id=96962
1046 Reviewed by Geoffrey Garen.
1048 * fast/js/cross-frame-really-bad-time-expected.txt: Added.
1049 * fast/js/cross-frame-really-bad-time-with-__proto__-expected.txt: Added.
1050 * fast/js/cross-frame-really-bad-time-with-__proto__.html: Added.
1051 * fast/js/cross-frame-really-bad-time.html: Added.
1052 * fast/js/script-tests/cross-frame-really-bad-time-with-__proto__.js: Added.
1057 * fast/js/script-tests/cross-frame-really-bad-time.js: Added.
1064 2012-09-17 Beth Dakin <bdakin@apple.com>
1066 https://bugs.webkit.org/show_bug.cgi?id=96945
1067 REGRESSION (r128678): Several tests fail on WK2 bots
1068 (compositing/rtl/rtl-fixed-overflow.html,
1069 compositing/rtl/rtl-fixed.html,
1070 fast/regions/float-pushed-width-change.html,
1071 fast/repaint/fixed-move-after-keyboard-scroll.html)
1073 Reviewed by Tim Horton.
1075 These tests are failing after
1076 https://bugs.webkit.org/show_bug.cgi?id=96688 They are failing on WK2
1077 only because that change only forces compositing mode for fixed
1078 position elements in WK2, not WK1.
1080 This one is a ref test where the expectation used fixed positioning.
1081 We can avoid using fixed pos and avoid that fact that that creates a
1082 layer in WK2 and use absolute pos instead.
1083 * fast/regions/float-pushed-width-change-expected.html:
1085 These tests just need updated results in the mac-wk2 directory.
1086 * platform/mac-wk2/compositing/rtl: Added.
1087 * platform/mac-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
1088 * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
1089 * platform/mac-wk2/fast/repaint: Added.
1090 * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
1091 * platform/mac-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt: Added.
1093 2012-09-17 Nate Chapin <japhet@chromium.org>
1095 Unreviewed, test expectations update.
1097 * platform/chromium/TestExpectations: Mark http/tests/inspector/network/network-xhr-replay.html as timing out on chromium win.
1099 2012-09-17 Filip Pizlo <fpizlo@apple.com>
1101 If a prototype has indexed setters and its instances have indexed storage, then all put_by_val's should have a bad time
1102 https://bugs.webkit.org/show_bug.cgi?id=96596
1104 Reviewed by Gavin Barraclough.
1106 Removed failing expectation for primitive-property-access-edge-cases, and
1107 added more tests to cover the numerical-setter-on-prototype cases.
1109 * fast/js/array-bad-time-expected.txt: Added.
1110 * fast/js/array-bad-time.html: Added.
1111 * fast/js/array-slow-put-expected.txt: Added.
1112 * fast/js/array-slow-put.html: Added.
1113 * fast/js/cross-frame-bad-time-expected.txt: Added.
1114 * fast/js/cross-frame-bad-time.html: Added.
1115 * fast/js/jsc-test-list:
1116 * fast/js/object-bad-time-expected.txt: Added.
1117 * fast/js/object-bad-time.html: Added.
1118 * fast/js/object-slow-put-expected.txt: Added.
1119 * fast/js/object-slow-put.html: Added.
1120 * fast/js/script-tests/array-bad-time.js: Added.
1121 * fast/js/script-tests/array-slow-put.js: Added.
1123 * fast/js/script-tests/cross-frame-bad-time.js: Added.
1125 * fast/js/script-tests/object-bad-time.js: Added.
1127 * fast/js/script-tests/object-slow-put.js: Added.
1130 * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Removed.
1132 2012-09-17 Tony Chang <tony@chromium.org>
1134 [chromium] Unreviewed, updating some bug numbers in TestExpectations.
1136 * platform/chromium/TestExpectations:
1138 2012-09-17 Joshua Bell <jsbell@chromium.org>
1140 IndexedDB: Result of IDBFactory.deleteDatabase() should be undefined, not null
1141 https://bugs.webkit.org/show_bug.cgi?id=96538
1143 Reviewed by Tony Chang.
1145 Check result of IDBFactory.deleteDatabase() - one updated assertion, one added assertion.
1147 * storage/indexeddb/factory-deletedatabase-expected.txt:
1148 * storage/indexeddb/intversion-long-queue-expected.txt:
1149 * storage/indexeddb/resources/factory-deletedatabase.js: Add new assertion.
1151 * storage/indexeddb/resources/intversion-long-queue.js: Update existing assertion.
1152 (deleteDatabaseSuccessCallback):
1154 2012-09-17 Alexey Proskuryakov <ap@apple.com>
1156 https://bugs.webkit.org/show_bug.cgi?id=96942
1157 [Mac] Failing test http/tests/inspector/network/network-xhr-replay.html
1159 * platform/mac/Skipped: Skipping a test for the newly added feature.
1161 2012-09-17 Bear Travis <betravis@adobe.com>
1163 [CSS Exclusions] Enable shape-inside for percentage lengths based on logical height
1164 https://bugs.webkit.org/show_bug.cgi?id=93547
1166 Reviewed by Levi Weintraub.
1168 Test that shape percentage-based measurements resolve correctly. Some testing is
1169 already covered by shape-inside-percentage-auto.html.
1171 * fast/exclusions/shape-inside/shape-inside-percentage-expected.html: Added.
1172 * fast/exclusions/shape-inside/shape-inside-percentage.html: Added.
1174 2012-09-17 Ojan Vafai <ojan@chromium.org>
1176 Cleanup the final instance of BUGUSERNAME.
1178 * platform/chromium/TestExpectations:
1180 2012-09-17 Csaba Osztrogonác <ossy@webkit.org>
1182 [Qt] Unreviewed gardening, skip one more crashy test to paint the bot green.
1184 * platform/qt/Skipped:
1186 2012-09-17 Bo Liu <boliu@chromium.org>
1188 Fix LoadImagesAutomatically cache behavior
1189 https://bugs.webkit.org/show_bug.cgi?id=96829
1191 Reviewed by Adam Barth.
1193 I broke the caching behavior of LoadImagesAutomatically in
1194 http://trac.webkit.org/changeset/128645
1196 This restores the original behavior that AutoLoadImage does not block
1197 loads from memory cache.
1199 * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added.
1200 * fast/loader/display-image-unset-allows-cached-image-load.html: Added.
1201 * fast/loader/resources/image1.html: Added.
1202 * fast/loader/resources/image2.html: Added.
1203 * platform/wk2/Skipped:
1205 2012-09-17 János Badics <jbadics@inf.u-szeged.hu>
1207 [Qt]REGRESSION(r128699): It made 2 fast/js/dfg tests assert
1208 https://bugs.webkit.org/show_bug.cgi?id=96907
1210 Reviewed by Csaba Osztrogonác.
1212 * platform/qt/Skipped: Skip new crashing tests.
1214 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1216 [EFL] Skip again tests that were unskipped recently
1217 https://bugs.webkit.org/show_bug.cgi?id=96923
1219 Unreviewed EFL gardening.
1221 Skip again several test cases that were unskipped in
1222 r128753 but don't seem to pass on the bots for some
1225 * platform/efl-wk1/TestExpectations:
1226 * platform/efl/TestExpectations:
1228 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1230 [EFL] Clean up Skipped list
1231 https://bugs.webkit.org/show_bug.cgi?id=96918
1233 Unreviewed EFL gardening.
1235 Unskip several test cases that are now passing for
1238 * platform/efl/Skipped:
1239 * platform/efl/editing/input/caret-at-the-edge-of-input-expected.png: Added.
1240 * platform/efl/editing/input/caret-at-the-edge-of-input-expected.txt: Added.
1241 * platform/efl/editing/unsupported-content/list-delete-001-expected.png:
1242 * platform/efl/editing/unsupported-content/list-type-after-expected.png:
1243 * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.png:
1244 * platform/efl/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
1246 2012-09-17 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1248 [TouchAdjustment] Adjusted point outside bounds for non-rectilinear targets
1249 https://bugs.webkit.org/show_bug.cgi?id=96098
1251 Reviewed by Antonio Gomes.
1253 Expands the test of rotated nodes to also perform checks of the validity of the adjusted points.
1255 * touchadjustment/resources/touchadjustment.js:
1257 * touchadjustment/rotated-node-expected.txt:
1258 * touchadjustment/rotated-node.html:
1260 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1262 [EFL] Clean up Skipped list
1263 https://bugs.webkit.org/show_bug.cgi?id=96914
1265 Unreviewed EFL gardening.
1267 Clean up the EFL Skipped list. Unskip several test cases that
1268 are now passing and provide baselines for some of them.
1270 * platform/efl-wk1/TestExpectations:
1271 * platform/efl/Skipped:
1272 * platform/efl/TestExpectations:
1273 * platform/efl/fast/text/emphasis-expected.png: Added.
1274 * platform/efl/fast/text/emphasis-expected.txt: Added.
1275 * platform/efl/fast/text/international/vertical-text-metrics-test-expected.txt: Added.
1276 * platform/efl/fast/writing-mode/text-orientation-basic-expected.png: Added.
1277 * platform/efl/fast/writing-mode/text-orientation-basic-expected.txt: Added.
1278 * platform/efl/mathml/presentation/style-expected.png: Added.
1279 * platform/efl/mathml/presentation/style-expected.txt: Added.
1281 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1283 [EFL] autoscroll-in-textarea.html fails on EFL
1284 https://bugs.webkit.org/show_bug.cgi?id=94150
1286 Reviewed by Kenneth Rohde Christiansen.
1288 Unskip several test cases that are passing now that textareas
1289 are rendered correctly.
1291 Rebaseline several test cases due to the textarea rendering
1294 * platform/efl/TestExpectations:
1295 * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.png:
1296 * platform/efl/editing/input/reveal-caret-of-multiline-input-expected.txt:
1297 * platform/efl/fast/block/margin-collapse/103-expected.png:
1298 * platform/efl/fast/block/margin-collapse/103-expected.txt:
1299 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
1300 * platform/efl/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
1301 * platform/efl/fast/dynamic/008-expected.png:
1302 * platform/efl/fast/dynamic/008-expected.txt:
1303 * platform/efl/fast/forms/text-control-intrinsic-widths-expected.txt:
1304 * platform/efl/fast/forms/textAreaLineHeight-expected.png:
1305 * platform/efl/fast/forms/textAreaLineHeight-expected.txt:
1306 * platform/efl/fast/forms/textarea-align-expected.png:
1307 * platform/efl/fast/forms/textarea-align-expected.txt:
1308 * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png:
1309 * platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt:
1310 * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png:
1311 * platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt:
1312 * platform/efl/fast/forms/textarea-scroll-height-expected.png: Added.
1313 * platform/efl/fast/forms/textarea-scroll-height-expected.txt: Added.
1314 * platform/efl/fast/forms/textarea-scrollbar-expected.png:
1315 * platform/efl/fast/forms/textarea-scrollbar-expected.txt:
1316 * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Added.
1317 * platform/efl/fast/forms/textarea-scrolled-type-expected.txt: Added.
1318 * platform/efl/fast/forms/textarea-setinnerhtml-expected.png:
1319 * platform/efl/fast/forms/textarea-setinnerhtml-expected.txt:
1320 * platform/efl/fast/forms/textarea-width-expected.png:
1321 * platform/efl/fast/forms/textarea-width-expected.txt:
1322 * platform/efl/fast/overflow/overflow-x-y-expected.png:
1323 * platform/efl/fast/overflow/overflow-x-y-expected.txt:
1324 * platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
1325 * platform/efl/fast/parser/entity-comment-in-textarea-expected.txt:
1326 * platform/efl/fast/parser/open-comment-in-textarea-expected.png:
1327 * platform/efl/fast/parser/open-comment-in-textarea-expected.txt:
1328 * platform/efl/fast/replaced/width100percent-textarea-expected.png:
1329 * platform/efl/fast/replaced/width100percent-textarea-expected.txt:
1330 * platform/efl/fast/table/003-expected.png:
1331 * platform/efl/fast/table/003-expected.txt:
1332 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png:
1333 * platform/efl/http/tests/navigation/javascriptlink-frames-expected.txt:
1335 2012-09-17 Vsevolod Vlasov <vsevik@chromium.org>
1337 Web Inspector: XHR replay fixes: should remove replayed xhr from memory cache, should not assert.
1338 https://bugs.webkit.org/show_bug.cgi?id=96904
1340 Reviewed by Yury Semikhatsky.
1342 Re-enabled http/tests/inspector/network/network-xhr-replay.html test.
1344 * http/tests/inspector/network/network-xhr-replay.html: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html_disabled.
1346 2012-09-17 Alejandro Piñeiro <apinheiro@igalia.com>
1348 AX: Regression (r126369) - toggle buttons no longer return accessible titles
1349 https://bugs.webkit.org/show_bug.cgi?id=94858
1351 Reviewed by Chris Fleizach.
1353 Added a test to verify that a toggle button exposes the title.
1355 * accessibility/aria-toggle-button-with-title.html: Added.
1356 * platform/chromium/accessibility/aria-toggle-button-with-title-expected.txt: Added.
1357 * platform/gtk/accessibility/aria-toggle-button-with-title-expected.txt: Added.
1358 * platform/mac/accessibility/aria-toggle-button-with-title-expected.txt: Added.
1360 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1362 [JSC] http/tests/security/cross-frame-access-put.html failing after r123145
1363 https://bugs.webkit.org/show_bug.cgi?id=91843
1365 Reviewed by Adam Barth.
1367 Since r123145, window.top is not longer replaceable in JSC, to bring it
1368 in line with other browsers. The http/tests/security/cross-frame-access-put.html
1369 now needs to be updated because it is still testing the window.top setter.
1371 Thanks to this fix, we can now get rid of the platform-specific results for
1374 * http/tests/security/cross-frame-access-put-expected.txt:
1375 * http/tests/security/cross-frame-access-put.html:
1376 * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt:
1377 * platform/efl/TestExpectations: Unskip test case.
1378 * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Removed.
1379 * platform/mac/Skipped: Unskip test case.
1380 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed.
1382 2012-09-14 Alexander Pavlov <apavlov@chromium.org>
1384 Web Inspector: Group selectors to highlight matched selector in the Styles pane of Elements Panel
1385 https://bugs.webkit.org/show_bug.cgi?id=96626
1387 Reviewed by Vsevolod Vlasov.
1389 * http/tests/inspector/elements-test.js:
1390 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles.buildMarkedSelectors):
1391 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): Let tests get matched selector markings in dumped data
1392 * inspector/styles/styles-add-new-rule-expected.txt:
1393 * inspector/styles/styles-add-new-rule.html:
1395 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1397 [EFL] Unskip css3/flexbox/anonymous-block.html test case
1398 https://bugs.webkit.org/show_bug.cgi?id=96909
1400 Unreviewed EFL gardening.
1402 Unskip css3/flexbox/anonymous-block.html for EFL port
1403 now that it has been fixed in r121687.
1405 * platform/efl/TestExpectations:
1407 2012-09-17 Zan Dobersek <zandobersek@gmail.com>
1409 Unreviewed GTK gardening.
1411 Adding a platform-specific baseline required after r128376.
1413 * platform/gtk/accessibility/svg-image-expected.txt: Added.
1415 2012-09-17 Mike West <mkwst@chromium.org>
1417 Don't GC img elements blocked by CSP until error events fire.
1418 https://bugs.webkit.org/show_bug.cgi?id=94677
1420 Reviewed by Jochen Eisinger.
1422 * fast/events/onerror-img-after-gc.html:
1423 * fast/events/onerror-img-after-gc-expected.txt:
1424 * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash.html:
1425 * http/tests/security/contentSecurityPolicy/img-blocked-no-gc-crash-expected.txt:
1426 Explicitly triggering GC before the error in the hopes of proving
1427 that we don't crash anymore.
1428 * platform/gtk/TestExpectations:
1429 * platform/qt/Skipped:
1430 Unskipping no-longer-crashing test.
1432 2012-09-17 Philip Rogers <pdr@google.com>
1434 Make SVGPathSegList.append O(1) instead of O(n)
1435 https://bugs.webkit.org/show_bug.cgi?id=94048
1437 Reviewed by Nikolas Zimmermann.
1439 Add performance test to prove this patch works. The rest of SVGPathSegList.append should be covered
1442 * perf/svg-path-appenditem-expected.txt: Added.
1443 * perf/svg-path-appenditem.html: Added.
1445 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1447 [EFL] Add baseline for text/shaping tests
1448 https://bugs.webkit.org/show_bug.cgi?id=96902
1450 Unreviewed EFL gardening.
1452 Add baseline for text/shaping test cases and unskip
1453 them for EFL port now that the issue has been fixed
1456 * platform/efl/TestExpectations:
1457 * platform/efl/fast/text/shaping/shaping-script-order-expected.png: Added.
1458 * platform/efl/fast/text/shaping/shaping-script-order-expected.txt: Added.
1459 * platform/efl/fast/text/shaping/shaping-selection-rect-expected.png: Added.
1460 * platform/efl/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
1462 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1464 [EFL] fast/multicol/span/generated-child-split-flow-crash.html fails
1465 https://bugs.webkit.org/show_bug.cgi?id=88031
1467 Unreviewed EFL gardening.
1469 Add platform specific expectation for fast/multicol/span/generated-child-split-flow-crash.html.
1470 Several other ports are doing the same already and the pixel test
1471 already passes anyway.
1473 * platform/efl/TestExpectations:
1474 * platform/efl/fast/multicol/span/generated-child-split-flow-crash-expected.txt: Added.
1476 2012-09-17 Zan Dobersek <zandobersek@gmail.com>
1478 Unreviewed GTK gardening.
1480 Removing stale expectations for already fixed regressions.
1482 Adding two failure expectations for tests added in r128645 and r128713.
1484 Rebaselining fast/css/word-space-extra.html after r128692.
1486 * platform/gtk/TestExpectations:
1487 * platform/gtk/fast/css/word-space-extra-expected.txt:
1489 2012-09-17 Christophe Dumez <christophe.dumez@intel.com>
1491 [EFL] Several CSS tests need rebaseline after r126911
1492 https://bugs.webkit.org/show_bug.cgi?id=96898
1494 Unreviewed EFL gardening.
1496 Rebaseline 3 CSS tests due to r126911.
1498 * platform/efl/TestExpectations:
1499 * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.png:
1500 * platform/efl/fast/css/absolute-child-with-percent-height-inside-relative-parent-expected.txt: Added.
1501 * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
1502 * platform/efl/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt: Added.
1503 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png:
1504 * platform/efl/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Added.
1506 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1508 [EFL] Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html
1509 https://bugs.webkit.org/show_bug.cgi?id=96895
1511 Unreviewed EFL gardening.
1513 Skip http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html for
1514 EFL port since it sometimes asserts in MessagePort::contextDestroyed.
1516 * platform/efl/TestExpectations:
1518 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1520 [EFL][WK2] Mark inspector/elements/delete-from-document.html as flaky
1521 https://bugs.webkit.org/show_bug.cgi?id=96897
1523 Unreviewed EFL gardening.
1525 Mark inspector/elements/delete-from-document.html as flaky.
1526 It sometimes times out of the WK2-EFL bot.
1528 * platform/efl-wk2/TestExpectations:
1530 2012-09-16 Shinya Kawanaka <shinyak@chromium.org>
1532 Unreviewed gardening. Rebaseline after r128691
1533 https://bugs.webkit.org/show_bug.cgi?id=96892
1535 Rebaseline fast/css/word-space-extra.html for chromium.
1537 * platform/chromium-linux/fast/css/word-space-extra-expected.txt: Added.
1539 2012-09-16 Dan Bernstein <mitz@apple.com>
1541 REGRESSION (r126763): css1/pseudo/firstline.html fails when using the complex text code path
1542 https://bugs.webkit.org/show_bug.cgi?id=96890
1544 Reviewed by Sam Weinig.
1546 * fast/text/stale-TextLayout-from-first-line-expected.html: Added.
1547 * fast/text/stale-TextLayout-from-first-line.html: Added.
1549 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1551 [EFL] Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html
1552 https://bugs.webkit.org/show_bug.cgi?id=96884
1554 Unreviewed EFL gardening.
1556 Skip fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html
1557 because EFL's DRT does not support overriding 'WebKitDisplayImagesKey'
1560 * platform/efl-wk1/TestExpectations:
1562 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1564 [EFL] Update TestExpectations for tests requiring plugins support
1565 https://bugs.webkit.org/show_bug.cgi?id=96882
1567 Unreviewed EFL gardening.
1569 Regroup all test requiring plugins support in TestExpectation file
1570 and update their bug number.
1572 * platform/efl/Skipped:
1573 * platform/efl/TestExpectations:
1575 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1577 [EFL] Mark inspector/debugger/dynamic-script-tag.html as flaky
1578 https://bugs.webkit.org/show_bug.cgi?id=96887
1580 Unreviewed EFL gardening.
1582 Mark inspector/debugger/dynamic-script-tag.html as flaky
1583 in EFL's TestExpectations.
1585 * platform/efl/TestExpectations:
1587 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1589 [EFL] 3 spatial navigation tests can be unskipped after r128644
1590 https://bugs.webkit.org/show_bug.cgi?id=96880
1592 Unreviewed EFL gardening.
1594 Unskip 3 spatial navigation tests that have been fixed in r128644.
1596 * platform/efl/TestExpectations:
1598 2012-09-16 Christophe Dumez <christophe.dumez@intel.com>
1600 [EFL] Skip fast/events/message-port-constructor-for-deleted-document.html
1601 https://bugs.webkit.org/show_bug.cgi?id=96885
1603 Unreviewed EFL gardening.
1605 Causes assertion failure in MessagePort::contextDestroyed in
1606 http/tests/security/MessagePort/event-listener-context.html, usually
1607 attributed to later tests. We need to skip the test for now.
1609 * platform/efl/TestExpectations:
1611 2012-09-15 Mike West <mkwst@chromium.org>
1613 Break on inline scripts blocked by CSP.
1614 https://bugs.webkit.org/show_bug.cgi?id=93865
1616 Reviewed by Pavel Feldman.
1618 * inspector/debugger/debugger-pause-on-blocked-event-handler-expected.txt: Added.
1619 * inspector/debugger/debugger-pause-on-blocked-event-handler.html: Added.
1620 * inspector/debugger/debugger-pause-on-blocked-script-injection-expected.txt: Added.
1621 * inspector/debugger/debugger-pause-on-blocked-script-injection.html: Added.
1622 * inspector/debugger/debugger-pause-on-blocked-script-url-expected.txt: Added.
1623 * inspector/debugger/debugger-pause-on-blocked-script-url.html: Added.
1624 * inspector/debugger/resources/pause-on-blocked-by-csp.js: Added.
1629 * inspector/debugger/resources/pause-on-blocked-event-handler.js: Added.
1631 * inspector/debugger/resources/pause-on-blocked-script-injection.js: Added.
1633 * inspector/debugger/resources/pause-on-blocked-script-url.js: Added.
1636 2012-09-15 Florin Malita <fmalita@chromium.org>
1638 <use> not working when the SVG doc is embedded as <object> data
1639 https://bugs.webkit.org/show_bug.cgi?id=96816
1641 Reviewed by Dirk Schulze.
1643 * svg/custom/object-data-href-expected.html: Added.
1644 * svg/custom/object-data-href.html: Added.
1646 2012-09-15 Andreas Kling <kling@webkit.org>
1648 REGRESSION(r127438): Google Docs to renders text too small.
1649 <http://webkit.org/b/96554>
1651 Reviewed by Antti Koivisto.
1653 Add a test that an element that shared its inline style with another element works as expected
1654 after the other element is destroyed.
1656 * fast/dom/shared-inline-style-after-node-removal-expected.txt: Added.
1657 * fast/dom/shared-inline-style-after-node-removal.html: Added.
1659 2012-09-15 Dan Bernstein <mitz@apple.com>
1661 REGRESSION (r125578): The monospace code path in RenderText::widthFromCache disagrees with Font::width on word spacing
1662 https://bugs.webkit.org/show_bug.cgi?id=96869
1664 Reviewed by Eric Seidel.
1666 * fast/text/word-space-monospace-expected.html: Added.
1667 * fast/text/word-space-monospace.html: Added.
1668 * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters.html.
1669 * platform/mac/fast/css/word-space-extra-expected.png: Updated.
1670 * platform/mac/fast/css/word-space-extra-expected.txt: Updated.
1672 2012-09-15 Dan Bernstein <mitz@apple.com>
1674 REGRESSION (r125578): Word spacing not applied to newline and tab characters that are treated as spaces
1675 https://bugs.webkit.org/show_bug.cgi?id=96865
1677 Reviewed by Sam Weinig.
1679 * fast/text/atsui-negative-spacing-features.html: Reverted changes made in r128691, now that
1680 both code paths handle newlines correctly.
1681 * fast/text/atsui-spacing-features.html: Ditto.
1682 * platform/mac/TestExpectations: Removed fast/css/word-space-extra.html.
1684 2012-09-15 Dan Bernstein <mitz@apple.com>
1686 REGRESSION (r125578): The Mac complex text code path disagrees with the fast path on word spacing
1687 https://bugs.webkit.org/show_bug.cgi?id=96857
1689 Reviewed by Anders Carlsson.
1691 * fast/text/atsui-negative-spacing-features.html: Removed some newlines from this test,
1692 because now that the complex text code path matches the fast path, it too suffers from a bug
1693 where word spacing is not added at a newline.
1694 * fast/text/atsui-spacing-features.html: Ditto.
1695 * platform/mac/TestExpectations: Removed fast/css/word-spacing-characters-complex-text.html.
1697 2012-09-15 Kent Tamura <tkent@chromium.org>
1699 [Chromium] Update test expectation
1701 * platform/chromium/TestExpectations:
1702 Don't run an inspector test on Mac.
1704 2012-09-15 Csaba Osztrogonác <ossy@webkit.org>
1706 [Qt][WK2] Unreviewed weekend gardening. Skip 4 new failing tests to paint the bot green.
1708 * platform/qt-5.0-wk2/Skipped:
1710 2012-09-15 Csaba Osztrogonác <ossy@webkit.org>
1712 [Qt] Unreviewed weekend gardening. Skip 2 new tests, because
1713 TestRunner::overridePreference() does not support the 'WebKitDisplayImagesKey' preference
1715 * platform/qt/Skipped:
1717 2012-09-14 James Robinson <jamesr@chromium.org>
1719 Unreviewed gardening - more position:fixed stacking context rebaselines.
1721 * fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/016-expected.txt.
1722 * fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/025-expected.txt.
1723 * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
1724 * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
1725 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
1726 * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Removed.
1727 * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Removed.
1728 * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
1729 * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Removed.
1730 * platform/chromium-mac/fast/block/positioning/016-expected.txt: Removed.
1731 * platform/chromium-mac/fast/block/positioning/025-expected.txt: Removed.
1732 * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
1733 * platform/chromium-win/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.png.
1734 * platform/chromium-win/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.png.
1735 * platform/chromium-win/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png.
1736 * platform/chromium/compositing/geometry/fixed-position-composited-switch-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt.
1737 * platform/chromium/fast/block/positioning/016-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/016-expected.txt.
1738 * platform/chromium/fast/block/positioning/025-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/block/positioning/025-expected.txt.
1739 * platform/chromium/fast/block/positioning/fixed-position-stacking-context-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt.
1740 * platform/efl/fast/block/positioning/016-expected.txt: Removed.
1741 * platform/efl/fast/block/positioning/025-expected.txt: Removed.
1742 * platform/gtk/fast/block/positioning/016-expected.txt: Removed.
1743 * platform/gtk/fast/block/positioning/025-expected.txt: Removed.
1744 * platform/qt/fast/block/positioning/016-expected.txt: Removed.
1745 * platform/qt/fast/block/positioning/025-expected.txt: Removed.
1747 2012-09-14 Julien Chaffraix <jchaffraix@webkit.org>
1749 Revert r127457 and following fixes due to several hit-testing regressions
1750 https://bugs.webkit.org/show_bug.cgi?id=96830
1752 Reviewed by Antonio Gomes.
1754 This change reverts r127457, r127863 and r128505. As the tests relies on the extended API
1755 after r127457, we cannot keep them.
1757 * fast/dom/nodesFromRect/nodesFromRect-child-frame-content-expected.txt: Removed.
1758 * fast/dom/nodesFromRect/nodesFromRect-child-frame-content.html: Removed.
1759 * fast/dom/nodesFromRect/resources/child-frame.html: Removed.
1760 * fast/dom/nodesFromRect/resources/nodesFromRect.js:
1762 (checkShadowContent):
1763 * touchadjustment/iframe-boundary-expected.txt: Removed.
1764 * touchadjustment/iframe-boundary.html: Removed.
1765 * touchadjustment/resources/inner-content-page.html: Removed.
1766 * touchadjustment/resources/inner-navigation-frame.html: Removed.
1768 2012-09-14 Bo Liu <boliu@chromium.org>
1770 Skip image load tests that requires queueReload in WebKit2
1771 https://bugs.webkit.org/show_bug.cgi?id=96832
1773 Tests added in reivison 128645.
1775 Reviewed by Adam Barth.
1777 * platform/wk2/Skipped:
1779 2012-09-14 Joshua Bell <jsbell@chromium.org>
1781 IndexedDB: Calling close() during upgradeneeded handler should fire error at open request
1782 https://bugs.webkit.org/show_bug.cgi?id=96807
1784 Reviewed by Tony Chang.
1786 Update the test to match the spec behavior.
1788 * storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt:
1789 * storage/indexeddb/resources/intversion-close-in-upgradeneeded.js:
1791 (upgradeNeeded.transaction.oncomplete):
1795 2012-09-14 Ojan Vafai <ojan@chromium.org>
1797 Mark svg/carto.net/selectionlist.svg as flaky because it depends on svg/carto.net/button.svg
1798 running first in order to pass.
1799 * platform/chromium/TestExpectations:
1801 2012-09-14 Ojan Vafai <ojan@chromium.org>
1803 The cr-linux-ews thinks http/tests/cache/post-redirect-get.php and http/tests/cache/post-with-cached-subresources.php are MISSING results
1804 https://bugs.webkit.org/show_bug.cgi?id=95215
1806 Reviewed by Adam Barth.
1808 Apparently, marking these as missing did not fix the EWS problem,
1809 so remove them from TestExpectations.
1811 * platform/chromium/TestExpectations:
1813 2012-09-14 Mike West <mkwst@chromium.org>
1815 JSC should throw a more descriptive exception when blocking 'eval' via CSP.
1816 https://bugs.webkit.org/show_bug.cgi?id=94331
1818 Reviewed by Geoffrey Garen.
1820 * http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt:
1821 * http/tests/security/contentSecurityPolicy/eval-blocked-in-about-blank-iframe-expected.txt:
1822 * http/tests/security/contentSecurityPolicy/function-constructor-blocked-expected.txt:
1824 2012-09-14 Ojan Vafai <ojan@chromium.org>
1826 Mark compositing/geometry/fixed-position-transform-composited-page-scale.html flaky
1827 as it's flaky on all the Chromium bots.
1828 * platform/chromium/TestExpectations:
1830 2012-09-14 Ojan Vafai <ojan@chromium.org>
1832 Add expectations for tests that depend on other tests running before them.
1833 Filed a bug for each with information on which test it depends on.
1835 * platform/chromium/TestExpectations:
1837 2012-09-14 Michelangelo De Simone <michelangelo@webkit.org>
1839 [CSS Shaders] u_textureSize uniform should be set to the size of the texture.
1840 https://bugs.webkit.org/show_bug.cgi?id=95914
1842 Reviewed by Dean Jackson.
1844 Tests for the following uniform variables:
1845 uniform vec2 u_textureSize
1846 uniform vec4 u_meshBox
1847 uniform vec2 u_tileSize
1848 uniform vec2 u_meshSize
1850 The relevant section of the specification is:
1851 http://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#shader-uniform-variables
1853 * css3/filters/custom/custom-filter-u-mesh-box-expected.html: Added.
1854 * css3/filters/custom/custom-filter-u-mesh-box.html: Added.
1855 * css3/filters/custom/custom-filter-u-mesh-size-expected.html: Added.
1856 * css3/filters/custom/custom-filter-u-mesh-size.html: Added.
1857 * css3/filters/custom/custom-filter-u-texture-size-expected.html: Added.
1858 * css3/filters/custom/custom-filter-u-texture-size.html: Added.
1859 * css3/filters/custom/custom-filter-u-tile-size-expected.html: Added.
1860 * css3/filters/custom/custom-filter-u-tile-size.html: Added.
1861 * css3/filters/resources/u-mesh-box-is-unit-square.fs: Added.
1862 * css3/filters/resources/u-mesh-size.fs: Added.
1863 * css3/filters/resources/u-texture-size.fs: Added.
1864 * css3/filters/resources/u-tile-size.fs: Added.
1866 2012-09-14 Alexey Proskuryakov <ap@apple.com>
1870 A small improvement to this flaky test: use a correct URL, so that the test fails
1871 quickly and understandably instead of timing out. This code path didn't use to be
1872 taken before, so the URL was always wrong.
1874 * fast/loader/resources/submit-form-while-parsing-subframe.html:
1876 2012-09-14 Stephanie Lewis <slewis@apple.com>
1878 new fast/loader tests from r128645 fail on Mac-wk2.
1879 https://bugs.webkit.org/show_bug.cgi?id=96832.
1883 Update TestExpectations
1885 * platform/mac-wk2/TestExpectations:
1887 2012-09-14 Ojan Vafai <ojan@chromium.org>
1889 Add expectations for tests that depend on other tests running before them.
1890 Filed a bug for each with information on which test it depends on.
1892 * platform/chromium/TestExpectations:
1894 2012-09-14 James Robinson <jamesr@chromium.org>
1896 Unreviewed gardening.
1898 Update fixpos layout test results. Chromium currently doesn't set the fixpos-forms-stacking-context setting in
1901 * fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/efl/fast/block/positioning/016-expected.png.
1902 * fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/025-expected.png.
1903 * platform/chromium-linux-x86/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
1904 * platform/chromium-linux-x86/fast/block/positioning/016-expected.txt: Added.
1905 * platform/chromium-linux-x86/fast/block/positioning/025-expected.txt: Added.
1906 * platform/chromium-linux-x86/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
1907 * platform/chromium-linux/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
1908 * platform/chromium-linux/fast/block/positioning/016-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/016-expected.png.
1909 * platform/chromium-linux/fast/block/positioning/016-expected.txt: Added.
1910 * platform/chromium-linux/fast/block/positioning/025-expected.png: Renamed from LayoutTests/platform/gtk/fast/block/positioning/025-expected.png.
1911 * platform/chromium-linux/fast/block/positioning/025-expected.txt: Added.
1912 * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.png: Renamed from LayoutTests/platform/efl/fast/block/positioning/016-expected.png.
1913 * platform/chromium-linux/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
1914 * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
1915 * platform/chromium-mac-snowleopard/fast/block/positioning/016-expected.txt: Added.
1916 * platform/chromium-mac-snowleopard/fast/block/positioning/025-expected.txt: Added.
1917 * platform/chromium-mac-snowleopard/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
1918 * platform/chromium-mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
1919 * platform/chromium-mac/fast/block/positioning/016-expected.png: Added.
1920 * platform/chromium-mac/fast/block/positioning/016-expected.txt: Added.
1921 * platform/chromium-mac/fast/block/positioning/025-expected.png: Added.
1922 * platform/chromium-mac/fast/block/positioning/025-expected.txt: Added.
1923 * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
1924 * platform/chromium-mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
1926 2012-09-14 Adam Barth <abarth@webkit.org>
1928 Remove webkitPostMessage
1929 https://bugs.webkit.org/show_bug.cgi?id=96577
1931 Reviewed by Ojan Vafai.
1933 Update tests to rely only upon the unprefixed API.
1935 * fast/canvas/webgl/script-tests/arraybuffer-transfer-of-control.js:
1938 * fast/dom/Window/post-message-crash.html:
1939 * fast/dom/Window/window-postmessage-args-expected.txt:
1940 * fast/dom/Window/window-postmessage-args.html:
1941 * fast/events/message-port.html:
1942 * fast/events/resources/message-port-multi.js:
1943 * fast/workers/resources/worker-call.js:
1944 * fast/workers/worker-call-expected.txt:
1946 2012-09-14 Simon Fraser <simon.fraser@apple.com>
1948 REGRESSION: transition doesn’t always override transition-property
1949 https://bugs.webkit.org/show_bug.cgi?id=96658
1951 Reviewed by Dean Jackson.
1953 Test with longhand transition-property rule, followed by shorthand
1954 with missing property value. This test should pass, and not assert.
1956 * transitions/longhand-vs-shorthand-initial-expected.txt: Added.
1957 * transitions/longhand-vs-shorthand-initial.html: Added.
1959 2012-09-14 Tom Sepez <tsepez@chromium.org>
1961 ImageLoader can't be cleared when video element poster attribute removed.
1962 https://bugs.webkit.org/show_bug.cgi?id=96301
1964 Reviewed by Abhishek Arya.
1968 * fast/dom/beforeload/clear-video-poster-in-beforeload-listener-expected.txt: Added.
1969 * fast/dom/beforeload/clear-video-poster-in-beforeload-listener.html: Added.
1971 2012-09-14 Jeffrey Pfau <jpfau@apple.com>
1973 Allow third-party storage blocking setting to change while a page is loaded
1974 https://bugs.webkit.org/show_bug.cgi?id=95790
1976 Reviewed by Brady Eidson.
1978 Tested combinations of loosening and strengthening the storage blocking policy on various types of storage.
1980 * http/tests/security/resources/iframe-for-storage-blocking-changed-local-storage.html: Added.
1981 * http/tests/security/resources/iframe-for-storage-blocking-changed-shared-worker.html: Added.
1982 * http/tests/security/resources/iframe-for-storage-blocking-changed-websql.html: Added.
1983 * http/tests/security/storage-blocking-loosened-local-storage-expected.txt: Added.
1984 * http/tests/security/storage-blocking-loosened-local-storage.html: Added.
1985 * http/tests/security/storage-blocking-loosened-plugin-expected.txt: Added.
1986 * http/tests/security/storage-blocking-loosened-plugin.html: Added.
1987 * http/tests/security/storage-blocking-loosened-private-browsing-plugin-expected.txt: Added.
1988 * http/tests/security/storage-blocking-loosened-private-browsing-plugin.html: Added.
1989 * http/tests/security/storage-blocking-loosened-shared-worker-expected.txt: Added.
1990 * http/tests/security/storage-blocking-loosened-shared-worker.html: Added.
1991 * http/tests/security/storage-blocking-loosened-websql-expected.txt: Added.
1992 * http/tests/security/storage-blocking-loosened-websql.html: Added.
1993 * http/tests/security/storage-blocking-strengthened-local-storage-expected.txt: Added.
1994 * http/tests/security/storage-blocking-strengthened-local-storage.html: Added.
1995 * http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added.
1996 * http/tests/security/storage-blocking-strengthened-plugin.html: Added.
1997 * http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added.
1998 * http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html: Added.
1999 * http/tests/security/storage-blocking-strengthened-shared-worker-expected.txt: Added.
2000 * http/tests/security/storage-blocking-strengthened-shared-worker.html: Added.
2001 * http/tests/security/storage-blocking-strengthened-websql-expected.txt: Added.
2002 * http/tests/security/storage-blocking-strengthened-websql.html: Added.
2003 * platform/chromium/TestExpectations: Skip shared worker and plugin tests.
2004 * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-plugin-expected.txt: Added.
2005 * platform/mac-wk2/http/tests/security/storage-blocking-strengthened-private-browsing-plugin-expected.txt: Added.
2007 2012-09-14 Beth Dakin <bdakin@apple.com>
2009 https://bugs.webkit.org/show_bug.cgi?id=96688
2010 Put position:fixed elements in their own layers and allow them to
2011 create a stacking context
2013 <rdar://problem/11467961>
2015 Reviewed by Simon Fraser.
2017 A few test result differences. These first three tests actually
2018 render differently now.
2019 * platform/mac/fast/block/positioning/016-expected.png:
2020 * platform/mac/fast/block/positioning/016-expected.txt:
2021 * platform/mac/fast/block/positioning/025-expected.png:
2022 * platform/mac/fast/block/positioning/025-expected.txt:
2023 * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
2024 * platform/mac/fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
2026 These tests just have different layer trees.
2027 * platform/mac/compositing/geometry/fixed-position-composited-switch-expected.txt: Added.
2028 * platform/mac/compositing/rtl: Added.
2029 * platform/mac/compositing/rtl/rtl-fixed-expected.txt: Added.
2030 * platform/mac/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
2032 2012-09-14 Bo Liu <boliu@chromium.org>
2034 Add in-place reload behavior to ImagesEnabled setting
2035 https://bugs.webkit.org/show_bug.cgi?id=95478
2037 Add tests to check autoLoadImages and imagesEnabled can block
2038 images and can reload them in place when setting is set to unblock.
2040 image-permissions tests are updated to reflect that onerror will no
2041 longer be called when images are blocked.
2043 Reviewed by Adam Barth.
2045 * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
2046 * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added.
2047 * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added.
2048 * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added.
2049 * platform/chromium/http/tests/permissionclient/image-permissions-expected.txt:
2050 * platform/chromium/permissionclient/image-permissions-expected.txt:
2051 * platform/chromium/permissionclient/image-permissions.html:
2052 * platform/chromium/permissionclient/resources/image.html:
2054 2012-09-14 Emil A Eklund <eae@chromium.org>
2056 https://bugs.webkit.org/show_bug.cgi?id=96226
2057 REGRESSION (r128006): Three spatial navigation tests are failing
2059 Reviewed by Ryosuke Niwa.
2061 Remove spatial navigation tests from Skipped list.
2063 * platform/mac/Skipped:
2065 2012-09-14 James Robinson <jamesr@chromium.org>
2067 Unreviewed, rolling out r128627.
2068 http://trac.webkit.org/changeset/128627
2069 https://bugs.webkit.org/show_bug.cgi?id=96575
2071 Breaks indexeddb content_browsertests in chromium
2073 * http/tests/inspector/indexeddb/database-data-expected.txt:
2074 * http/tests/inspector/indexeddb/database-structure-expected.txt:
2075 * http/tests/inspector/indexeddb/resources-panel-expected.txt:
2076 * storage/indexeddb/create-and-remove-object-store-expected.txt:
2077 * storage/indexeddb/create-object-store-options-expected.txt:
2078 * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
2079 * storage/indexeddb/createObjectStore-null-name-expected.txt:
2080 * storage/indexeddb/cursor-added-bug-expected.txt:
2081 * storage/indexeddb/cursor-advance-expected.txt:
2082 * storage/indexeddb/cursor-continue-dir-expected.txt:
2083 * storage/indexeddb/cursor-continue-expected.txt:
2084 * storage/indexeddb/cursor-continue-validity-expected.txt:
2085 * storage/indexeddb/cursor-delete-expected.txt:
2086 * storage/indexeddb/cursor-inconsistency-expected.txt:
2087 * storage/indexeddb/cursor-index-delete-expected.txt:
2088 * storage/indexeddb/cursor-key-order-expected.txt:
2089 * storage/indexeddb/cursor-overloads-expected.txt:
2090 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
2091 * storage/indexeddb/cursor-primary-key-order-expected.txt:
2092 * storage/indexeddb/cursor-reverse-bug-expected.txt:
2093 * storage/indexeddb/cursor-skip-deleted-expected.txt:
2094 * storage/indexeddb/cursor-update-expected.txt:
2095 * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
2096 * storage/indexeddb/cursor-value-expected.txt:
2097 * storage/indexeddb/data-corruption-expected.txt:
2098 * storage/indexeddb/database-basics-expected.txt:
2099 * storage/indexeddb/database-close-expected.txt:
2100 * storage/indexeddb/database-closepending-flag-expected.txt:
2101 * storage/indexeddb/database-deletepending-flag-expected.txt:
2102 * storage/indexeddb/delete-closed-database-object-expected.txt:
2103 * storage/indexeddb/delete-range-expected.txt:
2104 * storage/indexeddb/deleteIndex-expected.txt:
2105 * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
2106 * storage/indexeddb/deleteObjectStore-null-name-expected.txt:
2107 * storage/indexeddb/deleted-objects-expected.txt:
2108 * storage/indexeddb/deletedatabase-transaction-expected.txt:
2109 * storage/indexeddb/duplicates-expected.txt:
2110 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
2111 * storage/indexeddb/exception-in-event-aborts-expected.txt:
2112 * storage/indexeddb/exceptions-expected.txt:
2113 * storage/indexeddb/factory-deletedatabase-expected.txt:
2114 * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
2115 * storage/indexeddb/get-keyrange-expected.txt:
2116 * storage/indexeddb/index-basics-expected.txt:
2117 * storage/indexeddb/index-basics-workers-expected.txt:
2118 * storage/indexeddb/index-count-expected.txt:
2119 * storage/indexeddb/index-cursor-expected.txt:
2120 * storage/indexeddb/index-duplicate-keypaths-expected.txt:
2121 * storage/indexeddb/index-get-key-argument-required-expected.txt:
2122 * storage/indexeddb/index-multientry-expected.txt:
2123 * storage/indexeddb/index-population-expected.txt:
2124 * storage/indexeddb/index-unique-expected.txt:
2125 * storage/indexeddb/intversion-and-setversion-expected.txt:
2126 * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
2127 * storage/indexeddb/intversion-long-queue-expected.txt:
2128 * storage/indexeddb/invalid-keys-expected.txt:
2129 * storage/indexeddb/key-generator-expected.txt:
2130 * storage/indexeddb/key-sort-order-across-types-expected.txt:
2131 * storage/indexeddb/key-sort-order-date-expected.txt:
2132 * storage/indexeddb/key-type-array-expected.txt:
2133 * storage/indexeddb/key-type-infinity-expected.txt:
2134 * storage/indexeddb/keypath-arrays-expected.txt:
2135 * storage/indexeddb/keypath-basics-expected.txt:
2136 * storage/indexeddb/keypath-edges-expected.txt:
2137 * storage/indexeddb/keypath-fetch-key-expected.txt:
2138 * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
2139 * storage/indexeddb/lazy-index-population-expected.txt:
2140 * storage/indexeddb/legacy-constants-expected.txt:
2141 * storage/indexeddb/list-ordering-expected.txt:
2142 * storage/indexeddb/metadata-expected.txt:
2143 * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
2144 * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
2145 * storage/indexeddb/mozilla/bad-keypath-expected.txt:
2146 * storage/indexeddb/mozilla/clear-expected.txt:
2147 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
2148 * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
2149 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
2150 * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
2151 * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
2152 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
2153 * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
2154 * storage/indexeddb/mozilla/cursors-expected.txt:
2155 * storage/indexeddb/mozilla/delete-result-expected.txt:
2156 * storage/indexeddb/mozilla/event-source-expected.txt:
2157 * storage/indexeddb/mozilla/global-data-expected.txt:
2158 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
2159 * storage/indexeddb/mozilla/indexes-expected.txt:
2160 * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
2161 * storage/indexeddb/mozilla/key-requirements-expected.txt:
2162 * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
2163 * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
2164 * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
2165 * storage/indexeddb/mozilla/object-cursors-expected.txt:
2166 * storage/indexeddb/mozilla/object-identity-expected.txt:
2167 * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
2168 * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
2169 * storage/indexeddb/mozilla/objectstorenames-expected.txt:
2170 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
2171 * storage/indexeddb/mozilla/put-get-values-expected.txt:
2172 * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
2173 * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
2174 * storage/indexeddb/mozilla/readyState-expected.txt:
2175 * storage/indexeddb/mozilla/remove-index-expected.txt:
2176 * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
2177 * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
2178 * storage/indexeddb/mozilla/versionchange-expected.txt:
2179 * storage/indexeddb/mutating-cursor-expected.txt:
2180 * storage/indexeddb/noblobs-expected.txt:
2181 * storage/indexeddb/objectStore-required-arguments-expected.txt:
2182 * storage/indexeddb/objectstore-autoincrement-expected.txt:
2183 * storage/indexeddb/objectstore-basics-expected.txt:
2184 * storage/indexeddb/objectstore-basics-workers-expected.txt:
2185 * storage/indexeddb/objectstore-clear-expected.txt:
2186 * storage/indexeddb/objectstore-count-expected.txt:
2187 * storage/indexeddb/objectstore-cursor-expected.txt:
2188 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
2189 * storage/indexeddb/odd-strings-expected.txt:
2190 * storage/indexeddb/open-close-version-expected.txt:
2191 * storage/indexeddb/open-cursor-expected.txt:
2192 * storage/indexeddb/open-during-transaction-expected.txt:
2193 * storage/indexeddb/opencursor-key-expected.txt:
2194 * storage/indexeddb/pending-activity-expected.txt:
2195 * storage/indexeddb/pending-activity-workers-expected.txt:
2196 * storage/indexeddb/pending-version-change-on-exit-expected.txt:
2197 * storage/indexeddb/persistence-expected.txt:
2198 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
2199 * storage/indexeddb/queued-commands-expected.txt:
2200 * storage/indexeddb/readonly-expected.txt:
2201 * storage/indexeddb/readonly-properties-expected.txt:
2202 * storage/indexeddb/request-continue-abort-expected.txt:
2203 * storage/indexeddb/request-event-propagation-expected.txt:
2204 * storage/indexeddb/setVersion-null-expected.txt:
2205 * storage/indexeddb/set_version_blocked-expected.txt:
2206 * storage/indexeddb/set_version_queue-expected.txt:
2207 * storage/indexeddb/structured-clone-expected.txt:
2208 * storage/indexeddb/three-setversion-calls-expected.txt:
2209 * storage/indexeddb/transaction-abort-expected.txt:
2210 * storage/indexeddb/transaction-active-flag-expected.txt:
2211 * storage/indexeddb/transaction-after-close-expected.txt:
2212 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
2213 * storage/indexeddb/transaction-basics-expected.txt:
2214 * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
2215 * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
2216 * storage/indexeddb/transaction-complete-workers-expected.txt:
2217 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
2218 * storage/indexeddb/transaction-error-expected.txt:
2219 * storage/indexeddb/transaction-event-propagation-expected.txt:
2220 * storage/indexeddb/transaction-read-only-expected.txt:
2221 * storage/indexeddb/transaction-rollback-expected.txt:
2222 * storage/indexeddb/transaction-storeNames-required-expected.txt:
2223 * storage/indexeddb/tutorial-expected.txt:
2224 * storage/indexeddb/two-version-changes-expected.txt:
2225 * storage/indexeddb/value-undefined-expected.txt:
2226 * storage/indexeddb/values-odd-types-expected.txt:
2227 * storage/indexeddb/version-change-abort-expected.txt:
2228 * storage/indexeddb/version-change-exclusive-expected.txt:
2229 * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
2231 2012-09-14 Ojan Vafai <ojan@chromium.org>
2233 Comment out bug URL. This fixes a lint warning.
2234 * platform/qt/Skipped:
2236 2012-09-14 Ojan Vafai <ojan@chromium.org>
2238 Update all the MISSING lines in chromium's TestExpectations.
2239 If the test always passed, removed the line. In some cases, they just needed
2240 obvious rebaselines. In others, they haven't reported MISSING in the past
2241 500 runs on the bots, so removed that expectation.
2243 * platform/chromium-linux-x86/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
2244 * platform/chromium-linux-x86/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
2245 * platform/chromium-linux/css3/masking/clip-path-circle-expected.png: Added.
2246 * platform/chromium-linux/css3/masking/clip-path-circle-filter-expected.png: Added.
2247 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-expected.png: Added.
2248 * platform/chromium-linux/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
2249 * platform/chromium-linux/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
2250 * platform/chromium-linux/css3/masking/clip-path-ellipse-expected.png: Added.
2251 * platform/chromium-linux/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
2252 * platform/chromium-linux/css3/masking/clip-path-polygon-expected.png: Added.
2253 * platform/chromium-linux/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
2254 * platform/chromium-linux/css3/masking/clip-path-rectangle-expected.png: Added.
2255 * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
2256 * platform/chromium-linux/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
2257 * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.png: Added.
2258 * platform/chromium-linux/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
2259 * platform/chromium-linux/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
2260 * platform/chromium-mac-snowleopard/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
2261 * platform/chromium-mac-snowleopard/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
2262 * platform/chromium-mac-snowleopard/fast/overflow/paged-x-with-column-gap-expected.png: Added.
2263 * platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
2264 * platform/chromium-mac/css3/masking/clip-path-circle-expected.png: Added.
2265 * platform/chromium-mac/css3/masking/clip-path-circle-filter-expected.png: Added.
2266 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-expected.png: Added.
2267 * platform/chromium-mac/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
2268 * platform/chromium-mac/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
2269 * platform/chromium-mac/css3/masking/clip-path-ellipse-expected.png: Added.
2270 * platform/chromium-mac/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
2271 * platform/chromium-mac/css3/masking/clip-path-polygon-expected.png: Added.
2272 * platform/chromium-mac/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
2273 * platform/chromium-mac/css3/masking/clip-path-rectangle-expected.png: Added.
2274 * platform/chromium-mac/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
2275 * platform/chromium-mac/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
2276 * platform/chromium-mac/fast/overflow/paged-x-with-column-gap-expected.png: Added.
2277 * platform/chromium-win-xp/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
2278 * platform/chromium-win-xp/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
2279 * platform/chromium-win/css3/masking/clip-path-circle-expected.png: Added.
2280 * platform/chromium-win/css3/masking/clip-path-circle-filter-expected.png: Added.
2281 * platform/chromium-win/css3/masking/clip-path-circle-overflow-expected.png: Added.
2282 * platform/chromium-win/css3/masking/clip-path-circle-overflow-hidden-expected.png: Added.
2283 * platform/chromium-win/css3/masking/clip-path-circle-relative-overflow-expected.png: Added.
2284 * platform/chromium-win/css3/masking/clip-path-ellipse-expected.png: Added.
2285 * platform/chromium-win/css3/masking/clip-path-polygon-evenodd-expected.png: Added.
2286 * platform/chromium-win/css3/masking/clip-path-polygon-expected.png: Added.
2287 * platform/chromium-win/css3/masking/clip-path-polygon-nonzero-expected.png: Added.
2288 * platform/chromium-win/css3/masking/clip-path-rectangle-expected.png: Added.
2289 * platform/chromium-win/fast/frames/iframe-scaling-with-scroll-expected.png: Added.
2290 * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.png: Added.
2291 * platform/chromium-win/fast/overflow/paged-x-div-with-column-gap-expected.txt: Added.
2292 * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.png: Added.
2293 * platform/chromium-win/fast/overflow/paged-x-with-column-gap-expected.txt: Added.
2294 * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.png: Added.
2295 * platform/chromium-win/fast/sub-pixel/selection/selection-rect-in-sub-pixel-table-expected.txt: Added.
2296 * platform/chromium/TestExpectations:
2297 * platform/chromium/perf/nested-combined-selectors-expected.txt: Added.
2299 2012-09-14 Ojan Vafai <ojan@chromium.org>
2301 Complete forgotten rebaseline. See https://bugs.webkit.org/show_bug.cgi?id=96751.
2302 The results all look like they pass.
2304 * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
2305 * platform/chromium-win-xp/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
2306 * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
2307 * platform/chromium/TestExpectations:
2308 * platform/chromium/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt.
2310 2012-09-14 Ojan Vafai <ojan@chromium.org>
2312 Complete some forgotten rebaselines. See https://bugs.webkit.org/show_bug.cgi?id=94916.
2313 All the differences were anti-aliasing/form-controls.
2315 * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
2316 * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
2317 * platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
2318 * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
2319 * platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
2320 * platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
2321 * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
2322 * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
2323 * platform/chromium-win/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
2324 * platform/chromium/TestExpectations:
2326 2012-09-14 David Grogan <dgrogan@chromium.org>
2328 IndexedDB: Print console warning about setVersion
2329 https://bugs.webkit.org/show_bug.cgi?id=96575
2331 Reviewed by Tony Chang.
2333 * http/tests/inspector/indexeddb/database-data-expected.txt:
2334 * http/tests/inspector/indexeddb/database-structure-expected.txt:
2335 * http/tests/inspector/indexeddb/resources-panel-expected.txt:
2336 * storage/indexeddb/create-and-remove-object-store-expected.txt:
2337 * storage/indexeddb/create-object-store-options-expected.txt:
2338 * storage/indexeddb/createObjectStore-name-argument-required-expected.txt:
2339 * storage/indexeddb/createObjectStore-null-name-expected.txt:
2340 * storage/indexeddb/cursor-added-bug-expected.txt:
2341 * storage/indexeddb/cursor-advance-expected.txt:
2342 * storage/indexeddb/cursor-continue-dir-expected.txt:
2343 * storage/indexeddb/cursor-continue-expected.txt:
2344 * storage/indexeddb/cursor-continue-validity-expected.txt:
2345 * storage/indexeddb/cursor-delete-expected.txt:
2346 * storage/indexeddb/cursor-inconsistency-expected.txt:
2347 * storage/indexeddb/cursor-index-delete-expected.txt:
2348 * storage/indexeddb/cursor-key-order-expected.txt:
2349 * storage/indexeddb/cursor-overloads-expected.txt:
2350 * storage/indexeddb/cursor-prev-no-duplicate-expected.txt:
2351 * storage/indexeddb/cursor-primary-key-order-expected.txt:
2352 * storage/indexeddb/cursor-reverse-bug-expected.txt:
2353 * storage/indexeddb/cursor-skip-deleted-expected.txt:
2354 * storage/indexeddb/cursor-update-expected.txt:
2355 * storage/indexeddb/cursor-update-value-argument-required-expected.txt:
2356 * storage/indexeddb/cursor-value-expected.txt:
2357 * storage/indexeddb/data-corruption-expected.txt:
2358 * storage/indexeddb/database-basics-expected.txt:
2359 * storage/indexeddb/database-close-expected.txt:
2360 * storage/indexeddb/database-closepending-flag-expected.txt:
2361 * storage/indexeddb/database-deletepending-flag-expected.txt:
2362 * storage/indexeddb/delete-closed-database-object-expected.txt:
2363 * storage/indexeddb/delete-range-expected.txt:
2364 * storage/indexeddb/deleteIndex-expected.txt:
2365 * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt:
2366 * storage/indexeddb/deleteObjectStore-null-name-expected.txt:
2367 * storage/indexeddb/deleted-objects-expected.txt:
2368 * storage/indexeddb/deletedatabase-transaction-expected.txt:
2369 * storage/indexeddb/duplicates-expected.txt:
2370 * storage/indexeddb/error-causes-abort-by-default-expected.txt:
2371 * storage/indexeddb/exception-in-event-aborts-expected.txt:
2372 * storage/indexeddb/exceptions-expected.txt:
2373 * storage/indexeddb/factory-deletedatabase-expected.txt:
2374 * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
2375 * storage/indexeddb/get-keyrange-expected.txt:
2376 * storage/indexeddb/index-basics-expected.txt:
2377 * storage/indexeddb/index-basics-workers-expected.txt:
2378 * storage/indexeddb/index-count-expected.txt:
2379 * storage/indexeddb/index-cursor-expected.txt:
2380 * storage/indexeddb/index-duplicate-keypaths-expected.txt:
2381 * storage/indexeddb/index-get-key-argument-required-expected.txt:
2382 * storage/indexeddb/index-multientry-expected.txt:
2383 * storage/indexeddb/index-population-expected.txt:
2384 * storage/indexeddb/index-unique-expected.txt:
2385 * storage/indexeddb/intversion-and-setversion-expected.txt:
2386 * storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt:
2387 * storage/indexeddb/intversion-long-queue-expected.txt:
2388 * storage/indexeddb/invalid-keys-expected.txt:
2389 * storage/indexeddb/key-generator-expected.txt:
2390 * storage/indexeddb/key-sort-order-across-types-expected.txt:
2391 * storage/indexeddb/key-sort-order-date-expected.txt:
2392 * storage/indexeddb/key-type-array-expected.txt:
2393 * storage/indexeddb/key-type-infinity-expected.txt:
2394 * storage/indexeddb/keypath-arrays-expected.txt:
2395 * storage/indexeddb/keypath-basics-expected.txt:
2396 * storage/indexeddb/keypath-edges-expected.txt:
2397 * storage/indexeddb/keypath-fetch-key-expected.txt:
2398 * storage/indexeddb/keypath-intrinsic-properties-expected.txt:
2399 * storage/indexeddb/lazy-index-population-expected.txt:
2400 * storage/indexeddb/legacy-constants-expected.txt:
2401 * storage/indexeddb/list-ordering-expected.txt:
2402 * storage/indexeddb/metadata-expected.txt:
2403 * storage/indexeddb/mozilla/add-twice-failure-expected.txt:
2404 * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
2405 * storage/indexeddb/mozilla/bad-keypath-expected.txt:
2406 * storage/indexeddb/mozilla/clear-expected.txt:
2407 * storage/indexeddb/mozilla/create-index-unique-expected.txt:
2408 * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
2409 * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
2410 * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
2411 * storage/indexeddb/mozilla/cursor-mutation-expected.txt:
2412 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
2413 * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
2414 * storage/indexeddb/mozilla/cursors-expected.txt:
2415 * storage/indexeddb/mozilla/delete-result-expected.txt:
2416 * storage/indexeddb/mozilla/event-source-expected.txt:
2417 * storage/indexeddb/mozilla/global-data-expected.txt:
2418 * storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
2419 * storage/indexeddb/mozilla/indexes-expected.txt:
2420 * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
2421 * storage/indexeddb/mozilla/key-requirements-expected.txt:
2422 * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
2423 * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
2424 * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
2425 * storage/indexeddb/mozilla/object-cursors-expected.txt:
2426 * storage/indexeddb/mozilla/object-identity-expected.txt:
2427 * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
2428 * storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
2429 * storage/indexeddb/mozilla/objectstorenames-expected.txt:
2430 * storage/indexeddb/mozilla/odd-result-order-expected.txt:
2431 * storage/indexeddb/mozilla/put-get-values-expected.txt:
2432 * storage/indexeddb/mozilla/readonly-transactions-expected.txt:
2433 * storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
2434 * storage/indexeddb/mozilla/readyState-expected.txt:
2435 * storage/indexeddb/mozilla/remove-index-expected.txt:
2436 * storage/indexeddb/mozilla/remove-objectstore-expected.txt:
2437 * storage/indexeddb/mozilla/versionchange-abort-expected.txt:
2438 * storage/indexeddb/mozilla/versionchange-expected.txt:
2439 * storage/indexeddb/mutating-cursor-expected.txt:
2440 * storage/indexeddb/noblobs-expected.txt:
2441 * storage/indexeddb/objectStore-required-arguments-expected.txt:
2442 * storage/indexeddb/objectstore-autoincrement-expected.txt:
2443 * storage/indexeddb/objectstore-basics-expected.txt:
2444 * storage/indexeddb/objectstore-basics-workers-expected.txt:
2445 * storage/indexeddb/objectstore-clear-expected.txt:
2446 * storage/indexeddb/objectstore-count-expected.txt:
2447 * storage/indexeddb/objectstore-cursor-expected.txt:
2448 * storage/indexeddb/objectstore-removeobjectstore-expected.txt:
2449 * storage/indexeddb/odd-strings-expected.txt:
2450 * storage/indexeddb/open-close-version-expected.txt:
2451 * storage/indexeddb/open-cursor-expected.txt:
2452 * storage/indexeddb/open-during-transaction-expected.txt:
2453 * storage/indexeddb/opencursor-key-expected.txt:
2454 * storage/indexeddb/pending-activity-expected.txt:
2455 * storage/indexeddb/pending-activity-workers-expected.txt:
2456 * storage/indexeddb/pending-version-change-on-exit-expected.txt:
2457 * storage/indexeddb/persistence-expected.txt:
2458 * storage/indexeddb/prefetch-bugfix-108071-expected.txt:
2459 * storage/indexeddb/queued-commands-expected.txt:
2460 * storage/indexeddb/readonly-expected.txt:
2461 * storage/indexeddb/readonly-properties-expected.txt:
2462 * storage/indexeddb/request-continue-abort-expected.txt:
2463 * storage/indexeddb/request-event-propagation-expected.txt:
2464 * storage/indexeddb/setVersion-null-expected.txt:
2465 * storage/indexeddb/set_version_blocked-expected.txt:
2466 * storage/indexeddb/set_version_queue-expected.txt:
2467 * storage/indexeddb/structured-clone-expected.txt:
2468 * storage/indexeddb/three-setversion-calls-expected.txt:
2469 * storage/indexeddb/transaction-abort-expected.txt:
2470 * storage/indexeddb/transaction-active-flag-expected.txt:
2471 * storage/indexeddb/transaction-after-close-expected.txt:
2472 * storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
2473 * storage/indexeddb/transaction-basics-expected.txt:
2474 * storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt:
2475 * storage/indexeddb/transaction-complete-with-js-recursion-expected.txt:
2476 * storage/indexeddb/transaction-complete-workers-expected.txt:
2477 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
2478 * storage/indexeddb/transaction-error-expected.txt:
2479 * storage/indexeddb/transaction-event-propagation-expected.txt:
2480 * storage/indexeddb/transaction-read-only-expected.txt:
2481 * storage/indexeddb/transaction-rollback-expected.txt:
2482 * storage/indexeddb/transaction-storeNames-required-expected.txt:
2483 * storage/indexeddb/tutorial-expected.txt:
2484 * storage/indexeddb/two-version-changes-expected.txt:
2485 * storage/indexeddb/value-undefined-expected.txt:
2486 * storage/indexeddb/values-odd-types-expected.txt:
2487 * storage/indexeddb/version-change-abort-expected.txt:
2488 * storage/indexeddb/version-change-exclusive-expected.txt:
2489 * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
2491 2012-09-14 Michelangelo De Simone <michelangelo@webkit.org>
2493 Use arrays in shaders
2494 https://bugs.webkit.org/show_bug.cgi?id=95223
2496 Reviewed by Dean Jackson.
2498 New tests have been added for checking the correctness of array()
2501 * css3/filters/custom/custom-filter-array-expected.html: Added.
2502 * css3/filters/custom/custom-filter-array.html: Added.
2503 * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
2504 * css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
2505 * css3/filters/resources/fragment-color.fs: Added.
2506 * css3/filters/script-tests/custom-filter-property-computed-style.js:
2507 * css3/filters/script-tests/custom-filter-property-parsing-invalid.js:
2508 * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
2510 2012-09-14 Christophe Dumez <christophe.dumez@intel.com>
2512 WebKitTestRunner needs layoutTestController.dumpDatabaseCallbacks
2513 https://bugs.webkit.org/show_bug.cgi?id=57570
2515 Reviewed by Kenneth Rohde Christiansen.
2517 Unskip several test cases which require implementation of
2518 testRunner.dumpDatabaseCallbacks in WebKitTestRunner.
2520 * platform/wk2/Skipped:
2522 2012-09-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2524 [EFL] Gardening of the WK2 Debug Bot failing tests
2525 https://bugs.webkit.org/show_bug.cgi?id=96795
2527 Unreviewed EFL gardening.
2529 * platform/efl-wk2/TestExpectations:
2531 2012-09-14 Sergio Villar Senin <svillar@igalia.com>
2533 [GTK] [WK2] Unreviewed gardening.
2535 Added a bunch of tests failing in the WK2 tests bot to the Skipped
2536 list with the proper links to each bug.
2538 * platform/gtk-wk2/Skipped:
2540 2012-09-14 Rick Byers <rbyers@chromium.org>
2542 Gesture events sent to wrong node when page is scrolled
2543 https://bugs.webkit.org/show_bug.cgi?id=96788
2545 Reviewed by Antonio Gomes.
2547 Add layout test based on gesture-events.html which tests the case when
2548 the document is scrolled (so that client co-ordinates don't equal page
2550 * platform/chromium/plugins/gesture-events-scrolled-expected.txt: Added.
2551 * platform/chromium/plugins/gesture-events-scrolled.html: Added.
2553 2012-09-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2555 [EFL][WK2] Unskip test cases that are now passing
2556 https://bugs.webkit.org/show_bug.cgi?id=96762
2558 Unreviewed EFL gardening, unskip now passing tests.
2560 * platform/efl-wk2/TestExpectations:
2561 * platform/efl/TestExpectations:
2563 2012-09-14 Christophe Dumez <christophe.dumez@intel.com>
2565 WebKitTestRunner needs layoutTestController.setStopProvisionalFrameLoads
2566 https://bugs.webkit.org/show_bug.cgi?id=42691
2568 Reviewed by Kenneth Rohde Christiansen.
2570 Unskip fast/loader/stop-provisional-loads.html now that WebKitTestRunner
2571 implements testrunner.setStopProvisionalFrameLoads().
2573 * platform/wk2/Skipped:
2575 2012-09-14 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2577 [EFL] Attempt to create a theme for 0 sized element leads to assertion hit
2578 https://bugs.webkit.org/show_bug.cgi?id=96743
2580 Reviewed by Kenneth Rohde Christiansen.
2582 RenderThemeEfl was not supposed to be created for the elements with '0' size and had an assertion
2583 on that causing crash in debug mode.
2585 * fast/forms/range/slider-zero-size-crash-expected.txt: Added.
2586 * fast/forms/range/slider-zero-size-crash.html: Added.
2588 2012-09-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2590 [EFL] Gardening of failing tests
2591 https://bugs.webkit.org/show_bug.cgi?id=96646
2593 Unreviewed EFL gardening of flaky tests on wk1.
2595 * platform/efl-wk1/TestExpectations:
2597 2012-09-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2599 WebKitTestRunner needs layoutTestController.setTabKeyCyclesThroughElements
2600 https://bugs.webkit.org/show_bug.cgi?id=42687
2602 Reviewed by Kenneth Rohde Christiansen.
2604 fast/events/keypress-insert-tab.html is passing now on wk2. So, unskip
2605 in common skipped files and re-skip it on efl-wk1 until WK82864 is fixed.
2607 * platform/efl-wk1/TestExpectations:
2608 * platform/efl/Skipped:
2609 * platform/wk2/Skipped:
2611 2012-09-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
2613 EventSendingController::keyDown does not support non-array modifier arguments
2614 https://bugs.webkit.org/show_bug.cgi?id=96727
2616 Reviewed by Kenneth Rohde Christiansen.
2618 Unskip passing test fast/forms/legend-access-key.html
2620 * platform/efl-wk2/TestExpectations:
2621 * platform/gtk-wk2/Skipped:
2623 2012-09-14 Vsevolod Vlasov <vsevik@chromium.org>
2625 Unreviewed skipping failing test.
2627 * http/tests/inspector/network/network-xhr-replay.html_disabled: Renamed from LayoutTests/http/tests/inspector/network/network-xhr-replay.html.
2629 2012-09-14 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2631 WebKitTestRunner needs layoutTestController.setCustomPolicyDelegate
2632 https://bugs.webkit.org/show_bug.cgi?id=42546
2634 Reviewed by Kenneth Rohde Christiansen.
2636 Unskipped corresponding test cases. Distributed those which still not passing to appropriate groups in Skipped file.
2638 * platform/wk2/Skipped:
2640 2012-09-14 Keishi Hattori <keishi@webkit.org>
2642 Make time input lang attribute aware for testing
2643 https://bugs.webkit.org/show_bug.cgi?id=96728
2645 Reviewed by Kent Tamura.
2647 * fast/forms/resources/common.js:
2648 (getUserAgentShadowTextContent): Used to get the text inside an input element.
2649 * fast/forms/time-multiple-fields/time-multiple-fields-localization.html: Added.
2650 * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-localization-expected.txt: Added.
2651 * platform/chromium/TestExpectations:
2653 2012-09-14 Yoshifumi Inoue <yosin@chromium.org>
2655 REGRESSION(r128575): fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html is failed on Chromium-Win
2656 https://bugs.webkit.org/show_bug.cgi?id=96754
2658 Reviewed by Kent Tamura.
2660 The root cause of this failure is Chromium-Win port has a second field
2661 event if step=60 due by Windows platform API.
2663 This patch changes test sample to have a second field to get rid of
2666 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updates expectation.
2667 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to add "step=1" to
2668 test sample and to add a second field value to expectation.
2670 2012-09-14 Christophe Dumez <christophe.dumez@intel.com>
2672 [WK2][WKTR] TestRunner is not dumping some frame load callbacks information
2673 https://bugs.webkit.org/show_bug.cgi?id=96740
2675 Reviewed by Kenneth Rohde Christiansen.
2677 Unskip test cases which were failing due to missing
2678 frame load callbacks information dumping with
2681 * platform/wk2/Skipped:
2683 2012-09-14 Vsevolod Vlasov <vsevik@chromium.org>
2685 Web Inspector: Add ability to replay XHR in network panel.
2686 https://bugs.webkit.org/show_bug.cgi?id=95187
2688 Reviewed by Yury Semikhatsky.
2690 Added XHR replay test.
2692 * http/tests/inspector/network/network-xhr-replay-expected.txt: Added.
2693 * http/tests/inspector/network/network-xhr-replay.html: Added.
2695 2012-09-14 Christophe Dumez <christophe.dumez@intel.com>
2697 [WK2] Move globalhistory tests to their correct section in Skipped list
2698 https://bugs.webkit.org/show_bug.cgi?id=96738
2700 Unreviewed gardening.
2702 Move 2 globalhistory tests to their correct section in WK2
2705 * platform/wk2/Skipped:
2707 2012-09-14 Yoshifumi Inoue <yosin@chromium.org>
2709 [Forms] multiple fields time input UI should save/restore its value even if it has an empty field.
2710 https://bugs.webkit.org/show_bug.cgi?id=96714
2712 Reviewed by Kent Tamura.
2714 This patch changes time-multiple-fields-preserve-value-after-history-back.html
2715 to check partial value is saved and restored rather than resetting value.
2717 This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
2718 ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.
2720 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Updated for new expectation.
2721 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Changed to check partially populated fields of input element.
2723 2012-09-13 Vsevolod Vlasov <vsevik@chromium.org>
2725 Web Inspector: [Tests] Extract a common method for sending XHRs from tests.
2726 https://bugs.webkit.org/show_bug.cgi?id=96662
2728 Reviewed by Alexander Pavlov.
2730 Extracted InspectorTest.makeXHR() methods to simplify tests.
2732 * http/tests/inspector/appcache/appcache-swap-expected.txt:
2733 * http/tests/inspector/appcache/appcache-swap.html:
2734 * http/tests/inspector/console-xhr-logging-async-expected.txt:
2735 * http/tests/inspector/console-xhr-logging-async.html:
2736 * http/tests/inspector/console-xhr-logging.html:
2737 * http/tests/inspector/network-test.js:
2738 (xhrLoadedCallback):
2739 (initialize_NetworkTest.InspectorTest.makeSimpleXHR):
2740 (initialize_NetworkTest.InspectorTest.makeSimpleXHRWithPayload):
2741 (initialize_NetworkTest.InspectorTest.makeXHR.innerCallback):
2742 (initialize_NetworkTest.InspectorTest.makeXHR):
2744 (doSimpleXHRWithPayload):
2747 * http/tests/inspector/network/async-xhr-json-mime-type-expected.txt:
2748 * http/tests/inspector/network/async-xhr-json-mime-type.html:
2749 * http/tests/inspector/network/network-clear-cache.html-disabled:
2750 * http/tests/inspector/network/network-clear-cookies.html-disabled:
2751 * http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
2752 * http/tests/inspector/network/network-content-replacement-xhr.html:
2753 * http/tests/inspector/network/network-cyrillic-xhr-expected.txt:
2754 * http/tests/inspector/network/network-cyrillic-xhr.html:
2755 * http/tests/inspector/network/network-disable-cache-xhrs-expected.txt:
2756 * http/tests/inspector/network/network-disable-cache-xhrs.html:
2757 * http/tests/inspector/network/network-disabling-check-no-memory-leak-expected.txt:
2758 * http/tests/inspector/network/network-disabling-check-no-memory-leak.html:
2759 * http/tests/inspector/network/network-empty-xhr-expected.txt:
2760 * http/tests/inspector/network/network-empty-xhr.html:
2761 * http/tests/inspector/network/network-sidebar-width-expected.txt:
2762 * http/tests/inspector/network/network-sidebar-width.html:
2763 * http/tests/inspector/network/network-size-sync.html:
2764 * http/tests/inspector/network/network-xhr-async-double-expected.txt:
2765 * http/tests/inspector/network/network-xhr-async-double.html:
2766 * http/tests/inspector/network/network-xhr-async-expected.txt:
2767 * http/tests/inspector/network/network-xhr-async.html:
2768 * http/tests/inspector/network/network-xhr-same-url-as-main-resource-expected.txt:
2769 * http/tests/inspector/network/network-xhr-same-url-as-main-resource.html:
2770 * http/tests/inspector/network/network-xhr-sync-expected.txt:
2771 * http/tests/inspector/network/network-xhr-sync.html:
2772 * http/tests/inspector/resource-tree/resource-tree-no-xhrs-expected.txt:
2773 * http/tests/inspector/resource-tree/resource-tree-no-xhrs.html:
2774 * platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt:
2775 * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt:
2777 2012-09-13 Csaba Osztrogonác <ossy@webkit.org>
2779 [Qt] Unreviewed gardening, remove an unnecessary expected file.
2781 * platform/qt/fast/events/keyevent-iframe-removed-crash-expected.txt: Removed.
2783 2012-09-13 Luciano Wolf <luciano.wolf@openbossa.org>
2785 [Qt][WK2] qt-5.0-wk2 Skipped file can be updated after bug #73917 got fixed
2786 https://bugs.webkit.org/show_bug.cgi?id=96675
2788 Reviewed by Simon Hausmann.
2790 Update Skipped list after userAgent proper support.
2792 * platform/qt-5.0-wk2/Skipped:
2794 2012-09-13 Kent Tamura <tkent@chromium.org>
2796 [Chromium] Test expectation update
2798 * platform/chromium/TestExpectations:
2799 Fix an error in the previous change.
2801 2012-09-13 Kent Tamura <tkent@chromium.org>
2803 [Chromium] Test expectation update
2804 https://bugs.webkit.org/show_bug.cgi?id=96725
2806 * platform/chromium/TestExpectations:
2807 http/tests/media/media-source/video-media-source-state-changes.html is flaky
2809 2012-09-13 Kent Tamura <tkent@chromium.org>
2811 [Chromium] Test expectation update
2812 https://bugs.webkit.org/show_bug.cgi?id=93589
2814 * platform/chromium/TestExpectations:
2815 script-change-externalResourcesRequired-while-loading.svg is flaky on all platforms.
2817 2012-09-13 Kent Tamura <tkent@chromium.org>
2819 [Chromium] Test expectation udpate.
2820 https://bugs.webkit.org/show_bug.cgi?id=96720
2822 * platform/chromium/TestExpectations:
2823 time-multiple-fields-preserve-value-after-history-back.html is flaky.
2825 2012-09-13 Filip Pizlo <fpizlo@apple.com>
2827 DFG: Dead GetButterfly's shouldn't be subject to CSE
2828 https://bugs.webkit.org/show_bug.cgi?id=96707
2829 <rdar://problem/12296311>
2831 Reviewed by Oliver Hunt.
2833 * fast/js/dfg-dead-redundant-get-array-length-expected.txt: Added.
2834 * fast/js/dfg-dead-redundant-get-array-length.html: Added.
2835 * fast/js/jsc-test-list:
2836 * fast/js/script-tests/dfg-dead-redundant-get-array-length.js: Added.
2839 2012-09-13 Ojan Vafai <ojan@chromium.org>
2841 Test rebaselines after http://trac.webkit.org/changeset/128517.
2843 * fast/table/height-percent-test-expected.txt:
2844 * platform/chromium-mac-snowleopard/fast/table/height-percent-test-expected.png:
2845 * platform/chromium-mac-snowleopard/tables/mozilla/core/cell_heights-expected.png:
2846 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2847 * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2848 * platform/chromium-mac/fast/table/height-percent-test-expected.png:
2849 * platform/chromium-mac/tables/mozilla/core/cell_heights-expected.png:
2850 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2851 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2852 * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2853 * platform/chromium-win/fast/table/height-percent-test-expected.png:
2854 * platform/chromium-win/tables/mozilla/core/cell_heights-expected.png:
2855 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2856 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2857 * platform/chromium/TestExpectations:
2858 * platform/efl/TestExpectations:
2859 * platform/efl/fast/table/height-percent-test-expected.txt: Removed.
2860 * platform/gtk/TestExpectations:
2861 * platform/gtk/fast/table/height-percent-test-expected.txt: Removed.
2862 * platform/gtk/tables/mozilla/core/cell_heights-expected.txt:
2863 * platform/gtk/tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Removed.
2864 * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2865 * platform/mac/TestExpectations:
2866 * platform/mac/tables/mozilla/core/cell_heights-expected.txt:
2867 * platform/mac/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2868 * platform/qt/TestExpectations:
2869 * platform/qt/fast/table/height-percent-test-expected.txt: Renamed from LayoutTests/platform/mac/fast/table/height-percent-test-expected.txt.
2870 * platform/qt/tables/mozilla/core/cell_heights-expected.txt:
2871 * platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2872 * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2873 * platform/win-future/fast/table/height-percent-test-expected.txt: Copied from LayoutTests/fast/table/height-percent-test-expected.txt.
2874 * tables/mozilla_expected_failures/bugs/bug19526-expected.txt: Renamed from LayoutTests/platform/efl/tables/mozilla_expected_failures/bugs/bug19526-expected.txt.
2876 2012-09-13 Ojan Vafai <ojan@chromium.org>
2878 Rebaseline fast/css/percentage-height-auto-sized-body-quirks.html after
2879 http://trac.webkit.org/changeset/128517. The results are now consistent
2882 * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
2883 * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
2884 * platform/mac/TestExpectations:
2885 * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
2887 2012-09-13 Ojan Vafai <ojan@chromium.org>
2889 Remove lines for fast/table/bad-replaced-sizing-preferred-logical-widths.html
2890 fixed in http://trac.webkit.org/changeset/128528.
2892 * platform/chromium/TestExpectations:
2893 * platform/efl/TestExpectations:
2894 * platform/gtk/TestExpectations:
2895 * platform/mac/TestExpectations:
2897 2012-09-13 James Robinson <jamesr@chromium.org>
2899 Unreviewed gardening for r128516/r128517:
2900 remove the now-unnecessary cr-mac expectations for fast/writing-mode test.
2901 fix baseline for fast/table/bad-replaced-sizing-preferred-logical-widths.html
2903 * platform/chromium-mac/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Removed.
2905 2012-09-13 Tom Sepez <tsepez@chromium.org>
2907 ASSERT(!eventDispatchForbidden()) firest when removed plugin re-inserted as part of readyStateChange.
2908 https://bugs.webkit.org/show_bug.cgi?id=93639
2910 Reviewed by Ryosuke Niwa.
2912 Add a new testcase to cover this issue. Test passes if assert doesn't fire in debug builds.
2914 * plugins/plugin-remove-readystatechange-expected.txt: Added.
2915 * plugins/plugin-remove-readystatechange.html: Added.
2917 2012-09-13 Ojan Vafai <ojan@chromium.org>
2919 percentage heights in quirks mode with auto-sized body are computed incorrectly
2920 https://bugs.webkit.org/show_bug.cgi?id=96426
2922 Reviewed by Tony Chang.
2924 * fast/css/percentage-height-auto-sized-body-quirks-expected.txt: Added.
2925 * fast/css/percentage-height-auto-sized-body-quirks.html: Added.
2926 Verified that this matches IE9, FF15 and Opera12.
2928 * fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
2929 * platform/chromium-linux/fast/table/height-percent-test-expected.png:
2930 * platform/chromium-linux/tables/mozilla/core/cell_heights-expected.png:
2931 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2932 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2933 * platform/chromium-win/tables/mozilla/core/cell_heights-expected.txt:
2934 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
2935 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2936 * platform/mac/fast/table/height-percent-test-expected.txt:
2937 Verified that all the changes match FF15.
2939 2012-09-13 Ojan Vafai <ojan@chromium.org>
2941 fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL
2942 https://bugs.webkit.org/show_bug.cgi?id=96594
2944 Reviewed by Tony Chang.
2946 Remove the text so that this test gets metrics the same across platforms.
2948 * fast/table/bad-replaced-sizing-preferred-logical-widths.html:
2950 2012-09-13 James Robinson <jamesr@chromium.org>
2952 Unreviewed gardening. Fix lint error in my last TestExpectations patch - whoops!
2954 * platform/chromium/TestExpectations:
2956 2012-09-13 Adrienne Walker <enne@google.com>
2958 Hide all ancestors of the full screen element when going full screen
2959 https://bugs.webkit.org/show_bug.cgi?id=96332
2961 Reviewed by James Robinson.
2963 This test has an all red image that (without this patch) incorrectly
2964 sorts on top of the full screen element. With this patch, the all
2965 green full screen element appears on top.
2967 * fullscreen/full-screen-fixed-pos-parent-expected.png: Added.
2968 * fullscreen/full-screen-fixed-pos-parent-expected.txt: Added.
2969 * fullscreen/full-screen-fixed-pos-parent.html: Added.
2970 * fullscreen/resources/green.html: Added.
2972 2012-09-13 Adam Barth <abarth@webkit.org>
2974 REGRESSION(r125126): It made fast/events/keyevent-iframe-removed-crash.html assert
2975 https://bugs.webkit.org/show_bug.cgi?id=93654
2977 Reviewed by Eric Seidel.
2979 * fast/dom/content-document-prototype-expected.txt: Added.
2980 * fast/dom/content-document-prototype.html: Added.
2981 - Check that HTMLFrameElement.contentDocument ends up with the
2982 right prototype chain. This is a tricky case because not only the
2983 prototype chain of the property different from the holder, we
2984 never actually touch the DOMWindow in this test case so the
2985 prototype chain leads to a global object that doesn't even exist
2987 * fast/events/keyevent-iframe-removed-crash.html:
2988 - Add a call to gc() so that this test will ASSERT reliabily if we
2989 cause a similar problem in the future.
2991 2012-09-13 James Robinson <jamesr@chromium.org>
2993 Unreviewed gardening - upstream some skia_test_expectations.txt entries.
2995 * platform/chromium/TestExpectations:
2997 2012-09-13 John Mellor <johnme@chromium.org>
2999 Text Autosizing: Add explanations to tests.
3000 https://bugs.webkit.org/show_bug.cgi?id=96673
3002 Reviewed by Julien Chaffraix.
3004 Replaces some of the lorem ipsum filler text in Text Autosizing tests
3005 with explanations of why the result is expected (and other minor tweaks
3008 * fast/text-autosizing/font-scale-factor-expected.html:
3009 * fast/text-autosizing/font-scale-factor.html:
3010 * fast/text-autosizing/narrow-iframe-expected.html:
3011 * fast/text-autosizing/narrow-iframe-flattened-expected.html:
3012 * fast/text-autosizing/narrow-iframe-flattened.html:
3013 * fast/text-autosizing/narrow-iframe.html:
3014 * fast/text-autosizing/nested-em-line-height-expected.html:
3015 * fast/text-autosizing/nested-em-line-height.html:
3016 * fast/text-autosizing/simple-paragraph-expected.html:
3017 * fast/text-autosizing/simple-paragraph.html:
3018 * fast/text-autosizing/span-child-expected.html:
3019 * fast/text-autosizing/span-child.html:
3020 * fast/text-autosizing/various-font-sizes-expected.html:
3021 * fast/text-autosizing/various-font-sizes.html:
3022 * fast/text-autosizing/wide-block-expected.html:
3023 * fast/text-autosizing/wide-block.html:
3025 2012-09-13 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
3027 [WK2][WTR] WebKitTestRunner needs testRunner.callShouldCloseOnWebView
3028 https://bugs.webkit.org/show_bug.cgi?id=96366
3030 Reviewed by Anders Carlsson.
3032 Unskip passing test fast/events/onbeforeunload-focused-iframe.html
3034 * platform/wk2/Skipped:
3036 2012-09-13 Tony Chang <tony@chromium.org>
3038 Flexitem margins should be based on content width, not width
3039 https://bugs.webkit.org/show_bug.cgi?id=96674
3041 Reviewed by Ojan Vafai.
3043 Add a test case where contentWidth != width.
3045 * css3/flexbox/percent-margins-expected.txt:
3046 * css3/flexbox/percent-margins.html:
3048 2012-09-13 Joshua Bell <jsbell@chromium.org>
3050 IndexedDB: Properties of IDBKeyRange should default to undefined
3051 https://bugs.webkit.org/show_bug.cgi?id=96401
3053 Reviewed by Adam Barth.
3055 Update test expectations.
3057 * storage/indexeddb/keyrange-expected.txt:
3058 * storage/indexeddb/resources/keyrange.js:
3059 (checkLowerBoundKeyRange):
3060 (checkUpperBoundKeyRange):
3062 2012-09-13 Lauro Neto <lauro.neto@openbossa.org>
3064 [Qt][WK2] fast/forms/access-key-for-all-elements.html fails
3065 https://bugs.webkit.org/show_bug.cgi?id=73917
3067 Reviewed by Simon Hausmann.
3069 Access-key tests were failing due to hardcoded Mac OS X in the
3070 Qt WK2 user agent string. This commit moves the WK1 implementation
3071 to a shared one to be used by both versions.
3073 Unskip now passing tests.
3075 * platform/qt-5.0-wk2/Skipped:
3077 2012-09-13 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3079 [EFL][WK2] Gardening after r128393
3080 https://bugs.webkit.org/show_bug.cgi?id=96640
3082 Unreviewed gardening.
3084 Corrected expectations for the following files:
3085 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html
3086 fast/dom/HTMLAnchorElement/anchor-download.html
3088 * platform/efl-wk2/TestExpectations:
3090 2012-09-13 Ilya Tikhonovsky <loislo@chromium.org>
3092 Unreviewed fix for: REGRESSION(r128451): It broke inspector/profiler/memory-instrumentation-cached-images.html
3093 https://bugs.webkit.org/show_bug.cgi?id=96653
3095 * inspector/profiler/memory-instrumentation-cached-images.html:
3096 * inspector/profiler/memory-instrumentation-cached-images-expected.txt:
3098 2012-09-13 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3100 REGRESSION: hit test doesn't take iframe scroll position into account
3101 https://bugs.webkit.org/show_bug.cgi?id=96541
3103 Reviewed by Antonio Gomes.
3104 Test written by Rick Byers.
3106 Test that scroll position is taken into account in hit testing.
3108 * fast/events/touch/resources/touch-inside-iframe-scrolled2.html: Added.
3109 * fast/events/touch/touch-inside-iframe-scrolled-expected.txt: Added.
3110 * fast/events/touch/touch-inside-iframe-scrolled.html: Added.
3112 2012-09-13 Kenneth Rohde Christiansen <kenneth@webkit.org>
3114 [EFL][DRT] Implement LayoutTestController::layerTreeAsText
3115 https://bugs.webkit.org/show_bug.cgi?id=82294
3117 Reviewed by Gyuyoung Kim.
3119 The tests are no longer failing because of missing layerTreeAsText
3120 but due to accelerated compositing not being enabled.
3122 * platform/efl/TestExpectations:
3124 2012-09-13 Zan Dobersek <zandobersek@gmail.com>
3126 Unreviewed GTK gardening.
3128 Specifying a few slow tests on the debug configuration that pass
3129 when given sufficient time to do so.
3131 Branching expectations for three spellcheck test failures, on release
3132 configuration they time out while on the debug configuration they
3133 have enough time to fail.
3135 * platform/gtk/TestExpectations:
3137 2012-09-13 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3139 [EFL] Gardening after r128375, r128431
3140 https://bugs.webkit.org/show_bug.cgi?id=96630
3142 Unreviewed gardening.
3144 * platform/efl/TestExpectations: Unskip fast/overflow/overflow-height-float-not-removed-crash.html.
3145 * platform/efl/fast/table/height-percent-test-vertical-expected.png: Rebase.
3146 * platform/efl/fast/table/height-percent-test-vertical-expected.txt: Ditto.
3147 * platform/efl/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added. Rebase.
3149 2012-09-13 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
3151 [Qt][WK2] New fast/forms/number/number-spinbutton-click-in-iframe.html fails
3152 https://bugs.webkit.org/show_bug.cgi?id=96634
3154 Unreviewed gardening.
3156 * platform/qt-5.0-wk2/Skipped: skip the failing test.
3158 2012-09-13 Csaba Osztrogonác <ossy@webkit.org>
3160 [Qt] Unreviewed gardening.
3162 * platform/qt/Skipped: Unskip a now passing test, and add a missing URL.
3163 * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Updated.
3165 2012-09-13 Ádám Kallai <kadam@inf.u-szeged.hu>
3167 [Qt] Unreviewed gardening. Rebaseline after 128433. It hasn't been updated correctly in the previous revision.
3169 * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt:
3171 2012-09-13 Kent Tamura <tkent@chromium.org>
3173 [Chromium] Test expectation update
3174 https://bugs.webkit.org/show_bug.cgi?id=96628
3176 * platform/chromium/TestExpectations:
3177 calculate-order.html is flaky on Lion.
3179 2012-09-13 Kent Tamura <tkent@chromium.org>
3181 [Chromium] Test expectation update
3183 * platform/chromium/TestExpectations:
3184 sandboxed-iframe-navigation-parent.html is slow on Lion too.
3186 2012-09-13 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3188 [EFL][Qt][WK2] Implement shared undo controller for EFL and Qt port.
3189 https://bugs.webkit.org/show_bug.cgi?id=92504
3191 Reviewed by Kenneth Rohde Christiansen.
3193 Unskip the editing/undo category now that the tests are passing. Also add
3194 missing expected results.
3196 * platform/efl-wk1/TestExpectations:
3197 * platform/efl-wk2/TestExpectations:
3198 * platform/efl/Skipped:
3199 * platform/efl/editing/undo/4063751-expected.txt: Added.
3200 * platform/efl/editing/undo/5378473-expected.txt: Added.
3201 * platform/efl/editing/undo/redo-typing-001-expected.txt: Added.
3202 * platform/efl/editing/undo/undo-combined-delete-boundary-expected.txt: Added.
3203 * platform/efl/editing/undo/undo-combined-delete-expected.txt: Added.
3204 * platform/efl/editing/undo/undo-delete-boundary-expected.txt: Added.
3205 * platform/efl/editing/undo/undo-delete-expected.txt: Added.
3206 * platform/efl/editing/undo/undo-forward-delete-boundary-expected.txt: Added.
3207 * platform/efl/editing/undo/undo-forward-delete-expected.txt: Added.
3208 * platform/efl/editing/undo/undo-misspellings-expected.txt: Added.
3209 * platform/efl/editing/undo/undo-typing-001-expected.txt: Added.
3211 2012-09-13 Yoshifumi Inoue <yosin@chromium.org>
3213 [Tests] We should have tests for preserving/resetting values of input type "time" after browser navigation
3214 https://bugs.webkit.org/show_bug.cgi?id=96595
3216 Reviewed by Kent Tamura.
3218 This patch adds two tests for preserving/resetting values input type
3219 "time" with multiple fields input UI after page reload, backward and
3220 forward browser navigation.
3222 This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
3223 ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.
3225 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back-expected.txt: Added.
3226 * fast/forms/time-multiple-fields/time-multiple-fields-preserve-value-after-history-back.html: Added for checking value is preserved after history backward and forward navigation.
3227 * fast/forms/time-multiple-fields/time-multiple-fields-reset-value-after-reload-expected.txt: Added.
3228 * fast/forms/time-multiple-fields/time-multiple-fields-reset-preserve-value-after-reload.html: Added for checking values are resetted after page reload.
3230 2012-09-13 Ádám Kallai <kadam@inf.u-szeged.hu>
3232 [Qt] Unreviewed gardening. Skip a failing test. Added platform specific expectations after r128375.
3234 * platform/qt/Skipped: After r128400.
3235 * platform/qt/fast/table/height-percent-test-vertical-expected.txt: Added r128375.
3236 * platform/qt/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added r128375..
3238 2012-09-13 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3240 [EFL] Gardening after r128270, r128400, r128389, r128393, r128274
3241 https://bugs.webkit.org/show_bug.cgi?id=96613
3243 Unreviewed gardening.
3245 Adding failing test to TestExpectations.
3247 * platform/efl-wk1/TestExpectations:
3248 * platform/efl/TestExpectations:
3250 2012-09-13 Yoshifumi Inoue <yosin@chromium.org>
3252 [Tests] We should have test for clicking spin button in iframe.
3253 https://bugs.webkit.org/show_bug.cgi?id=96612
3255 Reviewed by Kent Tamura.
3257 This patch adds two tests for clicking spin button in iframe for
3258 input type "number" and input type "time" with multiple fields UI.
3260 These tests are added for catching regression caused by r127876.
3262 * fast/forms/number/number-spinbutton-click-in-iframe-expected.txt: Added.
3263 * fast/forms/number/number-spinbutton-click-in-iframe.html: Added.
3264 * fast/forms/resources/common-spinbutton-click-in-iframe.js: Added.
3265 (getSpinButton): Extracts spin button in shadow DOM tree.
3266 (mouseClick): Simulates mouse click.
3267 (mouseMoveTo): Simulates mouse pointer move.
3268 (runIFrameLoaded): Checking spin button clicked.
3269 (testClickSpinButtonInIFrame): Creates and populates iframe.
3270 * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe-expected.txt: Added.
3271 * fast/forms/time-multiple-fields/time-multiple-fields-spinbutton-click-in-iframe.html: Added.
3273 2012-09-13 Zan Dobersek <zandobersek@gmail.com>
3275 Unreviewed GTK gardening.
3277 Rebaselining two tests after r128375.
3279 * platform/gtk/TestExpectations:
3280 * platform/gtk/fast/table/height-percent-test-vertical-expected.png: Added.
3281 * platform/gtk/fast/table/height-percent-test-vertical-expected.txt:
3282 * platform/gtk/fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks-expected.txt: Added.
3284 2012-09-13 Zan Dobersek <zandobersek@gmail.com>
3286 Unreviewed GTK gardening.
3288 Removing expectation for fast/canvas/canvas-css-crazy.html, the test
3289 was fixed in r128411.
3291 Marking fast/events/popup-blocking-timers.html as slow and adding a
3292 timeout expectation for touchadjustment/iframe-boundary.html.
3294 * platform/gtk/TestExpectations:
3296 2012-09-13 Raul Hudea <rhudea@adobe.com>
3298 [CSSRegions][CSSOM] Implement Element.getRegionFlowRanges
3299 https://bugs.webkit.org/show_bug.cgi?id=78493
3301 Reviewed by David Hyatt.
3303 Add tests for getRegionFlowRanges call.
3305 * fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added.
3306 * fast/regions/get-region-flow-ranges-absolute-pos.html: Added.
3307 * fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added.
3308 * fast/regions/get-region-flow-ranges-content-nodes.html: Added.
3309 * fast/regions/get-region-flow-ranges-display-none-expected.txt: Added.
3310 * fast/regions/get-region-flow-ranges-display-none.html: Added.
3311 * fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added.
3312 * fast/regions/get-region-flow-ranges-empty-regions.html: Added.
3313 * fast/regions/get-region-flow-ranges-expected.txt: Added.
3314 * fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added.
3315 * fast/regions/get-region-flow-ranges-fixed-pos.html: Added.
3316 * fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added.
3317 * fast/regions/get-region-flow-ranges-horiz-bt.html: Added.
3318 * fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added.
3319 * fast/regions/get-region-flow-ranges-inline-only.html: Added.
3320 * fast/regions/get-region-flow-ranges-text-expected.txt: Added.
3321 * fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added.
3322 * fast/regions/get-region-flow-ranges-text-vert-lr.html: Added.
3323 * fast/regions/get-region-flow-ranges-text.html: Added.
3324 * fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added.
3325 * fast/regions/get-region-flow-ranges-vert-lr.html: Added.
3326 * fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added.
3327 * fast/regions/get-region-flow-ranges-vert-rl.html: Added.
3328 * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added.
3329 * fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr.html: Added.
3330 * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added.
3331 * fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr.html: Added.
3332 * fast/regions/get-region-flow-ranges.html: Added.
3333 * fast/regions/resources/helper.js:
3338 2012-09-13 Zan Dobersek <zandobersek@gmail.com>
3340 [GTK][NRWT] Lower timeout value to 6 seconds (12 for debug configuration)
3341 https://bugs.webkit.org/show_bug.cgi?id=96506
3343 Reviewed by Dirk Pranke.
3345 Create a new section for slow tests. Tests listed here pass (or at least
3346 work as expected or reliably) but require more than 6 or 12 seconds to run.
3348 More tests are added into the timeout section. These are primarily tests
3349 that used to take half a minute to run just to be interrupted by the watchdog
3350 in DumpRenderTree and were then reported as text mismatch failures. Now they
3351 will be timing out which is (arguably) a more proper way for them to fail.
3353 * platform/gtk/TestExpectations:
3355 2012-09-13 Stephanie Lewis <slewis@apple.com>
3357 fast/table/bad-replaced-sizing-preferred-logical-widths.html is failing on Mac, Chromium-Mac, GTK, EFL.
3358 https://bugs.webkit.org/show_bug.cgi?id=96594.
3362 Update TestExpectations.
3364 * platform/mac/TestExpectations:
3366 2012-09-12 Kent Tamura <tkent@chromium.org>
3368 [Chromium] Test expectation update
3369 https://bugs.webkit.org/show_bug.cgi?id=96308
3371 * platform/chromium-mac/fast/table/height-percent-test-vertical-expected.png:
3372 Rebaseline for http://trac.webkit.org/changeset/128375.
3374 2012-09-12 Zan Dobersek <zandobersek@gmail.com>
3376 Unreviewed GTK gardening.
3378 Removing crash expectations for accessibility tests that were added in
3379 r128342. The offending commit was reverted in r128353.
3381 Adding text mismatch expectations for two tests that probably require
3382 rebaselining, failing since r128375.
3384 Adding failure expectations for other regressions:
3385 - fast/canvas/canvas-css-crazy.html after r128374
3386 - fast/table/bad-replaced-sizing-preferred-logical-widths.html after r128389
3387 - fast/js/primitive-property-access-edge-cases.html after r128400
3389 * platform/gtk/TestExpectations:
3391 2012-09-12 Alexander Pavlov <apavlov@chromium.org>
3393 Web Inspector: [Styles] Styles not updated when there is a heavy stream of DOM updates
3394 https://bugs.webkit.org/show_bug.cgi?id=96482
3396 Reviewed by Vsevolod Vlasov.
3398 * inspector/styles/force-pseudo-state.html:
3399 * inspector/styles/force-pseudo-state-expected.txt:
3401 2012-09-12 Stephanie Lewis <slewis@apple.com>
3403 css3/filters/custom/filter-fallback-to-software.html fails.
3404 https://bugs.webkit.org/show_bug.cgi?id=94372.
3408 Update TestExpectations.
3410 * platform/mac-wk2/TestExpectations:
3412 2012-09-12 Yoshifumi Inoue <yosin@chromium.org>
3414 New time input needs accessibility
3415 https://bugs.webkit.org/show_bug.cgi?id=96032
3417 Reviewed by Chris Fleizach.
3419 This patch adds two tests for checking accessibility functionalities
3420 in multiple fields time input UI.
3422 This patch affects ports which enable both ENABLE_INPUT_TYPE_TIME and
3423 ENABLE_INPUT_TYPE_TIME_MULTIPLE_FIELDS.
3425 * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt: Added.
3426 * fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html: Added to check ARIA attributes used in multiple fields time input UI.
3427 * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt: Added.
3428 * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification.html: Added to check accessibility notification supports in multiple fields time input UI.
3430 2012-09-12 Kent Tamura <tkent@chromium.org>
3432 [Chromium] Test expectation update
3433 https://bugs.webkit.org/show_bug.cgi?id=96308
3435 * platform/chromium-win/fast/table/height-percent-test-vertical-expected.png:
3436 Rebaseline for http://trac.webkit.org/changeset/128375.
3438 2012-09-12 Filip Pizlo <fpizlo@apple.com>
3440 JSC should have property butterflies
3441 https://bugs.webkit.org/show_bug.cgi?id=91933
3443 Reviewed by Geoffrey Garen.
3445 Modify the JSON test to indicate that iterating over properties now returns
3446 indexed properties first. This is a behavior change that makes us more
3447 compliant with other implementations.
3449 Also check in new expected file for the edge cases of indexed property access
3450 with prototype accessors. This changeset introduces a known regression in that
3451 department, which is tracked here: https://bugs.webkit.org/show_bug.cgi?id=96596
3453 * fast/js/resources/JSON-stringify.js:
3454 * platform/mac/fast/js/primitive-property-access-edge-cases-expected.txt: Added.
3456 2012-09-12 Kent Tamura <tkent@chromium.org>
3458 [Chromium] Test expectation update
3459 https://bugs.webkit.org/show_bug.cgi?id=96594
3461 * platform/chromium/TestExpectations:
3462 fast/table/bad-replaced-sizing-preferred-logical-widths.html fails on Mac.
3464 2012-09-12 David Grogan <dgrogan@chromium.org>
3466 Fix indexeddb/basics-shared-workers-expected.txt
3467 https://bugs.webkit.org/show_bug.cgi?id=96591
3469 Reviewed by Kent Tamura.
3471 Needed to pass IndexedDBLayoutTest.BasicTests in content_browsertests
3474 * storage/indexeddb/basics-shared-workers-expected.txt:
3476 2012-09-12 Stephanie Lewis <slewis@apple.com>
3478 fast/writing-mode/percentage-height-orthogonal-writing-modes-quirks.html fails on Mac.
3479 https://bugs.webkit.org/show_bug.cgi?id=96583
3483 Update TestExpectations
3485 * platform/mac/TestExpectations: