1 2012-06-28 Ojan Vafai <ojan@chromium.org>
3 Rebaselines after http://trac.webkit.org/changeset/119507.
4 These were all done using "webkit-patch rebaseline-expectations".
6 * platform/chromium-mac-leopard/tables/mozilla/bugs/bug131020-expected.png:
7 * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug131020-expected.png:
8 * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.png:
9 * platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.txt:
10 * platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
11 * platform/chromium/TestExpectations:
12 * platform/efl/TestExpectations:
13 * platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Copied from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
14 * platform/gtk/TestExpectations:
15 * platform/gtk/tables/mozilla/bugs/bug131020-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
16 * platform/mac/TestExpectations:
17 * platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
18 * platform/qt/TestExpectations:
19 * platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
20 * platform/win/TestExpectations:
22 2012-06-28 Hayato Ito <hayato@chromium.org>
24 CompositeShadowTreeWalker should use InsertionPoint::hasDistribution() instead of InsertionPoint::isActive().
25 https://bugs.webkit.org/show_bug.cgi?id=89177
27 Reviewed by Dimitri Glazkov.
29 * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
30 * fast/dom/shadow/composed-shadow-tree-walker.html:
32 2012-06-28 Gregg Tavares <gman@google.com>
34 Add support for DEPTH_STENCIL to WEBGL_depth_texture
35 https://bugs.webkit.org/show_bug.cgi?id=90109
37 Reviewed by Kenneth Russell.
39 * fast/canvas/webgl/webgl-depth-texture-expected.txt:
40 * fast/canvas/webgl/webgl-depth-texture.html:
42 2012-06-28 Stephen Chenney <schenney@chromium.org>
44 [chromium] rebaseline svg text layouts?
45 https://bugs.webkit.org/show_bug.cgi?id=89936
47 Unreviewed Chromium test expectations update.
49 The SVG tests for this bug all seem OK, so they are being rebaselined.
50 The other content is less clear, so it is being left for an expert.
52 * platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
53 * platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
54 * platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
55 * platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
56 * platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
57 * platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
58 * platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt: Added.
59 * platform/chromium-win-xp/svg/zoom/page/zoom-foreignObject-expected.png: Added.
60 * platform/chromium/TestExpectations:
62 2012-06-28 Alpha Lam <hclam@chromium.org>
64 [chromium] Mark a test as slow.
65 https://bugs.webkit.org/show_bug.cgi?id=90207
67 fast/forms/select/select-state-restore.html is a slow test on debug builds.
70 * platform/chromium/TestExpectations:
72 2012-06-28 Christophe Dumez <christophe.dumez@intel.com>
74 [EFL] Enable support for HTML5 datalist
75 https://bugs.webkit.org/show_bug.cgi?id=90157
77 Reviewed by Martin Robinson.
79 * platform/efl/Skipped: Unskip fast/forms/datalist tests now that
80 the DATALIST flag is turned on by default on EFL port.
81 * platform/efl/fast/forms/datalist/input-list-expected.txt: Added.
82 We need platform-specific result because we don't support datalist
83 UI for any element yet. This should be progressively added later
84 on and the expected result will evolve.
86 2012-06-28 Tony Chang <tony@chromium.org>
88 Enable CSS grid layout LayoutTests on platform Mac
89 https://bugs.webkit.org/show_bug.cgi?id=90113
91 Reviewed by Ojan Vafai.
93 Use 1 instead of true, since that's what WebView.mm expects.
95 * fast/css-grid-layout/containing-block-grids.html:
96 * fast/css-grid-layout/display-grid-set-get.html:
97 * fast/css-grid-layout/floating-empty-grids.html:
98 * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
99 * fast/css-grid-layout/grid-columns-rows-get-set.html:
100 * fast/css-grid-layout/grid-item-column-row-get-set.html:
101 * platform/mac/Skipped: Unskip tests.
103 2012-06-28 Stephen White <senorblanco@chromium.org>
105 Unreviewed gardening.
107 Remove a duplicate expectation.
109 * platform/chromium/TestExpectations:
111 2012-06-28 Stephen Chenney <schenney@chromium.org>
113 [chromium] svg/custom/clip-path-referencing-use2.svg fails in "drt mode" in DRT
114 https://bugs.webkit.org/show_bug.cgi?id=85085
116 Unreviewed Chromium expectations update.
118 NRWT is not printing the stdout from this test, which is not really
119 enough to warrant keeping the expectations incorrect. The bug stays
122 * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt:
123 * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
124 * platform/chromium/TestExpectations:
126 2012-06-28 Andrei Onea <onea@adobe.com>
128 [CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getContent()
129 https://bugs.webkit.org/show_bug.cgi?id=90163
131 Reviewed by Andreas Kling.
133 Changed test for NameFlow::contentNodes to reflect new spec, which uses
134 NameFlow::getContent().
136 * fast/regions/webkit-named-flow-content-nodes-expected.txt: Removed.
137 * fast/regions/webkit-named-flow-get-content-expected.txt: Added.
138 * fast/regions/webkit-named-flow-get-content.html: Renamed from LayoutTests/fast/regions/webkit-named-flow-content-nodes.html.
140 2012-06-28 Ryosuke Niwa <rniwa@webkit.org>
142 REGRESSION(r121232): named properties on document and window may return wrong object
143 https://bugs.webkit.org/show_bug.cgi?id=90133
145 Reviewed by Andreas Kling.
147 Add a regression test.
149 * fast/dom/HTMLDocument/named-item-multiple-match-expected.txt: Added.
150 * fast/dom/HTMLDocument/named-item-multiple-match.html: Added.
152 2012-06-28 Zeev Lieber <zlieber@chromium.org>
154 [Skia] Computing the resampling mode ignores scale applied to the canvas
155 https://bugs.webkit.org/show_bug.cgi?id=72073
157 Reviewed by Stephen White.
159 Updated tests to expect different image when resampling method changed.
161 * platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
162 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
163 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
164 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
165 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
166 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
167 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
168 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
169 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
170 * platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
171 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
172 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
173 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
174 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
175 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
176 * platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
177 * platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
178 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
179 * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
180 * platform/chromium-linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
181 * platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
182 * platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
183 * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
184 * platform/chromium-linux/transitions/cross-fade-background-image-expected.png:
185 * platform/chromium/TestExpectations:
187 2012-06-28 Tony Chang <tony@chromium.org>
189 Split flex into flex-grow/flex-shrink/flex-basis
190 https://bugs.webkit.org/show_bug.cgi?id=86525
192 Reviewed by Ojan Vafai.
194 If -webkit-flex is set to none, when the user reads the value back out, it is
195 now 0 0 auto. 'none' is for convenience, not an actual value.
197 * css3/flexbox/flex-longhand-parsing-expected.txt:
198 * css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
199 * css3/flexbox/flex-property-parsing-expected.txt:
200 * css3/flexbox/flex-property-parsing.html: Update results for 'none'.
201 * fast/css/getComputedStyle/computed-style-expected.txt:
202 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
203 * fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
204 * svg/css/getComputedStyle-basic-expected.txt:
206 2012-06-28 Andreas Kling <kling@webkit.org>
208 [WK2] platform/mac/editing/spelling/autocorrection-blockquote-crash.html fails.
209 <http://webkit.org/b/90156>
211 Skip this test on mac-wk2 for now.
213 * platform/mac-wk2/Skipped:
215 2012-06-28 Hans Wennborg <hans@chromium.org>
217 Speech JavaScript API: Don't dispatch end event after ActiveDOMObject::stop()
218 https://bugs.webkit.org/show_bug.cgi?id=90176
220 Reviewed by Adam Barth.
222 speechgrammar-basics.html should no longer be flaky.
224 * platform/chromium/TestExpectations:
226 2012-06-28 Alexander Pavlov <apavlov@chromium.org>
228 [Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
229 https://bugs.webkit.org/show_bug.cgi?id=90167
231 Reviewed by Csaba Osztrogonác.
233 Unskip the previously offensive test.
235 * platform/qt/Skipped:
237 2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
239 [WK2] New fast/events/drag-display-none-element.html fails
240 https://bugs.webkit.org/show_bug.cgi?id=90177
242 Unreviewed gardening, skip the new failing test.
244 * platform/wk2/Skipped:
246 2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
248 [Qt] css3/filters/huge-region-composited.html makes css3/filters/huge-region.html crash
249 https://bugs.webkit.org/show_bug.cgi?id=90165
251 [Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
252 https://bugs.webkit.org/show_bug.cgi?id=90167
254 Unreviewed gardening, skip the guilty tests.
256 * platform/qt/Skipped:
258 2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
260 [Qt] Restore original value of mock scrollbars between tests
261 https://bugs.webkit.org/show_bug.cgi?id=90155
263 Reviewed by Simon Hausmann.
265 * platform/qt/Skipped: Unskip tests which doesn't break anything now.
267 2012-06-28 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
269 [EFL] Gardening after r121388
270 https://bugs.webkit.org/show_bug.cgi?id=90145
272 Unreviewed EFL gardening. The new fast/events/drag-display-none-element.html
273 test added in r121388 does not pass on EFL port because of missing drag'n'drop support.
275 * platform/efl/TestExpectations:
277 2012-06-28 Kent Tamura <tkent@chromium.org>
279 Classify form control states by their owner forms
280 https://bugs.webkit.org/show_bug.cgi?id=89950
282 Reviewed by Hajime Morita.
284 * fast/forms/resources/state-restore-per-form-back.html: Added.
285 * fast/forms/state-restore-per-form-expected.txt:
286 Added. This contains some FAIL lines. They are expected and will
287 be fixed in webkit.org/b/89962.
288 * fast/forms/state-restore-per-form.html: Added.
289 * fast/forms/state-restore-broken-state-expected.txt:
290 Updated for the serialization format change.
292 2012-06-28 Kent Tamura <tkent@chromium.org>
294 [Chromium] Test expectation update
296 * platform/chromium/TestExpectations:
297 platform/chromium/accessibility/add-to-menu-list-crashes.html is passing.
299 2012-06-28 Zan Dobersek <zandobersek@gmail.com>
301 Unreviewed GTK gardening, removing crash expectation for the
302 fast/workers/worker-context-gc.html test as the offending revision
303 was rolled out in r121417.
305 * platform/gtk/TestExpectations:
307 2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
309 [Qt] Unreviewed gardening, skip a new test to hide an annoying bug
310 https://bugs.webkit.org/show_bug.cgi?id=87680 (and paint the bot green)
312 * platform/qt/Skipped:
314 2012-06-28 Zan Dobersek <zandobersek@gmail.com>
316 Unreviewed GTK gardening, adding a crash expectation for the
317 fast/workers/worker-context-gc.html test that started crashing after r121395.
319 * platform/gtk/TestExpectations:
321 2012-06-27 Pablo Flouret <pablof@motorola.com>
323 pattern="" should only accept the empty string
324 https://bugs.webkit.org/show_bug.cgi?id=89569
326 Reviewed by Kent Tamura.
328 * fast/forms/ValidityState-patternMismatch-expected.txt:
329 * fast/forms/ValidityState-patternMismatch.html:
330 Modified the test to check the results of an empty pattern both with an empty
331 value, and with some value specified.
333 2012-06-27 Alexis Menard <alexis.menard@openbossa.org>
335 Implement selectedOptions attribute of HTMLSelectElement.
336 https://bugs.webkit.org/show_bug.cgi?id=80631
338 Reviewed by Ryosuke Niwa.
340 New tests to cover the feature.
342 * fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Added.
343 * fast/dom/HTMLSelectElement/select-selectedOptions.html: Added.
344 * fast/dom/htmlcollection-non-html-expected.txt:
345 * fast/dom/htmlcollection-non-html.html:
347 2012-06-27 Filip Pizlo <fpizlo@apple.com>
349 Javascript SHA-512 gives wrong hash on second and subsequent runs unless Web Inspector Javascript Debugging is on
350 https://bugs.webkit.org/show_bug.cgi?id=90053
351 <rdar://problem/11764613>
353 Reviewed by Mark Hahnenberg.
355 * fast/js/dfg-uint32-to-number-skip-then-exit-expected.txt: Added.
356 * fast/js/dfg-uint32-to-number-skip-then-exit.html: Added.
357 * fast/js/script-tests/dfg-uint32-to-number-skip-then-exit.js: Added.
360 2012-06-27 Alpha Lam <hclam@chromium.org>
362 [chromium] Rebase image mismatch caused by 121371.
364 Rebase test results for:
365 platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html
369 * platform/chromium-linux/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
371 2012-06-27 Daniel Cheng <dcheng@chromium.org>
373 Fix crash in Frame::nodeImage.
374 https://bugs.webkit.org/show_bug.cgi?id=89911
376 Reviewed by Abhishek Arya.
378 * fast/events/drag-display-none-element-expected.txt: Added.
379 * fast/events/drag-display-none-element.html: Added.
381 2012-06-27 Tony Chang <tony@chromium.org>
383 Unreviewed, rolling out r121380.
384 http://trac.webkit.org/changeset/121380
385 https://bugs.webkit.org/show_bug.cgi?id=86525
387 Hits an ASSERT in debug.
389 * css3/flexbox/flex-longhand-parsing-expected.txt: Removed.
390 * css3/flexbox/flex-longhand-parsing.html: Removed.
391 * css3/flexbox/flex-property-parsing-expected.txt:
392 * css3/flexbox/flex-property-parsing.html:
393 * fast/css/getComputedStyle/computed-style-expected.txt:
394 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
395 * fast/css/getComputedStyle/resources/property-names.js:
396 * svg/css/getComputedStyle-basic-expected.txt:
398 2012-06-27 Jeffrey Pfau <jpfau@apple.com>
400 [Mac] Fix test expectation introduced in r121299
404 * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
406 2012-06-27 Alpha Lam <hclam@chromium.org>
408 [chromium] Rebase image mismatch caused by 121371.
410 Rebase test results for:
411 platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html
415 * platform/chromium-mac-snowleopard/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
416 * platform/chromium-mac/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
417 * platform/chromium-win/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
419 2012-06-27 Tony Chang <tony@chromium.org>
421 Split flex into flex-grow/flex-shrink/flex-basis
422 https://bugs.webkit.org/show_bug.cgi?id=86525
424 Reviewed by Ojan Vafai.
426 If -webkit-flex is set to none, when the user reads the value back out, it is
427 now 0 0 auto. 'none' is for convenience, not an actual value.
429 * css3/flexbox/flex-longhand-parsing-expected.txt:
430 * css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
431 * css3/flexbox/flex-property-parsing-expected.txt:
432 * css3/flexbox/flex-property-parsing.html: Update results for 'none'.
433 * fast/css/getComputedStyle/computed-style-expected.txt:
434 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
435 * fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
436 * svg/css/getComputedStyle-basic-expected.txt:
438 2012-06-27 Erik Arvidsson <arv@chromium.org>
440 [V8] Improve variable resolution order on window
441 https://bugs.webkit.org/show_bug.cgi?id=84247
443 Reviewed by Ojan Vafai.
445 This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.
447 This is the second (third?) try. Last time there was a bug in the V8 code related to the split window.
448 I added a test that tests the failure that caused this to be rolled back last time.
450 * fast/dom/Window/es52-globals-expected.txt: Added.
451 * fast/dom/Window/es52-globals.html: Added.
452 * fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
453 * fast/dom/Window/window-property-shadowing-onclick.html: Added.
454 * platform/chromium/fast/dom/Window/es52-globals-expected.txt: Added.
455 * platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Added.
456 * platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
458 2012-06-27 W. James MacLean <wjmaclean@chromium.org>
460 [chromium] ScrollbarLayerChromium should support painting forward-track and back-track in different styles.
461 https://bugs.webkit.org/show_bug.cgi?id=89908
463 Reviewed by Adrienne Walker.
465 Adds support for accelerated drawing (impl thread) of scrollbars with different styles for the
466 forward-track and back-track parts.
468 * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
469 * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.txt: Added.
470 * platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html: Added.
472 2012-06-27 Zan Dobersek <zandobersek@gmail.com>
474 Unreviewed GTK gardening, adding a new baseline that's required
475 after the Gamepad API has been turned on in r121332.
477 * platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt: Added.
479 2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
481 REGRESSION (Safari 5?): Pasting a line into textarea inserts two newlines
482 https://bugs.webkit.org/show_bug.cgi?id=49288
484 Reviewed by Tony Chang.
486 Add a test regerssion test for copying & pasting a line in pre into textarea twice.
488 * editing/pasteboard/copy-paste-pre-line-content-expected.txt: Added.
489 * editing/pasteboard/copy-paste-pre-line-content.html: Added.
491 2012-06-27 Alpha Lam <hclam@chromium.org>
493 [Chromium] Rebaseline svg/text/scaled-font.svg and svg/text/scaling-font-with-geometric-precision.html caused by r121343.
495 Not reviewed. Build fix.
497 * platform/chromium-mac-snowleopard/svg/text/scaling-font-with-geometric-precision-expected.png:
498 * platform/chromium-mac/svg/text/scaled-font-expected.png:
499 * platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
501 2012-06-27 Ojan Vafai <ojan@chromium.org>
503 Fix some styling errors in the TestExpecations files.
504 There were automatically fixed when trying to make
505 webkit-patch rebaseline-expectations work for non-Chromium ports.
507 * platform/efl/TestExpectations:
508 * platform/mac/TestExpectations:
509 * platform/qt/TestExpectations:
511 2012-06-27 Andrei Onea <onea@adobe.com>
513 [CSSRegions]Change display values that allow regions
514 https://bugs.webkit.org/show_bug.cgi?id=89759
516 Reviewed by Tony Chang.
518 Added checks for more display values, and modified results to reflect proper values that can become
519 regions. Also created new test for dynamically changing display values, making sure regions are
520 created or destroyed correctly.
521 * fast/regions/region-element-display-change-expected.txt: Added.
522 * fast/regions/region-element-display-change.html: Added.
523 * fast/regions/region-element-display-restriction-expected.txt:
524 * fast/regions/script-tests/region-element-display-change.js: Added.
526 * fast/regions/script-tests/region-element-display-restriction.js:
528 2012-06-27 Mike Lawther <mikelawther@chromium.org>
530 CSS3 calc: blending involving expressions
531 https://bugs.webkit.org/show_bug.cgi?id=86160
533 Reviewed by Tony Chang.
535 Removed existing test as it was folded into transitions.html.
537 * css3/calc/transition-start-end-with-calc-expected.txt: Removed.
538 * css3/calc/transition-start-end-with-calc.html: Removed.
539 * css3/calc/transitions-dependent-expected.txt: Added.
540 * css3/calc/transitions-dependent.html: Added.
541 * css3/calc/transitions-expected.txt: Added.
542 * css3/calc/transitions.html: Added.
544 2012-06-27 Shinya Kawanaka <shinyak@chromium.org>
546 [Shadow] Triggers assertion in VisibleSelection::adjustSelectionToAvoidCrossingBoundaries()
547 https://bugs.webkit.org/show_bug.cgi?id=89918
549 Reviewed by Ryosuke Niwa.
551 This patch adds a testcase of selection from Shadow DOM to some elements outside of shadow host.
552 r121303, which is a patch for another issue, fixed this issue.
554 * editing/shadow/breaking-editing-boundaries-2-expected.txt: Added.
555 * editing/shadow/breaking-editing-boundaries-2.html: Added.
557 2012-06-27 Alexandru Chiculita <achicu@adobe.com>
559 Blur filter causes issues when scrolling
560 https://bugs.webkit.org/show_bug.cgi?id=89475
562 Reviewed by Simon Fraser.
564 Checking that the fixed positioned element repaints correctly when there is a blur filter
565 applied on its parent layer.
567 * css3/filters/blur-filter-page-scroll.html: Added.
568 * platform/chromium/css3/filters/blur-filter-page-scroll-expected.png: Added.
569 * platform/chromium/css3/filters/blur-filter-page-scroll-expected.txt: Added.
570 * platform/chromium/TestExpectations: The new test needs to be checked on Windows.
571 * platform/mac/css3/filters/blur-filter-page-scroll-expected.png: Added.
572 * platform/mac/css3/filters/blur-filter-page-scroll-expected.txt: Added.
574 2012-06-27 Alexander Pavlov <apavlov@chromium.org>
576 Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs
577 https://bugs.webkit.org/show_bug.cgi?id=89980
579 Reviewed by Antti Koivisto.
581 * fast/css/font-face-unexpected-end-expected.html: Added.
582 * fast/css/font-face-unexpected-end.html: Added.
584 2012-06-27 Zoltan Arvai <zarvai@inf.u-szeged.hu>
586 [Qt] Unreviewed gardening, rebaseline after r121303.
588 * platform/qt/editing/deleting/delete-br-002-expected.txt:
589 * platform/qt/editing/deleting/delete-br-004-expected.txt:
590 * platform/qt/editing/deleting/delete-br-005-expected.txt:
591 * platform/qt/editing/deleting/delete-br-006-expected.txt:
593 2012-06-27 Zan Dobersek <zandobersek@gmail.com>
595 Unreviewed GTK gardening, updating baselines after r121303.
597 * platform/gtk/editing/deleting/delete-br-002-expected.txt:
598 * platform/gtk/editing/deleting/delete-br-004-expected.txt:
599 * platform/gtk/editing/deleting/delete-br-005-expected.txt:
600 * platform/gtk/editing/deleting/delete-br-006-expected.txt:
602 2012-06-26 Xueqing Huang <huangxueqing@baidu.com>
604 DragData::asFilenames should not push same file names to result in Windows.
605 https://bugs.webkit.org/show_bug.cgi?id=79861
607 Reviewed by Alexey Proskuryakov.
609 * platform/win/fast/forms/file/drag-and-drop-files-expected.txt: Added.
610 * platform/win/fast/forms/file/drag-and-drop-files.html: Added.
612 2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
614 Rebaseline after r121286 and r121290.
616 * editing/deleting/merge-into-empty-block-2-expected.txt:
618 2012-06-26 Keishi Hattori <keishi@webkit.org>
620 [Chromium] Rebaseline fast/backgrounds/size/zero.html. Caused by r121296
624 * platform/chromium-mac-snowleopard/fast/backgrounds/size/zero-expected.png:
625 * platform/chromium-mac/fast/backgrounds/size/zero-expected.png:
627 2012-06-26 Keishi Hattori <keishi@webkit.org>
629 [Chromium] Rebaseline 4 tests in editing/deleting. Caused by r121303.
633 * platform/chromium-linux-x86/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
634 * platform/chromium-linux-x86/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
635 * platform/chromium-linux-x86/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
636 * platform/chromium-linux-x86/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
637 * platform/chromium-linux/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
638 * platform/chromium-linux/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
639 * platform/chromium-linux/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
640 * platform/chromium-linux/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
641 * platform/chromium-win-xp/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
642 * platform/chromium-win-xp/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
643 * platform/chromium-win-xp/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
644 * platform/chromium-win-xp/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
645 * platform/chromium-win/editing/deleting/delete-br-002-expected.txt:
646 * platform/chromium-win/editing/deleting/delete-br-004-expected.txt:
647 * platform/chromium-win/editing/deleting/delete-br-005-expected.txt:
648 * platform/chromium-win/editing/deleting/delete-br-006-expected.txt:
650 2012-06-26 Douglas Stockwell <dstockwell@chromium.org>
652 REGRESSION(r107836): box shadow not drawn for opaque images with an opaque background
653 https://bugs.webkit.org/show_bug.cgi?id=89958
655 Reviewed by Simon Fraser.
657 * fast/box-shadow/image-box-shadow-expected.html: Added.
658 * fast/box-shadow/image-box-shadow.html: Added.
659 * fast/box-shadow/resources/green-alpha.png: Added.
660 * fast/box-shadow/resources/green.jpg: Added.
661 * fast/box-shadow/resources/green.png: Added.
663 2012-06-26 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org>
665 Unexpected element sizes when mixing inline-table with box-sizing
666 https://bugs.webkit.org/show_bug.cgi?id=89819
668 Reviewed by Julien Chaffraix.
670 * fast/box-sizing/css-table-with-box-sizing-expected.txt: Added.
671 * fast/box-sizing/css-table-with-box-sizing.html: Added.
673 2012-06-26 Filip Pizlo <fpizlo@apple.com>
675 DFG PutByValAlias is too aggressive
676 https://bugs.webkit.org/show_bug.cgi?id=90026
677 <rdar://problem/11751830>
679 Reviewed by Gavin Barraclough.
681 * fast/js/dfg-put-by-val-setter-then-get-by-val-expected.txt: Added.
682 * fast/js/dfg-put-by-val-setter-then-get-by-val.html: Added.
683 * fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt: Added.
684 * fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.html: Added.
685 * fast/js/script-tests/dfg-put-by-val-setter-then-get-by-val.js: Added.
688 * fast/js/script-tests/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js: Added.
691 2012-06-26 Kevin Ellis <kevers@chromium.org>
693 Touch adjustment does not target shadow DOM elements
694 https://bugs.webkit.org/show_bug.cgi?id=89556
696 Cannot open calendar picker for input type=date using a touch tap
697 gesture if TOUCH_ADJUSTMENT is enabled. When touch adjustment is
698 enabled, the position of a touch point is snapped to the center of an
699 element when generating synthetic mouse events. The position of shadow
700 nodes was not being considered when determining the snap position.
701 This test verifies that touch adjustment now considers shadow-DOM
702 when calculating the snap position.
704 Reviewed by Antonio Gomes.
706 * touchadjustment/nested-shadow-node-expected.txt: Added.
707 * touchadjustment/nested-shadow-node.html: Added.
709 2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
711 Stop calling node() and deprecatedEditingOffset() in comparePositions
712 https://bugs.webkit.org/show_bug.cgi?id=54535
714 Reviewed by Enrica Casucci.
716 Rebaselined existing tests. There are no user-visible changes.
718 * editing/inseting/font-size-clears-from-typing-style-expected.txt: No longer keeps div's around
719 when merging paragraphs.
720 * platform/mac/editing/deleting/delete-br-002-expected.txt:
721 * platform/mac/editing/deleting/delete-br-004-expected.txt:
722 * platform/mac/editing/deleting/delete-br-005-expected.txt:
723 * platform/mac/editing/deleting/delete-br-006-expected.txt:
725 2012-06-26 Alice Cheng <alice_cheng@apple.com>
727 Crash at WebCore::TextIterator::handleTextBox
728 https://bugs.webkit.org/show_bug.cgi?id=89526
729 <rdar://problem/10305315>
731 Reviewed by Darin Adler.
733 * platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt: Added.
734 * platform/mac/editing/spelling/autocorrection-blockquote-crash.html: Added.
736 2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
738 Convert editing/inserting/font-size-clears-from-typing-style.html to a dump-as-markup test
739 https://bugs.webkit.org/show_bug.cgi?id=90024
741 Reviewed by Ojan Vafai.
743 Converted a script test to a dump-as-markup test because the test result can be understood much eaiser that way.
745 * editing/inserting/font-size-clears-from-typing-style-expected.txt:
746 * editing/inserting/font-size-clears-from-typing-style.html:
747 * editing/inserting/script-tests: Removed.
748 * editing/inserting/script-tests/TEMPLATE.html: Removed.
749 * editing/inserting/script-tests/font-size-clears-from-typing-style.js: Removed.
751 2012-06-26 Tom Sepez <tsepez@chromium.org>
753 [chromium] HTML5 audio/video tags - loading http content from https page doesn't trigger warning.
754 https://bugs.webkit.org/show_bug.cgi?id=89906
756 Reviewed by Nate Chapin.
758 This patch treats mixed CachedRawResources as affecting the display of insecure content.
760 * http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Added.
761 * http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html: Added.
762 * http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt: Added.
763 * http/tests/security/mixedContent/insecure-xhr-in-main-frame.html: Added.
764 * http/tests/security/mixedContent/resources/frame-with-insecure-audio-video.html: Added.
765 * platform/efl/TestExpectations:
766 * platform/gtk/TestExpectations:
767 * platform/mac/TestExpectations:
768 * platform/qt/TestExpectations:
769 * platform/win/TestExpectations:
771 2012-06-26 Joe Thomas <joethomas@motorola.com>
773 background-size:0 shows as 1px instead of invisible
774 https://bugs.webkit.org/show_bug.cgi?id=86942
776 Reviewed by Eric Seidel.
778 As per the specification http://www.w3.org/TR/css3-background/#background-size, if the background image's width or height resolves to zero,
779 this causes the image not to be displayed. The effect should be the same as if it had been a transparent image.
780 This is also mentioned in http://www.w3.org/TR/2002/WD-css3-background-20020802/#background-size.
782 * fast/backgrounds/size/zero.html:
783 * fast/backgrounds/zero-background-size-expected.html: Added.
784 * fast/backgrounds/zero-background-size.html: Added.
785 * platform/chromium/TestExpectations:
786 * platform/efl/TestExpectations:
787 * platform/gtk/TestExpectations:
788 * platform/mac/fast/backgrounds/size/zero-expected.png:
789 * platform/mac/fast/backgrounds/size/zero-expected.txt:
790 * platform/qt/TestExpectations:
792 2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
794 Fix a test after r121286.
796 * editing/deleting/merge-into-empty-block-2.html:
798 2012-06-26 Sheriff Bot <webkit.review.bot@gmail.com>
800 Unreviewed, rolling out r121285.
801 http://trac.webkit.org/changeset/121285
802 https://bugs.webkit.org/show_bug.cgi?id=90014
804 "We misinterpreted 'size of the initial containing block'"
805 (Requested by tomz on #webkit).
807 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Removed.
808 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Removed.
809 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Removed.
810 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Removed.
811 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Removed.
812 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Removed.
813 * ietestcenter/css3/valuesandunits/units-000.htm:
814 * platform/chromium/TestExpectations:
815 * platform/efl/TestExpectations:
816 * platform/gtk/TestExpectations:
817 * platform/mac/TestExpectations:
818 * platform/qt/TestExpectations:
820 2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
822 Convert editing/deleting/delete-3959464-fix.html, delete-at-paragraph-boundaries-001.html, merge-into-empty-block-1.html and merge-into-empty-block-2.html to dump-as-markup tests
823 https://bugs.webkit.org/show_bug.cgi?id=90011
825 Reviewed by Eric Seidel.
827 * editing/deleting/delete-3959464-fix-expected.txt: Added.
828 * editing/deleting/delete-3959464-fix.html:
829 * editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
830 * editing/deleting/delete-at-paragraph-boundaries-001.html:
831 * editing/deleting/merge-into-empty-block-1-expected.txt: Added.
832 * editing/deleting/merge-into-empty-block-1.html:
833 * editing/deleting/merge-into-empty-block-2-expected.txt: Added.
834 * editing/deleting/merge-into-empty-block-2.html:
835 * platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png: Removed.
836 * platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
837 * platform/chromium-linux/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
838 * platform/chromium-linux/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
839 * platform/chromium-mac-leopard/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
840 * platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
841 * platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
842 * platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
843 * platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
844 * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
845 * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
846 * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
847 * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
848 * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png: Removed.
849 * platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt: Removed.
850 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
851 * platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
852 * platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
853 * platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
854 * platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
855 * platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
856 * platform/gtk/editing/deleting/delete-3959464-fix-expected.txt: Removed.
857 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
858 * platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
859 * platform/gtk/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
860 * platform/gtk/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
861 * platform/gtk/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
862 * platform/gtk/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
863 * platform/mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
864 * platform/mac/editing/deleting/delete-3959464-fix-expected.txt: Removed.
865 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
866 * platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
867 * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
868 * platform/mac/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
869 * platform/mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
870 * platform/mac/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
871 * platform/qt/editing/deleting/delete-3959464-fix-expected.png: Removed.
872 * platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Removed.
873 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
874 * platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
875 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
876 * platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
877 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
878 * platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
880 2012-06-26 Dave Tharp <dtharp@codeaurora.org>
882 ietestcenter/css3/valuesandunits/units-000.htm asserts
883 https://bugs.webkit.org/show_bug.cgi?id=86176
885 Reviewed by Beth Dakin.
887 Adding explicit tests for viewport border length tests. Inspired by IE Test center
888 units-000 test which highlighted that vw, vh, and vmin were not being handled in computeLengthDouble().
889 Also, adjusting test_expectations and Skipped for units-000, which no longer Asserts with this
892 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Added.
893 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Added.
894 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Added.
895 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Added.
896 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Added.
897 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Added.
898 * ietestcenter/css3/valuesandunits/units-000.htm:
899 * platform/chromium/TestExpectations:
900 * platform/efl/TestExpectations:
901 * platform/gtk/TestExpectations:
902 * platform/mac/TestExpectations:
903 * platform/qt/TestExpectations:
905 2012-06-26 Filip Pizlo <fpizlo@apple.com>
907 DFG::operationNewArray is unnecessarily slow, and may use the wrong array
908 prototype when inlined
909 https://bugs.webkit.org/show_bug.cgi?id=89821
911 Rubber stamped by Geoffrey Garen.
913 * fast/js/dfg-cross-global-object-inline-new-array-expected.txt: Added.
914 * fast/js/dfg-cross-global-object-inline-new-array-literal-expected.txt: Added.
915 * fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables-expected.txt: Added.
916 * fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables.html: Added.
917 * fast/js/dfg-cross-global-object-inline-new-array-literal.html: Added.
918 * fast/js/dfg-cross-global-object-inline-new-array-with-elements-expected.txt: Added.
919 * fast/js/dfg-cross-global-object-inline-new-array-with-elements.html: Added.
920 * fast/js/dfg-cross-global-object-inline-new-array-with-size-expected.txt: Added.
921 * fast/js/dfg-cross-global-object-inline-new-array-with-size.html: Added.
922 * fast/js/dfg-cross-global-object-inline-new-array.html: Added.
923 * fast/js/script-tests/cross-global-object-inline-global-var.js:
925 * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js: Added.
929 * fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js: Added.
933 * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js: Added.
937 * fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js: Added.
941 * fast/js/script-tests/dfg-cross-global-object-inline-new-array.js: Added.
946 2012-06-26 Adam Klein <adamk@chromium.org>
948 MutationObserver.observe should treat a null or undefined options argument as empty
949 https://bugs.webkit.org/show_bug.cgi?id=89992
951 Reviewed by Ojan Vafai.
953 * fast/mutation/observe-exceptions-expected.txt:
955 2012-06-26 Alpha Lam <hclam@chromium.org>
957 [chromium] Mark a layout test as timeout
958 https://bugs.webkit.org/show_bug.cgi?id=90003
960 fast/js/repeat-cached-vm-reentry.html started timing out on Mac debug and Win debug builds
961 between r121233:121239.
963 * platform/chromium/TestExpectations:
965 2012-06-26 Julien Chaffraix <jchaffraix@webkit.org>
967 Crash in FixedTableLayout::layout
968 https://bugs.webkit.org/show_bug.cgi?id=88676
970 Reviewed by Abhishek Arya.
972 * fast/table/auto-table-layout-colgroup-removal-crash-expected.txt: Added.
973 * fast/table/auto-table-layout-colgroup-removal-crash.html: Added.
974 * fast/table/fixed-table-layout/colgroup-removal-crash-expected.txt: Added.
975 * fast/table/fixed-table-layout/colgroup-removal-crash.html: Added.
976 2 cases where we remove a colgroup after having done layout.
978 * fast/table/fixed-table-layout/prepend-in-fixed-table-expected.txt: Added.
979 * fast/table/fixed-table-layout/prepend-in-fixed-table.html: Added.
980 This is a copy of fast/table/prepend-in-anonymous-table.html modified to work with
981 fixed table layout. This covers a bug found during testing that is fixed as part of
984 2012-06-26 Alpha Lam <hclam@chromium.org>
986 [chromium] Mark a layout test as fail
987 https://bugs.webkit.org/show_bug.cgi?id=89998
989 compositing/webgl/webgl-nonpremultiplied-blend.html started failing after r121267, give it IMAGE failure.
991 * platform/chromium/TestExpectations:
993 2012-06-26 Allan Sandfeld Jensen <allan.jensen@nokia.com>
995 [Qt] Baseline missing for 3D transforms tests.
996 https://bugs.webkit.org/show_bug.cgi?id=89973
998 Reviewed by Csaba Osztrogonác.
1000 Unskip the transforms/3d/hit-testing, and skip one failing transforms/3d/point-mapping test.
1001 Add missing baselines for all unskipped 3D transforms tests.
1003 * platform/qt/Skipped:
1004 * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
1005 * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
1006 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
1007 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
1008 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
1009 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
1010 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
1011 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
1012 * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
1014 2012-06-26 Philip Rogers <pdr@google.com>
1016 Fix bug where animations failed to start
1017 https://bugs.webkit.org/show_bug.cgi?id=89943
1019 Reviewed by Nikolas Zimmermann.
1021 * svg/custom/animate-initial-pause-unpause-expected.txt: Added.
1022 * svg/custom/animate-initial-pause-unpause.html: Added.
1024 2012-06-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
1026 [EFL] Gardening of new passing tests
1027 https://bugs.webkit.org/show_bug.cgi?id=89970
1029 Unreviewed gardening.
1031 * platform/efl/TestExpectations:
1033 2012-06-26 Simon Pena <spena@igalia.com>
1035 [GTK] Assert failure in fast/canvas/canvas-createImageData.html for 64bit Debug bot
1036 https://bugs.webkit.org/show_bug.cgi?id=89647
1038 Unreviewed, update GTK test expectations.
1040 r121215 has fixed the assertion failure, so the test doesn't crash
1043 * platform/gtk/TestExpectations:
1045 2012-06-26 Taiju Tsuiki <tzik@chromium.org>
1047 Web Inspector: Add requestMetadata command and metadataReceived event to FileSystem
1048 https://bugs.webkit.org/show_bug.cgi?id=87856
1050 Reviewed by Yury Semikhatsky.
1052 * http/tests/inspector/filesystem/filesystem-test.js:
1053 (initialize_FileSystemTest.InspectorTest.writeFile):
1054 (initialize_FileSystemTest.InspectorTest.dumpMetadataRequestResult):
1055 (initialize_FileSystemTest):
1056 (writeFile.didGetFileSystem):
1058 (writeFile.didGetWriter.writer.onwrite):
1059 (writeFile.didGetWriter):
1060 * http/tests/inspector/filesystem/get-metadata-expected.txt: Added.
1061 * http/tests/inspector/filesystem/get-metadata.html: Added.
1063 2012-06-26 Philip Rogers <pdr@google.com>
1065 Fix setCurrentTime for paused animations
1066 https://bugs.webkit.org/show_bug.cgi?id=81350
1068 Reviewed by Nikolas Zimmermann.
1070 This test does not use the SVG animation test framework because the framework
1071 works by pausing animations and testing animated values at fixed times
1072 (through calling setCurrentTime). Testing this patch requires that we run
1073 the animation and cannot be tested with the animation test framework.
1075 * svg/custom/animate-pause-resume-expected.txt: Added.
1076 * svg/custom/animate-pause-resume.html: Added.
1078 2012-06-26 Tony Chang <tony@chromium.org>
1080 [Qt] Enable grid layout LayoutTests
1081 https://bugs.webkit.org/show_bug.cgi?id=89909
1083 Reviewed by Csaba Osztrogonác.
1085 * platform/qt/Skipped: Enable fast/css-grid-layout tests.
1087 2012-06-26 Mario Sanchez Prada <msanchez@igalia.com>
1089 Unreviewed gardening after r120845.
1090 Update expectations for test crashing in the GTK 64bit debug bot.
1092 * platform/gtk/TestExpectations: Add test to CRASHING section.
1094 2012-06-26 Dominic Cooney <dominicc@chromium.org>
1096 WheelEvent should inherit from MouseEvent
1097 https://bugs.webkit.org/show_bug.cgi?id=76104
1099 Reviewed by Kentaro Hara.
1101 * fast/events/event-creation-expected.txt:
1102 * fast/events/event-creation.html: Also check WheelEvent instanceof MouseEvent as well as UIEvent, Event
1104 2012-06-25 Fumitoshi Ukai <ukai@chromium.org>
1106 Unreviewed, update chromium test expectations.
1108 * platform/chromium/TestExpectations:
1110 2012-06-25 Filip Pizlo <fpizlo@apple.com>
1112 Value profiling should use tier-up threshold randomization to get more coverage
1113 https://bugs.webkit.org/show_bug.cgi?id=89802
1115 Reviewed by Gavin Barraclough.
1117 * fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt: Added.
1118 * fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit.html: Added.
1119 * fast/js/script-tests/dfg-store-unexpected-value-into-argument-and-osr-exit.js: Added.
1122 2012-06-25 Shinya Kawanaka <shinyak@chromium.org>
1124 [Shadow] Deleting list distributed to Shadow DOM does not work correctly.
1125 https://bugs.webkit.org/show_bug.cgi?id=89170
1127 Reviewed by Ryosuke Niwa.
1129 * editing/shadow/delete-list-in-shadow-expected.txt: Added.
1130 * editing/shadow/delete-list-in-shadow.html: Added.
1132 2012-06-25 Kent Tamura <tkent@chromium.org>
1134 Unreviewed, rolling out r121145.
1135 http://trac.webkit.org/changeset/121145
1136 https://bugs.webkit.org/show_bug.cgi?id=89847
1138 Had an objection for the change.
1140 * fast/forms/state-restore-broken-state-expected.txt:
1141 * fast/forms/state-restore-various-values-expected.txt: Removed.
1142 * fast/forms/state-restore-various-values.html: Removed.
1144 2012-06-25 Anders Carlsson <andersca@apple.com>
1146 [Lion WK2] fast/loader/reload-zero-byte-plugin.html hits assert
1147 https://bugs.webkit.org/show_bug.cgi?id=89611
1148 <rdar://problem/11714023>
1150 Reviewed by Sam Weinig.
1152 Remove the test from the Skipped list.
1154 * platform/mac-wk2/Skipped:
1156 2012-06-25 Dirk Pranke <dpranke@chromium.org>
1158 remove chromium vista baselines
1159 https://bugs.webkit.org/show_bug.cgi?id=89927
1161 Unreviewed, expectations change.
1163 Now that we no longer run tests on Vista, no need for the
1166 * platform/chromium-win-vista/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed.
1167 * platform/chromium-win-vista/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Removed.
1168 * platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png: Removed.
1169 * platform/chromium-win-vista/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
1170 * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Removed.
1171 * platform/chromium-win-vista/css1/font_properties/font-expected.txt: Removed.
1172 * platform/chromium-win-vista/css1/text_properties/line_height-expected.txt: Removed.
1173 * platform/chromium-win-vista/css1/units/percentage_units-expected.png: Removed.
1174 * platform/chromium-win-vista/css2.1/t040103-ident-03-c-expected.png: Removed.
1175 * platform/chromium-win-vista/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
1176 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
1177 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
1178 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-32-expected.txt: Removed.
1179 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
1180 * platform/chromium-win-vista/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
1181 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
1182 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
1183 * platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
1184 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
1185 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-24-expected.png: Removed.
1186 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
1187 * platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
1188 * platform/chromium-win-vista/editing/inserting/4959067-expected.txt: Removed.
1189 * platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Removed.
1190 * platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Removed.
1191 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize20-expected.png: Removed.
1192 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize21-expected.png: Removed.
1193 * platform/chromium-win-vista/fast/backgrounds/size/backgroundSize22-expected.png: Removed.
1194 * platform/chromium-win-vista/fast/block/positioning/trailing-space-test-expected.png: Removed.
1195 * platform/chromium-win-vista/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
1196 * platform/chromium-win-vista/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
1197 * platform/chromium-win-vista/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
1198 * platform/chromium-win-vista/fast/canvas/webgl/context-lost-expected.txt: Removed.
1199 * platform/chromium-win-vista/fast/compact/001-expected.png: Removed.
1200 * platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png: Removed.
1201 * platform/chromium-win-vista/fast/css/text-rendering-expected.png: Removed.
1202 * platform/chromium-win-vista/fast/css/text-rendering-expected.txt: Removed.
1203 * platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Removed.
1204 * platform/chromium-win-vista/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Removed.
1205 * platform/chromium-win-vista/fast/dom/HTMLProgressElement/progress-element-expected.txt: Removed.
1206 * platform/chromium-win-vista/fast/forms/select-writing-direction-natural-expected.txt: Removed.
1207 * platform/chromium-win-vista/fast/inline-block/002-expected.png: Removed.
1208 * platform/chromium-win-vista/fast/inline/002-expected.png: Removed.
1209 * platform/chromium-win-vista/fast/js/large-expressions-expected.txt: Removed.
1210 * platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Removed.
1211 * platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Removed.
1212 * platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
1213 * platform/chromium-win-vista/fast/parser/style-script-head-test-expected.png: Removed.
1214 * platform/chromium-win-vista/fast/repaint/background-misaligned-expected.png: Removed.
1215 * platform/chromium-win-vista/fast/repaint/inline-relative-positioned-expected.txt: Removed.
1216 * platform/chromium-win-vista/fast/replaced/image-tag-expected.png: Removed.
1217 * platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Removed.
1218 * platform/chromium-win-vista/fast/table/tableInsideCaption-expected.png: Removed.
1219 * platform/chromium-win-vista/fast/text/atsui-kerning-and-ligatures-expected.png: Removed.
1220 * platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.txt: Removed.
1221 * platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
1222 * platform/chromium-win-vista/fast/text/international/bidi-neutral-run-expected.png: Removed.
1223 * platform/chromium-win-vista/fast/text/international/danda-space-expected.png: Removed.
1224 * platform/chromium-win-vista/fast/text/international/plane2-expected.txt: Removed.
1225 * platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Removed.
1226 * platform/chromium-win-vista/fast/text/selection-rect-rounding-expected.txt: Removed.
1227 * platform/chromium-win-vista/fast/text/stroking-decorations-expected.png: Removed.
1228 * platform/chromium-win-vista/fast/text/stroking-expected.png: Removed.
1229 * platform/chromium-win-vista/fast/text/unicode-variation-selector-expected.png: Removed.
1230 * platform/chromium-win-vista/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
1231 * platform/chromium-win-vista/fast/writing-mode/broken-ideographic-font-expected.txt: Removed.
1232 * platform/chromium-win-vista/fast/writing-mode/english-lr-text-expected.png: Removed.
1233 * platform/chromium-win-vista/http/tests/misc/acid2-expected.txt: Removed.
1234 * platform/chromium-win-vista/http/tests/misc/acid2-pixel-expected.png: Removed.
1235 * platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Removed.
1236 * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
1237 * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
1238 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
1239 * platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
1240 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
1241 * platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
1242 * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
1243 * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Removed.
1244 * platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
1245 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
1246 * platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
1247 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Removed.
1248 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Removed.
1249 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
1250 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
1251 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
1252 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
1253 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed.
1254 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
1255 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
1256 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
1257 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
1258 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
1259 * platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
1260 * platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed.
1261 * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Removed.
1262 * platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
1263 * platform/chromium-win-vista/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
1264 * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
1265 * platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Removed.
1266 * platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
1267 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
1268 * platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
1269 * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.png: Removed.
1270 * platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.txt: Removed.
1271 * platform/chromium-win-vista/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Removed.
1272 * platform/chromium-win-vista/svg/css/composite-shadow-text-expected.png: Removed.
1273 * platform/chromium-win-vista/svg/css/shadow-changes-expected.png: Removed.
1274 * platform/chromium-win-vista/svg/custom/bug45331-expected.txt: Removed.
1275 * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
1276 * platform/chromium-win-vista/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
1277 * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
1278 * platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
1279 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
1280 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
1281 * platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
1282 * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
1283 * platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
1284 * platform/chromium-win-vista/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Removed.
1285 * platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Removed.
1286 * platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt: Removed.
1287 * platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Removed.
1288 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
1289 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
1290 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
1291 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
1292 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
1293 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
1294 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
1295 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
1296 * platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
1297 * platform/chromium-win-vista/svg/filters/big-sized-filter-2-expected.png: Removed.
1298 * platform/chromium-win-vista/svg/filters/feComposite-expected.png: Removed.
1299 * platform/chromium-win-vista/svg/filters/feDisplacementMap-expected.png: Removed.
1300 * platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png: Removed.
1301 * platform/chromium-win-vista/svg/filters/feMerge-expected.png: Removed.
1302 * platform/chromium-win-vista/svg/filters/shadow-on-filter-expected.png: Removed.
1303 * platform/chromium-win-vista/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
1304 * platform/chromium-win-vista/svg/filters/subRegion-in-userSpace-expected.png: Removed.
1305 * platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Removed.
1306 * platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Removed.
1307 * platform/chromium-win-vista/svg/text/bidi-text-query-expected.png: Removed.
1308 * platform/chromium-win-vista/svg/text/bidi-text-query-expected.txt: Removed.
1309 * platform/chromium-win-vista/svg/text/bidi-tspans-expected.txt: Removed.
1310 * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Removed.
1311 * platform/chromium-win-vista/svg/text/text-intro-05-t-expected.txt: Removed.
1312 * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
1313 * platform/chromium-win-vista/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Removed.
1314 * platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
1315 * platform/chromium-win-vista/tables/mozilla/bugs/bug120107-expected.png: Removed.
1316 * platform/chromium-win-vista/tables/mozilla/bugs/bug1271-expected.png: Removed.
1317 * platform/chromium-win-vista/tables/mozilla/bugs/bug12908-2-expected.png: Removed.
1318 * platform/chromium-win-vista/tables/mozilla/bugs/bug13169-expected.png: Removed.
1319 * platform/chromium-win-vista/tables/mozilla/bugs/bug196870-expected.png: Removed.
1320 * platform/chromium-win-vista/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
1321 * platform/chromium-win-vista/tables/mozilla/marvin/tables_align_center-expected.png: Removed.
1322 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Removed.
1323 * platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
1324 * platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.png: Removed.
1325 * platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.txt: Removed.
1327 2012-06-25 Pablo Flouret <pablof@motorola.com>
1329 EventSource: Events should not be dispatched after close()
1330 https://bugs.webkit.org/show_bug.cgi?id=85346
1332 Reviewed by Adam Barth.
1334 * http/tests/eventsource/eventsource-events-after-close-expected.txt: Added.
1335 * http/tests/eventsource/eventsource-events-after-close.html: Added.
1337 2012-06-25 Dirk Pranke <dpranke@chromium.org>
1339 remove support for chromium vista from tools
1340 https://bugs.webkit.org/show_bug.cgi?id=89915
1342 Reviewed by Tony Chang.
1344 * platform/chromium/TestExpectations:
1346 2012-06-25 Alpha Lam <hclam@chromium.org>
1348 Unreviewed. Build fix.
1350 Rebaseline layout test expectations from r121179.
1352 * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
1353 * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
1354 * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
1355 * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
1357 2012-06-25 Jon Lee <jonlee@apple.com>
1360 https://bugs.webkit.org/show_bug.cgi?id=89611
1362 * platform/mac-wk2/Skipped:
1364 2012-06-25 Alpha Lam <hclam@chromium.org>
1366 Unreviewed, rolling out r121129.
1367 http://trac.webkit.org/changeset/121129
1368 https://bugs.webkit.org/show_bug.cgi?id=89542
1370 Chromium ASan failure: crbug.com/134402
1372 * fast/css/variables/border-width.html:
1373 * fast/css/variables/build-supports-variables-expected.txt: Removed.
1374 * fast/css/variables/build-supports-variables.html: Removed.
1375 * fast/css/variables/colors-test.html:
1376 * fast/css/variables/complex-cycle.html:
1377 * fast/css/variables/computed-style.html:
1378 * fast/css/variables/inherited-values.html:
1379 * fast/css/variables/inline-styles.html:
1380 * fast/css/variables/invalid-shorthand.html:
1381 * fast/css/variables/invalid-variable-value.html:
1382 * fast/css/variables/multi-level-cycle.html:
1383 * fast/css/variables/redefinition.html:
1384 * fast/css/variables/shorthand.html:
1385 * fast/css/variables/simple-cycle.html:
1386 * fast/css/variables/transform-test.html:
1387 * fast/css/variables/undefined.html:
1388 * fast/css/variables/use-before-defined.html:
1389 * fast/css/variables/var-inside-shorthand.html:
1390 * fast/css/variables/variable-chain.html:
1392 2012-06-25 Raymond Toy <rtoy@google.com>
1394 Add layout tests for audio codecs
1395 https://bugs.webkit.org/show_bug.cgi?id=88794
1397 Reviewed by Chris Rogers.
1399 New tests and expected results
1400 * webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
1401 * webaudio/codec-tests/aac/vbr-128kbps-44khz.html: Added.
1402 * webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
1403 * webaudio/codec-tests/mp3/128kbps-44khz.html: Added.
1404 * webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Added.
1405 * webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html: Added.
1406 * webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
1407 * webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html: Added.
1408 * webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Added.
1409 * webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html: Added.
1410 * webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
1411 * webaudio/codec-tests/wav/24bit-22khz-resample.html: Added.
1412 * webaudio/codec-tests/wav/24bit-44khz-expected.wav: Added.
1413 * webaudio/codec-tests/wav/24bit-44khz.html: Added.
1414 * webaudio/resources/audio-codec-test.js: Added.
1418 Media files for the tests
1419 * webaudio/resources/media/128kbps-44khz.mp3: Added.
1420 * webaudio/resources/media/24bit-22khz.wav: Added.
1421 * webaudio/resources/media/24bit-44khz.wav: Added.
1422 * webaudio/resources/media/vbr-128kbps-44khz.m4a: Added.
1423 * webaudio/resources/media/vbr-128kbps-44khz.ogg: Added.
1424 * webaudio/resources/media/vbr-70kbps-44khz.ogg: Added.
1425 * webaudio/resources/media/vbr-96kbps-44khz.ogg: Added.
1427 Platform-specific expected results
1428 * platform/chromium-linux/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
1429 * platform/chromium-linux/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
1430 * platform/chromium-linux/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
1431 * platform/chromium-mac/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
1432 * platform/chromium-mac/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
1433 * platform/chromium-win/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
1434 * platform/chromium-win/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
1435 * platform/chromium-win/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
1437 New test expectations
1438 * platform/chromium/TestExpectations: Disable aac/mp3 tests until bots have support.
1439 * platform/efl/TestExpectations: Disable all webaudio codec tests
1440 * platform/gtk/TestExpectations: Disable all webaudio codec tests
1441 * platform/mac/TestExpectations: Disable all webaudio codec tests
1442 * platform/qt/TestExpectations: Disable all webaudio codec tests
1444 2012-06-25 Huang Dongsung <luxtella@company100.net>
1446 [Texmap] TextureMapperPaintOptions should keep current surface.
1447 https://bugs.webkit.org/show_bug.cgi?id=89266
1449 Add a opacity property to two div layers in animation-insiVde-reflection
1451 Texmap has a bug when a transparent reflection layer has another
1452 transparent reflection layer, so two reflection layer in
1453 animation-inside-reflection test have opacity in order to cover Texmap's
1456 Reviewed by Noam Rosenthal.
1458 * compositing/reflections/animation-inside-reflection.html:
1459 * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
1460 * platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png:
1461 * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
1462 * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
1463 * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
1464 * platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
1465 * platform/mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
1466 * platform/qt/compositing/reflections/animation-inside-reflection-expected.png: Added.
1467 * platform/qt/compositing/reflections/animation-inside-reflection-expected.txt: Added.
1469 2012-06-25 Jon Lee <jonlee@apple.com>
1471 Missing implementation of textInputController.setComposition() causes bot redness
1472 https://bugs.webkit.org/show_bug.cgi?id=89845
1474 * platform/mac/Skipped: Skip fast/forms/input-set-composition-scroll.html
1476 2012-06-25 Adam Barth <abarth@webkit.org>
1478 ASSERT(m_wheelEventHandlerCount > 0) can fire
1479 https://bugs.webkit.org/show_bug.cgi?id=89856
1481 Reviewed by Eric Seidel.
1483 Test what happens when we move a node with wheel and/or touch events
1484 from one document to another. Prior to this patch, this test triggers
1485 ASSERT(m_wheelEventHandlerCount > 0) in Document.cpp.
1487 * fast/events/move-element-with-wheel-and-touch-event-listeners-expected.txt: Added.
1488 * fast/events/move-element-with-wheel-and-touch-event-listeners.html: Added.
1490 2012-06-25 Shinya Kawanaka <shinyak@chromium.org>
1492 [Shadow] Executing Italic and InsertUnorderedList in Shadow DOM causes a crash
1493 https://bugs.webkit.org/show_bug.cgi?id=88495
1495 Reviewed by Ryosuke Niwa.
1497 * editing/shadow/insertorderedlist-crash-expected.txt: Added.
1498 * editing/shadow/insertorderedlist-crash.html: Added.
1500 2012-06-25 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1502 [Qt] Unskip 3D transform tests.
1503 https://bugs.webkit.org/show_bug.cgi?id=89878
1505 Reviewed by Csaba Osztrogonác.
1507 * platform/qt-5.0-wk2/Skipped:
1508 * platform/qt/Skipped:
1510 2012-06-25 Pavel Feldman <pfeldman@chromium.org>
1512 Web Inspector: toggling style should not start property edit first.
1513 https://bugs.webkit.org/show_bug.cgi?id=89834
1515 Reviewed by Yury Semikhatsky.
1517 * http/tests/inspector/elements-test.js:
1518 (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
1519 (initialize_ElementTest.InspectorTest.toggleStylePropertyEnabled):
1520 * inspector/styles/styles-disable-inherited.html:
1521 * inspector/styles/styles-disable-then-change.html:
1522 * inspector/styles/styles-disable-then-delete.html:
1523 * inspector/styles/styles-disable-then-enable.html:
1524 * inspector/styles/undo-property-toggle.html:
1526 2012-06-25 Philip Rogers <pdr@google.com>
1528 Fix rewinding of SVG animations
1529 https://bugs.webkit.org/show_bug.cgi?id=89846
1531 Reviewed by Nikolas Zimmermann.
1533 * svg/animations/animate-reset-freeze-expected.txt: Added.
1534 * svg/animations/animate-reset-freeze.html: Added.
1536 2012-06-25 Kent Tamura <tkent@chromium.org>
1538 Change the serialization format of form control state to make the code simple
1539 https://bugs.webkit.org/show_bug.cgi?id=89847
1541 Reviewed by Hajime Morita.
1543 * fast/forms/state-restore-broken-state-expected.txt:
1544 Apply the serialization format change.
1545 * fast/forms/state-restore-various-values-expected.txt: Added.
1546 * fast/forms/state-restore-various-values.html: Added.
1548 2012-06-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1550 [Qt] Unreviewed gardening, skip new failing tests.
1552 * platform/qt/Skipped:
1554 2012-06-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
1556 [Qt] Unreviewed gardening, skip new failing tests.
1558 * platform/qt/Skipped:
1560 2012-06-24 Joone Hur <joone.hur@intel.com>
1562 Unreviewed GTK/EFL gardening after r121121.
1563 Marked fast/forms/input-set-composition-scroll.html as known failure
1564 tracked by the bug 89845.
1566 * platform/efl/TestExpectations:
1567 * platform/gtk/TestExpectations:
1569 2012-06-24 Mike Lawther <mikelawther@chromium.org>
1571 CSS3 calc: transitions starting and ending with a calc expression move to end state
1572 https://bugs.webkit.org/show_bug.cgi?id=89738
1574 Reviewed by Tony Chang.
1576 * css3/calc/transition-start-end-with-calc-expected.txt: Added.
1577 * css3/calc/transition-start-end-with-calc.html: Added.
1579 2012-06-21 Kent Tamura <tkent@chromium.org>
1581 Selected option is not restored correctly
1582 https://bugs.webkit.org/show_bug.cgi?id=89623
1584 Reviewed by Hajime Morita.
1586 * fast/forms/select/select-state-restore-expected.txt: Added.
1587 * fast/forms/select/select-state-restore.html: Added.
1589 2012-06-24 David Barr <davidbarr@chromium.org>
1591 Add snap to css3-images image-resolution
1592 https://bugs.webkit.org/show_bug.cgi?id=89745
1594 Reviewed by Tony Chang.
1596 * fast/css/image-resolution/image-resolution-expected.txt:
1597 * fast/css/image-resolution/image-resolution.html:
1599 2012-06-24 Oli Lan <olilan@chromium.org>
1601 After Editor::setComposition is called, input should scroll to the end of the composition.
1602 https://bugs.webkit.org/show_bug.cgi?id=88999
1604 Reviewed by Ryosuke Niwa.
1606 This tests that after setComposition is called, the input scrolls to the end of the composition
1607 (i.e. that the end of the selection/composition is revealed).
1609 * fast/forms/input-set-composition-scroll-expected.txt: Added.
1610 * fast/forms/input-set-composition-scroll.html: Added.
1612 2012-06-24 Adam Barth <abarth@webkit.org>
1614 The comment in test_expectations_android.txt is unclear as to the purpose of this file.
1615 https://bugs.webkit.org/show_bug.cgi?id=89832
1617 Reviewed by Ojan Vafai.
1619 This patch attempts to clarify the purpose of this file and what will
1620 happen to it in the future.
1622 * platform/chromium/test_expectations_android.txt:
1624 2012-06-24 Christophe Dumez <christophe.dumez@intel.com>
1626 [EFL] Skip fast/text/hyphen-min-preferred-width.html
1627 https://bugs.webkit.org/show_bug.cgi?id=89831
1629 Unreviewed EFL gardening. Skip the auto-hyphenation added
1630 in r121102 as the EFL port does not support the feature.
1632 * platform/efl/TestExpectations:
1634 2012-06-24 Joone Hur <joone.hur@intel.com>
1636 Unreviewed EFL gardening, generating baselines required after r121085.
1638 * platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
1639 * platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1640 * platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
1641 * platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
1642 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
1643 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1644 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
1645 * platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
1647 2012-06-24 Zan Dobersek <zandobersek@gmail.com>
1649 Unreviewed GTK gardening, generating baselines required after r121085.
1651 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
1652 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1653 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
1654 * platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
1655 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
1656 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1657 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
1658 * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
1660 2012-06-24 Zan Dobersek <zandobersek@gmail.com>
1662 Unreviewed GTK gardening, move some flaky tests under the
1663 proper section in the TestExpectations file and narrow down
1664 test expectations for failures that were shown not to be flaky.
1666 * platform/gtk/TestExpectations:
1668 2012-06-23 Zan Dobersek <zandobersek@gmail.com>
1670 Unreviewed GTK gardening, skip the auto-hyphenation test
1671 added in r121102 as the GTK port does not support the feature.
1673 * platform/gtk/TestExpectations:
1675 2012-06-23 Zan Dobersek <zandobersek@gmail.com>
1677 [Gtk] REGRESSION(r120918): Causes flaky DND tests
1678 https://bugs.webkit.org/show_bug.cgi?id=89770
1680 Reviewed by Martin Robinson.
1682 Remove test expectations for fast/events/domactivate-sets-underlying-click-event-as-handled.html
1683 as the test now passes since the file chooser dialog is no longer run.
1685 * platform/gtk/TestExpectations:
1687 2012-06-23 Kenneth Russell <kbr@google.com>
1689 [chromium] Layout Test fast/text/hyphen-min-preferred-width.html is failing
1690 https://bugs.webkit.org/show_bug.cgi?id=89820
1692 Unreviewed gardening; marked test as known failure.
1694 * platform/chromium/TestExpectations:
1696 2012-06-23 Dan Bernstein <mitz@apple.com>
1698 RenderText’s minimum preferred width is incorrect automatic hyphenation is used
1699 https://bugs.webkit.org/show_bug.cgi?id=89814
1701 Reviewed by Sam Weinig.
1703 * fast/text/hyphen-min-preferred-width-expected.html: Added.
1704 * fast/text/hyphen-min-preferred-width.html: Added.
1706 2012-06-23 Kenneth Russell <kbr@google.com>
1708 Unreviewed Chromium gardening. Marked tests flaky per bugs 89812
1711 * platform/chromium/TestExpectations:
1713 2012-06-23 Zan Dobersek <zandobersek@gmail.com>
1715 Unreviewed GTK gardening, adding test expectations for two
1718 * platform/gtk/TestExpectations:
1720 2012-06-23 Fumitoshi Ukai <ukai@chromium.org>
1722 Unreviewed. Fix chromium test expectations
1724 * platform/chromium/TestExpectations:
1726 2012-06-23 Zan Dobersek <zandobersek@gmail.com>
1728 Unreviewed GTK gardening after 121063, adding IMAGE test expectation
1729 for tests in fast/css-grid-layout now that some reftests are working
1730 properly and causing failures for platforms that don't support the
1733 * platform/gtk/TestExpectations:
1735 2012-06-22 Benjamin Poulain <bpoulain@apple.com>
1737 Text with text-overflow:ellipsis and text-align:right is left aligned
1738 https://bugs.webkit.org/show_bug.cgi?id=88705
1740 Reviewed by Dan Bernstein.
1742 * fast/css/text-overflow-ellipsis-text-align-center.html: Added.
1743 * fast/css/text-overflow-ellipsis-text-align-justify.html: Added.
1744 * fast/css/text-overflow-ellipsis-text-align-left.html: Added.
1745 * fast/css/text-overflow-ellipsis-text-align-right.html: Added.
1746 * fast/css/vertical-text-overflow-ellipsis-text-align-center.html: Added.
1747 * fast/css/vertical-text-overflow-ellipsis-text-align-justify.html: Added.
1748 * fast/css/vertical-text-overflow-ellipsis-text-align-left.html: Added.
1749 * fast/css/vertical-text-overflow-ellipsis-text-align-right.html: Added.
1750 The vertical-text tests are incorrect due to other bugs. Add they to track regressions/progressions
1753 * platform/chromium/TestExpectations: The tests need platform specific results.
1754 * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
1755 * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1756 * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
1757 * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
1758 * platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
1759 * platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
1760 * platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
1761 * platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
1763 2012-06-22 Alexandru Chiculita <achicu@adobe.com>
1765 [CSS Shaders] Re-enable the CSS Shaders compile time flag on Safari Mac
1766 https://bugs.webkit.org/show_bug.cgi?id=89781
1768 Reviewed by Dean Jackson.
1770 Renabled CSS Shaders tests on Safari for Mac.
1772 * platform/mac/Skipped:
1774 2012-06-22 Kenneth Russell <kbr@google.com>
1776 Unreviewed Chromium gardening. Marked test as needing rebaseline
1777 after http://trac.webkit.org/changeset/121076 per jamesr.
1779 * platform/chromium/TestExpectations:
1781 2012-06-22 Hayato Ito <hayato@chromium.org>
1783 [Shadow] ShadowRoot.activeElement should use the result of re-targeting algorithm.
1784 https://bugs.webkit.org/show_bug.cgi?id=89763
1786 Reviewed by Dimitri Glazkov.
1788 * fast/dom/shadow/shadow-root-activeElement-expected.txt:
1789 * fast/dom/shadow/shadow-root-activeElement.html:
1791 2012-06-22 Kenneth Russell <kbr@google.com>
1793 Unreviewed Chromium gardening. Suppressed additional test failures
1794 tracked in bugs 73692 and 89789.
1796 * platform/chromium/TestExpectations:
1798 2012-06-22 Kenneth Russell <kbr@google.com>
1800 Layout test fast/regions/get-regions-by-content-node2.html crashing intermittently
1801 https://bugs.webkit.org/show_bug.cgi?id=89794
1803 Unreviewed; suppressed test failure.
1805 * platform/chromium/TestExpectations:
1807 2012-06-22 Julien Chaffraix <jchaffraix@webkit.org>
1809 REGRESSION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetParent
1810 https://bugs.webkit.org/show_bug.cgi?id=89785
1812 Reviewed by Abhishek Arya.
1814 * fullscreen/full-screen-crash-offsetLeft-expected.html: Added.
1815 * fullscreen/full-screen-crash-offsetLeft.html: Added.
1817 2012-06-22 Beth Dakin <bdakin@apple.com>
1819 Skipping this test because it's failing most of the time since
1820 recent modifications.
1821 https://bugs.webkit.org/show_bug.cgi?id=89790 will be used to
1822 track fixing the real issue.
1824 * platform/mac/Skipped:
1826 2012-06-22 Kenneth Russell <kbr@google.com>
1828 [Chromium] Layout test plugins/embed-attributes-style.html failing on Mac
1829 https://bugs.webkit.org/show_bug.cgi?id=89789
1831 Unreviewed; disabled now-failing test.
1833 * platform/chromium/TestExpectations:
1835 2012-06-22 Tony Chang <tony@chromium.org>
1837 Fix the CSS grid layout tests added in r120984
1838 https://bugs.webkit.org/show_bug.cgi?id=89782
1840 Reviewed by Julien Chaffraix.
1842 We need to call testRunner.overridePreference("WebKitCSSGridLayoutEnabled", true)
1843 to enable grid layout in tests. These tests were passing due to other bugs in the tests.
1845 * fast/css-grid-layout/containing-block-grids-expected.html: Simplify expected results.
1846 * fast/css-grid-layout/containing-block-grids.html: Set the display to none and override it with grid/inline-grid to make sure it's applying.
1847 The default display of block would also produce the correct results.
1848 * fast/css-grid-layout/floating-empty-grids-expected.html: Fix a missing close } which was causing the
1849 other styles to be ignored. Also, one of the boxes wasn't showing up because it was a div instead of a span.
1850 * fast/css-grid-layout/floating-empty-grids.html: Same fixes as for expected.
1852 2012-06-22 Michael Nordman <michaeln@google.com>
1854 ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
1855 https://bugs.webkit.org/show_bug.cgi?id=89714
1857 An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
1858 Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
1859 expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
1860 details about the chrome bug and code change this LayoutTest aims to verify.
1862 Reviewed by Tony Chang.
1864 * http/tests/appcache/resources/online-fallback-layering.manifest:
1866 2012-06-22 Joshua Bell <jsbell@chromium.org>
1868 IndexedDB: Snapshot metadata in front end to avoid IPC round-trips
1869 https://bugs.webkit.org/show_bug.cgi?id=88467
1871 Reviewed by Tony Chang.
1873 * storage/indexeddb/metadata-expected.txt: Added.
1874 * storage/indexeddb/metadata.html: Added.
1875 * storage/indexeddb/resources/metadata.js: Added.
1877 (firstOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
1878 (firstOpen.request.onsuccess.request.onsuccess):
1879 (firstOpen.request.onsuccess):
1881 (secondOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
1882 (secondOpen.request.onsuccess.request.onsuccess):
1883 (secondOpen.request.onsuccess):
1885 (thirdOpen.request.onsuccess.request.onsuccess.trans.onabort):
1886 (thirdOpen.request.onsuccess.request.onsuccess):
1887 (thirdOpen.request.onsuccess):
1889 (fourthOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
1890 (fourthOpen.request.onsuccess.request.onsuccess):
1891 (fourthOpen.request.onsuccess):
1895 2012-06-22 Jon Lee <jonlee@apple.com>
1897 editing/spelling/grammar-edit-word.html fails on WK2 bots
1898 https://bugs.webkit.org/show_bug.cgi?id=89199
1900 * platform/mac-wk2/Skipped:
1902 2012-06-22 Jeff Timanus <twiz@chromium.org>
1904 [Chromium] Change implementing a fast-path for copying GPU-accelerated Canvas2D instances to WebGL textures.
1905 https://bugs.webkit.org/show_bug.cgi?id=86275
1907 This change adds the necessary plumbing to the various rendering contexts to copy the backing store texture of
1908 a Canvas2D instance to be copied to a WebGL texture. The GL_CHROMIUM_copy_texture extension is necessary
1909 because the backing-store for a GPU-accelerated skia Canvas2D is normally in BGRA format, which is not supported
1912 Reviewed by Kenneth Russell.
1914 * platform/chromium/TestExpectations: Temporarily suppressed layout test, fast/canvas/webgl/gl-teximage.html until a rebaseline can be submitted.
1916 2012-06-22 Kenneth Russell <kbr@google.com>
1918 Layout Test media/event-attributes.html is failing
1919 https://bugs.webkit.org/show_bug.cgi?id=73692
1921 Unreviewed test expectations update; mark test as occasionally
1924 * platform/chromium/TestExpectations:
1926 2012-06-22 Jon Lee <jonlee@apple.com>
1928 fast/canvas/canvas-createImageData.html crashes on Lion WK2 Debug bot
1929 https://bugs.webkit.org/show_bug.cgi?id=89780
1931 * platform/mac-wk2/Skipped: Add to skipped list for wk2.
1933 2012-06-22 Dan Bernstein <mitz@apple.com>
1935 RenderText’s minimum preferred width is incorrect when soft hyphens are used
1936 https://bugs.webkit.org/show_bug.cgi?id=89775
1938 Reviewed by Simon Fraser.
1940 * fast/text/soft-hyphen-min-preferred-width-expected.html: Added.
1941 * fast/text/soft-hyphen-min-preferred-width.html: Added.
1943 2012-06-22 Jan Keromnes <janx@linux.com>
1945 Web Inspector: ExtensionPanel.onSearch listener doesn't work
1946 https://bugs.webkit.org/show_bug.cgi?id=89517
1948 Reviewed by Yury Semikhatsky.
1950 * inspector/extensions/extensions-panel-expected.txt:
1951 * inspector/extensions/extensions-panel.html:
1953 2012-06-22 Silvia Pfeiffer <silviapf@chromium.org>
1955 [Chromium] Adjust the displayed elements of the new Chrome media controls.
1956 https://bugs.webkit.org/show_bug.cgi?id=89416
1958 Reviewed by Eric Carlson.
1960 * platform/chromium/TestExpectations:
1961 Skipping a test temporarily for win and mac until rebaseline.
1963 2012-06-22 Florin Malita <fmalita@chromium.org>
1965 REGRESSION (Safari 5.1.5 - ToT): Crash in RenderSVGRoot::computeReplacedLogicalWidth
1966 https://bugs.webkit.org/show_bug.cgi?id=85797
1968 Reviewed by Darin Adler.
1970 * svg/custom/svg-width-intrinsic-crash-expected.txt: Added.
1971 * svg/custom/svg-width-intrinsic-crash.html: Added.
1973 2012-06-22 Hayato Ito <hayato@chromium.org>
1975 Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
1976 https://bugs.webkit.org/show_bug.cgi?id=89073
1978 Reviewed by Dimitri Glazkov.
1980 * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
1982 2012-06-22 Abhishek Arya <inferno@chromium.org>
1984 Crash in DragController::concludeEditDrag.
1985 https://bugs.webkit.org/show_bug.cgi?id=89762
1987 Reviewed by Ryosuke Niwa.
1989 * editing/pasteboard/drop-text-events-sideeffect-crash-expected.txt: Added.
1990 * editing/pasteboard/drop-text-events-sideeffect-crash.html: Added.
1992 2012-06-22 Takashi Sakamoto <tasak@google.com>
1994 [Shadow] parentTreeScope() of nested shadow DOM subtree returns document().
1995 https://bugs.webkit.org/show_bug.cgi?id=89172
1997 Reviewed by Hajime Morita.
1999 * fast/dom/shadow/parent-tree-scope-in-shadow-expected.txt: Added.
2000 * fast/dom/shadow/parent-tree-scope-in-shadow.html: Added.
2002 2012-06-22 Tony Chang <tony@chromium.org>
2004 -webkit-flex-flow shouldn't be an enumerable property of the computed style
2005 https://bugs.webkit.org/show_bug.cgi?id=89698
2007 Reviewed by Ojan Vafai.
2009 * css3/flexbox/css-properties-expected.txt:
2010 * css3/flexbox/css-properties.html:
2011 * fast/css/getComputedStyle/computed-style-expected.txt:
2012 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2013 * fast/css/getComputedStyle/resources/property-names.js:
2014 * svg/css/getComputedStyle-basic-expected.txt:
2016 2012-06-22 Ádám Kallai <kadam@inf.u-szeged.hu>
2018 [Qt] Unreviewed gardening. Skip failing test after r121019.
2019 https://bugs.webkit.org/show_bug.cgi?id=89760
2021 * platform/qt/Skipped:
2023 2012-06-22 Csaba Osztrogonác <ossy@webkit.org>
2025 [Qt] Unreviewed gardening after r120924.
2027 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Added.
2028 * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Added.
2029 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Added.
2030 * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Added.
2032 2012-06-22 Yoshifumi Inoue <yosin@chromium.org>
2034 REGRESSION(r117738):[Forms] validationMessage IDL attribute should not have range overflow message if value isn't range overflow
2035 https://bugs.webkit.org/show_bug.cgi?id=89736
2037 Reviewed by Kent Tamura.
2039 Tests for HTMLInputElement.validationMessage attribute.
2041 * fast/forms/date/input-date-validation-message-expected.txt: Added.
2042 * fast/forms/date/input-date-validation-message.html: Added.
2043 * fast/forms/number/input-number-validation-message-expected.txt: Added.
2044 * fast/forms/number/input-number-validation-message.html: Added.
2045 * fast/forms/range/input-range-validation-message-expected.txt: Added.
2046 * fast/forms/range/input-range-validation-message.html: Added.
2048 2012-06-21 Vsevolod Vlasov <vsevik@chromium.org>
2050 Web Inspector: Support separate script compilation and execution.
2051 https://bugs.webkit.org/show_bug.cgi?id=89646
2053 Reviewed by Pavel Feldman.
2055 * inspector/debugger/debugger-compile-and-run-expected.txt: Added.
2056 * inspector/debugger/debugger-compile-and-run.html: Added.
2057 * platform/gtk/TestExpectations:
2058 * platform/mac/Skipped:
2059 * platform/qt/Skipped:
2060 * platform/win/Skipped:
2061 * platform/wincairo/Skipped:
2063 2012-06-22 Ryosuke Niwa <rniwa@webkit.org>
2065 Use testRunner instead of layoutTestController in fast/hidpi, history, html, images, inline, inline-block, innerHTML, inspector-support, invalid tests
2066 https://bugs.webkit.org/show_bug.cgi?id=89744
2068 Reviewed by Kent Tamura.
2070 * fast/hidpi/broken-image-icon-hidpi.html:
2071 * fast/hidpi/broken-image-with-size-hidpi.html:
2072 * fast/hidpi/clip-text-in-hidpi.html:
2073 * fast/hidpi/device-scale-factor-paint.html:
2074 * fast/hidpi/focus-rings.html:
2075 * fast/hidpi/image-set-as-background.html:
2076 * fast/hidpi/image-set-background-dynamic.html:
2077 * fast/hidpi/image-set-background-repeat-without-size.html:
2078 * fast/hidpi/image-set-background-repeat.html:
2079 * fast/hidpi/image-set-border-image-comparison.html:
2080 * fast/hidpi/image-set-border-image-dynamic.html:
2081 * fast/hidpi/image-set-border-image-simple.html:
2082 * fast/hidpi/image-set-in-content-dynamic.html:
2083 * fast/hidpi/image-set-out-of-order.html:
2084 * fast/hidpi/image-set-simple.html:
2085 * fast/hidpi/image-set-without-specified-width.html:
2086 * fast/hidpi/resize-corner-hidpi.html:
2087 * fast/hidpi/video-controls-in-hidpi.html:
2088 * fast/history/back-forward-reset-after-error-handling.html:
2089 * fast/history/form-submit-in-frame-via-onclick.html:
2090 * fast/history/form-submit-in-frame.html:
2091 * fast/history/forward-during-load.html:
2092 * fast/history/gesture-before-onload-form-submit.html:
2093 * fast/history/gesture-before-onload-location-href.html:
2094 * fast/history/go-back-to-changed-name.html:
2095 * fast/history/history-back-initial-vs-final-url.html:
2096 * fast/history/history-back-twice-with-subframes-assert.html:
2097 * fast/history/history-back-within-subframe-hash.html:
2098 * fast/history/history-back-within-subframe-url.html:
2099 * fast/history/history-length.html:
2100 * fast/history/history-replace-updates-current-item.html:
2101 * fast/history/history-subframe-with-name.html:
2102 * fast/history/history_reload.html:
2103 * fast/history/location-replace-hash.html:
2104 * fast/history/multiple-classes-visited.html:
2105 * fast/history/nested-visited-test.html:
2106 * fast/history/redirect-via-iframe.html:
2107 * fast/history/resources/clicked-link-is-visited-2.html:
2108 * fast/history/resources/history-back-within-subframe-hash-2.html:
2109 * fast/history/resources/history-replace-updates-current-item-done.html:
2110 * fast/history/resources/history_reload_window.html:
2111 * fast/history/resources/redirect-target.html:
2112 * fast/history/same-document-iframes-changing-fragment.html:
2113 * fast/history/same-document-iframes-changing-pushstate.html:
2114 * fast/history/saves-state-after-fragment-nav.html:
2115 * fast/history/saves-state-after-frame-nav.html:
2116 * fast/history/self-is-visited.html:
2117 * fast/history/sibling-visited-test.html:
2118 * fast/history/timed-refresh-in-cached-frame.html:
2119 * fast/history/visited-generated-content-test.html:
2120 * fast/history/visited-link-background-color.html:
2121 * fast/history/window-open.html:
2122 * fast/html/adopt-parent-frame.html:
2123 * fast/html/body-offset-properties.html:
2124 * fast/html/crash-style-first-letter.html:
2125 * fast/html/details-add-summary-1-and-click.html:
2126 * fast/html/details-add-summary-10-and-click.html:
2127 * fast/html/details-add-summary-2-and-click.html:
2128 * fast/html/details-add-summary-3-and-click.html:
2129 * fast/html/details-add-summary-4-and-click.html:
2130 * fast/html/details-add-summary-5-and-click.html:
2131 * fast/html/details-add-summary-6-and-click.html:
2132 * fast/html/details-add-summary-7-and-click.html:
2133 * fast/html/details-add-summary-8-and-click.html:
2134 * fast/html/details-add-summary-9-and-click.html:
2135 * fast/html/details-children-merge-crash.html:
2136 * fast/html/details-element-render-inline-crash.html:
2137 * fast/html/details-mouse-click.html:
2138 * fast/html/details-remove-summary-1-and-click.html:
2139 * fast/html/details-remove-summary-2-and-click.html:
2140 * fast/html/details-remove-summary-3-and-click.html:
2141 * fast/html/details-remove-summary-4-and-click.html:
2142 * fast/html/details-remove-summary-5-and-click.html:
2143 * fast/html/details-remove-summary-6-and-click.html:
2144 * fast/html/details-replace-summary-child.html:
2145 * fast/html/details-replace-text.html:
2146 * fast/html/details-summary-document-child.html:
2147 * fast/html/draggable.html:
2148 * fast/html/empty-fragment-id-goto-top.html:
2149 * fast/html/font-face-empty-should-not-crash.html:
2150 * fast/html/marquee-scrollamount.html:
2151 * fast/html/nav-element.html:
2152 * fast/html/object-image-nested-fallback.html:
2153 * fast/html/pending-stylesheet-crash.html:
2154 * fast/html/process-end-tag-for-inbody-crash.html:
2155 * fast/html/script-allowed-types-languages.html:
2156 * fast/html/select-dropdown-consistent-background-color.html:
2157 * fast/html/set-text-direction.html:
2158 * fast/html/tab-order.html:
2159 * fast/html/tabindex-removal.html:
2160 * fast/html/text-field-input-types.html:
2161 * fast/html/xhtml-serialize.html:
2162 * fast/images/animated-background-image-crash.html:
2163 * fast/images/animated-gif-restored-from-bfcache.html:
2164 * fast/images/bad-png.html:
2165 * fast/images/busted-oval-does-not-render.html:
2166 * fast/images/destroyed-image-load-event.html:
2167 * fast/images/dont-crash-with-null-gif-frames.html:
2168 * fast/images/drag-pdf-as-image.html:
2169 * fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html:
2170 * fast/images/embed-image.html:
2171 * fast/images/exif-orientation-css.html:
2172 * fast/images/exif-orientation.html:
2173 * fast/images/extra-image-in-image-document.html:
2174 * fast/images/gif-loop-count.html:
2175 * fast/images/image-empty-data.html:
2176 * fast/images/image-invalid-data.html:
2177 * fast/images/image-load-event-in-fragment.html:
2178 * fast/images/image-map-multiple-xhtml.xhtml:
2179 * fast/images/image-map-multiple.html:
2180 * fast/images/image-map-zoom.html:
2181 * fast/images/imagemap-scroll.html:
2182 * fast/images/jpeg-with-color-profile.html:
2183 * fast/images/large-size-image-crash.html:
2184 * fast/images/link-body-content-imageDimensionChanged-crash.html:
2185 * fast/images/load-img-with-empty-src.html:
2186 * fast/images/paletted-png-with-color-profile.html:
2187 * fast/images/percent-height-image.html:
2188 * fast/images/png-extra-row-crash.html:
2189 * fast/images/png-suite/test.html:
2190 * fast/images/png-with-color-profile.html:
2191 * fast/images/read-past-end-of-buffer.html:
2192 * fast/images/rgb-jpeg-endian-pixels.html:
2193 * fast/images/rgb-jpeg-with-adobe-marker-only.html:
2194 * fast/images/rgb-png-with-cmyk-color-profile.html:
2195 * fast/images/script-counter-imageDimensionChanged-crash.html:
2196 * fast/images/script-tests/move-image-to-new-document.js:
2197 * fast/images/size-failure.html:
2198 * fast/images/style-access-during-imageChanged-crash.html:
2199 * fast/images/style-access-during-imageChanged-style-freeze.html:
2200 * fast/images/support-broken-image-delegate.html:
2201 * fast/images/text-content-crash-2.html:
2202 * fast/images/text-content-crash.html:
2203 * fast/images/webp-image-decoding.html:
2204 * fast/images/ycbcr-with-cmyk-color-profile.html:
2205 * fast/images/zoomed-img-size.html:
2206 * fast/inline-block/anonymous-block-crash.html:
2207 * fast/inline-block/inline-block-vertical-align-2.html:
2208 * fast/inline-block/relative-positioned-rtl-crash.html:
2209 * fast/inline/boundingBox-with-continuation.html:
2210 * fast/inline/clean-after-removing-temp-boxes.html:
2211 * fast/inline/continuation-positioned-reparenting.html:
2212 * fast/inline/crash-new-continuation-with-outline.html:
2213 * fast/inline/dirtyLinesForInline.html:
2214 * fast/inline/inline-body-crash.html:
2215 * fast/inline/inline-body-with-scrollbar-crash.html:
2216 * fast/inline/inline-box-adjust-position-crash.html:
2217 * fast/inline/inline-box-adjust-position-crash2.html:
2218 * fast/inline/inline-child-height-width-calc-crash.html:
2219 * fast/inline/inline-destroy-dirty-lines-crash.html:
2220 * fast/inline/inline-marquee-crash.html:
2221 * fast/inline/relative-positioned-overflow.html:
2222 * fast/inline/skipped-whitespace-boundingBox.html:
2223 * fast/inline/skipped-whitespace-client-rect.html:
2224 * fast/inline/update-always-create-line-boxes-full-layout-crash.html:
2225 * fast/innerHTML/004-expected.txt:
2226 * fast/innerHTML/004.xhtml:
2227 * fast/innerHTML/005-expected.txt:
2228 * fast/innerHTML/005.html:
2229 * fast/innerHTML/additional-inline-style.html:
2230 * fast/innerHTML/innerHTML-case.html:
2231 * fast/innerHTML/innerHTML-changing-document-properties.xhtml:
2232 * fast/innerHTML/innerHTML-custom-tag.html:
2233 * fast/innerHTML/innerHTML-iframe.html:
2234 * fast/innerHTML/innerHTML-nbsp.xhtml:
2235 * fast/innerHTML/innerHTML-script-tag-crash.xhtml:
2236 * fast/innerHTML/javascript-url.html:
2237 * fast/inspector-support/cssURLQuotes.html:
2238 * fast/inspector-support/style.html:
2239 * fast/inspector-support/uncaught-dom1-exception.html:
2240 * fast/inspector-support/uncaught-dom3-exception.html:
2241 * fast/inspector-support/uncaught-dom8-exception.html:
2242 * fast/invalid/invalidSVGFont.html:
2243 * fast/invalid/nestedh3s-rapidweaver.html:
2244 * fast/invalid/test-case-tr-th-td-should-not-close-dl-list.html:
2245 * platform/gtk/fast/images/exif-orientation-css-expected.txt:
2246 * platform/gtk/fast/images/exif-orientation-expected.txt:
2247 * platform/mac/fast/images/exif-orientation-css-expected.txt:
2248 * platform/mac/fast/images/exif-orientation-expected.txt:
2249 * platform/qt/fast/history/back-to-unreachable-url-then-forward.html:
2250 * platform/qt/fast/history/resources/check-scroll-position.html:
2252 2012-06-21 Ryosuke Niwa <rniwa@webkit.org>
2254 Use testRunner instead of layoutTestController in fast/fast-mobile-scrolling, flexbox, forms, frames, gradients tests
2255 https://bugs.webkit.org/show_bug.cgi?id=89741
2257 Reviewed by Kent Tamura.
2259 * fast/flexbox/box-ordinal-group.html:
2260 * fast/flexbox/box-size-integer-overflow.html:
2261 * fast/flexbox/crash-button-input-autofocus.html:
2262 * fast/flexbox/crash-button-keygen.html:
2263 * fast/flexbox/crash-button-relayout.html:
2264 * fast/flexbox/crash-flexbox-no-layout-child.html:
2265 * fast/flexbox/horizontal-box-float-crash.html:
2266 * fast/flexbox/inline-children-crash.html:
2267 * fast/flexbox/layoutHorizontalBox-crash.html:
2268 * fast/flexbox/line-clamp-crash.html:
2269 * fast/flexbox/overhanging-floats-not-removed-crash.html:
2270 * fast/flexbox/resources/box-orient-button.js:
2273 * fast/gradients/crash-on-1px-border.html:
2274 * fast/gradients/crash-on-degenerate-gradient.html:
2275 * fast/gradients/crash-on-remove.html:
2276 * fast/gradients/crash-on-tr.html:
2277 * fast/gradients/css3-color-stop-units.html:
2278 * fast/gradients/css3-color-stops.html:
2279 * fast/gradients/css3-linear-angle-gradients.html:
2280 * fast/gradients/css3-linear-right-angle-gradients.html:
2281 * fast/gradients/css3-radial-gradient-crash.html:
2282 * fast/gradients/css3-radial-gradients.html:
2283 * fast/gradients/css3-radial-gradients2.html:
2284 * fast/gradients/css3-radial-gradients3.html:
2285 * fast/gradients/css3-repeating-end-fill.html:
2286 * fast/gradients/css3-repeating-linear-gradients.html:
2287 * fast/gradients/css3-repeating-linear-gradients2.html:
2288 * fast/gradients/css3-repeating-radial-gradients.html:
2289 * fast/gradients/gradient-after-transparent-border.html:
2290 * fast/gradients/gradient-on-pseudoelement-crash.html:
2291 * platform/chromium/fast/forms/search-popup-crasher.html:
2292 * platform/gtk/fast/forms/menulist-typeahead-find.html:
2293 * platform/gtk/fast/frames/scrolling-iframe-out-of-viewport.html:
2294 * platform/mac/fast/forms/attributed-strings.html:
2295 * platform/mac/fast/forms/listbox-scrollbar-hit-test.html:
2296 * platform/mac/fast/forms/script-tests/focus-option-control-on-page.js:
2301 2012-06-21 Joone Hur <joone.hur@intel.com>
2303 [EFL] Unreviewed gardening, unskip now passing tests.
2305 * platform/efl/Skipped:
2306 * platform/efl/fast/viewport/viewport-126-expected.txt: Added.
2307 * platform/efl/fast/viewport/viewport-127-expected.txt: Added.
2308 * platform/efl/fast/viewport/viewport-65-expected.txt: Added.
2309 * platform/efl/fast/viewport/viewport-82-expected.txt: Added.
2310 * platform/efl/fast/viewport/viewport-84-expected.txt: Added.
2311 * platform/efl/fast/viewport/viewport-87-expected.txt: Added.
2313 2012-06-21 Hans Wennborg <hans@chromium.org>
2315 s/layoutTestController/testRunner/ in speech tests
2316 https://bugs.webkit.org/show_bug.cgi?id=89654
2318 Reviewed by Ryosuke Niwa.
2320 * fast/speech/bubble-position.html:
2321 * fast/speech/change-focus.html:
2322 * fast/speech/input-onspeechchange-event.html:
2323 * fast/speech/input-ontextinput-event.html:
2324 * fast/speech/input-readonly-and-disabled.html:
2325 * fast/speech/input-text-language-tag.html:
2326 * fast/speech/input-text-speechbutton.html:
2327 * fast/speech/input-text-speechstart.html:
2328 * fast/speech/scripted/speechrecognition-basics.html:
2329 * fast/speech/scripted/speechrecognition-errors.html:
2330 * fast/speech/speech-button-ignore-generated-events.html:
2331 * fast/speech/speech-input-result-list-not-enough-arguments.html:
2332 * fast/speech/speech-input-scripting.html:
2334 2012-06-21 Sheriff Bot <webkit.review.bot@gmail.com>
2336 Unreviewed, rolling out r120982.
2337 http://trac.webkit.org/changeset/120982
2338 https://bugs.webkit.org/show_bug.cgi?id=89740
2340 [chromium] ASSERTION FAILED:
2341 m_allocatedTextureIds.contains(textureId) (Requested by ukai
2344 * platform/chromium/TestExpectations:
2346 2012-06-21 Ryosuke Niwa <rniwa@webkit.org>
2348 LabelsNostList isn't updated properly after its owner node is adopted into a new document
2349 https://bugs.webkit.org/show_bug.cgi?id=89730
2351 Reviewed by Darin Adler.
2353 * fast/forms/label/labels-owner-node-adopted-expected.txt: Added.
2354 * fast/forms/label/labels-owner-node-adopted.html: Added.
2356 2012-06-21 Abhishek Arya <inferno@chromium.org>
2358 Crash in RenderBlock::layoutPositionedObjects.
2359 https://bugs.webkit.org/show_bug.cgi?id=89599
2361 Reviewed by Julien Chaffraix.
2363 * fast/table/table-split-positioned-object-crash-expected.txt: Added.
2364 * fast/table/table-split-positioned-object-crash.html: Added.
2366 2012-06-21 Tony Gentilcore <tonyg@chromium.org>
2368 [Chromium][Win] Missing trailing newlines in one text test expectation, debug only
2369 https://bugs.webkit.org/show_bug.cgi?id=89534
2371 Reviewed by Tony Gentilcore.
2373 * fast/canvas/resize-while-save-active-expected.txt:
2374 * fast/canvas/resize-while-save-active.html: Make test deterministic by running script after load and fix line endings.
2376 2012-06-21 Shinya Kawanaka <shinyak@chromium.org>
2378 [Shadow][Editing] Assertion in VisibleSelection::adjuseSelectionToAvoidCrossingBoundaries() is triggered.
2379 https://bugs.webkit.org/show_bug.cgi?id=89081
2381 Reviewed by Ryosuke Niwa.
2383 * editing/shadow/adjusting-editing-boundary-with-table-in-shadow-expected.txt: Added.
2384 * editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html: Added.
2386 2012-06-21 Gregg Tavares <gman@google.com>
2388 Make GL error messages consistent in LayoutTests
2389 https://bugs.webkit.org/show_bug.cgi?id=89689
2391 Reviewed by Kenneth Russell.
2393 * fast/canvas/webgl/resources/webgl-test.js:
2394 (shouldGenerateGLError):
2396 * fast/canvas/webgl/webgl-depth-texture-expected.txt:
2398 2012-06-21 Kenneth Russell <kbr@google.com>
2400 [chromium] Layout Test fast/speech/scripted/speechgrammar-basics.html is flaky
2401 https://bugs.webkit.org/show_bug.cgi?id=89717
2403 Unreviewed. Added suppression for flaky crash.
2405 * platform/chromium/TestExpectations:
2407 2012-06-21 Julien Chaffraix <jchaffraix@webkit.org>
2409 Add support for the grid and inline-grid display types.
2410 https://bugs.webkit.org/show_bug.cgi?id=60732
2412 Reviewed by Tony Chang.
2414 Based on an earlier patch by David Hyatt <hyatt@apple.com>.
2416 * fast/css-grid-layout/containing-block-grids-expected.html: Added.
2417 * fast/css-grid-layout/containing-block-grids.html: Added.
2418 * fast/css-grid-layout/floating-empty-grids-expected.html: Added.
2419 * fast/css-grid-layout/floating-empty-grids.html: Added.
2421 2012-06-21 Kenneth Russell <kbr@google.com>
2423 [chromium] Layout test failures after fixing GraphicsLayerChromium scale factors
2424 https://bugs.webkit.org/show_bug.cgi?id=89702
2426 Unreviewed TestExpectations update to suppress failures.
2428 * platform/chromium/TestExpectations:
2430 2012-06-21 Sheriff Bot <webkit.review.bot@gmail.com>
2432 Unreviewed, rolling out r120945.
2433 http://trac.webkit.org/changeset/120945
2434 https://bugs.webkit.org/show_bug.cgi?id=89703
2436 editing/shadow/breaking-editing-boundaries.html started to
2437 crash (Requested by hayato on #webkit).
2439 * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2441 2012-06-21 Joshua Bell <jsbell@chromium.org>
2443 IndexedDB: Fix layout tests to clear previous database structures
2444 https://bugs.webkit.org/show_bug.cgi?id=89609
2446 Reviewed by Tony Chang.
2448 A handful of tests weren't deleting previously created stores (or the whole
2449 database), which made them fail if trivially re-run in Chromium or under
2450 NRWT with --iterations=2.
2452 * storage/indexeddb/cursor-key-order-expected.txt:
2453 * storage/indexeddb/cursor-primary-key-order-expected.txt:
2454 * storage/indexeddb/open-during-transaction-expected.txt:
2455 * storage/indexeddb/resources/cursor-key-order.js:
2456 (prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess.verreq.onsuccess):
2457 (prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess):
2458 (prepareDatabase.deleteRequest.onsuccess):
2460 * storage/indexeddb/resources/cursor-primary-key-order.js:
2461 (prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess.versionChangeRequest.onsuccess):
2462 (prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess):
2463 (prepareDatabase.deleteRequest.onsuccess):
2465 * storage/indexeddb/resources/factory-deletedatabase-interactions.js:
2466 * storage/indexeddb/resources/open-close-version.js:
2469 * storage/indexeddb/resources/open-during-transaction.js:
2470 (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess.setverreq.result.oncomplete):
2471 (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess):
2472 (prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess):
2473 (prepareDatabase.deleteRequest.onsuccess):
2475 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
2476 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
2478 2012-06-21 Kenneth Russell <kbr@google.com>
2480 [Chromium] Rebaseline video tests after r120939
2481 https://bugs.webkit.org/show_bug.cgi?id=89696
2483 Unreviewed test expectations update to adjust bug number and
2484 silence failures on Windows platform. Rebaselines are still needed.
2486 * platform/chromium/TestExpectations:
2488 2012-06-21 Alec Flett <alecflett@chromium.org>
2490 IndexedDB: Implement spec behavior for multiEntry indexes with invalid/duplicate subkeys
2491 https://bugs.webkit.org/show_bug.cgi?id=86123
2493 Reviewed by Darin Fisher.
2495 * storage/indexeddb/index-multientry-expected.txt:
2496 * storage/indexeddb/resources/index-multientry.js:
2498 (verifyIndexes.request.onsuccess):
2500 (verifyUniqueConstraint.request.onsuccess.request.onsuccess.request.onerror):
2501 (verifyUniqueConstraint.request.onsuccess.request.onsuccess):
2502 (verifyUniqueConstraint.request.onsuccess):
2503 (verifyUniqueConstraint):
2505 2012-06-21 Tim Horton <timothy_horton@apple.com>
2507 SVGImageCache isn't invalidated for <img> on dynamic page scale changes
2508 https://bugs.webkit.org/show_bug.cgi?id=89621
2509 <rdar://problem/11714677>
2511 Reviewed by Simon Fraser.
2513 Add a test that ensures that dynamic changes to pageScaleFactor are propagated through
2514 to the SVGImageCache.
2516 * platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
2517 * platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.txt: Added.
2518 * svg/as-image/image-respects-pageScaleFactor-change.html: Added.
2520 2012-06-21 Beth Dakin <bdakin@apple.com>
2522 Skipping this failing test. Filed
2523 https://bugs.webkit.org/show_bug.cgi?id=89680 to track fixing the
2526 * platform/mac/Skipped:
2528 2012-06-21 Philip Rogers <pdr@google.com>
2530 Add pending resource even if others are pending
2531 https://bugs.webkit.org/show_bug.cgi?id=89633
2533 Reviewed by Dirk Schulze.
2535 * svg/custom/use-multiple-pending-resources-expected.svg: Added.
2536 * svg/custom/use-multiple-pending-resources.svg: Added.
2538 2012-06-21 Tony Chang <tony@chromium.org>
2540 Unreviewed gardening. Removing pixel results for CSS computed style tests which are text only tests.
2542 * platform/qt/fast/css/getComputedStyle/computed-style-expected.png: Removed.
2543 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.png: Removed.
2545 2012-06-21 Tony Chang <tony@chromium.org>
2547 Unreviewed gardening. The computed style tests should now pass on EFL after r120870.
2549 * platform/efl/TestExpectations:
2551 2012-06-21 Hayato Ito <hayato@chromium.org>
2553 Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
2554 https://bugs.webkit.org/show_bug.cgi?id=89073
2556 Reviewed by Dimitri Glazkov.
2558 * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2560 2012-06-21 Andrei Onea <onea@adobe.com>
2562 [CSSRegions]Change WEBKIT_REGION_RULE value to 16
2563 https://bugs.webkit.org/show_bug.cgi?id=89421
2565 Reviewed by Tony Chang.
2567 Added check for exact value of WEBKIT_REGION_RULE which should be 16,
2568 according to CSS Regions spec.
2570 * fast/regions/webkit-region-rule-expected.txt:
2571 * fast/regions/webkit-region-rule.html:
2573 2012-06-21 Jon Lee <jonlee@apple.com>
2575 r120835: fast/box-decoration-break/box-decoration-break-rendering.html failing on mac bots
2576 https://bugs.webkit.org/show_bug.cgi?id=89620
2578 * platform/mac/Skipped:
2580 2012-06-21 Silvia Pfeiffer <silviapf@chromium.org>
2582 Paint played and buffered ranges differently in Chrome video controls.
2583 https://bugs.webkit.org/show_bug.cgi?id=89284
2585 Reviewed by Eric Carlson.
2587 Rebaseline tests for linux build; mark others in TestExpectations.
2589 * platform/chromium/TestExpectations:
2590 * platform/chromium-linux/fast/layers/video-layer-expected.png:
2591 * platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
2592 * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2593 * platform/chromium-linux/media/audio-controls-rendering-expected.png:
2594 * platform/chromium-linux/media/controls-after-reload-expected.png:
2595 * platform/chromium-linux/media/controls-strict-expected.png:
2596 * platform/chromium-linux/media/controls-styling-expected.png:
2597 * platform/chromium-linux/media/controls-without-preload-expected.png:
2598 * platform/chromium-linux/media/video-controls-rendering-expected.png:
2599 * platform/chromium-linux/media/video-display-toggle-expected.png:
2600 * platform/chromium-linux/media/video-playing-and-pause-expected.png:
2601 * platform/chromium-linux/media/video-zoom-controls-expected.png:
2602 * platform/chromium-linux/media/audio-repaint-expected.png:
2603 * platform/chromium-linux/media/controls-layout-direction-expected.png:
2604 * platform/chromium-linux/media/media-controls-clone-expected.png:
2605 * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
2606 * platform/chromium-linux/media/video-no-audio-expected.png:
2607 * platform/chromium-win/fast/layers/video-layer-expected.txt:
2608 * platform/chromium-win/media/audio-controls-rendering-expected.txt:
2609 * platform/chromium-win/media/audio-repaint-expected.txt:
2610 * platform/chromium-win/media/controls-after-reload-expected.txt:
2611 * platform/chromium-win/media/controls-strict-expected.txt:
2612 * platform/chromium-win/media/controls-styling-expected.txt:
2613 * platform/chromium-win/media/controls-without-preload-expected.txt:
2614 * platform/chromium-win/media/media-controls-clone-expected.txt:
2615 * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
2616 * platform/chromium-win/media/video-controls-rendering-expected.txt:
2617 * platform/chromium-win/media/video-display-toggle-expected.txt:
2618 * platform/chromium-win/media/video-no-audio-expected.txt:
2619 * platform/chromium-win/media/video-playing-and-pause-expected.txt:
2620 * platform/chromium-win/media/video-zoom-controls-expected.txt:
2622 2012-06-21 Julien Chaffraix <jchaffraix@webkit.org>
2624 Non-fixed length margins don't work with align=center
2625 https://bugs.webkit.org/show_bug.cgi?id=89626
2627 Reviewed by Levi Weintraub.
2629 * fast/block/negative-start-margin-align-center-percent-expected.html: Added.
2630 * fast/block/negative-start-margin-align-center-percent.html: Added.
2631 * fast/block/positive-margin-block-child-align-center-calc-expected.html: Added.
2632 * fast/block/positive-margin-block-child-align-center-calc.html: Added.
2634 2012-06-21 Simon Pena <spena@igalia.com>
2636 [GTK] Update TestExpectations
2637 https://bugs.webkit.org/show_bug.cgi?id=89664
2639 Unreviewed gardening. Mark editing/deleting/delete-3800834-fix.html
2642 * platform/gtk/TestExpectations:
2644 2012-06-21 Shinya Kawanaka <shinyak@chromium.org>
2646 [Crash][Editing] Pressing enter on LI element triggers assertion in Shadow DOM.
2647 https://bugs.webkit.org/show_bug.cgi?id=89171
2649 Reviewed by Ryosuke Niwa.
2651 * editing/shadow/pressing-enter-on-list-expected.txt: Added.
2652 * editing/shadow/pressing-enter-on-list.html: Added.
2654 2012-06-21 Amy Ousterhout <aousterh@chromium.org>
2656 DeviceOrientation and DeviceMotion Test Cleanup
2657 https://bugs.webkit.org/show_bug.cgi?id=89662
2659 Reviewed by Ryosuke Niwa.
2661 Replaces 'LayoutTestController' with 'TestRunner' in debug messages.
2662 This makes it consistent with testRunner, which replaced layoutTestController.
2664 * fast/dom/DeviceMotion/script-tests/no-page-cache.js:
2665 * fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js:
2666 * fast/dom/DeviceOrientation/script-tests/basic-operation.js:
2667 * fast/dom/DeviceOrientation/script-tests/event-after-navigation.js:
2668 * fast/dom/DeviceOrientation/script-tests/multiple-frames.js:
2669 * fast/dom/DeviceOrientation/script-tests/no-page-cache.js:
2670 * fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js:
2671 * fast/dom/DeviceOrientation/script-tests/null-values.js:
2672 (setMockOrientation):
2673 * fast/dom/DeviceOrientation/script-tests/updates.js:
2674 (setMockOrientation):
2676 2012-06-21 Csaba Osztrogonác <ossy@webkit.org>
2678 [Qt] Unreviewed gardening, unskip now passing tests.
2680 * platform/qt/Skipped:
2681 * platform/qt/editing/inserting/4960120-1-expected.png: Added.
2682 * platform/qt/editing/inserting/4960120-1-expected.txt:
2683 * platform/qt/editing/inserting/before-after-input-element-expected.png: Added.
2684 * platform/qt/editing/inserting/before-after-input-element-expected.txt:
2685 * platform/qt/editing/inserting/insert-text-with-newlines-expected.png: Added.
2686 * platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
2687 * platform/qt/http/tests/misc/favicon-as-image-expected.png: Added.
2688 * platform/qt/http/tests/misc/favicon-as-image-expected.txt: Added.
2690 2012-06-21 Simon Pena <spena@igalia.com>
2692 [GTK] Add new baseline and update TestExpectations
2693 https://bugs.webkit.org/show_bug.cgi?id=89651
2695 Unreviewed gardening.
2697 * platform/gtk/TestExpectations: marked
2698 svg/W3C-SVG-1.1/animate-elem-{32,33,40,41,46}-t.svg as flaky, and
2699 fast/canvas/canvas-createImageData.html as crashing on DEBUG
2700 * platform/gtk/fast/hidpi/device-scale-factor-paint-expected.png: Added.
2701 * platform/gtk/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
2703 2012-06-21 Csaba Osztrogonác <ossy@webkit.org>
2705 [Qt] Unreviewed gardening, skip a new failing test.
2707 * platform/qt-5.0-wk2/Skipped:
2709 2012-06-20 Hans Wennborg <hans@chromium.org>
2711 Speech JavaScript API: SpeechRecognition should hook up with ActiveDOMObject more
2712 https://bugs.webkit.org/show_bug.cgi?id=89217
2714 Reviewed by Adam Barth.
2716 Add a layout test to check that speech recognition gets aborted when
2717 navigating away from the page.
2719 * fast/speech/scripted/navigate-away-expected.txt: Added.
2720 * fast/speech/scripted/navigate-away-iframe-expected.txt: Added.
2721 * fast/speech/scripted/navigate-away-iframe.html: Added.
2722 * fast/speech/scripted/navigate-away.html: Added.
2724 2012-06-21 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2726 [EFL] Gardening after r120847
2727 https://bugs.webkit.org/show_bug.cgi?id=89640
2729 Unreviewed gardening. Newly added compositing/backface-visibility/backface-visibility-webgl.html
2730 test does not pass on EFL port due to missing WebGL support.
2732 * platform/efl/TestExpectations:
2734 2012-06-21 Mario Sanchez Prada <msanchez@igalia.com>
2736 [GTK] accessibility/textbox-role-reports-line-number.html fails
2737 https://bugs.webkit.org/show_bug.cgi?id=75785
2739 Reviewed by Chris Fleizach.
2741 Move a Mac specific accessibility test to the platform directory.
2743 * platform/gtk/TestExpectations: Removed test from gtk test expectations.
2744 * platform/mac/accessibility/textbox-role-reports-line-number-expected.txt: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number-expected.txt.
2745 * platform/mac/accessibility/textbox-role-reports-line-number.html: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number.html.
2746 * platform/win/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
2748 2012-06-21 Taiju Tsuiki <tzik@chromium.org>
2750 Web Inspector: Move requestId allocation from FileSystem frontend to backend
2751 https://bugs.webkit.org/show_bug.cgi?id=89555
2753 Reviewed by Vsevolod Vlasov.
2755 * http/tests/inspector/filesystem/filesystem-test.js:
2756 (initialize_FileSystemTest.InspectorTest.dumpReadDirectoryResult):
2757 (initialize_FileSystemTest):
2758 * http/tests/inspector/filesystem/get-filesystem-root.html:
2759 * http/tests/inspector/filesystem/read-directory-expected.txt:
2760 * http/tests/inspector/filesystem/read-directory.html:
2762 2012-06-20 Hayato Ito <hayato@chromium.org>
2764 [Shadow][Editing] Deleting character in distributed element caused a crash
2765 https://bugs.webkit.org/show_bug.cgi?id=88484
2767 Reviewed by Ryosuke Niwa.
2769 * editing/shadow/delete-characters-in-distributed-node-crash-expected.txt: Added.
2770 * editing/shadow/delete-characters-in-distributed-node-crash.html: Added.
2772 2012-06-20 Kent Tamura <tkent@chromium.org>
2774 Unmodified form control value are overwritten by another form
2775 control value with the same name after navigating and going back
2776 https://bugs.webkit.org/show_bug.cgi?id=89409
2778 Reviewed by Hajime Morita.
2780 * fast/forms/resources/state-restore-broken-state-2.html:
2781 Take care of the signature string at the beginning of the array.
2782 * fast/forms/state-restore-broken-state-expected.txt:
2783 Updated for the serialized format change.
2784 * fast/forms/state-restore-to-non-edited-controls-expected.txt:
2785 * fast/forms/state-restore-to-non-edited-controls.html:
2786 Add a test for a case of duplicated names.
2788 2012-06-20 Adam Barth <abarth@webkit.org>
2790 Unskip fast/hidpi/device-scale-factor-paint.html
2791 https://bugs.webkit.org/show_bug.cgi?id=89618
2793 Reviewed by Beth Dakin.
2795 Now that this test doesn't cause WebKit2 to crash, we can unskip it.
2797 * fast/hidpi/device-scale-factor-paint-expected.html: Removed.
2798 - Previously, this test was a reftest, but the reference also tried
2799 to set the device scale factor, which seems problematic. This
2800 patch converts the test to a normal image test. There aren't any
2801 scrollbars or text, so many platforms should be able to use the
2802 same expected PNG file.
2803 * fast/hidpi/device-scale-factor-paint.html:
2804 - Wrap the call to notifyDone in a thunk because it doesn't work otherwise.
2805 * platform/mac/Skipped:
2806 * platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
2807 * platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
2808 * platform/wk2/Skipped:
2810 2012-06-20 Joshua Bell <jsbell@chromium.org>
2812 IndexedDB: Remove redundant IDBObjectStore.delete() overloads
2813 https://bugs.webkit.org/show_bug.cgi?id=89587
2815 Reviewed by Darin Fisher.
2817 * storage/indexeddb/deleted-objects-expected.txt:
2818 * storage/indexeddb/resources/deleted-objects.js: Test IDBKeyRange overloads.
2819 (openDatabase.request.onsuccess.request.onsuccess):
2820 (openDatabase.request.onsuccess):
2823 2012-06-20 Shinya Kawanaka <shinyak@chromium.org>
2825 [Shadow][Editing] Selection will break editing boundaries in Shadow DOM.
2826 https://bugs.webkit.org/show_bug.cgi?id=89075
2828 Reviewed by Antti Koivisto.
2830 Test cases to confirm that (1) selection does not break editing boundary,
2831 and (2) content-editable is not propagated from shadow host to shadow DOM.
2833 Actually a patch for Bug 88514 contains a test for (2), but it is not enough.
2836 * editing/shadow/breaking-editing-boundary-with-table.html: Added.
2837 * editing/shadow/contenteditable-propagation-at-shadow-boundary.html: Added.
2839 2012-06-20 Adam Barth <abarth@webkit.org>
2841 internals.settings.setDeviceScaleFactor doesn't work for WebKit2 and must be removed
2842 https://bugs.webkit.org/show_bug.cgi?id=89274
2844 Reviewed by James Robinson.
2846 * fast/hidpi/device-scale-factor-paint.html:
2848 2012-06-20 Csaba Osztrogonác <ossy@webkit.org>
2850 [Qt] Unreviewed gardening, skip new failing tests.
2852 * platform/qt/Skipped:
2854 2012-06-20 Tony Chang <tony@chromium.org>
2856 Computed style tests are a maintenance burden on the project
2857 https://bugs.webkit.org/show_bug.cgi?id=87991
2859 Reviewed by Eric Seidel.
2861 Convert computed-style.html, computed-style-without-renderer.html and getComputedStyle-basic.xhtml
2862 to use a whitelist of properties rather than a blacklist. The whitelist includes all properties
2863 that are supported based on the checked in results so all ports can share the same values. Adding
2864 new properties won't cause these tests to be rebaselined.
2866 * fast/css/getComputedStyle/computed-style-expected.txt:
2867 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2868 * fast/css/getComputedStyle/computed-style-without-renderer.html: Remove indenting and use a fixed
2869 width for the middle div so we don't get fractional pixel values for ports with fractional pixel
2871 * fast/css/getComputedStyle/computed-style.html:
2872 * fast/css/getComputedStyle/resources/property-names.js: Whitelist of common CSS properties.
2873 * platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: Removed.
2874 * platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
2875 * platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2876 * platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
2877 * platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
2878 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2879 * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2880 * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
2881 * platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: Removed.
2882 * platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: Removed.
2883 * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2884 * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2885 * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Removed.
2886 * platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2887 * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: Removed.
2888 * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2889 * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2890 * platform/mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
2891 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2892 * platform/qt/svg/css/getComputedStyle-basic-expected.png: Removed.
2893 * platform/qt/svg/css/getComputedStyle-basic-expected.txt: Removed.
2894 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
2895 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
2896 * svg/css/getComputedStyle-basic-expected.txt:
2897 * svg/css/getComputedStyle-basic.xhtml:
2899 2012-06-20 Abhishek Arya <inferno@chromium.org>
2901 Crash on accessing a removed renderer from percent height descendant map.
2902 https://bugs.webkit.org/show_bug.cgi?id=88017
2904 Reviewed by Eric Seidel.
2906 * fast/block/percent-height-descendant-not-removed-crash2-expected.txt: Added.
2907 * fast/block/percent-height-descendant-not-removed-crash2.html: Added.
2909 2012-06-20 Julien Chaffraix <jchaffraix@webkit.org>
2911 REGRESSION(r113885): Margin not properly applied to elements with align=center
2912 https://bugs.webkit.org/show_bug.cgi?id=89515
2914 Reviewed by Levi Weintraub.
2916 * fast/block/negative-margin-start-positive-margin-end-expected.html: Added.
2917 * fast/block/negative-margin-start-positive-margin-end.html: Added.
2918 * fast/block/negative-start-margin-align-center-expected.html: Added.
2919 * fast/block/negative-start-margin-align-center.html: Added.
2920 * fast/block/positive-margin-block-child-align-center-expected.html: Added.
2921 * fast/block/positive-margin-block-child-align-center.html: Added.
2922 * fast/block/positive-margin-start-align-center-expected.html: Added.
2923 * fast/block/positive-margin-start-align-center.html: Added.
2924 * fast/block/positive-margin-start-negative-margin-end-align-center-expected.html: Added.
2925 * fast/block/positive-margin-start-negative-margin-end-align-center.html: Added.
2926 Those checks the combination of margin start / end both positive and negative.
2928 * fast/block/positive-margin-block-child-align-center-rtl-expected.html: Added.
2929 * fast/block/positive-margin-block-child-align-center-rtl.html: Added.
2930 One ltr test as I didn't find any.
2932 * fast/table/table-cell-negative-start-margin-align-center-expected.html: Added.
2933 * fast/table/table-cell-negative-start-margin-align-center.html: Added.
2934 This test is very similar to the one above but involves a table.
2936 2012-06-20 Robert Hogan <robert@webkit.org>
2938 r120844: Skip two tests on Qt
2940 The tests fast/block/float/previous-sibling-abspos-001.html and
2941 fast/block/float/previous-sibling-float-001.html have pixel differences
2942 on Qt. Skip them for now - bug 89597 opened.
2944 Unreviewed, gardening.
2946 * platform/qt/Skipped:
2948 2012-06-20 Elliott Sprehn <esprehn@gmail.com>
2950 Add support for fit-content etc
2951 https://bugs.webkit.org/show_bug.cgi?id=38919
2953 Reviewed by Tony Chang.
2955 Tests for CSS3 intrinsic dimension keywords as defined in the
2956 writing modes spec. This tests the implementation for width and
2957 ensures that height properties don't allow the new keywords yet
2958 since they're not implemented by this patch.
2960 * fast/css-intrinsic-dimensions/height-dynamic-property-value-expected.txt: Added.
2961 * fast/css-intrinsic-dimensions/height-dynamic-property-value.html: Added.
2962 * fast/css-intrinsic-dimensions/height-property-value-expected.txt: Added.
2963 * fast/css-intrinsic-dimensions/height-property-value.html: Added.
2964 * fast/css-intrinsic-dimensions/max-width-constrained-expected.html: Added.
2965 * fast/css-intrinsic-dimensions/max-width-constrained.html: Added.
2966 * fast/css-intrinsic-dimensions/max-width-unconstrained-expected.html: Added.
2967 * fast/css-intrinsic-dimensions/max-width-unconstrained.html: Added.
2968 * fast/css-intrinsic-dimensions/min-width-expected.html: Added.
2969 * fast/css-intrinsic-dimensions/min-width.html: Added.
2970 * fast/css-intrinsic-dimensions/width-avoid-floats-expected.html: Added.
2971 * fast/css-intrinsic-dimensions/width-avoid-floats.html: Added.
2972 * fast/css-intrinsic-dimensions/width-dynamic-property-value-expected.txt: Added.
2973 * fast/css-intrinsic-dimensions/width-dynamic-property-value.html: Added.
2974 * fast/css-intrinsic-dimensions/width-expected.html: Added.
2975 * fast/css-intrinsic-dimensions/width-keyword-classes.css: Added.
2980 (.max-width-min-content):
2981 (.max-width-max-content):
2982 (.max-width-fill-available):
2983 (.max-width-fit-content):
2984 (.min-width-min-content):
2985 (.min-width-max-content):
2986 (.min-width-fill-available):
2987 (.min-width-fit-content):
2988 * fast/css-intrinsic-dimensions/width-property-value-expected.txt: Added.
2989 * fast/css-intrinsic-dimensions/width-property-value.html: Added.
2990 * fast/css-intrinsic-dimensions/width.html: Added.
2992 2012-06-20 Christopher Cameron <ccameron@chromium.org>
2994 [chromium] webkit-backface-visibility doesn't work with video
2995 https://bugs.webkit.org/show_bug.cgi?id=88908
2997 When determining a contents layer's backface culling, use the parent
2998 layer's transform and backface-visibility properties. Track which
2999 layers need this special treatment with useParentBackfaceVisibility
3000 and setUseParentBackfaceVisibility functions in WebCore::LayerChromium,
3001 WebKit::WebLayer, and WebCore::CCLayerImpl.
3003 Reviewed by Adrienne Walker.
3005 * compositing/backface-visibility/backface-visibility-image-expected.png: Added.
3006 * compositing/backface-visibility/backface-visibility-image-expected.txt: Added.
3007 * compositing/backface-visibility/backface-visibility-image.html: Added.
3008 * compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
3009 * compositing/backface-visibility/backface-visibility-webgl-expected.txt: Added.
3010 * compositing/backface-visibility/backface-visibility-webgl.html: Added.
3012 2012-06-20 Nate Chapin <japhet@chromium.org>
3014 Test for https://bugs.webkit.org/show_bug.cgi?id=89378.
3015 Reviewed by Eric Seidel.
3017 * http/tests/xmlhttprequest/reentrant-cancel-expected.txt: Added.
3018 * http/tests/xmlhttprequest/reentrant-cancel.html: Added.
3020 2012-06-20 Robert Hogan <robert@webkit.org>
3022 Negative margin block doesn't properly clear a float enclosed by a previous sibling
3023 https://bugs.webkit.org/show_bug.cgi?id=10900
3025 Reviewed by Eric Seidel.
3027 * fast/block/float/previous-sibling-abspos-001-expected.html: Added.
3028 * fast/block/float/previous-sibling-abspos-001.html: Added.
3029 * fast/block/float/previous-sibling-abspos-002-expected.html: Added.
3030 * fast/block/float/previous-sibling-abspos-002.html: Added.
3031 * fast/block/float/previous-sibling-float-001-expected.html: Added.
3032 * fast/block/float/previous-sibling-float-001.html: Added.
3033 * fast/block/float/previous-sibling-float-002-expected.html: Added.
3034 * fast/block/float/previous-sibling-float-002.html: Added.
3035 * fast/css/clear-float-sibling-expected.html: Added.
3036 * fast/css/clear-float-sibling.html: Added.
3038 2012-06-20 Alexis Menard <alexis.menard@openbossa.org>
3040 [CSS3 Backgrounds and Borders] Implement box-decoration-break rendering.
3041 https://bugs.webkit.org/show_bug.cgi?id=88228
3043 Reviewed by Eric Seidel.
3045 Add new tests to cover the feature.
3047 * fast/box-decoration-break/box-decoration-break-rendering-expected.html: Added.
3048 * fast/box-decoration-break/box-decoration-break-rendering.html: Added.
3050 2012-06-20 Hans Wennborg <hans@chromium.org>
3052 Speech JavaScript API: add SpeechRecognition.maxAlternatives attribute
3053 https://bugs.webkit.org/show_bug.cgi?id=89459
3055 Reviewed by Eric Seidel.
3057 Update the basic test to check for presence of the maxAlternatives attribute.
3059 * fast/speech/scripted/basics-expected.txt:
3060 * fast/speech/scripted/basics.html:
3062 2012-06-20 Takashi Sakamoto <tasak@google.com>
3064 applyAuthorStyles makes rules declared in all enclosing shadow dom subtrees applicable.
3065 https://bugs.webkit.org/show_bug.cgi?id=89061
3067 Reviewed by Dimitri Glazkov.
3069 * fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Added.
3070 * fast/css/style-scoped/style-scoped-apply-author-styles.html: Added.
3072 2012-06-20 Sergio Villar Senin <svillar@igalia.com>
3074 Unreviewed GTK gardening. Removed some tests from TestExpectations
3075 as they were passing in the tree bots.
3077 * platform/gtk/TestExpectations:
3079 2012-06-20 Hajime Morrita <morrita@chromium.org>
3081 Unreviewed rebaselining.
3083 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
3084 * platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
3085 * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
3086 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
3087 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
3088 * platform/chromium/TestExpectations:
3090 2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
3092 [Qt][Mac] Speculative skipping to try to paint the bot green.
3094 * platform/qt-mac/Skipped:
3096 2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
3098 [Qt][Mac] Skip one more crashing test.
3100 * platform/qt-mac/Skipped:
3102 2012-06-19 Cris Neckar <cdn@chromium.org>
3104 Add test which inserts a CounterNode subtree which contains reset nodes into another tree.
3105 https://bugs.webkit.org/show_bug.cgi?id=88142
3107 Reviewed by Adam Barth.
3109 * fast/css/counters/counter-reset-subtree-insert-crash-expected.txt: Added.
3110 * fast/css/counters/counter-reset-subtree-insert-crash.html: Added.
3112 2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
3114 Unreviewed expected update after r120735.
3116 * fast/css/getComputedStyle/computed-style-expected.txt:
3117 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3119 2012-06-19 Kinuko Yasuda <kinuko@chromium.org>
3121 Use testRunner instead of layoutTestController in fast/{files,filesystem}
3122 https://bugs.webkit.org/show_bug.cgi?id=89462
3124 Reviewed by Ryosuke Niwa.
3126 * fast/files/apply-blob-url-to-img.html:
3127 * fast/files/apply-blob-url-to-xhr.html:
3128 * fast/files/blob-builder-crash.html:
3129 * fast/files/blob-slice-overflow.html:
3130 * fast/files/blob-slice-test.html:
3131 * fast/files/create-blob-url-crash.html:
3132 * fast/files/domurl-script-execution-context-crash.html:
3133 * fast/files/file-reader-abort.html:
3134 * fast/files/file-reader-directory-crash.html:
3135 * fast/files/file-reader-event-listener.html:
3136 * fast/files/file-reader-file-url.html:
3137 * fast/files/file-reader-sandbox-iframe.html:
3138 * fast/files/null-origin-string.html:
3139 * fast/files/read-blob-async.html:
3140 * fast/files/read-file-async.html:
3141 * fast/files/resources/file-reader-real.html:
3142 * fast/files/resources/setup-for-read-common.js:
3143 * fast/files/revoke-blob-url.html:
3144 * fast/files/script-tests/xhr-response-blob.js:
3145 * fast/files/workers/inline-worker-via-blob-url.html:
3146 * fast/files/workers/worker-apply-blob-url-to-xhr.html:
3147 * fast/files/workers/worker-read-blob-async.html:
3148 * fast/files/workers/worker-read-blob-sync.html:
3149 * fast/files/workers/worker-read-file-async.html:
3150 * fast/files/workers/worker-read-file-sync.html:
3151 * fast/filesystem/cross-filesystem-op.html:
3152 * fast/filesystem/file-after-reload-crash.html:
3153 * fast/filesystem/file-metadata-after-write.html:
3154 * fast/filesystem/filesystem-no-callback-null-ptr-crash.html:
3155 * fast/filesystem/filesystem-uri-origin.html:
3157 2012-06-19 Takashi Sakamoto <tasak@google.com>
3159 [Shadow DOM] ShadowRoot.host should be gone
3160 https://bugs.webkit.org/show_bug.cgi?id=88387
3162 Reviewed by Dimitri Glazkov.
3164 * fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
3165 * fast/css/style-scoped/style-scoped-in-shadow.html:
3166 * fast/dom/shadow/resources/shadow-dom.js:
3168 * fast/dom/shadow/shadow-root-js-api-expected.txt:
3169 * fast/dom/shadow/shadow-root-js-api.html:
3170 Just removed references to shadow root's host attribute.
3172 2012-06-19 Kent Tamura <tkent@chromium.org>
3174 Fix a form restore test broken by HTML5 parser
3175 https://bugs.webkit.org/show_bug.cgi?id=89539
3177 Reviewed by Kentaro Hara.
3179 Before HTML5 parser, we parsed innerHTML input text and we attached
3180 renderers to parsed nodes at the same time. The parsed nodes had
3181 restored form values because we restore form values only for attached
3184 After HTML5 parser, we don't attach renderers during innerHTML
3185 parsing. state-restore-to-nonedited-controls.html used innerHTML to
3186 built a form and the test haven't worked since introducing HTML5 parser.
3188 This patch changes the test so that it uses document.write() instead of
3191 * fast/forms/state-restore-to-non-edited-controls-expected.txt:
3192 Note that the FAIL line is expected. It's due to Bug 88685.
3193 * fast/forms/state-restore-to-non-edited-controls.html:
3194 Use document.write() instead of innerHTML.
3196 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
3198 Test fix after r120521.
3200 * webarchive/resources/dump-webarchive.js:
3201 * webarchive/test-duplicate-resources-expected.webarchive:
3202 * webarchive/test-script-src-expected.webarchive:
3204 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
3206 Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests
3207 https://bugs.webkit.org/show_bug.cgi?id=89438
3209 Reviewed by Tony Chang.
3211 * fast/doctypes/005-case-preserving.html:
3212 * fast/doctypes/doctype-after-comment.html:
3213 * fast/doctypes/doctype-at-end.html:
3214 * fast/doctypes/doctype-in-element.html:
3215 * fast/doctypes/doctype-parsing.html:
3216 * fast/doctypes/html-doctype.html:
3217 * fast/doctypes/xhtml-with-xhtmlmp-doctype.xhtml:
3218 * fast/doctypes/xml-doctype.xhtml:
3220 * fast/dynamic/5872671.html:
3221 * fast/dynamic/ancestor-to-absolute.html:
3222 * fast/dynamic/checkbox-selection-crash.html:
3223 * fast/dynamic/containing-block-change.html:
3224 * fast/dynamic/crash-generated-counter.html:
3225 * fast/dynamic/crash-generated-image.html:
3226 * fast/dynamic/crash-generated-quote.html:
3227 * fast/dynamic/crash-generated-text.html:
3228 * fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled:
3229 * fast/dynamic/float-remove-above-line-2.html:
3230 * fast/dynamic/float-remove-above-line.html:
3231 * fast/dynamic/hover-before-position-after-style-change.html:
3232 * fast/dynamic/hover-before-position-after-style-change2.html:
3233 * fast/dynamic/hover-style-recalc-crash.html:
3234 * fast/dynamic/hovered-detach.html:
3235 * fast/dynamic/inline-to-block-crash.html:
3236 * fast/dynamic/insertAdjacentElement.html:
3237 * fast/dynamic/insertAdjacentHTML-allowed-parents.html:
3238 * fast/dynamic/insertAdjacentHTML.html:
3239 * fast/dynamic/insertAdjacentText.html:
3240 * fast/dynamic/jQuery-animation-crash.html:
3241 * fast/dynamic/layer-hit-test-crash.html:
3242 * fast/dynamic/layer-no-longer-paginated.html:
3243 * fast/dynamic/outerHTML-no-element.html:
3244 * fast/dynamic/paused-event-dispatch.html:
3245 * fast/dynamic/position-absolute-to-fixed-crash.html:
3246 * fast/dynamic/position-change-layout.html:
3247 * fast/dynamic/recursive-layout.html:
3248 * fast/dynamic/style-access-late-stylesheet-load.html:
3249 * fast/dynamic/subtree-common-root.html:
3250 * fast/dynamic/subtree-table-cell-height.html:
3251 * fast/dynamic/subtree-unrooted.html:
3254 * platform/chromium/fast/events/drag-downloadURL.html:
3255 * platform/chromium/fast/events/intercept-postmessage.html:
3256 * platform/chromium/fast/events/rtl-scrollbar.html:
3257 * platform/gtk/fast/events/event-sender-metakey.html:
3258 * platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html:
3259 * platform/mac/fast/dom/character-index-for-point.html:
3260 * platform/mac/fast/dom/objc-wrapper-identity.html:
3261 * platform/mac/fast/dom/wrapper-classes-objc.html:
3262 * platform/mac/fast/dom/wrapper-round-tripping.html:
3263 * platform/mac/fast/events/objc-event-api.html:
3264 * platform/mac/fast/events/objc-keyboard-event-creation.html:
3265 * platform/qt/fast/events/event-sender-keydown-frame.html:
3266 * platform/win/fast/events/alt-numpad.html:
3267 * platform/win/fast/events/alt-space-scroll.html:
3268 * platform/win/fast/events/double-dead-char.html:
3269 * platform/win/fast/events/keyLocation-numpad.html:
3270 * platform/win/fast/events/panScroll-correct-direction.html:
3271 * platform/win/fast/events/panScroll-event-fired.html:
3272 * platform/win/fast/events/panScroll-image-no-scroll.html:
3273 * platform/win/fast/events/panScroll-imageMap-href-no-scroll.html:
3274 * platform/win/fast/events/panScroll-imageMap-noHref-scroll.html:
3275 * platform/win/fast/events/panScroll-nested-divs.html:
3276 * platform/win/fast/events/panScroll-no-iframe-jump.html:
3277 * platform/win/fast/events/panScroll-preventDefault.html:
3278 * platform/win/fast/events/script-tests/context-click-events.js:
3280 2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
3282 Remove the failing expected results added in
3283 http://trac.webkit.org/changeset/119190 now that these tests pass.
3285 Rubber-stamped by Jessie Berlin.
3287 * platform/win/fast/frames/frame-set-scaling-hit-expected.txt: Removed.
3288 * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Removed.
3289 * platform/win/fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Removed.
3290 * platform/win/fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Removed.
3292 2012-06-19 Erik Arvidsson <arv@chromium.org>
3294 [V8] Fix issue where a callback got a null calling context
3295 https://bugs.webkit.org/show_bug.cgi?id=89532
3297 Reviewed by Kentaro Hara.
3299 * fast/dom/Window/post-message-crash-expected.txt: Added.
3300 * fast/dom/Window/post-message-crash.html: Added.
3302 2012-06-19 Kenneth Russell <kbr@google.com>
3304 [Chromium] Unreviewed test expectations update.
3306 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt: Removed.
3307 * platform/chromium/TestExpectations:
3308 Referenced bugs 89529 and 89534.
3310 2012-06-19 Greg Billock <gbillock@google.com>
3312 Add filesystem regression test to check that the filesystem object is
3313 not serializable as created by javascript.
3314 https://bugs.webkit.org/show_bug.cgi?id=88267
3316 Reviewed by David Levin.
3318 * fast/filesystem/filesystem-unserializable-expected.html: Added.
3319 * fast/filesystem/filesystem-unserializable.html: Added.
3320 * fast/filesystem/script-tests/filesystem-unserializable.js: Added.
3322 2012-06-19 Beth Dakin <bdakin@apple.com>
3324 Skipping failing tests to keep the bots green. Filed
3325 https://bugs.webkit.org/show_bug.cgi?id=89528 to track fixing the
3328 * platform/mac/Skipped:
3330 2012-06-19 Kenneth Russell <kbr@google.com>
3332 [Chromium][Mac] Layout Test ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm is failing
3333 https://bugs.webkit.org/show_bug.cgi?id=89411
3335 Unreviewed test expectations update generated by garden-o-matic.
3337 * ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt.
3338 * platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
3339 * platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.
3340 * platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
3341 * platform/chromium/TestExpectations:
3342 Removed IMAGE MISSING expectation for this test.
3343 * platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.
3345 2012-06-19 Filip Pizlo <fpizlo@apple.com>
3347 DFG CFA forgets to notify subsequent phases of found constants if it proves LogicalNot to be a constant
3348 https://bugs.webkit.org/show_bug.cgi?id=89511
3349 <rdar://problem/11700089>
3351 Reviewed by Geoffrey Garen.
3353 * fast/js/dfg-constant-fold-logical-not-branch-expected.txt: Added.
3354 * fast/js/dfg-constant-fold-logical-not-branch.html: Added.
3355 * fast/js/script-tests/dfg-constant-fold-logical-not-branch.js: Added.
3359 (Stuff.prototype.thingy):
3360 (Stuff.prototype.otherThingy):
3362 2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
3364 Remove the failing results added in
3365 http://trac.webkit.org/changeset/119144 and
3366 http://trac.webkit.org/changeset/119149 now that these tests pass
3369 Rubber-stamped by Jessie Berlin.
3371 * platform/win/fast/events/popup-allowed-from-gesture-initiated-event-expected.txt: Removed.
3372 * platform/win/fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Removed.
3373 * platform/win/fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Removed.
3374 * platform/win/fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Removed.
3375 * platform/win/fast/events/popup-blocking-timers-expected.txt: Removed.
3376 * platform/win/fast/events/remove-target-in-mouseup-deep-expected.txt: Removed.
3377 * platform/win/fast/events/remove-target-in-mouseup-expected.txt: Removed.
3378 * platform/win/fast/events/remove-target-in-mouseup-insertback-expected.txt: Removed.
3379 * platform/win/fast/events/remove-target-in-mouseup-twice-expected.txt: Removed.
3380 * platform/win/fast/events/remove-target-with-shadow-in-drag-expected.txt: Removed.
3382 2012-06-19 Ken Buchanan <kenrb@chromium.org>
3384 Absolute positioned objects should not be added to anonymous block lists
3385 https://bugs.webkit.org/show_bug.cgi?id=87768
3387 Reviewed by Abhishek Arya.
3389 Test crashing condition in bug 87768.
3391 * fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash-expected.txt: Added
3392 * fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash.html: Added
3393 * fast/block/positioning/insert-positioned-in-anonymous-crash-expected.txt: Added
3394 * fast/block/positioning/insert-positioned-in-anonymous-crash.html: Added
3396 2012-06-19 Jan Keromnes <janx@linux.com>
3398 Web Inspector: extensionPanel.onSearch `action` strings should be enumerated
3399 https://bugs.webkit.org/show_bug.cgi?id=89509
3401 Reviewed by Pavel Feldman.
3403 * inspector/extensions/extensions-api-expected.txt:
3405 2012-06-19 Kenneth Russell <kbr@google.com>
3407 [Chromium] Unreviewed gardening.
3409 * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt:
3410 Added expectations without trailing newlines; unclear why this only happens in this configuration.
3411 * platform/chromium/TestExpectations:
3412 Added reference to https://bugs.webkit.org/show_bug.cgi?id=89510 .
3414 2012-06-19 Dominik Röttsches <dominik.rottsches@intel.com>
3416 [cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
3417 https://bugs.webkit.org/show_bug.cgi?id=53085
3419 Reviewed by Martin Robinson.
3421 canvas/philip/tests/2d.pattern.paint.repeat* tests now passing.
3423 * platform/efl/Skipped:
3424 * platform/gtk/TestExpectations:
3426 2012-06-19 Hayato Ito <hayato@chromium.org>
3428 [Shadow DOM] An upper boundary breaks if a child node of an insertion point is clicked.
3429 https://bugs.webkit.org/show_bug.cgi?id=89407
3431 Reviewed by Dimitri Glazkov.
3433 * fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
3434 * fast/dom/shadow/shadow-dom-event-dispatching.html:
3436 2012-06-19 Martin Kosiba <mkosiba@google.com>
3438 [Chromium] Add LayoutTests for find in page.
3439 https://bugs.webkit.org/show_bug.cgi?id=89453
3441 Reviewed by Adam Barth.
3443 * platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt: Added.
3444 * platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html: Added.
3445 * platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt: Added.
3446 * platform/chromium/editing/text-iterator/findString-start-search-after-selection.html: Added.
3448 2012-06-19 Adrienne Walker <enne@google.com>
3450 Fix scrollbar layers being misplaced with a clipped owner layer
3451 https://bugs.webkit.org/show_bug.cgi?id=89486
3453 Reviewed by Simon Fraser.
3455 * compositing/overflow/scrollbars-with-clipped-owner-expected.png: Added.
3456 * compositing/overflow/scrollbars-with-clipped-owner-expected.txt: Added.
3457 * compositing/overflow/scrollbars-with-clipped-owner.html: Added.
3459 2012-06-19 Shinya Kawanaka <shinyak@chromium.org>
3461 [Shadow][Editing] applying document.execCommand('bold') twice to elements having shadow insertion points causes a crash.
3462 https://bugs.webkit.org/show_bug.cgi?id=88502
3464 Reviewed by Ryosuke Niwa.
3466 * editing/shadow/bold-twice-in-shadow-expected.txt: Added.
3467 * editing/shadow/bold-twice-in-shadow.html: Added.
3469 2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
3471 Remove some failing layout tests results added in
3472 http://trac.webkit.org/changeset/119285 and
3473 http://trac.webkit.org/changeset/119295. Most of these tests pass
3474 without the failing results. Only one of them passes with the failing
3475 result; compositing/layer-creation/spanOverlapsCanvas.html. I left that
3476 failing result in place.
3478 Rubber-stamped by Alexey Proskuryakov.
3480 * platform/win/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
3481 * platform/win/compositing/geometry/foreground-layer-expected.txt: Removed.
3482 * platform/win/compositing/geometry/foreground-offset-change-expected.txt: Removed.
3483 * platform/win/compositing/geometry/horizontal-scroll-composited-expected.txt: Removed.
3484 * platform/win/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Removed.
3485 * platform/win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
3486 * platform/win/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
3487 * platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Removed.
3488 * platform/win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
3489 * platform/win/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed.
3490 * platform/win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Removed.
3491 * platform/win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
3492 * platform/win/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
3493 * platform/win/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
3494 * platform/win/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
3495 * platform/win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
3496 * platform/win/compositing/geometry/outline-change-expected.txt: Removed.
3497 * platform/win/compositing/geometry/partial-layout-update-expected.txt: Removed.
3498 * platform/win/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
3499 * platform/win/compositing/geometry/root-layer-update-expected.txt: Removed.