1 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
3 Mac test expectation corrections after r150545.
5 * platform/mac-lion/http/tests/multipart/policy-ignore-crash-expected.txt: Added.
6 * platform/mac/TestExpectations:
8 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
10 More Mac test expectation cleanups.
12 * http/tests/inspector/network/network-size-sync-expected.txt:
13 * platform/mac/TestExpectations:
14 * platform/mac/webarchive/loading/mainresource-null-mimetype-crash-expected.txt:
16 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
18 REGRESSION: fast/files/workers tests crash
19 https://bugs.webkit.org/show_bug.cgi?id=45575
21 Unskip the test since they no longer crash. Also rebaseline two tests as needed.
23 * fast/files/workers/worker-read-blob-async-expected.txt:
24 * fast/files/workers/worker-read-blob-sync-expected.txt:
25 * platform/mac/TestExpectations:
27 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
29 Mac test expectation cleanups. Unskip a bunch of tests and rebaseline them as needed.
31 * accessibility/aria-menubar-menuitems-expected.txt: Added.
32 * fast/replaced/border-radius-clip-expected.png:
33 * platform/mac/TestExpectations:
34 * platform/mac/fast/replaced/border-radius-clip-expected.txt:
35 * platform/mac/http/tests/multipart/policy-ignore-crash-expected.txt: Copied from LayoutTests/http/tests/multipart/policy-ignore-crash-expected.txt.
36 * platform/mac/media/video-volume-slider-expected.png: Added.
37 * platform/mac/media/video-volume-slider-expected.txt: Added.
39 2013-05-22 Hans Muller <hmuller@adobe.com>
41 [CSS Exclusions] property parsing tests should be revised
42 https://bugs.webkit.org/show_bug.cgi?id=116446
44 Reviewed by Alexandru Chiculita.
46 This is just a cleanup of the existing parsing tests. None of the tests have effectively
47 changed. The cleaned-up version should be simpler, more regular, and shorter:
48 - Moved all of parsing tests into a fast/exclusions/parsing subdirectory.
49 - Remove the obsolete "wrap-" prefix from file names.
50 - Eiminated excessive and needless stringification in many of the test functions.
51 - Moved common code into parsing-test-utils.js and refactored redundant code.
53 * fast/exclusions/parsing-wrap-shape-inside-expected.txt: Removed.
54 * fast/exclusions/parsing-wrap-shape-inside.html: Removed.
55 * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: Removed.
56 * fast/exclusions/parsing-wrap-shape-lengths.html: Removed.
57 * fast/exclusions/parsing-wrap-shape-outside-expected.txt: Removed.
58 * fast/exclusions/parsing-wrap-shape-outside.html: Removed.
59 * fast/exclusions/parsing/parsing-shape-inside-expected.txt: Added.
60 * fast/exclusions/parsing/parsing-shape-inside.html: Added.
61 * fast/exclusions/parsing/parsing-shape-lengths-expected.txt: Added.
62 * fast/exclusions/parsing/parsing-shape-lengths.html: Added.
63 * fast/exclusions/parsing/parsing-shape-margin-expected.txt: Added.
64 * fast/exclusions/parsing/parsing-shape-margin.html: Added.
65 * fast/exclusions/parsing/parsing-shape-outside-expected.txt: Added.
66 * fast/exclusions/parsing/parsing-shape-outside.html: Added.
67 * fast/exclusions/parsing/parsing-shape-padding-expected.txt: Added.
68 * fast/exclusions/parsing/parsing-shape-padding.html: Added.
69 * fast/exclusions/parsing/parsing-wrap-flow-expected.txt: Added.
70 * fast/exclusions/parsing/parsing-wrap-flow.html: Added.
71 * fast/exclusions/parsing/parsing-wrap-through-expected.txt: Added.
72 * fast/exclusions/parsing/parsing-wrap-through.html: Added.
73 * fast/exclusions/parsing/script-tests/parsing-shape-inside.js: Added.
74 (string_appeared_here):
75 * fast/exclusions/parsing/script-tests/parsing-shape-lengths.js: Added.
78 (testComputedStyleValue):
80 * fast/exclusions/parsing/script-tests/parsing-shape-margin.js: Added.
81 (testShapeSpecifiedProperty):
82 * fast/exclusions/parsing/script-tests/parsing-shape-outside.js: Added.
83 (testShapePropertyParsingFailure):
84 * fast/exclusions/parsing/script-tests/parsing-shape-padding.js: Added.
85 (testShapeSpecifiedProperty):
86 * fast/exclusions/parsing/script-tests/parsing-test-utils.js: Added.
88 (getComputedStyleValue):
89 (getParentAndChildComputedStyles):
90 (getParentAndChildComputedStylesString):
91 (getChildComputedStyle):
92 (testShapeSpecifiedProperty):
93 (testShapeComputedProperty):
94 (testNotInheritedShapeChildProperty):
95 * fast/exclusions/parsing/script-tests/parsing-wrap-flow.js: Added.
96 * fast/exclusions/parsing/script-tests/parsing-wrap-through.js: Added.
97 * fast/exclusions/shape-margin-parsing-expected.txt: Removed.
98 * fast/exclusions/shape-margin-parsing.html: Removed.
99 * fast/exclusions/shape-padding-parsing-expected.txt: Removed.
100 * fast/exclusions/shape-padding-parsing.html: Removed.
101 * fast/exclusions/wrap-flow-parsing-expected.txt: Removed.
102 * fast/exclusions/wrap-flow-parsing.html: Removed.
103 * fast/exclusions/wrap-through-parsing-expected.txt: Removed.
104 * fast/exclusions/wrap-through-parsing.html: Removed.
106 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
108 REGRESSION: ASSERTION FAILED: obj->isRenderInline() || obj == this, Bad cast in WebCore::RenderBlock::createLineBoxes
109 https://bugs.webkit.org/show_bug.cgi?id=110622
111 Reviewed by David Hyatt.
113 Add a regression test.
115 * fullscreen/full-screen-inline-split-crash-expected.txt: Added.
116 * fullscreen/full-screen-inline-split-crash.html: Added.
118 2013-05-22 Simon Fraser <simon.fraser@apple.com>
120 New Flickr doesn't get fast scrolling but should
121 https://bugs.webkit.org/show_bug.cgi?id=116514
123 Reviewed by Darin Adler.
125 slow-scrolling-hidden-background-toggle.html actually tests this patch. The other
126 two tests were added because there appear to be no tests for basic internals.mainThreadScrollingReasons()
129 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle-expected.txt: Added.
130 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html: Added.
131 * platform/mac-wk2/tiled-drawing/slow-scrolling-expected.txt: Added.
132 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle-expected.txt: Added.
133 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html: Added.
134 * platform/mac-wk2/tiled-drawing/slow-scrolling.html: Added.
136 2013-05-22 Robert Hogan <robert@webkit.org>
138 Need to Remove Anonymous Wrappers When All Children Become Inline
139 https://bugs.webkit.org/show_bug.cgi?id=115687
141 Reviewed by David Hyatt.
143 * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned-expected.txt: Added.
144 * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned.html: Added.
145 * platform/qt/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
146 * platform/qt/fast/dynamic/002-expected.txt:
148 2013-05-22 Zoltan Arvai <zarvai@inf.u-szeged.hu>
150 [Qt][WK2] Unreviewed gardening. Skipping failing printing tests after r150046.
151 https://bugs.webkit.org/show_bug.cgi?id=116617
153 * platform/qt-5.0-wk2/TestExpectations:
155 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
157 [Qt] Unreviewed gardening. Skip failing tests after r150065 and r150498.
159 * platform/qt/TestExpectations:
161 2013-05-22 Radu Stavila <stavila@adobe.com>
163 [CSSRegions] Remove platform-specific differences from offsetLeft/offsetTop tests
164 https://bugs.webkit.org/show_bug.cgi?id=116607
166 Reviewed by Antti Koivisto.
168 * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt:
169 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
170 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html:
171 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html:
173 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
175 [Qt] Unreviewed gardening, updating expected files after r150508.
177 * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
178 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Removed.
180 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
182 [Qt] Unreviewed gardening. Unskipping some tests.
183 https://bugs.webkit.org/show_bug.cgi?id=26830
184 https://bugs.webkit.org/show_bug.cgi?id=99870
185 https://bugs.webkit.org/show_bug.cgi?id=108429
186 https://bugs.webkit.org/show_bug.cgi?id=23166
187 https://bugs.webkit.org/show_bug.cgi?id=98523
188 https://bugs.webkit.org/show_bug.cgi?id=110654
190 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
191 * platform/qt/TestExpectations:
192 * platform/qt/css2.1/20110323/replaced-elements-001-expected.png:
193 * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
194 * platform/qt/css3/flexbox/button-expected.png: Added.
195 * platform/qt/css3/flexbox/button-expected.txt: Added.
196 * platform/qt/fast/css/background-clip-radius-values-expected.png: Added.
197 * platform/qt/fast/css/background-clip-radius-values-expected.txt: Added.
198 * platform/qt/fast/images/repaint-subrect-grid-expected.txt: Added.
199 * platform/qt/fast/multicol/single-line-expected.png: Added.
200 * platform/qt/fast/multicol/single-line-expected.txt: Added.
201 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
202 * platform/qt/svg/custom/foreign-object-skew-expected.txt:
203 * platform/qt/svg/custom/js-late-pattern-creation-expected.png:
204 * platform/qt/svg/custom/pattern-scaling-expected.png: Added.
205 * platform/qt/svg/custom/pattern-scaling-expected.txt: Added.
206 * platform/qt/svg/custom/pattern-skew-transformed-expected.png:
207 * platform/qt/svg/custom/pattern-skew-transformed-expected.txt: Added.
208 * platform/qt/svg/custom/pattern-with-transformation-expected.png:
209 * platform/qt/svg/custom/text-ctm-expected.png:
210 * platform/qt/svg/custom/text-ctm-expected.txt:
211 * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
212 * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
213 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.png:
214 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
216 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
218 [Qt] Unreviewed gardening. Unskipping some tests.
219 https://bugs.webkit.org/show_bug.cgi?id=105437
221 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
222 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
223 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
224 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
225 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Added.
226 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
227 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Added.
228 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
229 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Added.
230 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
231 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Added.
232 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
233 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Added.
234 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
235 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Added.
236 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
237 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Added.
238 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
239 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Added.
240 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
241 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Added.
242 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
243 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Added.
244 * platform/qt/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Copied from LayoutTests/platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png.
245 * platform/qt/svg/filters/feImage-animated-transform-on-target-rect-expected.txt: Added.
246 * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
247 * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
248 * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
249 * platform/qt/svg/filters/feImage-late-indirect-update-expected.png:
250 * platform/qt/svg/filters/feImage-late-indirect-update-expected.txt: Added.
251 * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
252 * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added.
253 * platform/qt/svg/filters/feImage-position-expected.png:
254 * platform/qt/svg/filters/feImage-position-expected.txt: Added.
255 * platform/qt/svg/filters/feImage-preserveAspectratio-expected.png:
256 * platform/qt/svg/filters/feImage-preserveAspectratio-expected.txt: Added.
257 * platform/qt/svg/filters/feImage-reference-invalidation-expected.png:
258 * platform/qt/svg/filters/feImage-reference-invalidation-expected.txt: Added.
259 * platform/qt/svg/filters/feImage-subregions-expected.png:
260 * platform/qt/svg/filters/feImage-subregions-expected.txt: Added.
261 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
262 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt: Added.
263 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
264 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt: Added.
265 * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
266 * platform/qt/svg/filters/feImage-target-add-to-document-expected.txt: Added.
267 * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
268 * platform/qt/svg/filters/feImage-target-attribute-change-expected.txt: Added.
269 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
270 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added.
271 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
272 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added.
273 * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
274 * platform/qt/svg/filters/feImage-target-changes-id-expected.txt: Added.
275 * platform/qt/svg/filters/feImage-target-id-change-expected.png:
276 * platform/qt/svg/filters/feImage-target-id-change-expected.txt: Added.
277 * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
278 * platform/qt/svg/filters/feImage-target-inline-style-change-expected.txt: Added.
279 * platform/qt/svg/filters/feImage-target-property-change-expected.png:
280 * platform/qt/svg/filters/feImage-target-property-change-expected.txt: Added.
281 * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
282 * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.txt: Added.
283 * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
284 * platform/qt/svg/filters/feImage-target-remove-from-document-expected.txt: Added.
285 * platform/qt/svg/filters/feImage-target-style-change-expected.png:
286 * platform/qt/svg/filters/feImage-target-style-change-expected.txt: Added.
288 2013-05-22 Krzysztof Czech <k.czech@samsung.com>
290 [EFL] accessibility/label-for-control-hittest.html is failing
291 https://bugs.webkit.org/show_bug.cgi?id=112029
293 Unreviewed EFL gardening.
295 accessibility/label-for-control-hittest.html passes after r150439.
297 * platform/efl-wk2/TestExpectations:
299 2013-05-21 Mihai Tica <mitica@adobe.com>
301 Updating element background blending to conform to the changes in the spec.
302 This implies that the background layers won't longer blend with the content
304 Removing the background color tests, as background color blending is no longer
305 a valid use case, also modified the current background image tests.
306 https://bugs.webkit.org/show_bug.cgi?id=116212
308 Reviewed by Dean Jackson.
310 * css3/compositing/effect-background-blend-mode-color-expected.txt: Removed.
311 * css3/compositing/effect-background-blend-mode-color.html: Removed.
312 * css3/compositing/effect-background-blend-mode-color2-expected.txt: Removed.
313 * css3/compositing/effect-background-blend-mode-color2.html: Removed.
314 * css3/compositing/effect-background-blend-mode-stacking-expected.png: Removed.
315 * css3/compositing/effect-background-blend-mode-stacking.html:
316 * platform/mac/css3/compositing/effect-background-blend-mode-color-expected.png: Removed.
317 * platform/mac/css3/compositing/effect-background-blend-mode-color2-expected.png: Removed.
318 * platform/mac/css3/compositing/effect-background-blend-mode-expected.png:
319 * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png:
321 2013-05-21 Seokju Kwon <seokju.kwon@gmail.com>
323 [EFL] Cleanup TestExpectations to pass --lint-test-files
324 https://bugs.webkit.org/show_bug.cgi?id=116590
326 Unreviewed EFL gardening.
328 http/tests/websocket/tests/hybi/close-on-navigate-new-location.html was skipped in r150497.
330 * platform/efl/TestExpectations: Remove duplicate entry.
332 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
334 Web Inspector: [Mac] inspector/geolocation-error.html is flaky
335 https://bugs.webkit.org/show_bug.cgi?id=116592
337 Add a flaky test expectation.
339 * platform/mac/TestExpectations:
341 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
343 Use-after-free in DOMSelection::containsNode
344 https://bugs.webkit.org/show_bug.cgi?id=116468
346 Reviewed by Andreas Kling.
348 Add a regression test from https://chromium.googlesource.com/chromium/blink/+/40bb8089352b15dd034641b4c131111cd79b44f1.
350 * editing/selection/contains-node-crash-expected.txt: Added.
351 * editing/selection/contains-node-crash.html: Added.
353 2013-05-21 Gyuyoung Kim <gyuyoung.kim@samsung.com>
355 Unreviewed EFL gardening.
357 Skip a test which has problem related to ecore library.
359 * platform/efl/TestExpectations:
361 2013-05-21 Joseph Pecoraro <pecoraro@apple.com>
363 Web Inspector: InspectorFrontendHost::loadResourceSynchronously() builds ASCII-only results
364 https://bugs.webkit.org/show_bug.cgi?id=116569
366 Merge: https://chromium.googlesource.com/chromium/blink/+/7f1cfecfe34f4dbc6ce1ef0250b13f2058128eeb
368 Reviewed by Timothy Hatcher.
370 * inspector/load-resource-synchronously-utf8-expected.txt: Added.
371 * inspector/load-resource-synchronously-utf8.html: Added.
373 2013-05-21 Andy Estes <aestes@apple.com>
375 Check in the test and result I forgot to 'git add' before committing r150490.
377 * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Added.
378 * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Added.
380 2013-05-21 Andy Estes <aestes@apple.com>
382 Allow session storage for third-party origins even if third-party data access is blocked.
383 https://bugs.webkit.org/show_bug.cgi?id=116532
385 Reviewed by Anders Carlsson.
387 * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage-expected.txt.
388 * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage.html.
390 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
392 Web Inspector: inspector/styles/import-pseudoclass-crash.html intermittently hits an assertion in HTMLLinkElement::startLoadingDynamicSheet
393 https://bugs.webkit.org/show_bug.cgi?id=116582
395 Add a flaky crash expectation.
397 * platform/mac/TestExpectations:
399 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
401 Update Mountain Lion test expectations per bug 116477.
403 * platform/mac/TestExpectations:
405 2013-05-21 Zoltan Horvath <zoltan@webkit.org>
407 [CSS Regions][CSS Exclusions] Multiple regions with shape-insides should respect positioned shapes and overflow
408 https://bugs.webkit.org/show_bug.cgi?id=115001
410 Reviewed by David Hyatt.
412 In r150375 I implemented the new overflow behavior for shape-inside on regions, but it covered only the simple cases
413 when you had only one region. This patch adds support for the new overflow behavior for multiple regions with multiple
414 positioned shape-insides and overflow.
416 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes-expected.html: Added.
417 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html: Added.
418 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes-expected.html: Added.
419 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html: Added.
421 2013-05-21 Brent Fulgham <bfulgham@apple.com>
423 [Windows] Reenable storage tests
424 https://bugs.webkit.org/show_bug.cgi?id=116559
426 Unreviewed update to TestExpectations:
427 1. Storage features are present on Windows, so test them.
428 2. Disable (for now) the four websql tests that fail.
430 * platform/win/TestExpectations:
432 2013-05-21 Jer Noble <jer.noble@apple.com>
434 Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html
436 * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
437 * platform/mac/TestExpectations:
438 * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Removed.
440 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
442 Update test expectations after r150472 for the bug 116125.
444 * platform/wk2/TestExpectations:
446 2013-05-21 Commit Queue <commit-queue@webkit.org>
448 Unreviewed, rolling out r150386 and r150397.
449 http://trac.webkit.org/changeset/150386
450 http://trac.webkit.org/changeset/150397
451 https://bugs.webkit.org/show_bug.cgi?id=116572
453 Broke a test; Alex is going to try again later. (Requested by
456 * platform/wk2/TestExpectations:
458 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
460 dispatchEvent call can execute javascript and blow away endRoot from underneath
461 https://bugs.webkit.org/show_bug.cgi?id=116483
463 Reviewed by Andreas Kling.
465 Add a regression test.
467 * editing/undo/undo-after-event-edited-expected.txt: Added.
468 * editing/undo/undo-after-event-edited.html: Added.
470 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
472 media/track/track-cue-rendering-snap-to-lines-not-set.html is failing
473 https://bugs.webkit.org/show_bug.cgi?id=116567
475 Add a failing test expectation to the test added in r150452.
477 * platform/mac/TestExpectations:
478 * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
480 2013-05-21 Brent Fulgham <bfulgham@apple.com>
482 [Windows] Disable several crashing tests.
483 https://bugs.webkit.org/show_bug.cgi?id=116562
485 Unreviewed change to TestExpectations while investigating.
487 * platform/win/TestExpectations:
489 2013-05-21 Brent Fulgham <bfulgham@apple.com>
491 [Windows] Workers are crashing tests.
492 https://bugs.webkit.org/show_bug.cgi?id=116560.
494 Unreviewed change to TestExpectations while investigating.
496 * platform/win/TestExpectations: Disable worker tests under Windows.
498 2013-05-21 Brent Fulgham <bfulgham@apple.com>
500 [Windows] Unreviewed test expectation change - skip failing tests.
501 https://bugs.webkit.org/show_bug.cgi?id=116564
503 1. Skip a number of failing tests, and investigate the sources of the
504 problems. Progress will be tracked on the above bug.
505 2. Correct a typo I made in r150382
506 3. Remove skip entries from https://webkit.org/b/113908; these were
507 replaced with new tests added in https://webkit.org/b/113946.
509 * platform/win/TestExpectations:
511 2013-05-21 Radu Stavila <stavila@adobe.com>
513 [CSSRegions] Remove percentages from offsetLeft/offsetTop tests to avoid sub-pixel errors
514 https://bugs.webkit.org/show_bug.cgi?id=116544
516 Reviewed by Andreas Kling.
518 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
519 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html:
521 2013-05-20 Jer Noble <jer.noble@apple.com>
523 Implement overlap avoidance for cues with snap-to-lines flag not set
524 https://bugs.webkit.org/show_bug.cgi?id=84296
526 Reviewed by Eric Carlson.
528 * media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added.
529 * media/track/track-cue-overlap-snap-to-lines-not-set.html: Added.
531 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
533 [GTK][WK2] accessibility/label-for-control-hittest.html is failing
534 https://bugs.webkit.org/show_bug.cgi?id=106341
536 Reviewed by Martin Robinson.
538 Fixing failing test. The reason of failure is missing
539 possibility of getting accessibility object at exact position.
541 * platform/gtk-wk2/TestExpectations:
543 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
545 [EFL] accessibility/accessibility-node-reparent.html is failing
546 https://bugs.webkit.org/show_bug.cgi?id=112026
548 Unreviewed EFL gardening.
550 accessibility/accessibility-node-reparent.html passes after r150431.
552 * platform/efl-wk2/TestExpectations:
554 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
556 [EFL] accessibility/accessibility-node-memory-management.html is failing
557 https://bugs.webkit.org/show_bug.cgi?id=112025
559 Unreviewed EFL gardening
561 accessibility/accessibility-node-memory-management.html passes after r150431.
563 * platform/efl-wk2/TestExpectations:
565 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
567 [Mac] svg/batik/paints/patternRegions-positioned-objects.svg is flaky
568 https://bugs.webkit.org/show_bug.cgi?id=116519
570 Add a flaky test expectation.
572 * platform/mac/TestExpectations:
574 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
576 Remove remaining link-prerender code
577 https://bugs.webkit.org/show_bug.cgi?id=116429
579 Reviewed by Darin Adler.
581 Remove test cases related to link-prerender.
583 * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Removed.
584 * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Removed.
585 * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Removed.
586 * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Removed.
587 * fast/dom/HTMLLinkElement/resources/empty.html: Removed.
588 * fast/dom/HTMLLinkElement/resources/empty2.html: Removed.
589 * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Removed.
590 * platform/mac/TestExpectations:
591 * platform/qt/TestExpectations:
592 * platform/win/TestExpectations:
593 * platform/wincairo/TestExpectations:
594 * platform/wk2/TestExpectations:
596 2013-05-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
598 Unreviewed EFL gardening. Below tests don't come to crash anymore after r150368.
599 But, pending-activity.html still comes to crash on wk2.
601 storage/indexeddb/pending-activity.html
602 storage/indexeddb/transaction-coordination-across-databases.html
604 * platform/efl-wk2/TestExpectations:
605 * platform/efl/TestExpectations:
607 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
609 Add tests for named access checks on DOMWindow
610 https://bugs.webkit.org/show_bug.cgi?id=116512
612 Reviewed by Geoffrey Garen.
614 Merge https://chromium.googlesource.com/chromium/blink/+/9207625a100abe9b72333ac5dba02b38ca5f4466
616 * http/tests/security/xss-DENIED-window-name-alert-expected.txt: Added.
617 * http/tests/security/xss-DENIED-window-name-alert.html: Added.
618 * http/tests/security/xss-DENIED-window-name-navigator-expected.txt: Added.
619 * http/tests/security/xss-DENIED-window-name-navigator.html: Added.
621 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
623 Null pointer deference in WebCore::AppendNodeCommand::create
624 https://bugs.webkit.org/show_bug.cgi?id=116479
626 Reviewed by Andreas Kling.
628 Add a regression test.
630 * editing/deleting/delete-uneditable-style-expected.txt: Added.
631 * editing/deleting/delete-uneditable-style.html: Added.
633 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
635 REGRESSION(r150386): [WK2] loader/go-back-cached-main-resource.html fails
636 https://bugs.webkit.org/show_bug.cgi?id=116491
638 Add a test expectation.
640 * platform/wk2/TestExpectations:
642 2013-05-20 Simon Fraser <simon.fraser@apple.com>
644 position:sticky should stick for the enclosing overflow ancestor
645 https://bugs.webkit.org/show_bug.cgi?id=100054
647 Reviewed by Beth Dakin.
649 Reference test for sticky behavior inside overflow:.
651 * fast/css/sticky/sticky-top-overflow-expected.html: Added.
652 * fast/css/sticky/sticky-top-overflow.html: Added.
654 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
656 Add a test that inserting a character inside a URL doesn't move caret per auto correction
657 https://bugs.webkit.org/show_bug.cgi?id=116458
659 Reviewed by Darin Adler.
661 Add a test. This is broken on Safari 6 but fixed on ToT.
663 * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
664 * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
665 * platform/mac-wk2/TestExpectations:
667 2013-05-20 Manuel Rego Casasnovas <rego@igalia.com>
669 [GTK][WK2] Unflag tests related to layoutTestController.setSmartInsertDeleteEnabled
670 https://bugs.webkit.org/show_bug.cgi?id=116433
672 Unreviewed gardening.
674 * platform/gtk-wk2/TestExpectations: Unflag tests as they are passing
677 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
679 [Mac] [WK2] storage/websql/open-database-creation-callback-isolated-world.html, statement-error-callback-isolated-world.html,
680 and transaction-success-callback-isolated-world.html are flaky
681 https://bugs.webkit.org/show_bug.cgi?id=116478
683 Add flaky test expectations.
685 * platform/mac-wk2/TestExpectations:
687 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
689 svg/batik/text/textEffect.svg is flaky on Mountain Lion builders
690 https://bugs.webkit.org/show_bug.cgi?id=116477
692 Add a failing test expectation.
694 * platform/mac/TestExpectations:
696 2013-05-20 Hans Muller <hmuller@adobe.com>
698 [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values
699 https://bugs.webkit.org/show_bug.cgi?id=116349
701 Reviewed by Alexandru Chiculita.
703 Check that shape values specified with a URI are parsed correctly.
705 * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
706 * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
707 * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
708 * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
710 2013-05-20 Alex Christensen <achristensen@apple.com>
712 WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests.
713 https://bugs.webkit.org/show_bug.cgi?id=116125
715 Reviewed by Tim Horton.
717 * platform/wk2/TestExpectations:
718 Unskipped working tests.
720 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
722 Add a failing test expectation to editing/selection/user-drag-element-and-user-select-none.html
723 after r150354. The failure is tracked by the bug 116473.
727 2013-05-20 Radu Stavila <stavila@adobe.com>
729 [CSSRegions] Fix offsetLeft / offsetTop for elements inside named flow
730 https://bugs.webkit.org/show_bug.cgi?id=115899
732 Reviewed by David Hyatt.
734 Added tests for the implementation of offsetLeft and offsetTop for objects inside named flows
735 for which the offsetParent is the body.
737 * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt: Added.
738 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: Added.
739 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed-expected.txt: Added.
740 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: Added.
741 * fast/regions/offsetLeft-offsetTop-in-region-float-expected.txt: Added.
742 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl-expected.txt: Added.
743 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html: Added.
744 * fast/regions/offsetLeft-offsetTop-in-region-float.html: Added.
745 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element-expected.txt: Added.
746 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html: Added.
748 2013-05-20 Brent Fulgham <bfulgham@apple.com>
750 [Windows] Unreviewed TestExpectation cleanup. Reordered lines
751 to match Mac version to make it easier to understand what features
752 are uniquely missing in Windows port.
754 * platform/win/TestExpectations: Reordering of lines, adds some
755 bug ID's to existing skipped tests.
757 2013-05-20 Hans Muller <hmuller@adobe.com>
759 [Qt] REGRESSION(r149457): some fast/exclusions tests are failing
760 https://bugs.webkit.org/show_bug.cgi?id=115511
762 Reviewed by Andreas Kling.
764 Unskipping the exclusions tests on Qt. They were fixed by https://bugs.webkit.org/show_bug.cgi?id=116115.
766 * platform/qt/TestExpectations:
768 2013-05-20 Zoltan Horvath <zoltan@webkit.org>
770 [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow
771 https://bugs.webkit.org/show_bug.cgi?id=116252
773 Reviewed by David Hyatt.
775 Regions should respect shape-inside properties which have specified top offset. Since the content which overflows from the
776 shape should be pushed after the content box (for details check out r148975), I implemented overflowthe behavior for simple
777 cases when you have only one region. I'm going to implement it for additional regions in a follow up patch.
779 Tests: fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html
780 fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html
782 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset-expected.html: Added.
783 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html: Added.
784 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html: Added.
785 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html: Added.
787 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
789 [GTK] Cleanup TestExpectations to pass --lint-test-files
790 https://bugs.webkit.org/show_bug.cgi?id=116419
792 Unreviewed GTK gardening.
794 Remove one of two http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html
796 * platform/gtk/TestExpectations:
798 2013-05-20 Antoine Quint <graouts@apple.com>
800 [Mac] captions menu should behave more like a menu
801 https://bugs.webkit.org/show_bug.cgi?id=116436
803 Reviewed by Eric Carlson.
805 New test that checks that the caption menu hides when clicking outside
806 of the bounds of the media element.
808 * media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt: Added.
809 * media/video-controls-captions-trackmenu-hide-on-click-outside.html: Added.
810 * platform/efl/TestExpectations:
811 * platform/gtk/TestExpectations:
812 * platform/qt/TestExpectations:
813 * platform/win/TestExpectations:
815 2013-05-18 Rashmi Shyamasundar <rashmi.s2@samsung.com>
817 [Cairo] Canvas-shadow behavior is not being as expected
818 https://bugs.webkit.org/show_bug.cgi?id=108897
820 Reviewed by Martin Robinson.
822 Test to verify the shadow of an image drawn on canvas.
823 This test uses an image whose size is smaller than,
824 the size of the rectangle which should be filled with the image.
826 * fast/canvas/canvas-image-shadow-expected.txt: Added.
827 * fast/canvas/canvas-image-shadow.html: Added.
828 * fast/canvas/script-tests/canvas-image-shadow.js: Added.
831 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
833 [EFL] Reenabled INDEXED_DATABASE after r150344
834 https://bugs.webkit.org/show_bug.cgi?id=116430
836 Reviewed by Gyuyoung Kim.
838 Unskip indexeddb layout tests for EFL port now that the functionality
839 is reenabled at compile time.
841 * platform/efl/TestExpectations:
843 2013-05-20 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
845 -webkit-text-underline-position should not be inherited
846 https://bugs.webkit.org/show_bug.cgi?id=116363
848 Reviewed by Dean Jackson.
850 Update expected results.
852 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt:
853 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js:
855 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
857 Unreviewed EFL gardening.
859 Adding failure expectations for spelling tests.
861 * platform/efl-wk2/TestExpectations:
863 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
865 Unreviewed EFL gardening.
867 spelling-double-clicked-word.html passes after r150289.
869 * platform/efl-wk2/TestExpectations:
871 2013-05-18 Simon Fraser <simon.fraser@apple.com>
873 svg/batik tests are flakey.
876 * platform/mac/TestExpectations:
878 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
880 Unreviewed EFL build fix.
882 Skip indexeddb test cases as the feature is temporarily disabled due to
885 * platform/efl/TestExpectations:
887 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
889 Mac rebaseline after r148944.
891 * platform/mac/TestExpectations:
892 * platform/mac/fast/table/giantRowspan-expected.txt:
893 * platform/mac/fast/table/giantRowspan2-expected.png:
894 * platform/mac/fast/table/giantRowspan2-expected.txt:
895 * platform/mac/tables/mozilla/bugs/bug133756-1-expected.txt:
896 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
897 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.txt:
898 * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
899 * platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
900 * platform/mac/tables/mozilla/bugs/bug8858-expected.txt:
901 * platform/mac/tables/mozilla/core/bloomberg-expected.png:
902 * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
903 * platform/mac/tables/mozilla/core/row_span-expected.png:
904 * platform/mac/tables/mozilla/core/row_span-expected.txt:
905 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
906 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
907 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
908 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
909 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
911 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
913 REGRESSION: [Mac] fast/js/post-message-numeric-property.html is flaky
914 https://bugs.webkit.org/show_bug.cgi?id=116388
916 Add a flaky test expectation.
918 * platform/mac/TestExpectations:
920 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
922 Mac Lion rebaselines after r149999 and r150260.
924 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
925 * platform/mac-lion/media/track: Added.
926 * platform/mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
928 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
930 One more Mac rebaseline.
932 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
933 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
935 2013-05-16 Alexey Proskuryakov <ap@apple.com>
937 Text input is largely broken when there are subframes loading
938 http://bugs.webkit.org/show_bug.cgi?id=59121
939 <rdar://problem/9320468>
941 Reviewed by Darin Adler.
943 The new test's result are affected by DRT and WTR deficiencies, but it still
944 verifies that a tricky crash I had during development doesn't start to happen again.
946 * platform/mac-wk2/TestExpectations:
947 * platform/mac/editing/input/resources: Added.
948 * platform/mac/editing/input/resources/first-page.html: Added.
949 * platform/mac/editing/input/resources/other-page.html: Added.
950 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Added.
951 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html: Added.
953 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
955 Mac rebaselines; also remove some entries.
957 Seriously, I've had it enough. Why are people adding these entires never to rebaseline them later?
959 * platform/mac/TestExpectations:
960 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
961 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
962 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
963 * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
964 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
965 * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
966 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
967 * platform/mac/fast/forms/input-value-expected.png:
968 * platform/mac/fast/forms/input-value-expected.txt:
969 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png:
970 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
971 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
972 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
974 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
976 Web Inspector: SyntaxError evaluating "1+1; //@ sourceURL=test" in console
977 https://bugs.webkit.org/show_bug.cgi?id=116292
979 Reviewed by Timothy Hatcher.
981 * inspector/console/console-eval-comment-expected.txt: Added.
982 * inspector/console/console-eval-comment.html: Added.
984 2013-05-17 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
986 Unreviewed. Skip webgl and transforms/3d tests again, until we find out why they do
987 not run in the release bot.
989 * platform/gtk/TestExpectations:
991 2013-05-17 Frédéric Wang <fred.wang@free.fr>
993 Bad spacing inside MathML formulas when text-indent is specified
994 https://bugs.webkit.org/show_bug.cgi?id=106600
996 Reviewed by Martin Robinson.
998 New test to verify that the text-indent property is reset to 0 on
1001 * mathml/presentation/text-indent-expected.html: Added.
1002 * mathml/presentation/text-indent.html: Added.
1004 2013-05-16 Jer Noble <jer.noble@apple.com>
1006 Some media/track tests fail or assert on Mac
1007 https://bugs.webkit.org/show_bug.cgi?id=97132
1009 Reviewed by Simon Fraser.
1011 * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt:
1012 * media/track/track-cue-rendering-horizontal.html:
1013 * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
1014 * media/track/track-cue-rendering-snap-to-lines-not-set.html:
1015 * media/track/track-cue-rendering-vertical.html:
1016 * platform/mac/TestExpectations:
1017 * platform/mac/media/track/track-cue-rendering-horizontal-expected.png:
1018 * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
1019 * platform/mac/media/track/track-cue-rendering-vertical-expected.png:
1020 * platform/mac/media/track/track-cue-rendering-vertical-expected.txt:
1022 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
1024 Web Inspector: Allow "//# sourceMappingURL" syntax alongside "//@"
1025 https://bugs.webkit.org/show_bug.cgi?id=116290
1027 Reviewed by Timothy Hatcher.
1029 * http/tests/inspector/network/resources/source-map-test-style.css:
1030 * http/tests/inspector/stylesheet-source-mapping.html:
1031 * inspector/debugger/source-url-comment-expected.txt:
1032 * inspector/debugger/source-url-comment.html:
1034 2013-05-17 Allan Sandfeld Jensen <allan.jensen@digia.com>
1036 2 math sputnik test fail on 32 bit
1037 https://bugs.webkit.org/show_bug.cgi?id=88519
1039 Reviewed by Jocelyn Turcotte.
1041 Update the expected values to match recent changes in test262.
1042 The old tested values are considered outside the validation range.
1044 * platform/efl/TestExpectations:
1045 * platform/gtk/TestExpectations:
1046 * platform/qt/TestExpectations:
1047 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html:
1048 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html:
1050 2013-05-17 Gabor Abraham <abrhm@inf.u-szeged.hu>
1052 [Qt] Unreviewed gardening. Added platform specific expected after r143389.
1054 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
1055 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
1056 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
1057 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
1058 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
1059 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
1060 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1061 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
1063 2013-05-17 Seokju Kwon <seokju.kwon@gmail.com>
1065 [GTK] Rebaseline after r150169
1066 https://bugs.webkit.org/show_bug.cgi?id=116256
1068 Unreviewed GTK gardening.
1070 * platform/gtk/TestExpectations: Renamed from fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
1072 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
1074 media/video-seek-after-end.html is flaky
1075 https://bugs.webkit.org/show_bug.cgi?id=116293
1077 Add a flaky test expectation on all platforms.
1081 2013-05-16 Seokju Kwon <seokju.kwon@gmail.com>
1083 [EFL] inspector-protocol/page/javascriptDialogEvents.html is failing
1084 https://bugs.webkit.org/show_bug.cgi?id=114781
1086 Reviewed by Christophe Dumez.
1088 Unskip fast/loader/form-submission-after-beforeunload-cancel.html as well.
1090 * platform/efl-wk1/TestExpectations:
1092 2013-05-16 Alexis Menard <alexis@webkit.org>
1094 Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd
1095 https://bugs.webkit.org/show_bug.cgi?id=115656
1097 Reviewed by Darin Adler.
1099 Added new tests to cover the bug.
1101 * transitions/transition-end-event-prefixed-03-expected.txt: Added.
1102 * transitions/transition-end-event-prefixed-03.html: Added.
1103 * transitions/transition-end-event-prefixed-02-expected.txt: Added.
1104 * transitions/transition-end-event-prefixed-02.html: Added.
1105 * transitions/transition-end-event-prefixed-01-expected.txt: Added.
1106 * transitions/transition-end-event-prefixed-01.html: Added.
1108 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1110 Add failing test expectations to http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html per bug 116259.
1112 * platform/efl/TestExpectations:
1113 * platform/gtk/TestExpectations:
1114 * platform/mac-wk2/TestExpectations:
1115 * platform/qt/TestExpectations:
1117 2013-05-16 Jaehun Lim <ljaehun.lim@samsung.com>
1119 Frame flattening prevents <HTML> in <OBJECT> from having scrollbars
1120 https://bugs.webkit.org/show_bug.cgi?id=115884
1122 Reviewed by Antonio Gomes.
1124 Frame flattening should be applied when the frame owner is frame or iframe. But when
1125 the frame owner is object element, frame flattening prevents it from having scrollbars.
1126 In this situation, we can't scroll the html document in object element.
1128 This patch adds two helper functions to verify flattening conditions.
1130 * fast/frames/flattening/scrolling-in-object-expected.html: Added.
1131 * fast/frames/flattening/scrolling-in-object.html: Added.
1133 2013-05-16 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
1135 [WebSocket] Update pywebsocket to r760
1136 https://bugs.webkit.org/show_bug.cgi?id=115863
1138 Reviewed by Alexey Proskuryakov.
1142 * http/tests/websocket/tests/handler_map.txt:
1143 * http/tests/websocket/tests/hybi/echo-host_wsh.py: Copied from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
1144 (web_socket_do_extra_handshake):
1145 (web_socket_transfer_data):
1146 * http/tests/websocket/tests/hybi/echo-path_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
1147 (web_socket_do_extra_handshake):
1148 (web_socket_transfer_data):
1149 * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt:
1150 * http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
1151 * http/tests/websocket/tests/hybi/url-with-credential-expected.txt:
1152 * http/tests/websocket/tests/hybi/url-with-credential.html:
1153 * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt:
1154 * http/tests/websocket/tests/hybi/url-with-empty-query.html:
1155 * http/tests/websocket/tests/hybi/url-with-query-expected.txt:
1156 * http/tests/websocket/tests/hybi/url-with-query.html:
1158 2013-05-16 Simon Fraser <simon.fraser@apple.com>
1160 Content disappears when scrolling http://www.childrenscancer.org/zach/
1161 https://bugs.webkit.org/show_bug.cgi?id=116206
1163 Reviewed by Darin Adler.
1165 Ref test for foreground layer removal.
1167 * compositing/repaint/foreground-layer-change-expected.html: Added.
1168 * compositing/repaint/foreground-layer-change.html: Added.
1170 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1172 REGRESSION: canvas/philip/tests/2d.text.draw.fontface.notinpage.html fails
1173 https://bugs.webkit.org/show_bug.cgi?id=116245
1175 Add a passing/failing test expectation.
1177 * platform/mac/TestExpectations:
1179 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1181 [Mac] fast/events/mouse-cursor-image-set.html is flaky
1182 https://bugs.webkit.org/show_bug.cgi?id=116244
1184 Add a flaky test expectation on Mac.
1186 * platform/mac/TestExpectations:
1188 2013-05-16 Claudio Saavedra <csaavedra@igalia.com>
1190 [CSS] CSS Variables are case-sensitive
1191 https://bugs.webkit.org/show_bug.cgi?id=116239
1193 Reviewed by Ryosuke Niwa.
1195 * fast/css/variables/case-sensitive-expected.html: Renamed from
1196 fast/css/variables/case-insensitive-expected.html.
1197 * fast/css/variables/case-sensitive.html: Renamed from
1198 LayoutTests/fast/css/variables/case-insensitive.html.
1200 2013-05-16 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1202 [GTK] Build Xvfb with jhbuild
1203 https://bugs.webkit.org/show_bug.cgi?id=115907
1205 Reviewed by Martin Robinson.
1207 Unskip and create baselines for transforms/3d and some webgl tests. We can unskip
1208 more, but I prefer to only dip the toe in the waters first, to see how the bots
1211 * platform/gtk/TestExpectations:
1212 * platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt: Added.
1213 * platform/gtk/transforms/3d/general/perspective-units-expected.txt: Added.
1214 * platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
1215 * platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
1216 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
1217 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
1218 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
1219 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
1220 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
1221 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
1222 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
1223 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
1225 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1227 Add more Mac test expectations.
1229 * platform/mac/TestExpectations:
1231 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1233 Add a test expectation per bug 116238 and remove lines erroneously added in r150090.
1235 * platform/mac/TestExpectations:
1237 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1239 Mac rebaseline. The flakiness dashboard tells us that it started at r150101
1240 but reverting the change locally didn't fix the problem as far as Beth and I checked.
1242 * platform/mac/platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Added.
1243 * platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
1245 2013-05-16 Sergio Villar Senin <svillar@igalia.com>
1247 Enable the CSSVariables setting in css-variable-definition.html test
1248 https://bugs.webkit.org/show_bug.cgi?id=116231
1250 Reviewed by Andreas Kling.
1252 CSSVariablesEnabled setting must be set to true to allow
1253 CSSVariables at runtime.
1255 Modified also the indent size to 4 spaces.
1257 * css3/css-variable-definition-expected.html:
1258 * css3/css-variable-definition.html:
1260 2013-05-15 Andy Estes <aestes@apple.com>
1262 Resources from non-HTTP schemes should not be cached indefinitely
1263 https://bugs.webkit.org/show_bug.cgi?id=113626
1265 Reviewed by Ryosuke Niwa.
1267 Convert existing memory cache tests to HTTP tests.
1269 * fast/loader/resources/compass.jpg: Removed.
1270 * fast/loader/resources/image1.html: Removed.
1271 * fast/loader/resources/image2.html: Removed.
1272 * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Removed.
1273 * http/tests/cache/display-image-unset-allows-cached-image-load-expected.txt: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load-expected.txt.
1274 * http/tests/cache/display-image-unset-allows-cached-image-load.html: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load.html.
1275 * http/tests/cache/resources/cached-image.html: Renamed from LayoutTests/fast/loader/resources/cached-image.html.
1276 * http/tests/cache/resources/image1.html: Added.
1277 * http/tests/cache/resources/image2.html: Added.
1278 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added.
1279 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html: Renamed from LayoutTests/fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
1281 2013-05-15 Igor Oliveira <igor.o@sisa.samsung.com>
1283 Implement run-in remove child cases.
1284 https://bugs.webkit.org/show_bug.cgi?id=86520
1286 Move runin to original position when sibling element is destroyed.
1288 Reviewed by David Hyatt.
1290 * fast/runin/runin-remove-child-simple-expected.txt: Added.
1291 * fast/runin/runin-remove-child-simple.html: Added.
1292 * fast/runin/runin-sibling-inline-expected.txt: Added.
1293 * fast/runin/runin-sibling-inline.html: Added.
1295 2013-05-15 Dongseong Hwang <dongseong.hwang@intel.com>
1297 Remove an overloaded strokeRect in <canvas>
1298 https://bugs.webkit.org/show_bug.cgi?id=116017
1300 Reviewed by Benjamin Poulain.
1302 canvas/philip/tests/2d.missingargs.html can cover
1303 fast/canvas/canvas-overloads-strokeRect.html, so this patch removed it.
1305 * fast/canvas/canvas-overloads-strokeRect-expected.txt: Removed.
1306 * fast/canvas/canvas-overloads-strokeRect.html: Removed.
1307 * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Removed.
1308 * fast/canvas/script-tests/canvas-strokeRect.js:
1310 2013-05-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1312 [css3-text] text-decoration-line now accepts "blink" as valid value
1313 https://bugs.webkit.org/show_bug.cgi?id=116104
1315 Reviewed by Andreas Kling.
1317 Updated layout test results to reflect changes in specification.
1319 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
1320 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
1321 * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html:
1322 * fast/css3-text/css3-text-decoration/text-decoration-line.html:
1324 2013-05-15 Peter Gal <galpeter@inf.u-szeged.hu>
1326 Allow http tests on Arch Linux
1327 https://bugs.webkit.org/show_bug.cgi?id=116155
1329 Reviewed by Ryosuke Niwa.
1331 * http/conf/archlinux-httpd.conf: Added.
1333 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1335 Unreviewed GTK gardening.
1337 * platform/gtk/TestExpectations: Removing two redundant flaky crasher expectations. Adjusting one expectation,
1338 assigning it a mock bug modifier so the TestExpectations linting passes.
1340 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1342 Unreviewed GTK gardening.
1344 * platform/gtk/TestExpectations: Removing failure expectations for 7 CSS Regions and CSS Exclusions reftests.
1346 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1348 Unreviewed GTK gardening.
1350 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
1352 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1354 Unreviewed GTK gardening.
1356 * platform/gtk/TestExpectations: Adding faillure expectations for two reftests that
1357 started failing after r150025 and r150065.
1359 2013-05-15 Radu Stavila <stavila@adobe.com>
1361 [CSSRegions] Implement offsetParent for elements inside named flow
1362 https://bugs.webkit.org/show_bug.cgi?id=113276
1364 Reviewed by Darin Adler.
1366 In the offsetParent algorithm, the nearest ancestor search skips from the topmost named flow elements directly to the body element.
1368 Added new test for offsetParent when body is flowed into a region.
1369 Updated existing offsetParent test.
1371 * fast/regions/offsetParent-body-in-flow-thread-expected.txt: Added.
1372 * fast/regions/offsetParent-body-in-flow-thread.html: Added.
1373 * fast/regions/offsetParent-in-flow-thread-expected.txt:
1374 * fast/regions/offsetParent-in-flow-thread.html:
1376 2013-05-14 Hans Muller <hmuller@adobe.com>
1378 [CSS Exclusions] Some layout tests fail to account for inline pixel snapping
1379 https://bugs.webkit.org/show_bug.cgi?id=116115
1381 Reviewed by Dirk Schulze.
1383 Adjust the expected locations of spans to account for the fact that inline layout snaps boxes' logical top
1384 and bottom to pixels, and the fact that line segment layout rounds the logical left and floors the logical
1387 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Use the quiet variable!
1388 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
1389 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
1390 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
1391 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
1393 2013-05-14 Alexey Proskuryakov <ap@apple.com>
1395 [Mac] Add tests for secure event input
1396 https://bugs.webkit.org/show_bug.cgi?id=116121
1398 Reviewed by Mark Rowe.
1400 * editing/secure-input: Added.
1401 * editing/secure-input/password-input-changed-type-expected.txt: Added.
1402 * editing/secure-input/password-input-changed-type.html: Added.
1403 * editing/secure-input/password-input-focusing-expected.txt: Added.
1404 * editing/secure-input/password-input-focusing-to-different-frame-expected.txt: Added.
1405 * editing/secure-input/password-input-focusing-to-different-frame.html: Added.
1406 * editing/secure-input/password-input-focusing.html: Added.
1407 * editing/secure-input/removed-password-input-expected.txt: Added.
1408 * editing/secure-input/removed-password-input.html: Added.
1409 * editing/secure-input/reset-state-on-navigation-expected.txt: Added.
1410 * editing/secure-input/reset-state-on-navigation.html: Added.
1411 * editing/secure-input/resources: Added.
1412 * editing/secure-input/resources/reset-state-on-navigation-target.html: Added.
1413 * platform/efl/TestExpectations:
1414 * platform/gtk/TestExpectations:
1415 * platform/mac-wk2/TestExpectations:
1416 * platform/mac/TestExpectations:
1417 * platform/qt/TestExpectations:
1418 * platform/win/TestExpectations:
1419 * platform/wincairo/TestExpectations:
1421 2013-05-14 David Hyatt <hyatt@apple.com>
1423 REGRESSION (r147261): Many overlaid elements on united.com's account page
1424 https://bugs.webkit.org/show_bug.cgi?id=116107
1425 <rdar://problem/13690610>
1427 Reviewed by Simon Fraser.
1429 * fast/flexbox/auto-height-with-flex-expected.html: Added.
1430 * fast/flexbox/auto-height-with-flex.html: Added.
1432 2013-05-14 Bem Jones-Bey <bjonesbe@adobe.com>
1434 Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo
1435 https://bugs.webkit.org/show_bug.cgi?id=115566
1437 Reviewed by David Hyatt.
1439 Cleaned up test from the fuzzer. Will only crash if run under a memory
1440 checking tool like ASAN.
1442 * fast/block/float/float-append-child-crash-expected.txt: Added.
1443 * fast/block/float/float-append-child-crash.html: Added.
1445 2013-05-14 Commit Queue <commit-queue@webkit.org>
1447 Unreviewed, rolling out r150023.
1448 http://trac.webkit.org/changeset/150023
1449 https://bugs.webkit.org/show_bug.cgi?id=116120
1451 Causes table layout issues (Bug 116118) and crashes on
1452 buildbot waterfall pages. (Requested by ddkilzer on #webkit).
1454 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
1455 * fast/css/vertical-align-baseline-rowspan-007.htm:
1456 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
1457 * fast/table/table-rowspan-height-distribution-in-rows.html: Removed.
1458 * platform/gtk/TestExpectations:
1459 * platform/mac/TestExpectations:
1460 * platform/qt/TestExpectations:
1461 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Removed.
1462 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Removed.
1463 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
1464 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
1465 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
1466 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
1467 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
1468 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
1469 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
1470 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
1471 * platform/qt/tables/mozilla/other/test6-expected.png:
1472 * platform/qt/tables/mozilla/other/test6-expected.txt:
1473 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1474 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1475 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1476 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1477 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1478 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1479 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1480 * tables/mozilla/core/bloomberg-expected.txt:
1481 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1483 2013-05-13 Ryosuke Niwa <rniwa@webkit.org>
1485 Removing Attr can delete a wrong Attribute in ElementData
1486 https://bugs.webkit.org/show_bug.cgi?id=116077
1488 Reviewed by Benjamin Poulain.
1490 Add a regression test by importing
1491 https://chromium.googlesource.com/chromium/blink/+/e861452a292e185501e48940305947aa6a4e23c2
1493 * fast/dom/adopt-attribute-crash-expected.txt: Added.
1494 * fast/dom/adopt-attribute-crash.svg: Added.
1496 2013-05-14 Andrei Bucur <abucur@adobe.com>
1498 Modify checkLayout to receive the log container as an optional parameter
1499 https://bugs.webkit.org/show_bug.cgi?id=112793
1501 Reviewed by Darin Adler.
1503 Add a way to specify the container manually for checkLayout. This is helpful to measure regions for nested
1504 named flows (and probably other cases as well).
1506 * resources/check-layout.js: Added an optional parameter to window.checkLayout.
1508 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1510 [GStreamer] cannot seek after video finished
1511 https://bugs.webkit.org/show_bug.cgi?id=114044
1513 Reviewed by Philippe Normand.
1515 * media/video-seek-after-end-expected.txt: Added.
1516 * media/video-seek-after-end.html: Added.
1518 2013-05-14 Zalan Bujtas <zalan@apple.com>
1520 Ellipsis text is placed to wrong position, when the truncated text is fully cut off in RTL direction.
1521 https://bugs.webkit.org/show_bug.cgi?id=115858
1523 Reviewed by Darin Adler.
1525 * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html: Added.
1526 * fast/css/text-overflow-ellipsis-full-truncate-rtl.html: Added.
1528 2013-05-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1530 [Qt] Unreviewed gardening.
1532 * platform/qt/TestExpectations: Skip test using disabled feature.
1533 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869.
1535 2013-05-14 Jinwoo Song <jinwoo7.song@samsung.com>
1537 [EFL] Unreviewed EFL gardening
1538 https://bugs.webkit.org/show_bug.cgi?id=116090
1540 Unreviewed EFL gardening.
1542 Rebaseline after r155023.
1544 * platform/efl/TestExpectations:
1545 * platform/efl/fast/table/007-expected.png:
1546 * platform/efl/fast/table/007-expected.txt:
1547 * platform/efl/fast/table/colspanMinWidth-expected.png:
1548 * platform/efl/fast/table/colspanMinWidth-expected.txt:
1549 * platform/efl/fast/table/spanOverlapRepaint-expected.png:
1550 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
1551 * platform/efl/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1552 * platform/efl/tables/mozilla/bugs/bug13169-expected.png:
1553 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
1554 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
1555 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
1556 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
1557 * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
1558 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
1559 * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
1560 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
1561 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
1562 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
1563 * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
1564 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
1565 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Renamed from LayoutTests/platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt.
1566 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
1567 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
1568 * platform/efl/tables/mozilla/core/bloomberg-expected.png:
1569 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
1570 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
1571 * platform/efl/tables/mozilla/other/test6-expected.png:
1572 * platform/efl/tables/mozilla/other/test6-expected.txt:
1573 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1574 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1575 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1576 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1577 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1578 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1579 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1580 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
1581 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
1582 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1584 2013-05-14 Alex Christensen <achristensen@apple.com>
1586 The tests marked with the comment "WebKitTestRunner needs to sanitize file urls in the output"
1587 run successfully with WebKitTestRunner. They should not be skipped.
1588 https://bugs.webkit.org/show_bug.cgi?id=116083
1590 Reviewed by Darin Adler.
1592 * platform/wk2/TestExpectations:
1595 2013-05-13 Ryuan Choi <ryuan.choi@samsung.com>
1597 Unreviewed EFL gardening.
1599 Unskip several tests which already passed and add png expected results.
1601 * platform/efl/TestExpectations:
1602 * platform/efl/editing/selection/doubleclick-crash-expected.png: Added.
1603 * platform/efl/editing/selection/select-missing-image-expected.png: Added.
1605 2013-05-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
1607 compositing/transitions/transform-on-large-layer.html is flaky
1608 https://bugs.webkit.org/show_bug.cgi?id=110099
1610 Reviewed by Darin Adler.
1612 Only set the timeout for test end after the resize event has been
1613 received. This helps slow test bots, and also makes it easier to
1614 tell rendering failures from failures to send resize event.
1616 * compositing/transitions/transform-on-large-layer.html:
1618 2013-05-13 Alex Christensen <achristensen@apple.com>
1620 Added testRunner.setPrinting.
1621 https://bugs.webkit.org/show_bug.cgi?id=42693
1622 rdar://problem/8213845
1624 Reviewed by Darin Adler.
1626 * platform/wk2/TestExpectations:
1627 Unskipped printing tests.
1629 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1631 Rename BarInfo to BarProp and remove [NoInterfaceObject]
1632 https://bugs.webkit.org/show_bug.cgi?id=116027
1634 Reviewed by Andreas Kling.
1636 Rebaseline fast/js/global-constructors-attributes.html now that there is a new
1637 'BarProp' global constructor.
1639 Rebaseline a few other tests now that BarInfo was renamed to BarProp.
1641 * fast/dom/Window/window-lookup-precedence-expected.txt:
1642 * fast/js/global-constructors-attributes-expected.txt:
1643 * fast/loader/window-properties-restored-from-page-cache-expected.txt:
1644 * http/tests/security/cross-frame-access-put-expected.txt:
1645 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1646 * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
1647 * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
1648 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1649 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
1650 * platform/qt/fast/js/global-constructors-attributes-expected.txt:
1652 2013-05-13 Dean Jackson <dino@apple.com>
1654 toDataURL can return an empty image in some cases
1655 https://bugs.webkit.org/show_bug.cgi?id=115981
1656 <rdar://problem/13760256>
1658 Reviewed by Darin Adler.
1660 Make sure that a canvas with content is not the same as one
1663 * fast/canvas/toDataURL-not-empty-expected.txt: Added.
1664 * fast/canvas/toDataURL-not-empty.html: Added.
1666 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1668 Unreviewed EFL gardening.
1670 Mark fast/table/crash-split-table-section-no-cell-recalc.html as crashing
1673 * platform/efl/TestExpectations:
1675 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1677 Unreviewed EFL gardening.
1679 Unskip several tests that stopped crashing after r150030.
1681 * platform/efl-wk2/TestExpectations:
1683 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1685 Unreviewed EFL gardening.
1687 Mark fast/css/variables/var-inside-shape.html as failing on EFL after
1690 * platform/efl/TestExpectations:
1692 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1694 Unreviewed EFL gardening.
1696 Mark fast/animation/request-animation-frame-too-rapid.html as failing on EFL WK2
1699 * platform/efl-wk2/TestExpectations:
1701 2013-05-13 Hans Muller <hmuller@adobe.com>
1703 [CSS Exclusions] Simple shape-outside tests fail when subpixel layout is disabled
1704 https://bugs.webkit.org/show_bug.cgi?id=115767
1706 Reviewed by Dirk Schulze.
1708 The overall goal of this change was to restore the (last) four excluded exclusions ref-tests
1709 by making them work correctly when subpixel layout is disabled. All of the tests were
1710 substantially simplified, as was the supporting javascript code. The original
1711 shape-outside-floats-simple-rounded-rectangle test was replaced by three separate tests
1712 because the original was bigger then then the 800x600 limit and because it unncessarily
1713 combined three indepedent test cases.
1715 * fast/exclusions/resources/rounded-rectangle.js:
1716 (ellipseXIntercept): Return the 1st quadrant X intercept for an ellipse given a first quadrant Y intercept.
1717 (scanConvertRoundedRectangleOutside): Return the line segment intervals that overlap a rounded rectangle.
1718 (genLeftRightRoundedRectFloatShapeOutsideRefTest): Insert a stack of float divs that match the left or right edge of a rounded rectangle.
1719 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html:
1720 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
1721 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html:
1722 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
1723 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html:
1724 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
1725 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001-expected.html: Added.
1726 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html: Added.
1727 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002-expected.html: Added.
1728 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html: Added.
1729 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003-expected.html: Added.
1730 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html: Added.
1731 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Removed.
1732 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Removed.
1733 * platform/mac/TestExpectations:
1735 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1737 Unreviewed, rolling out r150022.
1738 http://trac.webkit.org/changeset/150022
1739 https://bugs.webkit.org/show_bug.cgi?id=114044
1741 Causes assertions in media tests
1743 * media/video-seek-after-end-expected.txt: Removed.
1744 * media/video-seek-after-end.html: Removed.
1746 2013-05-13 Bem Jones-Bey <bjonesbe@adobe.com>
1748 Fix the float logic to not return an anonymous block ancestor
1749 https://bugs.webkit.org/show_bug.cgi?id=115925
1751 Reviewed by David Hyatt.
1753 Cleaned up fuzzer test. Note that this will only crash when run under
1754 a memory checker like ASAN.
1756 * fast/block/float/float-not-removed-crash2-expected.txt: Added.
1757 * fast/block/float/float-not-removed-crash2.html: Added.
1759 2013-05-13 Zoltan Horvath <zoltan@webkit.org>
1761 [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings
1762 https://bugs.webkit.org/show_bug.cgi?id=115456
1764 Reviewed by David Hyatt.
1766 I refactored the computation logic of shape-inside on regions by removing access to RenderFlowThread from ExclusionShapeInfo's logicalTopOffset
1767 function, this means all the logic is now existing in RenderBlockLineLayout.cpp. By modifying the logicalTopOffset it turned out that the borders
1768 and padding hadn't worked correctly, since borders and paddings were counted twice in the shape-inside's computation. This patch adds the necessary
1769 modifications to let it respect the borders and padding in the correct way. I created 2 new helper functions to prevent increasing the code size of
1770 the layoutRunsAndFloatsInRange function.
1772 * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Modify to not use shape-inside for testing.
1773 * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Fix the shape-inside's dimension.
1774 * fast/regions/shape-inside/shape-inside-on-first-region-block-content-expected.html: Added.
1775 * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html: Added.
1776 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html: Added.
1777 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html: Added.
1778 * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Match the shape-inside height to the container's height.
1779 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-expected.html: Added.
1780 * fast/regions/shape-inside/shape-inside-on-regions.html: Match the shape-inside height to the container's height.
1781 * fast/regions/shape-inside/shape-inside-on-second-region-block-content-expected.html: Added.
1782 * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html: Added.
1783 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content-expected.html: Added.
1784 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html: Added.
1785 * fast/regions/shape-inside/shape-inside-with-region-borders-expected.html: Added.
1786 * fast/regions/shape-inside/shape-inside-with-region-borders.html: Added.
1787 * fast/regions/shape-inside/shape-inside-with-region-padding-expected.html: Added.
1788 * fast/regions/shape-inside/shape-inside-with-region-padding.html: Added.
1790 2013-05-13 Bear Travis <betravis@adobe.com>
1792 [css exclusions] Enable CSS Exclusions by default when CSS_EXCLUSIONS is set
1793 https://bugs.webkit.org/show_bug.cgi?id=115919
1795 Reviewed by Dean Jackson.
1797 Adding a test to make sure CSS Exclusions can be enabled, and are enabled by
1800 * fast/exclusions/css-exclusions-enabled-expected.txt: Added.
1801 * fast/exclusions/css-exclusions-enabled.html: Added.
1803 2013-05-13 Suchit Agrawal <a.suchit@samsung.com>
1805 Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows
1806 https://bugs.webkit.org/show_bug.cgi?id=52185
1808 Reviewed by David Hyatt.
1811 * fast/css/vertical-align-baseline-rowspan-007.htm:
1813 Reference Test cases updated.
1814 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
1815 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
1817 Added test cases based on changes in the code and different scenarios for rowspan height
1818 distribution in rows.
1819 * fast/table/table-rowspan-height-distribution-in-rows.html: Added.
1820 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Added.
1821 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1823 Test cases need to rebaseline in qt, efl, gtk and mac platforms.
1824 * platform/efl/TestExpectations:
1825 * platform/gtk/TestExpectations:
1826 * platform/mac/TestExpectations:
1827 * platform/qt/TestExpectations:
1829 Test case results are updated in qt platform.
1830 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
1831 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
1832 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
1833 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
1834 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
1835 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
1836 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
1837 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
1838 * platform/qt/tables/mozilla/other/test6-expected.png:
1839 * platform/qt/tables/mozilla/other/test6-expected.txt:
1840 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1841 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1842 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1843 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1844 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1845 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1846 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1847 * tables/mozilla/core/bloomberg-expected.txt:
1848 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1850 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1852 [GStreamer] cannot seek after video finished
1853 https://bugs.webkit.org/show_bug.cgi?id=114044
1855 Reviewed by Philippe Normand.
1857 * media/video-seek-after-end-expected.txt: Added.
1858 * media/video-seek-after-end.html: Added.
1860 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1862 Unreviewed EFL gardening.
1864 Mark several test cases as crashing on EFL port.
1866 * platform/efl-wk2/TestExpectations:
1867 * platform/efl/TestExpectations:
1869 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1871 Unreviewed EFL gardening.
1873 Mark 2 ref tests as failing on EFL port.
1875 * platform/efl/TestExpectations:
1877 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1879 Unreviewed EFL gardening.
1881 Skip 2 HTTP tests that time out of EFL port.
1883 * platform/efl/TestExpectations:
1885 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1887 Unreviewed EFL gardening.
1889 Provide EFL baselines for several compositing test cases.
1891 * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1892 * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
1893 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
1894 * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
1896 2013-05-13 Zalan Bujtas <zalan@apple.com>
1898 WebProcess consuming very high CPU on linkedin.com
1899 https://bugs.webkit.org/show_bug.cgi?id=115601
1901 Reviewed by Andreas Kling.
1903 Disable WEB_TIMING_MINIMAL.
1904 Turn off window.performance and performance.now(). Some JS frameworks expect
1905 additional Web Timing APIs, when performance.now() is available.
1907 * platform/mac/TestExpectations:
1908 * fast/js/global-constructors-attributes-expected.txt:
1910 2013-05-13 Ádám Kallai <kadam@inf.u-szeged.hu>
1912 [Qt] Unreviewed gardening. Added platform specific expected files.
1914 * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1915 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added after r149915.
1916 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added after r149915.
1917 * platform/qt-5.0-wk2/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added after r149914.
1918 * platform/qt/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1920 2013-05-12 Eric Carlson <eric.carlson@apple.com>
1922 REGRESSION (r149749): Video becomes invisible when it starts playing at newyorkbygehry.com
1923 https://bugs.webkit.org/show_bug.cgi?id=115963
1925 Reviewed by Dean Jackson.
1927 * media/video-remove-insert-repaints.html: Added.
1928 * media/video-remove-insert-repaints-expected.txt: Added.
1929 * platform/mac/media/video-remove-insert-repaints-expected.png: Added.
1931 2013-05-12 Jinwoo Song <jinwoo7.song@samsung.com>
1933 [EFL] Unreviewed EFL gardening
1934 https://bugs.webkit.org/show_bug.cgi?id=116004
1936 Unreviewed EFL gardening
1938 * platform/efl-wk2/TestExpectations:
1939 * platform/efl/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
1940 * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
1941 * platform/efl/fast/text/text-combine-different-fonts-expected.txt: Added.
1942 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
1943 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
1944 * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
1946 2013-05-12 Ryuan Choi <ryuan.choi@samsung.com>
1948 REGRESSION (r149668): 4 reftest failures under fast/regions on GTK
1949 https://bugs.webkit.org/show_bug.cgi?id=115783
1951 Unreviewed rebaseline. They were fixed after r149802.
1953 * platform/efl/TestExpectations:
1954 * platform/gtk/TestExpectations:
1956 2013-05-12 Simon Fraser <simon.fraser@apple.com>
1958 Dropdowns on http://www.exploratorium.edu don't show anything
1959 https://bugs.webkit.org/show_bug.cgi?id=115991
1961 Reviewed by Dan Bernstein.
1963 Layer tree dump test with an overflow:hidden that projects outside its
1964 ancestor, and is forced to composite by a composited child.
1966 * compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1967 * compositing/backing/no-backing-for-clip-overhang.html: Added.
1969 2013-05-12 Andreas Kling <akling@apple.com>
1971 Rebaseline fast/js/global-constructors-attributes.html for mac-lion after r149920.
1973 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1975 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1977 REGRESSION: Fixed background on ColterReed.com scrolls
1978 https://bugs.webkit.org/show_bug.cgi?id=115951
1980 Reviewed by Beth Dakin.
1982 Tests with a fixed background and two different ways of making the <html> composited.
1984 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html: Added.
1985 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html: Added.
1986 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Added.
1987 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html: Added.
1989 2013-05-11 Xan Lopez <xlopez@igalia.com>
1991 Bogus -webkit-columns value in fast/text/international/spaces-combined-in-vertical-text.html
1992 https://bugs.webkit.org/show_bug.cgi?id=115164
1994 Reviewed by Rob Buis.
1996 Remove bogus -webkit-columns property.
1998 * fast/text/international/spaces-combined-in-vertical-text.html:
2000 2013-05-11 Jochen Eisinger <jochen@chromium.org>
2002 Disallow a window to focus itself via javascript URLs or using target _self
2003 https://bugs.webkit.org/show_bug.cgi?id=115906
2005 Reviewed by Geoffrey Garen.
2007 * fast/dom/Window/window-focus-self-expected.txt: Added.
2008 * fast/dom/Window/window-focus-self.html: Added.
2009 * platform/wk2/TestExpectations: test uses unimplemented setWindowIsKey.
2011 2013-03-17 Robert Hogan <robert@webkit.org>
2013 Text flow broken in elements with vertical align top/bottom and inline elements taller than line-height
2014 https://bugs.webkit.org/show_bug.cgi?id=111974
2016 Reviewed by Ryosuke Niwa.
2018 * editing/execCommand/query-command-state-expected.txt:
2019 * editing/execCommand/script-tests/query-command-state.js: Remove invalid tests, vertical-align does not apply to
2022 * fast/css/vertical-align-block-elements-expected.html: Added.
2023 * fast/css/vertical-align-block-elements.html: Added.
2025 2013-05-10 Alexey Proskuryakov <ap@apple.com>
2027 <rdar://problem/13666412> Clean up some edge cases of URL parsing.
2028 https://bugs.webkit.org/show_bug.cgi?id=104919
2030 Reviewed by Darin Adler.
2032 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js:
2033 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
2034 Updated expectations of one sub-test. We previously tried to keep the test passing
2035 as is (see bug 57291), but I couldn't find any reason to prefer the old behavior.
2037 * fast/url/host-expected.txt:
2038 * fast/url/host.html:
2039 Updated one subtest to new results, which match at least Gecko (original of the
2040 test actually claims that all browsers including Safari already do what we'll do now).
2042 * fast/url/segments-userinfo-vs-host-expected.txt: Added.
2043 * fast/url/segments-userinfo-vs-host.html: Added.
2044 Added a number of tests, with detailed explanations of the differences with Firefox,
2045 and with rationales.
2047 * http/tests/uri/username-with-no-hostname-expected.txt: Removed.
2048 * http/tests/uri/username-with-no-hostname.html-disabled: Removed.
2049 * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Removed.
2050 This test has been disabled for a long time, and being an end-to-end test for
2051 invalid URL handling, it would be difficult to make work again. We have multiple
2052 parsing tests for URLs like this.
2054 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2056 Remove [NoInterfaceObject] from several WebAudio IDL interfaces
2057 https://bugs.webkit.org/show_bug.cgi?id=115894
2059 Reviewed by Darin Adler.
2061 Rebaseline fast/js/global-constructors-attributes.html now that more
2062 global constructors are exposed.
2064 * fast/js/global-constructors-attributes-expected.txt:
2065 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
2067 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2069 REGRESSION (r145680): No box shadow rendered on element with positioned child that obscures it
2070 https://bugs.webkit.org/show_bug.cgi?id=115840
2072 Reviewed by Antti Koivisto.
2074 * fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Added.
2075 * fast/box-shadow/box-shadow-obscured-backgrounds.html: Added.
2077 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2079 REGRESSION (r143626): Element shows as garbage in image gallery
2080 https://bugs.webkit.org/show_bug.cgi?id=115946
2082 Reviewed by Antti Koivisto.
2084 Test that dumps layers for a visibility:hidden element with a child text node,
2085 and with a visibility:visible child. The resulting compositing layer should
2086 not be marked as opaque.
2088 * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
2089 * compositing/contents-opaque/hidden-with-visible-child.html: Added.
2090 * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
2091 * compositing/contents-opaque/hidden-with-visible-text.html: Added.
2093 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2095 Garbage down left side of nytimes.com page (if subscriber)
2096 https://bugs.webkit.org/show_bug.cgi?id=115839
2098 Reviewed by Antti Koivisto.
2100 * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
2101 * compositing/contents-opaque/overflow-hidden-child-layers.html: Added.
2103 2013-05-10 Eric Carlson <eric.carlson@apple.com>
2105 In-band captions not visible immediately after track mode change
2106 https://bugs.webkit.org/show_bug.cgi?id=115922
2108 Reviewed by Dean Jackson.
2110 * media/track/track-in-band-mode-expected.txt: Added.
2111 * media/track/track-in-band-mode.html: Added.
2113 * platform/efl/TestExpectations: Skip new test.
2114 * platform/gtk/TestExpectations: Ditto.
2115 * platform/mac/TestExpectations: Ditto.
2116 * platform/qt/TestExpectations: Ditto.
2117 * platform/win/TestExpectations: Ditto.
2119 2013-05-10 Roger Fong <roger_fong@apple.com>
2121 Unreviewed mac-lion rebaselines.
2123 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
2125 2013-05-10 Robert Hogan <robert@webkit.org>
2127 REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block
2128 https://bugs.webkit.org/show_bug.cgi?id=115818
2130 Reviewed by David Hyatt.
2132 * fast/inline/anonymous-block-with-empty-inline-expected.txt: Added.
2133 * fast/inline/anonymous-block-with-empty-inline.html: Added.
2135 2013-05-10 Dean Jackson <dino@apple.com>
2137 Include tab character as a word end for kerning
2138 https://bugs.webkit.org/show_bug.cgi?id=115915
2139 <rdar://problem/13861491>
2141 Reviewed by Enrica Casucci.
2143 This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507
2144 which only looked for a space character as a word end. It should
2145 look for tab characters too.
2147 * fast/text/word-space-with-kerning-4-expected.html: Added.
2148 * fast/text/word-space-with-kerning-4.html: Added.
2150 2013-05-10 Ryosuke Niwa <rniwa@webkit.org>
2152 REGRESSION (r149652): Videos do not play on cnn.com, just black box
2153 https://bugs.webkit.org/show_bug.cgi?id=115887
2155 Reviewed by Antti Koivisto.
2157 Add regression tests.
2159 * fast/dom/HTMLDocument/image-with-same-id-and-name-expected.txt: Added.
2160 * fast/dom/HTMLDocument/image-with-same-id-and-name.html: Added.
2161 * fast/dom/HTMLDocument/object-with-same-id-and-name-expected.txt: Added.
2162 * fast/dom/HTMLDocument/object-with-same-id-and-name.html: Added.
2164 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2166 Unreviewed EFL gardening.
2168 Rebaseline fast/dom/Range/getClientRects.html for EFL port.
2169 Skip accessibility/poorly-formed-aria-table.html introduced in
2170 r149858 but failing on EFL port.
2172 * platform/efl/TestExpectations:
2173 * platform/efl/fast/dom/Range/getClientRects-expected.txt:
2175 2013-05-10 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2177 [Qt] Unreviewed gardening.
2179 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
2180 * platform/qt/inspector/console/command-line-api-expected.txt: Added after r149829.
2182 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2184 Unreviewed EFL gardening.
2186 Skip several remaining shadow dom tests and rebaseline a few others.
2188 * platform/efl/TestExpectations:
2189 * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
2190 * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt:
2191 * platform/efl/inspector/console/command-line-api-expected.txt: Added.
2193 2013-05-09 Alex Christensen <achristensen@apple.com>
2195 Unskipped the webarchive tests for Mac that are not skipped for a reason other than
2196 dumpDOMAsWebArchive not being implemented, which was fixed in r149692.
2197 https://bugs.webkit.org/show_bug.cgi?id=115819
2199 Reviewed by Benjamin Poulain.
2201 * platform/efl-wk2/TestExpectations:
2202 Skip webarchive tests.
2203 * platform/gtk-wk2/TestExpectations:
2204 Skip webarchive tests.
2205 * platform/qt-5.0-mac-wk2/TestExpectations:
2206 Skip webarchive tests.
2207 * platform/qt-5.0-wk2/TestExpectations:
2208 Skip webarchive tests.
2209 * platform/wk2/TestExpectations:
2210 Removed universal skipping of webarchive tests, noted which tests are still skipped with bug numbers.
2212 2013-05-09 Chris Fleizach <cfleizach@apple.com>
2214 AX: VoiceOver is no longer seeing items in poorly formed tables
2215 https://bugs.webkit.org/show_bug.cgi?id=115837
2217 Reviewed by Darin Adler.
2219 * accessibility/poorly-formed-aria-table-expected.txt: Added.
2220 * accessibility/poorly-formed-aria-table.html: Added.
2222 2013-05-09 Zoltan Horvath <zoltan@webkit.org>
2224 [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975
2225 https://bugs.webkit.org/show_bug.cgi?id=115053
2227 Reviewed by Alexandru Chiculita.
2229 I changed the tests to use Ahem font (overflow will be the same on every port) and modify the markup in order to be the similar
2230 for the two tests. The change fixes both tests and make them passing on Qt as well. I removed the tests from the TestExpectations.
2232 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
2233 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
2234 * fast/exclusions/shape-inside/shape-inside-percentage-expected.html:
2235 * fast/exclusions/shape-inside/shape-inside-percentage.html:
2236 * platform/qt/TestExpectations:
2238 2013-05-09 Yael Aharon <yael.aharon@intel.com>
2240 REGRESSION: Disabled multiline select element now responds to (certain) clicks
2241 https://bugs.webkit.org/show_bug.cgi?id=115710
2243 Reviewed by Kent Tamura.
2245 Test that a disabled element does not change selection while scrolling.
2247 * fast/forms/select/listbox-disabled-scroll-no-onchange-expected.txt: Added.
2248 * fast/forms/select/listbox-disabled-scroll-no-onchange.html: Added.
2249 * fast/forms/select/listbox-disabled-no-autoscroll.html: Added.
2250 * fast/forms/select/listbox-disabled-no-autoscroll-expected.html: Added.
2252 2013-05-09 Roger Fong <roger_fong@apple.com>
2254 Unreviewed mac gardening.
2256 * platform/mac/inspector/command-line-api-expected.txt: Removed.
2257 * platform/mac/inspector/console: Added.
2258 * platform/mac/inspector/console/command-line-api-expected.txt: Added.
2260 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
2262 [NoInterfaceObject] extended attribute should be removed for several interfaces
2263 https://bugs.webkit.org/show_bug.cgi?id=115852
2265 Reviewed by Benjamin Poulain.
2267 Rebaseline several layout tests whose output has changed now that a few more
2268 global constructors are exposed.
2270 * fast/dom/dom-constructors-expected.txt:
2271 * fast/js/global-constructors-attributes-expected.txt:
2272 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
2274 2013-05-09 Robert Hogan <robert@webkit.org>
2276 REGRESSION (Safari 3-Safari 4): Replaced element with percent height in table has incorrect height
2277 https://bugs.webkit.org/show_bug.cgi?id=26394
2279 Reviewed by David Hyatt.
2281 * fast/replaced/table-percent-height-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt.
2282 * fast/replaced/table-percent-height-text-controls.html:
2283 * platform/gtk/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2284 * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2285 * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2287 2013-05-09 Xiaobo Wang <xbwang@torchmobile.com.cn>
2289 Update srcipt paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html
2290 https://bugs.webkit.org/show_bug.cgi?id=96223
2292 Reviewed by Rob Buis.
2294 The original paths don't exist at all.
2296 * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
2298 2013-05-09 Roger Fong <roger_fong@apple.com>
2300 Unreviewed mac port gardening.
2302 * platform/mac-lion/fast/js: Added.
2303 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: Added.
2304 * platform/mac/inspector/command-line-api-expected.txt: Added.
2306 2013-05-08 Oliver Hunt <oliver@apple.com>
2308 Code cache stores bogus var references for functions in eval code
2309 https://bugs.webkit.org/show_bug.cgi?id=115747
2311 Reviewed by Mark Hahnenberg.
2315 * fast/js/eval-cache-scoped-lookup-expected.txt: Added.
2316 * fast/js/eval-cache-scoped-lookup.html: Added.
2317 * fast/js/script-tests/eval-cache-scoped-lookup.js: Added.
2319 (a.string_appeared_here.second):
2329 2013-05-08 Mark Hahnenberg <mhahnenberg@apple.com>
2331 DFGArrayMode::fromObserved is too liberal when it sees different Array and NonArray shapes
2332 https://bugs.webkit.org/show_bug.cgi?id=115805
2334 Added regression test for array access over polymorphic array vs. non-array indexing types.
2335 With the fix, we get 3.666x faster on this microbenchmark.
2337 Reviewed by Geoffrey Garen.
2339 * fast/js/regress/array-nonarray-polymorphic-access-expected.txt: Added.
2340 * fast/js/regress/array-nonarray-polymorphic-access.html: Added.
2341 * fast/js/regress/script-tests/array-nonarray-polymorphic-access.js: Added.
2345 2013-05-09 Radu Stavila <stavila@adobe.com>
2347 [CSSRegions] Change fast/regions/webkit-flow-inlines-inside-regions-bounds[-vertical] tests to make them platform independent
2348 https://bugs.webkit.org/show_bug.cgi?id=115851
2350 Reviewed by Antti Koivisto.
2352 Modified tests to make them platform independent by using Ahem and no font smoothing.
2354 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html:
2355 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html:
2356 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html:
2357 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html:
2359 2013-05-09 Radu Stavila <stavila@adobe.com>
2361 [Qt][EFL][GTK] Failing CSS region tests
2362 https://bugs.webkit.org/show_bug.cgi?id=115785
2364 Reviewed by Antti Koivisto.
2366 Updated tests to overcome platform differences
2367 Unskip fixed CSS regions tests
2369 * fast/regions/webkit-flow-double-pagination-float-push-expected.html:
2370 * fast/regions/webkit-flow-double-pagination-float-push.html:
2371 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html:
2372 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2373 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2374 * fast/regions/webkit-flow-float-unable-to-push.html:
2375 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html:
2376 * fast/regions/webkit-flow-floats-inside-regions-bounds.html:
2377 * platform/qt/TestExpectations:
2379 2013-05-09 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2381 [Qt] Unreviewed gardeing. Updating some png expected results.
2383 * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: Added.
2384 * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png: Added.
2385 * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png: Added.
2386 * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png: Added.
2387 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png: Added.
2388 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
2389 * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png: Added.
2390 * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png: Added.
2391 * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png: Added.
2392 * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: Added.
2393 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
2394 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
2395 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
2396 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
2397 * platform/qt-5.0-wk2/fast/borders/rtl-border-04-expecrted.png: Added.
2398 * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png: Added.
2399 * platform/qt-5.0-wk2/fast/box-shadow/shadow-repaint-expected.txt: Added.
2400 * platform/qt-5.0-wk2/fast/dom/34176-expected.png: Added.
2401 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
2402 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
2403 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2404 * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png: Added.
2405 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
2406 * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: Added.
2407 * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png: Added.
2408 * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png: Added.
2409 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2410 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2411 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png:
2412 * platform/qt-5.0-wk2/fast/repaint/absolute-position-moved-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
2413 * platform/qt-5.0-wk2/fast/repaint/add-table-overpaint-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
2414 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png:
2415 * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png: Added.
2416 * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png: Added.
2417 * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png:
2418 * platform/qt-5.0-wk2/fast/repaint/overflow-into-content-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png.
2419 * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
2420 * platform/qt-5.0-wk2/fast/repaint/table-cell-overflow-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
2421 * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
2422 * platform/qt-5.0-wk2/fast/repaint/table-row-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
2423 * platform/qt-5.0-wk2/fast/repaint/transform-rotate-and-remove-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
2424 * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
2425 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2426 * platform/qt-5.0-wk2/svg/custom/repaint-on-image-bounds-change-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
2427 * platform/qt-5.0-wk2/svg/custom/use-disappears-after-style-update-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
2428 * platform/qt-5.0-wk2/svg/dom/rect-modify-rx-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png.
2429 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
2430 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2431 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
2432 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2433 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
2434 * platform/qt-5.0-wk2/svg/repaint/svgsvgelement-repaint-children-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png.
2435 * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png: Added.
2437 2013-05-09 Ádám Kallai <kadam@inf.u-szeged.hu>
2439 [Qt] Unreviewed gardening. Added platform specific expected file after r149758.
2441 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Added after r149758.
2443 2013-05-08 Seokju Kwon <seokju.kwon@gmail.com>
2445 [EFL] Get rid of duplicate entry line in TestExpectations
2446 https://bugs.webkit.org/show_bug.cgi?id=115828
2448 Unreviewed gardening.
2450 * platform/efl/TestExpectations:
2452 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2454 TextTrackCue should support empty content
2455 https://bugs.webkit.org/show_bug.cgi?id=115821
2457 Reviewed by Jer Noble.
2459 * media/track/track-cue-empty-text-crash-expected.txt: Added.
2460 * media/track/track-cue-empty-text-crash.html: Added.
2462 2013-05-08 Christophe Dumez <ch.dumez@sisa.samsung.com>
2464 Add layout test that lists all global constructors
2465 https://bugs.webkit.org/show_bug.cgi?id=115724
2467 Reviewed by Ryosuke Niwa.
2469 Update fast/js/global-constructors-attributes.html so that it lists all
2470 global constructors instead of just a few.
2472 * fast/js/global-constructors-attributes-expected.txt:
2473 * fast/js/script-tests/global-constructors-attributes.js:
2474 (classNameForObject):
2475 (constructorPropertiesOnWindow):
2476 * platform/efl/fast/js/global-constructors-attributes-expected.txt: Added.
2477 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Added.
2479 2013-05-08 Roger Fong <roger_fong@apple.com>
2481 Unreviewed gardening, mac port.
2482 These tests should use testRunner, not layoutTestController.
2484 * fast/js/parse-error-external-script-in-eval.html:
2485 * fast/js/parse-error-external-script-in-new-Function.html:
2487 2013-05-08 Darin Adler <darin@apple.com>
2489 REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html
2490 https://bugs.webkit.org/show_bug.cgi?id=115776
2492 Reviewed by Anders Carlsson.
2494 * TestExpectations: Expect success again on this test.
2496 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2498 Prevent crash when track is deleted during video element deletion.
2499 https://bugs.webkit.org/show_bug.cgi?id=106183
2501 Reviewed by Dean Jackson.
2503 * media/track/track-remove-crash-expected.txt: Added.
2504 * media/track/track-remove-crash.html: Added.
2506 2013-05-08 David Kilzer <ddkilzer@apple.com>
2508 Remove chromium test results added in r149743
2510 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Removed.
2511 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Removed.
2513 2013-05-08 David Kilzer <ddkilzer@apple.com>
2515 Add layout tests for test cases in Bug 5206
2516 <http://webkit.org/b/5206>
2518 Reviewed by Eric Seidel.
2520 These issues were likely fixed in r89257 for Bug 62613.
2522 * fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2523 * fast/js/parse-error-external-script-in-eval.html: Added.
2524 * fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2525 Note that the line number in this result is relative to the line
2526 number of the second argument to the new Function() method.
2527 * fast/js/parse-error-external-script-in-new-Function.html: Added.
2528 * fast/js/resources/parse-error-external-script-in-eval.js: Added.
2529 * fast/js/resources/parse-error-external-script-in-new-Function.js: Added.
2531 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2532 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2534 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2536 [Mac] Inband text tracks are not in track menu on Lion
2537 https://bugs.webkit.org/show_bug.cgi?id=115740
2539 Reviewed by Dean Jackson.
2541 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
2543 2013-05-08 Sergio Villar Senin <svillar@igalia.com>
2545 Allow blank spaces before colon (:) on CSS variable definition
2546 https://bugs.webkit.org/show_bug.cgi?id=115802
2548 Reviewed by Darin Adler.
2550 New test to check that spaces are allowed before the color on CSS
2551 variable definitions.
2553 * css3/css-variable-definition-expected.html: Added.
2554 * css3/css-variable-definition.html: Added.
2556 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2558 [Qt] Unreviewed gardening after r149292.
2559 https://bugs.webkit.org/show_bug.cgi?id=115372
2561 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added.
2562 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added.
2563 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added.
2564 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added.
2565 * platform/qt-5.0-wk2/fast/repaint/layer-full-repaint-expected.txt: Added.
2566 * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added.
2567 * platform/qt-5.0-wk2/fast/repaint/reflection-table-layout-expected.txt: Added.
2568 * platform/qt-5.0-wk2/fast/repaint/selection-gap-absolute-child-expected.txt: Added.
2569 * platform/qt-5.0-wk2/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
2570 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added.
2571 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2572 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added.
2573 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added.
2574 * platform/qt-5.0-wk2/fast/repaint/transform-table-layout-expected.txt: Added.
2575 * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
2577 2013-05-08 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
2579 [EFL] Unreviewed EFL gardening
2580 https://bugs.webkit.org/show_bug.cgi?id=115791
2582 Unreviewed EFL gardening
2584 Skip fast/regions/ test cases which are failing after r149668.
2586 * platform/efl/TestExpectations:
2588 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2590 [Qt] Unreviewed gardening. Skipping some failing fast/region tests.
2591 https://bugs.webkit.org/show_bug.cgi?id=115785
2593 * platform/qt/TestExpectations:
2595 2013-05-08 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2597 Unreviewed EFL gardening.
2599 Unskip two spelling tests as they started passing after r149366.
2601 * platform/efl-wk2/TestExpectations:
2602 Unskip spelling-exactly-selected-word.html and
2603 spelling-with-punctuation-selection.html
2605 * platform/efl/TestExpectations:
2606 Remove spelling tests from efl/TestExpectations as the failing tests
2607 are already skipped for both efl-wk1 and global wk2.
2609 2013-05-08 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2611 Unreviewed EFL gardening.
2613 Skip remaining Shadow DOM tests on the EFL port.
2615 * platform/efl/TestExpectations:
2617 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
2619 Unreviewed GTK gardening.
2621 * platform/gtk/TestExpectations: Adding failure expectations for CSS Regions tests
2622 that regressed when converted into reftests in r149668.
2624 2013-05-08 Dongseong Hwang <dongseong.hwang@intel.com>
2626 Make optional arguments in CanvasRenderingContext2D match the spec.
2627 https://bugs.webkit.org/show_bug.cgi?id=115723
2629 Reviewed by Dean Jackson.
2631 When tests use <canvas> API with not enough arguments, TypeError
2632 exception is fired now. So three tests are changed to match the canvas
2635 * fast/canvas/canvas-overloads-strokeRect-expected.txt:
2636 * fast/canvas/script-tests/canvas-overloads-strokeRect.js:
2637 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
2639 2013-05-08 Ryosuke Niwa <rniwa@webkit.org>
2641 Add an image only failure expectation to fast/css-generated-content/close-quote-negative-depth.html per
2642 bug 115776 after r149700. r149707 tried to fix its regression but this test is still failing.
2646 2013-05-07 Hans Muller <hmuller@adobe.com>
2648 [CSS Exclusions] shape-inside, shape-padding, polygon test failing when subpixel layout is disabled
2649 https://bugs.webkit.org/show_bug.cgi?id=115649
2651 Reviewed by Dirk Schulze.
2653 Another correction of a padded shape test that failed when subpixel layout was disabled.
2654 This test puts a cross pattern made of five Ahem characters on three lines, within a padded
2655 diamond polygon. The left edges of each line depend on the intersection of the padded polygon's
2656 edges with the top of each line, which makes predicting the exact values unreliable. So we
2657 just verify that the left edges of each line are within a pixel of the ideal value. This
2658 change is very similar to the one made for bug 115490.
2660 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Removed.
2661 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.txt: Added.
2662 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
2663 * platform/mac/TestExpectations:
2665 2013-05-06 Enrica Casucci <enrica@apple.com>
2667 Support -webkit-system-font on OS X.
2668 https://bugs.webkit.org/show_bug.cgi?id=115758
2669 <rdar://problem/13433854>
2671 Reviewed by Dean Jackson.
2673 * platform/mac/fast/text/systemFont.html: Added.
2674 * platform/mac/platform/mac/fast/text/systemFont-expected.png: Added.
2675 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Added.
2677 2013-05-07 Alexey Proskuryakov <ap@apple.com>
2679 Combine html and js parts fast/url script-tests
2680 https://bugs.webkit.org/show_bug.cgi?id=115739
2682 Rubber-stamped by Brady Eidson.
2684 * fast/url/anchor.html:
2685 * fast/url/file-http-base.html:
2686 * fast/url/file.html:
2687 * fast/url/host-lowercase-per-scheme.html:
2688 * fast/url/host.html:
2689 * fast/url/idna2003.html:
2690 * fast/url/idna2008.html:
2691 * fast/url/invalid-urls-utf8.html:
2692 * fast/url/ipv4.html:
2693 * fast/url/ipv6.html:
2694 * fast/url/mailto.html:
2695 * fast/url/path-url.html:
2696 * fast/url/path.html:
2697 * fast/url/port.html:
2698 * fast/url/query.html:
2699 * fast/url/relative-unix.html:
2700 * fast/url/relative-win.html:
2701 * fast/url/relative.html:
2702 * fast/url/safari-extension.html:
2703 * fast/url/scheme.html:
2704 * fast/url/script-tests: Removed.
2705 * fast/url/script-tests/TEMPLATE.html: Removed.
2706 * fast/url/script-tests/anchor.js: Removed.
2707 * fast/url/script-tests/file-http-base.js: Removed.
2708 * fast/url/script-tests/file.js: Removed.
2709 * fast/url/script-tests/host.js: Removed.
2710 * fast/url/script-tests/idna2003.js: Removed.
2711 * fast/url/script-tests/idna2008.js: Removed.
2712 * fast/url/script-tests/ipv4.js: Removed.
2713 * fast/url/script-tests/ipv6.js: Removed.
2714 * fast/url/script-tests/mailto.js: Removed.
2715 * fast/url/script-tests/path-url.js: Removed.
2716 * fast/url/script-tests/path.js: Removed.
2717 * fast/url/script-tests/port.js: Removed.
2718 * fast/url/script-tests/query.js: Removed.
2719 * fast/url/script-tests/relative-unix.js: Removed.
2720 * fast/url/script-tests/relative-win.js: Removed.
2721 * fast/url/script-tests/relative.js: Removed.
2722 * fast/url/script-tests/scheme.js: Removed.
2723 * fast/url/script-tests/segments-from-data-url.js: Removed.
2724 * fast/url/script-tests/segments.js: Removed.
2725 * fast/url/script-tests/standard-url.js: Removed.
2726 * fast/url/script-tests/trivial-segments.js: Removed.
2727 * fast/url/script-tests/trivial.js: Removed.
2728 * fast/url/segments-from-data-url.html:
2729 * fast/url/segments.html:
2730 * fast/url/standard-url.html:
2731 * fast/url/trivial-segments.html:
2732 * fast/url/trivial.html:
2734 2013-05-07 Radu Stavila <stavila@adobe.com>
2736 [CSS Regions] Convert remaining fast/regions/webkit-flow* pixel tests to reftests
2737 https://bugs.webkit.org/show_bug.cgi?id=115422
2739 Reviewed by Andreas Kling.
2741 Converted following tests from pixel tests to ref tests:
2742 - webkit-flow-double-pagination-float-push
2743 - webkit-flow-float-pushed-to-last-region
2744 - webkit-flow-float-unable-to-push
2745 - webkit-flow-floats-inside-regions-bounds
2747 * fast/regions/webkit-flow-double-pagination-float-push-expected.html: Added.
2748 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: Added.
2749 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2750 * fast/regions/webkit-flow-float-unable-to-push-expected.html: Added.
2751 * fast/regions/webkit-flow-float-unable-to-push.html:
2752 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: Added.
2753 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2754 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2755 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2756 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2757 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2758 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2759 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2760 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2761 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2762 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2763 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2764 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2765 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2766 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2767 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2768 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2769 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2770 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2771 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2772 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2773 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2774 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2775 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2776 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2777 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2778 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2779 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2780 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2781 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2782 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2783 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2784 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2786 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2788 Heap-use-after-free in WebCore::InlineFlowBox::deleteLine
2789 https://bugs.webkit.org/show_bug.cgi?id=114772
2791 Reviewed by David Hyatt.
2793 Test case generated by the fuzzer. Will only crash when run in a
2794 vulnerable configuration with a memory checking lib enabled.
2796 * fast/ruby/ruby-svg-crash-expected.txt: Added.
2797 * fast/ruby/ruby-svg-crash.html: Added.
2799 2013-05-06 Robert Hogan <robert@webkit.org>
2801 REGRESSION(r140024): child of fixed div inside of absolute div does not get resized when window is resized
2802 https://bugs.webkit.org/show_bug.cgi?id=115379
2804 Reviewed by David Hyatt.
2806 * fast/block/positioning/child-of-fixed-pos-after-movement-expected.txt: Added.
2807 * fast/block/positioning/child-of-fixed-pos-after-movement.html: Added.
2809 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2811 [CSS Exclusions] remove unused -webkit-wrap property
2812 https://bugs.webkit.org/show_bug.cgi?id=102105
2814 Reviewed by Darin Adler.
2816 Delete tests for the -webkit-wrap property.
2818 * fast/exclusions/css-exclusions-disabled.html: Remove use of -webkit-wrap.
2819 * fast/exclusions/script-tests/wrap-parsing.js: Removed.
2820 * fast/exclusions/wrap-parsing-expected.txt: Removed.
2821 * fast/exclusions/wrap-parsing.html: Removed.
2822 * svg/css/style-change-crash-expected.txt: Removed.
2823 * svg/css/style-change-crash.html: Removed.
2825 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2827 Unreviewed EFL gardening.
2829 Add EFL-specific result for fast/events/event-attribute.html as global expectation
2830 was changed in r149088.
2832 * platform/efl/fast/events/event-attribute-expected.txt: Added.
2834 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2836 Unreviewed EFL gardening.
2838 Rebaseline several test cases for EFL port.
2840 * platform/efl/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
2841 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.png: Added.
2842 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.txt: Added.
2843 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
2844 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2846 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2848 Unreviewed EFL gardening.
2850 Mark several test cases as failing after r149292 due to missing repaint rect
2853 * platform/efl/TestExpectations:
2855 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2857 Unreviewed EFL gardening.
2859 Skip repaint test that regressed after r149292.
2861 * platform/efl/TestExpectations:
2863 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2865 Unreviewed EFL gardening.
2867 Skip remaining Shadow DOM test and new accessibility test introduced in
2870 * platform/efl/TestExpectations:
2872 2013-05-06 Hans Muller <hmuller@adobe.com>
2874 [CSS Exclusions] shape-inside rounded rectangle tests fail when subpixel layout is disabled
2875 https://bugs.webkit.org/show_bug.cgi?id=115490
2877 Second round of changes to restore platform/mac exclusion tests that started failing when
2878 subpixel layout was turned off. This set of changes just restores four ref-tests that place
2879 a single square Ahem character cell within a circle or an ellipse. When subpixel layout isn't
2880 enabled the expected origin of the character is adjusted.
2882 Reviewed by Dirk Schulze.
2884 * fast/exclusions/shape-inside/shape-inside-circle-expected.html:
2885 * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html:
2886 * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html:
2887 * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html:
2888 * fast/exclusions/shape-inside/shape-inside-ellipse.html:
2889 * platform/mac/TestExpectations:
2891 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2893 Unreviewed EFL gardening.
2895 Remove duplicate Shadow DOM test cases from TestExpectation files.
2897 * platform/efl-wk2/TestExpectations:
2898 * platform/efl/TestExpectations:
2900 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2902 Unreviewed. Remove duplicate tests from EFL TestExpectation files.
2904 * platform/efl-wk2/TestExpectations:
2905 * platform/efl/TestExpectations:
2907 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2909 Unreviewed EFL gardening.
2911 Skip Shadow DOM tests for EFL port as the feature is being removed.
2913 * platform/efl/TestExpectations:
2915 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2917 Unreviewed GTK gardening.
2919 * platform/gtk/TestExpectations: Adding new failure expectations and adjusting an old one.
2921 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2923 Unreviewed GTK gardening. Rebaselining after r148720, r149088 and r149407.
2925 * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2926 * platform/gtk/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
2927 * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
2928 * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
2930 2013-05-06 Robert Hogan <robert@webkit.org>
2932 REGRESSION(r140907) - Backport blink r149612 to fix vertical-align and rowspan issue
2933 https://bugs.webkit.org/show_bug.cgi?id=115611
2935 Reviewed by Benjamin Poulain.
2937 * fast/table/baseline-align-rowspan-expected.txt: Added.
2938 * fast/table/baseline-align-rowspan.html: Added.
2940 2013-05-05 Chris Fleizach <cfleizach@apple.com>
2942 AX: aria-checked not exposed correctly on menuitemcheckbox or menuitemradio roles
2943 https://bugs.webkit.org/show_bug.cgi?id=115499
2945 Reviewed by Tim Horton.
2947 * platform/mac/accessibility/aria-menuitem-checked-value-expected.txt: Added.
2948 * platform/mac/accessibility/aria-menuitem-checked-value.html: Added.
2950 2013-05-04 Dean Jackson <dino@apple.com>
2952 Animations and Transitions should not start when globally suspended
2953 https://bugs.webkit.org/show_bug.cgi?id=114915
2955 Reviewed by Sam Weinig.
2957 Two new tests. Add an animation or transition to
2958 the document when the global animation controller is suspended.
2959 In the animation case, nothing should happen until the
2960 animations are resumed. In the transition case, the style
2961 change should happen immediately and not fire any events.
2963 * animations/added-while-suspended-expected.txt: Added.
2964 * animations/added-while-suspended.html: Added.
2965 * animations/suspend-transform-animation.html: Make sure to resume suspended animations
2966 before quitting the test.
2967 * transitions/started-while-suspended-expected.txt: Added.
2968 * transitions/started-while-suspended.html: Added.
2969 * transitions/suspend-transform-transition.html: Make sure to resume suspended animations
2970 before quitting the test.
2972 2013-04-30 Robert Hogan <robert@webkit.org>
2974 REGRESSION(r140907): Incorrect baseline on cells after updating vertical-align
2975 https://bugs.webkit.org/show_bug.cgi?id=115432
2977 Reviewed by Julien Chaffraix.
2979 * fast/table/correct-baseline-after-style-change-expected.html: Added.
2980 * fast/table/correct-baseline-after-style-change.html: Added.
2982 2013-05-03 Arnaud Renevier <a.renevier@sisa.samsung.com>
2984 incorrect repainting when a table has a transform
2985 https://bugs.webkit.org/show_bug.cgi?id=109867
2987 Reviewed by Simon Fraser.
2989 Create tests that resize an element inside a display: table element.
2990 Compare to a reference html file where the element has a static size.
2991 In the first test, the table like element has a transform. In the
2992 second, it has a reflection.
2994 * fast/repaint/reflection-table-layout-expected.html: Added.
2995 * fast/repaint/reflection-table-layout.html: Added.
2996 * fast/repaint/transform-table-layout-expected.html: Added.
2997 * fast/repaint/transform-table-layout.html: Added.
2999 2013-05-03 Antti Koivisto <antti@apple.com>
3001 Remove concept of younger and older shadow trees
3002 https://bugs.webkit.org/show_bug.cgi?id=115570
3004 Reviewed by Andreas Kling.
3006 * editing/text-iterator/basic-iteration-expected.txt:
3007 * editing/text-iterator/script-tests/basic-iteration.js:
3008 (addShadowTreeWithDivElement):
3009 * fast/forms/resources/common-spinbutton-change-and-input-events.js:
3010 (testSpinButtonChangeAndInputEvents):
3011 * fast/forms/resources/common-spinbutton-click-in-iframe.js:
3014 2013-05-03 Viatcheslav Ostapenko <viatchslav.o@samsung.com>
3016 [Cairo] Anti-aliasing should not be always disabled for lines
3017 https://bugs.webkit.org/show_bug.cgi?id=109535
3019 Reviewed by Martin Robinson.
3021 Add pixel test with scaled text lines.
3023 * fast/css3-text/css3-text-decoration/text-decoration-line-scaled.html: Added.
3024 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.png: Added.
3025 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Added.
3027 2013-05-03 Stephanie Lewis <slewis@apple.com>
3029 Revert to old results on Lion.
3033 Results were updated in (http://trac.webkit.org/changeset/149503) but that is compiled
3034 out on Lion (http://trac.webkit.org/changeset/149510).
3036 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
3038 2013-05-03 Joone Hur <joone.hur@intel.com>
3040 Unreviewed EFL gardening.
3042 Skip some failing tests after r149504.
3044 * platform/efl/TestExpectations:
3046 2013-05-02 Joone Hur <joone.hur@intel.com>
3048 Unreviewed EFL gardening.
3050 Unskip html5lib test cases that were skipped due to failure after r143804.
3052 * platform/efl/TestExpectations:
3054 2013-05-02 Ryuan Choi <ryuan.choi@samsung.com>
3056 Unreviewed EFL gardening.
3058 Moved XFrameOptions results from efl-wk2 to efl and rebased source-list-parsing-nonascii.html
3060 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt: Renamed from LayoutTests/platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt.
3061 * platform/efl/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt: Renamed from LayoutTests/platform/efl-wk2/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt.
3062 * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
3064 2013-05-02 Joone Hur <joone.hur@intel.com>
3066 Unreviewed EFL gardening.
3068 Unskip WebAudio test cases on EFL WK2.
3070 * platform/efl-wk2/TestExpectations:
3072 2013-05-02 Arnaud Renevier <a.renevier@sisa.samsung.com>
3074 border-radius clipping a canvas does not always clip
3075 https://bugs.webkit.org/show_bug.cgi?id=113343
3077 Create a test that draws a canvas into a clipped overflown div with
3078 radius corner. Then redraw that same thing a moment later. The canvas
3079 should stay correctly clipped the second time.
3081 Reviewed by Simon Fraser.
3083 * fast/overflow/border-radius-clipping-2-expected.html: Added.
3084 * fast/overflow/border-radius-clipping-2.html: Added.
3086 2013-05-02 Eric Carlson <eric.carlson@apple.com>
3088 Caption menu does not include in-band captions
3089 https://bugs.webkit.org/show_bug.cgi?id=111934
3091 Reviewed by Dean Jackson.
3093 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
3094 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
3096 2013-05-02 Joone Hur <joone.hur@intel.com>
3098 Unreviewed EFL gardening.
3100 * platform/efl-wk2/TestExpectations:
3102 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3104 [Qt] Unreviewed. Some more gardening after r149292.
3105 https://bugs.webkit.org/show_bug.cgi?id=115372
3107 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png:
3108 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
3109 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png:
3110 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
3111 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
3112 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
3113 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
3114 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
3115 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
3116 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
3117 * platform/qt-5.0-wk2/css3/filters/filtered-compositing-descendant-expected.txt: Added.
3118 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt:
3119 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
3120 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
3121 * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
3122 * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
3123 * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt:
3124 * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
3126 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3128 [Qt] Unreviewed gardening after r149457 and r149388.
3130 * platform/qt/TestExpectations:
3131 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
3133 2013-05-01 Ryuan Choi <ryuan.choi@samsung.com>
3135 Unreviewed EFL gardening.
3137 * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
3138 * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
3139 * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
3140 * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
3141 * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
3142 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
3144 2013-05-01 Stephanie Lewis <slewis@apple.com>
3146 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149474
3150 * platform/mac-lion/fast/text/text-combine-different-fonts-expected.txt: Added.
3152 2013-05-01 Enrica Casucci <enrica@apple.com>
3154 text-combine: horizontal does not work properly for some fonts.
3155 https://bugs.webkit.org/show_bug.cgi?id=115503.
3157 Reviewed by Dave Hyatt.
3159 * fast/text/text-combine-different-fonts.html: Added.
3160 * platform/mac/fast/text/text-combine-different-fonts-expected.png: Added.
3161 * platform/mac/fast/text/text-combine-different-fonts-expected.txt: Added.
3163 2013-05-01 Stephanie Lewis <slewis@apple.com>
3165 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149450
3169 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
3170 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
3172 2013-05-01 Tim Horton <timothy_horton@apple.com>
3174 <object data="<some data URL>"> MIME types aren't case-insensitive
3175 https://bugs.webkit.org/show_bug.cgi?id=115494
3177 Reviewed by Darin Adler.
3179 Add a testcase that ensures that iMaGe/PNG == image/png when it comes to
3180 the MIME type specified in a data URL provided to <object> via its
3183 * fast/images/object-data-url-case-insensitivity-expected.html: Added.
3184 * fast/images/object-data-url-case-insensitivity.html: Added.
3186 2013-05-01 Hans Muller <hmuller@adobe.com>
3188 [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled
3189 https://bugs.webkit.org/show_bug.cgi?id=115455
3191 Reviewed by Dirk Schulze.
3193 First round of changes to restore platform/mac exclusion tests that started failing when
3194 subpixel layout was turned off. This set of changes just restores four tests. It also revises
3195 the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes
3196 and to simplify its use a little.
3198 * fast/exclusions/resources/rounded-rectangle.js:
3199 (simulateShape): Revised dependencies on subpixel-utils.
3200 * fast/exclusions/resources/simple-polygon.js:
3201 (polygonXIntercepts): Ditto.
3202 * fast/exclusions/resources/subpixel-utils.js:
3203 (SubPixelLayout.): Substantially revised, see description.
3204 * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt:
3205 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
3206 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt:
3207 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
3208 * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
3209 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
3210 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
3211 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
3212 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
3213 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
3214 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
3215 * platform/mac/TestExpectations:
3217 2013-05-01 Enrica Casucci <enrica@apple.com>
3219 Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inline-box.
3220 https://bugs.webkit.org/show_bug.cgi?id=115478.
3222 Reviewed by Dave Hyatt.
3224 * fast/block/lineboxcontain/block-with-ideographs.xhtml: Added.
3225 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
3226 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png : Added.
3228 2013-05-01 Per-Erik Brodin <per-erik.brodin@ericsson.com>
3230 EventSource: Loss of reconnect time precision due to integer division
3231 https://bugs.webkit.org/show_bug.cgi?id=115358
3233 Reviewed by Alexey Proskuryakov.
3235 * http/tests/eventsource/eventsource-retry-precision-expected.txt: Added.
3236 * http/tests/eventsource/eventsource-retry-precision.html: Added.
3237 * http/tests/eventsource/resources/precise-retry.asis: Added.
3239 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3241 Show a block cursor in overtype mode
3242 https://bugs.webkit.org/show_bug.cgi?id=114819
3244 Reviewed by Ryosuke Niwa.
3246 New test case for the new block cursor to be used in overtype
3247 mode. The test verifies that the 1-pixel long caret is replaced by
3248 a selection like 1-character long block cursor when in overtype
3249 mode. This test covers LTR and RTL text in LTR and RTL blocks and
3252 * editing/selection/block-cursor-overtype-mode-expected.txt: Added.
3253 * editing/selection/block-cursor-overtype-mode.html: Added.
3255 2013-04-30 David Hyatt <hyatt@apple.com>
3257 <button> ignores margin-bottom.
3258 https://bugs.webkit.org/show_bug.cgi?id=114940
3260 Reviewed by Beth Dakin.
3262 * fast/forms/content-with-margins-inside-button-expected.html: Added.
3263 * fast/forms/content-with-margins-inside-button.html: Added.
3265 2013-04-30 Oliver Hunt <oliver@apple.com>
3267 JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
3268 https://bugs.webkit.org/show_bug.cgi?id=115449
3270 Reviewed by Geoffrey Garen.
3274 * fast/js/script-tests/stack-trace.js:
3277 (dfgThing.get willThrow):
3278 (dfgThing.get willThrowEventually):
3279 (dfgThing.willThrowFunc):
3280 (dfgThing.willThrowEventuallyFunc):
3293 * fast/js/stack-trace-expected.txt:
3295 2013-04-30 Roger Fong <roger_fong@apple.com>
3297 Unreviewed. Rebaseline some tests on AppleWin port after disabling subpixel layout.
3299 * platform/win/css1/font_properties/font-expected.txt:
3300 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
3301 * platform/win/fast/lists/003-vertical-expected.txt:
3302 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
3303 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
3304 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
3305 * platform/win/svg/batik/paints: Added.
3306 * platform/win/svg/batik/paints/gradientLimit-expected.txt: Added.
3307 * platform/win/transforms/2d/hindi-rotated-expected.txt:
3309 2013-04-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3311 [Qt][WK2] Unreviewed gardening. Massive rebaselining after r149292.
3312 https://bugs.webkit.org/show_bug.cgi?id=115372
3314 * platform/qt-5.0-wk2/animations/3d/replace-filling-transform-expected.png: Added.
3315 * platform/qt-5.0-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
3316 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added.
3317 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
3318 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added.
3319 * platform/qt-5.0-wk2/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
3320 * platform/qt-5.0-wk2/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
3321 * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
3322 * platform/qt-5.0-wk2/compositing/contents-opaque/background-clip-expected.txt: Added.
3323 * platform/qt-5.0-wk2/compositing/contents-opaque/background-color-expected.txt: Added.
3324 * platform/qt-5.0-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
3325 * platform/qt-5.0-wk2/compositing/contents-opaque/filter-expected.txt: Added.
3326 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-opacity-expected.txt: Added.
3327 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-transform-expected.txt: Added.
3328 * platform/qt-5.0-wk2/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
3329 * platform/qt-5.0-wk2/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
3330 * platform/qt-5.0-wk2/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
3331 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
3332 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
3333 * platform/qt-5.0-wk2/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
3334 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
3335 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
3336 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
3337 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
3338 * platform/qt-5.0-wk2/compositing/geometry/clip-expected.txt: Added.
3339 * platform/qt-5.0-wk2/compositing/geometry/clip-inside-expected.txt: Added.
3340 * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
3341 * platform/qt-5.0-wk2/compositing/geometry/flipped-writing-mode-expected.txt: Added.
3342 * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.txt: Added.
3343 * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
3344 * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
3345 * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
3346 * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
3347 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
3348 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
3349 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
3350 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
3351 * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
3352 * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
3353 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
3354 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
3355 * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
3356 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
3357 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
3358 * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
3359 * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
3360 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
3361 * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png:
3362 * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added.
3363 * platform/qt-5.0-wk2/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
3364 * platform/qt-5.0-wk2/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
3365 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
3366 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
3367 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
3368 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
3369 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
3370 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
3371 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-expected.txt: Added.
3372 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
3373 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-clipping-expected.txt: Added.
3374 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
3375 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
3376 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
3377 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
3378 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transforms-expected.txt: Added.
3379 * platform/qt-5.0-wk2/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
3380 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
3381 * platform/qt-5.0-wk2/compositing/layer-creation/translatez-overlap-expected.txt: Added.
3382 * platform/qt-5.0-wk2/compositing/masks/mask-layer-size-expected.txt: Added.
3383 * platform/qt-5.0-wk2/compositing/overflow-trumps-transform-style-expected.txt: Added.
3384 * platform/qt-5.0-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
3385 * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
3386 * platform/qt-5.0-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
3387 * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
3388 * platform/qt-5.0-wk2/compositing/overflow/resize-painting-expected.txt: Added.
3389 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Added.
3390 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Added.
3391 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Added.
3392 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Added.
3393 * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png: Added.
3394 * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
3395 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
3396 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
3397 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
3398 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
3399 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
3400 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
3401 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
3402 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
3403 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
3404 * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.
3405 * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
3406 * platform/qt-5.0-wk2/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
3407 * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
3408 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
3409 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-img-expected.txt: Added.
3410 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
3411 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
3412 * platform/qt-5.0-wk2/compositing/tiling/tiled-layer-resize-expected.txt: Added.
3413 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
3414 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
3415 * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
3416 * platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt: Added.
3417 * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
3418 * platform/qt-5.0-wk2/css3/filters/composited-during-transition-layertree-expected.txt: Added.
3419 * platform/qt-5.0-wk2/css3/filters/filter-repaint-blur-expected.png: Added.
3420 * platform/qt-5.0-wk2/css3/filters/filter-repaint-child-layers-expected.png: Added.
3421 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-clipped-expected.png: Added.
3422 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-expected.png: Added.
3423 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-rotated-expected.png: Added.
3424 * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
3425 * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png:
3426 * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
3427 * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png:
3428 * platform/qt-5.0-wk2/css3/images/cross-fade-background-size-expected.png: Added.
3429 * platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png: Added.
3430 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png: Added.
3431 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png: Added.
3432 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png: Added.
3433 * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
3434 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
3435 * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png: Added.
3436 * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png: Added.
3437 * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png: Added.
3438 * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png: Added.
3439 * platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png: Added.
3440 * platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-on-body-expected.png: Added.
3441 * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
3442 * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png:
3443 * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
3444 * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png:
3445 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png:
3446 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-expected.png: Added.
3447 * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
3448 * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png:
3449 * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png: Added.
3450 * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Added.
3451 * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Added.
3452 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Added.
3453 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Added.
3454 * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Added.
3455 * platform/qt-5.0-wk2/fast/events/event-attribute-expected.txt: Added.
3456 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
3457 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
3458 * platform/qt-5.0-wk2/fast/forms/hidden-listbox-expected.png: Added.
3459 * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
3460 * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
3461 * platform/qt-5.0-wk2/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
3462 * platform/qt-5.0-wk2/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
3463 * platform/qt-5.0-wk2/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
3464 * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
3465 * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
3466 * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
3467 * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
3468 * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Added.
3469 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Added.
3470 * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Added.
3471 * platform/qt-5.0-wk2/fast/repaint/4774354-expected.png: Added.
3472 * platform/qt-5.0-wk2/fast/repaint/4776765-expected.png: Added.
3473 * platform/qt-5.0-wk2/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3474 * platform/qt-5.0-wk2/fast/repaint/background-generated-expected.png: Added.
3475 * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png:
3476 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png: Added.
3477 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
3478 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png:
3479 * platform/qt-5.0-wk2/fast/repaint/block-no-inflow-children-expected.png: Added.
3480 * platform/qt-5.0-wk2/fast/repaint/border-radius-repaint-expected.png: Added.
3481 * platform/qt-5.0-wk2/fast/repaint/border-repaint-glitch-expected.png: Added.
3482 * platform/qt-5.0-wk2/fast/repaint/box-shadow-dynamic-expected.png: Added.
3483 * platform/qt-5.0-wk2/fast/repaint/bugzilla-3509-expected.png: Added.
3484 * platform/qt-5.0-wk2/fast/repaint/bugzilla-5699-expected.png: Added.
3485 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
3486 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6388-expected.png: Added.
3487 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6473-expected.png: Added.
3488 * platform/qt-5.0-wk2/fast/repaint/bugzilla-7235-expected.png: Added.
3489 * platform/qt-5.0-wk2/fast/repaint/button-spurious-layout-hint-expected.png: Added.
3490 * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
3491 * platform/qt-5.0-wk2/fast/repaint/clip-with-layout-delta-expected.png: Added.
3492 * platform/qt-5.0-wk2/fast/repaint/clipped-relative-expected.png: Added.
3493 * platform/qt-5.0-wk2/fast/repaint/containing-block-position-change-expected.png: Added.
3494 * platform/qt-5.0-wk2/fast/repaint/content-into-overflow-expected.png: Added.
3495 * platform/qt-5.0-wk2/fast/repaint/continuation-after-outline-expected.png: Added.
3496 * platform/qt-5.0-wk2/fast/repaint/control-clip-expected.png: Added.
3497 * platform/qt-5.0-wk2/fast/repaint/create-layer-repaint-expected.png: Added.
3498 * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png:
3499 * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
3500 * platform/qt-5.0-wk2/fast/repaint/erase-overflow-expected.png: Added.
3501 * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png: