1 2012-03-20 Dan Bernstein <mitz@apple.com>
3 Updated Mac expected results for this test. <http://webkit.org/b/81705> tracks the fact that
6 * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
8 2012-03-20 Levi Weintraub <leviw@chromium.org>
10 [Chromium] Updating and coalescing test expectations for nested-fragment-parser-crash.
12 * platform/chromium-linux-x86/fast/parser: Removed.
13 * platform/chromium-linux-x86/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
14 * platform/chromium-linux/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
15 * platform/chromium-mac-leopard/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
16 * platform/chromium-mac-snowleopard/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
17 * platform/chromium-win-vista/fast/parser: Removed.
18 * platform/chromium-win-vista/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
19 * platform/chromium-win-xp/fast/parser: Removed.
20 * platform/chromium-win-xp/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
21 * platform/chromium-win/fast/parser/nested-fragment-parser-crash-expected.txt: Removed.
22 * platform/chromium/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
24 2012-03-20 Levi Weintraub <leviw@chromium.org>
26 [Chromium] Adding additional possible test expectations for span-as-immediate-child-property-removal and
27 span-as-immediate-columns-child-removal, since the test expectations are now all over the board.
29 * platform/chromium/test_expectations.txt:
31 2012-03-20 Sheriff Bot <webkit.review.bot@gmail.com>
33 Unreviewed, rolling out r111442.
34 http://trac.webkit.org/changeset/111442
35 https://bugs.webkit.org/show_bug.cgi?id=81711
37 Causes crashes and image mismatches in canvas tests (Requested
40 * fast/canvas/canvas-resize-after-paint-without-layout-expected.txt: Removed.
41 * fast/canvas/canvas-resize-after-paint-without-layout.html: Removed.
42 * platform/chromium-linux/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
43 * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png:
44 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
46 2012-03-20 Adrienne Walker <enne@google.com>
48 RenderLayerCompositor doesn't properly clip graphics layer sizes
49 https://bugs.webkit.org/show_bug.cgi?id=80372
51 Reviewed by Simon Fraser.
53 Update several baselines due to smaller backing sizes.
55 * compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added.
56 * compositing/clip-child-by-non-stacking-ancestor.html: Added.
57 * compositing/geometry/clip-expected.txt:
58 * compositing/images/clip-on-directly-composited-image-expected.txt:
59 * compositing/overflow/clip-descendents-expected.txt:
60 * platform/chromium-win/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
61 * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt:
63 2012-03-20 Sheriff Bot <webkit.review.bot@gmail.com>
65 Unreviewed, rolling out r111445 and r111446.
66 http://trac.webkit.org/changeset/111445
67 http://trac.webkit.org/changeset/111446
68 https://bugs.webkit.org/show_bug.cgi?id=81708
70 It broke Qt and GTK build intentionally (Requested by Ossy on
73 * platform/chromium/test_expectations.txt:
75 2012-03-20 Adam Klein <adamk@chromium.org>
77 Unskip dom/xhtml test fixed in r111449.
79 * platform/qt/Skipped:
81 2012-03-20 Jon Lee <jonlee@apple.com>
83 Unreviewed. Because we might short-circuit permission calls, some of these tests need to be rewritten
84 to take that factor into account. There's no mac support of notifications right now (see 79492),
85 so updating test expectations for now and tracking as a regression in 81697.
87 * platform/chromium/test_expectations.txt:
89 2012-03-20 Sami Kyostila <skyostil@chromium.org>
91 Reuse buffer allocation if canvas size does not change
92 https://bugs.webkit.org/show_bug.cgi?id=80871
94 Reviewed by Stephen White.
96 Add layout test to check canvas resizing without changing its layout size.
98 We also update the expected image one canvas clearing test. The test
99 is setting the size of a canvas and expecting it to be cleared in the process.
100 With the optimization to retain the underlying ImageBuffer, we no longer call
101 RenderReplaced::repaint() as a part of this process. This function used to
102 repaint both the canvas itself (100x50) as well as its local selection
105 In this case the local selection rectangle is larger than the canvas because
106 the canvas is contained within an anonymous RenderBlock that also has two empty
107 text nodes. The extra 4 pixels are needed for drawing the selection rectangle
108 around any descenders in the the text of those nodes.
110 Since clearing the canvas has no effect on the selection rectangle, we only
111 need to repaint the area of the canvas itself.
113 * fast/canvas/canvas-resize-after-paint-without-layout.html: Added.
114 * fast/canvas/canvas-resize-after-paint-without-layout-expected.txt: Added.
115 * platform/chromium-linux/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
116 * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: Updated.
118 2012-03-20 Dan Bernstein <mitz@apple.com>
120 Added Mac WebKit2 expected results for this test. <http://webkit.org/b/81700> tracks the
121 difference in results between WebKit1 and WebKit2 in this test.
123 * platform/mac-wk2/fast/dom: Added.
124 * platform/mac-wk2/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added.
126 2012-03-20 Robert Hogan <robert@webkit.org>
128 Use-after-free of continuation in RenderBlock::paintContinuationOutlines()
129 https://bugs.webkit.org/show_bug.cgi?id=81276
131 Reviewed by David Hyatt.
133 * fast/css/relative-positioned-block-crash-expected.txt: Added.
134 * fast/css/relative-positioned-block-crash.html: Added.
135 * platform/chromium/test_expectations.txt: Skip fast/inline/continuation-outlines-with-layers.html for now.
136 * platform/gtk/Skipped: ditto
137 * platform/mac/Skipped: ditto
138 * platform/qt/Skipped: ditto
139 * platform/win/Skipped: ditto
141 2012-03-20 Dan Bernstein <mitz@apple.com>
143 Work around the inconsistency in test results caused by <http://webkit.org/b/81696> in a few
144 tests, by appending a # character to the href attributes of links to other tests. This
145 ensures that they are never visited.
147 * fast/block/margin-collapse/001.html:
148 * fast/block/margin-collapse/005.html:
149 * fast/block/margin-collapse/010.html:
150 * fast/block/margin-collapse/011.html:
151 * fast/block/margin-collapse/012.html:
152 * fast/block/margin-collapse/015.html:
153 * fast/block/margin-collapse/016.html:
154 * fast/block/margin-collapse/017.html:
155 * fast/block/margin-collapse/020.html:
156 * fast/block/margin-collapse/056.html:
157 * fast/block/margin-collapse/059.html:
158 * fast/block/margin-collapse/block-inside-inline/001.html:
159 * fast/block/margin-collapse/block-inside-inline/005.html:
160 * fast/block/margin-collapse/block-inside-inline/010.html:
161 * fast/block/margin-collapse/block-inside-inline/011.html:
162 * fast/block/margin-collapse/block-inside-inline/012.html:
163 * fast/block/margin-collapse/block-inside-inline/015.html:
164 * fast/block/margin-collapse/block-inside-inline/016.html:
165 * fast/block/margin-collapse/block-inside-inline/017.html:
166 * fast/block/margin-collapse/block-inside-inline/020.html:
167 * platform/mac/fast/block/margin-collapse/056-expected.txt:
169 2012-03-20 Dan Bernstein <mitz@apple.com>
171 Added Mac WebKit2 expected results for this test. <http://webkit.org/b/81679> tracks the
172 difference in results between WebKit1 and WebKit2 in this test.
174 * platform/mac-wk2/compositing/geometry: Added.
175 * platform/mac-wk2/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt.
177 2012-03-20 Levi Weintraub <leviw@chromium.org>
179 [Chromium] Updating Chromium expectations following r111412.
181 * platform/chromium-win/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added.
183 2012-03-20 Dan Bernstein <mitz@apple.com>
185 REGRESSION (r111229): css1/basic/inheritance.html is failing
186 https://bugs.webkit.org/show_bug.cgi?id=81684
190 Rubber-stamped by Dave Hyatt.
192 * fast/regions/webkit-named-flow-content-nodes-expected.txt: Removed.
193 * fast/regions/webkit-named-flow-content-nodes.html: Removed.
195 2012-03-20 Dan Bernstein <mitz@apple.com>
197 Updated expected results for a test, while <http://webkit.org/b/81679> is tracking this
200 * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt:
202 2012-03-20 Jacob Goldstein <jacobg@adobe.com>
204 Convert regions parsing test to use testharness.js
205 https://bugs.webkit.org/show_bug.cgi?id=80709
207 Reviewed by Ryosuke Niwa.
209 * fast/regions/script-tests/webkit-flow-parsing.js:
214 * fast/regions/webkit-flow-parsing-expected.txt:
215 * fast/regions/webkit-flow-parsing.html:
216 * resources/testharness.js: Added.
218 * resources/testharnessreport.js: Added.
221 2012-03-20 Vsevolod Vlasov <vsevik@chromium.org>
223 Unreviewed test fix and unskip.
225 * inspector/debugger/snippets-model-expected.txt:
226 * inspector/debugger/snippets-model.html:
227 * platform/gtk/Skipped:
228 * platform/qt/Skipped:
230 2012-03-20 Levi Weintraub <leviw@chromium.org>
232 [Chromium] Adding missing linux expectations for error-to-string-stack-overflow.
234 * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Added.
236 2012-03-20 Levi Weintraub <leviw@chromium.org>
238 [Chromium] Adding missing results for canvas-putImageData for Windows.
240 * platform/chromium-win/fast/repaint/canvas-putImageData-expected.txt: Added.
242 2012-03-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
244 Convert hasSpellingMarker to use Internals interface.
245 https://bugs.webkit.org/show_bug.cgi?id=81300
247 Reviewed by Ryosuke Niwa.
249 Adjust hasSpellingMarker tests to use Internals instead of LayoutTestController
252 * editing/spelling/design-mode-spellcheck-off.html:
253 * editing/spelling/script-tests/spellcheck-paste.js:
255 * editing/spelling/script-tests/spelling-attribute-at-child.js:
256 (childHasSpellingMarker):
257 * editing/spelling/script-tests/spelling-attribute-change.js:
258 (testSpellCheckingEnabled):
259 * editing/spelling/script-tests/spelling-backspace-between-lines.js:
261 (testWithForwardDelete):
262 * editing/spelling/script-tests/spelling-hasspellingmarker.js:
264 * editing/spelling/spellcheck-attribute.html:
265 * editing/spelling/spelling-attribute-change-expected.txt:
266 * editing/spelling/spelling-backspace-between-lines-expected.txt:
267 * editing/spelling/spelling-hasspellingmarker-expected.txt:
268 * editing/spelling/spelling-linebreak.html:
269 * platform/chromium-mac-snowleopard/editing/spelling/spelling-backspace-between-lines-expected.txt:
270 * platform/chromium-win/editing/spelling/spelling-backspace-between-lines-expected.txt:
271 * platform/chromium/editing/spelling/spelling-backspace-between-lines-expected.txt:
272 * platform/mac/editing/spelling/delete-into-misspelled-word.html:
273 * platform/mac/editing/spelling/editing-multiple-words-with-markers.html:
274 * platform/mac/editing/spelling/editing-word-with-marker-1.html:
275 * platform/mac/editing/spelling/editing-word-with-marker-2.html:
276 * platform/mac/editing/spelling/move-cursor-around-misspelled-word.html:
277 * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt:
278 * platform/wk2/Skipped:
280 2012-03-20 Ádám Kallai <kadam@inf.u-szeged.hu>
282 [Qt] Unreviewed. Added new platform expectations.
283 Skipped. https://bugs.webkit.org/show_bug.cgi?id=81671
285 * platform/qt-5.0-wk2/Skipped:
286 * platform/qt-5.0-wk2/css1/basic/inheritance-expected.txt: Added after r111229.
287 * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added after r111351.
289 2012-03-20 Levi Weintraub <leviw@chromium.org>
291 [Chromium] Marking compositing/iframes/scrolling-iframe.html as flaky on Linux
294 * platform/chromium/test_expectations.txt:
296 2012-03-15 Pavel Podivilov <podivilov@chromium.org>
298 Web Inspector: support inline source maps.
299 https://bugs.webkit.org/show_bug.cgi?id=81248
301 Reviewed by Pavel Feldman.
303 * http/tests/inspector/compiler-source-mapping-expected.txt:
304 * http/tests/inspector/compiler-source-mapping.html:
306 2012-03-20 Pavel Feldman <pfeldman@chromium.org>
308 Web Inspector: treat Uint* external arrays as arrays in console.
309 https://bugs.webkit.org/show_bug.cgi?id=81653
311 Reviewed by Yury Semikhatsky.
313 * inspector/console/console-external-array-expected.txt:
314 * inspector/console/console-external-array.html:
316 2012-03-20 Andreas Kling <kling@webkit.org>
318 Let CSSImageValue inherit directly from CSSValue.
319 <http://webkit.org/b/81635>
321 Reviewed by Antti Koivisto.
323 Added a test to document the fact that image values are no longer CSSPrimitiveValues.
324 Updated setPrimitiveValue.html and expectation to reflect this as well.
326 * fast/css/image-value-type-expected.txt: Added.
327 * fast/css/image-value-type.html: Added.
328 * fast/dom/setPrimitiveValue-expected.txt:
329 * fast/dom/setPrimitiveValue.html:
331 2012-03-20 Csaba Osztrogonác <ossy@webkit.org>
333 [Qt][Mac] Unreviewed gardening, skip new failing tests to paint the bot green.
335 * platform/qt-mac/Skipped:
337 2012-03-20 Pavel Feldman <pfeldman@chromium.org>
339 Web Inspector: call .length as the last check when detecting arrays.
340 https://bugs.webkit.org/show_bug.cgi?id=81335
342 Reviewed by Yury Semikhatsky.
344 * inspector/console/console-format-collections-expected.txt:
345 * inspector/console/console-format-collections.html:
347 2012-03-20 Alexander Pavlov <apavlov@chromium.org>
349 Web Inspector: newly added CSS rules shouldn't rewrite HTML content in the resources panel
350 https://bugs.webkit.org/show_bug.cgi?id=81414
352 Reviewed by Vsevolod Vlasov.
354 * inspector/styles/styles-add-new-rule.html:
356 2012-03-20 Nikolas Zimmermann <nzimmermann@rim.com>
358 Make animVal support type-safe
359 https://bugs.webkit.org/show_bug.cgi?id=81640
361 Reviewed by Antti Koivisto.
363 Add a new test which forces recreation of a <use> shadow tree while animation is running.
365 * svg/animations/force-use-shadow-tree-recreation-while-animating-expected.txt: Added.
366 * svg/animations/force-use-shadow-tree-recreation-while-animating.html: Added.
367 * svg/animations/resources/force-use-shadow-tree-recreation-while-animating.svg: Added.
368 * svg/animations/script-tests/force-use-shadow-tree-recreation-while-animating.js: Added.
371 (forceUseShadowTreeRecreation):
375 2012-03-20 Szilard Ledan <szledan@inf.u-szeged.hu>
377 [Qt] Gardening, skip failing tests, add platform specific expected files.
379 Reviewed by Csaba Osztrogonác.
381 * platform/qt/Skipped:
382 * platform/qt/fast/events/touch/gesture/pad-gesture-cancel-expected.png: Added after r111182.
383 * platform/qt/fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added after r111182.
385 2012-03-20 Mihnea Ovidenie <mihnea@adobe.com>
387 [CSSRegions]Implement NamedFlow::getRegionsByContentNode
388 https://bugs.webkit.org/show_bug.cgi?id=77746
390 Reviewed by David Hyatt.
392 The list of regions returned is a static node list.
394 * fast/regions/get-regions-by-content-node-expected.txt: Added.
395 * fast/regions/get-regions-by-content-node-horiz-bt-expected.txt: Added.
396 * fast/regions/get-regions-by-content-node-horiz-bt.html: Added.
397 * fast/regions/get-regions-by-content-node-horiz-tb-expected.txt: Added.
398 * fast/regions/get-regions-by-content-node-horiz-tb.html: Added.
399 * fast/regions/get-regions-by-content-node-vert-lr-expected.txt: Added.
400 * fast/regions/get-regions-by-content-node-vert-lr.html: Added.
401 * fast/regions/get-regions-by-content-node-vert-rl-expected.txt: Added.
402 * fast/regions/get-regions-by-content-node-vert-rl.html: Added.
403 * fast/regions/get-regions-by-content-node.html: Added.
404 * fast/regions/get-regions-by-content-node2-expected.txt: Added.
405 * fast/regions/get-regions-by-content-node2.html: Added.
407 2012-03-20 Keishi Hattori <keishi@webkit.org>
409 [chromium] Fixing mime type for test expectation png files.
411 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type.
412 * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type.
413 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type.
414 * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type.
415 * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added property svn:mime-type.
416 * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: Added property svn:mime-type.
417 * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type.
418 * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Modified property svn:mime-type.
419 * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Modified property svn:mime-type.
420 * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Added property svn:mime-type.
421 * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type.
422 * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png: Added property svn:mime-type.
423 * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type.
424 * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Modified property svn:mime-type.
426 2012-03-20 Levi Weintraub <leviw@chromium.org>
428 Unreviewed Chromium gardening.
430 Marking editing/selection/iframe.html as flaky on 10.6 debug. Occasionally the caret isn't painted for some reason.
431 Removing iframe-reparenting-new-page.html entry from test_expectations.txt since the test no longer exists.
433 * platform/chromium/test_expectations.txt:
435 2012-03-20 Stephanie Lewis <slewis@apple.com>
437 https://bugs.webkit.org/show_bug.cgi?id=81637 fast/dom/Window/timer-resume-on-navigation-back.html times out.
438 Skips a test that times out.
442 * platform/mac-wk2/Skipped:
444 2012-03-20 Jason Liu <jason.liu@torchmobile.com.cn>
446 [BlackBerry]Cookies shouldn't be set into each of webcore's request and platform's request. And this makes a regression.
447 https://bugs.webkit.org/show_bug.cgi?id=80800
449 Reviewed by George Staikos.
451 * http/tests/cookies/resources/setUtf8Cookies-expected.txt: Added.
452 * http/tests/cookies/resources/setUtf8Cookies-result.php: Added.
453 * http/tests/cookies/resources/setUtf8Cookies.php: Added.
455 2012-03-20 Keishi Hattori <keishi@webkit.org>
457 [chromium] Marking listbox-clear-restore.html on Linux as flaky.
459 * platform/chromium/test_expectations.txt:
461 2012-03-20 Stephanie Lewis <slewis@apple.com>
463 https://bugs.webkit.org/show_bug.cgi?id=81634 some SVG Zoom tests fail on Lion WK2 bots
467 Check in new expected (failing?) results.
469 * platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
470 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
471 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
472 * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
474 2012-03-19 Zoltan Arvai <zarvai@inf.u-szeged.hu>
476 [Qt] New test introduced in r110532 fails on 32 bit.
478 Reviewed by Csaba Osztrogonác.
480 * platform/qt/Skipped:
482 2012-03-19 Keishi Hattori <keishi@webkit.org>
484 [chromium] Rebaselining nested-fragment-parser-crash.html again.
486 * platform/chromium-linux-x86/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
487 * platform/chromium-linux/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
488 * platform/chromium-mac-leopard/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
489 * platform/chromium-mac-snowleopard/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
490 * platform/chromium-win-vista/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
491 * platform/chromium-win-xp/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
492 * platform/chromium-win/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
494 2012-03-19 János Badics <jbadics@inf.u-szeged.hu>
496 fast/table/max-width-integer-overflow.html should be skipped because it gives
497 different results on 32- and 64-bit systems.
499 Reviewed by Csaba Osztrogonác.
501 * platform/qt/Skipped:
503 2012-03-19 Adam Barth <abarth@webkit.org>
505 Remove support for "magic" iframe
506 https://bugs.webkit.org/show_bug.cgi?id=81590
508 Reviewed by Eric Seidel.
510 Remove tests of magic iframe. These tests don't reall make sense to
511 keep without the feature.
513 * fast/frames/adopt-iframe-into-itself-expected.txt: Added.
514 * fast/frames/adopt-iframe-into-itself.html: Added.
515 - I've added a test about adopting an iframe into itself. We might
516 already have a test for this, but it covers a mistake I made in
517 an earlier iteration of this patch.
518 * fast/frames/iframe-reparenting-adopt-node-expected.txt: Removed.
519 * fast/frames/iframe-reparenting-adopt-node.html: Removed.
520 * fast/frames/iframe-reparenting-embed-elements-expected.txt: Removed.
521 * fast/frames/iframe-reparenting-embed-elements.html: Removed.
522 * fast/frames/iframe-reparenting-expected.txt: Removed.
523 * fast/frames/iframe-reparenting-fail-load-expected.txt: Removed.
524 * fast/frames/iframe-reparenting-fail-load.html: Removed.
525 * fast/frames/iframe-reparenting-new-page-expected.txt: Removed.
526 * fast/frames/iframe-reparenting-new-page.html: Removed.
527 * fast/frames/iframe-reparenting-plugins-expected.txt: Removed.
528 * fast/frames/iframe-reparenting-plugins.html: Removed.
529 * fast/frames/iframe-reparenting.html: Removed.
530 * fast/frames/resources/iframe-reparenting-adopt-node-iframe-content.html: Removed.
531 * fast/frames/resources/iframe-reparenting-adopt-node-new-page.html: Removed.
532 * fast/frames/resources/iframe-reparenting-embed-frame1.html: Removed.
533 * fast/frames/resources/iframe-reparenting-embed-iframe.html: Removed.
534 * fast/frames/resources/iframe-reparenting-frame1.html: Removed.
535 * fast/frames/resources/iframe-reparenting-frame2.html: Removed.
536 * fast/frames/resources/iframe-reparenting-iframe-content.html: Removed.
537 * fast/frames/resources/iframe-reparenting-new-page-1.html: Removed.
538 * fast/frames/resources/iframe-reparenting-new-page-2.html: Removed.
539 * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Removed.
540 * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Removed.
541 * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Removed.
542 * fast/frames/script-tests/iframe-reparenting-new-page.js: Removed.
544 2012-03-19 Julien Chaffraix <jchaffraix@webkit.org>
546 REGRESSION(r110072): Improper repainting on table with overflow: hidden
547 https://bugs.webkit.org/show_bug.cgi?id=81460
549 Reviewed by Simon Fraser.
551 * fast/repaint/table-hover-on-link-expected.txt: Added.
552 * fast/repaint/table-hover-on-link.html: Added.
554 * platform/chromium-linux/fast/repaint/table-hover-on-link-expected.png: Added.
555 * platform/chromium-mac/fast/repaint/table-hover-on-link-expected.png: Added.
556 * platform/mac/fast/repaint/table-hover-on-link-expected.png: Added.
557 There seem to be some small color difference here (maybe color profile related).
559 2012-03-19 Pablo Flouret <pablof@motorola.com>
561 Add support for crossorigin attribute in script elements
562 https://bugs.webkit.org/show_bug.cgi?id=81438
564 Reviewed by Adam Barth.
566 * http/tests/security/resources/alert-fail.js: Added.
567 * http/tests/security/resources/cors-script.php: Added.
568 * http/tests/security/script-crossorigin-loads-correctly-expected.txt: Added.
569 * http/tests/security/script-crossorigin-loads-correctly.html: Added.
570 * http/tests/security/script-crossorigin-loads-same-origin-expected.txt: Added.
571 * http/tests/security/script-crossorigin-loads-same-origin.html: Added.
572 * http/tests/security/script-with-failed-cors-check-fails-to-load-expected.txt: Added.
573 * http/tests/security/script-with-failed-cors-check-fails-to-load.html: Added.
575 2012-03-19 Anders Carlsson <andersca@apple.com>
577 plugins/application-plugin-plugins-disabled.html should be a Qt specific test
578 https://bugs.webkit.org/show_bug.cgi?id=81628
580 Reviewed by Jessie Berlin.
582 This test tests an "application specific plug-in" feature that only Qt has so this should be
585 * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.png: Removed.
586 * platform/chromium-mac-leopard/plugins/application-plugin-plugins-disabled-expected.png: Removed.
587 * platform/chromium-mac-snowleopard/plugins/application-plugin-plugins-disabled-expected.png: Removed.
588 * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.png: Removed.
589 * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.png: Removed.
590 * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.txt: Removed.
591 * platform/gtk/plugins/application-plugin-plugins-disabled-expected.txt: Removed.
592 * platform/mac-snowleopard/plugins/application-plugin-plugins-disabled-expected.png: Removed.
593 * platform/mac/plugins/application-plugin-plugins-disabled-expected.txt: Removed.
594 * platform/qt/plugins/application-plugin-plugins-disabled.html: Renamed from LayoutTests/plugins/application-plugin-plugins-disabled.html.
595 * platform/wk2/Skipped:
597 2012-03-19 Keishi Hattori <keishi@webkit.org>
599 [chromium] Rebaseline caused by r111334
601 * platform/chromium-linux-x86/fast/repaint/canvas-putImageData-expected.txt: Added.
602 * platform/chromium-linux/fast/repaint/canvas-putImageData-expected.txt: Added.
603 * platform/chromium-mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Added.
605 2012-03-19 Tim Horton <timothy_horton@apple.com>
607 [WK2] Four http/tests/xmlhttprequest tests fail on mac-wk2
608 https://bugs.webkit.org/show_bug.cgi?id=81627
610 Unreviewed; skip failing http/tests/xmlhttprequest tests on mac-wk2.
612 * platform/mac-wk2/Skipped:
614 2012-03-19 Tony Chang <tony@chromium.org>
616 add css parsing of flex-line-pack
617 https://bugs.webkit.org/show_bug.cgi?id=81427
619 Reviewed by Ojan Vafai.
621 * css3/flexbox/css-properties-expected.txt:
622 * css3/flexbox/script-tests/css-properties.js:
624 2012-03-19 Stephanie Lewis <slewis@apple.com>
626 http://bugs.webkit.org/show_bug.cgi?id=81618
627 fast/workers/storage/use-same-database-in-page-and-workers.html times out on the lion bots
628 parser test that times out waiting for notifyDone
632 Skip test that times out on the Lion WK1 bots.
634 * platform/mac/Skipped:
636 2012-03-19 Stephanie Lewis <slewis@apple.com>
638 https://bugs.webkit.org/show_bug.cgi?id=81620 tables/mozilla/bugs/bug27038-* fail on Lion Bots.
642 Check in new expected (failing?) results.
644 * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt:
645 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt:
647 2012-03-19 Tim Horton <timothy_horton@apple.com>
649 [WK2] http/tests/websocket/tests/hixie76/frame-lengths.html times out on mac-wk2
650 https://bugs.webkit.org/show_bug.cgi?id=81624
652 Unreviewed; skip timing out http/tests/websocket/tests/hixie76/frame-lengths.html on mac-wk2
654 * platform/mac-wk2/Skipped:
656 2012-03-19 Stephanie Lewis <slewis@apple.com>
658 https://bugs.webkit.org/show_bug.cgi?id=81615
659 fast/parser/nested-fragment-parser-crash.html is failing on the lion bots
663 Check in new expected (failing?) results.
665 * platform/mac/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
667 2012-03-19 Stephanie Lewis <slewis@apple.com>
669 https://bugs.webkit.org/show_bug.cgi?id=81617 fast/repaint/canvas-putImageData.html fails on the Lion bots
673 Check in new expected (failing?) results.
675 * platform/mac/fast/repaint/canvas-putImageData-expected.txt: Added.
676 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt:
677 * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt:
679 2012-03-19 Keishi Hattori <keishi@webkit.org>
681 [chromium] Rebaselining float-in-float-hit-testing and 056 in response
684 * platform/chromium-mac/fast/block/float/float-in-float-hit-testing-expected.txt: Added.
685 * platform/chromium-mac/fast/block/margin-collapse/056-expected.txt: Added.
687 2012-03-19 Jessie Berlin <jberlin@apple.com>
689 A bunch of media tests failing on Lion Intel Debug WebKit1 and WebKit2 testers.
690 https://bugs.webkit.org/show_bug.cgi?id=81623
692 Rebaseline failing mac and mac-wk2 media tests.
694 * platform/mac-wk2/media/no-auto-play-in-sandbox-expected.txt: Added.
695 * platform/mac-wk2/media/video-playing-and-pause-expected.txt:
696 * platform/mac/media/audio-controls-rendering-expected.png:
697 * platform/mac/media/controls-after-reload-expected.png:
698 * platform/mac/media/controls-after-reload-expected.txt:
699 * platform/mac/media/controls-layout-direction-expected.png:
700 * platform/mac/media/controls-strict-expected.png:
701 * platform/mac/media/controls-strict-expected.txt:
702 * platform/mac/media/media-controls-clone-expected.png:
703 * platform/mac/media/video-colorspace-yuv420-expected.png: Added.
704 * platform/mac/media/video-colorspace-yuv422-expected.png: Added.
705 * platform/mac/media/video-controls-rendering-expected.png:
706 * platform/mac/media/video-controls-rendering-expected.txt:
707 * platform/mac/media/video-display-toggle-expected.png:
708 * platform/mac/media/video-display-toggle-expected.txt:
709 * platform/mac/media/video-layer-crash-expected.png:
710 * platform/mac/media/video-no-audio-expected.png:
711 * platform/mac/media/video-no-audio-expected.txt:
712 * platform/mac/media/video-playing-and-pause-expected.png:
713 * platform/mac/media/video-playing-and-pause-expected.txt:
714 * platform/mac/media/video-size-intrinsic-scale-expected.txt: Added.
716 2012-03-19 Tim Horton <timothy_horton@apple.com>
718 [WK2] http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html fails after r97360
719 https://bugs.webkit.org/show_bug.cgi?id=70245
721 Unreviewed; skip failing http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html on mac-wk2.
723 * platform/mac-wk2/Skipped:
725 2012-03-19 Stephanie Lewis <slewis@apple.com>
727 https://bugs.webkit.org/show_bug.cgi?id=81610 fast/regions fail on Lion bots
731 Check in new expected (failing?) results.
733 * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
734 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
735 * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
737 2012-03-19 Stephanie Lewis <slewis@apple.com>
739 https://bugs.webkit.org/show_bug.cgi?id=81608 fast/multicol/span/span-as-immediate… fail on Lion bots
743 Check in new expected (failing?) results.
745 * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
746 * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
748 2012-03-19 Tim Horton <timothy_horton@apple.com>
750 [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2
751 https://bugs.webkit.org/show_bug.cgi?id=81622
753 Unreviewed; skip failing http/tests/navigation/https-in-page-cache.html on mac-wk2.
755 * platform/mac-wk2/Skipped:
757 2012-03-19 Tim Horton <timothy_horton@apple.com>
759 [WK2] http/tests/navigation/anchor-frames-gbk.html fails
760 https://bugs.webkit.org/show_bug.cgi?id=76896
761 <rdar://problem/11078978>
763 Unreviewed; skip failing http/tests/navigation/anchor-frames-gbk.html on mac-wk2.
765 * platform/mac-wk2/Skipped:
767 2012-03-19 Tim Horton <timothy_horton@apple.com>
769 http/tests/misc/acid3.html fails on mac-lion-wk2
770 https://bugs.webkit.org/show_bug.cgi?id=81621
771 <rdar://problem/11078942>
773 Unreviewed; check in failing results for mac-wk2.
775 * platform/mac-wk2/http/tests/misc/acid3-expected.png: Added.
776 * platform/mac-wk2/http/tests/misc/acid3-expected.txt: Added.
778 2012-03-19 Jessie Berlin <jberlin@apple.com>
780 fast/dom/Window/window-properties.html failing on Lion Intel Debug WebKit1 and WebKit2
782 https://bugs.webkit.org/show_bug.cgi?id=81612
784 Update the expected (failing?) results to get the bots green.
786 * platform/mac/fast/dom/Window/window-properties-expected.txt:
788 2012-03-19 Jessie Berlin <jberlin@apple.com>
790 fast/harness/page-cache-crash-on-data-urls.html and fast/harness/use-page-cache.html fail on
791 Lion Intel Debug WebKit2 testers.
792 https://bugs.webkit.org/show_bug.cgi?id=81616
794 Skip the flakey one and add expected failing results for the other.
796 * platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Added.
797 * platform/wk2/Skipped:
799 2012-03-19 Tim Horton <timothy_horton@apple.com>
801 [WK2] WebKitTestRunner needs to print frame load delegate information
802 https://bugs.webkit.org/show_bug.cgi?id=42705
804 Skip http/tests/loading/state-object-security-exception.html until WKTR prints frame load delegate information.
806 * platform/wk2/Skipped:
808 2012-03-19 Tim Horton <timothy_horton@apple.com>
810 [WK2] Support layoutTestController.dumpProgressFinishedCallback() in WKTR
811 https://bugs.webkit.org/show_bug.cgi?id=81613
813 Unreviewed; skip http/tests/loading/progress-finished-callback.html on mac-wk2.
815 * platform/mac-wk2/Skipped:
817 2012-03-19 Tim Horton <timothy_horton@apple.com>
819 Unreviewed new mac baselines for fast/css/font-family-pictograph and fast/css/pseudo-first-line-border-width.
821 * platform/mac/fast/css/font-family-pictograph-expected.png: Added.
822 * platform/mac/fast/css/font-family-pictograph-expected.txt:
823 * platform/mac/fast/css/pseudo-first-line-border-width-expected.png: Added.
824 * platform/mac/fast/css/pseudo-first-line-border-width-expected.txt: Added.
826 2012-03-19 Jessie Berlin <jberlin@apple.com>
828 fast/loader/window-properties-restored-from-page-cache.html timing out on Lion Intel Debug WebKit2 testers
829 https://bugs.webkit.org/show_bug.cgi?id=81609
831 Skip it to get the bots green.
833 * platform/wk2/Skipped:
835 2012-03-19 Jessie Berlin <jberlin@apple.com>
837 A bunch of jquery tests are timing out on the Lion Intel Debug WebKit2 testers.
838 https://bugs.webkit.org/show_bug.cgi?id=81606
840 Skip them to get the bots green.
842 * platform/wk2/Skipped:
844 2012-03-19 Jessie Berlin <jberlin@apple.com>
846 A bunch of media tests time out on the Lion Intel Debug WebKit1 and WebKit2 testers.
847 https://bugs.webkit.org/show_bug.cgi?id=81604
849 Skip them to get the bots green.
851 * platform/mac/Skipped:
852 * platform/wk2/Skipped:
854 2012-03-19 Tim Horton <timothy_horton@apple.com>
856 Unreviewed new mac baseline for compositing/repaint/become-overlay-composited-layer.html.
858 * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png:
859 * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt:
861 2012-03-19 Tim Horton <timothy_horton@apple.com>
863 Unreviewed skip of canvas/philip/tests/2d.path.arc.scale.1.html as an addition to http://trac.webkit.org/changeset/111278
865 * platform/mac/Skipped:
867 2012-03-19 Jessie Berlin <jberlin@apple.com>
869 A bunch of inspector tests time out on Lion Intel Debug WebKit2 testers.
870 https://bugs.webkit.org/show_bug.cgi?id=81601
872 Skip them on WK2 to get the bots green.
874 * platform/wk2/Skipped:
876 2012-03-19 Florin Malita <fmalita@google.com>
878 Relative-height block SVG root not layed out on container height change
879 https://bugs.webkit.org/show_bug.cgi?id=81513
881 Reviewed by Dirk Schulze.
883 * svg/custom/svg-percent-scale-block-expected.html: Added.
884 * svg/custom/svg-percent-scale-block.html: Added.
886 2012-03-19 Tim Horton <timothy_horton@apple.com>
888 Unreviewed mac baselines for some fast/block tests after http://trac.webkit.org/changeset/97596
890 * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png:
891 * platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt:
892 * platform/mac/fast/block/margin-collapse/056-expected.txt:
894 2012-03-19 Tim Horton <timothy_horton@apple.com>
896 Four fast/canvas tests are flaky (fail on bots, not locally, or vice versa)
897 https://bugs.webkit.org/show_bug.cgi?id=81599
898 <rdar://problem/11078302>
900 Unreviewed skip of four flaky tests:
902 fast/canvas/canvas-createPattern-fillRect-shadow.html
903 fast/canvas/canvas-draw-canvas-on-canvas-shadow.html
904 fast/canvas/canvas-fillRect-gradient-shadow.html
905 fast/canvas/set-colors.html
907 * platform/mac/Skipped:
909 2012-03-19 Jessie Berlin <jberlin@apple.com>
911 Shadow DOM is not enabled on Mac, so skip the whole directory instead of skipping the tests
914 * platform/mac/Skipped:
916 2012-03-19 Abhishek Arya <inferno@chromium.org>
918 Crash due to layer tree information not updated when moving run-in children.
919 https://bugs.webkit.org/show_bug.cgi?id=81265
921 Reviewed by Julien Chaffraix.
923 * fast/runin/run-in-layer-not-removed-crash-expected.txt: Added.
924 * fast/runin/run-in-layer-not-removed-crash.html: Added.
926 2012-03-19 Andy Chen <andchen@rim.com>
928 [BlackBerry] Add new layout test for text match marker
929 https://bugs.webkit.org/show_bug.cgi?id=81531
931 Reviewed by Rob Buis.
933 Add a new layout test for text match marker for BlackBerry port
935 * platform/blackberry/editing/text-iterator/findString-markers-expected.txt: Added.
936 * platform/blackberry/editing/text-iterator/findString-markers.html: Added.
938 2012-03-19 Jessie Berlin <jberlin@apple.com>
940 r109204 updated the chromium expected results for
941 inspector/timeline/timeline-animation-frame.html and timeline-paint.html, but did not update
942 the cross-platform results.
944 Update the cross-platform results.
946 * inspector/timeline/timeline-animation-frame-expected.txt:
947 * inspector/timeline/timeline-paint-expected.txt:
949 2012-03-19 Gavin Barraclough <barraclough@apple.com>
951 Object.freeze broken on latest Nightly
952 https://bugs.webkit.org/show_bug.cgi?id=80577
954 Reviewed by Oliver Hunt.
956 * fast/js/preventExtensions-expected.txt:
957 * fast/js/script-tests/preventExtensions.js:
959 (shouldBeFalse.shouldBeFalse.preventExtensionsFreezeIsFrozen):
962 2012-03-19 Jessie Berlin <jberlin@apple.com>
964 NPRuntime support for out-of-process plug-ins.
965 https://bugs.webkit.org/show_bug.cgi?id=48346
967 This issue was marked as fixed on 2011-01-11, but the tests that required that support were
968 never taken off the WK2 Skipped list.
970 Update the WK2 Skipped list to not skip the passing tests, and move the ones that still fail
971 to a separate section of the list.
973 * platform/wk2/Skipped:
975 2012-03-19 Raymond Toy <rtoy@google.com>
977 Add playback state for AudioBufferSourceNode and add number of active nodes
978 https://bugs.webkit.org/show_bug.cgi?id=79701
980 Reviewed by Chris Rogers.
982 * webaudio/audiobuffersource-playbackState-expected.txt: Added.
983 * webaudio/audiobuffersource-playbackState.html: Added.
985 2012-03-19 Sheriff Bot <webkit.review.bot@gmail.com>
987 Unreviewed, rolling out r109014.
988 http://trac.webkit.org/changeset/109014
989 https://bugs.webkit.org/show_bug.cgi?id=81551
991 Causing crashes (Requested by inferno-sec on #webkit).
993 * css3/flexbox/inline-flexbox-expected.html: Removed.
994 * css3/flexbox/inline-flexbox.html: Removed.
996 2012-03-19 Chris Fleizach <cfleizach@apple.com>
998 platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers
999 https://bugs.webkit.org/show_bug.cgi?id=81530
1001 Reviewed by Jessie Berlin.
1003 * platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Removed.
1005 2012-03-19 Jessie Berlin <jberlin@apple.com>
1007 editing/input/reveal-edit-on-input-vertically.html and
1008 editing/input/reveal-contenteditable-on-input-vertically.html timing out on Lion Intel Debug
1011 Add those tests to the WK2 Skipped list.
1013 * platform/wk2/Skipped:
1015 2012-03-19 Mihnea Ovidenie <mihnea@adobe.com>
1017 [CSSRegions]Implement NamedFlow::contentNodes attribute
1018 https://bugs.webkit.org/show_bug.cgi?id=80134
1020 Reviewed by David Hyatt.
1022 The named flow content nodes collection contains those nodes with webkitFlowInto property set to 'flow'.
1023 In the list, the nodes are placed in document order. Nodes with display:none are also part of the list.
1024 The list of nodes is returned as a static node list.
1026 * fast/regions/webkit-named-flow-content-nodes-expected.txt: Added.
1027 * fast/regions/webkit-named-flow-content-nodes.html: Added.
1029 2012-03-19 Xingnan Wang <xingnan.wang@intel.com>
1031 ConvolverNode should not incur processing latency
1032 https://bugs.webkit.org/show_bug.cgi?id=75564
1034 Reviewed by Chris Rogers.
1036 No need to check the initial silent part because the latency issue of ConvolverNode is fixed.
1038 * webaudio/convolution-mono-mono-expected.txt:
1039 * webaudio/resources/convolution-testing.js:
1040 (checkTriangularPulse):
1042 (checkConvolvedResult.return.var):
1043 (checkConvolvedResult):
1045 2012-03-19 Joshua Bell <jsbell@chromium.org>
1047 IndexedDB: Test cleanup - don't create transactions w/in transaction callback
1048 https://bugs.webkit.org/show_bug.cgi?id=81532
1050 The spec precludes creating transactions within a synchronous transaction callback;
1051 for the current implementation, that's only the success callback for a setVersion()
1052 call. This isn't enforced yet - see http://webkit.org/b/80547
1054 Reviewed by Tony Chang.
1056 * storage/indexeddb/create-and-remove-object-store.html: Split out oncomplete handler.
1057 * storage/indexeddb/create-object-store-options.html: Split out oncomplete handler.
1058 * storage/indexeddb/factory-deletedatabase.html: Listen on complete event.
1059 * storage/indexeddb/mozilla/autoincrement-indexes.html: Split out oncomplete handler.
1060 * storage/indexeddb/mozilla/clear.html: Listen on complete event.
1061 * storage/indexeddb/mozilla/indexes.html: Split out oncomplete handler.
1062 * storage/indexeddb/mozilla/readonly-transactions.html: Split out oncomplete handler.
1063 * storage/indexeddb/mozilla/readwrite-transactions.html: Split out oncomplete handler.
1064 * storage/indexeddb/noblobs.html: Pass function reference, don't call function.
1065 * storage/indexeddb/objectstore-clear.html: Split out oncomplete handler.
1066 * storage/indexeddb/objectstore-removeobjectstore.html: Listen on complete event.
1067 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: Split out oncomplete handler.
1068 * storage/indexeddb/transaction-abort-with-js-recursion.html: Split out oncomplete handler.
1069 * storage/indexeddb/transaction-crash-on-abort.html: Split out oncomplete handler.
1070 * storage/indexeddb/two-version-changes.html: Split out oncomplete handler.
1072 2012-03-19 Levi Weintraub <leviw@chromium.org>
1074 [Chromium] Marking fast/text/international/font-fallback-to-common-script.html as flaky for image
1075 tests on all flavors of Chromium.
1077 * platform/chromium/test_expectations.txt:
1079 2012-03-19 Levi Weintraub <leviw@chromium.org>
1081 Marking css3/images/cross-fade-invalidation.html as flaky for image tests on Chromium Snowleopard.
1083 * platform/chromium/test_expectations.txt:
1085 2012-03-19 Jessie Berlin <jberlin@apple.com>
1087 r98413 updated the platform/mac-wk2/plugins/contents-scale-factor test without updating the
1090 Update the expected results.
1092 * platform/mac-wk2/plugins/contents-scale-factor-expected.txt:
1094 2012-03-19 Robert Kroeger <rjkroege@chromium.org>
1096 [chromium] fast/events/touch/gesture/pad-gesture-fling.html fails on release builds
1097 https://bugs.webkit.org/show_bug.cgi?id=81537
1099 * platform/chromium/test_expectations.txt:
1101 2012-03-19 Tony Chang <tony@chromium.org>
1103 flex-item-align: stretch should only grow, never shrink
1104 https://bugs.webkit.org/show_bug.cgi?id=80882
1106 Reviewed by Ojan Vafai.
1108 * css3/flexbox/child-overflow-expected.html:
1109 * css3/flexbox/child-overflow.html: For cases that overflow the height, we now just overflow rather than reducing the height.
1110 * css3/flexbox/flex-align-stretch-expected.txt:
1111 * css3/flexbox/flex-align-stretch.html: New test cases.
1112 * platform/chromium/test_expectations.txt: Mark as failing on Windows
1113 because of mock scrollbar rendering bug.
1115 2012-03-19 Vsevolod Vlasov <vsevik@chromium.org>
1117 Web Inspector: Implement snippets evaluation.
1118 https://bugs.webkit.org/show_bug.cgi?id=81334
1120 Reviewed by Pavel Feldman.
1122 * inspector/debugger/snippets-model-expected.txt:
1123 * inspector/debugger/snippets-model.html:
1125 2012-03-19 Joshua Bell <jsbell@chromium.org>
1127 IndexedDB: LayoutTests don't need explicit console div
1128 https://bugs.webkit.org/show_bug.cgi?id=81370
1130 Remove unneeded div and p tags (added by js-test-pre.js) and
1131 unnecessary jsTestIsAsync = true (set by shared.js).
1133 Reviewed by Tony Chang.
1135 * storage/indexeddb/basics-shared-workers.html:
1136 * storage/indexeddb/basics-workers.html:
1137 * storage/indexeddb/basics.html:
1138 * storage/indexeddb/constants.html:
1139 * storage/indexeddb/create-and-remove-object-store.html:
1140 * storage/indexeddb/create-object-store-options.html:
1141 * storage/indexeddb/createObjectStore-name-argument-required.html:
1142 * storage/indexeddb/createObjectStore-null-name.html:
1143 * storage/indexeddb/cursor-continue.html:
1144 * storage/indexeddb/cursor-delete.html:
1145 * storage/indexeddb/cursor-inconsistency.html:
1146 * storage/indexeddb/cursor-index-delete.html:
1147 * storage/indexeddb/cursor-key-order.html:
1148 * storage/indexeddb/cursor-primary-key-order.html:
1149 * storage/indexeddb/cursor-reverse-bug.html:
1150 * storage/indexeddb/cursor-skip-deleted.html:
1151 * storage/indexeddb/cursor-update-value-argument-required.html:
1152 * storage/indexeddb/cursor-update.html:
1153 * storage/indexeddb/data-corruption.html:
1154 * storage/indexeddb/database-basics.html:
1155 * storage/indexeddb/database-name-undefined.html:
1156 * storage/indexeddb/database-odd-names.html:
1157 * storage/indexeddb/database-quota.html:
1158 * storage/indexeddb/delete-closed-database-object.html:
1159 * storage/indexeddb/delete-range.html:
1160 * storage/indexeddb/deleteIndex.html:
1161 * storage/indexeddb/deleteObjectStore-name-argument-required.html:
1162 * storage/indexeddb/deleteObjectStore-null-name.html:
1163 * storage/indexeddb/duplicates.html:
1164 * storage/indexeddb/error-causes-abort-by-default.html:
1165 * storage/indexeddb/exception-in-event-aborts-expected.txt:
1166 * storage/indexeddb/exception-in-event-aborts.html:
1167 * storage/indexeddb/factory-basics.html:
1168 * storage/indexeddb/factory-cmp.html:
1169 * storage/indexeddb/factory-deletedatabase-interactions.html:
1170 * storage/indexeddb/factory-deletedatabase.html:
1171 * storage/indexeddb/index-basics-workers.html:
1172 * storage/indexeddb/index-basics.html:
1173 * storage/indexeddb/index-count.html:
1174 * storage/indexeddb/index-cursor.html:
1175 * storage/indexeddb/index-get-key-argument-required.html:
1176 * storage/indexeddb/index-multientry.html:
1177 * storage/indexeddb/index-population.html:
1178 * storage/indexeddb/index-unique.html:
1179 * storage/indexeddb/invalid-keys.html:
1180 * storage/indexeddb/key-generator.html:
1181 * storage/indexeddb/key-sort-order-across-types.html:
1182 * storage/indexeddb/key-sort-order-date.html:
1183 * storage/indexeddb/key-type-array.html:
1184 * storage/indexeddb/key-type-infinity.html:
1185 * storage/indexeddb/keypath-basics.html:
1186 * storage/indexeddb/keypath-edges.html:
1187 * storage/indexeddb/keypath-fetch-key.html:
1188 * storage/indexeddb/keyrange-required-arguments.html:
1189 * storage/indexeddb/keyrange.html:
1190 * storage/indexeddb/list-ordering-expected.txt:
1191 * storage/indexeddb/list-ordering.html:
1192 * storage/indexeddb/mozilla/add-twice-failure.html:
1193 * storage/indexeddb/mozilla/autoincrement-indexes.html:
1194 * storage/indexeddb/mozilla/bad-keypath.html:
1195 * storage/indexeddb/mozilla/clear.html:
1196 * storage/indexeddb/mozilla/create-index-unique.html:
1197 * storage/indexeddb/mozilla/create-index-with-integer-keys.html:
1198 * storage/indexeddb/mozilla/create-objectstore-basics.html:
1199 * storage/indexeddb/mozilla/create-objectstore-null-name.html:
1200 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html:
1201 * storage/indexeddb/mozilla/cursor-mutation.html:
1202 * storage/indexeddb/mozilla/cursor-update-updates-indexes.html:
1203 * storage/indexeddb/mozilla/cursors.html:
1204 * storage/indexeddb/mozilla/delete-result.html:
1205 * storage/indexeddb/mozilla/event-source.html:
1206 * storage/indexeddb/mozilla/global-data.html:
1207 * storage/indexeddb/mozilla/indexes.html:
1208 * storage/indexeddb/mozilla/key-requirements-delete-null-key.html:
1209 * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html:
1210 * storage/indexeddb/mozilla/key-requirements-put-no-key.html:
1211 * storage/indexeddb/mozilla/key-requirements-put-null-key.html:
1212 * storage/indexeddb/mozilla/key-requirements.html:
1213 * storage/indexeddb/mozilla/object-cursors.html:
1214 * storage/indexeddb/mozilla/object-identity.html:
1215 * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html:
1216 * storage/indexeddb/mozilla/object-store-remove-values.html:
1217 * storage/indexeddb/mozilla/objectstorenames.html:
1218 * storage/indexeddb/mozilla/odd-result-order.html:
1219 * storage/indexeddb/mozilla/open-database-null-name.html:
1220 * storage/indexeddb/mozilla/put-get-values.html:
1221 * storage/indexeddb/mozilla/readonly-transactions.html:
1222 * storage/indexeddb/mozilla/readwrite-transactions.html:
1223 * storage/indexeddb/mozilla/readyState.html:
1224 * storage/indexeddb/mozilla/remove-index.html:
1225 * storage/indexeddb/mozilla/remove-objectstore.html:
1226 * storage/indexeddb/mozilla/versionchange-abort.html:
1227 * storage/indexeddb/mozilla/versionchange.html:
1228 * storage/indexeddb/mutating-cursor.html:
1229 * storage/indexeddb/noblobs-expected.txt:
1230 * storage/indexeddb/noblobs.html:
1231 * storage/indexeddb/objectStore-required-arguments.html:
1232 * storage/indexeddb/objectstore-autoincrement.html:
1233 * storage/indexeddb/objectstore-basics-workers.html:
1234 * storage/indexeddb/objectstore-basics.html:
1235 * storage/indexeddb/objectstore-clear.html:
1236 * storage/indexeddb/objectstore-count.html:
1237 * storage/indexeddb/objectstore-cursor.html:
1238 * storage/indexeddb/objectstore-removeobjectstore.html:
1239 * storage/indexeddb/odd-strings.html:
1240 * storage/indexeddb/open-close-version.html:
1241 * storage/indexeddb/open-cursor.html:
1242 * storage/indexeddb/open-during-transaction.html:
1243 * storage/indexeddb/prefetch-bugfix-108071.html:
1244 * storage/indexeddb/queued-commands.html:
1245 * storage/indexeddb/readonly-properties.html:
1246 * storage/indexeddb/readonly.html:
1247 * storage/indexeddb/request-event-propagation.html:
1248 * storage/indexeddb/setVersion-null.html:
1249 * storage/indexeddb/setVersion-undefined.html:
1250 * storage/indexeddb/set_version_blocked.html:
1251 * storage/indexeddb/set_version_queue.html:
1252 * storage/indexeddb/structured-clone-expected.txt:
1253 * storage/indexeddb/structured-clone.html:
1254 * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
1255 * storage/indexeddb/transaction-abort-with-js-recursion.html:
1256 * storage/indexeddb/transaction-abort-workers.html:
1257 * storage/indexeddb/transaction-abort.html:
1258 * storage/indexeddb/transaction-after-close.html:
1259 * storage/indexeddb/transaction-and-objectstore-calls.html:
1260 * storage/indexeddb/transaction-basics.html:
1261 * storage/indexeddb/transaction-crash-on-abort.html:
1262 * storage/indexeddb/transaction-event-propagation.html:
1263 * storage/indexeddb/transaction-read-only.html:
1264 * storage/indexeddb/transaction-rollback.html:
1265 * storage/indexeddb/transaction-storeNames-required.html:
1266 * storage/indexeddb/two-version-changes.html:
1267 * storage/indexeddb/value-undefined.html:
1268 * storage/indexeddb/values-odd-types.html:
1269 * storage/indexeddb/version-change-abort-expected.txt:
1270 * storage/indexeddb/version-change-abort.html:
1271 * storage/indexeddb/version-change-exclusive.html:
1272 * storage/indexeddb/versionchangerequest-activedomobject.html:
1274 2012-03-19 Jessie Berlin <jberlin@apple.com>
1276 platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers
1277 https://bugs.webkit.org/show_bug.cgi?id=81530
1279 Add expected failing results for mac-wk2 to get the bots green.
1281 * platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Added.
1283 2012-03-19 Mike Lawther <mikelawther@chromium.org>
1285 CSS3 calc: make mask images work with mixed percent/absolute
1286 https://bugs.webkit.org/show_bug.cgi?id=81477
1288 Reviewed by Ojan Vafai.
1290 * css3/calc/simple-composited-mask-expected.html: Renamed from LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html.
1292 2012-03-19 Alexey Proskuryakov <ap@apple.com>
1294 FAILED: m_loadState == LoadStateProvisional on http/tests/multipart/load-last-non-html-frame.php
1295 https://bugs.webkit.org/show_bug.cgi?id=81365
1297 * platform/wk2/Skipped: Skipped the test.
1299 2012-03-19 Mike Lawther <mikelawther@chromium.org>
1301 CSS3 calc: background positioning works with mixed percent/absolute expressions
1302 https://bugs.webkit.org/show_bug.cgi?id=81478
1304 Reviewed by Ojan Vafai.
1306 * css3/calc/background-position-parsing-expected.html: Renamed from LayoutTests/css3/calc/background-position-parsing-expected-mismatch.html.
1308 2012-03-19 Levi Weintraub <leviw@chromium.org>
1310 [chromium] Rebaselining fixed-position-scroll now that more bots have come in.
1312 * platform/chromium-mac-snowleopard/compositing/layer-creation: Removed.
1313 * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.png: Removed.
1314 * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
1315 * platform/chromium-mac/compositing/layer-creation/fixed-position-scroll-expected.png: Added.
1316 * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
1317 * platform/chromium/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
1319 2012-03-19 Allan Sandfeld Jensen <allan.jensen@nokia.com>
1321 Select best target for tap gesture.
1322 https://bugs.webkit.org/show_bug.cgi?id=78801
1324 Reviewed by Kenneth Rohde Christiansen.
1326 Test of touch adjustments. Tests several both normal and tricky cases.
1328 * platform/chromium/test_expectations.txt:
1329 * platform/efl/Skipped:
1330 * platform/gtk/Skipped:
1331 * platform/mac/Skipped:
1332 * platform/win/Skipped:
1333 * touchadjustment/event-triggered-widgets-expected.txt: Added.
1334 * touchadjustment/event-triggered-widgets.html: Added.
1335 * touchadjustment/html-label-expected.txt: Added.
1336 * touchadjustment/html-label.html: Added.
1337 * touchadjustment/nested-touch-expected.txt: Added.
1338 * touchadjustment/nested-touch.html: Added.
1339 * touchadjustment/touch-inlines-expected.txt: Added.
1340 * touchadjustment/touch-inlines.html: Added.
1342 2012-03-19 Robert Kroeger <rjkroege@chromium.org>
1344 [chromium] synthesize wheel events for fling on main thread
1345 https://bugs.webkit.org/show_bug.cgi?id=81458
1347 Show that the GestureFlingStart and GestureFlingEnd events are handled and
1348 connect up with WebViewImpl
1350 Reviewed by James Robinson.
1352 * fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added.
1353 * fast/events/touch/gesture/pad-gesture-cancel.html: Added.
1354 * fast/events/touch/gesture/pad-gesture-cancel.js: Added.
1357 * fast/events/touch/gesture/pad-gesture-fling-expected.txt: Added.
1358 * fast/events/touch/gesture/pad-gesture-fling.html: Added.
1359 * fast/events/touch/gesture/pad-gesture-fling.js: Added.
1362 * platform/chromium/fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added.
1363 * platform/chromium/fast/events/touch/gesture/pad-gesture-fling-expected.txt: Added.
1365 2012-03-19 Ádám Kallai <kadam@inf.u-szeged.hu>
1367 [Qt] Unreviewed. Add new platform specific expectation after r110667.
1369 * platform/qt-4.8/fast/dom/Window/window-properties-expected.png: Added.
1370 * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Added.
1372 2012-03-19 Max Vujovic <mvujovic@adobe.com>
1374 inspector highlight of SVG root element with viewbox does not match dimensions of element
1375 https://bugs.webkit.org/show_bug.cgi?id=78037
1377 Reviewed by Nikolas Zimmermann.
1379 * inspector/elements/highlight-svg-root-expected.txt: Added.
1380 * inspector/elements/highlight-svg-root.html: Added.
1382 2012-03-19 Keishi Hattori <keishi@webkit.org>
1384 [chromium] Adding slow to full-screen-restrictions.html on WIN.
1386 * platform/chromium/test_expectations.txt:
1388 2012-03-19 Balazs Ankes <bank@inf.u-szeged.hu>
1392 Reviewed by Csaba Osztrogonác.
1394 * platform/qt/Skipped: Skip a new failing test, remove a non-existent test, order entries.
1395 * platform/qt/fast/events/resize-events-expected.png: Added.
1396 * platform/qt/fast/events/resize-events-expected.txt: Added.
1398 2012-03-19 Keishi Hattori <keishi@webkit.org>
1400 [chromium] Rebaseline due to r111139
1402 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Added.
1403 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.txt: Added.
1404 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Added.
1405 * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt: Added.
1406 * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Added.
1408 2012-03-19 Keishi Hattori <keishi@webkit.org>
1410 [chromium] Rebaseline due to r111156
1412 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png:
1414 2012-03-19 Levi Weintraub <leviw@chromium.org>
1416 Unreviewed gardening. Adding missing cr-snowleopard layer creation expectations.
1418 * platform/chromium-mac-snowleopard/compositing/layer-creation: Added.
1419 * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.png: Added.
1420 * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
1422 2012-03-19 Philippe Normand <pnormand@igalia.com>
1424 Unreviewed, GTK rebaseline after r110759 and r108185.
1426 * platform/gtk/editing/inserting/before-after-input-element-expected.txt:
1427 * platform/gtk/editing/pasteboard/4806874-expected.txt:
1428 * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt:
1429 * platform/gtk/editing/pasteboard/input-field-1-expected.txt:
1430 * platform/gtk/editing/selection/3690703-2-expected.txt:
1431 * platform/gtk/editing/selection/3690703-expected.txt:
1432 * platform/gtk/editing/selection/3690719-expected.txt:
1433 * platform/gtk/editing/selection/4895428-3-expected.txt:
1434 * platform/gtk/editing/selection/4975120-expected.txt:
1435 * platform/gtk/editing/selection/drag-select-1-expected.txt:
1436 * platform/gtk/editing/selection/expanding-selections-expected.txt:
1437 * platform/gtk/editing/selection/leave-requested-block-expected.txt:
1438 * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt:
1439 * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt:
1440 * platform/gtk/editing/selection/select-across-readonly-input-3-expected.txt:
1441 * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt:
1442 * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt:
1443 * platform/gtk/fast/block/float/032-expected.txt:
1444 * platform/gtk/fast/block/float/033-expected.txt: Added.
1445 * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Added.
1446 * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt:
1447 * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt:
1448 * platform/gtk/fast/block/float/in-margin-expected.txt:
1449 * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
1450 * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
1451 * platform/gtk/fast/block/lineboxcontain/block-font-expected.txt:
1452 * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.txt:
1453 * platform/gtk/fast/block/lineboxcontain/font-expected.txt:
1454 * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt:
1455 * platform/gtk/fast/block/margin-collapse/103-expected.txt:
1456 * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt:
1457 * platform/gtk/fast/clip/017-expected.txt:
1458 * platform/gtk/fast/css/input-search-padding-expected.txt:
1459 * platform/gtk/fast/css/invalidation-errors-2-expected.txt:
1460 * platform/gtk/fast/css/invalidation-errors-expected.txt:
1461 * platform/gtk/fast/css/line-height-expected.txt:
1462 * platform/gtk/fast/css/nested-layers-with-hover-expected.txt:
1463 * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt:
1464 * platform/gtk/fast/css/text-overflow-input-expected.txt:
1465 * platform/gtk/fast/dom/isindex-001-expected.txt:
1466 * platform/gtk/fast/dom/isindex-002-expected.txt:
1467 * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt:
1468 * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt:
1469 * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt:
1470 * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt:
1471 * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt:
1472 * platform/gtk/fast/events/autoscroll-expected.txt:
1473 * platform/gtk/fast/events/context-no-deselect-expected.txt:
1474 * platform/gtk/fast/events/mouse-relative-position-expected.txt: Added.
1475 * platform/gtk/fast/forms/basic-inputs-expected.txt:
1476 * platform/gtk/fast/forms/box-shadow-override-expected.txt:
1477 * platform/gtk/fast/forms/encoding-test-expected.txt:
1478 * platform/gtk/fast/forms/fieldset-align-expected.txt:
1479 * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt:
1480 * platform/gtk/fast/forms/form-element-geometry-expected.txt:
1481 * platform/gtk/fast/forms/input-align-expected.txt:
1482 * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt:
1483 * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt:
1484 * platform/gtk/fast/forms/input-appearance-disabled-expected.txt:
1485 * platform/gtk/fast/forms/input-appearance-focus-expected.txt:
1486 * platform/gtk/fast/forms/input-appearance-height-expected.txt:
1487 * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt:
1488 * platform/gtk/fast/forms/input-appearance-readonly-expected.txt:
1489 * platform/gtk/fast/forms/input-appearance-selection-expected.txt:
1490 * platform/gtk/fast/forms/input-appearance-visibility-expected.txt:
1491 * platform/gtk/fast/forms/input-appearance-width-expected.txt:
1492 * platform/gtk/fast/forms/input-baseline-expected.txt:
1493 * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt:
1494 * platform/gtk/fast/forms/input-field-text-truncated-expected.txt:
1495 * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
1496 * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
1497 * platform/gtk/fast/forms/input-readonly-empty-expected.txt:
1498 * platform/gtk/fast/forms/input-spaces-expected.txt:
1499 * platform/gtk/fast/forms/input-table-expected.txt:
1500 * platform/gtk/fast/forms/input-text-click-inside-expected.txt:
1501 * platform/gtk/fast/forms/input-text-click-outside-expected.txt:
1502 * platform/gtk/fast/forms/input-text-option-delete-expected.txt:
1503 * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt:
1504 * platform/gtk/fast/forms/input-value-expected.txt:
1505 * platform/gtk/fast/forms/input-width-expected.txt:
1506 * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt:
1507 * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
1508 * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
1509 * platform/gtk/fast/forms/placeholder-position-expected.txt:
1510 * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
1511 * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt:
1512 * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt:
1513 * platform/gtk/fast/forms/search-rtl-expected.txt:
1514 * platform/gtk/fast/forms/search-styled-expected.txt:
1515 * platform/gtk/fast/forms/search-vertical-alignment-expected.txt:
1516 * platform/gtk/fast/forms/searchfield-heights-expected.txt:
1517 * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt:
1518 * platform/gtk/fast/forms/text-style-color-expected.txt:
1519 * platform/gtk/fast/forms/textfield-focus-ring-expected.txt:
1520 * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt:
1521 * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt:
1522 * platform/gtk/fast/html/details-no-summary4-expected.txt:
1523 * platform/gtk/fast/html/details-open-javascript-expected.txt:
1524 * platform/gtk/fast/html/details-open2-expected.txt:
1525 * platform/gtk/fast/html/details-open4-expected.txt:
1526 * platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt:
1527 * platform/gtk/fast/inline/continuation-outlines-with-layers-expected.txt:
1528 * platform/gtk/fast/invalid/residual-style-expected.txt:
1529 * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
1530 * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt:
1531 * platform/gtk/fast/layers/self-painting-outline-expected.txt: Added.
1532 * platform/gtk/fast/lists/dynamic-marker-crash-expected.txt:
1533 * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt:
1534 * platform/gtk/fast/overflow/004-expected.txt:
1535 * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
1536 * platform/gtk/fast/overflow/line-clamp-expected.txt:
1537 * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt:
1538 * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.txt:
1539 * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt:
1540 * platform/gtk/fast/repaint/layer-outline-expected.txt:
1541 * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt:
1542 * platform/gtk/fast/repaint/lines-with-layout-delta-expected.txt:
1543 * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt:
1544 * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
1545 * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
1546 * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt:
1547 * platform/gtk/fast/repaint/search-field-cancel-expected.txt:
1548 * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt:
1549 * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Added.
1550 * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: Added.
1551 * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Added.
1552 * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt:
1553 * platform/gtk/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
1554 * platform/gtk/fast/replaced/replaced-breaking-expected.txt:
1555 * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt:
1556 * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt:
1557 * platform/gtk/fast/replaced/width100percent-textfield-expected.txt:
1558 * platform/gtk/fast/table/003-expected.txt:
1559 * platform/gtk/fast/table/029-expected.txt:
1560 * platform/gtk/fast/table/colspanMinWidth-expected.txt:
1561 * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt:
1562 * platform/gtk/fast/table/overflowHidden-expected.txt:
1563 * platform/gtk/fast/table/spanOverlapRepaint-expected.txt:
1564 * platform/gtk/fast/table/text-field-baseline-expected.txt:
1565 * platform/gtk/fast/text/selection-painted-separately-expected.txt:
1566 * platform/gtk/fast/text/selection-rect-rounding-expected.txt:
1567 * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt:
1568 * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt:
1569 * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt:
1570 * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt:
1571 * platform/gtk/svg/hixie/mixed/003-expected.txt:
1572 * platform/gtk/tables/mozilla/bugs/45621-expected.txt:
1573 * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt:
1574 * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt:
1575 * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt:
1576 * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt:
1577 * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt:
1578 * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt:
1579 * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt:
1580 * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt:
1581 * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt:
1582 * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt:
1583 * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt:
1584 * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
1585 * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt:
1586 * platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt:
1587 * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt:
1588 * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt:
1589 * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt:
1590 * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt:
1591 * platform/gtk/tables/mozilla/dom/tableDom-expected.txt:
1592 * platform/gtk/tables/mozilla/other/move_row-expected.txt:
1593 * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
1594 * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
1595 * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
1597 2012-03-19 Levi Weintraub <leviw@chromium.org>
1599 Unreviewed gardening. Fixing expectations due to new Mac Lion baselines.
1601 * platform/chromium-linux-x86/css2.1/20110323: Removed.
1602 * platform/chromium-linux/css2.1/20110323/border-collapse-offset-002-expected.png: Added.
1603 * platform/chromium-mac-leopard/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
1604 * platform/chromium-mac/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
1605 * platform/chromium-win/css2.1/20110323/border-collapse-offset-002-expected.png: Added.
1606 * platform/chromium-win/css2.1/20110323/border-collapse-offset-002-expected.txt: Added.
1607 * platform/mac-snowleopard/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed.
1609 2012-03-19 Philippe Normand <pnormand@igalia.com>
1611 Unreviewed, GTK gardening
1613 * platform/gtk/Skipped: Move the 2 http tests skipped in r111161
1614 to the showModal section.
1615 * platform/gtk/test_expectations.txt: Unskip tests needing rebaseline.
1617 2012-03-19 Levi Weintraub <leviw@chromium.org>
1619 Unreviewed gardening: updating max-width-integer-overflow test expectations post 111156, which
1620 eliminated code dealing with 28-bit lengths.
1622 * platform/chromium-win-vista/fast/table: Added.
1623 * platform/chromium-win-vista/fast/table/max-width-integer-overflow-expected.txt: Added.
1624 * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.txt: Added.
1625 * platform/chromium-win/fast/table/max-width-integer-overflow-expected.png: Added.
1626 * platform/chromium-win/fast/table/max-width-integer-overflow-expected.txt: Added.
1628 2012-03-19 Philippe Normand <pnormand@igalia.com>
1630 Unreviewed, GTK rebaseline after r111156 and skip 2 new http tests.
1632 * platform/gtk/Skipped:
1633 * platform/gtk/fast/table/max-width-integer-overflow-expected.txt:
1635 2012-03-18 Tim Horton <timothy_horton@apple.com>
1637 Unreviewed new baselines of various tests for Mac.
1639 * compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Added (http://trac.webkit.org/changeset/105879).
1640 * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added (http://trac.webkit.org/changeset/105879).
1641 * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.png: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/103877).
1642 * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/103877).
1643 * platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.png: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/105023).
1644 * platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/105023).
1645 * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added (platform result removed in http://trac.webkit.org/changeset/110179).
1646 * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added (platform result removed in http://trac.webkit.org/changeset/110179).
1647 * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png: Added (http://trac.webkit.org/changeset/107516).
1648 * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.txt: Added (http://trac.webkit.org/changeset/107516).
1649 * platform/mac/fast/css/font-face-weight-matching-expected.png: Added (http://trac.webkit.org/changeset/107516).
1650 * platform/mac/fast/css/font-face-weight-matching-expected.txt: Added (http://trac.webkit.org/changeset/107516).
1651 * platform/mac/fast/css/non-empty-span-expected.png: Added (http://trac.webkit.org/changeset/108111).
1652 * platform/mac/fast/css/non-empty-span-expected.txt: Added (http://trac.webkit.org/changeset/108111).
1653 * platform/mac/fast/dom/52776-expected.txt: Added (incorrectly moved to mac-future in http://trac.webkit.org/changeset/110189, then deleted by me).
1654 * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added (http://trac.webkit.org/changeset/109612).
1655 * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added (http://trac.webkit.org/changeset/109612).
1656 * platform/mac/fast/forms/select-overflow-scroll-expected.png: Added (http://trac.webkit.org/changeset/107072).
1657 * platform/mac/fast/forms/select-overflow-scroll-expected.txt: Added (http://trac.webkit.org/changeset/107072).
1658 * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png: Added (http://trac.webkit.org/changeset/107072).
1659 * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt: Added (http://trac.webkit.org/changeset/107072).
1660 * platform/mac/fast/repaint/transform-rotate-and-remove-expected.png: Added (http://trac.webkit.org/changeset/109867).
1661 * platform/mac/fast/repaint/transform-rotate-and-remove-expected.txt: Added (http://trac.webkit.org/changeset/109867).
1662 * platform/mac/test_expectations.txt:
1663 * transforms/3d/general/background-visibility-layers-expected.png: Renamed from LayoutTests/transforms/3d/general/background-visibility-layers-actual.png.
1664 * transforms/3d/general/background-visibility-layers-expected.txt: Renamed from LayoutTests/transforms/3d/general/background-visibility-layers-actual.txt.
1666 2012-03-18 Matt Falkenhagen <falken@chromium.org>
1668 Fallback to common script when per-script font setting is the empty string
1669 https://bugs.webkit.org/show_bug.cgi?id=81329
1671 Reviewed by Kent Tamura.
1673 * fast/text/international/font-fallback-to-common-script-expected.html: Added.
1674 * fast/text/international/font-fallback-to-common-script.html: Added.
1676 2012-03-18 Luke Macpherson <macpherson@chromium.org>
1678 Remove remnants of code that assume Lengths are 28 bit integers.
1679 https://bugs.webkit.org/show_bug.cgi?id=67976
1681 Reviewed by Eric Seidel.
1683 * platform/mac/fast/table/max-width-integer-overflow-expected.png:
1684 * platform/mac/fast/table/max-width-integer-overflow-expected.txt:
1686 2012-03-16 Shinya Kawanaka <shinyak@chromium.org>
1688 Should remove RuntimeEnabledFeatures::multipleShadowSubtreesEnabled
1689 https://bugs.webkit.org/show_bug.cgi?id=79307
1691 Reviewed by Dimitri Glazkov.
1693 Removed multipleShadowSubtresEnabled from tests.
1695 * fast/dom/shadow/get-element-by-id-in-shadow-root.html:
1696 * fast/dom/shadow/multiple-shadowroot-adopt.html:
1697 * fast/dom/shadow/multiple-shadowroot-rendering.html:
1698 * fast/dom/shadow/multiple-shadowroot.html:
1699 * fast/dom/shadow/shadow-element-rendering-multiple.html:
1700 * fast/dom/shadow/shadow-element-rendering-single.html:
1701 * fast/dom/shadow/shadow-root-js-api-expected.txt:
1702 * fast/dom/shadow/shadow-root-js-api.html:
1704 2012-03-18 Keishi Hattori <keishi@webkit.org>
1706 [chromium] Mark js-late-gradient-creation.svg as flaky
1708 * platform/chromium/test_expectations.txt:
1710 2012-03-18 Keishi Hattori <keishi@webkit.org>
1712 [chromium] Rebaseline aria-checkbox-sends-notification.html
1714 * platform/chromium-win-xp/accessibility/aria-checkbox-sends-notification-expected.txt: Removed.
1716 2012-03-18 Hayato Ito <hayato@chromium.org>
1718 Skip fast/dom/shadow/get-element-id-in-shadow-roots on some ports where SHADOW_DOM flag is disabled.
1719 https://bugs.webkit.org/show_bug.cgi?id=81336
1721 Reviewed by Dimitri Glazkov.
1723 * fast/dom/shadow/resources/shadow-dom.js:
1726 * platform/efl/Skipped:
1727 * platform/mac/Skipped:
1728 * platform/win/Skipped:
1729 * platform/wincairo/Skipped:
1731 2012-03-18 Keishi Hattori <keishi@webkit.org>
1733 [chromium] Add slow to svg/hixie/perf/007.xml
1735 * platform/chromium/test_expectations.txt:
1737 2012-03-18 Keishi Hattori <keishi@webkit.org>
1739 [chromium] Rebaseline SL results for video-opacity-overlay.html and load-video-in-reflection.html
1741 * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added.
1742 * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: Added.
1744 2012-03-18 Keishi Hattori <keishi@webkit.org>
1746 [chromium] Rebaseline results for win shadow-drawing.html
1748 * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Added.
1750 2012-03-18 Keishi Hattori <keishi@webkit.org>
1752 [chromium] Rebaseline to add expected results for fixed-position-scroll.html
1754 * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-scroll-expected.png.
1755 * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
1757 2012-03-18 David Reveman <reveman@chromium.org>
1759 Invalidation issue when creating backing layer for fixed positioned element.
1760 https://bugs.webkit.org/show_bug.cgi?id=80647
1762 Reviewed by James Robinson.
1764 * compositing/layer-creation/fixed-position-scroll.html: Added.
1765 * platform/chromium-linux/compositing/layer-creation/fixed-position-scroll-expected.png: Added.
1767 2012-02-13 Robert Hogan <robert@webkit.org>
1769 CSS 2.1 failure: eof-003.htm fails
1770 https://bugs.webkit.org/show_bug.cgi?id=78538
1772 Reviewed by Antti Koivisto.
1774 * css2.1/20110323/eof-001-expected.html: Added.
1775 * css2.1/20110323/eof-001.htm: Added.
1776 * css2.1/20110323/eof-003-expected.html: Added.
1777 * css2.1/20110323/eof-003.htm: Added.
1778 * css2.1/20110323/eof-004-expected.html: Added.
1779 * css2.1/20110323/eof-004.htm: Added.
1780 * css2.1/20110323/eof-005-expected.html: Added.
1781 * css2.1/20110323/eof-005.htm: Added.
1782 * css2.1/20110323/eof-006-expected.html: Added.
1783 * css2.1/20110323/eof-006.htm: Added.
1784 * css2.1/20110323/eof-007-expected.html: Added.
1785 * css2.1/20110323/eof-007.htm: Added.
1786 * css2.1/20110323/support/eof-green.css: Added.
1788 2012-03-17 Nikolas Zimmermann <nzimmermann@rim.com>
1790 Enable animVal support for SVGNumberOptionalNumber
1791 https://bugs.webkit.org/show_bug.cgi?id=81448
1793 Reviewed by Antti Koivisto.
1795 Extend SVGNumberOptionalNumber tests to cover animVal/baseVal at the same time.
1797 * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js:
1801 * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js:
1805 * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js:
1809 * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js:
1813 * svg/animations/svgnumberoptionalnumber-animation-1-expected.txt:
1814 * svg/animations/svgnumberoptionalnumber-animation-2-expected.txt:
1815 * svg/animations/svgnumberoptionalnumber-animation-3-expected.txt:
1816 * svg/animations/svgnumberoptionalnumber-animation-4-expected.txt:
1818 2012-03-15 Robert Hogan <robert@webkit.org>
1820 CSS 2.1 failure: fixed-table-layout-013 and fixed-table-layout-015 fail
1821 https://bugs.webkit.org/show_bug.cgi?id=78027
1823 Reviewed by Julien Chaffraix.
1825 * css2.1/20110323/fixed-table-layout-013-expected.html: Added.
1826 * css2.1/20110323/fixed-table-layout-013.htm: Added.
1827 * css2.1/20110323/fixed-table-layout-015-expected.html: Added.
1828 * css2.1/20110323/fixed-table-layout-015.htm: Added.
1829 * fast/table/fixed-table-layout-toggle-colwidth-expected.txt: Added.
1830 * fast/table/fixed-table-layout-toggle-colwidth.html: Added.
1832 2012-03-16 Raphael Kubo da Costa <kubo@profusion.mobi>
1834 [EFL] Unreviewed gardening after r111110.
1836 * platform/efl/Skipped: Unskip fast/canvas/fillText-shadow.html
1839 2012-03-16 Martin Robinson <mrobinson@igalia.com>
1841 [Cairo] Text extent of shadowed text is calculated incorrectly
1842 https://bugs.webkit.org/show_bug.cgi?id=65035
1844 Reviewed by Martin Robinson
1846 * platform/gtk/Skipped: Unskip a test that is now passing.
1848 2012-03-16 Aaron Colwell <acolwell@chromium.org>
1850 Rebaselines for compositing tests with video
1851 https://bugs.webkit.org/show_bug.cgi?id=81430
1853 Reviewed by James Robinson.
1855 * platform/chromium-linux/compositing/geometry/video-fixed-scrolling-expected.png:
1856 * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png:
1857 * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
1858 * platform/chromium-linux/compositing/self-painting-layers-expected.png:
1859 * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png:
1860 * platform/chromium-mac-leopard/compositing/geometry/video-fixed-scrolling-expected.png:
1861 * platform/chromium-mac-leopard/compositing/geometry/video-opacity-overlay-expected.png: Removed.
1862 * platform/chromium-mac-leopard/compositing/layers-inside-overflow-scroll-expected.png:
1863 * platform/chromium-mac-leopard/compositing/overflow/scroll-ancestor-update-expected.png:
1864 * platform/chromium-mac-leopard/compositing/self-painting-layers-expected.png:
1865 * platform/chromium-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png: Added.
1866 * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png:
1867 * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png: Added.
1868 * platform/chromium-mac-snowleopard/compositing/self-painting-layers-expected.png: Added.
1869 * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png: Added.
1870 * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png: Added.
1871 * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png: Added.
1872 * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added.
1873 * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png:
1874 * platform/chromium-mac/compositing/self-painting-layers-expected.png: Added.
1875 * platform/chromium-mac/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
1876 * platform/chromium-win/compositing/geometry/video-fixed-scrolling-expected.png:
1877 * platform/chromium-win/compositing/layers-inside-overflow-scroll-expected.png:
1878 * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
1879 * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.txt:
1880 * platform/chromium-win/compositing/self-painting-layers-expected.png:
1881 * platform/chromium-win/compositing/visibility/visibility-simple-video-layer-expected.png:
1882 * platform/chromium/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
1883 * platform/chromium/compositing/geometry/video-opacity-overlay-expected.png: Removed.
1884 * platform/chromium/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
1885 * platform/chromium/compositing/self-painting-layers-expected.png: Removed.
1886 * platform/chromium/test_expectations.txt:
1888 2012-03-16 Tony Chang <tony@chromium.org>
1890 Unreviewed, rolling out r111094.
1891 http://trac.webkit.org/changeset/111094
1892 https://bugs.webkit.org/show_bug.cgi?id=80882
1894 broke test on chromium-win
1896 * css3/flexbox/child-overflow-expected.html:
1897 * css3/flexbox/child-overflow.html:
1898 * css3/flexbox/flex-align-stretch-expected.txt:
1899 * css3/flexbox/flex-align-stretch.html:
1901 2012-03-16 Tom Sepez <tsepez@chromium.org>
1903 Make V8 window.open.call(), window.open.showModalDialog() results more closely match JSC.
1904 https://bugs.webkit.org/show_bug.cgi?id=81260
1905 https://bugs.webkit.org/show_bug.cgi?id=39897
1907 Reviewed by Adam Barth.
1909 * http/tests/security/cross-frame-access-call-expected.txt:
1910 * http/tests/security/cross-frame-access-call.html:
1911 * http/tests/security/cross-frame-access-get-expected.txt:
1912 * http/tests/security/cross-frame-access-get.html:
1913 * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
1914 * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt:
1916 2012-03-16 Tony Chang <tony@chromium.org>
1918 flex-item-align: stretch should only grow, never shrink
1919 https://bugs.webkit.org/show_bug.cgi?id=80882
1921 Reviewed by Ojan Vafai.
1923 * css3/flexbox/child-overflow-expected.html:
1924 * css3/flexbox/child-overflow.html: For cases that overflow the height, we now just overflow rather than reducing the height.
1925 * css3/flexbox/flex-align-stretch-expected.txt:
1926 * css3/flexbox/flex-align-stretch.html: New test cases.
1928 2012-03-16 Daniel Cheng <dcheng@chromium.org>
1930 Add layout tests that accidentally got left out of r111061
1932 * fast/events/clipboard-dataTransferItemList-expected.txt: Added.
1933 * fast/events/clipboard-dataTransferItemList.html: Added.
1934 * fast/events/drag-dataTransferItemList-expected.txt: Added.
1935 * fast/events/drag-dataTransferItemList.html: Added.
1937 2012-03-16 David Barton <dbarton@mathscribe.com>
1939 MathML internals - factor code for almost anonymous blocks
1940 https://bugs.webkit.org/show_bug.cgi?id=81387
1942 Reviewed by Eric Seidel.
1944 * platform/mac/mathml/presentation/mo-stretch-expected.txt:
1945 * platform/mac/mathml/presentation/over-expected.txt:
1946 * platform/mac/mathml/presentation/roots-expected.txt:
1947 * platform/mac/mathml/presentation/row-alignment-expected.txt:
1948 * platform/mac/mathml/presentation/under-expected.txt:
1949 * platform/mac/mathml/presentation/underover-expected.txt:
1951 2012-03-16 Ojan Vafai <ojan@chromium.org>
1953 Fix some tests that broke with r111042.
1955 * platform/chromium-linux-x86/compositing/reflections/nested-reflection-animated-expected.png:
1956 * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added.
1957 * platform/chromium-linux/compositing/reflections/nested-reflection-animated-expected.png:
1958 * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-animated-expected.png:
1959 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png:
1960 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.txt: Removed.
1961 * platform/chromium-win-vista/compositing/reflections/nested-reflection-animated-expected.png:
1962 * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.png:
1963 * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Removed.
1964 * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.png:
1965 * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt:
1967 2012-03-16 Jessie Berlin <jberlin@apple.com>
1969 plugins/netscape-plugin-setwindow-size-2.html and plugins/resize-from-plugin.html failing on Lion Intel Debug WebKit2 testers
1970 https://bugs.webkit.org/show_bug.cgi?id=81405
1972 Add expected failing results for mac-wk2 to get the bots green.
1974 * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added.
1975 * platform/mac-wk2/plugins/resize-from-plugin-expected.txt: Added.
1977 2012-03-16 Jessie Berlin <jberlin@apple.com>
1979 plugins/npruntime/browser-object-identity.html failing on Lion Intel Debug WebKit2 testers
1980 https://bugs.webkit.org/show_bug.cgi?id=81403
1982 Add expected failing results for mac-wk2 to get the bots green.
1984 * platform/mac-wk2/plugins/npruntime/browser-object-identity-expected.txt: Added.
1986 2012-03-16 Jessie Berlin <jberlin@apple.com>
1988 plugins/refcount-leaks.html failing on Lion Intel Debug WebKit2 testers
1989 https://bugs.webkit.org/show_bug.cgi?id=81400
1991 Add expected failing results for mac-wk2 to get the bots green.
1993 * platform/mac-wk2/plugins/refcount-leaks-expected.txt: Added.
1995 2012-03-16 Jessie Berlin <jberlin@apple.com>
1997 plugins/crash-restoring-plugin-page-from-page-cache.html and
1998 plugins/netscape-plugin-page-cache-works.html timing out on Intel Debug WebKit2 testers
1999 https://bugs.webkit.org/show_bug.cgi?id=81392
2001 Skip these tests for WK2.
2003 * platform/wk2/Skipped:
2005 2012-03-16 Tim Horton <timothy_horton@apple.com>
2007 scrollbars/scrollbar-middleclick-nopaste.html times out on mac WK1
2008 https://bugs.webkit.org/show_bug.cgi?id=81410
2010 Skip scrollbars/scrollbar-middleclick-nopaste.html on Mac.
2012 * platform/mac/Skipped:
2014 2012-03-16 Tim Horton <timothy_horton@apple.com>
2016 Unreviewed new mac baselines after http://trac.webkit.org/changeset/108185
2018 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added.
2019 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added.
2020 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added.
2021 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added.
2022 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added.
2023 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added.
2024 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added.
2025 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added.
2026 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added.
2027 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added.
2028 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added.
2029 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added.
2030 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added.
2031 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added.
2032 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added.
2033 * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added.
2034 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added.
2035 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added.
2036 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added.
2037 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added.
2038 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added.
2039 * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added.
2041 2012-03-16 Terry Anderson <tdanderson@chromium.org>
2043 100% height elements to not respond to vertical browser rescaling
2044 https://bugs.webkit.org/show_bug.cgi?id=43022
2046 Reviewed by Julien Chaffraix.
2048 * fast/replaced/resources/vertical-resize-100percent-contents.html: Added.
2049 * fast/replaced/vertical-resize-100percent-element-expected.txt: Added.
2050 * fast/replaced/vertical-resize-100percent-element.html: Added.
2051 Layout test to ensure that an image with 100% height is resized when
2052 its containing iframe is vertically resized to be larger or smaller.
2053 * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
2054 * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2055 Rebaseline for chromium. This patch causes a progression in this layout test. In the
2056 diff, note that the viewport has height 585, which is 600 minus 15 pixels to account for
2057 the horizontal scrollbar. In the old expected output the first image to be displayed
2058 has height 600, which is incorrect because it should be 100% of the viewport height.
2059 The new expected output shows the first image with the correct height of 585.
2060 * platform/chromium/test_expectations.txt:
2061 WIN will need a regenerated image, and MAC will need a regenerated image+text.
2062 * platform/gtk/Skipped:
2063 * platform/mac/Skipped:
2064 * platform/qt/Skipped:
2065 * platform/win/Skipped:
2066 Skip the rebaselined test on all other platforms.
2068 2012-03-16 Levi Weintraub <leviw@chromium.org>
2070 Unreviewed gardening. Marking media/track/track-active-cues.html as flaky timeout on windows.
2072 * platform/chromium/test_expectations.txt:
2074 2012-03-15 Daniel Cheng <dcheng@chromium.org>
2076 [chromium] Refactor ClipboardChromium and DataTransferItemList/DataTransferItem to support HTML spec
2077 https://bugs.webkit.org/show_bug.cgi?id=76598
2079 Reviewed by Tony Chang.
2081 * fast/events/clipboard-dataTransferItemList-expected.txt: Added.
2082 * fast/events/clipboard-dataTransferItemList.html: Added.
2083 * fast/events/drag-dataTransferItemList-expected.txt: Added.
2084 * fast/events/drag-dataTransferItemList.html: Added.
2085 * platform/gtk/Skipped:
2086 * platform/mac/Skipped:
2087 * platform/qt/Skipped:
2088 * platform/win/Skipped:
2090 2012-03-16 Xiaomei Ji <xji@chromium.org>
2092 Skip move-by-word-visually-wrong-left-right.html added in r110965 in wk2 since SetEditingBehavior is not supported.
2094 * platform/wk2/Skipped:
2096 2012-03-16 Erik Arvidsson <arv@chromium.org>
2098 Fix layout test to output the same result for V8 and JSC
2099 https://bugs.webkit.org/show_bug.cgi?id=81395
2101 Reviewed by Nate Chapin.
2103 * fast/dom/inline-event-attributes-crash-expected.txt:
2104 * fast/dom/inline-event-attributes-crash.html:
2106 2012-03-16 Tony Chang <tony@chromium.org>
2108 incorrectly removing scrollbar height for auto height flexbox children
2109 https://bugs.webkit.org/show_bug.cgi?id=81388
2111 Reviewed by Ojan Vafai.
2113 * css3/flexbox/columns-auto-size-expected.txt:
2114 * css3/flexbox/columns-auto-size.html:
2116 2012-03-16 Adam Klein <adamk@chromium.org>
2118 Out-of-document radio buttons should be grouped when associated with a form
2119 https://bugs.webkit.org/show_bug.cgi?id=81268
2121 Reviewed by Kent Tamura.
2123 * fast/forms/radio/radio-group-expected.txt:
2124 * fast/forms/radio/radio-group-in-detached-form-expected.txt: Added.
2125 * fast/forms/radio/radio-group-in-detached-form.html: Added.
2126 * fast/forms/radio/radio-group.html: Updated to match new behavior.
2128 2012-03-16 Jer Noble <jer.noble@apple.com>
2130 Rebaseline GTK expected results after r111041.
2132 * platform/gtk/accessibility/media-element-expected.txt:
2134 2012-03-16 Jessie Berlin <jberlin@apple.com>
2136 plugins/keyboard-events.html, mouse-events-fixedpos.html, and mouse-events.html failing on Lion
2137 Intel Debug WebKit2 testers
2138 https://bugs.webkit.org/show_bug.cgi?id=81386
2140 Add expected failing results for mac-wk2 to get the bots green.
2142 * platform/mac-wk2/plugins/keyboard-events-expected.txt: Added.
2143 * platform/mac-wk2/plugins/mouse-events-expected.txt: Added.
2144 * platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt: Added.
2146 2012-03-16 Joshua Bell <jsbell@chromium.org>
2148 [Chromium] IndexedDB: Assertion failure when storing File objects
2149 https://bugs.webkit.org/show_bug.cgi?id=76746
2151 Ensure that Blob/File/FileList types are rejected in IDB values, to detect regressions.
2153 Reviewed by Tony Chang.
2155 * storage/indexeddb/noblobs-expected.txt: Added.
2156 * storage/indexeddb/noblobs.html: Added.
2158 2012-03-16 Erik Arvidsson <arv@chromium.org>
2160 [V8] Ensure that invalid syntax in inline event handlers does not cause a crash
2161 https://bugs.webkit.org/show_bug.cgi?id=81385
2163 Reviewed by Nate Chapin.
2165 * fast/dom/inline-event-attributes-crash-expected.txt: Added.
2166 * fast/dom/inline-event-attributes-crash.html: Added.
2168 2012-03-16 Ojan Vafai <ojan@chromium.org>
2170 Chromium rebaselines for expected failures on garden-o-matic.
2172 * platform/chromium-linux-x86/compositing/reflections/animation-inside-reflection-expected.png: Added.
2173 * platform/chromium-linux-x86/compositing/reflections/nested-reflection-animated-expected.png: Added.
2174 * platform/chromium-linux/compositing/color-matching/pdf-image-match-expected.png: Added.
2175 * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
2176 * platform/chromium-linux/compositing/reflections/nested-reflection-animated-expected.png:
2177 * platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png: Added.
2178 * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-animated-expected.png: Added.
2179 * platform/chromium-mac-snowleopard/animations/cross-fade-border-image-source-expected.png:
2180 * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png: Added.
2181 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png: Added.
2182 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.txt: Added.
2183 * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
2184 * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png:
2185 * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png: Added.
2186 * platform/chromium-win-vista/compositing/reflections/animation-inside-reflection-expected.png: Added.
2187 * platform/chromium-win-vista/compositing/reflections/nested-reflection-animated-expected.png: Added.
2188 * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Removed.
2189 * platform/chromium-win-xp/compositing/reflections/animation-inside-reflection-expected.txt: Added.
2190 * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.png: Added.
2191 * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Copied from LayoutTests/platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt.
2192 * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png:
2193 * platform/chromium-win/compositing/color-matching/pdf-image-match-expected.png: Added.
2194 * platform/chromium-win/compositing/color-matching/pdf-image-match-expected.txt: Added.
2195 * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
2196 * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.png:
2197 * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt:
2198 * platform/chromium/test_expectations.txt:
2200 2012-03-14 Jer Noble <jer.noble@apple.com>
2202 Wrong icon to restore to windowed mode in full screen video panel
2203 https://bugs.webkit.org/show_bug.cgi?id=70437
2205 Reviewed by Eric Carlson.
2207 * platform/mac/accessibility/media-element-expected.txt:
2209 2012-03-16 Jer Noble <jer.noble@apple.com>
2211 Rebaseline window-properties-expected on GTK; add two new tests
2212 to the GTK Skipped list associated with existing bug:
2213 https://bugs.webkit.org/show_bug.cgi?id=61118
2215 * platform/gtk/Skipped:
2216 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
2218 2012-03-16 Adam Klein <adamk@chromium.org>
2220 Mark form-associated-element-crash3.html as flakily timing out, since it often passes.
2222 * platform/chromium/test_expectations.txt:
2224 2012-03-16 Jessie Berlin <jberlin@apple.com>
2226 6 platform/mac/editing/spelling autocorrect-related tests failing on Lion Intel Debug WebKit2
2228 https://bugs.webkit.org/show_bug.cgi?id=81375
2230 Add expected failing results to get the bots green.
2232 * platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.png: Added.
2233 * platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt: Added.
2234 * platform/mac-wk2/platform/mac/editing/spelling/click-autocorrected-word-expected.png: Added.
2235 * platform/mac-wk2/platform/mac/editing/spelling/click-autocorrected-word-expected.txt: Added.
2236 * platform/mac-wk2/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png: Added.
2237 * platform/mac-wk2/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt: Added.
2238 * platform/mac-wk2/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png: Added.
2239 * platform/mac-wk2/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt: Added.
2240 * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png: Added.
2241 * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt: Added.
2242 * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png: Added.
2243 * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt: Added.
2245 2012-03-16 Jessie Berlin <jberlin@apple.com>
2247 platform/mac/editing/spelling/editing-word-with-marker-1.html failing on Lion Intel Debug
2249 https://bugs.webkit.org/show_bug.cgi?id=81372
2251 Add expected failing results to get the bots green.
2253 * platform/mac/editing/spelling/editing-word-with-marker-1-expected.txt:
2255 2012-03-16 Jessie Berlin <jberlin@apple.com>
2257 platform/mac/editing/spelling/autocorrection-contraction.html fails on Lion Intel Debug testers.
2258 https://bugs.webkit.org/show_bug.cgi?id=81369
2260 Add expected failing results to get the bots green.
2262 * platform/mac/editing/spelling/autocorrection-contraction-expected.png:
2263 * platform/mac/editing/spelling/autocorrection-contraction-expected.txt:
2265 2012-03-16 Dominic Mazzoni <dmazzoni@google.com>
2267 File input control accessibility can cause a crash
2268 https://bugs.webkit.org/show_bug.cgi?id=80896
2270 Reviewed by Chris Fleizach.
2272 * accessibility/input-file-causes-crash-expected.txt: Added.
2273 * accessibility/input-file-causes-crash.html: Added.
2275 2012-03-16 Aaron Colwell <acolwell@chromium.org>
2277 [chromium] compositing tests with videos fail in chromium DumpRenderTree, seeking doesn't appear to work
2278 https://bugs.webkit.org/show_bug.cgi?id=76511
2280 Reviewed by Eric Carlson.
2282 * compositing/resources/media-testing.js:
2283 (ensureFrameVisible.playingHandler):
2284 (ensureFrameVisible.seekedHandler):
2285 (ensureFrameVisible):
2287 2012-03-08 Jer Noble <jer.noble@apple.com>
2289 Support W3C Full Screen API proposal
2290 https://bugs.webkit.org/show_bug.cgi?id=80660
2292 Reviewed by Alexey Proskuryakov.
2294 * fullscreen/full-screen-element-stack-expected.txt: Added.
2295 * fullscreen/full-screen-element-stack.html: Added.
2296 * fullscreen/full-screen-enabled-expected.txt: Added.
2297 * fullscreen/full-screen-enabled.html: Added.
2298 * fullscreen/full-screen-request-rejected.html:
2299 * fullscreen/full-screen-request-removed.html:
2300 * fullscreen/full-screen-restrictions-expected.txt: Added.
2301 * fullscreen/full-screen-restrictions.html: Added.
2302 * fullscreen/full-screen-test.js:
2304 2012-03-16 Xiaomei Ji <xji@chromium.org>
2306 Skip visual word movement tests in gtk and qt after r110965 since isWordTextBreak is not implemented.
2308 * platform/gtk/Skipped:
2309 * platform/qt/Skipped:
2311 2012-03-16 Yoshifumi Inoue <yosin@chromium.org>
2313 [Forms] The "progress" element should not be a form-associated element.
2314 https://bugs.webkit.org/show_bug.cgi?id=80240
2316 Reviewed by Kent Tamura.
2318 This patch changes tests for non-existent "form" attribute of the
2319 "progress" element. The "form" attribute is available only for
2320 form-associate elements. However, the "progress" element isn't.
2322 * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Update expectation for test output changes.
2323 * fast/dom/HTMLProgressElement/progress-element-form.html: Changed for the "progress" element doesn't have IDL attribute "form".
2324 * fast/forms/form-attribute-expected.txt: Update expectation for test output changes.
2325 * fast/forms/form-attribute.html: Removed lines for the "progress" element.
2327 2012-03-16 Yoshifumi Inoue <yosin@chromium.org>
2329 [Forms] label.form attribute doesn't work
2330 https://bugs.webkit.org/show_bug.cgi?id=80499
2332 Reviewed by Kent Tamura.
2334 This patch updates test cases and expectation for functional
2335 "form" attribute of the "label" element.
2337 * fast/forms/form-attribute-expected.txt:
2338 * fast/forms/form-attribute-nonexistence-form-id-expected.txt:
2339 * fast/forms/form-attribute-nonexistence-form-id.html:
2340 * fast/forms/form-attribute.html:
2342 2012-03-16 Kihong Kwon <kihong.kwon@samsung.com>
2344 Support for Battery Status API.
2345 https://bugs.webkit.org/show_bug.cgi?id=62698
2347 Add new test cases for Battery Status API.
2348 http://www.w3.org/TR/battery-status/
2350 Reviewed by Adam Barth.
2352 * batterystatus/add-listener-from-callback-expected.txt: Added.
2353 * batterystatus/add-listener-from-callback.html: Added.
2354 * batterystatus/basic-all-types-of-events-expected.txt: Added.
2355 * batterystatus/basic-all-types-of-events.html: Added.
2356 * batterystatus/basic-operation-expected.txt: Added.
2357 * batterystatus/basic-operation.html: Added.
2358 * batterystatus/event-after-navigation-expected.txt: Added.
2359 * batterystatus/event-after-navigation.html: Added.
2360 * batterystatus/multiple-frames-expected.txt: Added.
2361 * batterystatus/multiple-frames.html: Added.
2362 * batterystatus/resources/event-after-navigation-new.html: Added.
2363 * batterystatus/script-tests/add-listener-from-callback.js: Added.
2364 (checkBatteryStatus):
2368 * batterystatus/script-tests/basic-all-types-of-events.js: Added.
2369 (checkBatteryStatus):
2371 * batterystatus/script-tests/basic-operation.js: Added.
2372 * batterystatus/script-tests/event-after-navigation.js: Added.
2373 * batterystatus/script-tests/multiple-frames.js: Added.
2374 (checkBatteryStatus):
2375 (checkChildBatteryStatus):
2376 (mainFrameListener):
2377 (childFrameListener):
2379 * batterystatus/script-tests/updates.js: Added.
2380 (checkBatteryStatus):
2384 * batterystatus/script-tests/window-property.js: Added.
2385 (hasOnBatteryProperty):
2386 * batterystatus/updates-expected.txt: Added.
2387 * batterystatus/updates.html: Added.
2388 * batterystatus/window-property-expected.txt: Added.
2389 * batterystatus/window-property.html: Added.
2390 * platform/chromium/test_expectations.txt:
2391 * platform/gtk/Skipped:
2392 * platform/qt/Skipped:
2393 * platform/win/Skipped:
2394 * platform/wincairo/Skipped:
2396 2012-03-16 Hajime Morrita <morrita@chromium.org>
2398 Unreviewed gardening, marking a failing test.
2400 * platform/chromium/test_expectations.txt:
2402 2012-03-16 Philippe Normand <pnormand@igalia.com>
2404 Unreviewed, GTK baselines for new tests.
2406 * platform/gtk/compositing/overflow/ancestor-overflow-expected.txt: Added.
2407 * platform/gtk/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added.
2408 * platform/gtk/fast/line-grid/line-align-left-edges-expected.txt: Added.
2409 * platform/gtk/fast/line-grid/line-align-right-edges-expected.txt: Added.
2410 * platform/gtk/fast/repaint/transform-rotate-and-remove-expected.txt: Added.
2411 * platform/gtk/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
2412 * platform/gtk/fast/speech/input-appearance-speechbutton-expected.txt: Added.
2413 * platform/gtk/fast/speech/speech-bidi-rendering-expected.txt: Added.
2414 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added.
2415 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added.
2416 * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added.
2417 * platform/gtk/svg/custom/use-extern-href-expected.txt: Added.
2418 * platform/gtk/svg/repaint/repainting-after-animation-element-removal-expected.txt: Added.
2420 2012-03-16 Philippe Normand <pnormand@igalia.com>
2422 Unreviewed, GTK gardening.
2424 * platform/gtk/Skipped: Skip a new failing editing test
2425 * platform/gtk/fast/events/resize-events-expected.txt: Added.
2426 * platform/gtk/test_expectations.txt: Mark
2427 inspector/styles/svg-style.xhtml as flaky.
2429 2012-03-16 Xiaomei Ji <xji@chromium.org>
2431 Using ICU break iterator to simplify visual word movement implementation.
2432 https://bugs.webkit.org/show_bug.cgi?id=78856
2434 Reviewed by Ryosuke Niwa.
2436 * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt:
2437 * editing/selection/move-by-word-visually-inline-block-positioned-element.html:
2438 The word break stops at the beginning of fixed positioned element, which is correct and consistent behavior.
2440 * editing/selection/move-by-word-visually-multi-line-expected.txt:
2441 * editing/selection/move-by-word-visually-multi-line.html:
2442 The word break does not stop at the end of a text if there is next line of text available under the same
2443 editable root, which is a consistent behavior cross the board.
2444 Add more test cases, including one with non InlineTextBox.
2446 * editing/selection/move-by-word-visually-single-space-inline-element-expected.txt:
2447 Fixing of previously missing or extra word break positions.
2449 * editing/selection/move-by-word-visually-single-space-one-element-expected.txt:
2450 * editing/selection/move-by-word-visually-single-space-one-element.html:
2451 Add a test case including bidi control character which renders wrong result since right-arrow could not reach
2452 a position which is the word break position.
2453 Add another test case containing non InlineTextBox.
2455 * editing/selection/move-by-word-visually-wrong-left-right-expected.txt: Added.
2456 * editing/selection/move-by-word-visually-wrong-left-right.html: Added.
2457 Add a test case which renders wrong result due to left/right-arrow returns wrong result.
2459 * editing/selection/resources/move-by-word-visually.js:
2460 (moveByWordOnEveryChar): Handle a special case when left/right arrow missing certain position.
2462 2012-03-16 Mike Reed <reed@google.com>
2464 make test for rebaselining after skia 3398 lands
2465 https://bugs.webkit.org/show_bug.cgi?id=81246
2467 Unreviewed. expectations only
2469 * platform/chromium/test_expectations.txt:
2471 2012-03-16 Zan Dobersek <zandobersek@gmail.com>
2473 [Gtk] Add computedStyleIncludingVisitedInfo to DumpRenderTreeSupport
2474 https://bugs.webkit.org/show_bug.cgi?id=81232
2476 Reviewed by Philippe Normand.
2478 Unskip now-passing tests.
2480 * platform/gtk/Skipped:
2481 * platform/gtk/fast/history/nested-visited-test-expected.txt: Removed.
2482 * platform/gtk/fast/history/self-is-visited-expected.txt: Removed.
2483 * platform/gtk/fast/history/sibling-visited-test-expected.txt: Removed.
2485 2012-03-16 Zan Dobersek <zandobersek@gmail.com>
2487 [Gtk] Properly set forms tests-specific settings
2488 https://bugs.webkit.org/show_bug.cgi?id=81237
2490 Reviewed by Philippe Normand.
2492 Unskip newly-passing tests.
2494 * platform/gtk/Skipped:
2495 * platform/gtk/fast/forms/validation-message-appearance-expected.txt: Added.
2497 2012-03-16 Hajime Morrita <morrita@chromium.org>
2499 Unreviewed expectations update.
2501 * platform/chromium-linux/fast/events/resize-events-expected.png: Added.
2502 * platform/chromium-mac-leopard/fast/events/resize-events-expected.png: Added.
2503 * platform/chromium-mac-snowleopard/fast/events/resize-events-expected.png: Added.
2504 * platform/chromium-mac/fast/events/resize-events-expected.png: Added.
2505 * platform/chromium-mac/fast/events/resize-events-expected.txt: Added.
2506 * platform/chromium-win/fast/events/resize-events-expected.png: Added.
2507 * platform/chromium-win/fast/events/resize-events-expected.txt: Added.
2509 2012-03-16 Sheriff Bot <webkit.review.bot@gmail.com>
2511 Unreviewed, rolling out r110951.
2512 http://trac.webkit.org/changeset/110951
2513 https://bugs.webkit.org/show_bug.cgi?id=81316
2515 Does not build on apple-mac (Requested by abarth on #webkit).
2517 * webaudio/dynamicscompressor-basic-expected.txt:
2518 * webaudio/dynamicscompressor-basic.html:
2520 2012-03-16 Mike Reed <reed@google.com>
2522 to be rebaselined after hairline clipping fix in skia lands
2523 https://bugs.webkit.org/show_bug.cgi?id=81233
2525 Unreviewed. expectations change only
2527 * platform/chromium/test_expectations.txt:
2529 2012-03-15 Gao Chun <chun.gao@intel.com>
2531 Expose attack, release as DynamicsCompressorNode's attributes.
2532 https://bugs.webkit.org/show_bug.cgi?id=81221
2534 Reviewed by Chris Rogers.
2536 * webaudio/dynamicscompressor-basic-expected.txt:
2537 * webaudio/dynamicscompressor-basic.html:
2539 2012-03-15 Hans Wennborg <hans@chromium.org>
2541 Speech JavaScript API: SpeechRecognition, Controller and Client
2542 https://bugs.webkit.org/show_bug.cgi?id=81096
2544 Reviewed by Adam Barth.
2546 Add tests for the basics of the SpeechRecognition interface.
2548 * fast/speech/scripted/basics-expected.txt: Added.
2549 * fast/speech/scripted/basics.html: Added.
2551 2012-03-15 Kent Tamura <tkent@chromium.org>
2553 Update the expectation of labelable-elements.html.
2555 The expectation in the common place should be one for platforms with
2556 ENABLE_DATALIST, was for platform without ENABLE_DATALIST.
2557 https://bugs.webkit.org/show_bug.cgi?id=80985
2559 * fast/forms/label/labelable-elements-expected.txt:
2560 * platform/gtk/Skipped:
2561 * platform/mac/fast/forms/label/labelable-elements-expected.txt: Removed.
2562 * platform/qt/Skipped:
2564 2012-03-15 Matt Falkenhagen <falken@chromium.org>
2566 Change per-script font tests to use InternalSettings
2567 https://bugs.webkit.org/show_bug.cgi?id=81202
2569 Reviewed by Hajime Morita.
2571 * fast/text/international/content-language-font-selection.html:
2572 * fast/text/international/content-language-with-subtags.html:
2573 * platform/efl/Skipped: Remove tests from Skipped since that no longer rely on overridePreference.
2574 * platform/gtk-wk2/Skipped: Ditto.
2575 * platform/gtk/Skipped: Ditto.
2576 * platform/mac/Skipped: Ditto.
2577 * platform/qt/Skipped: Ditto.
2578 * platform/win/Skipped: Ditto.
2579 * platform/wincairo/Skipped: Ditto.
2580 * platform/wk2/Skipped: Ditto.
2582 2012-03-15 Allan Sandfeld Jensen <allan.jensen@nokia.com>
2584 REGRESSION(r106232): The resize handler is always called after loading.
2585 https://bugs.webkit.org/show_bug.cgi?id=80242
2587 Reviewed by Kenneth Rohde Christiansen.
2589 Tests that no resize events are emitted during page creation,
2590 even if the page overflows and adds a scrollbar.
2592 * fast/events/resize-events-expected.txt: Added.
2593 * fast/events/resize-events.html: Added.
2595 2012-03-15 Matt Falkenhagen <falken@chromium.org>
2597 Add layout tests for font selection based on lang/xml:lang
2598 https://bugs.webkit.org/show_bug.cgi?id=81203
2600 Reviewed by Hajime Morita.
2602 * fast/text/international/lang-sensitive-fonts-expected.html: Added.
2603 * fast/text/international/lang-sensitive-fonts-xml-expected.html: Added.
2604 * fast/text/international/lang-sensitive-fonts-xml.xhtml: Added.
2605 * fast/text/international/lang-sensitive-fonts.html: Added.
2607 2012-03-15 Shinya Kawanaka <shinyak@chromium.org>
2609 [Crash] Adding <content> into a ShadowRoot causes crash.
2610 https://bugs.webkit.org/show_bug.cgi?id=80020
2612 Reviewed by Hajime Morita.
2614 * fast/dom/shadow/shadow-content-crash-expected.html: Added.
2615 * fast/dom/shadow/shadow-content-crash.html: Added.
2617 2012-03-15 Mike Lawther <mikelawther@chromium.org>
2619 CSS3 calc: mixed percent/absolute expressions for gradients
2620 https://bugs.webkit.org/show_bug.cgi?id=81182
2622 Reviewed by Ojan Vafai.
2624 Add new tests for mixed percent/absolute expressions.
2626 * css3/calc/css3-radial-gradients-expected.html:
2627 * css3/calc/css3-radial-gradients.html:
2628 * css3/calc/gradient-color-stops-expected.html:
2629 * css3/calc/gradient-color-stops.html:
2631 2012-03-15 David Grogan <dgrogan@chromium.org>
2633 IndexedDB Tests: use self instead of window
2634 https://bugs.webkit.org/show_bug.cgi?id=81043
2636 'window' is meaningless in a worker; these tests will soon be run from
2639 Reviewed by Tony Chang.
2641 * storage/indexeddb/create-and-remove-object-store.html:
2642 * storage/indexeddb/createObjectStore-name-argument-required.html:
2643 * storage/indexeddb/createObjectStore-null-name.html:
2644 * storage/indexeddb/cursor-continue.html:
2645 * storage/indexeddb/cursor-delete.html:
2646 * storage/indexeddb/cursor-inconsistency.html:
2647 * storage/indexeddb/cursor-index-delete.html:
2648 * storage/indexeddb/cursor-key-order.html:
2649 * storage/indexeddb/cursor-primary-key-order.html:
2650 * storage/indexeddb/cursor-skip-deleted.html:
2651 * storage/indexeddb/cursor-update-value-argument-required.html:
2652 * storage/indexeddb/cursor-update.html:
2653 * storage/indexeddb/data-corruption.html:
2654 * storage/indexeddb/database-basics.html:
2655 * storage/indexeddb/database-quota.html:
2656 * storage/indexeddb/delete-closed-database-object-expected.txt:
2657 * storage/indexeddb/delete-closed-database-object.html:
2658 * storage/indexeddb/deleteObjectStore-name-argument-required.html:
2659 * storage/indexeddb/deleteObjectStore-null-name.html:
2660 * storage/indexeddb/duplicates.html:
2661 * storage/indexeddb/error-causes-abort-by-default.html:
2662 * storage/indexeddb/exception-in-event-aborts.html:
2663 * storage/indexeddb/factory-cmp-expected.txt:
2664 * storage/indexeddb/factory-cmp.html:
2665 * storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
2666 * storage/indexeddb/factory-deletedatabase-interactions.html:
2667 * storage/indexeddb/factory-deletedatabase.html:
2668 * storage/indexeddb/index-count.html:
2669 * storage/indexeddb/index-cursor.html:
2670 * storage/indexeddb/index-get-key-argument-required.html:
2671 * storage/indexeddb/index-population.html:
2672 * storage/indexeddb/index-unique.html:
2673 * storage/indexeddb/invalid-keys-expected.txt:
2674 * storage/indexeddb/invalid-keys.html:
2675 * storage/indexeddb/key-generator.html:
2676 * storage/indexeddb/key-sort-order-across-types.html:
2677 * storage/indexeddb/key-sort-order-date.html:
2678 * storage/indexeddb/key-type-array-expected.txt:
2679 * storage/indexeddb/key-type-array.html:
2680 * storage/indexeddb/key-type-infinity.html:
2681 * storage/indexeddb/keypath-basics.html:
2682 * storage/indexeddb/keypath-fetch-key.html:
2683 * storage/indexeddb/mozilla/add-twice-failure.html:
2684 * storage/indexeddb/mozilla/autoincrement-indexes.html:
2685 * storage/indexeddb/mozilla/bad-keypath.html:
2686 * storage/indexeddb/mozilla/clear.html:
2687 * storage/indexeddb/mozilla/create-index-unique.html:
2688 * storage/indexeddb/mozilla/create-index-with-integer-keys.html:
2689 * storage/indexeddb/mozilla/create-objectstore-basics.html:
2690 * storage/indexeddb/mozilla/create-objectstore-null-name.html:
2691 * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html:
2692 * storage/indexeddb/mozilla/cursor-update-updates-indexes.html:
2693 * storage/indexeddb/mozilla/cursors.html:
2694 * storage/indexeddb/mozilla/delete-result.html:
2695 * storage/indexeddb/mozilla/event-source.html:
2696 * storage/indexeddb/mozilla/global-data.html:
2697 * storage/indexeddb/mozilla/indexes.html:
2698 * storage/indexeddb/mozilla/key-requirements-delete-null-key.html:
2699 * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html:
2700 * storage/indexeddb/mozilla/key-requirements-put-no-key.html:
2701 * storage/indexeddb/mozilla/key-requirements-put-null-key.html:
2702 * storage/indexeddb/mozilla/key-requirements.html:
2703 * storage/indexeddb/mozilla/object-cursors.html:
2704 * storage/indexeddb/mozilla/object-identity.html:
2705 * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html:
2706 * storage/indexeddb/mozilla/object-store-remove-values.html:
2707 * storage/indexeddb/mozilla/objectstorenames.html:
2708 * storage/indexeddb/mozilla/odd-result-order.html:
2709 * storage/indexeddb/mozilla/put-get-values.html:
2710 * storage/indexeddb/mozilla/readonly-transactions.html:
2711 * storage/indexeddb/mozilla/readwrite-transactions.html:
2712 * storage/indexeddb/mozilla/readyState.html:
2713 * storage/indexeddb/mozilla/remove-index.html:
2714 * storage/indexeddb/mozilla/remove-objectstore.html:
2715 * storage/indexeddb/mozilla/versionchange-abort.html:
2716 * storage/indexeddb/mozilla/versionchange.html:
2717 * storage/indexeddb/mutating-cursor.html:
2718 * storage/indexeddb/objectStore-required-arguments.html:
2719 * storage/indexeddb/objectstore-autoincrement.html:
2720 * storage/indexeddb/objectstore-clear.html:
2721 * storage/indexeddb/objectstore-count.html:
2722 * storage/indexeddb/objectstore-cursor.html:
2723 * storage/indexeddb/objectstore-removeobjectstore.html:
2724 * storage/indexeddb/open-close-version-expected.txt:
2725 * storage/indexeddb/open-close-version.html:
2726 * storage/indexeddb/open-cursor.html:
2727 * storage/indexeddb/prefetch-bugfix-108071.html:
2728 * storage/indexeddb/queued-commands.html:
2729 * storage/indexeddb/request-event-propagation.html:
2730 * storage/indexeddb/setVersion-null.html:
2731 * storage/indexeddb/setVersion-undefined.html:
2732 * storage/indexeddb/structured-clone-expected.txt:
2733 * storage/indexeddb/structured-clone.html:
2734 * storage/indexeddb/transaction-abort.html:
2735 * storage/indexeddb/transaction-after-close.html:
2736 * storage/indexeddb/transaction-and-objectstore-calls.html:
2737 * storage/indexeddb/transaction-basics-expected.txt:
2738 * storage/indexeddb/transaction-basics.html:
2739 * storage/indexeddb/transaction-crash-on-abort-expected.txt:
2740 * storage/indexeddb/transaction-crash-on-abort.html:
2741 * storage/indexeddb/transaction-event-propagation.html:
2742 * storage/indexeddb/transaction-read-only.html:
2743 * storage/indexeddb/transaction-rollback.html:
2744 * storage/indexeddb/transaction-storeNames-required.html:
2745 * storage/indexeddb/two-version-changes-expected.txt:
2746 * storage/indexeddb/two-version-changes.html:
2747 * storage/indexeddb/value-undefined.html:
2748 * storage/indexeddb/values-odd-types.html:
2749 * storage/indexeddb/version-change-abort.html:
2750 * storage/indexeddb/version-change-exclusive-expected.txt:
2751 * storage/indexeddb/version-change-exclusive.html:
2752 * storage/indexeddb/versionchangerequest-activedomobject-expected.txt:
2753 * storage/indexeddb/versionchangerequest-activedomobject.html:
2755 2012-03-15 Tim Horton <timothy_horton@apple.com>
2757 Unreviewed mac rebaseline for fast/clip/{011,012}.html after http://trac.webkit.org/changeset/110072
2759 There was a similar Chromium rebaseline in http://trac.webkit.org/changeset/110179
2761 * platform/mac/fast/clip/011-expected.txt:
2762 * platform/mac/fast/clip/012-expected.txt:
2764 2012-03-15 Jessie Berlin <jberlin@apple.com>
2766 WebKitTestRunner layoutTestController.pathToLocalResource needs to be updated to work with
2768 https://bugs.webkit.org/show_bug.cgi?id=81299
2770 Add failing expected results for mac-wk2 to get the bots green.
2772 * platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt: Added.
2773 * platform/mac-wk2/fast/loader/local-JavaScript-from-local-expected.txt: Added.
2774 * platform/mac-wk2/fast/loader/local-image-from-local-expected.txt: Added.
2776 2012-03-15 Yoshifumi Inoue <yosin@chromium.org>
2778 [Forms] The "meter" element should not be a form-associated element.
2779 https://bugs.webkit.org/show_bug.cgi?id=80380
2781 Reviewed by Kent Tamura.
2783 This patch removes tests which checks non-existent "form" attribute
2784 of the "meter" element. The "form" attribute is available only for
2785 form-associated elements. However, the "meter" element isn't a
2786 form-associated element.
2788 * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Updated expectation for test output changes.
2789 * fast/dom/HTMLMeterElement/meter-element-form.html: Changed for the "meter" element doesn't have IDL attribute "form".
2790 * fast/forms/form-attribute-expected.txt: Updated expectation for test output changes.
2791 * fast/forms/form-attribute.html: Removed lines for the "meter" element.
2793 2012-03-15 Tim Horton <timothy_horton@apple.com>
2795 canvas/philip/tests/2d.line.cap.round.html fails on Mac Lion WK1
2796 https://bugs.webkit.org/show_bug.cgi?id=81289
2797 <rdar://problem/11059777>
2799 Unreviewed skip of two more similarly flaky tests:
2800 canvas/philip/tests/2d.shadow.canvas.transparent.2.html
2801 canvas/philip/tests/2d.shadow.image.transparent.2.html
2803 * platform/mac/Skipped:
2805 2012-03-15 Adam Klein <adamk@chromium.org>
2807 REGRESSION(r103452): 100% CPU usage and 5s pause after clicking on a link in Yahoo Mail
2808 https://bugs.webkit.org/show_bug.cgi?id=81141
2810 Reviewed by Ojan Vafai.
2812 * fast/dom/subtree-modified-attributes-expected.txt: Added.
2813 * fast/dom/subtree-modified-attributes.html: Added.
2815 2012-03-15 Levi Weintraub <leviw@chromium.org>
2817 Unreviewed gardening. Fixing Chromium expectations after we began falling back to the failing
2818 expectation checked in in r110911.
2820 * platform/chromium/platform/chromium/virtual: Added.
2821 * platform/chromium/platform/chromium/virtual/gpu: Added.
2822 * platform/chromium/platform/chromium/virtual/gpu/fast: Added.
2823 * platform/chromium/platform/chromium/virtual/gpu/fast/canvas: Added.
2824 * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl: Added.
2825 * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt: Added.
2827 2012-03-15 Jessie Berlin <jberlin@apple.com>
2829 fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frames.html, and
2830 pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit testers
2831 https://bugs.webkit.org/show_bug.cgi?id=81291
2833 Skip these tests on mac-wk2 to get the bots green.
2835 * platform/mac-wk2/Skipped:
2837 2012-03-15 Adam Klein <adamk@chromium.org>
2839 Share code in FormAssociatedElement by resetting the form owner whenever insertedIntoTree is called
2840 https://bugs.webkit.org/show_bug.cgi?id=81160
2842 Reviewed by Kent Tamura.
2844 * fast/forms/form-attribute-not-in-document-expected.txt: Added.
2845 * fast/forms/form-attribute-not-in-document.html: Added.
2847 2012-03-15 Dean Jackson <dino@apple.com>
2849 webgl/framebuffer-object-attachment failing on lion
2850 https://bugs.webkit.org/show_bug.cgi?id=81290
2852 Unreviewed. Adding the failing results to platform/mac.
2854 * platform/mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added.
2855 * platform/mac/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added.
2857 2012-03-15 Tim Horton <timothy_horton@apple.com>
2859 canvas/philip/tests/2d.line.cap.round.html fails on Mac Lion WK1
2860 https://bugs.webkit.org/show_bug.cgi?id=81289
2861 <rdar://problem/11059777>
2863 Unreviewed skip of flaky test canvas/philip/tests/2d.line.cap.round.html.
2865 * platform/mac/Skipped:
2867 2012-03-15 Dean Jackson <dino@apple.com>
2869 webgl/context-lost failing on Lion
2870 https://bugs.webkit.org/show_bug.cgi?id=81284
2872 Unreviewed. Adding the failing results to platform/mac.
2874 * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Added.
2875 * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Added.
2877 2012-03-15 Lynn Neir <lynn.neir@skype.net>
2879 Implement LayoutTestController::setValueForUser on Windows https://bugs.webkit.org/show_bug.cgi?id=55834
2881 removed test, no longer needed as test passes and matches baseline expected results and also updated wk2 skipped file to no longer skip this test.
2883 Reviewed by Jessie Berlin.
2885 * platform/win/fast/forms/onchange-setvalueforuser-expected.txt: Removed.
2886 * platform/wk2/Skipped:
2888 2012-03-15 Jessie Berlin <jberlin@apple.com>
2890 Selection is not collapsed in some WK2 editing tests
2891 https://bugs.webkit.org/show_bug.cgi?id=69889
2893 Add some expected failing results for mac-wk2 to get the bots green.
2895 * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Added.
2896 * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Added.
2898 2012-03-15 Stephen Chenney <schenney@chromium.org>
2900 [Chromium] Cleanup of outdated test expectations
2901 https://bugs.webkit.org/show_bug.cgi?id=81253
2903 Unreviewed chromium expectations.
2905 * platform/chromium/test_expectations.txt: Adding Linux svg/text/text-tselect-02.f.svg
2907 2012-03-15 Tim Horton <timothy_horton@apple.com>
2909 Remove mac-future results
2910 https://bugs.webkit.org/show_bug.cgi?id=81275
2912 There should never be anything in LayoutTests/platform/mac-future.
2913 Please don't put anything there in the future.
2915 Rubber-stamped by Alexey Proskuryakov.
2917 * platform/mac-future/css1: Removed.
2918 * platform/mac-future/css1/font_properties: Removed.
2919 * platform/mac-future/css1/font_properties/font-expected.png: Removed.
2920 * platform/mac-future/css2.1: Removed.
2921 * platform/mac-future/css2.1/t1508-c527-font-05-b-expected.png: Removed.
2922 * platform/mac-future/css2.1/t1508-c527-font-10-c-expected.png: Removed.
2923 * platform/mac-future/fast: Removed.
2924 * platform/mac-future/fast/css: Removed.
2925 * platform/mac-future/fast/css/font-family-pictograph-expected.png: Removed.
2926 * platform/mac-future/fast/css/font-family-pictograph-expected.txt: Removed.
2927 * platform/mac-future/fast/dom: Removed.
2928 * platform/mac-future/fast/dom/52776-expected.txt: Removed.
2929 * platform/mac-future/fast/forms: Removed.
2930 * platform/mac-future/fast/forms/listbox-bidi-align-expected.png: Removed.
2931 * platform/mac-future/fast/repaint: Removed.
2932 * platform/mac-future/fast/repaint/canvas-putImageData-expected.txt: Removed.
2933 * platform/mac-future/fast/text: Removed.
2934 * platform/mac-future/fast/text/capitalize-boundaries-expected.png: Removed.
2935 * platform/mac-future/fast/writing-mode: Removed.
2936 * platform/mac-future/fast/writing-mode/fallback-orientation-expected.png: Removed.
2937 * platform/mac-future/media: Removed.
2938 * platform/mac-future/media/video-display-toggle-expected.txt: Removed.
2939 * platform/mac-future/media/video-no-audio-expected.txt: Removed.
2940 * platform/mac-future/svg: Removed.
2941 * platform/mac-future/svg/W3C-I18N: Removed.
2942 * platform/mac-future/svg/W3C-SVG-1.1-SE: Removed.
2943 * platform/mac-future/svg/batik: Removed.
2944 * platform/mac-future/svg/batik/masking: Removed.
2945 * platform/mac-future/svg/batik/text: Removed.
2946 * platform/mac-future/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed.
2947 * platform/mac-future/svg/carto.net: Removed.
2948 * platform/mac-future/svg/carto.net/scrollbar-expected.png: Removed.
2949 * platform/mac-future/svg/custom: Removed.
2951 2012-03-15 Alexey Proskuryakov <ap@apple.com>
2953 Move test results from mac-lion to mac
2954 https://bugs.webkit.org/show_bug.cgi?id=81266
2956 Reviewed by Jessie Berlin.
2958 * platform/mac-lion/canvas: Removed.
2959 * platform/mac-lion/canvas/philip: Removed.
2960 * platform/mac-lion/canvas/philip/tests: Removed.
2961 * platform/mac-lion/editing: Removed.
2962 * platform/mac-lion/editing/inserting: Removed.
2963 * platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.png: Removed.
2964 * platform/mac-lion/fast: Removed.
2965 * platform/mac-lion/fast/css: Removed.
2966 * platform/mac-lion/fast/css/font-family-pictograph-expected.txt: Removed.
2967 * platform/mac-lion/svg: Removed.
2968 * platform/mac-lion/svg/W3C-SVG-1.1-SE: Removed.
2969 * platform/mac-lion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
2970 * platform/mac/editing/inserting/break-blockquote-after-delete-expected.png:
2971 * platform/mac/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac-lion/fast/css/font-family-pictograph-expected.txt.
2972 * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt:
2974 2012-03-15 Brady Eidson <beidson@apple.com>
2976 <rdar://problem/11036900> and https://bugs.webkit.org/show_bug.cgi?id=81079
2977 REGRESSION(r107844): Clipboard API only remembers most recent data set on clipboard
2979 Reviewed by Sam Weinig.
2981 * editing/pasteboard/copy-two-pasteboard-types-both-work-expected.txt: Added.
2982 * editing/pasteboard/copy-two-pasteboard-types-both-work.html: Added.
2984 2012-03-15 Levi Weintraub <leviw@chromium.org>
2986 Unreviewed gardening. New flaky tests and new failure modes for old flaky tests.
2988 * platform/chromium/test_expectations.txt:
2990 2012-03-15 Philip Rogers <pdr@google.com>
2992 Temporarily skip svg/custom/delete-text-crash.html on mac and win
2993 https://bugs.webkit.org/show_bug.cgi?id=81006
2995 Unreviewed update of expectations.
2997 * platform/mac/Skipped:
2998 * platform/win/Skipped:
3000 2012-03-15 Stephen Chenney <schenney@chromium.org>
3002 [Chromium] Cleanup of outdated test expectations
3003 https://bugs.webkit.org/show_bug.cgi?id=81253
3005 Unreviewed chromium test expectations update.
3007 * platform/chromium/test_expectations.txt: Updated bug numbers or removed several SVG-related expectations.
3009 2012-03-15 Tim Horton <timothy_horton@apple.com>
3011 Unreviewed rebaseline of canvas/philip/tests/2d.line.cap.round; the platform
3012 independent results are correct for mac now, so remove the specific ones.
3014 * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed.
3015 * platform/mac/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed.
3017 2012-03-15 Vsevolod Vlasov <vsevik@chromium.org>
3019 Web Inspector: MainScriptMapping should detect snippet scripts by means of sourceURL set before evaluation.
3020 https://bugs.webkit.org/show_bug.cgi?id=81031
3022 Reviewed by Pavel Feldman.
3024 * inspector/debugger/snippets-model-expected.txt:
3025 * inspector/debugger/snippets-model.html:
3027 2012-03-15 Elliot Poger <epoger@google.com>
3029 migrate Yang Guo's expectations from chromium to webkit
3030 https://bugs.webkit.org/show_bug.cgi?id=81026
3032 Unreviewed test_expectations.
3034 * platform/chromium/test_expectations.txt:
3036 2012-03-14 Pavel Podivilov <podivilov@chromium.org>
3038 Web Inspector: extract CompilerScriptMapping from RawSourceCode.
3039 https://bugs.webkit.org/show_bug.cgi?id=81088
3041 Reviewed by Vsevolod Vlasov.
3043 * http/tests/inspector/compiler-source-mapping-expected.txt:
3044 * http/tests/inspector/compiler-source-mapping.html:
3045 * http/tests/inspector/debugger-test.js:
3046 (initialize_DebuggerTest.):
3047 (initialize_DebuggerTest):
3048 * inspector/debugger/raw-source-code-expected.txt:
3049 * inspector/debugger/raw-source-code.html:
3051 2012-03-15 Jessie Berlin <jberlin@apple.com>
3053 css3/filters/custom/custom-filter-property-computed-style.html passes in browser, fails in DRT.
3054 https://bugs.webkit.org/show_bug.cgi?id=81029
3056 Land expected passing results for WKTR.
3058 * platform/mac-wk2/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Added.
3060 2012-03-15 Levi Weintraub <leviw@chromium.org>
3062 Unreviewed gardening.
3064 Updating slightly changed SVG animation text expectations post-110545.
3066 * platform/chromium-linux-x86/fast/repaint/moving-shadow-on-path-expected.txt: Removed.
3067 * platform/chromium-linux-x86/svg/css/stars-with-shadow-expected.txt: Removed.
3068 * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Added.
3069 * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.txt: Added.
3070 * platform/chromium-mac/svg/css/stars-with-shadow-expected.txt: Added.
3071 * platform/chromium-win-vista/fast/repaint: Removed.
3072 * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Added.
3073 * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Added.
3074 * platform/chromium/fast/repaint/moving-shadow-on-path-expected.txt: Replaced.
3075 * platform/chromium/svg/css/stars-with-shadow-expected.txt: Replaced.
3077 2012-03-15 Stephen White <senorblanco@chromium.org>
3079 [chromium] Unreviewed gardening.
3081 Updated Lion baselines for css3/filters. Skipped all custom tests,
3082 and removed all baselines, since support is not currently compiled in.
3084 * platform/chromium-mac-leopard/css3/filters/custom: Removed.
3085 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
3086 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-expected.png: Removed.
3087 * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-parameters-expected.png: Removed.
3088 * platform/chromium-mac-snowleopard/css3/filters/composited-during-transition-layertree-expected.txt: Removed.
3089 * platform/chromium-mac-snowleopard/css3/filters/custom: Removed.
3090 * platform/chromium-mac-snowleopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
3091 * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-expected.png: Removed.
3092 * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-expected.txt: Removed.
3093 * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-hw-expected.png: Removed.
3094 * platform/chromium-mac-snowleopard/css3/filters/effect-combined-expected.png: Removed.
3095 * platform/chromium-mac-snowleopard/css3/filters/effect-combined-expected.txt: Removed.
3096 * platform/chromium-mac-snowleopard/css3/filters/effect-contrast-expected.png: Removed.
3097 * platform/chromium-mac-snowleopard/css3/filters/effect-contrast-expected.txt: Removed.
3098 * platform/chromium-mac-snowleopard/css3/filters/effect-grayscale-expected.png: Removed.
3099 * platform/chromium-mac-snowleopard/css3/filters/effect-grayscale-expected.txt: Removed.
3100 * platform/chromium-mac-snowleopard/css3/filters/effect-hue-rotate-expected.png: Removed.
3101 * platform/chromium-mac-snowleopard/css3/filters/effect-hue-rotate-expected.txt: Removed.
3102 * platform/chromium-mac-snowleopard/css3/filters/effect-invert-expected.png: Removed.
3103 * platform/chromium-mac-snowleopard/css3/filters/effect-invert-expected.txt: Removed.
3104 * platform/chromium-mac-snowleopard/css3/filters/effect-invert-hw-expected.png: Removed.
3105 * platform/chromium-mac-snowleopard/css3/filters/effect-opacity-expected.png: Removed.
3106 * platform/chromium-mac-snowleopard/css3/filters/effect-opacity-expected.txt: Removed.
3107 * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-expected.png: Removed.
3108 * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-expected.txt: Removed.
3109 * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-hw-expected.png: Removed.
3110 * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-expected.png: Removed.
3111 * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-expected.txt: Removed.
3112 * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-hw-expected.png: Removed.
3113 * platform/chromium-mac-snowleopard/css3/filters/filter-repaint-expected.png: Removed.
3114 * platform/chromium-mac-snowleopard/css3/filters/filter-with-transform-expected.png: Removed.
3115 * platform/chromium-mac-snowleopard/css3/filters/nested-filter-expected.png: Removed.
3116 * platform/chromium-mac-snowleopard/css3/filters/nested-filters-expected.png: Removed.
3117 * platform/chromium-mac-snowleopard/css3/filters/regions-expanding-expected.png: Removed.
3118 * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt: Added.
3119 * platform/chromium-mac/css3/filters/effect-brightness-expected.png: Added.
3120 * platform/chromium-mac/css3/filters/effect-brightness-expected.txt: Added.
3121 * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: Added.
3122 * platform/chromium-mac/css3/filters/effect-combined-expected.png: Added.
3123 * platform/chromium-mac/css3/filters/effect-combined-expected.txt: Added.
3124 * platform/chromium-mac/css3/filters/effect-contrast-expected.png: Added.
3125 * platform/chromium-mac/css3/filters/effect-contrast-expected.txt: Added.
3126 * platform/chromium-mac/css3/filters/effect-grayscale-expected.png: Added.
3127 * platform/chromium-mac/css3/filters/effect-grayscale-expected.txt: Added.
3128 * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png: Added.
3129 * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.txt: Added.
3130 * platform/chromium-mac/css3/filters/effect-invert-expected.png: Added.
3131 * platform/chromium-mac/css3/filters/effect-invert-expected.txt: Added.
3132 * platform/chromium-mac/css3/filters/effect-invert-hw-expected.png: Added.
3133 * platform/chromium-mac/css3/filters/effect-opacity-expected.png: Added.
3134 * platform/chromium-mac/css3/filters/effect-opacity-expected.txt: Added.
3135 * platform/chromium-mac/css3/filters/effect-saturate-expected.png: Added.
3136 * platform/chromium-mac/css3/filters/effect-saturate-expected.txt: Added.
3137 * platform/chromium-mac/css3/filters/effect-saturate-hw-expected.png: Added.
3138 * platform/chromium-mac/css3/filters/effect-sepia-expected.png: Added.
3139 * platform/chromium-mac/css3/filters/effect-sepia-expected.txt: Added.
3140 * platform/chromium-mac/css3/filters/effect-sepia-hw-expected.png: Added.
3141 * platform/chromium-mac/css3/filters/filter-repaint-expected.png: Added.
3142 * platform/chromium-mac/css3/filters/filter-with-transform-expected.png: Added.
3143 * platform/chromium-mac/css3/filters/nested-filter-expected.png: Added.
3144 * platform/chromium-mac/css3/filters/nested-filters-expected.png: Added.
3145 * platform/chromium-mac/css3/filters/regions-expanding-expected.png: Added.
3146 * platform/chromium-win/css3/filters/custom: Removed.
3147 * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
3148 * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Removed.
3149 * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Removed.
3150 * platform/chromium/css3/filters/custom: Removed.
3151 * platform/chromium/css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed.
3152 * platform/chromium/css3/filters/custom/effect-custom-disabled-expected.txt: Removed.
3153 * platform/chromium/css3/filters/custom/effect-custom-expected.txt: Removed.
3154 * platform/chromium/css3/filters/custom/effect-custom-parameters-expected.txt: Removed.
3155 * platform/chromium/test_expectations.txt:
3157 2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com>
3159 Enable animVal support for SVGNumberList
3160 https://bugs.webkit.org/show_bug.cgi?id=81219
3162 Reviewed by Rob Buis.
3164 Extend SVGNumberList tests to cover animVal/baseVal at the same time.
3166 * platform/chromium/test_expectations.txt:
3167 * svg/animations/script-tests/svgnumberlist-animation-1.js:
3173 * svg/animations/script-tests/svgnumberlist-animation-2.js:
3179 * svg/animations/svgnumberlist-animation-1-expected.txt:
3180 * svg/animations/svgnumberlist-animation-2-expected.txt:
3181 * svg/filters/feColorMatrix-invalid-animation-expected.txt: We no longer mutate the DOM, thus the dump is now correct.
3183 2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com>
3185 Enable animVal support for SVGNumber
3186 https://bugs.webkit.org/show_bug.cgi?id=81212
3188 Reviewed by Rob Buis.
3190 Add new test covering animVal support for SVGNumber.
3192 * svg/animations/script-tests/svgnumber-animation-4.js: Added.
3197 * svg/animations/svgnumber-animation-4-expected.txt: Added.
3198 * svg/animations/svgnumber-animation-4.html: Added.
3200 2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com>
3202 Not reviewed. Fix typo introduced in my last patch leading to flakiness.
3204 * svg/animations/script-tests/animateTransform-pattern-transform.js:
3207 2012-03-15 Nikolas Zimmermann <nzimmermann@rim.com>
3209 Enable animVal support for SVGTransformList
3210 https://bugs.webkit.org/show_bug.cgi?id=80758
3212 Reviewed by Antti Koivisto.
3214 Rebaseline tests after enabling animVal support SVGAnimateTransformElement/SVGTransformList.
3216 * svg/animations/animate-gradient-transform-expected.txt:
3217 * svg/animations/animateTransform-pattern-transform-expected.txt:
3218 * svg/animations/script-tests/animate-gradient-transform.js:
3223 * svg/animations/script-tests/animateTransform-pattern-transform.js:
3230 2012-03-13 Nikolas Zimmermann <nzimmermann@rim.com>
3232 Enable animVal support for SVGLengthList
3233 https://bugs.webkit.org/show_bug.cgi?id=80750
3235 Reviewed by Zoltan Herczeg.
3237 Update test expectations after turning on animVal support for SVGLengthList.
3239 * svg/animations/script-tests/svglengthlist-animation-1.js:
3243 * svg/animations/script-tests/svglengthlist-animation-2.js:
3247 * svg/animations/script-tests/svglengthlist-animation-3.js:
3251 * svg/animations/script-tests/svglengthlist-animation-4.js:
3255 * svg/animations/script-tests/svglengthlist-animation-5.js:
3259 * svg/animations/svglengthlist-animation-1-expected.txt:
3260 * svg/animations/svglengthlist-animation-2-expected.txt:
3261 * svg/animations/svglengthlist-animation-3-expected.txt:
3262 * svg/animations/svglengthlist-animation-4-expected.txt:
3263 * svg/animations/svglengthlist-animation-5-expected.txt:
3265 2012-03-15 Philippe Normand <pnormand@igalia.com>
3267 Unreviewed, GTK baselines for new fast/css test.
3269 * platform/gtk/fast/css/pseudo-first-line-border-width-expected.txt: Added.
3271 2012-03-15 Hajime Morrita <morrita@chromium.org>
3273 Unreviewed expectations update. Step by step.
3275 * platform/chromium-mac-snowleopard/compositing/overflow/ancestor-overflow-expected.png: Added.
3276 * platform/chromium-mac-snowleopard/compositing/repaint/opacity-between-absolute-expected.png: Added.
3278 2012-03-15 Hajime Morrita <morrita@chromium.org>
3280 Unreviewed expectations update.
3282 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Added.
3283 * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
3285 2012-03-15 Hajime Morrita <morrita@chromium.org>
3287 Unreviewed expectations update.
3289 * platform/chromium-mac-leopard/svg/batik/filters/filterRegions-expected.txt: Removed.
3291 2012-03-14 Chris Fleizach <cfleizach@apple.com>
3293 AXDescription for HTML5 footer and ARIA role contentinfo incorrect
3294 https://bugs.webkit.org/show_bug.cgi?id=78967
3296 Reviewed by Beth Dakin.
3298 * platform/mac/accessibility/footer-roledescription-expected.txt: Added.
3299 * platform/mac/accessibility/footer-roledescription.html: Added.
3301 2012-03-14 Hajime Morrita <morrita@chromium.org>
3303 Unreviewed expectation update for Chrome-Lion.
3305 * platform/chromium/test_expectations.txt:
3307 2012-03-14 Chris Fleizach <cfleizach@apple.com>
3309 AXDescription for ARIA role contentinfo incorrect
3310 https://bugs.webkit.org/show_bug.cgi?id=78967
3312 Reviewed by Beth Dakin.
3314 * platform/mac/accessibility/aria-grouping-roles-expected.txt:
3315 * platform/mac/accessibility/aria-grouping-roles.html:
3317 2012-03-14 Hajime Morrita <morrita@chromium.org>
3319 Unreviewed expectation update.
3321 * platform/chromium-win-xp/accessibility/aria-checkbox-sends-notification-expected.txt: Added.
3322 * platform/chromium/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Renamed from LayoutTests/platform/chromium-win/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt.
3323 * platform/win/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Removed.
3325 2012-03-14 Chris Fleizach <cfleizach@apple.com>
3327 AX: ARIA tables need to support selected rows attribute/select rows changed notification
3328 https://bugs.webkit.org/show_bug.cgi?id=79821
3330 Reviewed by Beth Dakin.
3332 * platform/mac/accessibility/selected-rows-table-expected.txt: Added.
3333 * platform/mac/accessibility/selected-rows-table.html: Added.
3335 2012-03-14 Anders Carlsson <andersca@apple.com>
3337 java/java-and-plugins.html test failing
3338 https://bugs.webkit.org/show_bug.cgi?id=81188
3339 <rdar://problem/11048657>
3341 Reviewed by Sam Weinig.
3343 Remove part of this test that tested trying to call a java method on an NPObject; on Snow Leopard
3344 and newer the Java plug-in is also a NPAPI plug-in so the two removed tests would fail.
3346 * java/java-and-plugins-expected.txt:
3347 * java/java-and-plugins.html:
3349 2012-03-14 Jessie Berlin <jberlin@apple.com>
3351 Mac rebaseline after r110667.
3353 * platform/mac/fast/dom/Window/window-properties-expected.txt:
3355 2012-03-14 James Robinson <jamesr@chromium.org>
3357 [chromium] More compositing baseline updates. Unreviewed.
3359 * platform/chromium-mac-snowleopard/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
3360 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-expected.png: Added.
3361 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
3362 * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-size-change-expected.png: Added.
3363 * platform/chromium-mac-snowleopard/compositing/reflections/reflection-ordering-expected.png: Added.
3364 * platform/chromium-mac-snowleopard/compositing/reflections/reflection-positioning-expected.png: Added.
3365 * platform/chromium-mac-snowleopard/compositing/reflections/reflection-positioning2-expected.png: Added.
3366 * platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png: Added.
3367 * platform/chromium-mac/compositing/culling/filter-occlusion-blur-expected.png:
3368 * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
3369 * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png:
3370 * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png:
3371 * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png:
3372 * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png:
3374 2012-03-14 Jessie Berlin <jberlin@apple.com>
3376 [Mac Intel WebKit2 Release Tests] canvas/philip/tests/2d.text.draw.fontface.notinpage.html
3377 failing since r83550
3378 https://bugs.webkit.org/show_bug.cgi?id=58332
3380 Add expected failing results to get the bots green.
3382 * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt: Added.
3384 2012-03-14 Jessie Berlin <jberlin@apple.com>
3386 Rebaseline some mac canvas philip expected failing results to get the bots green.
3388 * platform/mac/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt:
3390 2012-03-14 Jessie Berlin <jberlin@apple.com>
3392 canvas/philip/tests/2d.gradient.interpolate.colouralpha failing on Lion Intel Debug (WK1 and WK2)
3393 https://bugs.webkit.org/show_bug.cgi?id=81185
3395 Land some expected failing results to get the bots green.
3397 * platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Added.
3399 2012-03-14 Hayato Ito <hayato@chromium.org>
3401 Make ShadowRoot.activeElement return null if it does not contain a focused element.
3402 https://bugs.webkit.org/show_bug.cgi?id=81097
3404 Reviewed by Dimitri Glazkov.
3406 * fast/dom/shadow/shadow-root-activeElement-expected.txt:
3407 * fast/dom/shadow/shadow-root-activeElement.html:
3409 2012-03-14 Thiago Marcos P. Santos <thiago.santos@intel.com>
3411 [EFL] Remove nodesFromRect tests from the skip list
3412 https://bugs.webkit.org/show_bug.cgi?id=81116
3414 Support for internals.nodesFromRect was recently added for the EFL
3415 port. These tests are now fine.
3417 Reviewed by Kenneth Rohde Christiansen.
3419 * platform/efl/Skipped:
3421 2012-03-14 Matt Falkenhagen <falken@chromium.org>
3423 Allow per-script font settings to be specified in layout tests
3424 https://bugs.webkit.org/show_bug.cgi?id=78184
3426 Reviewed by Hajime Morita.
3428 This adds per-script font settings to InternalSettings, so it can be used in layout tests instead of
3429 the per-script font settings support in DumpRenderTree overridePreference, which has only been implemented
3430 for Chromium so far.
3432 * fast/text/international/locale-sensitive-fonts-expected.html: Added. Changed test to a reftest.
3433 * fast/text/international/locale-sensitive-fonts.html: Changed to use InternalSettings.
3434 * platform/chromium-win/fast/text/international/locale-sensitive-fonts-expected.png: Removed.
3435 * platform/chromium/fast/text/international/locale-sensitive-fonts-expected.png: Removed.
3436 * platform/chromium/fast/text/international/locale-sensitive-fonts-expected.txt: Removed.
3437 * platform/efl/Skipped: Removed locale-sensitive-fonts.html since it no longer relies on overridePreference.
3438 * platform/gtk-wk2/Skipped: Ditto.
3439 * platform/gtk/Skipped: Ditto.
3440 * platform/mac/Skipped: Ditto.
3441 * platform/qt/Skipped: Ditto.
3442 * platform/win/Skipped: Ditto.
3443 * platform/wincairo/Skipped: Ditto.
3444 * platform/wk2/Skipped: Ditto.
3446 2012-03-14 Jessie Berlin <jberlin@apple.com>
3448 fullscreen/video-controls-drag.html failing on Mac
3449 https://bugs.webkit.org/show_bug.cgi?id=81176
3451 Land expected failing results to get the bots green.
3453 * platform/mac/fullscreen/video-controls-drag-expected.txt: Added.
3455 2012-03-14 Adam Barth <abarth@webkit.org>
3457 More fun with repainting-after-animation-element-removal. These
3458 results differ by only one pixel.
3460 * platform/chromium-linux/svg/repaint/repainting-after-animation-element-removal-expected.png: Added.
3461 * platform/chromium-mac-leopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Removed.
3462 * platform/chromium-mac-snowleopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Removed.
3464 2012-03-14 James Robinson <jamesr@chromium.org>
3466 [chromium] Fix a few more compositing baselines. Unreviewed.
3468 * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png:
3469 * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png:
3470 * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png:
3472 2012-03-14 Adam Barth <abarth@webkit.org>
3474 Add some chromium-mac-leopard overrides for tests I rebaselined earlier.
3476 * platform/chromium-mac-leopard/css2.1/20110323/border-collapse-offset-002-expected.png: Added.
3477 * platform/chromium-mac-leopard/css3/filters/filter-empty-element-crash-expected.png: Added.
3479 2012-03-14 Adam Barth <abarth@webkit.org>
3481 Add missing image baselines for new test added in <http://trac.webkit.org/changeset/110769>.
3483 * platform/chromium-linux/fast/css/pseudo-first-line-border-width-expected.png: Added.
3484 * platform/chromium-mac/fast/css/pseudo-first-line-border-width-expected.png: Added.
3485 * platform/chromium-win/fast/css/pseudo-first-line-border-width-expected.png: Added.
3486 * platform/chromium/fast/css/pseudo-first-line-border-width-expected.txt: Added.
3488 2012-03-14 Sheriff Bot <webkit.review.bot@gmail.com>
3490 Unreviewed, rolling out r110641.
3491 http://trac.webkit.org/changeset/110641
3492 https://bugs.webkit.org/show_bug.cgi?id=81170
3494 Causes an ASAN failure (Requested by abarth on #webkit).
3496 * platform/chromium/test_expectations.txt:
3498 2012-03-14 James Robinson <jamesr@chromium.org>
3500 [chromium] Unreviewed. Update many compositing baselines and expectations now that one major cause of flake is