1 2012-05-23 Tony Chang <tony@chromium.org>
3 auto margins on flexbox should allocate space in the cross direction
4 https://bugs.webkit.org/show_bug.cgi?id=86913
6 Reviewed by Ojan Vafai.
8 * css3/flexbox/auto-margins-expected.html: Added.
9 * css3/flexbox/auto-margins.html: Added. These are the test cases in the spec.
10 * css3/flexbox/flex-align-vertical-writing-mode.html: Fix tests with auto margins and add more tests.
11 Also reduce the height so it's easier to see the test cases (these vertical tests don't check the height).
12 * css3/flexbox/flex-align.html: Fix tests with auto margins and add more tests.
13 * css3/flexbox/flex-flow-auto-margins.html: Fix results now that we handle auto in the cross direction.
15 2012-05-23 Joshua Bell <jsbell@chromium.org>
17 [Chromium] Marking a pair of fast/history layout tests as flaky (TEXT).
18 https://bugs.webkit.org/show_bug.cgi?id=87321
22 * platform/chromium/test_expectations.txt:
24 2012-05-23 Joshua Bell <jsbell@chromium.org>
26 [Chromium] http/tests/cache/history-only-cached-subresource-loads{-max-age-https}.html are now
27 failing with TEXT differences, so updated failure expectations.
31 * platform/chromium/test_expectations.txt:
33 2012-05-23 James Robinson <jamesr@chromium.org>
35 Add a Setting to make position:fixed form a new stacking context
36 https://bugs.webkit.org/show_bug.cgi?id=87186
38 Reviewed by Adam Barth.
40 Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
41 the fixedPositionCreatesStackingContext Setting is true.
43 Qt and Blackberry will need different expectations since they set this via an #ifdef
45 * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
46 * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
47 * fast/block/positioning/fixed-position-stacking-context.html: Added.
48 * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
49 * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
50 * fast/block/positioning/fixed-position-stacking-context2.html: Added.
52 2012-05-23 James Robinson <jamesr@chromium.org>
54 [chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
55 https://bugs.webkit.org/show_bug.cgi?id=87177
57 Reviewed by Eric Seidel.
59 Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.
61 * platform/chromium/test_expectations.txt:
63 2012-05-23 Hugo Parente Lima <hugo.lima@openbossa.org>
65 [Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
66 https://bugs.webkit.org/show_bug.cgi?id=77380
68 Reviewed by Kenneth Rohde Christiansen.
70 The test pass on qt5-wk2, but not on qt5-wk1.
72 * platform/qt-5.0-wk1/Skipped:
73 * platform/qt-5.0/Skipped:
75 2012-05-23 Kenneth Russell <kbr@google.com>
77 webgl/context-lost failing on Lion
78 https://bugs.webkit.org/show_bug.cgi?id=81284
80 Unreviewed test expectations update. The fix for Bug 87136 fixed
81 the underlying bug here; adjusting test expectations.
83 * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Removed.
84 * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Removed.
86 2012-05-23 Abhishek Arya <inferno@chromium.org>
88 Crash in run-ins with continuations while moving back to original position.
89 https://bugs.webkit.org/show_bug.cgi?id=87264
91 Reviewed by Julien Chaffraix.
93 * fast/runin/runin-continuations-crash-expected.txt: Added.
94 * fast/runin/runin-continuations-crash.html: Added.
96 2012-05-23 Abhishek Arya <inferno@chromium.org>
98 Crash in RenderInline::linesVisualOverflowBoundingBox.
99 https://bugs.webkit.org/show_bug.cgi?id=85804
101 Reviewed by Dave Hyatt.
103 * fast/block/inline-children-root-linebox-crash-expected.txt: Added.
104 * fast/block/inline-children-root-linebox-crash.html: Added.
106 2012-05-23 Chris Rogers <crogers@google.com>
108 AudioParam must support fan-in (multiple audio connections)
109 https://bugs.webkit.org/show_bug.cgi?id=83610
111 Reviewed by Kenneth Russell.
113 * webaudio/audioparam-connect-audioratesignal.html:
114 * webaudio/audioparam-summingjunction-expected.txt: Added.
115 * webaudio/audioparam-summingjunction.html: Added.
117 2012-04-12 Eric Uhrhane <ericu@chromium.org>
119 There are no shared worker filesystem tests
120 https://bugs.webkit.org/show_bug.cgi?id=83828
122 Reviewed by David Levin.
124 * fast/filesystem/resources/file-writer-events.js:
125 Minor tweak to prevent double-import of js-test-pre.js
126 * fast/filesystem/resources/shared-worker-stub.js: Added.
127 Stub that imports js-test-pre.js for shared workers, so that we don't
128 actually import the test script until postMessage has somewhere to go.
129 * fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Added.
130 * fast/filesystem/workers/file-writer-events-shared-worker.html: Added.
131 The new test, running the same old file-writer-events.js that runs in
132 document and worker context.
133 * fast/js/resources/js-test-pre.js:
134 Previously it looked like startWorker supported creating shared workers;
135 there was an option, but it was a lie. If you used it, it was
136 completely broken. This adds a functional minimal implementation.
137 (startWorker.worker.port.onmessage):
139 (.self.onconnect.workerPort.onmessage):
146 * platform/chromium/test_expectations.txt:
147 DumpRenderTree and test_shell don't support shared workers; you have to
148 run this by hand in Chrome.
150 2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
152 [EFL] webintents/web-intents-delivery-reuse.html is failing on EFL port
153 https://bugs.webkit.org/show_bug.cgi?id=87092
155 Reviewed by Adam Barth.
157 Remove webintents/web-intents-delivery-reuse.html from test
158 expectations now that window.webkitIntent is really replaceable and
159 now that the test is passing.
161 * platform/efl/test_expectations.txt:
163 2012-05-23 Abhishek Arya <inferno@chromium.org>
165 ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange
166 https://bugs.webkit.org/show_bug.cgi?id=87274
168 Reviewed by Darin Adler.
170 * fast/runin/progress-run-in-crash-expected.txt: Added.
171 * fast/runin/progress-run-in-crash.html: Added.
173 2012-05-23 Kenneth Russell <kbr@google.com>
175 REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots.
176 https://bugs.webkit.org/show_bug.cgi?id=87136
178 Reviewed by Stephen White.
182 * platform/mac/Skipped:
184 2012-05-23 Chris Fleizach <cfleizach@apple.com>
186 Regression(r112694): Crash in WebCore::AXObjectCache::postNotification
187 https://bugs.webkit.org/show_bug.cgi?id=86029
189 Reviewed by Abhishek Arya.
191 * accessibility/content-changed-notification-causes-crash-expected.txt: Added.
192 * accessibility/content-changed-notification-causes-crash.html: Added.
194 2012-05-23 Joshua Bell <jsbell@chromium.org>
196 Unreviewed gardening - one more media/track test is crashy.
198 * platform/chromium/test_expectations.txt:
200 2012-05-22 Jer Noble <jer.noble@apple.com>
202 PlatformClockCM has uninitialized m_rate member.
203 https://bugs.webkit.org/show_bug.cgi?id=87217
205 Reviewed by Eric Carlson.
207 * media/media-controller-time-expected.txt: Added.
208 * media/media-controller-time.html: Added.
210 2012-05-23 Levi Weintraub <leviw@chromium.org>
212 fast/sub-pixel/layout-boxes-with-zoom.html fails at 166% zoom on Windows only
213 https://bugs.webkit.org/show_bug.cgi?id=87282
215 Unreviewed. Marking fast/sub-pixel/layout-boxes-with-zoom.html as failing on Chromium Windows.
217 * platform/chromium/test_expectations.txt:
219 2012-05-23 Joshua Bell <jsbell@chromium.org>
221 Unreviewed gardening - inspector/profiler/heap-snapshot-summary-show-ranges.html
222 flakes on non-debug test runs too.
224 * platform/chromium/test_expectations.txt:
226 2012-05-23 Joshua Bell <jsbell@chromium.org>
228 Unreviewed gardening - add timeout and crash expectations for a few tests.
230 * platform/chromium/test_expectations.txt:
232 2012-05-23 Joshua Bell <jsbell@chromium.org>
234 Add crashing expectation for more media/track tests:
235 track-language-preference.html, track-load-from-element-readyState.html, and
236 track-webvtt-tc019-cue-size.html - tracked in http://webkit.org/b/87258
238 Unreviewed gardening.
240 * platform/chromium/test_expectations.txt:
242 2012-05-23 Emil A Eklund <eae@chromium.org>
244 Unskip sub-pixel tests on chromium now that they flag has been turned on (in r 117815).
246 * platform/chromium/test_expectations.txt:
248 2012-05-23 Emil A Eklund <eae@chromium.org>
250 Add test for subpixel precision in DOM APIs
251 https://bugs.webkit.org/show_bug.cgi?id=85534
253 Reviewed by Eric Seidel.
255 Add test for increased precision due to subpixel support in the
256 getBoundingClientRect api. Also test that clientWidth returns the pixel
259 * fast/sub-pixel/client-rect-has-subpixel-precision-expected.html: Added.
260 * fast/sub-pixel/client-rect-has-subpixel-precision.html: Added.
261 * platform/efl/Skipped:
262 * platform/gtk-wk2/Skipped:
263 * platform/mac-lion/Skipped:
264 * platform/mac-snowleopard/Skipped:
265 * platform/mac-wk2/Skipped:
266 * platform/mac/Skipped:
267 * platform/qt-4.8/Skipped:
268 * platform/qt/Skipped:
269 * platform/win-wk2/Skipped:
270 * platform/win-xp/Skipped:
271 * platform/win/Skipped:
272 * platform/wincairo/Skipped:
273 * platform/wk2/Skipped:
274 Mark as skipped on all platforms but chromium for now.
276 2012-05-23 Alexei Filippov <alexeif@chromium.org>
278 Web Inspector: filter out debugging stuff from the heap class view
279 https://bugs.webkit.org/show_bug.cgi?id=86723
281 Reviewed by Yury Semikhatsky.
283 * inspector/profiler/heap-snapshot-comparison-dom-groups-change.html:
284 * inspector/profiler/heap-snapshot-comparison-show-all.html:
285 * inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html:
286 * inspector/profiler/heap-snapshot-containment-show-all.html:
287 * inspector/profiler/heap-snapshot-containment-show-next.html:
288 * inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html:
289 * inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html:
290 * inspector/profiler/heap-snapshot-dominators-show-all.html:
291 * inspector/profiler/heap-snapshot-dominators-show-next.html:
292 * inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html:
293 * inspector/profiler/heap-snapshot-dominators-sorting.html:
294 * inspector/profiler/heap-snapshot-test.js:
295 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
296 (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
297 (initialize_HeapSnapshotTest):
298 (initialize_HeapSnapshotTest.):
299 * inspector/profiler/heap-snapshot.html:
301 2012-05-23 Dominik Röttsches <dominik.rottsches@intel.com>
303 [EFL][DRT] Today's ingredients for a green bot
304 https://bugs.webkit.org/show_bug.cgi?id=87244
306 Unreviewed, EFL gardening.
308 Some rebaselines, and moving out a set of new crashes that
309 need more investigation.
311 * platform/efl/fast/css-generated-content/inline-display-types-expected.png:
312 * platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
313 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
314 * platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
315 * platform/efl/fast/inline-block/001-expected.png:
316 * platform/efl/fast/inline-block/001-expected.txt:
317 * platform/efl/test_expectations.txt:
319 2012-05-23 Steve Block <steveblock@google.com>
321 Add crashing expectation for media/video-src-invalid-remove.html
323 Unreviewed gardening.
325 * platform/chromium/test_expectations.txt:
327 2012-05-23 Andrei Bucur <abucur@adobe.com>
329 [CSSRegions]Implement NamedFlow::name attribute
330 https://bugs.webkit.org/show_bug.cgi?id=79645
332 Test for the NamedFlow::name attribute per the CSS Regions WD 3-May-2012 recommendation:
333 http://www.w3.org/TR/2012/WD-css3-regions-20120503/
335 Reviewed by Andreas Kling.
337 * fast/regions/webkit-named-flow-name-expected.txt: Added.
338 * fast/regions/webkit-named-flow-name.html: Added.
340 2012-05-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
342 Unreviewed, rolling out r118157.
343 http://trac.webkit.org/changeset/118157
344 https://bugs.webkit.org/show_bug.cgi?id=87100
346 Newly added tests are not connected to 8483 bug.
347 editing/style directory should be unskiped first.
349 * platform/efl/test_expectations.txt:
351 2012-05-23 Kangil Han <kangil.han@samsung.com>
353 [EFL][DRT] Rebaseline test results for BUG 86355
354 https://bugs.webkit.org/show_bug.cgi?id=86956
356 Unreviewed, EFL gardening.
358 Updated test results for BUG 86355.
360 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
361 * platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
362 * platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
363 * platform/efl/compositing/color-matching/image-color-matching-expected.png:
364 * platform/efl/compositing/color-matching/image-color-matching-expected.txt:
365 * platform/efl/compositing/color-matching/pdf-image-match-expected.png:
366 * platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
367 * platform/efl/compositing/compositing-visible-descendant-expected.png:
368 * platform/efl/compositing/compositing-visible-descendant-expected.txt:
369 * platform/efl/compositing/direct-image-compositing-expected.png:
370 * platform/efl/compositing/direct-image-compositing-expected.txt:
371 * platform/efl/compositing/generated-content-expected.png:
372 * platform/efl/compositing/generated-content-expected.txt:
373 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
374 * platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
375 * platform/efl/compositing/geometry/clipping-foreground-expected.png:
376 * platform/efl/compositing/geometry/clipping-foreground-expected.txt:
377 * platform/efl/compositing/geometry/composited-html-size-expected.png:
378 * platform/efl/compositing/geometry/composited-html-size-expected.txt:
379 * platform/efl/compositing/geometry/fixed-in-composited-expected.png:
380 * platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
381 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
382 * platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
383 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
384 * platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
385 * platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
386 * platform/efl/compositing/geometry/outline-change-expected.png:
387 * platform/efl/compositing/geometry/outline-change-expected.txt:
388 * platform/efl/compositing/geometry/partial-layout-update-expected.png:
389 * platform/efl/compositing/geometry/partial-layout-update-expected.txt:
390 * platform/efl/compositing/geometry/root-layer-update-expected.png:
391 * platform/efl/compositing/geometry/root-layer-update-expected.txt:
392 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
393 * platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
394 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
395 * platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
396 * platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
397 * platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
398 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.png:
399 * platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
400 * platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
401 * platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Added.
402 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
403 * platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
404 * platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
405 * platform/efl/compositing/images/direct-image-background-color-expected.png:
406 * platform/efl/compositing/images/direct-image-background-color-expected.txt:
407 * platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
408 * platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
409 * platform/efl/compositing/masks/direct-image-mask-expected.png:
410 * platform/efl/compositing/masks/direct-image-mask-expected.txt:
411 * platform/efl/compositing/masks/masked-ancestor-expected.png:
412 * platform/efl/compositing/masks/masked-ancestor-expected.txt:
413 * platform/efl/compositing/masks/multiple-masks-expected.png:
414 * platform/efl/compositing/masks/multiple-masks-expected.txt:
415 * platform/efl/compositing/masks/simple-composited-mask-expected.png:
416 * platform/efl/compositing/masks/simple-composited-mask-expected.txt:
417 * platform/efl/compositing/overflow/ancestor-overflow-expected.png:
418 * platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
419 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
420 * platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
421 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png:
422 * platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
423 * platform/efl/compositing/overflow/overflow-positioning-expected.png:
424 * platform/efl/compositing/overflow/overflow-positioning-expected.txt:
425 * platform/efl/compositing/overflow/overflow-scroll-expected.png:
426 * platform/efl/compositing/overflow/overflow-scroll-expected.txt:
427 * platform/efl/compositing/overflow/parent-overflow-expected.png:
428 * platform/efl/compositing/overflow/parent-overflow-expected.txt:
429 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
430 * platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
431 * platform/efl/compositing/overflow/scrollbar-painting-expected.png:
432 * platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
433 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
434 * platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
435 * platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Added.
436 * platform/efl/compositing/plugins/composited-plugin-expected.png:
437 * platform/efl/compositing/plugins/composited-plugin-expected.txt:
438 * platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Added.
439 * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
440 * platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
441 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
442 * platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
443 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
444 * platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
445 * platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
446 * platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
447 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
448 * platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
449 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
450 * platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
451 * platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
452 * platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
453 * platform/efl/compositing/reflections/nested-reflection-expected.png:
454 * platform/efl/compositing/reflections/nested-reflection-expected.txt:
455 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
456 * platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
457 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
458 * platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
459 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
460 * platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
461 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
462 * platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
463 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
464 * platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
465 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
466 * platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
467 * platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
468 * platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
469 * platform/efl/compositing/reflections/reflection-in-composited-expected.png:
470 * platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
471 * platform/efl/compositing/reflections/reflection-opacity-expected.png:
472 * platform/efl/compositing/reflections/reflection-opacity-expected.txt:
473 * platform/efl/compositing/reflections/reflection-ordering-expected.png:
474 * platform/efl/compositing/reflections/reflection-ordering-expected.txt:
475 * platform/efl/compositing/reflections/reflection-positioning-expected.png:
476 * platform/efl/compositing/reflections/reflection-positioning-expected.txt:
477 * platform/efl/compositing/reflections/reflection-positioning2-expected.png:
478 * platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
479 * platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
480 * platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
481 * platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
482 * platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
483 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
484 * platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
485 * platform/efl/compositing/repaint/composited-document-element-expected.png:
486 * platform/efl/compositing/repaint/composited-document-element-expected.txt:
487 * platform/efl/compositing/repaint/layer-repaint-expected.png:
488 * platform/efl/compositing/repaint/layer-repaint-expected.txt:
489 * platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
490 * platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
491 * platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
492 * platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
493 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
494 * platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
495 * platform/efl/compositing/self-painting-layers-expected.png:
496 * platform/efl/compositing/self-painting-layers-expected.txt:
497 * platform/efl/compositing/shadows/shadow-drawing-expected.png:
498 * platform/efl/compositing/shadows/shadow-drawing-expected.txt:
499 * platform/efl/compositing/sibling-positioning-expected.png:
500 * platform/efl/compositing/sibling-positioning-expected.txt:
501 * platform/efl/compositing/text-on-large-layer-expected.png:
502 * platform/efl/compositing/text-on-large-layer-expected.txt:
503 * platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
504 * platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
505 * platform/efl/compositing/transitions/singular-scale-transition-expected.png:
506 * platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
507 * platform/efl/compositing/video/video-background-color-expected.png:
508 * platform/efl/compositing/video/video-background-color-expected.txt:
509 * platform/efl/compositing/visibility/visibility-composited-expected.png: Added.
510 * platform/efl/compositing/visibility/visibility-composited-expected.txt: Added.
511 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Copied from LayoutTests/platform/efl/mathml/presentation/fenced-expected.png.
512 * platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
513 * platform/efl/mathml/presentation/attributes-expected.png:
514 * platform/efl/mathml/presentation/attributes-expected.txt:
515 * platform/efl/mathml/presentation/fenced-expected.png:
516 * platform/efl/mathml/presentation/fenced-expected.txt:
517 * platform/efl/mathml/presentation/fenced-mi-expected.png:
518 * platform/efl/mathml/presentation/fenced-mi-expected.txt:
519 * platform/efl/mathml/presentation/fractions-expected.png:
520 * platform/efl/mathml/presentation/fractions-expected.txt:
521 * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
522 * platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
523 * platform/efl/mathml/presentation/mo-stretch-expected.png: Added.
524 * platform/efl/mathml/presentation/mo-stretch-expected.txt: Added.
525 * platform/efl/mathml/presentation/mroot-pref-width-expected.png: Added.
526 * platform/efl/mathml/presentation/mroot-pref-width-expected.txt: Added.
527 * platform/efl/mathml/presentation/sub-expected.png:
528 * platform/efl/mathml/presentation/sub-expected.txt:
529 * platform/efl/mathml/presentation/subsup-expected.png:
530 * platform/efl/mathml/presentation/subsup-expected.txt:
531 * platform/efl/mathml/presentation/sup-expected.png:
532 * platform/efl/mathml/presentation/sup-expected.txt:
533 * platform/efl/mathml/presentation/tables-expected.png:
534 * platform/efl/mathml/presentation/tables-expected.txt:
535 * platform/efl/mathml/presentation/tokenElements-expected.png:
536 * platform/efl/mathml/presentation/tokenElements-expected.txt:
537 * platform/efl/mathml/presentation/under-expected.png:
538 * platform/efl/mathml/presentation/under-expected.txt:
539 * platform/efl/mathml/presentation/underover-expected.png:
540 * platform/efl/mathml/presentation/underover-expected.txt:
542 2012-05-23 Steve Block <steveblock@google.com>
544 Fix crashing expectation for several media/ LayoutTests
546 Unreviewed gardening.
548 * platform/chromium/test_expectations.txt:
550 2012-05-23 Steve Block <steveblock@google.com>
552 Set crashing expectation for several media/ LayoutTests
554 Unreviewed gardening.
556 * platform/chromium/test_expectations.txt:
558 2012-05-23 Sheriff Bot <webkit.review.bot@gmail.com>
560 Unreviewed, rolling out r118105.
561 http://trac.webkit.org/changeset/118105
562 https://bugs.webkit.org/show_bug.cgi?id=87255
564 New LayoutTest is causing several cookie tests to fail on
565 numerous bots (Requested by steveblock on #webkit).
567 * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Removed.
568 * http/tests/cookies/js-get-and-set-http-only-cookie.php: Removed.
569 * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Removed.
571 2012-05-23 Zan Dobersek <zandobersek@gmail.com>
573 [Gtk] EventSender should properly handle (left|right)(control|shift|alt) after r118001
574 https://bugs.webkit.org/show_bug.cgi?id=87221
576 Reviewed by Martin Robinson.
578 Remove failing test expectations for fast/events/keydown-leftright-keys.html,
579 the test should pass now.
581 * platform/gtk/test_expectations.txt:
583 2012-05-23 Ilya Tikhonovsky <loislo@chromium.org>
585 Web Inspector: eliminate getters from HeapSnapshot.js
586 https://bugs.webkit.org/show_bug.cgi?id=87241
588 getters can't be inlined by engine at the moment.
589 I found that conversion getters into functions gives us about 600 ms
591 RESULT heap-snapshot: switch-to-containment-view= 1920 ms
593 RESULT heap-snapshot: switch-to-containment-view= 1367 ms
595 Reviewed by Yury Semikhatsky.
597 * inspector/profiler/heap-snapshot.html:
599 2012-05-23 Yury Semikhatsky <yurys@chromium.org>
601 Web Inspector: Debugger should correctly show catch scope
602 https://bugs.webkit.org/show_bug.cgi?id=87197
604 Reviewed by Vsevolod Vlasov.
606 Added test for "catch" block to the debugger test.
608 * inspector/debugger/debugger-expand-scope-expected.txt:
609 * inspector/debugger/debugger-expand-scope.html:
610 * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
612 2012-05-23 Thiago Marcos P. Santos <thiago.santos@intel.com>
614 [EFL] Gardening of failing tests
615 https://bugs.webkit.org/show_bug.cgi?id=87233
617 Unreviewed gardening.
619 * platform/efl/Skipped:
620 * platform/efl/test_expectations.txt:
622 2012-05-23 Krzysztof Czech <k.czech@samsung.com>
624 [EFL] Gardening editing/style tests, missing baselines.
625 https://bugs.webkit.org/show_bug.cgi?id=87100
627 Unreviewed EFL gardening.
629 * platform/efl/test_expectations.txt: added tests regarding 84839 bug, missing baselines.
631 2012-05-23 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
633 [EFL][DRT] Webarchives tests gardening
634 https://bugs.webkit.org/show_bug.cgi?id=87225
636 Unreviewed. The EFL port has no support for webarchives, so the related testcases should
637 be put to test_expectations as expected to fail.
639 * platform/efl/Skipped:
640 * platform/efl/test_expectations.txt:
642 2012-05-23 Alice Boxhall <aboxhall@chromium.org>
644 AX: Contenteditable tables should always be exposed as data tables
645 https://bugs.webkit.org/show_bug.cgi?id=87052
647 Reviewed by Chris Fleizach.
649 * accessibility/table-detection.html:
651 2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
653 [EFL] EFL's DRT does not print didFailProvisionalLoadWithError messages
654 https://bugs.webkit.org/show_bug.cgi?id=85956
656 Reviewed by Gustavo Noronha Silva.
658 Unskip test cases which expect the DumpRenderTree to print
659 didFailProvisionalLoadWithError messages.
660 Add EFL expectation for
661 http/tests/loading/pdf-commit-load-callbacks.html.
663 * platform/efl/Skipped:
664 * platform/efl/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
665 Use same expectation as for Qt.
666 * platform/efl/test_expectations.txt:
668 2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
670 [EFL] EFL's DRT needs to call Settings::setValidationMessageTimerMagnification(-1)
671 https://bugs.webkit.org/show_bug.cgi?id=86366
673 Reviewed by Antonio Gomes.
675 Unskip fast/forms/validation-message-appearance.html and add EFL
678 * platform/efl/Skipped:
679 * platform/efl/fast/forms/validation-message-appearance-expected.png: Added.
680 * platform/efl/fast/forms/validation-message-appearance-expected.txt: Added.
682 2012-05-23 Zan Dobersek <zandobersek@gmail.com>
684 Unreviewed GTK gardening after r118001, r118011 and r118105.
686 * platform/gtk/test_expectations.txt:
688 2012-05-23 Csaba Osztrogonác <ossy@webkit.org>
690 [Qt] Unreviewed gardening.
692 * platform/qt/Skipped: Unskip a now passing test.
694 2012-05-22 Csaba Osztrogonác <ossy@webkit.org>
696 [Qt] Unreviewed gardening.
698 * platform/qt/Skipped: Skip new, but failing tests.
699 * platform/qt/printing/iframe-print-expected.png: Added after r118039.
700 * platform/qt/printing/iframe-print-expected.txt: Added after r118039.
702 2012-05-22 Csaba Osztrogonác <ossy@webkit.org>
704 [Qt] Unreviewed gardening, skip a failing test.
706 * platform/qt/Skipped:
708 2012-05-22 Hayato Ito <hayato@chromium.org>
710 Remove an assertion since an event's target might be a shadow root if a text node is clicked.
711 https://bugs.webkit.org/show_bug.cgi?id=87072
713 Reviewed by Dimitri Glazkov.
715 * fast/dom/shadow/shadow-dom-event-dispatching.html:
717 2012-05-22 Dongwoo Im <dw.im@samsung.com>
719 [EFL] Implements the registerProtocolHandler method and option.
720 https://bugs.webkit.org/show_bug.cgi?id=73638
722 Reviewed by Andreas Kling.
724 The registerProtocolHandler() method allows Web sites to register themselves
725 as possible handlers for particular schemes.
727 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
729 * platform/efl/fast/dom/register-protocol-handler-expected.txt: Added.
731 2012-05-22 Stephanie Lewis <slewis@apple.com>
733 https://bugs.webkit.org/show_bug.cgi?id=87208
734 Unreviewed, checking in failing results.
736 * platform/mac/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
738 2012-05-22 MORITA Hajime <morrita@google.com>
740 REGRESSION(r116629) tests for <style scoped> is crashing
741 https://bugs.webkit.org/show_bug.cgi?id=87191
743 - Unskipped accidentally skipped test for <style scoped>.
744 - Updated outdated expectations.
746 Reviewed by Kent Tamura.
748 * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
749 * platform/chromium/test_expectations.txt:
751 2012-05-21 Shawn Singh <shawnsingh@chromium.org>
753 Improve W3C conformance of backface-visibility
754 https://bugs.webkit.org/show_bug.cgi?id=84195
756 Reviewed by Adrienne Walker.
758 * compositing/backface-visibility-hierarchical-transform-expected.png: Removed.
759 * compositing/backface-visibility/backface-visibility-3d-expected.png: Added.
760 * compositing/backface-visibility/backface-visibility-3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
761 * compositing/backface-visibility/backface-visibility-3d.html: Added.
762 * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.png: Added.
763 * compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform-expected.txt.
764 * compositing/backface-visibility/backface-visibility-hierarchical-transform.html: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform.html.
765 * compositing/backface-visibility/backface-visibility-non3d-expected.png: Added.
766 * compositing/backface-visibility/backface-visibility-non3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
767 * compositing/backface-visibility/backface-visibility-non3d.html: Added.
768 * compositing/backface-visibility/backface-visibility-simple-expected.png: Renamed from LayoutTests/compositing/backface-visibility-expected.png.
769 * compositing/backface-visibility/backface-visibility-simple-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-expected.txt.
770 * compositing/backface-visibility/backface-visibility-simple.html: Renamed from LayoutTests/compositing/backface-visibility.html.
771 * platform/mac/test_expectations.txt:
773 2012-05-22 Sheriff Bot <webkit.review.bot@gmail.com>
775 Unreviewed, rolling out r118095.
776 http://trac.webkit.org/changeset/118095
777 https://bugs.webkit.org/show_bug.cgi?id=87201
779 "Causing crashes on Mac in
780 WebCore::StyleResolver::adjustRenderStyle (Requested by
781 sundiamonde on #webkit).
783 * fast/block/positioning/fixed-position-stacking-context-expected.png: Removed.
784 * fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
785 * fast/block/positioning/fixed-position-stacking-context.html: Removed.
786 * fast/block/positioning/fixed-position-stacking-context2-expected.png: Removed.
787 * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Removed.
788 * fast/block/positioning/fixed-position-stacking-context2.html: Removed.
790 2012-05-22 Levi Weintraub <leviw@chromium.org>
792 NULL ptr in WebCore::RenderBlock::layoutRunsAndFloatsInRange
793 https://bugs.webkit.org/show_bug.cgi?id=77786
795 Reviewed by Ryosuke Niwa.
797 * fast/block/line-layout/crash-in-isolate-with-positioned-child-expected.txt: Added.
798 * fast/block/line-layout/crash-in-isolate-with-positioned-child.html: Added.
800 2012-05-22 Hayato Ito <hayato@chromium.org>
802 Make ComposedShadowTreeWalker traverse inactive insertion points correctly.
803 https://bugs.webkit.org/show_bug.cgi?id=86830
805 Reviewed by Dimitri Glazkov.
807 * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
808 * fast/dom/shadow/composed-shadow-tree-walker.html:
810 2012-05-22 Stephanie Lewis <slewis@apple.com>
812 See https://bugs.webkit.org/show_bug.cgi?id=87199
813 Unreviewed, add failing test to skipped list.
815 * platform/mac/Skipped:
817 2012-05-22 Jason Liu <jason.liu@torchmobile.com.cn>
819 [BlackBerry] Possible to clobber httponly cookie.
820 https://bugs.webkit.org/show_bug.cgi?id=86067
822 Reviewed by Rob Buis.
824 * http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
825 * http/tests/cookies/js-get-and-set-http-only-cookie.php: Added.
826 * http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Added.
828 2012-05-22 Kangil Han <kangil.han@samsung.com>
830 [EFL][DRT] Implement touch event
831 https://bugs.webkit.org/show_bug.cgi?id=86720
833 Reviewed by Hajime Morita.
835 Currently EFL DRT doesn't support touch event.
836 Therefore, this patch enabled it and implemented some eventSender function callbacks.
838 * platform/efl/Skipped:
840 2012-05-22 Stephanie Lewis <slewis@apple.com>
842 Unreviewed, update result missed by http://trac.webkit.org/changeset/117673.
844 * platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
846 2012-05-22 Stephanie Lewis <slewis@apple.com>
848 See https://bugs.webkit.org/show_bug.cgi?id=87187
849 <rdar://problem/11511011> acid3 fails on WebKit2 (87187)
851 Unreviewed, checking in failing results.
853 * platform/mac-wk2/http/tests/misc/acid3-expected.txt:
855 2012-05-22 James Robinson <jamesr@chromium.org>
857 Add a Setting to make position:fixed form a new stacking context
858 https://bugs.webkit.org/show_bug.cgi?id=87186
860 Reviewed by Adam Barth.
862 Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
863 the fixedPositionCreatesStackingContext Setting is true.
865 Qt and Blackberry will need different expectations since they set this via an #ifdef
867 * fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
868 * fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
869 * fast/block/positioning/fixed-position-stacking-context.html: Added.
870 * fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
871 * fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
872 * fast/block/positioning/fixed-position-stacking-context2.html: Added.
874 2012-05-22 Adam Barth <abarth@webkit.org>
876 RenderInline::absoluteRects does some incorrect layout math
877 https://bugs.webkit.org/show_bug.cgi?id=87036
879 Reviewed by Eric Seidel.
881 * fast/inline/boundingBox-with-continuation-expected.txt: Added.
882 * fast/inline/boundingBox-with-continuation.html: Added.
884 2012-05-22 Jessie Berlin <jberlin@apple.com>
886 Do some more clean up on the WK2 Skipped list.
888 Add bug numbers, remove tests that have been fixed, and consolidate tests that are already
889 covered elsewhere in the file.
891 * platform/wk2/Skipped:
893 2012-05-22 Jessie Berlin <jberlin@apple.com>
895 WebKitTestRunner needs an implementation of layoutTestController.setDefersLoading
896 https://bugs.webkit.org/show_bug.cgi?id=64313
898 Reviewed by Jon Honeycutt.
900 * platform/wk2/Skipped:
901 Remove a test that uses setDefersLoading from the WK2 Skipped list.
903 2012-05-22 Jessie Berlin <jberlin@apple.com>
905 [Mac WK2] platform/mac-wk2/plugins/mouse-events-scaled.html failing
906 https://bugs.webkit.org/show_bug.cgi?id=87182
908 Add expected (failing?) results to get the bots green.
910 * platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:
912 2012-05-22 Jessie Berlin <jberlin@apple.com>
914 WebKitTestRunner needs layoutTestController.setPrinting
915 https://bugs.webkit.org/show_bug.cgi?id=42693
917 Add printing/iframe-print.html to the WK2 Skipped list.
919 * platform/wk2/Skipped:
921 2012-05-22 Raphael Kubo da Costa <rakuco@webkit.org>
923 [EFL] Gardening; skip test added in r118001.
925 Skip it while the necessary mechanisms are not implemented by the
928 * platform/efl/test_expectations.txt:
930 2012-05-22 Dan Bernstein <mitz@apple.com>
932 REGRESSION (r105513): CSS max-width is not applied to SVG element
933 https://bugs.webkit.org/show_bug.cgi?id=87050
935 Reviewed by Darin Adler.
937 * svg/css/max-height-expected.png: Added.
938 * svg/css/max-height-expected.txt: Added.
939 * svg/css/max-height.html: Added.
940 * svg/css/max-width-expected.png: Added.
941 * svg/css/max-width-expected.txt: Added.
942 * svg/css/max-width.html: Added.
944 2012-05-22 Emil A Eklund <eae@chromium.org>
946 Unreviewed chromium test_expectations update, added bug number for a couple of skipped tests.
948 * platform/chromium/test_expectations.txt:
950 2012-05-22 Joshua Bell <jsbell@chromium.org>
952 [Chromium] Add missing baselines for r118039.
954 Unreviewed gardening.
956 * platform/chromium-linux/printing/iframe-print-expected.png: Added.
957 * platform/chromium-mac-leopard/printing/iframe-print-expected.png: Added.
958 * platform/chromium-mac-snowleopard/printing/iframe-print-expected.png: Added.
959 * platform/chromium-mac/printing/iframe-print-expected.png: Added.
960 * platform/chromium-mac/printing/iframe-print-expected.txt: Added.
961 * platform/chromium-win/printing/iframe-print-expected.png: Added.
962 * platform/chromium-win/printing/iframe-print-expected.txt: Added.
964 2012-05-22 Jessie Berlin <jberlin@apple.com>
966 WK2 Skipped list should be updated to reflect that
967 https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
968 https://bugs.webkit.org/show_bug.cgi?id=87170.
970 Reviewed by Brady Eidson.
972 Remove the tests from the Skipped list that now pass, separate out the test that crashes with
973 its own entry, and correctly cover the shadow dom tests.
975 * platform/wk2/Skipped:
977 2012-05-22 Jessie Berlin <jberlin@apple.com>
979 WTR needs an implementation of setAutomaticLinkDetectionEnabled
980 https://bugs.webkit.org/show_bug.cgi?id=87162
982 Add editing/inserting/typing-space-to-trigger-smart-link.html to the WK2 Skipped list.
984 * platform/wk2/Skipped:
986 2012-05-22 Adam Barth <abarth@webkit.org>
988 echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
989 https://bugs.webkit.org/show_bug.cgi?id=86023
991 Reviewed by Eric Seidel.
993 This typo was causing a syntax error, making us lose test coverage.
995 * http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
996 * http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
997 * http/tests/security/xssAuditor/resources/echo-inspan.pl:
999 == Rolled over to ChangeLog-2012-05-22 ==