1 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
3 Mac test expectation cleanups. Unskip a bunch of tests and rebaseline them as needed.
5 * accessibility/aria-menubar-menuitems-expected.txt: Added.
6 * fast/replaced/border-radius-clip-expected.png:
7 * platform/mac/TestExpectations:
8 * platform/mac/fast/replaced/border-radius-clip-expected.txt:
9 * platform/mac/http/tests/multipart/policy-ignore-crash-expected.txt: Copied from LayoutTests/http/tests/multipart/policy-ignore-crash-expected.txt.
10 * platform/mac/media/video-volume-slider-expected.png: Added.
11 * platform/mac/media/video-volume-slider-expected.txt: Added.
13 2013-05-22 Hans Muller <hmuller@adobe.com>
15 [CSS Exclusions] property parsing tests should be revised
16 https://bugs.webkit.org/show_bug.cgi?id=116446
18 Reviewed by Alexandru Chiculita.
20 This is just a cleanup of the existing parsing tests. None of the tests have effectively
21 changed. The cleaned-up version should be simpler, more regular, and shorter:
22 - Moved all of parsing tests into a fast/exclusions/parsing subdirectory.
23 - Remove the obsolete "wrap-" prefix from file names.
24 - Eiminated excessive and needless stringification in many of the test functions.
25 - Moved common code into parsing-test-utils.js and refactored redundant code.
27 * fast/exclusions/parsing-wrap-shape-inside-expected.txt: Removed.
28 * fast/exclusions/parsing-wrap-shape-inside.html: Removed.
29 * fast/exclusions/parsing-wrap-shape-lengths-expected.txt: Removed.
30 * fast/exclusions/parsing-wrap-shape-lengths.html: Removed.
31 * fast/exclusions/parsing-wrap-shape-outside-expected.txt: Removed.
32 * fast/exclusions/parsing-wrap-shape-outside.html: Removed.
33 * fast/exclusions/parsing/parsing-shape-inside-expected.txt: Added.
34 * fast/exclusions/parsing/parsing-shape-inside.html: Added.
35 * fast/exclusions/parsing/parsing-shape-lengths-expected.txt: Added.
36 * fast/exclusions/parsing/parsing-shape-lengths.html: Added.
37 * fast/exclusions/parsing/parsing-shape-margin-expected.txt: Added.
38 * fast/exclusions/parsing/parsing-shape-margin.html: Added.
39 * fast/exclusions/parsing/parsing-shape-outside-expected.txt: Added.
40 * fast/exclusions/parsing/parsing-shape-outside.html: Added.
41 * fast/exclusions/parsing/parsing-shape-padding-expected.txt: Added.
42 * fast/exclusions/parsing/parsing-shape-padding.html: Added.
43 * fast/exclusions/parsing/parsing-wrap-flow-expected.txt: Added.
44 * fast/exclusions/parsing/parsing-wrap-flow.html: Added.
45 * fast/exclusions/parsing/parsing-wrap-through-expected.txt: Added.
46 * fast/exclusions/parsing/parsing-wrap-through.html: Added.
47 * fast/exclusions/parsing/script-tests/parsing-shape-inside.js: Added.
48 (string_appeared_here):
49 * fast/exclusions/parsing/script-tests/parsing-shape-lengths.js: Added.
52 (testComputedStyleValue):
54 * fast/exclusions/parsing/script-tests/parsing-shape-margin.js: Added.
55 (testShapeSpecifiedProperty):
56 * fast/exclusions/parsing/script-tests/parsing-shape-outside.js: Added.
57 (testShapePropertyParsingFailure):
58 * fast/exclusions/parsing/script-tests/parsing-shape-padding.js: Added.
59 (testShapeSpecifiedProperty):
60 * fast/exclusions/parsing/script-tests/parsing-test-utils.js: Added.
62 (getComputedStyleValue):
63 (getParentAndChildComputedStyles):
64 (getParentAndChildComputedStylesString):
65 (getChildComputedStyle):
66 (testShapeSpecifiedProperty):
67 (testShapeComputedProperty):
68 (testNotInheritedShapeChildProperty):
69 * fast/exclusions/parsing/script-tests/parsing-wrap-flow.js: Added.
70 * fast/exclusions/parsing/script-tests/parsing-wrap-through.js: Added.
71 * fast/exclusions/shape-margin-parsing-expected.txt: Removed.
72 * fast/exclusions/shape-margin-parsing.html: Removed.
73 * fast/exclusions/shape-padding-parsing-expected.txt: Removed.
74 * fast/exclusions/shape-padding-parsing.html: Removed.
75 * fast/exclusions/wrap-flow-parsing-expected.txt: Removed.
76 * fast/exclusions/wrap-flow-parsing.html: Removed.
77 * fast/exclusions/wrap-through-parsing-expected.txt: Removed.
78 * fast/exclusions/wrap-through-parsing.html: Removed.
80 2013-05-22 Ryosuke Niwa <rniwa@webkit.org>
82 REGRESSION: ASSERTION FAILED: obj->isRenderInline() || obj == this, Bad cast in WebCore::RenderBlock::createLineBoxes
83 https://bugs.webkit.org/show_bug.cgi?id=110622
85 Reviewed by David Hyatt.
87 Add a regression test.
89 * fullscreen/full-screen-inline-split-crash-expected.txt: Added.
90 * fullscreen/full-screen-inline-split-crash.html: Added.
92 2013-05-22 Simon Fraser <simon.fraser@apple.com>
94 New Flickr doesn't get fast scrolling but should
95 https://bugs.webkit.org/show_bug.cgi?id=116514
97 Reviewed by Darin Adler.
99 slow-scrolling-hidden-background-toggle.html actually tests this patch. The other
100 two tests were added because there appear to be no tests for basic internals.mainThreadScrollingReasons()
103 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle-expected.txt: Added.
104 * platform/mac-wk2/tiled-drawing/slow-scrolling-background-toggle.html: Added.
105 * platform/mac-wk2/tiled-drawing/slow-scrolling-expected.txt: Added.
106 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle-expected.txt: Added.
107 * platform/mac-wk2/tiled-drawing/slow-scrolling-hidden-background-toggle.html: Added.
108 * platform/mac-wk2/tiled-drawing/slow-scrolling.html: Added.
110 2013-05-22 Robert Hogan <robert@webkit.org>
112 Need to Remove Anonymous Wrappers When All Children Become Inline
113 https://bugs.webkit.org/show_bug.cgi?id=115687
115 Reviewed by David Hyatt.
117 * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned-expected.txt: Added.
118 * fast/block/remove-anonymous-wrappers-when-element-changes-to-float-or-positioned.html: Added.
119 * platform/qt/fast/block/float/float-not-removed-from-next-sibling2-expected.txt:
120 * platform/qt/fast/dynamic/002-expected.txt:
122 2013-05-22 Zoltan Arvai <zarvai@inf.u-szeged.hu>
124 [Qt][WK2] Unreviewed gardening. Skipping failing printing tests after r150046.
125 https://bugs.webkit.org/show_bug.cgi?id=116617
127 * platform/qt-5.0-wk2/TestExpectations:
129 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
131 [Qt] Unreviewed gardening. Skip failing tests after r150065 and r150498.
133 * platform/qt/TestExpectations:
135 2013-05-22 Radu Stavila <stavila@adobe.com>
137 [CSSRegions] Remove platform-specific differences from offsetLeft/offsetTop tests
138 https://bugs.webkit.org/show_bug.cgi?id=116607
140 Reviewed by Antti Koivisto.
142 * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt:
143 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
144 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html:
145 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html:
147 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
149 [Qt] Unreviewed gardening, updating expected files after r150508.
151 * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
152 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Removed.
154 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
156 [Qt] Unreviewed gardening. Unskipping some tests.
157 https://bugs.webkit.org/show_bug.cgi?id=26830
158 https://bugs.webkit.org/show_bug.cgi?id=99870
159 https://bugs.webkit.org/show_bug.cgi?id=108429
160 https://bugs.webkit.org/show_bug.cgi?id=23166
161 https://bugs.webkit.org/show_bug.cgi?id=98523
162 https://bugs.webkit.org/show_bug.cgi?id=110654
164 * platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Removed.
165 * platform/qt/TestExpectations:
166 * platform/qt/css2.1/20110323/replaced-elements-001-expected.png:
167 * platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
168 * platform/qt/css3/flexbox/button-expected.png: Added.
169 * platform/qt/css3/flexbox/button-expected.txt: Added.
170 * platform/qt/fast/css/background-clip-radius-values-expected.png: Added.
171 * platform/qt/fast/css/background-clip-radius-values-expected.txt: Added.
172 * platform/qt/fast/images/repaint-subrect-grid-expected.txt: Added.
173 * platform/qt/fast/multicol/single-line-expected.png: Added.
174 * platform/qt/fast/multicol/single-line-expected.txt: Added.
175 * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
176 * platform/qt/svg/custom/foreign-object-skew-expected.txt:
177 * platform/qt/svg/custom/js-late-pattern-creation-expected.png:
178 * platform/qt/svg/custom/pattern-scaling-expected.png: Added.
179 * platform/qt/svg/custom/pattern-scaling-expected.txt: Added.
180 * platform/qt/svg/custom/pattern-skew-transformed-expected.png:
181 * platform/qt/svg/custom/pattern-skew-transformed-expected.txt: Added.
182 * platform/qt/svg/custom/pattern-with-transformation-expected.png:
183 * platform/qt/svg/custom/text-ctm-expected.png:
184 * platform/qt/svg/custom/text-ctm-expected.txt:
185 * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
186 * platform/qt/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
187 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.png:
188 * platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
190 2013-05-22 Gabor Abraham <abrhm@inf.u-szeged.hu>
192 [Qt] Unreviewed gardening. Unskipping some tests.
193 https://bugs.webkit.org/show_bug.cgi?id=105437
195 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png:
196 * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
197 * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
198 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
199 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.txt: Added.
200 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
201 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.txt: Added.
202 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
203 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.txt: Added.
204 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
205 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.txt: Added.
206 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
207 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.txt: Added.
208 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
209 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.txt: Added.
210 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
211 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.txt: Added.
212 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
213 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.txt: Added.
214 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
215 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.txt: Added.
216 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
217 * platform/qt/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.txt: Added.
218 * 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.
219 * platform/qt/svg/filters/feImage-animated-transform-on-target-rect-expected.txt: Added.
220 * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
221 * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
222 * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
223 * platform/qt/svg/filters/feImage-late-indirect-update-expected.png:
224 * platform/qt/svg/filters/feImage-late-indirect-update-expected.txt: Added.
225 * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png:
226 * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added.
227 * platform/qt/svg/filters/feImage-position-expected.png:
228 * platform/qt/svg/filters/feImage-position-expected.txt: Added.
229 * platform/qt/svg/filters/feImage-preserveAspectratio-expected.png:
230 * platform/qt/svg/filters/feImage-preserveAspectratio-expected.txt: Added.
231 * platform/qt/svg/filters/feImage-reference-invalidation-expected.png:
232 * platform/qt/svg/filters/feImage-reference-invalidation-expected.txt: Added.
233 * platform/qt/svg/filters/feImage-subregions-expected.png:
234 * platform/qt/svg/filters/feImage-subregions-expected.txt: Added.
235 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
236 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt: Added.
237 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
238 * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt: Added.
239 * platform/qt/svg/filters/feImage-target-add-to-document-expected.png:
240 * platform/qt/svg/filters/feImage-target-add-to-document-expected.txt: Added.
241 * platform/qt/svg/filters/feImage-target-attribute-change-expected.png:
242 * platform/qt/svg/filters/feImage-target-attribute-change-expected.txt: Added.
243 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png:
244 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added.
245 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png:
246 * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added.
247 * platform/qt/svg/filters/feImage-target-changes-id-expected.png:
248 * platform/qt/svg/filters/feImage-target-changes-id-expected.txt: Added.
249 * platform/qt/svg/filters/feImage-target-id-change-expected.png:
250 * platform/qt/svg/filters/feImage-target-id-change-expected.txt: Added.
251 * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png:
252 * platform/qt/svg/filters/feImage-target-inline-style-change-expected.txt: Added.
253 * platform/qt/svg/filters/feImage-target-property-change-expected.png:
254 * platform/qt/svg/filters/feImage-target-property-change-expected.txt: Added.
255 * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png:
256 * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.txt: Added.
257 * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png:
258 * platform/qt/svg/filters/feImage-target-remove-from-document-expected.txt: Added.
259 * platform/qt/svg/filters/feImage-target-style-change-expected.png:
260 * platform/qt/svg/filters/feImage-target-style-change-expected.txt: Added.
262 2013-05-22 Krzysztof Czech <k.czech@samsung.com>
264 [EFL] accessibility/label-for-control-hittest.html is failing
265 https://bugs.webkit.org/show_bug.cgi?id=112029
267 Unreviewed EFL gardening.
269 accessibility/label-for-control-hittest.html passes after r150439.
271 * platform/efl-wk2/TestExpectations:
273 2013-05-21 Mihai Tica <mitica@adobe.com>
275 Updating element background blending to conform to the changes in the spec.
276 This implies that the background layers won't longer blend with the content
278 Removing the background color tests, as background color blending is no longer
279 a valid use case, also modified the current background image tests.
280 https://bugs.webkit.org/show_bug.cgi?id=116212
282 Reviewed by Dean Jackson.
284 * css3/compositing/effect-background-blend-mode-color-expected.txt: Removed.
285 * css3/compositing/effect-background-blend-mode-color.html: Removed.
286 * css3/compositing/effect-background-blend-mode-color2-expected.txt: Removed.
287 * css3/compositing/effect-background-blend-mode-color2.html: Removed.
288 * css3/compositing/effect-background-blend-mode-stacking-expected.png: Removed.
289 * css3/compositing/effect-background-blend-mode-stacking.html:
290 * platform/mac/css3/compositing/effect-background-blend-mode-color-expected.png: Removed.
291 * platform/mac/css3/compositing/effect-background-blend-mode-color2-expected.png: Removed.
292 * platform/mac/css3/compositing/effect-background-blend-mode-expected.png:
293 * platform/mac/css3/compositing/effect-background-blend-mode-stacking-expected.png:
295 2013-05-21 Seokju Kwon <seokju.kwon@gmail.com>
297 [EFL] Cleanup TestExpectations to pass --lint-test-files
298 https://bugs.webkit.org/show_bug.cgi?id=116590
300 Unreviewed EFL gardening.
302 http/tests/websocket/tests/hybi/close-on-navigate-new-location.html was skipped in r150497.
304 * platform/efl/TestExpectations: Remove duplicate entry.
306 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
308 Web Inspector: [Mac] inspector/geolocation-error.html is flaky
309 https://bugs.webkit.org/show_bug.cgi?id=116592
311 Add a flaky test expectation.
313 * platform/mac/TestExpectations:
315 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
317 Use-after-free in DOMSelection::containsNode
318 https://bugs.webkit.org/show_bug.cgi?id=116468
320 Reviewed by Andreas Kling.
322 Add a regression test from https://chromium.googlesource.com/chromium/blink/+/40bb8089352b15dd034641b4c131111cd79b44f1.
324 * editing/selection/contains-node-crash-expected.txt: Added.
325 * editing/selection/contains-node-crash.html: Added.
327 2013-05-21 Gyuyoung Kim <gyuyoung.kim@samsung.com>
329 Unreviewed EFL gardening.
331 Skip a test which has problem related to ecore library.
333 * platform/efl/TestExpectations:
335 2013-05-21 Joseph Pecoraro <pecoraro@apple.com>
337 Web Inspector: InspectorFrontendHost::loadResourceSynchronously() builds ASCII-only results
338 https://bugs.webkit.org/show_bug.cgi?id=116569
340 Merge: https://chromium.googlesource.com/chromium/blink/+/7f1cfecfe34f4dbc6ce1ef0250b13f2058128eeb
342 Reviewed by Timothy Hatcher.
344 * inspector/load-resource-synchronously-utf8-expected.txt: Added.
345 * inspector/load-resource-synchronously-utf8.html: Added.
347 2013-05-21 Andy Estes <aestes@apple.com>
349 Check in the test and result I forgot to 'git add' before committing r150490.
351 * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Added.
352 * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Added.
354 2013-05-21 Andy Estes <aestes@apple.com>
356 Allow session storage for third-party origins even if third-party data access is blocked.
357 https://bugs.webkit.org/show_bug.cgi?id=116532
359 Reviewed by Anders Carlsson.
361 * http/tests/security/cross-origin-session-storage-third-party-blocked-expected.txt: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage-expected.txt.
362 * http/tests/security/cross-origin-session-storage-third-party-blocked.html: Renamed from LayoutTests/http/tests/security/cross-origin-session-storage.html.
364 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
366 Web Inspector: inspector/styles/import-pseudoclass-crash.html intermittently hits an assertion in HTMLLinkElement::startLoadingDynamicSheet
367 https://bugs.webkit.org/show_bug.cgi?id=116582
369 Add a flaky crash expectation.
371 * platform/mac/TestExpectations:
373 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
375 Update Mountain Lion test expectations per bug 116477.
377 * platform/mac/TestExpectations:
379 2013-05-21 Zoltan Horvath <zoltan@webkit.org>
381 [CSS Regions][CSS Exclusions] Multiple regions with shape-insides should respect positioned shapes and overflow
382 https://bugs.webkit.org/show_bug.cgi?id=115001
384 Reviewed by David Hyatt.
386 In r150375 I implemented the new overflow behavior for shape-inside on regions, but it covered only the simple cases
387 when you had only one region. This patch adds support for the new overflow behavior for multiple regions with multiple
388 positioned shape-insides and overflow.
390 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes-expected.html: Added.
391 * fast/regions/shape-inside/shape-inside-on-regions-block-content-overflow-multiple-shapes.html: Added.
392 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes-expected.html: Added.
393 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-overflow-multiple-shapes.html: Added.
395 2013-05-21 Brent Fulgham <bfulgham@apple.com>
397 [Windows] Reenable storage tests
398 https://bugs.webkit.org/show_bug.cgi?id=116559
400 Unreviewed update to TestExpectations:
401 1. Storage features are present on Windows, so test them.
402 2. Disable (for now) the four websql tests that fail.
404 * platform/win/TestExpectations:
406 2013-05-21 Jer Noble <jer.noble@apple.com>
408 Unreviewed gardening; rebaseline and re-enable media/track/track-cue-rendering-snap-to-lines-not-set.html
410 * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
411 * platform/mac/TestExpectations:
412 * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Removed.
414 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
416 Update test expectations after r150472 for the bug 116125.
418 * platform/wk2/TestExpectations:
420 2013-05-21 Commit Queue <commit-queue@webkit.org>
422 Unreviewed, rolling out r150386 and r150397.
423 http://trac.webkit.org/changeset/150386
424 http://trac.webkit.org/changeset/150397
425 https://bugs.webkit.org/show_bug.cgi?id=116572
427 Broke a test; Alex is going to try again later. (Requested by
430 * platform/wk2/TestExpectations:
432 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
434 dispatchEvent call can execute javascript and blow away endRoot from underneath
435 https://bugs.webkit.org/show_bug.cgi?id=116483
437 Reviewed by Andreas Kling.
439 Add a regression test.
441 * editing/undo/undo-after-event-edited-expected.txt: Added.
442 * editing/undo/undo-after-event-edited.html: Added.
444 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
446 media/track/track-cue-rendering-snap-to-lines-not-set.html is failing
447 https://bugs.webkit.org/show_bug.cgi?id=116567
449 Add a failing test expectation to the test added in r150452.
451 * platform/mac/TestExpectations:
452 * platform/mac/media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt: Added.
454 2013-05-21 Brent Fulgham <bfulgham@apple.com>
456 [Windows] Disable several crashing tests.
457 https://bugs.webkit.org/show_bug.cgi?id=116562
459 Unreviewed change to TestExpectations while investigating.
461 * platform/win/TestExpectations:
463 2013-05-21 Brent Fulgham <bfulgham@apple.com>
465 [Windows] Workers are crashing tests.
466 https://bugs.webkit.org/show_bug.cgi?id=116560.
468 Unreviewed change to TestExpectations while investigating.
470 * platform/win/TestExpectations: Disable worker tests under Windows.
472 2013-05-21 Brent Fulgham <bfulgham@apple.com>
474 [Windows] Unreviewed test expectation change - skip failing tests.
475 https://bugs.webkit.org/show_bug.cgi?id=116564
477 1. Skip a number of failing tests, and investigate the sources of the
478 problems. Progress will be tracked on the above bug.
479 2. Correct a typo I made in r150382
480 3. Remove skip entries from https://webkit.org/b/113908; these were
481 replaced with new tests added in https://webkit.org/b/113946.
483 * platform/win/TestExpectations:
485 2013-05-21 Radu Stavila <stavila@adobe.com>
487 [CSSRegions] Remove percentages from offsetLeft/offsetTop tests to avoid sub-pixel errors
488 https://bugs.webkit.org/show_bug.cgi?id=116544
490 Reviewed by Andreas Kling.
492 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html:
493 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html:
495 2013-05-20 Jer Noble <jer.noble@apple.com>
497 Implement overlap avoidance for cues with snap-to-lines flag not set
498 https://bugs.webkit.org/show_bug.cgi?id=84296
500 Reviewed by Eric Carlson.
502 * media/track/track-cue-overlap-snap-to-lines-not-set-expected.txt: Added.
503 * media/track/track-cue-overlap-snap-to-lines-not-set.html: Added.
505 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
507 [GTK][WK2] accessibility/label-for-control-hittest.html is failing
508 https://bugs.webkit.org/show_bug.cgi?id=106341
510 Reviewed by Martin Robinson.
512 Fixing failing test. The reason of failure is missing
513 possibility of getting accessibility object at exact position.
515 * platform/gtk-wk2/TestExpectations:
517 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
519 [EFL] accessibility/accessibility-node-reparent.html is failing
520 https://bugs.webkit.org/show_bug.cgi?id=112026
522 Unreviewed EFL gardening.
524 accessibility/accessibility-node-reparent.html passes after r150431.
526 * platform/efl-wk2/TestExpectations:
528 2013-05-21 Krzysztof Czech <k.czech@samsung.com>
530 [EFL] accessibility/accessibility-node-memory-management.html is failing
531 https://bugs.webkit.org/show_bug.cgi?id=112025
533 Unreviewed EFL gardening
535 accessibility/accessibility-node-memory-management.html passes after r150431.
537 * platform/efl-wk2/TestExpectations:
539 2013-05-21 Ryosuke Niwa <rniwa@webkit.org>
541 [Mac] svg/batik/paints/patternRegions-positioned-objects.svg is flaky
542 https://bugs.webkit.org/show_bug.cgi?id=116519
544 Add a flaky test expectation.
546 * platform/mac/TestExpectations:
548 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
550 Remove remaining link-prerender code
551 https://bugs.webkit.org/show_bug.cgi?id=116429
553 Reviewed by Darin Adler.
555 Remove test cases related to link-prerender.
557 * fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Removed.
558 * fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Removed.
559 * fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Removed.
560 * fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Removed.
561 * fast/dom/HTMLLinkElement/resources/empty.html: Removed.
562 * fast/dom/HTMLLinkElement/resources/empty2.html: Removed.
563 * fast/dom/HTMLLinkElement/resources/simple-prerender.html: Removed.
564 * platform/mac/TestExpectations:
565 * platform/qt/TestExpectations:
566 * platform/win/TestExpectations:
567 * platform/wincairo/TestExpectations:
568 * platform/wk2/TestExpectations:
570 2013-05-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
572 Unreviewed EFL gardening. Below tests don't come to crash anymore after r150368.
573 But, pending-activity.html still comes to crash on wk2.
575 storage/indexeddb/pending-activity.html
576 storage/indexeddb/transaction-coordination-across-databases.html
578 * platform/efl-wk2/TestExpectations:
579 * platform/efl/TestExpectations:
581 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
583 Add tests for named access checks on DOMWindow
584 https://bugs.webkit.org/show_bug.cgi?id=116512
586 Reviewed by Geoffrey Garen.
588 Merge https://chromium.googlesource.com/chromium/blink/+/9207625a100abe9b72333ac5dba02b38ca5f4466
590 * http/tests/security/xss-DENIED-window-name-alert-expected.txt: Added.
591 * http/tests/security/xss-DENIED-window-name-alert.html: Added.
592 * http/tests/security/xss-DENIED-window-name-navigator-expected.txt: Added.
593 * http/tests/security/xss-DENIED-window-name-navigator.html: Added.
595 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
597 Null pointer deference in WebCore::AppendNodeCommand::create
598 https://bugs.webkit.org/show_bug.cgi?id=116479
600 Reviewed by Andreas Kling.
602 Add a regression test.
604 * editing/deleting/delete-uneditable-style-expected.txt: Added.
605 * editing/deleting/delete-uneditable-style.html: Added.
607 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
609 REGRESSION(r150386): [WK2] loader/go-back-cached-main-resource.html fails
610 https://bugs.webkit.org/show_bug.cgi?id=116491
612 Add a test expectation.
614 * platform/wk2/TestExpectations:
616 2013-05-20 Simon Fraser <simon.fraser@apple.com>
618 position:sticky should stick for the enclosing overflow ancestor
619 https://bugs.webkit.org/show_bug.cgi?id=100054
621 Reviewed by Beth Dakin.
623 Reference test for sticky behavior inside overflow:.
625 * fast/css/sticky/sticky-top-overflow-expected.html: Added.
626 * fast/css/sticky/sticky-top-overflow.html: Added.
628 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
630 Add a test that inserting a character inside a URL doesn't move caret per auto correction
631 https://bugs.webkit.org/show_bug.cgi?id=116458
633 Reviewed by Darin Adler.
635 Add a test. This is broken on Safari 6 but fixed on ToT.
637 * editing/inserting/inserting-slash-inside-url-with-smart-link-expected.txt: Added.
638 * editing/inserting/inserting-slash-inside-url-with-smart-link.html: Added.
639 * platform/mac-wk2/TestExpectations:
641 2013-05-20 Manuel Rego Casasnovas <rego@igalia.com>
643 [GTK][WK2] Unflag tests related to layoutTestController.setSmartInsertDeleteEnabled
644 https://bugs.webkit.org/show_bug.cgi?id=116433
646 Unreviewed gardening.
648 * platform/gtk-wk2/TestExpectations: Unflag tests as they are passing
651 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
653 [Mac] [WK2] storage/websql/open-database-creation-callback-isolated-world.html, statement-error-callback-isolated-world.html,
654 and transaction-success-callback-isolated-world.html are flaky
655 https://bugs.webkit.org/show_bug.cgi?id=116478
657 Add flaky test expectations.
659 * platform/mac-wk2/TestExpectations:
661 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
663 svg/batik/text/textEffect.svg is flaky on Mountain Lion builders
664 https://bugs.webkit.org/show_bug.cgi?id=116477
666 Add a failing test expectation.
668 * platform/mac/TestExpectations:
670 2013-05-20 Hans Muller <hmuller@adobe.com>
672 [CSS Exclusions] Add CSS parsing support for image URI shape-inside and shape-outside values
673 https://bugs.webkit.org/show_bug.cgi?id=116349
675 Reviewed by Alexandru Chiculita.
677 Check that shape values specified with a URI are parsed correctly.
679 * fast/exclusions/parsing-wrap-shape-inside-expected.txt:
680 * fast/exclusions/parsing-wrap-shape-outside-expected.txt:
681 * fast/exclusions/script-tests/parsing-wrap-shape-inside.js:
682 * fast/exclusions/script-tests/parsing-wrap-shape-outside.js:
684 2013-05-20 Alex Christensen <achristensen@apple.com>
686 WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests.
687 https://bugs.webkit.org/show_bug.cgi?id=116125
689 Reviewed by Tim Horton.
691 * platform/wk2/TestExpectations:
692 Unskipped working tests.
694 2013-05-20 Ryosuke Niwa <rniwa@webkit.org>
696 Add a failing test expectation to editing/selection/user-drag-element-and-user-select-none.html
697 after r150354. The failure is tracked by the bug 116473.
701 2013-05-20 Radu Stavila <stavila@adobe.com>
703 [CSSRegions] Fix offsetLeft / offsetTop for elements inside named flow
704 https://bugs.webkit.org/show_bug.cgi?id=115899
706 Reviewed by David Hyatt.
708 Added tests for the implementation of offsetLeft and offsetTop for objects inside named flows
709 for which the offsetParent is the body.
711 * fast/regions/offsetLeft-offsetTop-in-multiple-regions-expected.txt: Added.
712 * fast/regions/offsetLeft-offsetTop-in-multiple-regions.html: Added.
713 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed-expected.txt: Added.
714 * fast/regions/offsetLeft-offsetTop-in-region-absolute-sticky-fixed.html: Added.
715 * fast/regions/offsetLeft-offsetTop-in-region-float-expected.txt: Added.
716 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl-expected.txt: Added.
717 * fast/regions/offsetLeft-offsetTop-in-region-float-vert-rl.html: Added.
718 * fast/regions/offsetLeft-offsetTop-in-region-float.html: Added.
719 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element-expected.txt: Added.
720 * fast/regions/offsetLeft-offsetTop-inlines-region-in-element.html: Added.
722 2013-05-20 Brent Fulgham <bfulgham@apple.com>
724 [Windows] Unreviewed TestExpectation cleanup. Reordered lines
725 to match Mac version to make it easier to understand what features
726 are uniquely missing in Windows port.
728 * platform/win/TestExpectations: Reordering of lines, adds some
729 bug ID's to existing skipped tests.
731 2013-05-20 Hans Muller <hmuller@adobe.com>
733 [Qt] REGRESSION(r149457): some fast/exclusions tests are failing
734 https://bugs.webkit.org/show_bug.cgi?id=115511
736 Reviewed by Andreas Kling.
738 Unskipping the exclusions tests on Qt. They were fixed by https://bugs.webkit.org/show_bug.cgi?id=116115.
740 * platform/qt/TestExpectations:
742 2013-05-20 Zoltan Horvath <zoltan@webkit.org>
744 [CSS Regions][CSS Exclusions] shape-inside on regions should respect positioned shapes and overflow
745 https://bugs.webkit.org/show_bug.cgi?id=116252
747 Reviewed by David Hyatt.
749 Regions should respect shape-inside properties which have specified top offset. Since the content which overflows from the
750 shape should be pushed after the content box (for details check out r148975), I implemented overflowthe behavior for simple
751 cases when you have only one region. I'm going to implement it for additional regions in a follow up patch.
753 Tests: fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html
754 fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html
756 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset-expected.html: Added.
757 * fast/regions/shape-inside/shape-inside-on-regions-block-content-basic-overflow-shape-top-offset.html: Added.
758 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset-expected.html: Added.
759 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-basic-overflow-shape-top-offset.html: Added.
761 2013-05-20 Seokju Kwon <seokju.kwon@gmail.com>
763 [GTK] Cleanup TestExpectations to pass --lint-test-files
764 https://bugs.webkit.org/show_bug.cgi?id=116419
766 Unreviewed GTK gardening.
768 Remove one of two http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html
770 * platform/gtk/TestExpectations:
772 2013-05-20 Antoine Quint <graouts@apple.com>
774 [Mac] captions menu should behave more like a menu
775 https://bugs.webkit.org/show_bug.cgi?id=116436
777 Reviewed by Eric Carlson.
779 New test that checks that the caption menu hides when clicking outside
780 of the bounds of the media element.
782 * media/video-controls-captions-trackmenu-hide-on-click-outside-expected.txt: Added.
783 * media/video-controls-captions-trackmenu-hide-on-click-outside.html: Added.
784 * platform/efl/TestExpectations:
785 * platform/gtk/TestExpectations:
786 * platform/qt/TestExpectations:
787 * platform/win/TestExpectations:
789 2013-05-18 Rashmi Shyamasundar <rashmi.s2@samsung.com>
791 [Cairo] Canvas-shadow behavior is not being as expected
792 https://bugs.webkit.org/show_bug.cgi?id=108897
794 Reviewed by Martin Robinson.
796 Test to verify the shadow of an image drawn on canvas.
797 This test uses an image whose size is smaller than,
798 the size of the rectangle which should be filled with the image.
800 * fast/canvas/canvas-image-shadow-expected.txt: Added.
801 * fast/canvas/canvas-image-shadow.html: Added.
802 * fast/canvas/script-tests/canvas-image-shadow.js: Added.
805 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
807 [EFL] Reenabled INDEXED_DATABASE after r150344
808 https://bugs.webkit.org/show_bug.cgi?id=116430
810 Reviewed by Gyuyoung Kim.
812 Unskip indexeddb layout tests for EFL port now that the functionality
813 is reenabled at compile time.
815 * platform/efl/TestExpectations:
817 2013-05-20 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
819 -webkit-text-underline-position should not be inherited
820 https://bugs.webkit.org/show_bug.cgi?id=116363
822 Reviewed by Dean Jackson.
824 Update expected results.
826 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-underline-position-expected.txt:
827 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-underline-position.js:
829 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
831 Unreviewed EFL gardening.
833 Adding failure expectations for spelling tests.
835 * platform/efl-wk2/TestExpectations:
837 2013-05-20 Grzegorz Czajkowski <g.czajkowski@samsung.com>
839 Unreviewed EFL gardening.
841 spelling-double-clicked-word.html passes after r150289.
843 * platform/efl-wk2/TestExpectations:
845 2013-05-18 Simon Fraser <simon.fraser@apple.com>
847 svg/batik tests are flakey.
850 * platform/mac/TestExpectations:
852 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
854 Unreviewed EFL build fix.
856 Skip indexeddb test cases as the feature is temporarily disabled due to
859 * platform/efl/TestExpectations:
861 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
863 Mac rebaseline after r148944.
865 * platform/mac/TestExpectations:
866 * platform/mac/fast/table/giantRowspan-expected.txt:
867 * platform/mac/fast/table/giantRowspan2-expected.png:
868 * platform/mac/fast/table/giantRowspan2-expected.txt:
869 * platform/mac/tables/mozilla/bugs/bug133756-1-expected.txt:
870 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png:
871 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.txt:
872 * platform/mac/tables/mozilla/bugs/bug220536-expected.png:
873 * platform/mac/tables/mozilla/bugs/bug220536-expected.txt:
874 * platform/mac/tables/mozilla/bugs/bug8858-expected.txt:
875 * platform/mac/tables/mozilla/core/bloomberg-expected.png:
876 * platform/mac/tables/mozilla/core/bloomberg-expected.txt:
877 * platform/mac/tables/mozilla/core/row_span-expected.png:
878 * platform/mac/tables/mozilla/core/row_span-expected.txt:
879 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
880 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
881 * platform/mac/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
882 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
883 * platform/mac/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
885 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
887 REGRESSION: [Mac] fast/js/post-message-numeric-property.html is flaky
888 https://bugs.webkit.org/show_bug.cgi?id=116388
890 Add a flaky test expectation.
892 * platform/mac/TestExpectations:
894 2013-05-18 Ryosuke Niwa <rniwa@webkit.org>
896 Mac Lion rebaselines after r149999 and r150260.
898 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
899 * platform/mac-lion/media/track: Added.
900 * platform/mac-lion/media/track/track-cue-rendering-vertical-expected.txt: Added.
902 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
904 One more Mac rebaseline.
906 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
907 * platform/mac/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
909 2013-05-16 Alexey Proskuryakov <ap@apple.com>
911 Text input is largely broken when there are subframes loading
912 http://bugs.webkit.org/show_bug.cgi?id=59121
913 <rdar://problem/9320468>
915 Reviewed by Darin Adler.
917 The new test's result are affected by DRT and WTR deficiencies, but it still
918 verifies that a tricky crash I had during development doesn't start to happen again.
920 * platform/mac-wk2/TestExpectations:
921 * platform/mac/editing/input/resources: Added.
922 * platform/mac/editing/input/resources/first-page.html: Added.
923 * platform/mac/editing/input/resources/other-page.html: Added.
924 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache-expected.txt: Added.
925 * platform/mac/editing/input/unconfirmed-text-navigation-with-page-cache.html: Added.
927 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
929 Mac rebaselines; also remove some entries.
931 Seriously, I've had it enough. Why are people adding these entires never to rebaseline them later?
933 * platform/mac/TestExpectations:
934 * platform/mac/fast/css-generated-content/table-row-group-to-inline-expected.txt:
935 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.png:
936 * platform/mac/fast/dom/HTMLImageElement/image-alt-text-expected.txt:
937 * platform/mac/fast/encoding/utf-16-big-endian-expected.png:
938 * platform/mac/fast/encoding/utf-16-big-endian-expected.txt:
939 * platform/mac/fast/encoding/utf-16-little-endian-expected.png:
940 * platform/mac/fast/encoding/utf-16-little-endian-expected.txt:
941 * platform/mac/fast/forms/input-value-expected.png:
942 * platform/mac/fast/forms/input-value-expected.txt:
943 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.png:
944 * platform/mac/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
945 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
946 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
948 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
950 Web Inspector: SyntaxError evaluating "1+1; //@ sourceURL=test" in console
951 https://bugs.webkit.org/show_bug.cgi?id=116292
953 Reviewed by Timothy Hatcher.
955 * inspector/console/console-eval-comment-expected.txt: Added.
956 * inspector/console/console-eval-comment.html: Added.
958 2013-05-17 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
960 Unreviewed. Skip webgl and transforms/3d tests again, until we find out why they do
961 not run in the release bot.
963 * platform/gtk/TestExpectations:
965 2013-05-17 Frédéric Wang <fred.wang@free.fr>
967 Bad spacing inside MathML formulas when text-indent is specified
968 https://bugs.webkit.org/show_bug.cgi?id=106600
970 Reviewed by Martin Robinson.
972 New test to verify that the text-indent property is reset to 0 on
975 * mathml/presentation/text-indent-expected.html: Added.
976 * mathml/presentation/text-indent.html: Added.
978 2013-05-16 Jer Noble <jer.noble@apple.com>
980 Some media/track tests fail or assert on Mac
981 https://bugs.webkit.org/show_bug.cgi?id=97132
983 Reviewed by Simon Fraser.
985 * media/track/captions-webvtt/captions-snap-to-lines-not-set.vtt:
986 * media/track/track-cue-rendering-horizontal.html:
987 * media/track/track-cue-rendering-snap-to-lines-not-set-expected.txt:
988 * media/track/track-cue-rendering-snap-to-lines-not-set.html:
989 * media/track/track-cue-rendering-vertical.html:
990 * platform/mac/TestExpectations:
991 * platform/mac/media/track/track-cue-rendering-horizontal-expected.png:
992 * platform/mac/media/track/track-cue-rendering-horizontal-expected.txt:
993 * platform/mac/media/track/track-cue-rendering-vertical-expected.png:
994 * platform/mac/media/track/track-cue-rendering-vertical-expected.txt:
996 2013-05-17 Joseph Pecoraro <pecoraro@apple.com>
998 Web Inspector: Allow "//# sourceMappingURL" syntax alongside "//@"
999 https://bugs.webkit.org/show_bug.cgi?id=116290
1001 Reviewed by Timothy Hatcher.
1003 * http/tests/inspector/network/resources/source-map-test-style.css:
1004 * http/tests/inspector/stylesheet-source-mapping.html:
1005 * inspector/debugger/source-url-comment-expected.txt:
1006 * inspector/debugger/source-url-comment.html:
1008 2013-05-17 Allan Sandfeld Jensen <allan.jensen@digia.com>
1010 2 math sputnik test fail on 32 bit
1011 https://bugs.webkit.org/show_bug.cgi?id=88519
1013 Reviewed by Jocelyn Turcotte.
1015 Update the expected values to match recent changes in test262.
1016 The old tested values are considered outside the validation range.
1018 * platform/efl/TestExpectations:
1019 * platform/gtk/TestExpectations:
1020 * platform/qt/TestExpectations:
1021 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html:
1022 * sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html:
1024 2013-05-17 Gabor Abraham <abrhm@inf.u-szeged.hu>
1026 [Qt] Unreviewed gardening. Added platform specific expected after r143389.
1028 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.png: Added.
1029 * platform/qt/svg/as-image/image-preserveAspectRatio-all-expected.txt: Added.
1030 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
1031 * platform/qt/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.txt: Added.
1032 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
1033 * platform/qt/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.txt: Added.
1034 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.png: Added.
1035 * platform/qt/svg/filters/feImage-preserveAspectRatio-all-expected.txt: Added.
1037 2013-05-17 Seokju Kwon <seokju.kwon@gmail.com>
1039 [GTK] Rebaseline after r150169
1040 https://bugs.webkit.org/show_bug.cgi?id=116256
1042 Unreviewed GTK gardening.
1044 * platform/gtk/TestExpectations: Renamed from fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
1046 2013-05-17 Ryosuke Niwa <rniwa@webkit.org>
1048 media/video-seek-after-end.html is flaky
1049 https://bugs.webkit.org/show_bug.cgi?id=116293
1051 Add a flaky test expectation on all platforms.
1055 2013-05-16 Seokju Kwon <seokju.kwon@gmail.com>
1057 [EFL] inspector-protocol/page/javascriptDialogEvents.html is failing
1058 https://bugs.webkit.org/show_bug.cgi?id=114781
1060 Reviewed by Christophe Dumez.
1062 Unskip fast/loader/form-submission-after-beforeunload-cancel.html as well.
1064 * platform/efl-wk1/TestExpectations:
1066 2013-05-16 Alexis Menard <alexis@webkit.org>
1068 Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd
1069 https://bugs.webkit.org/show_bug.cgi?id=115656
1071 Reviewed by Darin Adler.
1073 Added new tests to cover the bug.
1075 * transitions/transition-end-event-prefixed-03-expected.txt: Added.
1076 * transitions/transition-end-event-prefixed-03.html: Added.
1077 * transitions/transition-end-event-prefixed-02-expected.txt: Added.
1078 * transitions/transition-end-event-prefixed-02.html: Added.
1079 * transitions/transition-end-event-prefixed-01-expected.txt: Added.
1080 * transitions/transition-end-event-prefixed-01.html: Added.
1082 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1084 Add failing test expectations to http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html per bug 116259.
1086 * platform/efl/TestExpectations:
1087 * platform/gtk/TestExpectations:
1088 * platform/mac-wk2/TestExpectations:
1089 * platform/qt/TestExpectations:
1091 2013-05-16 Jaehun Lim <ljaehun.lim@samsung.com>
1093 Frame flattening prevents <HTML> in <OBJECT> from having scrollbars
1094 https://bugs.webkit.org/show_bug.cgi?id=115884
1096 Reviewed by Antonio Gomes.
1098 Frame flattening should be applied when the frame owner is frame or iframe. But when
1099 the frame owner is object element, frame flattening prevents it from having scrollbars.
1100 In this situation, we can't scroll the html document in object element.
1102 This patch adds two helper functions to verify flattening conditions.
1104 * fast/frames/flattening/scrolling-in-object-expected.html: Added.
1105 * fast/frames/flattening/scrolling-in-object.html: Added.
1107 2013-05-16 Lamarque V. Souza <Lamarque.Souza@basyskom.com>
1109 [WebSocket] Update pywebsocket to r760
1110 https://bugs.webkit.org/show_bug.cgi?id=115863
1112 Reviewed by Alexey Proskuryakov.
1116 * http/tests/websocket/tests/handler_map.txt:
1117 * http/tests/websocket/tests/hybi/echo-host_wsh.py: Copied from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
1118 (web_socket_do_extra_handshake):
1119 (web_socket_transfer_data):
1120 * http/tests/websocket/tests/hybi/echo-path_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py.
1121 (web_socket_do_extra_handshake):
1122 (web_socket_transfer_data):
1123 * http/tests/websocket/tests/hybi/url-no-trailing-slash-expected.txt:
1124 * http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
1125 * http/tests/websocket/tests/hybi/url-with-credential-expected.txt:
1126 * http/tests/websocket/tests/hybi/url-with-credential.html:
1127 * http/tests/websocket/tests/hybi/url-with-empty-query-expected.txt:
1128 * http/tests/websocket/tests/hybi/url-with-empty-query.html:
1129 * http/tests/websocket/tests/hybi/url-with-query-expected.txt:
1130 * http/tests/websocket/tests/hybi/url-with-query.html:
1132 2013-05-16 Simon Fraser <simon.fraser@apple.com>
1134 Content disappears when scrolling http://www.childrenscancer.org/zach/
1135 https://bugs.webkit.org/show_bug.cgi?id=116206
1137 Reviewed by Darin Adler.
1139 Ref test for foreground layer removal.
1141 * compositing/repaint/foreground-layer-change-expected.html: Added.
1142 * compositing/repaint/foreground-layer-change.html: Added.
1144 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1146 REGRESSION: canvas/philip/tests/2d.text.draw.fontface.notinpage.html fails
1147 https://bugs.webkit.org/show_bug.cgi?id=116245
1149 Add a passing/failing test expectation.
1151 * platform/mac/TestExpectations:
1153 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1155 [Mac] fast/events/mouse-cursor-image-set.html is flaky
1156 https://bugs.webkit.org/show_bug.cgi?id=116244
1158 Add a flaky test expectation on Mac.
1160 * platform/mac/TestExpectations:
1162 2013-05-16 Claudio Saavedra <csaavedra@igalia.com>
1164 [CSS] CSS Variables are case-sensitive
1165 https://bugs.webkit.org/show_bug.cgi?id=116239
1167 Reviewed by Ryosuke Niwa.
1169 * fast/css/variables/case-sensitive-expected.html: Renamed from
1170 fast/css/variables/case-insensitive-expected.html.
1171 * fast/css/variables/case-sensitive.html: Renamed from
1172 LayoutTests/fast/css/variables/case-insensitive.html.
1174 2013-05-16 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
1176 [GTK] Build Xvfb with jhbuild
1177 https://bugs.webkit.org/show_bug.cgi?id=115907
1179 Reviewed by Martin Robinson.
1181 Unskip and create baselines for transforms/3d and some webgl tests. We can unskip
1182 more, but I prefer to only dip the toe in the waters first, to see how the bots
1185 * platform/gtk/TestExpectations:
1186 * platform/gtk/transforms/3d/general/perspective-non-layer-expected.txt: Added.
1187 * platform/gtk/transforms/3d/general/perspective-units-expected.txt: Added.
1188 * platform/gtk/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
1189 * platform/gtk/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
1190 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
1191 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
1192 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
1193 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
1194 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
1195 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt: Added.
1196 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
1197 * platform/gtk/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
1199 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1201 Add more Mac test expectations.
1203 * platform/mac/TestExpectations:
1205 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1207 Add a test expectation per bug 116238 and remove lines erroneously added in r150090.
1209 * platform/mac/TestExpectations:
1211 2013-05-16 Ryosuke Niwa <rniwa@webkit.org>
1213 Mac rebaseline. The flakiness dashboard tells us that it started at r150101
1214 but reverting the change locally didn't fix the problem as far as Beth and I checked.
1216 * platform/mac/platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: Added.
1217 * platform/mac/platform/mac/fast/text/webfont-after-tiny-monospace-text-expected.txt: Added.
1219 2013-05-16 Sergio Villar Senin <svillar@igalia.com>
1221 Enable the CSSVariables setting in css-variable-definition.html test
1222 https://bugs.webkit.org/show_bug.cgi?id=116231
1224 Reviewed by Andreas Kling.
1226 CSSVariablesEnabled setting must be set to true to allow
1227 CSSVariables at runtime.
1229 Modified also the indent size to 4 spaces.
1231 * css3/css-variable-definition-expected.html:
1232 * css3/css-variable-definition.html:
1234 2013-05-15 Andy Estes <aestes@apple.com>
1236 Resources from non-HTTP schemes should not be cached indefinitely
1237 https://bugs.webkit.org/show_bug.cgi?id=113626
1239 Reviewed by Ryosuke Niwa.
1241 Convert existing memory cache tests to HTTP tests.
1243 * fast/loader/resources/compass.jpg: Removed.
1244 * fast/loader/resources/image1.html: Removed.
1245 * fast/loader/resources/image2.html: Removed.
1246 * fast/loader/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Removed.
1247 * 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.
1248 * http/tests/cache/display-image-unset-allows-cached-image-load.html: Renamed from LayoutTests/fast/loader/display-image-unset-allows-cached-image-load.html.
1249 * http/tests/cache/resources/cached-image.html: Renamed from LayoutTests/fast/loader/resources/cached-image.html.
1250 * http/tests/cache/resources/image1.html: Added.
1251 * http/tests/cache/resources/image2.html: Added.
1252 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load-expected.txt: Added.
1253 * http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html: Renamed from LayoutTests/fast/loader/willsendrequest-returns-null-for-memory-cache-load.html.
1255 2013-05-15 Igor Oliveira <igor.o@sisa.samsung.com>
1257 Implement run-in remove child cases.
1258 https://bugs.webkit.org/show_bug.cgi?id=86520
1260 Move runin to original position when sibling element is destroyed.
1262 Reviewed by David Hyatt.
1264 * fast/runin/runin-remove-child-simple-expected.txt: Added.
1265 * fast/runin/runin-remove-child-simple.html: Added.
1266 * fast/runin/runin-sibling-inline-expected.txt: Added.
1267 * fast/runin/runin-sibling-inline.html: Added.
1269 2013-05-15 Dongseong Hwang <dongseong.hwang@intel.com>
1271 Remove an overloaded strokeRect in <canvas>
1272 https://bugs.webkit.org/show_bug.cgi?id=116017
1274 Reviewed by Benjamin Poulain.
1276 canvas/philip/tests/2d.missingargs.html can cover
1277 fast/canvas/canvas-overloads-strokeRect.html, so this patch removed it.
1279 * fast/canvas/canvas-overloads-strokeRect-expected.txt: Removed.
1280 * fast/canvas/canvas-overloads-strokeRect.html: Removed.
1281 * fast/canvas/script-tests/canvas-overloads-strokeRect.js: Removed.
1282 * fast/canvas/script-tests/canvas-strokeRect.js:
1284 2013-05-15 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1286 [css3-text] text-decoration-line now accepts "blink" as valid value
1287 https://bugs.webkit.org/show_bug.cgi?id=116104
1289 Reviewed by Andreas Kling.
1291 Updated layout test results to reflect changes in specification.
1293 * fast/css3-text/css3-text-decoration/getComputedStyle/getComputedStyle-text-decoration-line-expected.txt:
1294 * fast/css3-text/css3-text-decoration/getComputedStyle/script-tests/getComputedStyle-text-decoration-line.js:
1295 * fast/css3-text/css3-text-decoration/text-decoration-line-expected.html:
1296 * fast/css3-text/css3-text-decoration/text-decoration-line.html:
1298 2013-05-15 Peter Gal <galpeter@inf.u-szeged.hu>
1300 Allow http tests on Arch Linux
1301 https://bugs.webkit.org/show_bug.cgi?id=116155
1303 Reviewed by Ryosuke Niwa.
1305 * http/conf/archlinux-httpd.conf: Added.
1307 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1309 Unreviewed GTK gardening.
1311 * platform/gtk/TestExpectations: Removing two redundant flaky crasher expectations. Adjusting one expectation,
1312 assigning it a mock bug modifier so the TestExpectations linting passes.
1314 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1316 Unreviewed GTK gardening.
1318 * platform/gtk/TestExpectations: Removing failure expectations for 7 CSS Regions and CSS Exclusions reftests.
1320 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1322 Unreviewed GTK gardening.
1324 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
1326 2013-05-15 Zan Dobersek <zdobersek@igalia.com>
1328 Unreviewed GTK gardening.
1330 * platform/gtk/TestExpectations: Adding faillure expectations for two reftests that
1331 started failing after r150025 and r150065.
1333 2013-05-15 Radu Stavila <stavila@adobe.com>
1335 [CSSRegions] Implement offsetParent for elements inside named flow
1336 https://bugs.webkit.org/show_bug.cgi?id=113276
1338 Reviewed by Darin Adler.
1340 In the offsetParent algorithm, the nearest ancestor search skips from the topmost named flow elements directly to the body element.
1342 Added new test for offsetParent when body is flowed into a region.
1343 Updated existing offsetParent test.
1345 * fast/regions/offsetParent-body-in-flow-thread-expected.txt: Added.
1346 * fast/regions/offsetParent-body-in-flow-thread.html: Added.
1347 * fast/regions/offsetParent-in-flow-thread-expected.txt:
1348 * fast/regions/offsetParent-in-flow-thread.html:
1350 2013-05-14 Hans Muller <hmuller@adobe.com>
1352 [CSS Exclusions] Some layout tests fail to account for inline pixel snapping
1353 https://bugs.webkit.org/show_bug.cgi?id=116115
1355 Reviewed by Dirk Schulze.
1357 Adjust the expected locations of spans to account for the fact that inline layout snaps boxes' logical top
1358 and bottom to pixels, and the fact that line segment layout rounds the logical left and floors the logical
1361 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html: Use the quiet variable!
1362 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
1363 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
1364 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
1365 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
1367 2013-05-14 Alexey Proskuryakov <ap@apple.com>
1369 [Mac] Add tests for secure event input
1370 https://bugs.webkit.org/show_bug.cgi?id=116121
1372 Reviewed by Mark Rowe.
1374 * editing/secure-input: Added.
1375 * editing/secure-input/password-input-changed-type-expected.txt: Added.
1376 * editing/secure-input/password-input-changed-type.html: Added.
1377 * editing/secure-input/password-input-focusing-expected.txt: Added.
1378 * editing/secure-input/password-input-focusing-to-different-frame-expected.txt: Added.
1379 * editing/secure-input/password-input-focusing-to-different-frame.html: Added.
1380 * editing/secure-input/password-input-focusing.html: Added.
1381 * editing/secure-input/removed-password-input-expected.txt: Added.
1382 * editing/secure-input/removed-password-input.html: Added.
1383 * editing/secure-input/reset-state-on-navigation-expected.txt: Added.
1384 * editing/secure-input/reset-state-on-navigation.html: Added.
1385 * editing/secure-input/resources: Added.
1386 * editing/secure-input/resources/reset-state-on-navigation-target.html: Added.
1387 * platform/efl/TestExpectations:
1388 * platform/gtk/TestExpectations:
1389 * platform/mac-wk2/TestExpectations:
1390 * platform/mac/TestExpectations:
1391 * platform/qt/TestExpectations:
1392 * platform/win/TestExpectations:
1393 * platform/wincairo/TestExpectations:
1395 2013-05-14 David Hyatt <hyatt@apple.com>
1397 REGRESSION (r147261): Many overlaid elements on united.com's account page
1398 https://bugs.webkit.org/show_bug.cgi?id=116107
1399 <rdar://problem/13690610>
1401 Reviewed by Simon Fraser.
1403 * fast/flexbox/auto-height-with-flex-expected.html: Added.
1404 * fast/flexbox/auto-height-with-flex.html: Added.
1406 2013-05-14 Bem Jones-Bey <bjonesbe@adobe.com>
1408 Heap-use-after-free in WebCore::RenderBox::exclusionShapeOutsideInfo
1409 https://bugs.webkit.org/show_bug.cgi?id=115566
1411 Reviewed by David Hyatt.
1413 Cleaned up test from the fuzzer. Will only crash if run under a memory
1414 checking tool like ASAN.
1416 * fast/block/float/float-append-child-crash-expected.txt: Added.
1417 * fast/block/float/float-append-child-crash.html: Added.
1419 2013-05-14 Commit Queue <commit-queue@webkit.org>
1421 Unreviewed, rolling out r150023.
1422 http://trac.webkit.org/changeset/150023
1423 https://bugs.webkit.org/show_bug.cgi?id=116120
1425 Causes table layout issues (Bug 116118) and crashes on
1426 buildbot waterfall pages. (Requested by ddkilzer on #webkit).
1428 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
1429 * fast/css/vertical-align-baseline-rowspan-007.htm:
1430 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
1431 * fast/table/table-rowspan-height-distribution-in-rows.html: Removed.
1432 * platform/gtk/TestExpectations:
1433 * platform/mac/TestExpectations:
1434 * platform/qt/TestExpectations:
1435 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Removed.
1436 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Removed.
1437 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
1438 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
1439 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
1440 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
1441 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
1442 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
1443 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
1444 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
1445 * platform/qt/tables/mozilla/other/test6-expected.png:
1446 * platform/qt/tables/mozilla/other/test6-expected.txt:
1447 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1448 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1449 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1450 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1451 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1452 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1453 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1454 * tables/mozilla/core/bloomberg-expected.txt:
1455 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1457 2013-05-13 Ryosuke Niwa <rniwa@webkit.org>
1459 Removing Attr can delete a wrong Attribute in ElementData
1460 https://bugs.webkit.org/show_bug.cgi?id=116077
1462 Reviewed by Benjamin Poulain.
1464 Add a regression test by importing
1465 https://chromium.googlesource.com/chromium/blink/+/e861452a292e185501e48940305947aa6a4e23c2
1467 * fast/dom/adopt-attribute-crash-expected.txt: Added.
1468 * fast/dom/adopt-attribute-crash.svg: Added.
1470 2013-05-14 Andrei Bucur <abucur@adobe.com>
1472 Modify checkLayout to receive the log container as an optional parameter
1473 https://bugs.webkit.org/show_bug.cgi?id=112793
1475 Reviewed by Darin Adler.
1477 Add a way to specify the container manually for checkLayout. This is helpful to measure regions for nested
1478 named flows (and probably other cases as well).
1480 * resources/check-layout.js: Added an optional parameter to window.checkLayout.
1482 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1484 [GStreamer] cannot seek after video finished
1485 https://bugs.webkit.org/show_bug.cgi?id=114044
1487 Reviewed by Philippe Normand.
1489 * media/video-seek-after-end-expected.txt: Added.
1490 * media/video-seek-after-end.html: Added.
1492 2013-05-14 Zalan Bujtas <zalan@apple.com>
1494 Ellipsis text is placed to wrong position, when the truncated text is fully cut off in RTL direction.
1495 https://bugs.webkit.org/show_bug.cgi?id=115858
1497 Reviewed by Darin Adler.
1499 * fast/css/text-overflow-ellipsis-full-truncate-rtl-expected.html: Added.
1500 * fast/css/text-overflow-ellipsis-full-truncate-rtl.html: Added.
1502 2013-05-14 Zoltan Arvai <zarvai@inf.u-szeged.hu>
1504 [Qt] Unreviewed gardening.
1506 * platform/qt/TestExpectations: Skip test using disabled feature.
1507 * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Rebaselining after r149869.
1509 2013-05-14 Jinwoo Song <jinwoo7.song@samsung.com>
1511 [EFL] Unreviewed EFL gardening
1512 https://bugs.webkit.org/show_bug.cgi?id=116090
1514 Unreviewed EFL gardening.
1516 Rebaseline after r155023.
1518 * platform/efl/TestExpectations:
1519 * platform/efl/fast/table/007-expected.png:
1520 * platform/efl/fast/table/007-expected.txt:
1521 * platform/efl/fast/table/colspanMinWidth-expected.png:
1522 * platform/efl/fast/table/colspanMinWidth-expected.txt:
1523 * platform/efl/fast/table/spanOverlapRepaint-expected.png:
1524 * platform/efl/fast/table/spanOverlapRepaint-expected.txt:
1525 * platform/efl/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1526 * platform/efl/tables/mozilla/bugs/bug13169-expected.png:
1527 * platform/efl/tables/mozilla/bugs/bug13169-expected.txt: Added.
1528 * platform/efl/tables/mozilla/bugs/bug133756-1-expected.txt:
1529 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.png:
1530 * platform/efl/tables/mozilla/bugs/bug133756-2-expected.txt:
1531 * platform/efl/tables/mozilla/bugs/bug17138-expected.png:
1532 * platform/efl/tables/mozilla/bugs/bug17138-expected.txt:
1533 * platform/efl/tables/mozilla/bugs/bug17548-expected.png:
1534 * platform/efl/tables/mozilla/bugs/bug17548-expected.txt:
1535 * platform/efl/tables/mozilla/bugs/bug220536-expected.png:
1536 * platform/efl/tables/mozilla/bugs/bug220536-expected.txt:
1537 * platform/efl/tables/mozilla/bugs/bug6304-expected.png:
1538 * platform/efl/tables/mozilla/bugs/bug6304-expected.txt:
1539 * platform/efl/tables/mozilla/bugs/bug73321-expected.txt: Renamed from LayoutTests/platform/efl-wk2/tables/mozilla/bugs/bug73321-expected.txt.
1540 * platform/efl/tables/mozilla/bugs/bug7714-expected.txt:
1541 * platform/efl/tables/mozilla/bugs/bug8858-expected.txt:
1542 * platform/efl/tables/mozilla/core/bloomberg-expected.png:
1543 * platform/efl/tables/mozilla/core/bloomberg-expected.txt:
1544 * platform/efl/tables/mozilla/core/cell_heights-expected.txt:
1545 * platform/efl/tables/mozilla/other/test6-expected.png:
1546 * platform/efl/tables/mozilla/other/test6-expected.txt:
1547 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1548 * platform/efl/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1549 * platform/efl/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
1550 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1551 * platform/efl/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1552 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1553 * platform/efl/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1554 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
1555 * platform/efl/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
1556 * platform/efl/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1558 2013-05-14 Alex Christensen <achristensen@apple.com>
1560 The tests marked with the comment "WebKitTestRunner needs to sanitize file urls in the output"
1561 run successfully with WebKitTestRunner. They should not be skipped.
1562 https://bugs.webkit.org/show_bug.cgi?id=116083
1564 Reviewed by Darin Adler.
1566 * platform/wk2/TestExpectations:
1569 2013-05-13 Ryuan Choi <ryuan.choi@samsung.com>
1571 Unreviewed EFL gardening.
1573 Unskip several tests which already passed and add png expected results.
1575 * platform/efl/TestExpectations:
1576 * platform/efl/editing/selection/doubleclick-crash-expected.png: Added.
1577 * platform/efl/editing/selection/select-missing-image-expected.png: Added.
1579 2013-05-13 Allan Sandfeld Jensen <allan.jensen@digia.com>
1581 compositing/transitions/transform-on-large-layer.html is flaky
1582 https://bugs.webkit.org/show_bug.cgi?id=110099
1584 Reviewed by Darin Adler.
1586 Only set the timeout for test end after the resize event has been
1587 received. This helps slow test bots, and also makes it easier to
1588 tell rendering failures from failures to send resize event.
1590 * compositing/transitions/transform-on-large-layer.html:
1592 2013-05-13 Alex Christensen <achristensen@apple.com>
1594 Added testRunner.setPrinting.
1595 https://bugs.webkit.org/show_bug.cgi?id=42693
1596 rdar://problem/8213845
1598 Reviewed by Darin Adler.
1600 * platform/wk2/TestExpectations:
1601 Unskipped printing tests.
1603 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1605 Rename BarInfo to BarProp and remove [NoInterfaceObject]
1606 https://bugs.webkit.org/show_bug.cgi?id=116027
1608 Reviewed by Andreas Kling.
1610 Rebaseline fast/js/global-constructors-attributes.html now that there is a new
1611 'BarProp' global constructor.
1613 Rebaseline a few other tests now that BarInfo was renamed to BarProp.
1615 * fast/dom/Window/window-lookup-precedence-expected.txt:
1616 * fast/js/global-constructors-attributes-expected.txt:
1617 * fast/loader/window-properties-restored-from-page-cache-expected.txt:
1618 * http/tests/security/cross-frame-access-put-expected.txt:
1619 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
1620 * platform/gtk/fast/dom/Window/window-lookup-precedence-expected.txt:
1621 * platform/gtk/fast/js/global-constructors-attributes-expected.txt:
1622 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1623 * platform/mac/fast/dom/Window/window-lookup-precedence-expected.txt:
1624 * platform/qt/fast/js/global-constructors-attributes-expected.txt:
1626 2013-05-13 Dean Jackson <dino@apple.com>
1628 toDataURL can return an empty image in some cases
1629 https://bugs.webkit.org/show_bug.cgi?id=115981
1630 <rdar://problem/13760256>
1632 Reviewed by Darin Adler.
1634 Make sure that a canvas with content is not the same as one
1637 * fast/canvas/toDataURL-not-empty-expected.txt: Added.
1638 * fast/canvas/toDataURL-not-empty.html: Added.
1640 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1642 Unreviewed EFL gardening.
1644 Mark fast/table/crash-split-table-section-no-cell-recalc.html as crashing
1647 * platform/efl/TestExpectations:
1649 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1651 Unreviewed EFL gardening.
1653 Unskip several tests that stopped crashing after r150030.
1655 * platform/efl-wk2/TestExpectations:
1657 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1659 Unreviewed EFL gardening.
1661 Mark fast/css/variables/var-inside-shape.html as failing on EFL after
1664 * platform/efl/TestExpectations:
1666 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1668 Unreviewed EFL gardening.
1670 Mark fast/animation/request-animation-frame-too-rapid.html as failing on EFL WK2
1673 * platform/efl-wk2/TestExpectations:
1675 2013-05-13 Hans Muller <hmuller@adobe.com>
1677 [CSS Exclusions] Simple shape-outside tests fail when subpixel layout is disabled
1678 https://bugs.webkit.org/show_bug.cgi?id=115767
1680 Reviewed by Dirk Schulze.
1682 The overall goal of this change was to restore the (last) four excluded exclusions ref-tests
1683 by making them work correctly when subpixel layout is disabled. All of the tests were
1684 substantially simplified, as was the supporting javascript code. The original
1685 shape-outside-floats-simple-rounded-rectangle test was replaced by three separate tests
1686 because the original was bigger then then the 800x600 limit and because it unncessarily
1687 combined three indepedent test cases.
1689 * fast/exclusions/resources/rounded-rectangle.js:
1690 (ellipseXIntercept): Return the 1st quadrant X intercept for an ellipse given a first quadrant Y intercept.
1691 (scanConvertRoundedRectangleOutside): Return the line segment intervals that overlap a rounded rectangle.
1692 (genLeftRightRoundedRectFloatShapeOutsideRefTest): Insert a stack of float divs that match the left or right edge of a rounded rectangle.
1693 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y-expected.html:
1694 * fast/exclusions/shape-outside-floats/shape-outside-floats-non-zero-y.html:
1695 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle-expected.html:
1696 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-circle.html:
1697 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse-expected.html:
1698 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-ellipse.html:
1699 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001-expected.html: Added.
1700 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-001.html: Added.
1701 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002-expected.html: Added.
1702 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-002.html: Added.
1703 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003-expected.html: Added.
1704 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-003.html: Added.
1705 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle-expected.html: Removed.
1706 * fast/exclusions/shape-outside-floats/shape-outside-floats-simple-rounded-rectangle.html: Removed.
1707 * platform/mac/TestExpectations:
1709 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1711 Unreviewed, rolling out r150022.
1712 http://trac.webkit.org/changeset/150022
1713 https://bugs.webkit.org/show_bug.cgi?id=114044
1715 Causes assertions in media tests
1717 * media/video-seek-after-end-expected.txt: Removed.
1718 * media/video-seek-after-end.html: Removed.
1720 2013-05-13 Bem Jones-Bey <bjonesbe@adobe.com>
1722 Fix the float logic to not return an anonymous block ancestor
1723 https://bugs.webkit.org/show_bug.cgi?id=115925
1725 Reviewed by David Hyatt.
1727 Cleaned up fuzzer test. Note that this will only crash when run under
1728 a memory checker like ASAN.
1730 * fast/block/float/float-not-removed-crash2-expected.txt: Added.
1731 * fast/block/float/float-not-removed-crash2.html: Added.
1733 2013-05-13 Zoltan Horvath <zoltan@webkit.org>
1735 [CSS Regions][CSS Exclusions] Shape-inside on regions should respect region borders and paddings
1736 https://bugs.webkit.org/show_bug.cgi?id=115456
1738 Reviewed by David Hyatt.
1740 I refactored the computation logic of shape-inside on regions by removing access to RenderFlowThread from ExclusionShapeInfo's logicalTopOffset
1741 function, this means all the logic is now existing in RenderBlockLineLayout.cpp. By modifying the logicalTopOffset it turned out that the borders
1742 and padding hadn't worked correctly, since borders and paddings were counted twice in the shape-inside's computation. This patch adds the necessary
1743 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
1744 the layoutRunsAndFloatsInRange function.
1746 * fast/regions/shape-inside/shape-inside-on-additional-regions-expected.html: Modify to not use shape-inside for testing.
1747 * fast/regions/shape-inside/shape-inside-on-additional-regions.html: Fix the shape-inside's dimension.
1748 * fast/regions/shape-inside/shape-inside-on-first-region-block-content-expected.html: Added.
1749 * fast/regions/shape-inside/shape-inside-on-first-region-block-content.html: Added.
1750 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content-expected.html: Added.
1751 * fast/regions/shape-inside/shape-inside-on-first-region-inline-content.html: Added.
1752 * fast/regions/shape-inside/shape-inside-on-regions-expected.html: Match the shape-inside height to the container's height.
1753 * fast/regions/shape-inside/shape-inside-on-regions-inline-content-expected.html: Added.
1754 * fast/regions/shape-inside/shape-inside-on-regions.html: Match the shape-inside height to the container's height.
1755 * fast/regions/shape-inside/shape-inside-on-second-region-block-content-expected.html: Added.
1756 * fast/regions/shape-inside/shape-inside-on-second-region-block-content.html: Added.
1757 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content-expected.html: Added.
1758 * fast/regions/shape-inside/shape-inside-on-second-region-inline-content.html: Added.
1759 * fast/regions/shape-inside/shape-inside-with-region-borders-expected.html: Added.
1760 * fast/regions/shape-inside/shape-inside-with-region-borders.html: Added.
1761 * fast/regions/shape-inside/shape-inside-with-region-padding-expected.html: Added.
1762 * fast/regions/shape-inside/shape-inside-with-region-padding.html: Added.
1764 2013-05-13 Bear Travis <betravis@adobe.com>
1766 [css exclusions] Enable CSS Exclusions by default when CSS_EXCLUSIONS is set
1767 https://bugs.webkit.org/show_bug.cgi?id=115919
1769 Reviewed by Dean Jackson.
1771 Adding a test to make sure CSS Exclusions can be enabled, and are enabled by
1774 * fast/exclusions/css-exclusions-enabled-expected.txt: Added.
1775 * fast/exclusions/css-exclusions-enabled.html: Added.
1777 2013-05-13 Suchit Agrawal <a.suchit@samsung.com>
1779 Cell heights are disproportional when a row-spanning cell contains a block element that determines the height of the rows
1780 https://bugs.webkit.org/show_bug.cgi?id=52185
1782 Reviewed by David Hyatt.
1785 * fast/css/vertical-align-baseline-rowspan-007.htm:
1787 Reference Test cases updated.
1788 * fast/css/vertical-align-baseline-rowspan-007-expected.html:
1789 * fast/css/vertical-align-baseline-rowspan-008-expected.html:
1791 Added test cases based on changes in the code and different scenarios for rowspan height
1792 distribution in rows.
1793 * fast/table/table-rowspan-height-distribution-in-rows.html: Added.
1794 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.png: Added.
1795 * platform/qt/fast/table/table-rowspan-height-distribution-in-rows-expected.txt: Added.
1797 Test cases need to rebaseline in qt, efl, gtk and mac platforms.
1798 * platform/efl/TestExpectations:
1799 * platform/gtk/TestExpectations:
1800 * platform/mac/TestExpectations:
1801 * platform/qt/TestExpectations:
1803 Test case results are updated in qt platform.
1804 * platform/qt/tables/mozilla/bugs/bug17548-expected.png:
1805 * platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
1806 * platform/qt/tables/mozilla/bugs/bug220536-expected.png:
1807 * platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
1808 * platform/qt/tables/mozilla/bugs/bug7714-expected.png:
1809 * platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
1810 * platform/qt/tables/mozilla/core/bloomberg-expected.png:
1811 * platform/qt/tables/mozilla/core/bloomberg-expected.txt:
1812 * platform/qt/tables/mozilla/other/test6-expected.png:
1813 * platform/qt/tables/mozilla/other/test6-expected.txt:
1814 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
1815 * platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
1816 * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
1817 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
1818 * platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
1819 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
1820 * platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
1821 * tables/mozilla/core/bloomberg-expected.txt:
1822 * tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
1824 2013-04-30 Balazs Kelemen <b.kelemen@sisa.samsung.com>
1826 [GStreamer] cannot seek after video finished
1827 https://bugs.webkit.org/show_bug.cgi?id=114044
1829 Reviewed by Philippe Normand.
1831 * media/video-seek-after-end-expected.txt: Added.
1832 * media/video-seek-after-end.html: Added.
1834 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1836 Unreviewed EFL gardening.
1838 Mark several test cases as crashing on EFL port.
1840 * platform/efl-wk2/TestExpectations:
1841 * platform/efl/TestExpectations:
1843 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1845 Unreviewed EFL gardening.
1847 Mark 2 ref tests as failing on EFL port.
1849 * platform/efl/TestExpectations:
1851 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1853 Unreviewed EFL gardening.
1855 Skip 2 HTTP tests that time out of EFL port.
1857 * platform/efl/TestExpectations:
1859 2013-05-13 Christophe Dumez <ch.dumez@sisa.samsung.com>
1861 Unreviewed EFL gardening.
1863 Provide EFL baselines for several compositing test cases.
1865 * platform/efl/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1866 * platform/efl/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
1867 * platform/efl/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
1868 * platform/efl/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
1870 2013-05-13 Zalan Bujtas <zalan@apple.com>
1872 WebProcess consuming very high CPU on linkedin.com
1873 https://bugs.webkit.org/show_bug.cgi?id=115601
1875 Reviewed by Andreas Kling.
1877 Disable WEB_TIMING_MINIMAL.
1878 Turn off window.performance and performance.now(). Some JS frameworks expect
1879 additional Web Timing APIs, when performance.now() is available.
1881 * platform/mac/TestExpectations:
1882 * fast/js/global-constructors-attributes-expected.txt:
1884 2013-05-13 Ádám Kallai <kadam@inf.u-szeged.hu>
1886 [Qt] Unreviewed gardening. Added platform specific expected files.
1888 * platform/qt-5.0-wk1/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1889 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added after r149915.
1890 * platform/qt-5.0-wk2/compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added after r149915.
1891 * platform/qt-5.0-wk2/compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added after r149914.
1892 * platform/qt/compositing/backing/no-backing-for-clip-overhang-expected.txt: Added after r149969.
1894 2013-05-12 Eric Carlson <eric.carlson@apple.com>
1896 REGRESSION (r149749): Video becomes invisible when it starts playing at newyorkbygehry.com
1897 https://bugs.webkit.org/show_bug.cgi?id=115963
1899 Reviewed by Dean Jackson.
1901 * media/video-remove-insert-repaints.html: Added.
1902 * media/video-remove-insert-repaints-expected.txt: Added.
1903 * platform/mac/media/video-remove-insert-repaints-expected.png: Added.
1905 2013-05-12 Jinwoo Song <jinwoo7.song@samsung.com>
1907 [EFL] Unreviewed EFL gardening
1908 https://bugs.webkit.org/show_bug.cgi?id=116004
1910 Unreviewed EFL gardening
1912 * platform/efl-wk2/TestExpectations:
1913 * platform/efl/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
1914 * platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
1915 * platform/efl/fast/text/text-combine-different-fonts-expected.txt: Added.
1916 * platform/efl/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt: Added.
1917 * platform/efl/tables/mozilla/bugs/bug113235-2-expected.txt: Added.
1918 * platform/efl/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
1920 2013-05-12 Ryuan Choi <ryuan.choi@samsung.com>
1922 REGRESSION (r149668): 4 reftest failures under fast/regions on GTK
1923 https://bugs.webkit.org/show_bug.cgi?id=115783
1925 Unreviewed rebaseline. They were fixed after r149802.
1927 * platform/efl/TestExpectations:
1928 * platform/gtk/TestExpectations:
1930 2013-05-12 Simon Fraser <simon.fraser@apple.com>
1932 Dropdowns on http://www.exploratorium.edu don't show anything
1933 https://bugs.webkit.org/show_bug.cgi?id=115991
1935 Reviewed by Dan Bernstein.
1937 Layer tree dump test with an overflow:hidden that projects outside its
1938 ancestor, and is forced to composite by a composited child.
1940 * compositing/backing/no-backing-for-clip-overhang-expected.txt: Added.
1941 * compositing/backing/no-backing-for-clip-overhang.html: Added.
1943 2013-05-12 Andreas Kling <akling@apple.com>
1945 Rebaseline fast/js/global-constructors-attributes.html for mac-lion after r149920.
1947 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
1949 2013-05-10 Simon Fraser <simon.fraser@apple.com>
1951 REGRESSION: Fixed background on ColterReed.com scrolls
1952 https://bugs.webkit.org/show_bug.cgi?id=115951
1954 Reviewed by Beth Dakin.
1956 Tests with a fixed background and two different ways of making the <html> composited.
1958 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html-expected.html: Added.
1959 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-composited-html.html: Added.
1960 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed-expected.html: Added.
1961 * platform/mac-wk2/tiled-drawing/fixed-background/fixed-background-negative-z-index-fixed.html: Added.
1963 2013-05-11 Xan Lopez <xlopez@igalia.com>
1965 Bogus -webkit-columns value in fast/text/international/spaces-combined-in-vertical-text.html
1966 https://bugs.webkit.org/show_bug.cgi?id=115164
1968 Reviewed by Rob Buis.
1970 Remove bogus -webkit-columns property.
1972 * fast/text/international/spaces-combined-in-vertical-text.html:
1974 2013-05-11 Jochen Eisinger <jochen@chromium.org>
1976 Disallow a window to focus itself via javascript URLs or using target _self
1977 https://bugs.webkit.org/show_bug.cgi?id=115906
1979 Reviewed by Geoffrey Garen.
1981 * fast/dom/Window/window-focus-self-expected.txt: Added.
1982 * fast/dom/Window/window-focus-self.html: Added.
1983 * platform/wk2/TestExpectations: test uses unimplemented setWindowIsKey.
1985 2013-03-17 Robert Hogan <robert@webkit.org>
1987 Text flow broken in elements with vertical align top/bottom and inline elements taller than line-height
1988 https://bugs.webkit.org/show_bug.cgi?id=111974
1990 Reviewed by Ryosuke Niwa.
1992 * editing/execCommand/query-command-state-expected.txt:
1993 * editing/execCommand/script-tests/query-command-state.js: Remove invalid tests, vertical-align does not apply to
1996 * fast/css/vertical-align-block-elements-expected.html: Added.
1997 * fast/css/vertical-align-block-elements.html: Added.
1999 2013-05-10 Alexey Proskuryakov <ap@apple.com>
2001 <rdar://problem/13666412> Clean up some edge cases of URL parsing.
2002 https://bugs.webkit.org/show_bug.cgi?id=104919
2004 Reviewed by Darin Adler.
2006 * fast/dom/HTMLAnchorElement/script-tests/set-href-attribute-pathname.js:
2007 * fast/dom/HTMLAnchorElement/set-href-attribute-pathname-expected.txt:
2008 Updated expectations of one sub-test. We previously tried to keep the test passing
2009 as is (see bug 57291), but I couldn't find any reason to prefer the old behavior.
2011 * fast/url/host-expected.txt:
2012 * fast/url/host.html:
2013 Updated one subtest to new results, which match at least Gecko (original of the
2014 test actually claims that all browsers including Safari already do what we'll do now).
2016 * fast/url/segments-userinfo-vs-host-expected.txt: Added.
2017 * fast/url/segments-userinfo-vs-host.html: Added.
2018 Added a number of tests, with detailed explanations of the differences with Firefox,
2019 and with rationales.
2021 * http/tests/uri/username-with-no-hostname-expected.txt: Removed.
2022 * http/tests/uri/username-with-no-hostname.html-disabled: Removed.
2023 * platform/win/http/tests/uri/username-with-no-hostname-expected.txt: Removed.
2024 This test has been disabled for a long time, and being an end-to-end test for
2025 invalid URL handling, it would be difficult to make work again. We have multiple
2026 parsing tests for URLs like this.
2028 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2030 Remove [NoInterfaceObject] from several WebAudio IDL interfaces
2031 https://bugs.webkit.org/show_bug.cgi?id=115894
2033 Reviewed by Darin Adler.
2035 Rebaseline fast/js/global-constructors-attributes.html now that more
2036 global constructors are exposed.
2038 * fast/js/global-constructors-attributes-expected.txt:
2039 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
2041 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2043 REGRESSION (r145680): No box shadow rendered on element with positioned child that obscures it
2044 https://bugs.webkit.org/show_bug.cgi?id=115840
2046 Reviewed by Antti Koivisto.
2048 * fast/box-shadow/box-shadow-obscured-backgrounds-expected.html: Added.
2049 * fast/box-shadow/box-shadow-obscured-backgrounds.html: Added.
2051 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2053 REGRESSION (r143626): Element shows as garbage in image gallery
2054 https://bugs.webkit.org/show_bug.cgi?id=115946
2056 Reviewed by Antti Koivisto.
2058 Test that dumps layers for a visibility:hidden element with a child text node,
2059 and with a visibility:visible child. The resulting compositing layer should
2060 not be marked as opaque.
2062 * compositing/contents-opaque/hidden-with-visible-child-expected.txt: Added.
2063 * compositing/contents-opaque/hidden-with-visible-child.html: Added.
2064 * compositing/contents-opaque/hidden-with-visible-text-expected.txt: Added.
2065 * compositing/contents-opaque/hidden-with-visible-text.html: Added.
2067 2013-05-10 Simon Fraser <simon.fraser@apple.com>
2069 Garbage down left side of nytimes.com page (if subscriber)
2070 https://bugs.webkit.org/show_bug.cgi?id=115839
2072 Reviewed by Antti Koivisto.
2074 * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: Added.
2075 * compositing/contents-opaque/overflow-hidden-child-layers.html: Added.
2077 2013-05-10 Eric Carlson <eric.carlson@apple.com>
2079 In-band captions not visible immediately after track mode change
2080 https://bugs.webkit.org/show_bug.cgi?id=115922
2082 Reviewed by Dean Jackson.
2084 * media/track/track-in-band-mode-expected.txt: Added.
2085 * media/track/track-in-band-mode.html: Added.
2087 * platform/efl/TestExpectations: Skip new test.
2088 * platform/gtk/TestExpectations: Ditto.
2089 * platform/mac/TestExpectations: Ditto.
2090 * platform/qt/TestExpectations: Ditto.
2091 * platform/win/TestExpectations: Ditto.
2093 2013-05-10 Roger Fong <roger_fong@apple.com>
2095 Unreviewed mac-lion rebaselines.
2097 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt:
2099 2013-05-10 Robert Hogan <robert@webkit.org>
2101 REGRESSION(r148121): Empty Span does not get a linebox when it's in an anonymous block
2102 https://bugs.webkit.org/show_bug.cgi?id=115818
2104 Reviewed by David Hyatt.
2106 * fast/inline/anonymous-block-with-empty-inline-expected.txt: Added.
2107 * fast/inline/anonymous-block-with-empty-inline.html: Added.
2109 2013-05-10 Dean Jackson <dino@apple.com>
2111 Include tab character as a word end for kerning
2112 https://bugs.webkit.org/show_bug.cgi?id=115915
2113 <rdar://problem/13861491>
2115 Reviewed by Enrica Casucci.
2117 This is a follow-up to https://bugs.webkit.org/show_bug.cgi?id=112507
2118 which only looked for a space character as a word end. It should
2119 look for tab characters too.
2121 * fast/text/word-space-with-kerning-4-expected.html: Added.
2122 * fast/text/word-space-with-kerning-4.html: Added.
2124 2013-05-10 Ryosuke Niwa <rniwa@webkit.org>
2126 REGRESSION (r149652): Videos do not play on cnn.com, just black box
2127 https://bugs.webkit.org/show_bug.cgi?id=115887
2129 Reviewed by Antti Koivisto.
2131 Add regression tests.
2133 * fast/dom/HTMLDocument/image-with-same-id-and-name-expected.txt: Added.
2134 * fast/dom/HTMLDocument/image-with-same-id-and-name.html: Added.
2135 * fast/dom/HTMLDocument/object-with-same-id-and-name-expected.txt: Added.
2136 * fast/dom/HTMLDocument/object-with-same-id-and-name.html: Added.
2138 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2140 Unreviewed EFL gardening.
2142 Rebaseline fast/dom/Range/getClientRects.html for EFL port.
2143 Skip accessibility/poorly-formed-aria-table.html introduced in
2144 r149858 but failing on EFL port.
2146 * platform/efl/TestExpectations:
2147 * platform/efl/fast/dom/Range/getClientRects-expected.txt:
2149 2013-05-10 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2151 [Qt] Unreviewed gardening.
2153 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Rebaselining after r149845.
2154 * platform/qt/inspector/console/command-line-api-expected.txt: Added after r149829.
2156 2013-05-10 Christophe Dumez <ch.dumez@sisa.samsung.com>
2158 Unreviewed EFL gardening.
2160 Skip several remaining shadow dom tests and rebaseline a few others.
2162 * platform/efl/TestExpectations:
2163 * platform/efl/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
2164 * platform/efl/fast/js/dom-static-property-for-in-iteration-expected.txt:
2165 * platform/efl/inspector/console/command-line-api-expected.txt: Added.
2167 2013-05-09 Alex Christensen <achristensen@apple.com>
2169 Unskipped the webarchive tests for Mac that are not skipped for a reason other than
2170 dumpDOMAsWebArchive not being implemented, which was fixed in r149692.
2171 https://bugs.webkit.org/show_bug.cgi?id=115819
2173 Reviewed by Benjamin Poulain.
2175 * platform/efl-wk2/TestExpectations:
2176 Skip webarchive tests.
2177 * platform/gtk-wk2/TestExpectations:
2178 Skip webarchive tests.
2179 * platform/qt-5.0-mac-wk2/TestExpectations:
2180 Skip webarchive tests.
2181 * platform/qt-5.0-wk2/TestExpectations:
2182 Skip webarchive tests.
2183 * platform/wk2/TestExpectations:
2184 Removed universal skipping of webarchive tests, noted which tests are still skipped with bug numbers.
2186 2013-05-09 Chris Fleizach <cfleizach@apple.com>
2188 AX: VoiceOver is no longer seeing items in poorly formed tables
2189 https://bugs.webkit.org/show_bug.cgi?id=115837
2191 Reviewed by Darin Adler.
2193 * accessibility/poorly-formed-aria-table-expected.txt: Added.
2194 * accessibility/poorly-formed-aria-table.html: Added.
2196 2013-05-09 Zoltan Horvath <zoltan@webkit.org>
2198 [Qt] REGRESSION (r148975) shape-inside-percentage.html and shape-inside-overflow-fixed-dimensions.html are failing after r148975
2199 https://bugs.webkit.org/show_bug.cgi?id=115053
2201 Reviewed by Alexandru Chiculita.
2203 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
2204 for the two tests. The change fixes both tests and make them passing on Qt as well. I removed the tests from the TestExpectations.
2206 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions-expected.html:
2207 * fast/exclusions/shape-inside/shape-inside-overflow-fixed-dimensions.html:
2208 * fast/exclusions/shape-inside/shape-inside-percentage-expected.html:
2209 * fast/exclusions/shape-inside/shape-inside-percentage.html:
2210 * platform/qt/TestExpectations:
2212 2013-05-09 Yael Aharon <yael.aharon@intel.com>
2214 REGRESSION: Disabled multiline select element now responds to (certain) clicks
2215 https://bugs.webkit.org/show_bug.cgi?id=115710
2217 Reviewed by Kent Tamura.
2219 Test that a disabled element does not change selection while scrolling.
2221 * fast/forms/select/listbox-disabled-scroll-no-onchange-expected.txt: Added.
2222 * fast/forms/select/listbox-disabled-scroll-no-onchange.html: Added.
2223 * fast/forms/select/listbox-disabled-no-autoscroll.html: Added.
2224 * fast/forms/select/listbox-disabled-no-autoscroll-expected.html: Added.
2226 2013-05-09 Roger Fong <roger_fong@apple.com>
2228 Unreviewed mac gardening.
2230 * platform/mac/inspector/command-line-api-expected.txt: Removed.
2231 * platform/mac/inspector/console: Added.
2232 * platform/mac/inspector/console/command-line-api-expected.txt: Added.
2234 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
2236 [NoInterfaceObject] extended attribute should be removed for several interfaces
2237 https://bugs.webkit.org/show_bug.cgi?id=115852
2239 Reviewed by Benjamin Poulain.
2241 Rebaseline several layout tests whose output has changed now that a few more
2242 global constructors are exposed.
2244 * fast/dom/dom-constructors-expected.txt:
2245 * fast/js/global-constructors-attributes-expected.txt:
2246 * platform/efl/fast/js/global-constructors-attributes-expected.txt:
2248 2013-05-09 Robert Hogan <robert@webkit.org>
2250 REGRESSION (Safari 3-Safari 4): Replaced element with percent height in table has incorrect height
2251 https://bugs.webkit.org/show_bug.cgi?id=26394
2253 Reviewed by David Hyatt.
2255 * fast/replaced/table-percent-height-text-controls-expected.txt: Renamed from LayoutTests/platform/mac/fast/replaced/table-percent-height-text-controls-expected.txt.
2256 * fast/replaced/table-percent-height-text-controls.html:
2257 * platform/gtk/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2258 * platform/qt/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2259 * platform/win/fast/replaced/table-percent-height-text-controls-expected.txt: Removed.
2261 2013-05-09 Xiaobo Wang <xbwang@torchmobile.com.cn>
2263 Update srcipt paths in editing/shadow/rightclick-on-meter-in-shadow-crash.html
2264 https://bugs.webkit.org/show_bug.cgi?id=96223
2266 Reviewed by Rob Buis.
2268 The original paths don't exist at all.
2270 * editing/shadow/rightclick-on-meter-in-shadow-crash.html:
2272 2013-05-09 Roger Fong <roger_fong@apple.com>
2274 Unreviewed mac port gardening.
2276 * platform/mac-lion/fast/js: Added.
2277 * platform/mac-lion/fast/js/global-constructors-attributes-expected.txt: Added.
2278 * platform/mac/inspector/command-line-api-expected.txt: Added.
2280 2013-05-08 Oliver Hunt <oliver@apple.com>
2282 Code cache stores bogus var references for functions in eval code
2283 https://bugs.webkit.org/show_bug.cgi?id=115747
2285 Reviewed by Mark Hahnenberg.
2289 * fast/js/eval-cache-scoped-lookup-expected.txt: Added.
2290 * fast/js/eval-cache-scoped-lookup.html: Added.
2291 * fast/js/script-tests/eval-cache-scoped-lookup.js: Added.
2293 (a.string_appeared_here.second):
2303 2013-05-08 Mark Hahnenberg <mhahnenberg@apple.com>
2305 DFGArrayMode::fromObserved is too liberal when it sees different Array and NonArray shapes
2306 https://bugs.webkit.org/show_bug.cgi?id=115805
2308 Added regression test for array access over polymorphic array vs. non-array indexing types.
2309 With the fix, we get 3.666x faster on this microbenchmark.
2311 Reviewed by Geoffrey Garen.
2313 * fast/js/regress/array-nonarray-polymorphic-access-expected.txt: Added.
2314 * fast/js/regress/array-nonarray-polymorphic-access.html: Added.
2315 * fast/js/regress/script-tests/array-nonarray-polymorphic-access.js: Added.
2319 2013-05-09 Radu Stavila <stavila@adobe.com>
2321 [CSSRegions] Change fast/regions/webkit-flow-inlines-inside-regions-bounds[-vertical] tests to make them platform independent
2322 https://bugs.webkit.org/show_bug.cgi?id=115851
2324 Reviewed by Antti Koivisto.
2326 Modified tests to make them platform independent by using Ahem and no font smoothing.
2328 * fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.html:
2329 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.html:
2330 * fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical.html:
2331 * fast/regions/webkit-flow-inlines-inside-regions-bounds.html:
2333 2013-05-09 Radu Stavila <stavila@adobe.com>
2335 [Qt][EFL][GTK] Failing CSS region tests
2336 https://bugs.webkit.org/show_bug.cgi?id=115785
2338 Reviewed by Antti Koivisto.
2340 Updated tests to overcome platform differences
2341 Unskip fixed CSS regions tests
2343 * fast/regions/webkit-flow-double-pagination-float-push-expected.html:
2344 * fast/regions/webkit-flow-double-pagination-float-push.html:
2345 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html:
2346 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2347 * fast/regions/webkit-flow-float-unable-to-push-expected.html:
2348 * fast/regions/webkit-flow-float-unable-to-push.html:
2349 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html:
2350 * fast/regions/webkit-flow-floats-inside-regions-bounds.html:
2351 * platform/qt/TestExpectations:
2353 2013-05-09 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2355 [Qt] Unreviewed gardeing. Updating some png expected results.
2357 * platform/qt-5.0-wk2/compositing/checkerboard-expected.png: Added.
2358 * platform/qt-5.0-wk2/css3/unicode-bidi-isolate-basic-expected.png: Added.
2359 * platform/qt-5.0-wk2/editing/deleting/delete-image-001-expected.png: Added.
2360 * platform/qt-5.0-wk2/editing/inserting/typing-around-image-001-expected.png: Added.
2361 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-expected.png: Added.
2362 * platform/qt-5.0-wk2/editing/selection/caret-rtl-2-left-expected.png: Added.
2363 * platform/qt-5.0-wk2/editing/selection/caret-rtl-expected.png: Added.
2364 * platform/qt-5.0-wk2/editing/selection/extend-by-character-002-expected.png: Added.
2365 * platform/qt-5.0-wk2/editing/selection/extend-selection-bidi-expected.png: Added.
2366 * platform/qt-5.0-wk2/editing/selection/unrendered-001-expected.png: Added.
2367 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
2368 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
2369 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
2370 * platform/qt-5.0-wk2/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
2371 * platform/qt-5.0-wk2/fast/borders/rtl-border-04-expecrted.png: Added.
2372 * platform/qt-5.0-wk2/fast/borders/rtl-border-05-expected.png: Added.
2373 * platform/qt-5.0-wk2/fast/box-shadow/shadow-repaint-expected.txt: Added.
2374 * platform/qt-5.0-wk2/fast/dom/34176-expected.png: Added.
2375 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
2376 * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
2377 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
2378 * platform/qt-5.0-wk2/fast/forms/listbox-bidi-align-expected.png: Added.
2379 * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
2380 * platform/qt-5.0-wk2/fast/frames/transparent-scrollbar-expected.png: Added.
2381 * platform/qt-5.0-wk2/fast/inline/inline-box-background-expected.png: Added.
2382 * platform/qt-5.0-wk2/fast/inline/inline-box-background-long-image-expected.png: Added.
2383 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-x-expected.png: Added.
2384 * platform/qt-5.0-wk2/fast/inline/inline-box-background-repeat-y-expected.png: Added.
2385 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png:
2386 * 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.
2387 * 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.
2388 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png:
2389 * platform/qt-5.0-wk2/fast/repaint/change-transform-expected.png: Added.
2390 * platform/qt-5.0-wk2/fast/repaint/inline-outline-repaint-expected.png: Added.
2391 * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png:
2392 * 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.
2393 * platform/qt-5.0-wk2/fast/repaint/stacked-diacritics-expected.png: Added.
2394 * 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.
2395 * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png:
2396 * 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.
2397 * 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.
2398 * platform/qt-5.0-wk2/fast/text/international/bidi-ignored-for-first-child-inline-expected.png: Added.
2399 * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
2400 * 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.
2401 * 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.
2402 * 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.
2403 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png:
2404 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png:
2405 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png:
2406 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
2407 * platform/qt-5.0-wk2/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added.
2408 * 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.
2409 * platform/qt-5.0-wk2/svg/text/tspan-dynamic-positioning-expected.png: Added.
2411 2013-05-09 Ádám Kallai <kadam@inf.u-szeged.hu>
2413 [Qt] Unreviewed gardening. Added platform specific expected file after r149758.
2415 * platform/qt/fast/js/global-constructors-attributes-expected.txt: Added after r149758.
2417 2013-05-08 Seokju Kwon <seokju.kwon@gmail.com>
2419 [EFL] Get rid of duplicate entry line in TestExpectations
2420 https://bugs.webkit.org/show_bug.cgi?id=115828
2422 Unreviewed gardening.
2424 * platform/efl/TestExpectations:
2426 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2428 TextTrackCue should support empty content
2429 https://bugs.webkit.org/show_bug.cgi?id=115821
2431 Reviewed by Jer Noble.
2433 * media/track/track-cue-empty-text-crash-expected.txt: Added.
2434 * media/track/track-cue-empty-text-crash.html: Added.
2436 2013-05-08 Christophe Dumez <ch.dumez@sisa.samsung.com>
2438 Add layout test that lists all global constructors
2439 https://bugs.webkit.org/show_bug.cgi?id=115724
2441 Reviewed by Ryosuke Niwa.
2443 Update fast/js/global-constructors-attributes.html so that it lists all
2444 global constructors instead of just a few.
2446 * fast/js/global-constructors-attributes-expected.txt:
2447 * fast/js/script-tests/global-constructors-attributes.js:
2448 (classNameForObject):
2449 (constructorPropertiesOnWindow):
2450 * platform/efl/fast/js/global-constructors-attributes-expected.txt: Added.
2451 * platform/gtk/fast/js/global-constructors-attributes-expected.txt: Added.
2453 2013-05-08 Roger Fong <roger_fong@apple.com>
2455 Unreviewed gardening, mac port.
2456 These tests should use testRunner, not layoutTestController.
2458 * fast/js/parse-error-external-script-in-eval.html:
2459 * fast/js/parse-error-external-script-in-new-Function.html:
2461 2013-05-08 Darin Adler <darin@apple.com>
2463 REGRESSION(r149700): fast/css-generated-content/close-quote-negative-depth.html
2464 https://bugs.webkit.org/show_bug.cgi?id=115776
2466 Reviewed by Anders Carlsson.
2468 * TestExpectations: Expect success again on this test.
2470 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2472 Prevent crash when track is deleted during video element deletion.
2473 https://bugs.webkit.org/show_bug.cgi?id=106183
2475 Reviewed by Dean Jackson.
2477 * media/track/track-remove-crash-expected.txt: Added.
2478 * media/track/track-remove-crash.html: Added.
2480 2013-05-08 David Kilzer <ddkilzer@apple.com>
2482 Remove chromium test results added in r149743
2484 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Removed.
2485 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Removed.
2487 2013-05-08 David Kilzer <ddkilzer@apple.com>
2489 Add layout tests for test cases in Bug 5206
2490 <http://webkit.org/b/5206>
2492 Reviewed by Eric Seidel.
2494 These issues were likely fixed in r89257 for Bug 62613.
2496 * fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2497 * fast/js/parse-error-external-script-in-eval.html: Added.
2498 * fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2499 Note that the line number in this result is relative to the line
2500 number of the second argument to the new Function() method.
2501 * fast/js/parse-error-external-script-in-new-Function.html: Added.
2502 * fast/js/resources/parse-error-external-script-in-eval.js: Added.
2503 * fast/js/resources/parse-error-external-script-in-new-Function.js: Added.
2505 * platform/chromium/fast/js/parse-error-external-script-in-eval-expected.txt: Added.
2506 * platform/chromium/fast/js/parse-error-external-script-in-new-Function-expected.txt: Added.
2508 2013-05-08 Eric Carlson <eric.carlson@apple.com>
2510 [Mac] Inband text tracks are not in track menu on Lion
2511 https://bugs.webkit.org/show_bug.cgi?id=115740
2513 Reviewed by Dean Jackson.
2515 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt:
2517 2013-05-08 Sergio Villar Senin <svillar@igalia.com>
2519 Allow blank spaces before colon (:) on CSS variable definition
2520 https://bugs.webkit.org/show_bug.cgi?id=115802
2522 Reviewed by Darin Adler.
2524 New test to check that spaces are allowed before the color on CSS
2525 variable definitions.
2527 * css3/css-variable-definition-expected.html: Added.
2528 * css3/css-variable-definition.html: Added.
2530 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2532 [Qt] Unreviewed gardening after r149292.
2533 https://bugs.webkit.org/show_bug.cgi?id=115372
2535 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-columns-repaint-expected.txt: Added.
2536 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-element-change-rows-repaint-expected.txt: Added.
2537 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt: Added.
2538 * platform/qt-5.0-wk2/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt: Added.
2539 * platform/qt-5.0-wk2/fast/repaint/layer-full-repaint-expected.txt: Added.
2540 * platform/qt-5.0-wk2/fast/repaint/overflow-flipped-writing-mode-table-expected.txt: Added.
2541 * platform/qt-5.0-wk2/fast/repaint/reflection-table-layout-expected.txt: Added.
2542 * platform/qt-5.0-wk2/fast/repaint/selection-gap-absolute-child-expected.txt: Added.
2543 * platform/qt-5.0-wk2/fast/repaint/selection-gap-fixed-child-expected.txt: Added.
2544 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-absolute-child-expected.txt: Added.
2545 * platform/qt-5.0-wk2/fast/repaint/selection-gap-flipped-fixed-child-expected.txt: Added.
2546 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-absolute-child-expected.txt: Added.
2547 * platform/qt-5.0-wk2/fast/repaint/selection-gap-transformed-fixed-child-expected.txt: Added.
2548 * platform/qt-5.0-wk2/fast/repaint/transform-table-layout-expected.txt: Added.
2549 * platform/qt-5.0-wk2/svg/repaint/repaint-webkit-svg-shadow-container-expected.txt: Added.
2551 2013-05-08 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
2553 [EFL] Unreviewed EFL gardening
2554 https://bugs.webkit.org/show_bug.cgi?id=115791
2556 Unreviewed EFL gardening
2558 Skip fast/regions/ test cases which are failing after r149668.
2560 * platform/efl/TestExpectations:
2562 2013-05-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
2564 [Qt] Unreviewed gardening. Skipping some failing fast/region tests.
2565 https://bugs.webkit.org/show_bug.cgi?id=115785
2567 * platform/qt/TestExpectations:
2569 2013-05-08 Grzegorz Czajkowski <g.czajkowski@samsung.com>
2571 Unreviewed EFL gardening.
2573 Unskip two spelling tests as they started passing after r149366.
2575 * platform/efl-wk2/TestExpectations:
2576 Unskip spelling-exactly-selected-word.html and
2577 spelling-with-punctuation-selection.html
2579 * platform/efl/TestExpectations:
2580 Remove spelling tests from efl/TestExpectations as the failing tests
2581 are already skipped for both efl-wk1 and global wk2.
2583 2013-05-08 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2585 Unreviewed EFL gardening.
2587 Skip remaining Shadow DOM tests on the EFL port.
2589 * platform/efl/TestExpectations:
2591 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
2593 Unreviewed GTK gardening.
2595 * platform/gtk/TestExpectations: Adding failure expectations for CSS Regions tests
2596 that regressed when converted into reftests in r149668.
2598 2013-05-08 Dongseong Hwang <dongseong.hwang@intel.com>
2600 Make optional arguments in CanvasRenderingContext2D match the spec.
2601 https://bugs.webkit.org/show_bug.cgi?id=115723
2603 Reviewed by Dean Jackson.
2605 When tests use <canvas> API with not enough arguments, TypeError
2606 exception is fired now. So three tests are changed to match the canvas
2609 * fast/canvas/canvas-overloads-strokeRect-expected.txt:
2610 * fast/canvas/script-tests/canvas-overloads-strokeRect.js:
2611 * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt:
2613 2013-05-08 Ryosuke Niwa <rniwa@webkit.org>
2615 Add an image only failure expectation to fast/css-generated-content/close-quote-negative-depth.html per
2616 bug 115776 after r149700. r149707 tried to fix its regression but this test is still failing.
2620 2013-05-07 Hans Muller <hmuller@adobe.com>
2622 [CSS Exclusions] shape-inside, shape-padding, polygon test failing when subpixel layout is disabled
2623 https://bugs.webkit.org/show_bug.cgi?id=115649
2625 Reviewed by Dirk Schulze.
2627 Another correction of a padded shape test that failed when subpixel layout was disabled.
2628 This test puts a cross pattern made of five Ahem characters on three lines, within a padded
2629 diamond polygon. The left edges of each line depend on the intersection of the padded polygon's
2630 edges with the top of each line, which makes predicting the exact values unreliable. So we
2631 just verify that the left edges of each line are within a pixel of the ideal value. This
2632 change is very similar to the one made for bug 115490.
2634 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.html: Removed.
2635 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002-expected.txt: Added.
2636 * fast/exclusions/shape-inside/shape-inside-polygon-padding-002.html:
2637 * platform/mac/TestExpectations:
2639 2013-05-06 Enrica Casucci <enrica@apple.com>
2641 Support -webkit-system-font on OS X.
2642 https://bugs.webkit.org/show_bug.cgi?id=115758
2643 <rdar://problem/13433854>
2645 Reviewed by Dean Jackson.
2647 * platform/mac/fast/text/systemFont.html: Added.
2648 * platform/mac/platform/mac/fast/text/systemFont-expected.png: Added.
2649 * platform/mac/platform/mac/fast/text/systemFont-expected.txt: Added.
2651 2013-05-07 Alexey Proskuryakov <ap@apple.com>
2653 Combine html and js parts fast/url script-tests
2654 https://bugs.webkit.org/show_bug.cgi?id=115739
2656 Rubber-stamped by Brady Eidson.
2658 * fast/url/anchor.html:
2659 * fast/url/file-http-base.html:
2660 * fast/url/file.html:
2661 * fast/url/host-lowercase-per-scheme.html:
2662 * fast/url/host.html:
2663 * fast/url/idna2003.html:
2664 * fast/url/idna2008.html:
2665 * fast/url/invalid-urls-utf8.html:
2666 * fast/url/ipv4.html:
2667 * fast/url/ipv6.html:
2668 * fast/url/mailto.html:
2669 * fast/url/path-url.html:
2670 * fast/url/path.html:
2671 * fast/url/port.html:
2672 * fast/url/query.html:
2673 * fast/url/relative-unix.html:
2674 * fast/url/relative-win.html:
2675 * fast/url/relative.html:
2676 * fast/url/safari-extension.html:
2677 * fast/url/scheme.html:
2678 * fast/url/script-tests: Removed.
2679 * fast/url/script-tests/TEMPLATE.html: Removed.
2680 * fast/url/script-tests/anchor.js: Removed.
2681 * fast/url/script-tests/file-http-base.js: Removed.
2682 * fast/url/script-tests/file.js: Removed.
2683 * fast/url/script-tests/host.js: Removed.
2684 * fast/url/script-tests/idna2003.js: Removed.
2685 * fast/url/script-tests/idna2008.js: Removed.
2686 * fast/url/script-tests/ipv4.js: Removed.
2687 * fast/url/script-tests/ipv6.js: Removed.
2688 * fast/url/script-tests/mailto.js: Removed.
2689 * fast/url/script-tests/path-url.js: Removed.
2690 * fast/url/script-tests/path.js: Removed.
2691 * fast/url/script-tests/port.js: Removed.
2692 * fast/url/script-tests/query.js: Removed.
2693 * fast/url/script-tests/relative-unix.js: Removed.
2694 * fast/url/script-tests/relative-win.js: Removed.
2695 * fast/url/script-tests/relative.js: Removed.
2696 * fast/url/script-tests/scheme.js: Removed.
2697 * fast/url/script-tests/segments-from-data-url.js: Removed.
2698 * fast/url/script-tests/segments.js: Removed.
2699 * fast/url/script-tests/standard-url.js: Removed.
2700 * fast/url/script-tests/trivial-segments.js: Removed.
2701 * fast/url/script-tests/trivial.js: Removed.
2702 * fast/url/segments-from-data-url.html:
2703 * fast/url/segments.html:
2704 * fast/url/standard-url.html:
2705 * fast/url/trivial-segments.html:
2706 * fast/url/trivial.html:
2708 2013-05-07 Radu Stavila <stavila@adobe.com>
2710 [CSS Regions] Convert remaining fast/regions/webkit-flow* pixel tests to reftests
2711 https://bugs.webkit.org/show_bug.cgi?id=115422
2713 Reviewed by Andreas Kling.
2715 Converted following tests from pixel tests to ref tests:
2716 - webkit-flow-double-pagination-float-push
2717 - webkit-flow-float-pushed-to-last-region
2718 - webkit-flow-float-unable-to-push
2719 - webkit-flow-floats-inside-regions-bounds
2721 * fast/regions/webkit-flow-double-pagination-float-push-expected.html: Added.
2722 * fast/regions/webkit-flow-float-pushed-to-last-region-expected.html: Added.
2723 * fast/regions/webkit-flow-float-pushed-to-last-region.html:
2724 * fast/regions/webkit-flow-float-unable-to-push-expected.html: Added.
2725 * fast/regions/webkit-flow-float-unable-to-push.html:
2726 * fast/regions/webkit-flow-floats-inside-regions-bounds-expected.html: Added.
2727 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2728 * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2729 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2730 * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2731 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2732 * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2733 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2734 * platform/efl/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2735 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2736 * platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2737 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2738 * platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2739 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2740 * platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2741 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2742 * platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2743 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2744 * platform/mac/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2745 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2746 * platform/mac/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2747 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2748 * platform/mac/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2749 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2750 * platform/mac/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2751 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Removed.
2752 * platform/qt/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Removed.
2753 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Removed.
2754 * platform/qt/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Removed.
2755 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.png: Removed.
2756 * platform/qt/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Removed.
2757 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Removed.
2758 * platform/qt/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt: Removed.
2760 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2762 Heap-use-after-free in WebCore::InlineFlowBox::deleteLine
2763 https://bugs.webkit.org/show_bug.cgi?id=114772
2765 Reviewed by David Hyatt.
2767 Test case generated by the fuzzer. Will only crash when run in a
2768 vulnerable configuration with a memory checking lib enabled.
2770 * fast/ruby/ruby-svg-crash-expected.txt: Added.
2771 * fast/ruby/ruby-svg-crash.html: Added.
2773 2013-05-06 Robert Hogan <robert@webkit.org>
2775 REGRESSION(r140024): child of fixed div inside of absolute div does not get resized when window is resized
2776 https://bugs.webkit.org/show_bug.cgi?id=115379
2778 Reviewed by David Hyatt.
2780 * fast/block/positioning/child-of-fixed-pos-after-movement-expected.txt: Added.
2781 * fast/block/positioning/child-of-fixed-pos-after-movement.html: Added.
2783 2013-05-06 Bem Jones-Bey <bjonesbe@adobe.com>
2785 [CSS Exclusions] remove unused -webkit-wrap property
2786 https://bugs.webkit.org/show_bug.cgi?id=102105
2788 Reviewed by Darin Adler.
2790 Delete tests for the -webkit-wrap property.
2792 * fast/exclusions/css-exclusions-disabled.html: Remove use of -webkit-wrap.
2793 * fast/exclusions/script-tests/wrap-parsing.js: Removed.
2794 * fast/exclusions/wrap-parsing-expected.txt: Removed.
2795 * fast/exclusions/wrap-parsing.html: Removed.
2796 * svg/css/style-change-crash-expected.txt: Removed.
2797 * svg/css/style-change-crash.html: Removed.
2799 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2801 Unreviewed EFL gardening.
2803 Add EFL-specific result for fast/events/event-attribute.html as global expectation
2804 was changed in r149088.
2806 * platform/efl/fast/events/event-attribute-expected.txt: Added.
2808 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2810 Unreviewed EFL gardening.
2812 Rebaseline several test cases for EFL port.
2814 * platform/efl/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
2815 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.png: Added.
2816 * platform/efl/editing/selection/extend-inside-transforms-backward-expected.txt: Added.
2817 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png:
2818 * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2820 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2822 Unreviewed EFL gardening.
2824 Mark several test cases as failing after r149292 due to missing repaint rect
2827 * platform/efl/TestExpectations:
2829 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2831 Unreviewed EFL gardening.
2833 Skip repaint test that regressed after r149292.
2835 * platform/efl/TestExpectations:
2837 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2839 Unreviewed EFL gardening.
2841 Skip remaining Shadow DOM test and new accessibility test introduced in
2844 * platform/efl/TestExpectations:
2846 2013-05-06 Hans Muller <hmuller@adobe.com>
2848 [CSS Exclusions] shape-inside rounded rectangle tests fail when subpixel layout is disabled
2849 https://bugs.webkit.org/show_bug.cgi?id=115490
2851 Second round of changes to restore platform/mac exclusion tests that started failing when
2852 subpixel layout was turned off. This set of changes just restores four ref-tests that place
2853 a single square Ahem character cell within a circle or an ellipse. When subpixel layout isn't
2854 enabled the expected origin of the character is adjusted.
2856 Reviewed by Dirk Schulze.
2858 * fast/exclusions/shape-inside/shape-inside-circle-expected.html:
2859 * fast/exclusions/shape-inside/shape-inside-circle-padding-expected.html:
2860 * fast/exclusions/shape-inside/shape-inside-ellipse-expected.html:
2861 * fast/exclusions/shape-inside/shape-inside-ellipse-padding-expected.html:
2862 * fast/exclusions/shape-inside/shape-inside-ellipse.html:
2863 * platform/mac/TestExpectations:
2865 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2867 Unreviewed EFL gardening.
2869 Remove duplicate Shadow DOM test cases from TestExpectation files.
2871 * platform/efl-wk2/TestExpectations:
2872 * platform/efl/TestExpectations:
2874 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2876 Unreviewed. Remove duplicate tests from EFL TestExpectation files.
2878 * platform/efl-wk2/TestExpectations:
2879 * platform/efl/TestExpectations:
2881 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
2883 Unreviewed EFL gardening.
2885 Skip Shadow DOM tests for EFL port as the feature is being removed.
2887 * platform/efl/TestExpectations:
2889 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2891 Unreviewed GTK gardening.
2893 * platform/gtk/TestExpectations: Adding new failure expectations and adjusting an old one.
2895 2013-05-06 Zan Dobersek <zdobersek@igalia.com>
2897 Unreviewed GTK gardening. Rebaselining after r148720, r149088 and r149407.
2899 * platform/gtk/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
2900 * platform/gtk/fast/images/crossfade-client-not-removed-crash-expected.txt: Added.
2901 * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
2902 * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt:
2904 2013-05-06 Robert Hogan <robert@webkit.org>
2906 REGRESSION(r140907) - Backport blink r149612 to fix vertical-align and rowspan issue
2907 https://bugs.webkit.org/show_bug.cgi?id=115611
2909 Reviewed by Benjamin Poulain.
2911 * fast/table/baseline-align-rowspan-expected.txt: Added.
2912 * fast/table/baseline-align-rowspan.html: Added.
2914 2013-05-05 Chris Fleizach <cfleizach@apple.com>
2916 AX: aria-checked not exposed correctly on menuitemcheckbox or menuitemradio roles
2917 https://bugs.webkit.org/show_bug.cgi?id=115499
2919 Reviewed by Tim Horton.
2921 * platform/mac/accessibility/aria-menuitem-checked-value-expected.txt: Added.
2922 * platform/mac/accessibility/aria-menuitem-checked-value.html: Added.
2924 2013-05-04 Dean Jackson <dino@apple.com>
2926 Animations and Transitions should not start when globally suspended
2927 https://bugs.webkit.org/show_bug.cgi?id=114915
2929 Reviewed by Sam Weinig.
2931 Two new tests. Add an animation or transition to
2932 the document when the global animation controller is suspended.
2933 In the animation case, nothing should happen until the
2934 animations are resumed. In the transition case, the style
2935 change should happen immediately and not fire any events.
2937 * animations/added-while-suspended-expected.txt: Added.
2938 * animations/added-while-suspended.html: Added.
2939 * animations/suspend-transform-animation.html: Make sure to resume suspended animations
2940 before quitting the test.
2941 * transitions/started-while-suspended-expected.txt: Added.
2942 * transitions/started-while-suspended.html: Added.
2943 * transitions/suspend-transform-transition.html: Make sure to resume suspended animations
2944 before quitting the test.
2946 2013-04-30 Robert Hogan <robert@webkit.org>
2948 REGRESSION(r140907): Incorrect baseline on cells after updating vertical-align
2949 https://bugs.webkit.org/show_bug.cgi?id=115432
2951 Reviewed by Julien Chaffraix.
2953 * fast/table/correct-baseline-after-style-change-expected.html: Added.
2954 * fast/table/correct-baseline-after-style-change.html: Added.
2956 2013-05-03 Arnaud Renevier <a.renevier@sisa.samsung.com>
2958 incorrect repainting when a table has a transform
2959 https://bugs.webkit.org/show_bug.cgi?id=109867
2961 Reviewed by Simon Fraser.
2963 Create tests that resize an element inside a display: table element.
2964 Compare to a reference html file where the element has a static size.
2965 In the first test, the table like element has a transform. In the
2966 second, it has a reflection.
2968 * fast/repaint/reflection-table-layout-expected.html: Added.
2969 * fast/repaint/reflection-table-layout.html: Added.
2970 * fast/repaint/transform-table-layout-expected.html: Added.
2971 * fast/repaint/transform-table-layout.html: Added.
2973 2013-05-03 Antti Koivisto <antti@apple.com>
2975 Remove concept of younger and older shadow trees
2976 https://bugs.webkit.org/show_bug.cgi?id=115570
2978 Reviewed by Andreas Kling.
2980 * editing/text-iterator/basic-iteration-expected.txt:
2981 * editing/text-iterator/script-tests/basic-iteration.js:
2982 (addShadowTreeWithDivElement):
2983 * fast/forms/resources/common-spinbutton-change-and-input-events.js:
2984 (testSpinButtonChangeAndInputEvents):
2985 * fast/forms/resources/common-spinbutton-click-in-iframe.js:
2988 2013-05-03 Viatcheslav Ostapenko <viatchslav.o@samsung.com>
2990 [Cairo] Anti-aliasing should not be always disabled for lines
2991 https://bugs.webkit.org/show_bug.cgi?id=109535
2993 Reviewed by Martin Robinson.
2995 Add pixel test with scaled text lines.
2997 * fast/css3-text/css3-text-decoration/text-decoration-line-scaled.html: Added.
2998 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.png: Added.
2999 * platform/efl/fast/css3-text/css3-text-decoration/text-decoration-line-scaled-expected.txt: Added.
3001 2013-05-03 Stephanie Lewis <slewis@apple.com>
3003 Revert to old results on Lion.
3007 Results were updated in (http://trac.webkit.org/changeset/149503) but that is compiled
3008 out on Lion (http://trac.webkit.org/changeset/149510).
3010 * platform/mac-lion/media/video-controls-captions-trackmenu-localized-expected.txt: Added.
3012 2013-05-03 Joone Hur <joone.hur@intel.com>
3014 Unreviewed EFL gardening.
3016 Skip some failing tests after r149504.
3018 * platform/efl/TestExpectations:
3020 2013-05-02 Joone Hur <joone.hur@intel.com>
3022 Unreviewed EFL gardening.
3024 Unskip html5lib test cases that were skipped due to failure after r143804.
3026 * platform/efl/TestExpectations:
3028 2013-05-02 Ryuan Choi <ryuan.choi@samsung.com>
3030 Unreviewed EFL gardening.
3032 Moved XFrameOptions results from efl-wk2 to efl and rebased source-list-parsing-nonascii.html
3034 * 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.
3035 * 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.
3036 * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Added.
3038 2013-05-02 Joone Hur <joone.hur@intel.com>
3040 Unreviewed EFL gardening.
3042 Unskip WebAudio test cases on EFL WK2.
3044 * platform/efl-wk2/TestExpectations:
3046 2013-05-02 Arnaud Renevier <a.renevier@sisa.samsung.com>
3048 border-radius clipping a canvas does not always clip
3049 https://bugs.webkit.org/show_bug.cgi?id=113343
3051 Create a test that draws a canvas into a clipped overflown div with
3052 radius corner. Then redraw that same thing a moment later. The canvas
3053 should stay correctly clipped the second time.
3055 Reviewed by Simon Fraser.
3057 * fast/overflow/border-radius-clipping-2-expected.html: Added.
3058 * fast/overflow/border-radius-clipping-2.html: Added.
3060 2013-05-02 Eric Carlson <eric.carlson@apple.com>
3062 Caption menu does not include in-band captions
3063 https://bugs.webkit.org/show_bug.cgi?id=111934
3065 Reviewed by Dean Jackson.
3067 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
3068 * platform/mac/media/video-controls-captions-trackmenu-sorted-expected.txt:
3070 2013-05-02 Joone Hur <joone.hur@intel.com>
3072 Unreviewed EFL gardening.
3074 * platform/efl-wk2/TestExpectations:
3076 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3078 [Qt] Unreviewed. Some more gardening after r149292.
3079 https://bugs.webkit.org/show_bug.cgi?id=115372
3081 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.png:
3082 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt:
3083 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.png:
3084 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt:
3085 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-sticky-expected.txt: Added.
3086 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added.
3087 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.png:
3088 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt:
3089 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
3090 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
3091 * platform/qt-5.0-wk2/css3/filters/filtered-compositing-descendant-expected.txt: Added.
3092 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt:
3093 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
3094 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
3095 * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
3096 * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
3097 * platform/qt-5.0-wk2/svg/custom/glyph-selection-bidi-mirror-expected.txt:
3098 * platform/qt-5.0-wk2/svg/custom/use-instanceRoot-event-listeners-expected.png:
3100 2013-05-02 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3102 [Qt] Unreviewed gardening after r149457 and r149388.
3104 * platform/qt/TestExpectations:
3105 * platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
3107 2013-05-01 Ryuan Choi <ryuan.choi@samsung.com>
3109 Unreviewed EFL gardening.
3111 * platform/efl/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt: Added.
3112 * platform/efl/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt: Added.
3113 * platform/efl/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt: Added.
3114 * platform/efl/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt: Added.
3115 * platform/efl/svg/text/text-midpoint-split-bug-expected.txt: Added.
3116 * platform/efl/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
3118 2013-05-01 Stephanie Lewis <slewis@apple.com>
3120 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149474
3124 * platform/mac-lion/fast/text/text-combine-different-fonts-expected.txt: Added.
3126 2013-05-01 Enrica Casucci <enrica@apple.com>
3128 text-combine: horizontal does not work properly for some fonts.
3129 https://bugs.webkit.org/show_bug.cgi?id=115503.
3131 Reviewed by Dave Hyatt.
3133 * fast/text/text-combine-different-fonts.html: Added.
3134 * platform/mac/fast/text/text-combine-different-fonts-expected.png: Added.
3135 * platform/mac/fast/text/text-combine-different-fonts-expected.txt: Added.
3137 2013-05-01 Stephanie Lewis <slewis@apple.com>
3139 Update Lion results after http://trac.webkit.org/projects/webkit/changeset/149450
3143 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.png: Added.
3144 * platform/mac-lion/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
3146 2013-05-01 Tim Horton <timothy_horton@apple.com>
3148 <object data="<some data URL>"> MIME types aren't case-insensitive
3149 https://bugs.webkit.org/show_bug.cgi?id=115494
3151 Reviewed by Darin Adler.
3153 Add a testcase that ensures that iMaGe/PNG == image/png when it comes to
3154 the MIME type specified in a data URL provided to <object> via its
3157 * fast/images/object-data-url-case-insensitivity-expected.html: Added.
3158 * fast/images/object-data-url-case-insensitivity.html: Added.
3160 2013-05-01 Hans Muller <hmuller@adobe.com>
3162 [CSS Exclusions] Programmatic layout tests fail when subpixel layout is disabled
3163 https://bugs.webkit.org/show_bug.cgi?id=115455
3165 Reviewed by Dirk Schulze.
3167 First round of changes to restore platform/mac exclusion tests that started failing when
3168 subpixel layout was turned off. This set of changes just restores four tests. It also revises
3169 the subpixel-utils code to bring it into line with the most recent LayoutUnit et al changes
3170 and to simplify its use a little.
3172 * fast/exclusions/resources/rounded-rectangle.js:
3173 (simulateShape): Revised dependencies on subpixel-utils.
3174 * fast/exclusions/resources/simple-polygon.js:
3175 (polygonXIntercepts): Ditto.
3176 * fast/exclusions/resources/subpixel-utils.js:
3177 (SubPixelLayout.): Substantially revised, see description.
3178 * fast/exclusions/shape-inside/shape-inside-polygon-layout-expected.txt:
3179 * fast/exclusions/shape-inside/shape-inside-polygon-layout.html:
3180 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003-expected.txt:
3181 * fast/exclusions/shape-inside/shape-inside-polygon-padding-003.html:
3182 * fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html:
3183 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon-expected.txt:
3184 * fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html:
3185 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt:
3186 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left.html:
3187 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right-expected.txt:
3188 * fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-right.html:
3189 * platform/mac/TestExpectations:
3191 2013-05-01 Enrica Casucci <enrica@apple.com>
3193 Incorrect layout for blocks containing ideographs with -webkit-linebox-contain: glyphs, font, inline-box.
3194 https://bugs.webkit.org/show_bug.cgi?id=115478.
3196 Reviewed by Dave Hyatt.
3198 * fast/block/lineboxcontain/block-with-ideographs.xhtml: Added.
3199 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.txt: Added.
3200 * platform/mac/fast/block/lineboxcontain/block-with-ideographs-expected.png : Added.
3202 2013-05-01 Per-Erik Brodin <per-erik.brodin@ericsson.com>
3204 EventSource: Loss of reconnect time precision due to integer division
3205 https://bugs.webkit.org/show_bug.cgi?id=115358
3207 Reviewed by Alexey Proskuryakov.
3209 * http/tests/eventsource/eventsource-retry-precision-expected.txt: Added.
3210 * http/tests/eventsource/eventsource-retry-precision.html: Added.
3211 * http/tests/eventsource/resources/precise-retry.asis: Added.
3213 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
3215 Show a block cursor in overtype mode
3216 https://bugs.webkit.org/show_bug.cgi?id=114819
3218 Reviewed by Ryosuke Niwa.
3220 New test case for the new block cursor to be used in overtype
3221 mode. The test verifies that the 1-pixel long caret is replaced by
3222 a selection like 1-character long block cursor when in overtype
3223 mode. This test covers LTR and RTL text in LTR and RTL blocks and
3226 * editing/selection/block-cursor-overtype-mode-expected.txt: Added.
3227 * editing/selection/block-cursor-overtype-mode.html: Added.
3229 2013-04-30 David Hyatt <hyatt@apple.com>
3231 <button> ignores margin-bottom.
3232 https://bugs.webkit.org/show_bug.cgi?id=114940
3234 Reviewed by Beth Dakin.
3236 * fast/forms/content-with-margins-inside-button-expected.html: Added.
3237 * fast/forms/content-with-margins-inside-button.html: Added.
3239 2013-04-30 Oliver Hunt <oliver@apple.com>
3241 JSC Stack walking logic craches in the face of inlined functions triggering VM re-entry
3242 https://bugs.webkit.org/show_bug.cgi?id=115449
3244 Reviewed by Geoffrey Garen.
3248 * fast/js/script-tests/stack-trace.js:
3251 (dfgThing.get willThrow):
3252 (dfgThing.get willThrowEventually):
3253 (dfgThing.willThrowFunc):
3254 (dfgThing.willThrowEventuallyFunc):
3267 * fast/js/stack-trace-expected.txt:
3269 2013-04-30 Roger Fong <roger_fong@apple.com>
3271 Unreviewed. Rebaseline some tests on AppleWin port after disabling subpixel layout.
3273 * platform/win/css1/font_properties/font-expected.txt:
3274 * platform/win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
3275 * platform/win/fast/lists/003-vertical-expected.txt:
3276 * platform/win/fast/multicol/vertical-rl/float-multicol-expected.txt:
3277 * platform/win/fast/multicol/vertical-rl/nested-columns-expected.txt:
3278 * platform/win/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
3279 * platform/win/svg/batik/paints: Added.
3280 * platform/win/svg/batik/paints/gradientLimit-expected.txt: Added.
3281 * platform/win/transforms/2d/hindi-rotated-expected.txt:
3283 2013-04-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
3285 [Qt][WK2] Unreviewed gardening. Massive rebaselining after r149292.
3286 https://bugs.webkit.org/show_bug.cgi?id=115372
3288 * platform/qt-5.0-wk2/animations/3d/replace-filling-transform-expected.png: Added.
3289 * platform/qt-5.0-wk2/compositing/absolute-inside-out-of-view-fixed-expected.txt: Added.
3290 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt: Added.
3291 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: Added.
3292 * platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt: Added.
3293 * platform/qt-5.0-wk2/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
3294 * platform/qt-5.0-wk2/compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
3295 * platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt:
3296 * platform/qt-5.0-wk2/compositing/contents-opaque/background-clip-expected.txt: Added.
3297 * platform/qt-5.0-wk2/compositing/contents-opaque/background-color-expected.txt: Added.
3298 * platform/qt-5.0-wk2/compositing/contents-opaque/control-layer-expected.txt: Added.
3299 * platform/qt-5.0-wk2/compositing/contents-opaque/filter-expected.txt: Added.
3300 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-opacity-expected.txt: Added.
3301 * platform/qt-5.0-wk2/compositing/contents-opaque/layer-transform-expected.txt: Added.
3302 * platform/qt-5.0-wk2/compositing/contents-opaque/visibility-hidden-expected.txt: Added.
3303 * platform/qt-5.0-wk2/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: Added.
3304 * platform/qt-5.0-wk2/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: Added.
3305 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt: Added.
3306 * platform/qt-5.0-wk2/compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: Added.
3307 * platform/qt-5.0-wk2/compositing/geometry/bounds-clipped-composited-child-expected.txt: Added.
3308 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt:
3309 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
3310 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
3311 * platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
3312 * platform/qt-5.0-wk2/compositing/geometry/clip-expected.txt: Added.
3313 * platform/qt-5.0-wk2/compositing/geometry/clip-inside-expected.txt: Added.
3314 * platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
3315 * platform/qt-5.0-wk2/compositing/geometry/flipped-writing-mode-expected.txt: Added.
3316 * platform/qt-5.0-wk2/compositing/geometry/foreground-layer-expected.txt: Added.
3317 * platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt: Added.
3318 * platform/qt-5.0-wk2/compositing/iframes/become-composited-nested-iframes-expected.txt:
3319 * platform/qt-5.0-wk2/compositing/iframes/become-overlapped-iframe-expected.txt:
3320 * platform/qt-5.0-wk2/compositing/iframes/composited-parent-iframe-expected.txt:
3321 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt:
3322 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe-expected.txt:
3323 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt:
3324 * platform/qt-5.0-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt:
3325 * platform/qt-5.0-wk2/compositing/iframes/enter-compositing-iframe-expected.txt:
3326 * platform/qt-5.0-wk2/compositing/iframes/iframe-resize-expected.txt:
3327 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
3328 * platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt:
3329 * platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt:
3330 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-expected.txt:
3331 * platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
3332 * platform/qt-5.0-wk2/compositing/iframes/overlapped-nested-iframes-expected.txt:
3333 * platform/qt-5.0-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: Added.
3334 * platform/qt-5.0-wk2/compositing/iframes/resizer-expected.txt:
3335 * platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.png:
3336 * platform/qt-5.0-wk2/compositing/iframes/scrolling-iframe-expected.txt: Added.
3337 * platform/qt-5.0-wk2/compositing/images/clip-on-directly-composited-image-expected.txt: Added.
3338 * platform/qt-5.0-wk2/compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
3339 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt: Added.
3340 * platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt: Added.
3341 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-fixed-position-under-transform-expected.txt: Added.
3342 * platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt:
3343 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-clipping-expected.txt: Added.
3344 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-container-expected.txt: Added.
3345 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-animation-expected.txt: Added.
3346 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-child-layer-expected.txt: Added.
3347 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-clipping-expected.txt: Added.
3348 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-3d-expected.txt: Added.
3349 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Added.
3350 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-layer-expected.txt: Added.
3351 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt: Added.
3352 * platform/qt-5.0-wk2/compositing/layer-creation/overlap-transforms-expected.txt: Added.
3353 * platform/qt-5.0-wk2/compositing/layer-creation/rotate3d-overlap-expected.txt: Added.
3354 * platform/qt-5.0-wk2/compositing/layer-creation/stacking-context-overlap-expected.txt: Added.
3355 * platform/qt-5.0-wk2/compositing/layer-creation/translatez-overlap-expected.txt: Added.
3356 * platform/qt-5.0-wk2/compositing/masks/mask-layer-size-expected.txt: Added.
3357 * platform/qt-5.0-wk2/compositing/overflow-trumps-transform-style-expected.txt: Added.
3358 * platform/qt-5.0-wk2/compositing/overflow/composited-scrolling-paint-phases-expected.txt: Added.
3359 * platform/qt-5.0-wk2/compositing/overflow/content-gains-scrollbars-expected.txt:
3360 * platform/qt-5.0-wk2/compositing/overflow/content-loses-scrollbars-expected.txt: Added.
3361 * platform/qt-5.0-wk2/compositing/overflow/overflow-scrollbar-layers-expected.txt:
3362 * platform/qt-5.0-wk2/compositing/overflow/resize-painting-expected.txt: Added.
3363 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-contain-expected.png: Added.
3364 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-cover-expected.png: Added.
3365 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-position-expected.png: Added.
3366 * platform/qt-5.0-wk2/compositing/patterns/direct-pattern-compositing-size-expected.png: Added.
3367 * platform/qt-5.0-wk2/compositing/repaint/page-scale-repaint-expected.png: Added.
3368 * platform/qt-5.0-wk2/compositing/repaint/requires-backing-repaint-expected.png:
3369 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
3370 * platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt:
3371 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
3372 * platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt:
3373 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
3374 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
3375 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
3376 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
3377 * platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
3378 * platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.
3379 * platform/qt-5.0-wk2/compositing/tiled-layers-hidpi-expected.txt:
3380 * platform/qt-5.0-wk2/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
3381 * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt:
3382 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt:
3383 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-img-expected.txt: Added.
3384 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt:
3385 * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
3386 * platform/qt-5.0-wk2/compositing/tiling/tiled-layer-resize-expected.txt: Added.
3387 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
3388 * platform/qt-5.0-wk2/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
3389 * platform/qt-5.0-wk2/css2.1/20110323/abspos-containing-block-initial-001-expected.png: Added.
3390 * platform/qt-5.0-wk2/css3/compositing/should-have-compositing-layer-expected.txt: Added.
3391 * platform/qt-5.0-wk2/css3/filters/composited-during-animation-layertree-expected.txt:
3392 * platform/qt-5.0-wk2/css3/filters/composited-during-transition-layertree-expected.txt: Added.
3393 * platform/qt-5.0-wk2/css3/filters/filter-repaint-blur-expected.png: Added.
3394 * platform/qt-5.0-wk2/css3/filters/filter-repaint-child-layers-expected.png: Added.
3395 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-clipped-expected.png: Added.
3396 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-expected.png: Added.
3397 * platform/qt-5.0-wk2/css3/filters/filter-repaint-shadow-rotated-expected.png: Added.
3398 * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png:
3399 * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png:
3400 * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png:
3401 * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png:
3402 * platform/qt-5.0-wk2/css3/images/cross-fade-background-size-expected.png: Added.
3403 * platform/qt-5.0-wk2/editing/deleting/delete-3608462-fix-expected.png: Added.
3404 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-001-expected.png: Added.
3405 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-002-expected.png: Added.
3406 * platform/qt-5.0-wk2/editing/deleting/delete-after-span-ws-003-expected.png: Added.
3407 * platform/qt-5.0-wk2/editing/deleting/delete-image-002-expected.png:
3408 * platform/qt-5.0-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
3409 * platform/qt-5.0-wk2/editing/selection/unrendered-002-expected.png: Added.
3410 * platform/qt-5.0-wk2/editing/selection/unrendered-003-expected.png: Added.
3411 * platform/qt-5.0-wk2/editing/selection/unrendered-004-expected.png: Added.
3412 * platform/qt-5.0-wk2/editing/selection/unrendered-005-expected.png: Added.
3413 * platform/qt-5.0-wk2/editing/style/unbold-in-bold-expected.png: Added.
3414 * platform/qt-5.0-wk2/fast/backgrounds/background-clip-text-on-body-expected.png: Added.
3415 * platform/qt-5.0-wk2/fast/backgrounds/solid-color-context-restore-expected.png:
3416 * platform/qt-5.0-wk2/fast/borders/inline-mask-overlay-image-expected.png:
3417 * platform/qt-5.0-wk2/fast/canvas/canvas-as-image-incremental-repaint-expected.png:
3418 * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png:
3419 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-2-expected.png:
3420 * platform/qt-5.0-wk2/fast/canvas/canvas-incremental-repaint-expected.png: Added.
3421 * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
3422 * platform/qt-5.0-wk2/fast/canvas/setWidthResetAfterForcedRender-expected.png:
3423 * platform/qt-5.0-wk2/fast/css/first-line-text-decoration-expected.png: Added.
3424 * platform/qt-5.0-wk2/fast/css/sticky/sticky-left-expected.png: Added.
3425 * platform/qt-5.0-wk2/fast/css/sticky/sticky-side-margins-expected.png: Added.
3426 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-expected.png: Added.
3427 * platform/qt-5.0-wk2/fast/css/sticky/sticky-top-margins-expected.png: Added.
3428 * platform/qt-5.0-wk2/fast/css/sticky/sticky-writing-mode-horizontal-bt-expected.png: Added.
3429 * platform/qt-5.0-wk2/fast/events/event-attribute-expected.txt: Added.
3430 * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
3431 * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
3432 * platform/qt-5.0-wk2/fast/forms/hidden-listbox-expected.png: Added.
3433 * platform/qt-5.0-wk2/fast/forms/listbox-clip-expected.png:
3434 * platform/qt-5.0-wk2/fast/frames/flattening/frameset-flattening-simple-expected.png: Added.
3435 * platform/qt-5.0-wk2/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
3436 * platform/qt-5.0-wk2/fast/layers/inline-dirty-z-order-lists-expected.png: Added.
3437 * platform/qt-5.0-wk2/fast/layers/remove-layer-with-nested-stacking-expected.png: Added.
3438 * platform/qt-5.0-wk2/fast/layers/scroll-rect-to-visible-expected.png:
3439 * platform/qt-5.0-wk2/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
3440 * platform/qt-5.0-wk2/fast/overflow/position-fixed-transform-clipping-expected.png: Added.
3441 * platform/qt-5.0-wk2/fast/reflections/inline-crash-expected.png: Added.
3442 * platform/qt-5.0-wk2/fast/regions/autosize-region-window-resize-expected.png: Added.
3443 * platform/qt-5.0-wk2/fast/regions/region-style-image-background-color-expected.png: Added.
3444 * platform/qt-5.0-wk2/fast/regions/render-region-custom-style-mark-expected.png: Added.
3445 * platform/qt-5.0-wk2/fast/repaint/4774354-expected.png: Added.
3446 * platform/qt-5.0-wk2/fast/repaint/4776765-expected.png: Added.
3447 * platform/qt-5.0-wk2/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
3448 * platform/qt-5.0-wk2/fast/repaint/background-generated-expected.png: Added.
3449 * platform/qt-5.0-wk2/fast/repaint/background-misaligned-expected.png:
3450 * platform/qt-5.0-wk2/fast/repaint/backgroundSizeRepaint-expected.png: Added.
3451 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
3452 * platform/qt-5.0-wk2/fast/repaint/block-layout-inline-children-replaced-expected.png:
3453 * platform/qt-5.0-wk2/fast/repaint/block-no-inflow-children-expected.png: Added.
3454 * platform/qt-5.0-wk2/fast/repaint/border-radius-repaint-expected.png: Added.
3455 * platform/qt-5.0-wk2/fast/repaint/border-repaint-glitch-expected.png: Added.
3456 * platform/qt-5.0-wk2/fast/repaint/box-shadow-dynamic-expected.png: Added.
3457 * platform/qt-5.0-wk2/fast/repaint/bugzilla-3509-expected.png: Added.
3458 * platform/qt-5.0-wk2/fast/repaint/bugzilla-5699-expected.png: Added.
3459 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6278-expected.png: Added.
3460 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6388-expected.png: Added.
3461 * platform/qt-5.0-wk2/fast/repaint/bugzilla-6473-expected.png: Added.
3462 * platform/qt-5.0-wk2/fast/repaint/bugzilla-7235-expected.png: Added.
3463 * platform/qt-5.0-wk2/fast/repaint/button-spurious-layout-hint-expected.png: Added.
3464 * platform/qt-5.0-wk2/fast/repaint/caret-with-transformation-expected.png: Added.
3465 * platform/qt-5.0-wk2/fast/repaint/clip-with-layout-delta-expected.png: Added.
3466 * platform/qt-5.0-wk2/fast/repaint/clipped-relative-expected.png: Added.
3467 * platform/qt-5.0-wk2/fast/repaint/containing-block-position-change-expected.png: Added.
3468 * platform/qt-5.0-wk2/fast/repaint/content-into-overflow-expected.png: Added.
3469 * platform/qt-5.0-wk2/fast/repaint/continuation-after-outline-expected.png: Added.
3470 * platform/qt-5.0-wk2/fast/repaint/control-clip-expected.png: Added.
3471 * platform/qt-5.0-wk2/fast/repaint/create-layer-repaint-expected.png: Added.
3472 * platform/qt-5.0-wk2/fast/repaint/delete-into-nested-block-expected.png:
3473 * platform/qt-5.0-wk2/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Added.
3474 * platform/qt-5.0-wk2/fast/repaint/erase-overflow-expected.png: Added.
3475 * platform/qt-5.0-wk2/fast/repaint/fixed-after-scroll-expected.png:
3476 * platform/qt-5.0-wk2/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
3477 * platform/qt-5.0-wk2/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
3478 * platform/qt-5.0-wk2/fast/repaint/fixed-in-page-scale-expected.png: Added.
3479 * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
3480 * platform/qt-5.0-wk2/fast/repaint/fixed-move-after-scroll-expected.png: Added.
3481 * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png:
3482 * platform/qt-5.0-wk2/fast/repaint/fixed-table-cell-expected.png:
3483 * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-expected.png:
3484 * platform/qt-5.0-wk2/fast/repaint/fixed-table-overflow-zindex-expected.png:
3485 * platform/qt-5.0-wk2/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
3486 * platform/qt-5.0-wk2/fast/repaint/fixed-tranformed-expected.png: Added.
3487 * platform/qt-5.0-wk2/fast/repaint/float-move-during-layout-expected.png: Added.
3488 * platform/qt-5.0-wk2/fast/repaint/float-overflow-expected.png: Added.
3489 * platform/qt-5.0-wk2/fast/repaint/float-overflow-right-expected.png: Added.
3490 * platform/qt-5.0-wk2/fast/repaint/gradients-em-stops-repaint-expected.png: Added.
3491 * platform/qt-5.0-wk2/fast/repaint/inline-color-change-expected.png: Added.
3492 * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
3493 * platform/qt-5.0-wk2/fast/repaint/intermediate-layout-position-expected.png: Added.
3494 * platform/qt-5.0-wk2/fast/repaint/layer-visibility-expected.png: Added.
3495 * platform/qt-5.0-wk2/fast/repaint/layout-state-only-positioned-expected.png: Added.
3496 * platform/qt-5.0-wk2/fast/repaint/layout-state-relative-expected.png: Added.