blob: 75dba97b588f811c74ecb5f9332d86983917a8c0 [file] [log] [blame]
2012-08-03 Ami Fischman <fischman@chromium.org>
Layout Test media/video-currentTime-set2.html is flakily crashing
https://bugs.webkit.org/show_bug.cgi?id=92852
Unreviewed, test expectation change only.
The DCHECK in question was removed in http://crrev.com/149452
* platform/chromium/TestExpectations:
2012-08-03 Rick Byers <rbyers@chromium.org>
Double tap gesture should send dblclick event
https://bugs.webkit.org/show_bug.cgi?id=92412
Reviewed by Adam Barth.
Adds test for derived mouse events generated by a sequence of two tap
events. Modeled after gesture-click.html.
* fast/events/touch/gesture/gesture-dblclick-expected.txt: Added.
* fast/events/touch/gesture/gesture-dblclick.html: Added.
* platform/chromium/fast/events/touch/gesture/gesture-dblclick-expected.txt: Added.
2012-08-03 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r124668.
http://trac.webkit.org/changeset/124668
https://bugs.webkit.org/show_bug.cgi?id=93167
Broke Mac build (Requested by kbr_google on #webkit).
* fast/canvas/webgl/array-set-invalid-arguments-expected.txt: Removed.
* fast/canvas/webgl/array-set-invalid-arguments.html: Removed.
* fast/canvas/webgl/array-set-out-of-bounds-expected.txt:
* fast/canvas/webgl/data-view-crash-expected.txt:
* fast/canvas/webgl/data-view-test-expected.txt:
2012-08-03 Julien Chaffraix <jchaffraix@webkit.org>
Implement computePreferredLogicalWidths on RenderGrid
https://bugs.webkit.org/show_bug.cgi?id=92908
Reviewed by Ojan Vafai.
* fast/css-grid-layout/place-cell-by-index-expected.txt:
Updated the expected file (everything passes now).
* fast/css-grid-layout/place-cell-by-index.html:
Removed some FIXMEs and added one about the expected offsets making
a wrong assumption. It's fine to keep this testing until we support
this part of the spec.
2012-08-03 Arnaud Renevier <a.renevier@sisa.samsung.com>
Update TypedArrays to throw RangeError or similar instead of INDEX_SIZE_ERR
https://bugs.webkit.org/show_bug.cgi?id=45118
Reviewed by Kenneth Russell.
New test to test invalid arguments to TypedArray set method
Update array-set-out-of-bounds.html, data-view-crash.html and
data-view-test.html test expectations no match new exceptions thrown.
* fast/canvas/webgl/array-set-invalid-arguments-expected.txt: Added.
* fast/canvas/webgl/array-set-invalid-arguments.html: Added.
* fast/canvas/webgl/array-set-out-of-bounds-expected.txt:
* fast/canvas/webgl/data-view-crash-expected.txt:
* fast/canvas/webgl/data-view-test-expected.txt:
2012-08-03 Dan Bernstein <mitz@apple.com>
REGRESSION (Safari 5.1 - 6): Cannot correctly display Traditional Mongolian Script
https://bugs.webkit.org/show_bug.cgi?id=92864
Reviewed by Sam Weinig.
* platform/mac/fast/text/combining-character-sequence-vertical-expected.html: Added.
* platform/mac/fast/text/combining-character-sequence-vertical.html: Added.
2012-08-03 Dmitry Titov <dimich@chromium.org>
Added 'crash' expectation to a flaky test fast/multicol/column-span-parent-continuation-crash.html
https://bugs.webkit.org/show_bug.cgi?id=90746
Not reviewed, expectations update.
* platform/chromium/TestExpectations:
2012-08-03 Anna Cavender <annacc@chromium.org>
Negative timestamps for TextTrackCues should not be allowed.
https://bugs.webkit.org/show_bug.cgi?id=92939
Reviewed by Eric Carlson.
Make sure cues added in JavaScript are not allowed negative timestamps.
Attempting to add a cue with a negative timestamp is not successful
and setting a timestamp to a negative value has no effect.
* media/track/track-cue-negative-timestamp-expected.txt: Added.
* media/track/track-cue-negative-timestamp.html: Added.
2012-08-03 Terry Anderson <tdanderson@chromium.org>
Apply target fuzzing when sending a context menu event
https://bugs.webkit.org/show_bug.cgi?id=92914
Reviewed by Antonio Gomes.
New layout test to verify that context menus appear on links for a long press
gesture when TOUCH_ADJUSTMENT is enabled.
* platform/qt/Skipped:
Skipped on qt because gestureLongPress is not used for context menus.
* touchadjustment/touch-links-longpress-expected.txt: Added.
* touchadjustment/touch-links-longpress.html: Added.
2012-08-03 Stephen Chenney <schenney@chromium.org>
Crash when a clip path referencing a clip path changes documents
https://bugs.webkit.org/show_bug.cgi?id=93023
Reviewed by Dirk Schulze.
Test that asserts in debug DRT without this change. Any attempt to
delete a clip that references another clip after changing the document
results in a crash.
* svg/custom/clip-path-document-change-assert-expected.txt: Added.
* svg/custom/clip-path-document-change-assert.html: Added.
2012-07-20 Jon Lee <jonlee@apple.com>
Crash in Notification when setting a non-object as an event listener (91881)
https://bugs.webkit.org/show_bug.cgi?id=91881
<rdar://problem/11923341>
Reviewed by Oliver Hunt.
* fast/notifications/notifications-event-listener-crash-expected.txt: Added.
* fast/notifications/notifications-event-listener-crash.html: Added.
2012-08-03 Keishi Hattori <keishi@webkit.org>
Add keyboard support for color suggestion popup
https://bugs.webkit.org/show_bug.cgi?id=93069
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png:
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
2012-08-03 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening of failing tests
https://bugs.webkit.org/show_bug.cgi?id=93098
Unreviewed EFL gardening. Add failing tests to the Test Expectations.
* platform/efl/TestExpectations:
2012-08-03 Keishi Hattori <keishi@webkit.org>
ColorSuggestionPicker popup's height doesn't get smaller than 100 px
https://bugs.webkit.org/show_bug.cgi?id=92945
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.png: Added.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-one-row-appearance.html: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-two-row-appearance.html: Added.
2012-08-03 Eugene Klyuchnikov <eustas.big@gmail.com>
Web Inspector: Profiles: extract save to file / load from code
https://bugs.webkit.org/show_bug.cgi?id=92348
Reviewed by Yury Semikhatsky.
Changed test to adopt new API. Replaced FS mock with
reader mock.
* inspector/profiler/heap-snapshot-loader.html:
Adopted new API.
2012-08-03 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Incorrect blob url href when inspecting
https://bugs.webkit.org/show_bug.cgi?id=93076
Reviewed by Vsevolod Vlasov.
* inspector/styles/styles-url-linkify-expected.txt:
* inspector/styles/styles-url-linkify.html:
2012-08-03 Sergio Carlos Morales Angeles <carloschilazo@gmail.com>
Delete text from password does nothing.
https://bugs.webkit.org/show_bug.cgi?id=92040
Reviewed by Ryosuke Niwa.
Added regression test for password field content delete.
* editing/deleting/password-delete-contents-expected.txt: Added.
* editing/deleting/password-delete-contents.html: Added.
2012-08-03 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding text failure expectations for 20 MathML
Presentation tests that started failing after r124512.
* platform/gtk/TestExpectations:
2012-08-03 Jan Keromnes <janx@linux.com>
Web Inspector: Make textModel private to textEditor
https://bugs.webkit.org/show_bug.cgi?id=92999
Reviewed by Pavel Feldman.
Tests no longer access textModel directly from sourceFrame.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
* http/tests/inspector/live-edit-test.js:
(initialize_LiveEditTest.InspectorTest.replaceInSource):
(initialize_LiveEditTest):
* inspector/debugger/pause-in-inline-script.html:
* inspector/debugger/script-formatter.html:
* inspector/debugger/source-url-comment.html:
2012-08-03 Yuta Kitamura <yutak@chromium.org>
Unreviewed, test expectation change only.
* platform/chromium/TestExpectations: Merge a couple of tests into an existing bug.
2012-08-03 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r124549. Skipped a newly added failing test.
https://bugs.webkit.org/show_bug.cgi?id=93074
* platform/qt/Skipped:
2012-08-03 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, skip appcache abort() tests.
* platform/chromium/TestExpectations:
2012-08-03 Joone Hur <joone.hur@intel.com>
[EFL][DRT] WebKitAnimation API compile-time disabled
https://bugs.webkit.org/show_bug.cgi?id=84593
Reviewed by Laszlo Gombos.
Removing animations/animation-api-1.html from TestExpectations
by enabling ENABLE_ANIMATION_API.
* platform/efl/TestExpectations:
2012-08-02 Abhishek Arya <inferno@chromium.org>
Crash due to layer not removed from parent for anonymous block.
https://bugs.webkit.org/show_bug.cgi?id=90800
Reviewed by Kent Tamura.
* fast/block/layer-not-removed-from-parent-crash-expected.txt: Added.
* fast/block/layer-not-removed-from-parent-crash.html: Added.
2012-08-02 Filip Pizlo <fpizlo@apple.com>
Unreviewed, land some overrides for Chromium for the tests I just added, since
V8 attachs a slightly different (but equally valid) string for the exception we
expect to see.
* platform/chromium/fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
* platform/chromium/fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
* platform/chromium/fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
* platform/chromium/fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
2012-08-02 Kent Tamura <tkent@chromium.org>
Fix crashes for <input> and <textarea> with display:run-in.
https://bugs.webkit.org/show_bug.cgi?id=87300
Reviewed by Abhishek Arya.
* fast/runin/input-text-runin-expected.txt: Added.
* fast/runin/input-text-runin.html: Added.
* fast/runin/textarea-runin-expected.txt: Added.
* fast/runin/textarea-text-runin.html: Added.
2012-08-02 Filip Pizlo <fpizlo@apple.com>
ASSERTION FAILED: at(m_compileIndex).canExit() || m_isCheckingArgumentTypes
https://bugs.webkit.org/show_bug.cgi?id=91074
Reviewed by Mark Hahnenberg.
Added a test for this specific case (dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object)
as well as three other tests to cover similar, though not necessarily currently broken, cases, since it was previously the
case that we apparently had no explicit coverage for these code paths.
* fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
* fast/js/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html: Added.
* fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
* fast/js/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.html: Added.
* fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object-expected.txt: Added.
* fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.html: Added.
* fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object-expected.txt: Added.
* fast/js/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.html: Added.
* fast/js/script-tests/dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js: Added.
(foo):
* fast/js/script-tests/dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js: Added.
(foo):
* fast/js/script-tests/dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js: Added.
(foo):
* fast/js/script-tests/dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js: Added.
(foo):
2012-08-02 Yoshifumi Inoue <yosin@chromium.org>
Unreviewed. Rebaseline fast/forms/basic-selects.html for Chromium-Mac and Chromium-Win.
r124416 changes rendering of non-disabled option element in disabled select.
* platform/chromium-mac-snowleopard/fast/forms/basic-selects-expected.png:
* platform/chromium-mac/fast/forms/basic-selects-expected.png:
* platform/chromium-mac/fast/forms/basic-selects-expected.txt: Added.
* platform/chromium-win/fast/forms/basic-selects-expected.png:
* platform/chromium-win/fast/forms/basic-selects-expected.txt:
* platform/chromium/TestExpectations:
2012-08-02 Roger Fong <roger_fong@apple.com>
Layout Test: fast/css/image-orientation/image-orientation needs to be added to skip list for Windows.
https://bugs.webkit.org/show_bug.cgi?id=93053
Reviewed by Tim Horton.
The feature has not been completed yet.
It has been added to all other platforms' skip lists (see https://bugs.webkit.org/show_bug.cgi?id=89624), except for Windows.
* platform/win/Skipped:
Added fast/css/image-orientation/image-orientation to skip list.
2012-08-02 Keishi Hattori <keishi@webkit.org>
Slider should snap to datalist tick marks
https://bugs.webkit.org/show_bug.cgi?id=92640
Reviewed by Kent Tamura.
* fast/forms/datalist/range-snap-to-datalist-expected.txt: Added.
* fast/forms/datalist/range-snap-to-datalist.html: Added.
2012-08-02 Vincent Scheib <scheib@chromium.org>
Remove old Pointer Lock API.
https://bugs.webkit.org/show_bug.cgi?id=88892
Reviewed by Adam Barth.
Tests for old API removed, and most remaining tests required only small
changes.
* platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/lock-already-locked.html:
* pointer-lock/lock-fail-responses-expected.txt: Removed.
* pointer-lock/lock-fail-responses.html: Removed.
This test only covered the old API. The related concept is tested
for the new api in pointerlockchange-pointerlockerror-events.html.
* pointer-lock/pointer-lock-api-expected.txt:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-event-on-lock-lost-expected.txt: Added.
* pointer-lock/pointerlockchange-event-on-lock-lost.html: Added.
* pointer-lock/pointerlocklost-event-expected.txt: Removed.
* pointer-lock/pointerlocklost-event.html: Removed.
pointerlocklost-event.html renamed to pointerlockchange-event-on-lock-lost.html.
2012-08-02 Ryosuke Niwa <rniwa@webkit.org>
scripts in formaction should be stripped upon paste
https://bugs.webkit.org/show_bug.cgi?id=92298
Reviewed by Eric Seidel.
Added formaction attributes to tests.
* editing/pasteboard/paste-noscript-expected.txt:
* editing/pasteboard/paste-noscript-xhtml-expected.txt:
* editing/pasteboard/paste-noscript.html:
* editing/pasteboard/resources/paste-noscript-content.html:
2012-08-02 Elliott Sprehn <esprehn@gmail.com>
Built in quotes don't use lang attribute
https://bugs.webkit.org/show_bug.cgi?id=92918
Reviewed by Alexey Proskuryakov.
Add a test that the built in quote languages are used and that custom
languages work as well. This also tests that xml:lang takes precedence
over lang.
* fast/css-generated-content/quotes-lang-expected.html: Added.
* fast/css-generated-content/quotes-lang.html: Added.
* fast/css-generated-content/quotes-xml-lang-expected.html: Added.
* fast/css-generated-content/quotes-xml-lang.html: Added.
2012-06-15 David Barton <dbarton@mathscribe.com>
MathML: nested square root symbols have varying descenders
https://bugs.webkit.org/show_bug.cgi?id=43819
Reviewed by Eric Seidel.
These tests are rebaselined to use the STIXGeneral font, and tight glyph-based MathML
layout using the CSS properties
{ -webkit-line-box-contain: glyphs replaced; line-height: 0; }.
* mathml/presentation/style.xhtml:
* platform/mac/mathml/presentation/attributes-expected.png:
* platform/mac/mathml/presentation/attributes-expected.txt:
* platform/mac/mathml/presentation/fenced-expected.png:
* platform/mac/mathml/presentation/fenced-expected.txt:
* platform/mac/mathml/presentation/fenced-mi-expected.png:
* platform/mac/mathml/presentation/fenced-mi-expected.txt:
* platform/mac/mathml/presentation/fractions-expected.png:
* platform/mac/mathml/presentation/fractions-expected.txt:
* platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
* platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/mac/mathml/presentation/mo-expected.png:
* platform/mac/mathml/presentation/mo-expected.txt:
* platform/mac/mathml/presentation/mo-stretch-expected.png:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/mroot-pref-width-expected.png:
* platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
* platform/mac/mathml/presentation/over-expected.png:
* platform/mac/mathml/presentation/over-expected.txt:
* platform/mac/mathml/presentation/roots-expected.png:
* platform/mac/mathml/presentation/roots-expected.txt:
* platform/mac/mathml/presentation/row-alignment-expected.png:
* platform/mac/mathml/presentation/row-alignment-expected.txt:
* platform/mac/mathml/presentation/row-expected.png:
* platform/mac/mathml/presentation/row-expected.txt:
* platform/mac/mathml/presentation/style-expected.png:
* platform/mac/mathml/presentation/style-expected.txt:
* platform/mac/mathml/presentation/sub-expected.png:
* platform/mac/mathml/presentation/sub-expected.txt:
* platform/mac/mathml/presentation/subsup-expected.png:
* platform/mac/mathml/presentation/subsup-expected.txt:
* platform/mac/mathml/presentation/sup-expected.png:
* platform/mac/mathml/presentation/sup-expected.txt:
* platform/mac/mathml/presentation/tables-expected.png:
* platform/mac/mathml/presentation/tables-expected.txt:
* platform/mac/mathml/presentation/tokenElements-expected.png:
* platform/mac/mathml/presentation/tokenElements-expected.txt:
* platform/mac/mathml/presentation/under-expected.png:
* platform/mac/mathml/presentation/under-expected.txt:
* platform/mac/mathml/presentation/underover-expected.png:
* platform/mac/mathml/presentation/underover-expected.txt:
* platform/mac/mathml/xHeight-expected.png:
* platform/mac/mathml/xHeight-expected.txt:
2012-08-02 Emil A Eklund <eae@chromium.org>
Range::isPointInRange incorrectly throws WRONG_DOCUMENT_ERR
https://bugs.webkit.org/show_bug.cgi?id=93009
Reviewed by Ojan Vafai.
Add test for Range::isPointInRange where the point is in a different
document than the range.
* fast/dom/move-nodes-across-documents.html: Change expectations for isPointInRange
* fast/html/range-point-in-range-for-different-documents-expected.txt: Added.
* fast/html/range-point-in-range-for-different-documents.html: Added.
2012-08-02 Erik Arvidsson <arv@chromium.org>
DOM4: className should be defined on Element and not on HTMLElement
https://bugs.webkit.org/show_bug.cgi?id=93014
Reviewed by Adam Barth.
DOM4 specs that Element should have the className WebIDL attribute. This moves the
attribute to the correct IDL file.
* fast/dom/Element/class-name-expected.txt: Added.
* fast/dom/Element/class-name.html: Added.
2012-08-02 Abhishek Arya <inferno@chromium.org>
No isChildAllowed checked when adding RenderFullScreen as the child..
https://bugs.webkit.org/show_bug.cgi?id=92995
Reviewed by Eric Seidel.
* fullscreen/fullscreen-child-not-allowed-crash-expected.txt: Added.
* fullscreen/fullscreen-child-not-allowed-crash.html: Added.
2012-08-02 Philip Rogers <pdr@google.com>
Do not dispatch modification events in SVG attribute synchronization
https://bugs.webkit.org/show_bug.cgi?id=92604
Reviewed by Ryosuke Niwa.
* svg/custom/path-domsubtreemodified-crash-expected.txt: Added.
* svg/custom/path-domsubtreemodified-crash.html: Added.
2012-08-02 Konrad Piascik <kpiascik@rim.com>
Web Inspector: Override the DeviceOrientation
https://bugs.webkit.org/show_bug.cgi?id=91008
Reviewed by Pavel Feldman.
New tests for Device Orientation override.
* inspector/device-orientation-success-expected.txt: Added.
* inspector/device-orientation-success.html: Added.
2012-08-02 Chris Fleizach <cfleizach@apple.com>
AXEnabled = false for AXIncrementors inside text fields
https://bugs.webkit.org/show_bug.cgi?id=93008
Reviewed by Anders Carlsson.
Update tests to reflect that mock objects should be enabled by default.
* platform/mac/accessibility/html5-input-number-expected.txt:
* platform/mac/accessibility/html5-input-number.html:
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-sections-expected.txt:
2012-08-02 Roger Fong <roger_fong@apple.com>
Layout Test: compositing/backface-visibility/backface-visibility-webgl.html is not supported on Windows.
No WebGL support.
https://bugs.webkit.org/show_bug.cgi?id=92929
Reviewed by Tim Horton.
* platform/win/Skipped:
compositing/backface-visibility/backface-visibility-webgl.html added to Windows skip list.
2012-08-02 Dinu Jacob <dinu.jacob@nokia.com>
WebKitTestRunner needs layoutTestController.setUserStyleSheetEnabled
https://bugs.webkit.org/show_bug.cgi?id=42679
Reviewed by Eric Seidel.
Removed tests that are now passing.
* platform/wk2/Skipped:
2012-08-02 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL][GTK] Implement font-feature settings
https://bugs.webkit.org/show_bug.cgi?id=84239
Unreviewed EFL gardening.
Now working after bug 91864 is closed.
* platform/efl/TestExpectations:
* platform/efl/css3/font-feature-settings-rendering-expected.png:
* platform/efl/css3/font-feature-settings-rendering-expected.txt:
2012-08-02 Kwang Yul Seo <skyul@company100.net>
Check if the last table element's parent node is an element when determining the foster parent element.
https://bugs.webkit.org/show_bug.cgi?id=92977
Reviewed by Adam Barth.
This new test changes the table element's parent node to a newly created document fragment node.
Because a document fragment node is not an element, the foster parent element must be the element
before the last table element in the stack of open elements.
* fast/parser/foster-parent-expected.txt: Added.
* fast/parser/foster-parent.html: Added.
2012-08-02 Antti Koivisto <antti@apple.com>
Inline stylesheets can confuse style sharing
https://bugs.webkit.org/show_bug.cgi?id=92970
Reviewed by Dan Bernstein.
* fast/css/style-sharing-inline-stylesheet-expected.txt: Added.
* fast/css/style-sharing-inline-stylesheet.html: Added.
2012-08-02 Dominik Röttsches <dominik.rottsches@intel.com>
[Cairo] Add complex font drawing using HarfbuzzNG
https://bugs.webkit.org/show_bug.cgi?id=91864
Reviewed by Martin Robinson.
Unskipping tests, now passing with valid complex font results.
* platform/efl/TestExpectations:
* platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
* platform/efl/fast/text/international/text-spliced-font-expected.png: Added.
* platform/efl/fast/text/international/text-spliced-font-expected.txt: Added.
2012-08-02 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, mark accessibility/loading-iframe-updates-axtree.html as crashy on Mac.
* platform/chromium/TestExpectations:
2012-08-02 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Updating baselines for fast/box-sizing/box-sizing.html after r124347
and fast/forms/basic-selects.html after r124416.
Also fix a bogus TestExpectations entry so fast/css/widget-region-parser.html
is properly skipped.
* platform/gtk/TestExpectations:
* platform/gtk/fast/box-sizing/box-sizing-expected.png:
* platform/gtk/fast/box-sizing/box-sizing-expected.txt: Added.
* platform/gtk/fast/forms/basic-selects-expected.png:
* platform/gtk/fast/forms/basic-selects-expected.txt:
2012-08-02 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip a failing test.
https://bugs.webkit.org/show_bug.cgi?id=92963.
* platform/qt-5.0-wk2/Skipped:
2012-08-02 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, mark 3 404-related appcache tests as TEXT.
* platform/chromium/TestExpectations:
2012-08-02 Keishi Hattori <keishi@webkit.org>
[Chromium] Rebaseline test color-suggestion-picker-with-scrollbar-appearance.html
Unreviewed.
* platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
* platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
2012-08-02 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, update expectations for 6 failing http/tests/appcache/abort-cache-on*.html tests.
* platform/chromium/TestExpectations:
2012-08-02 Peter Kasting <pkasting@google.com>
[Chromium] Test expectation updates.
https://bugs.webkit.org/show_bug.cgi?id=92948
http://crbug.com/131687
Unreviewed, test expectation updates.
Removed bogus baseline. Fixed some other expectation problems.
* platform/chromium-linux-x86/fast/js/dfg-double-vote-fuzz-expected.txt: Removed.
* platform/chromium/TestExpectations:
2012-08-02 Keishi Hattori <keishi@webkit.org>
[Chromium] fast/forms/color/input-appearance-color.html and input-color-onchange-event.html are failing on WebKit waterfall
https://bugs.webkit.org/show_bug.cgi?id=88951
Unreviewed.
Rebaseline these two tests.
* platform/chromium-linux/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/chromium-mac/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/chromium-mac/fast/forms/color/input-appearance-color-expected.txt: Added.
* platform/chromium-win/fast/forms/color/input-appearance-color-expected.png: Added.
* platform/chromium-win/fast/forms/color/input-appearance-color-expected.txt: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/input-color-onchange-event-expected.txt: Added.
2012-08-02 Peter Kasting <pkasting@google.com>
[Chromium] Test expectation updates.
https://bugs.webkit.org/show_bug.cgi?id=76270
https://bugs.webkit.org/show_bug.cgi?id=92941
Mark a test as flakily crashing, unskip some questionably-skipped tests, reorganize slow test section a bit.
* platform/chromium/TestExpectations:
2012-08-02 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r124278, r124371
https://bugs.webkit.org/show_bug.cgi?id=92959
Unreviewed gardening.
Putting to TestExpectations css3/flexbox/content-height-with-scrollbars.html and
http/tests/security/contentSecurityPolicy/object-src-url-blocked.html.
* platform/efl/TestExpectations:
2012-08-02 Kent Tamura <tkent@chromium.org>
[Chromium] Update expectations of calendar-picker-appearance.html
https://bugs.webkit.org/show_bug.cgi?id=92710
* platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Removed.
* platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
* platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png:
* platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png:
* platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png:
2012-08-02 Mihnea Ovidenie <mihnea@adobe.com>
CSSRegions: Crash when reattaching a region to a named flow.
https://bugs.webkit.org/show_bug.cgi?id=91307
Reviewed by Abhishek Arya.
Test that after the last region from a flow thread is reattached
to the same flow thread, the flow thread object is properly recreated
thus preventing a crash.
* fast/regions/region-flow-reattach-crash-expected.txt: Added.
* fast/regions/region-flow-reattach-crash.html: Added.
2012-08-02 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, expectations cleanup
* platform/chromium/TestExpectations:
2012-08-02 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
* platform/qt/fast/box-sizing/box-sizing-expected.txt:
* platform/qt/fast/forms/basic-selects-expected.txt:
2012-08-02 Yoshifumi Inoue <yosin@chromium.org>
Layout Test fast/forms/input-widths.html is failing
https://bugs.webkit.org/show_bug.cgi?id=92863
Reviewed by Kent Tamura.
This patch removes test cases for "date", "datetime", "datetime-local",
"month", "time" and "week" input types from fast/forms/input-widths.html
and updates its expectation, because these test cases aren't reasonable
any more.
This patch also removes test sample of input type "color".
After r124314, All chromium ports, except for Android, input type
"time" uses "monospace" font which makes input field wider.
* fast/forms/input-widths-expected.txt: Removed expectation of "date", "datetime", "datetime-local",
"month", "time" and "week" input types.
* fast/forms/input-widths.html: Removed test cases for "date", "datetime", "datetime-local",
"month", "time" and "week" input types, and a test sample for "color".
* platform/chromium/TestExpectations: Removed disabling line of fast/forms/input-widths.html
2012-08-02 Peter Kasting <pkasting@google.com>
Rebaseline per bug 92904.
https://bugs.webkit.org/show_bug.cgi?id=92904
Unreviewed, rebaselining.
* fast/box-sizing/box-sizing-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.png:
* platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.txt: Removed.
* platform/chromium-mac/compositing/overflow/clip-descendents-expected.txt: Added.
* platform/chromium-mac/fast/box-sizing/box-sizing-expected.png:
* platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
* platform/chromium-win-xp/fast/box-sizing: Added.
* platform/chromium-win-xp/fast/box-sizing/box-sizing-expected.png: Added.
* platform/chromium-win/fast/box-sizing/box-sizing-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/fast/box-sizing/box-sizing-expected.txt: Removed.
* platform/gtk/fast/box-sizing/box-sizing-expected.txt: Removed.
2012-08-02 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r102741): [Forms] In selects, when disabled, browser skips first option if not in optgroup, then selects first option in optgroup
https://bugs.webkit.org/show_bug.cgi?id=92833
Reviewed by Kent Tamura.
This patch updates test expectation of fast/forms/basic-selects.html
for Chromium-Linux and disables it for Chromium-Mac and Chromium-Win.
Note: We need to rebaseline for all ports expect for Chromium-Linux.
* platform/chromium-linux/fast/forms/basic-selects-expected.png: Changed for default selected option for disabled select element, "foo" to "bar" of second select element of "Line-height should be ignored" line.
* platform/chromium-linux/fast/forms/basic-selects-expected.txt:
* platform/chromium/TestExpectations: Disabled fast/forms/basic-selects.html for Chromium-Mac and Chromium-Win.
2012-08-02 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, mark fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html as DEBUG SLOW = PASS.
* platform/chromium/TestExpectations:
2012-08-01 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, update test expectations.
* platform/chromium/TestExpectations:
2012-08-01 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/notifications, overflow, parser, performance,
preloader, profiler, reflections, regex, regions, repaint, ruby and runin tests
https://bugs.webkit.org/show_bug.cgi?id=92944
Reviewed by Kent Tamura.
* fast/notifications/notification-after-close.html:
* fast/notifications/notifications-cancel-request-permission.html:
* fast/notifications/notifications-check-permission.html:
* fast/notifications/notifications-click-event-focus.html:
* fast/notifications/notifications-click-event.html:
* fast/notifications/notifications-display-close-events.html:
* fast/notifications/notifications-document-close-crash.html:
* fast/notifications/notifications-double-show.html:
* fast/notifications/notifications-event-stop-propagation.html-disabled:
* fast/notifications/notifications-multi-events.html-disabled:
* fast/notifications/notifications-no-icon.html:
* fast/notifications/notifications-replace.html:
* fast/notifications/notifications-request-permission.html:
* fast/notifications/notifications-rtl.html:
* fast/notifications/notifications-window-close-crash.html:
* fast/notifications/notifications-with-permission.html:
* fast/notifications/notifications-without-permission.html:
* fast/notifications/resources/notifications-cancel-request-permission.html:
* fast/overflow/generated-content-crash.html:
* fast/overflow/hidden-scrollbar-resize.html:
* fast/overflow/horizontal-scroll-after-back.html:
* fast/overflow/lots-of-sibling-inline-boxes.html:
* fast/overflow/onscroll-layer-self-destruct.html:
* fast/overflow/overflow-height-float-not-removed-crash.html:
* fast/overflow/overflow-height-float-not-removed-crash2.html:
* fast/overflow/overflow-height-float-not-removed-crash3.html:
* fast/overflow/overflow-rtl-vertical-origin.html:
* fast/overflow/overflow-text-hit-testing.html:
* fast/overflow/overflow-y-scroll.html:
* fast/overflow/scroll-vertical-not-horizontal.html:
* fast/overflow/scrollRevealButton.html:
* fast/overflow/scrollbar-restored-and-then-locked.html:
* fast/overflow/scrollbar-restored.html:
* fast/overflow/setting-scrollTop-after-hide-show.html:
* fast/parser/:
* fast/preloader/document-write-2.html:
* fast/preloader/document-write-noscript.html:
* fast/preloader/document-write.html:
* fast/preloader/first-base-tag-scanned-wins.html:
* fast/preloader/first-base-tag-wins.html:
* fast/preloader/image.html:
* fast/preloader/input.html:
* fast/preloader/link.html:
* fast/preloader/noscript.html:
* fast/preloader/scan-body-from-head-import.html:
* fast/preloader/scan-body-from-head-script.html:
* fast/preloader/script.html:
* fast/preloader/style.html:
* fast/preloader/understands-base-tag.html:
* fast/profiler/:
* fast/reflections/inline-crash.html:
* fast/reflections/pending-reflection-mask-crash.html:
* fast/reflections/reflected-img-crash.html:
* fast/reflections/reflection-computed-style.html:
* fast/reflections/remove-reflection-crash.html:
* fast/reflections/resources/reflection-overflow-scroll.js:
* fast/reflections/teardown-crash.html:
* fast/reflections/toggle-reflection-crash.html:
* fast/regex/syntax-errors.html:
* fast/regions/content-flowed-into-regions-no-scroll.html:
* fast/regions/element-region-overflow-state-vertical-rl.html:
* fast/regions/element-region-overflow-state.html:
* fast/regions/flexbox-in-region-crash.html:
* fast/regions/flow-anonymous-children.html:
* fast/regions/flowed-content-bounding-client-rect-horizontal-bt.html:
* fast/regions/flowed-content-bounding-client-rect-vertical-rl.html:
* fast/regions/flowed-content-bounding-client-rect-vertical.html:
* fast/regions/flowed-content-bounding-client-rect.html:
* fast/regions/flowed-content-transform-bounding-client-rect.html:
* fast/regions/get-regions-by-content-horiz-bt.html:
* fast/regions/get-regions-by-content-horiz-tb.html:
* fast/regions/get-regions-by-content-vert-lr.html:
* fast/regions/get-regions-by-content-vert-rl.html:
* fast/regions/get-regions-by-content.html:
* fast/regions/get-regions-by-content2.html:
* fast/regions/hit-test-float.html:
* fast/regions/hit-test-region.html:
* fast/regions/imbricated-flow-threads-crash.html:
* fast/regions/no-split-line-box.html:
* fast/regions/parse-incomplete-region-rule.html:
* fast/regions/parsing-region-style-rule.html:
* fast/regions/region-element-dynamic-attach-flow.html:
* fast/regions/region-element-dynamic-detach-flow.html:
* fast/regions/region-range-for-box-crash.html:
* fast/regions/region-style-block-background-color2.html:
* fast/regions/script-tests/css-regions-disabled.js:
* fast/regions/select-in-region-crash.html:
* fast/regions/set-box-style-in-region-crash.html:
* fast/regions/svg-root-element-collected.html:
* fast/regions/symbol-in-named-flow-crash.svg:
* fast/regions/text-region-breaks.html:
* fast/regions/text-region-split-after-resize.html:
* fast/regions/text-region-split-horizontal-bt.html:
* fast/regions/text-region-split-vertical-rl.html:
* fast/regions/text-region-split-vertical.html:
* fast/regions/text-region-split.html:
* fast/regions/webkit-named-flow-event-add-to-flow.html:
* fast/regions/webkit-named-flow-event-no-regions.html:
* fast/regions/webkit-named-flow-event-remove-from-dom.html:
* fast/regions/webkit-named-flow-event-remove-from-flow.html:
* fast/regions/webkit-named-flow-event-target.html:
* fast/regions/webkit-named-flow-event-to-null.html:
* fast/regions/webkit-named-flow-event.html:
* fast/regions/webkit-named-flow-existing-flow.html:
* fast/regions/webkit-named-flow-first-empty-region-index.html:
* fast/regions/webkit-named-flow-flow-added.html:
* fast/regions/webkit-named-flow-get-content.html:
* fast/regions/webkit-named-flow-invalid-name.html:
* fast/regions/webkit-named-flow-modified-flow.html:
* fast/regions/webkit-named-flow-name.html:
* fast/regions/webkit-named-flow-non-existing-flow.html:
* fast/regions/webkit-named-flow-overset.html:
* fast/regions/webkit-named-flow-removed-flow.html:
* fast/regions/webkit-named-flow-same-object.html:
* fast/repaint/:
* fast/replaced/css-content-and-webkit-mask-box-image-crash.html:
* fast/replaced/frame-removed-during-resize-smaller.html:
* fast/replaced/frame-removed-during-resize.html:
* fast/replaced/image-map-2.html:
* fast/replaced/image-map-bug16782.html:
* fast/replaced/image-map.html:
* fast/replaced/image-resize-width.html:
* fast/replaced/invalid-object-with-fallback.html:
* fast/replaced/object-param-no-name.html:
* fast/replaced/object-param-spaces.html:
* fast/replaced/object-with-embed-url-param.html:
* fast/replaced/object-with-non-empty-classid-triggers-fallback.html:
* fast/replaced/outline-replaced-elements.html:
* fast/replaced/resources/focus-test.js:
(checkNoFocusRing):
* fast/replaced/table-percent-height-text-controls.html:
* fast/replaced/table-percent-height.html:
* fast/replaced/table-percent-width.html:
* fast/replaced/table-replaced-element.html:
* fast/replaced/vertical-resize-100percent-element.html:
* fast/replaced/width100percent-textarea.html:
* platform/chromium/fast/repaint/fixed-layout-360x240.html:
* platform/mac/fast/overflow/overflow-scrollbar-hit-test.html:
* platform/qt/fast/repaint/flexible-box-overflow-expected.txt:
* platform/qt/fast/repaint/flexible-box-overflow-horizontal-expected.txt:
* platform/qt/fast/repaint/focus-ring-expected.txt:
* platform/qt/fast/repaint/inline-block-overflow-expected.txt:
* platform/qt/fast/repaint/layer-child-outline-expected.txt:
* platform/qt/fast/repaint/layer-outline-expected.txt:
* platform/qt/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/qt/fast/repaint/list-marker-expected.txt:
* platform/qt/fast/repaint/text-shadow-expected.txt:
* platform/qt/fast/repaint/text-shadow-horizontal-expected.txt:
2012-08-01 Keishi Hattori <keishi@webkit.org>
Fix typo in colorSuggestionPicker.js
https://bugs.webkit.org/show_bug.cgi?id=92936
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-with-scrollbar-appearance.html: Added. Tests the appearance when there are many datalist options.
2012-08-01 Peter Kasting <pkasting@google.com>
[Chromium] Test expectation updates.
https://bugs.webkit.org/show_bug.cgi?id=72990
https://bugs.webkit.org/show_bug.cgi?id=74694
https://bugs.webkit.org/show_bug.cgi?id=80219
https://bugs.webkit.org/show_bug.cgi?id=90741
https://bugs.webkit.org/show_bug.cgi?id=92850
https://bugs.webkit.org/show_bug.cgi?id=92852
https://bugs.webkit.org/show_bug.cgi?id=92938
https://bugs.webkit.org/show_bug.cgi?id=92941
Unreviewed, test expectation updates.
* Attempting to fix http/tests/cache tests dumping as pixel tests by
changing "window.testRunner.dumpAsText()" to "testRunner.dumpAsText()"
since the test opens multiple windows. (I don't know why else it
might not be working.)
* Removing erroneous Chromium Linux pixel baselines for that test.
* Rebaselined a CSS test after http://trac.webkit.org/changeset/123782 ,
which only got partially rebaselined before.
* Fixed some incorrect bug numbers on some expectations.
* Miscellaneous other stuff.
* http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
* http/tests/cache/history-only-cached-subresource-loads.html:
* platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Removed.
* platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
* platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/chromium/TestExpectations:
2012-08-01 Shinya Kawanaka <shinyak@chromium.org>
The elements in Shadow DOM of input should not be modifiable.
https://bugs.webkit.org/show_bug.cgi?id=92200
Reviewed by Kent Tamura.
* fast/forms/input-user-modify-expected.txt: Added.
* fast/forms/input-user-modify.html: Added.
2012-08-01 Filip Pizlo <fpizlo@apple.com>
DFG should hoist structure checks
https://bugs.webkit.org/show_bug.cgi?id=92696
Rubber stamped by Gavin Barraclough.
Added a new test that covers the following scenarios:
- OSR entry if a variable with a hoisted check has an unexpected structure, structures get clobbered, and
we're protecting ourselves with structure transition watchpoints.
- OSR exit on hoisted structure checks, if the object doesn't have the expected structure, and where the
source of the assignment is side-effecting.
I combined these into a single test because there is no way to test the latter without testing the former.
* fast/js/dfg-osr-entry-hoisted-clobbered-structure-check-expected.txt: Added.
* fast/js/dfg-osr-entry-hoisted-clobbered-structure-check.html: Added.
* fast/js/jsc-test-list:
* fast/js/script-tests/dfg-osr-entry-hoisted-clobbered-structure-check.js: Added.
(foo):
(bar):
(baz):
2012-08-01 Raymond Toy <rtoy@google.com>
Enable codec tests in TestExpectations and update expected mp3 files
https://bugs.webkit.org/show_bug.cgi?id=92886
Reviewed by Chris Rogers.
Update expected results caused by ffmpeg now removing pre-roll samples.
* platform/chromium-linux/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
* platform/chromium-mac/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
* platform/chromium-win/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav:
Enable codec tests.
* platform/chromium/TestExpectations:
2012-08-01 Jian Li <jianli@chromium.org>
Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
https://bugs.webkit.org/show_bug.cgi?id=90298
Reviewed by Adam Barth.
Added a new test to test the new CSS property.
* fast/css/widget-region-parser-expected.txt: Added.
* fast/css/widget-region-parser.html: Added.
* platform/efl/Skipped: Skip the new test.
* platform/gtk/TestExpectations: Skip the new test.
* platform/qt/Skipped: Skip the new test.
* platform/win/Skipped: Skip the new test.
* platform/wincario/Skipped: Skip the new test.
2012-08-01 Roger Fong <roger_fong@apple.com>
Some of the test results for LayoutTests/accessibility/canvas-accessibilitynodeobject.html do not show up on Windows.
https://bugs.webkit.org/show_bug.cgi?id=92916
Reviewed by Tim Horton.
Adding a failing test result and filing a bug.
* platform/win/accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
2012-08-01 David Grogan <dgrogan@chromium.org>
IndexedDB: integer version layout tests
https://bugs.webkit.org/show_bug.cgi?id=92560
Reviewed by Nate Chapin.
Most of the integer version layout tests are here, with failures in
the expected files. This will allow us to incrementally implement
upgradeneeded and integer versions and just make the big patch in bug
89505 smaller.
There are two added skips to TestExpectations, one test exposes a bug
in the current implementation, causing an assert to fail. The other
times out in DRT so we will run it as a content_browsertest for the
time being.
* platform/chromium/TestExpectations:
* storage/indexeddb/intversion-abort-in-initial-upgradeneeded-expected.txt: Added.
* storage/indexeddb/intversion-abort-in-initial-upgradeneeded.html: Added.
* storage/indexeddb/intversion-and-setversion-expected.txt: Added.
* storage/indexeddb/intversion-and-setversion.html: Added.
* storage/indexeddb/intversion-blocked-expected.txt: Added.
* storage/indexeddb/intversion-blocked.html: Added.
* storage/indexeddb/intversion-close-between-events-expected.txt: Added.
* storage/indexeddb/intversion-close-between-events.html: Added.
* storage/indexeddb/intversion-close-in-oncomplete-expected.txt: Added.
* storage/indexeddb/intversion-close-in-oncomplete.html: Added.
* storage/indexeddb/intversion-close-in-upgradeneeded-expected.txt: Added.
* storage/indexeddb/intversion-close-in-upgradeneeded.html: Added.
* storage/indexeddb/intversion-delete-in-upgradeneeded-expected.txt: Added.
* storage/indexeddb/intversion-delete-in-upgradeneeded.html: Added.
* storage/indexeddb/intversion-gated-on-delete-expected.txt: Added.
* storage/indexeddb/intversion-gated-on-delete.html: Added.
* storage/indexeddb/intversion-invalid-setversion-has-no-side-effects-expected.txt: Added.
* storage/indexeddb/intversion-invalid-setversion-has-no-side-effects.html: Added.
* storage/indexeddb/intversion-long-queue-expected.txt: Added.
* storage/indexeddb/intversion-long-queue.html: Added.
* storage/indexeddb/intversion-omit-parameter-expected.txt: Added.
* storage/indexeddb/intversion-omit-parameter.html: Added.
* storage/indexeddb/intversion-open-with-version-expected.txt: Added.
* storage/indexeddb/intversion-open-with-version.html: Added.
and their respective js files...
* storage/indexeddb/resources/shared.js:
(unexpectedVersionChangeCallback):
(setDBNameFromPath):
(preamble):
2012-08-01 Florin Malita <fmalita@chromium.org>
Use testRunner instead of layoutTestController in SVG tests
https://bugs.webkit.org/show_bug.cgi?id=92898
Reviewed by Dirk Schulze.
* svg/W3C-SVG-1.1-SE/paths-dom-02-f.svg:
* svg/animations/animate-beginElementAt.svg:
* svg/animations/animate-calcMode-spline-crash-bad-array-length.xhtml:
* svg/animations/animate-linear-discrete-additive-b.svg:
* svg/animations/animate-linear-discrete-additive-c.svg:
* svg/animations/animate-linear-discrete-additive.svg:
* svg/animations/animate-list-crash.svg:
* svg/animations/animate-setcurrenttime.html:
* svg/animations/animate-update-crash.xhtml:
* svg/animations/animateColor-additive-2a.svg:
* svg/animations/animateColor-additive-2b.svg:
* svg/animations/animateColor-additive-2c.svg:
* svg/animations/animateColor-additive-2d.svg:
* svg/animations/animateMotion-additive-1.svg:
* svg/animations/animateMotion-additive-2a.svg:
* svg/animations/animateMotion-additive-2b.svg:
* svg/animations/animateMotion-additive-2c.svg:
* svg/animations/animateMotion-additive-2d.svg:
* svg/animations/animateTransform-accumulation.svg:
* svg/animations/animateTransform-by-scale-1.svg:
* svg/animations/animateTransform-by-scale.svg:
* svg/animations/animateTransform-from-by-from-to-comparision-expected.svg:
* svg/animations/animateTransform-from-by-from-to-comparision.svg:
* svg/animations/animateTransform-from-by-scale-additive-sum.svg:
* svg/animations/animateTransform-from-by-scale.svg:
* svg/animations/animateTransform-rotate-around-point.svg:
* svg/animations/animateTransform-skewX.svg:
* svg/animations/animateTransform-skewY.svg:
* svg/animations/animateTransform-translate.svg:
* svg/animations/dynamic-modify-attributename-crash.svg:
* svg/animations/keypoints-mismatch.svg:
* svg/animations/length-list-animation.svg:
* svg/animations/list-wrapper-assertion.svg:
* svg/animations/mozilla/animateMotion-by-1.svg:
* svg/animations/mozilla/animateMotion-from-to-1-expected.svg:
* svg/animations/mozilla/animateMotion-from-to-1.svg:
* svg/animations/mozilla/animateMotion-mpath-pathLength-1.svg:
* svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg:
* svg/animations/mozilla/animateMotion-to-overridden-1.svg:
* svg/animations/multiple-animateTransform-additive-sum.svg:
* svg/animations/multiple-begin-animation-discrete.svg:
* svg/animations/multiple-begin-animation.svg:
* svg/animations/path-animation.svg:
* svg/animations/repeatDur-zero.xhtml:
* svg/animations/repeating-path-animation.svg:
* svg/animations/resources/SVGAnimationTestCase.js:
(runAnimationTest):
* svg/animations/smil-element-not-removed-crash.html:
* svg/animations/smil-element-target-crash-main.html:
* svg/animations/smil-leak-dynamically-added-element-instances.svg:
* svg/animations/smil-leak-element-instances-noBaseValRef.svg:
* svg/animations/smil-leak-element-instances.svg:
* svg/animations/smil-leak-elements.svg:
* svg/animations/svg-two-animate-elements-crash.svg:
* svg/animations/svglength-animation-retarget-crash.html:
* svg/animations/svglength-element-removed-crash.svg:
* svg/as-background-image/animated-svg-as-background.html:
* svg/as-background-image/svg-background-crash-on-refresh.html:
* svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size.html:
* svg/as-image/animated-svg-as-image-same-image.html:
* svg/as-image/animated-svg-as-image.html:
* svg/as-image/animated-svg-repaints-completely-in-hidpi.html:
* svg/as-image/drag-svg-as-image.html:
* svg/as-image/image-respects-deviceScaleFactor.html:
* svg/as-image/image-respects-pageScaleFactor-change.html:
* svg/as-image/svg-image-leak-cached-data.html:
* svg/as-image/svg-image-leak-loader.html:
* svg/as-image/svg-nested.html:
* svg/as-object/embedded-svg-immediate-offsetWidth-query.html:
* svg/as-object/embedded-svg-size-changes-no-layout-triggers.html:
* svg/as-object/embedded-svg-size-changes.html:
* svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1.html:
* svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2.html:
* svg/as-object/nested-embedded-svg-size-changes.html:
* svg/as-object/resources/embedded-svg-size-changes-no-layout-triggers.svg:
* svg/as-object/resources/nested-embedded-svg-size-changes-target-no-layout-triggers-1.html:
* svg/carto.net/frameless-svg-parse-error.html:
* svg/carto.net/window.svg:
* svg/css/crash-css-generated-content.xhtml:
* svg/css/cursor-image-replace.svg:
* svg/css/cursor-replace.svg:
* svg/css/getComputedStyle-basic.xhtml:
* svg/css/invalid-color-crash.svg:
* svg/css/multiple-cursors-crash.html:
* svg/css/script-tests/svg-attribute-length-parsing.js:
* svg/css/script-tests/svg-attribute-parser-mode.js:
* svg/css/style-change-crash.html:
* svg/css/svg-ellipse-render-crash.html:
* svg/custom/acid3-test-77.html:
* svg/custom/anchor-on-use.svg:
* svg/custom/animate-disallowed-mask-element.svg:
* svg/custom/animate-disallowed-use-element.svg:
* svg/custom/animate-path-discrete.svg:
* svg/custom/animate-path-morphing.svg:
* svg/custom/animate-target-id-changed.svg:
* svg/custom/animate-target-removed-from-document.svg:
* svg/custom/animate-use-crash.xhtml:
* svg/custom/assert-empty-layout-attributes.svg:
* svg/custom/bbox-of-g-in-symbol.svg:
* svg/custom/boundingBox.html:
* svg/custom/bug78700.svg:
* svg/custom/bug78807.svg:
* svg/custom/bug78838.html:
* svg/custom/bug79798.html:
* svg/custom/bug86119.html:
* svg/custom/bug86392.html:
* svg/custom/bug86781.html:
* svg/custom/click-internal-anchor-with-use-crash.xhtml:
* svg/custom/crash-inline-container-client.html:
* svg/custom/crash-text-in-textpath.svg:
* svg/custom/crash-textPath-attributes.html:
* svg/custom/delete-modified-text-in-defs-crash.svg:
* svg/custom/delete-text-crash.html:
* svg/custom/delete-text-innerText-crash.html:
* svg/custom/detached-outermost-svg-crash.html:
* svg/custom/disallowed-text-content-rendering.svg:
* svg/custom/display-table-caption-foreignObject.svg:
* svg/custom/display-table-caption-inherit-foreignObject.xhtml:
* svg/custom/display-table-caption-inherit-text.xhtml:
* svg/custom/display-table-caption-text.svg:
* svg/custom/element-instance-held-by-js-crash.svg:
* svg/custom/embedded-svg-allowed-in-dashboard.xml:
* svg/custom/empty-className-baseVal-crash.html:
* svg/custom/filter-on-svgimage.svg:
* svg/custom/font-face-move.svg:
* svg/custom/font-face-name-without-name-attr.svg:
* svg/custom/font-face-not-in-document.svg:
* svg/custom/font-platformDestroy-crash.svg:
* svg/custom/foreignObject-crash-on-hover.xml:
* svg/custom/foreignobject-crash-with-absolute-positioned-children.svg:
* svg/custom/frame-getSVGDocument.html:
* svg/custom/g-outside-svg.html:
* svg/custom/get-text-element-transform-crash.html:
* svg/custom/getBBox-empty-container.html:
* svg/custom/getBBox-js.svg:
* svg/custom/getBBox-path.svg:
* svg/custom/getBBox-perpendicular-path.svg:
* svg/custom/getscreenctm-in-mixed-content2.xhtml:
* svg/custom/gradient-attr-update.svg:
* svg/custom/gradient-stop-display-none-crash.svg:
* svg/custom/hit-test-path-stroke.svg:
* svg/custom/hit-test-path.svg:
* svg/custom/hit-test-unclosed-subpaths.svg:
* svg/custom/hit-test-with-br.xhtml:
* svg/custom/image-base-uri.svg:
* svg/custom/image-clipped-hit.svg:
* svg/custom/image-rescale-scroll.html:
* svg/custom/image-with-prefix-in-webarchive-expected.webarchive:
* svg/custom/image-with-prefix-in-webarchive.svg:
* svg/custom/insertItemBefore-from-non-list-origin.svg:
* svg/custom/intersection-list-clipping.svg:
* svg/custom/intersection-list-crash.svg:
* svg/custom/intersection-list-nested-svg.svg:
* svg/custom/intersection-list-null.svg:
* svg/custom/invalid-gradient-with-xlink.svg:
* svg/custom/invalid-paint-shape-mask.svg:
* svg/custom/js-late-clipPath-and-object-creation.svg:
* svg/custom/js-late-clipPath-creation.svg:
* svg/custom/js-late-gradient-and-object-creation.svg:
* svg/custom/js-late-gradient-creation.svg:
* svg/custom/js-late-marker-and-object-creation.svg:
* svg/custom/js-late-marker-creation.svg:
* svg/custom/js-late-mask-and-object-creation.svg:
* svg/custom/js-late-mask-creation.svg:
* svg/custom/js-late-pattern-and-object-creation.svg:
* svg/custom/js-late-pattern-creation.svg:
* svg/custom/js-svg-constructors.svg:
* svg/custom/js-update-container2.svg:
* svg/custom/js-update-image-and-display.svg:
* svg/custom/js-update-image-and-display2.svg:
* svg/custom/js-update-image-and-display3.svg:
* svg/custom/layout-loop.svg:
* svg/custom/linking-a-03-b-all.svg:
* svg/custom/linking-a-03-b-preserveAspectRatio.svg:
* svg/custom/linking-a-03-b-transform.svg:
* svg/custom/linking-a-03-b-viewBox-transform.svg:
* svg/custom/linking-a-03-b-viewBox.svg:
* svg/custom/linking-a-03-b-viewTarget.svg:
* svg/custom/linking-a-03-b-zoomAndPan.svg:
* svg/custom/linking-uri-01-b.svg:
* svg/custom/loadevents-capturing.svg:
* svg/custom/loadevents-externalresourcesrequired-displaynone.svg:
* svg/custom/loadevents-externalresourcesrequired.svg:
* svg/custom/loadevents-normal-displaynone.svg:
* svg/custom/loadevents-normal.svg:
* svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html:
* svg/custom/manually-parsed-svg-allowed-in-dashboard.html:
* svg/custom/marker-getPropertyValue.svg:
* svg/custom/mask-changes.svg:
* svg/custom/mask-invalidation.svg:
* svg/custom/mouse-move-on-svg-container-standalone.svg:
* svg/custom/mouse-move-on-svg-container.xhtml:
* svg/custom/mouse-move-on-svg-root-standalone.svg:
* svg/custom/mouse-move-on-svg-root.xhtml:
* svg/custom/multiple-title-elements.svg:
* svg/custom/new-image-is-html-element.svg:
* svg/custom/path-getPresentationAttribute-crash.html:
* svg/custom/path-getTotalLength-on-big-segment-crash.svg:
* svg/custom/path-getTotalLength.svg:
* svg/custom/pending-resource-after-removal.xhtml:
* svg/custom/pending-resource-leak-2.svg:
* svg/custom/pending-resource-leak-3.svg:
* svg/custom/pending-resource-leak.svg:
* svg/custom/pointer-events-image-css-transform.svg:
* svg/custom/pointer-events-image.svg:
* svg/custom/pointer-events-invalid-fill.svg:
* svg/custom/pointer-events-on-rounded-rect.xhtml:
* svg/custom/pointer-events-on-svg-with-pointer.xhtml:
* svg/custom/pointer-events-on-svg-without-pointer.xhtml:
* svg/custom/pointer-events-text-css-transform.svg:
* svg/custom/pointer-events-text.svg:
* svg/custom/pointer-events-with-linecaps-and-miterlimits.xhtml:
* svg/custom/poly-points-attribute-changes.svg:
* svg/custom/polyline-hittest.svg:
* svg/custom/polyline-points-crash.html:
* svg/custom/prevent-default.svg:
* svg/custom/recursive-use.svg:
* svg/custom/recursive-use2.svg:
* svg/custom/repaint-moving-svg-and-div.xhtml:
* svg/custom/resource-client-removal.svg:
* svg/custom/resources/focus-event-handling-keyboard.js:
* svg/custom/resources/focus-event-handling.js:
* svg/custom/resources/link-target.html:
* svg/custom/resources/linkingCircle-f.svg:
* svg/custom/resources/svgsvgelement-ctm.js:
* svg/custom/resources/use-instanceRoot-event-bubbling.js:
(repaintTest):
* svg/custom/resources/use-instanceRoot-event-listeners.js:
(repaintTest):
* svg/custom/scroll-hit-test.xhtml:
* svg/custom/scroll-to-anchor-in-symbol.svg:
* svg/custom/scroll-to-svg-element-assertion.html:
* svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html:
* svg/custom/stop-crash.svg:
* svg/custom/stroke-width-click.svg:
* svg/custom/svg-allowed-in-dashboard-object.html:
* svg/custom/svg-features.html:
* svg/custom/svg-fonts-in-html-linebreaks.html:
* svg/custom/svg-fonts-no-latin-glyph.html:
* svg/custom/svg-getelementid.xhtml:
* svg/custom/svg-parse-overflow-1.html:
* svg/custom/svg-parse-overflow-2.html:
* svg/custom/svg-parse-overflow-3.html:
* svg/custom/svg-parse-overflow-4.html:
* svg/custom/svg-parse-overflow-5.html:
* svg/custom/svg-use-style-float-crash.svg:
* svg/custom/svg-width-intrinsic-crash.html:
* svg/custom/symbol-viewport-element-crash.svg:
* svg/custom/text-node-in-text-invalidated.svg:
* svg/custom/text-tref-03-b-dynamic.svg:
* svg/custom/text-tref-03-b-dynamic2.svg:
* svg/custom/textPath-assert.svg:
* svg/custom/textPath-set-id.svg:
* svg/custom/tiling-regular-hexagonal-crash.svg:
* svg/custom/tref-clone-crash.html:
* svg/custom/tref-shadowdom.html:
* svg/custom/use-animation-in-fill.html:
* svg/custom/use-crash-in-non-wellformed-document.svg:
* svg/custom/use-crash-pending-resource.svg:
* svg/custom/use-crash-using-children-before-destroy.svg:
* svg/custom/use-crash-when-href-change.svg:
* svg/custom/use-detach.svg:
* svg/custom/use-display-none.svg:
* svg/custom/use-elementInstance-event-target.svg:
* svg/custom/use-elementInstance-methods.svg:
* svg/custom/use-event-handler-on-referenced-element.svg:
* svg/custom/use-event-handler-on-use-element.svg:
* svg/custom/use-external-crash.svg:
* svg/custom/use-instanceRoot-as-event-target.xhtml:
* svg/custom/use-instanceRoot-event-listener-liveness.xhtml:
* svg/custom/use-instanceRoot-with-use-removed.svg:
* svg/custom/use-invalid-font-face.svg:
* svg/custom/use-invalid-html.xhtml:
* svg/custom/use-invalid-pattern.svg:
* svg/custom/use-invalid-style.svg:
* svg/custom/use-move-to-offset.svg:
* svg/custom/use-multiple-on-nested-disallowed-font.html:
* svg/custom/use-mutation-event-crash.svg:
* svg/custom/use-nested-children.svg:
* svg/custom/use-nested-disallowed-target.svg:
* svg/custom/use-nested-missing-target-added.svg:
* svg/custom/use-nested-missing-target-removed.svg:
* svg/custom/use-nested-missing-target.svg:
* svg/custom/use-nested-notarget.svg:
* svg/custom/use-non-existing-symbol-crash.svg:
* svg/custom/use-on-use-with-child-and-empty-target.svg:
* svg/custom/use-on-use-with-child.svg:
* svg/custom/use-referencing-style-crash.svg:
* svg/custom/use-shadow-root-parent-removal.svg:
* svg/custom/use-tref-crash.svg:
* svg/custom/webkit-transform-crash.html:
* svg/custom/xlink-prefix-in-attributes.html:
* svg/custom/xlink-to-invalid-gradient.svg:
* svg/dom/SVGPathSegList-xml-dom-synchronization.xhtml:
* svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html:
* svg/dom/SVGScriptElement/script-async-attr.svg:
* svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg:
* svg/dom/SVGScriptElement/script-clone-rerun-self.svg:
* svg/dom/SVGScriptElement/script-clone-rerun.svg:
* svg/dom/SVGScriptElement/script-load-and-error-events.svg:
* svg/dom/SVGScriptElement/script-onerror-bubbling.svg:
* svg/dom/SVGScriptElement/script-reexecution.svg:
* svg/dom/SVGScriptElement/script-set-href.svg:
* svg/dom/SVGStyledElement-pendingResource-crash.html:
* svg/dom/SVGTransformList-empty-list-consolidation.html:
* svg/dom/animated-tearoff-equality.xhtml:
* svg/dom/animated-tearoff-lifespan.xhtml:
* svg/dom/baseVal-animVal-crash.html:
* svg/dom/baseVal-animVal-list-crash.html:
* svg/dom/frame-related-api-during-load.html:
* svg/dom/parent-view-layout-crash.html:
* svg/dom/path-marker-removed-crash.svg:
* svg/dom/resources/viewspec-parser.js:
(continueFuzzing.else.script.onload):
(continueFuzzing):
* svg/dom/script-tests/SVGViewSpec.js:
(completeTest.script.onload):
(completeTest):
* svg/dom/smil-methods.svg:
* svg/dom/stylesheet-candidate-node-crash-main.html:
* svg/dom/svg-element-attribute-js-null.xhtml:
* svg/dom/symbol-embeddedAnimation.svg:
* svg/dom/use-style-recalc-script-execute-crash.html:
* svg/dom/use-transform.svg:
* svg/dom/viewport-container-crash.svg:
* svg/dom/vkern-element-crash.html:
* svg/dynamic-updates/resources/SVGTestCase.js:
(createSVGTestCase):
(embedSVGTestCase):
(completeTest.script.onload):
(completeTest):
* svg/dynamic-updates/resources/linkTarget.svg:
* svg/filters/feBlend-invalid-mode.xhtml:
* svg/filters/feColorMatrix-invalid-value.svg:
* svg/filters/feComponentTransfer-style-crash.xhtml:
* svg/filters/feDisplacementMap-crash-test.xhtml:
* svg/filters/feImage-animated-transform-on-target-rect.svg:
* svg/filters/feImage-target-reappend-to-document.svg:
* svg/filters/feImage-zero-size-crash.svg:
* svg/filters/feMorphology-invalid-radius.svg:
* svg/filters/feMorphology-zero-radius.svg:
* svg/filters/filter-after-transform-crash.svg:
* svg/filters/reparent-animated-filter-target.html:
* svg/filters/svg-transform-blur-crash.svg:
* svg/foreignObject/absolute-position-foreign-object-child-crash.html:
* svg/foreignObject/fO-fixed-position-crash.html:
* svg/hittest/foreign-object-background.svg:
* svg/hittest/svg-ellipse-non-scale-stroke.xhtml:
* svg/hittest/svg-ellipse-rect-stroke.xhtml:
* svg/hittest/svg-ellipse.xhtml:
* svg/hittest/svg-inside-display-table.xhtml:
* svg/hittest/svg-inside-table.xhtml:
* svg/hittest/svg-padding.xhtml:
* svg/hittest/svg-shapes-non-scale-stroke.html:
* svg/hittest/svg-small-path.xhtml:
* svg/hittest/svg-small-viewbox.xhtml:
* svg/hittest/zero-length-butt-cap-path.xhtml:
* svg/hittest/zero-length-round-cap-path.xhtml:
* svg/hittest/zero-length-square-cap-path.xhtml:
* svg/hixie/dynamic/001.xml:
* svg/hixie/links/003.xml:
* svg/hixie/perf/001.xml:
* svg/hixie/perf/002.xml:
* svg/hixie/perf/003.xml:
* svg/hixie/perf/004.xml:
* svg/hixie/perf/005.xml:
* svg/hixie/perf/006.xml:
* svg/hixie/perf/007.xml:
* svg/in-html/script-external.html:
* svg/in-html/script-nested.html:
* svg/in-html/script-write.html:
* svg/in-html/script.html:
* svg/in-html/svg-assert-failure-percentage.html:
* svg/path-arc-invalid.html:
* svg/repaint/filter-repaint.svg:
* svg/repaint/image-href-change.svg:
* svg/repaint/image-with-clip-path.svg:
* svg/repaint/repainting-after-animation-element-removal.svg:
* svg/text/add-tspan-position-bug.html:
* svg/text/caret-in-svg-text.xhtml:
* svg/text/clear-floats-crash.svg:
* svg/text/font-size-null-assertion.svg:
* svg/text/font-size-too-large-crash.svg:
* svg/text/foreignObject-text-clipping-bug.xml:
* svg/text/glyphref-renderer-create-crash.html:
* svg/text/highcharts-assertion.html:
* svg/text/inline-text-destroy-attributes-crash.xhtml:
* svg/text/modify-tspan-position-bug.html:
* svg/text/resources/SelectionTestCase.js:
* svg/text/select-text-svgfont.html:
* svg/text/selection-doubleclick.svg:
* svg/text/selection-tripleclick.svg:
* svg/text/svg-rtl-text-crash.html:
* svg/text/svg-zoom-large-value.xhtml:
* svg/text/text-align-01-b.svg:
* svg/text/text-align-02-b.svg:
* svg/text/text-align-03-b.svg:
* svg/text/text-align-04-b.svg:
* svg/text/text-align-05-b.svg:
* svg/text/text-align-06-b.svg:
* svg/text/text-altglyph-01-b.svg:
* svg/text/text-assert.svg:
* svg/text/text-block-child-crash.xhtml:
* svg/text/text-deco-01-b.svg:
* svg/text/text-font-anonymous-parent.xhtml:
* svg/text/text-font-invalid.html:
* svg/text/text-font-uri-invalid.svg:
* svg/text/text-fonts-01-t.svg:
* svg/text/text-fonts-02-t.svg:
* svg/text/text-intro-05-t.svg:
* svg/text/text-path-01-b.svg:
* svg/text/text-positioning-remove-child-crash.svg:
* svg/text/text-property-with-display-none.html:
* svg/text/text-spacing-01-b.svg:
* svg/text/text-style-invalid.svg:
* svg/text/text-style-recalc-crash.html:
* svg/text/text-text-01-b.svg:
* svg/text/text-text-03-b.svg:
* svg/text/text-text-04-t.svg:
* svg/text/text-text-05-t.svg:
* svg/text/text-text-06-t.svg:
* svg/text/text-text-07-t.svg:
* svg/text/text-text-08-b.svg:
* svg/text/text-tref-01-b.svg:
* svg/text/text-tselect-01-b.svg:
* svg/text/text-tselect-02-f.svg:
* svg/text/text-tspan-01-b.svg:
* svg/text/text-ws-01-t.svg:
* svg/text/text-ws-02-t.svg:
* svg/text/textPathBoundsBug.svg:
* svg/text/textpath-reference-crash.html:
* svg/text/tref-event-listener-crash.svg:
* svg/text/tspan-getComputedTextLength.svg:
* svg/transforms/percent-transform-values.xhtml:
* svg/transforms/transform-origin-presentation-attribute.xhtml:
* svg/webarchive/svg-cursor-subresources-expected.webarchive:
* svg/webarchive/svg-cursor-subresources.svg:
* svg/webarchive/svg-feimage-subresources-expected.webarchive:
* svg/webarchive/svg-feimage-subresources.svg:
* svg/webarchive/svg-script-subresouces-expected.webarchive:
* svg/webarchive/svg-script-subresouces.svg:
* svg/zoom/page/zoom-getBoundingClientRect.xhtml:
* svg/zoom/page/zoom-zoom-coords.xhtml:
* svg/zoom/resources/testPageZoom.js:
(repaintTest):
(completeDynamicTest.script.onload):
(completeDynamicTest):
* svg/zoom/resources/testTextZoom.js:
(repaintTest):
2012-08-01 Peter Beverloo <peter@chromium.org>
[Text Autosizing] Provide an API for influencing the font scale factor
https://bugs.webkit.org/show_bug.cgi?id=92882
Reviewed by Adam Barth.
Add a basic test. More usable tests should be added later, as it's
really hard to test this accurately in this phase of the implementation,
and Text Autosizing is still subject to various bugs.
The font scale factor applied to Text Autosizing influences the sizing
of text, and will influence the scaling of boosted blocks once the
implementation progresses. For Android, it will be set to the font size
chosen in the user's system-wide preferences.
* fast/text-autosizing/font-scale-factor-expected.html: Added.
* fast/text-autosizing/font-scale-factor.html: Added.
2012-08-01 Mike West <mkwst@chromium.org>
CSP should correctly block plugin resources rendered in PluginDocuments.
https://bugs.webkit.org/show_bug.cgi?id=92675
Reviewed by Adam Barth.
* http/tests/plugins/resources/mock-plugin.pl: Added.
This lovely perl script mocks a plugin by sending a
'Content-Type application/x-webkit-test-netscape' header.
* http/tests/security/contentSecurityPolicy/object-src-url-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/object-src-url-allowed.html: Added.
* http/tests/security/contentSecurityPolicy/object-src-url-blocked-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/object-src-url-blocked.html: Added.
Test that non-'data:' URLs that end up in PluginDocuments are also
dealt with correctly by CSP.
2012-08-01 Florin Malita <fmalita@chromium.org>
SVG animation not working for elements inserted after parsing is finished
https://bugs.webkit.org/show_bug.cgi?id=92025
Reviewed by Nikolas Zimmermann.
* svg/animations/deferred-insertion-expected.txt: Added.
* svg/animations/deferred-insertion.html: Added.
2012-08-01 Vincent Scheib <scheib@chromium.org>
Block pointer lock for sandboxed iframes.
https://bugs.webkit.org/show_bug.cgi?id=92796
Reviewed by Adam Barth.
Sandboxed iframe documents should be blocked from using the
pointer lock API until there is specification agreement
on what attribute to use to allow the feature.
* http/tests/pointer-lock/iframe-sandboxed-expected.txt: Added.
* http/tests/pointer-lock/iframe-sandboxed.html: Added.
2012-08-01 Emil A Eklund <eae@chromium.org>
Unreviewed chromium TestExpectations change, replace BUG_eae with a proper bug number.
* platform/chromium/TestExpectations:
2012-08-01 Joshua Bell <jsbell@chromium.org>
IndexedDB: IDBCursor.continue(key) does not throw for key "behind" cursor
https://bugs.webkit.org/show_bug.cgi?id=92562
Reviewed by Ojan Vafai.
Ensure cursor.continue(key) throws if key is "behind" the cursor.
* storage/indexeddb/cursor-continue-dir-expected.txt: Added.
* storage/indexeddb/cursor-continue-dir.html: Added.
* storage/indexeddb/resources/cursor-continue-dir.js: Added.
(test.request.onsuccess.request.onsuccess.request.onsuccess):
(test.request.onsuccess.request.onsuccess):
(test.request.onsuccess):
(test):
(testCursors):
(testForwardCursor.request.onsuccess):
(testForwardCursor):
(testReverseCursor.request.onsuccess):
(testReverseCursor):
2012-08-01 Rick Byers <rbyers@chromium.org>
Make Gesture click test validate click count in UIEvent.detail
https://bugs.webkit.org/show_bug.cgi?id=92779
Reviewed by Adam Barth.
Also validates that no dblclick event is fired for this single click.
* fast/events/touch/gesture/gesture-click.html:
* platform/chromium/fast/events/touch/gesture/gesture-click-expected.txt:
2012-08-01 Kihong Kwon <kihong.kwon@samsung.com>
Dropping webkit prefix from Vibration API
https://bugs.webkit.org/show_bug.cgi?id=92840
Reviewed by Adam Barth.
Remove webkit prefix from navigator.webkitVibrate().
* fast/dom/navigator-vibration-expected.txt:
* fast/dom/navigator-vibration.html:
2012-08-01 Allan Sandfeld Jensen <allan.jensen@nokia.com>
Clean-up touchadjustment tests.
https://bugs.webkit.org/show_bug.cgi?id=92869
Reviewed by Jocelyn Turcotte.
Review and cleanup the touchadjustment tests, so they are more consistent,
uses best practices and are good examples for future touchadjustment tests.
Gather commonly used functions in touchadjustment.js.
Add HTML5 doctype to ensure strict parsing rules.
Remove redundant testRunner calls, and use js-test-post.js instead.
Fix XHTMLisms in small-target-test.html
Fix ignored offset mistake in nested-touch.html that resulted in three identical tests.
* touchadjustment/big-div-expected.txt:
* touchadjustment/big-div.html:
* touchadjustment/block-testing-expected.txt:
* touchadjustment/block-testing.html:
* touchadjustment/disabled-formelements-expected.txt:
* touchadjustment/disabled-formelements.html:
* touchadjustment/event-triggered-widgets-expected.txt:
* touchadjustment/event-triggered-widgets.html:
* touchadjustment/html-label-expected.txt:
* touchadjustment/html-label.html:
* touchadjustment/iframe.html:
* touchadjustment/nested-shadow-node.html:
* touchadjustment/nested-touch-expected.txt:
* touchadjustment/nested-touch.html:
* touchadjustment/resources/inner-frame.html:
* touchadjustment/resources/touchadjustment.js: Added.
(findAbsoluteBounds):
(nodeToString):
(touchPoint):
(offsetTouchPoint):
* touchadjustment/rotated-node-expected.txt:
* touchadjustment/rotated-node.html:
* touchadjustment/scroll-offset-expected.txt:
* touchadjustment/scroll-offset.html:
* touchadjustment/search-cancel.html:
* touchadjustment/small-target-test-expected.txt:
* touchadjustment/small-target-test.html:
* touchadjustment/touch-inlines-expected.txt:
* touchadjustment/touch-inlines.html:
2012-08-01 Andrei Bucur <abucur@adobe.com>
[CSS Regions] The regionLayoutUpdate event should be dispatched on the NamedFlow object
https://bugs.webkit.org/show_bug.cgi?id=88778
Reviewed by Adam Barth.
Spec: http://www.w3.org/TR/css3-regions/#region-flow-layout-events
The existing tests have been adapted to match the transition of the event on the NamedFlow interface. Also there are three more tests for the case
the region chain is removed, the flow goes in the NULL state and for the event target to match the NamedFlow object.
* fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Renamed from LayoutTests/fast/regions/region-event-add-to-flow-expected.txt.
* fast/regions/webkit-named-flow-event-add-to-flow.html: Renamed from LayoutTests/fast/regions/region-event-add-to-flow.html.
* fast/regions/webkit-named-flow-event-expected.txt: Renamed from LayoutTests/fast/regions/region-event-expected.txt.
* fast/regions/webkit-named-flow-event-no-regions-expected.txt: Added.
* fast/regions/webkit-named-flow-event-no-regions.html: Added.
* fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Renamed from LayoutTests/fast/regions/region-event-remove-from-dom-expected.txt.
* fast/regions/webkit-named-flow-event-remove-from-dom.html: Renamed from LayoutTests/fast/regions/region-event-remove-from-dom.html.
* fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Renamed from LayoutTests/fast/regions/region-event-remove-from-flow-expected.txt.
* fast/regions/webkit-named-flow-event-remove-from-flow.html: Renamed from LayoutTests/fast/regions/region-event-remove-from-flow.html.
* fast/regions/webkit-named-flow-event-target-expected.txt: Added.
* fast/regions/webkit-named-flow-event-target.html: Added.
* fast/regions/webkit-named-flow-event-to-null-expected.txt: Added.
* fast/regions/webkit-named-flow-event-to-null.html: Added.
* fast/regions/webkit-named-flow-event.html: Renamed from LayoutTests/fast/regions/region-event.html.
2012-07-31 Robert Hogan <robert@webkit.org>
CSS 2.1 failure: margin-collapse-012 fails
https://bugs.webkit.org/show_bug.cgi?id=80219
Reviewed by Eric Seidel.
* css2.1/20110323/margin-collapse-012.htm: Added.
* css2.1/20110323/margin-collapse-012-expected.html: Added.
* fast/css/margin-collapse-abspos-negmargin-expected.html: Added.
* fast/css/margin-collapse-abspos-negmargin.htm: Added.
* fast/block/positioning/auto/001.html:
* fast/block/positioning/auto/002.html:
* fast/block/positioning/auto/vertical-lr/002.html:
* fast/block/positioning/auto/vertical-rl/002.html:
* fast/dynamic/staticY.html:
Remove the margins from these tests so the results remain the same. The new results
are consistent with FF.
* platform/chromium-linux/fast/box-sizing/box-sizing-expected.png:
* platform/chromium-win/compositing/overflow/clip-descendents-expected.txt:
* platform/chromium-win/fast/box-sizing/box-sizing-expected.txt:
I've rebaselined these - removing the margins doesn't seem helpful.
2012-08-01 Xianzhu Wang <wangxianzhu@chromium.org>
Layout Test fast/text/descent-clip-in-scaled-page.html is failing on linux since it was added
https://bugs.webkit.org/show_bug.cgi?id=91386
Reviewed by Tony Chang.
The failure was because of the caching of font data. Now use the fake font families which are
only used when subpixel text positioing is enabled. This is the same method used in
platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html.
On Linux and Android, the fake font families will be mapped to Time New Roman and Ahem, respectively.
On other platforms, they will fall back to system default fonts.
* fast/text/descent-clip-in-scaled-page-expected.html:
* fast/text/descent-clip-in-scaled-page.html:
* platform/chromium/TestExpectations:
2012-08-01 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r122498): Assertion failure: m_nodeListCounts is sometimes not zero in the Document destructor
https://bugs.webkit.org/show_bug.cgi?id=92742
Reviewed by Andreas Kling.
Add regression tests for two types of node lists: one that uses addCacheWithName and the other that uses
addCacheWithAtomicName.
* fast/dom/NodeList/nodelist-moved-to-fragment-2-expected.txt: Added.
* fast/dom/NodeList/nodelist-moved-to-fragment-2.html: Added.
* fast/dom/NodeList/nodelist-moved-to-fragment-expected.txt: Added.
* fast/dom/NodeList/nodelist-moved-to-fragment.html: Added.
2012-08-01 Zeno Albisser <zeno@webkit.org>
[Qt]REGRESSION(r123786): It made 3 fast/animation tests fail.
https://bugs.webkit.org/show_bug.cgi?id=92490
Reviewed by Noam Rosenthal.
* platform/qt/Skipped: Unskipping the tests listed below.
fast/animation/request-animation-frame-cancel2.html
fast/animation/request-animation-frame-detach-element.html
fast/animation/request-animation-frame-during-modal.html
fast/animation/request-animation-frame-timestamps.html
fast/dom/Window/post-message-crash.html
2012-08-01 Keishi Hattori <keishi@webkit.org>
Attempt to fix flakiness of color-suggestion-picker-appearance.html
https://bugs.webkit.org/show_bug.cgi?id=92848
Reviewed by Kent Tamura.
We observed console.log bleeding into the next test.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html:
2012-08-01 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, suppress fast/forms/input-widths.html failure, which is due to r124314.
* platform/chromium/TestExpectations:
2012-08-01 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, typo fix.
* platform/qt/TestExpectations:
2012-08-01 Peter Kasting <pkasting@google.com>
[Chromium] Rebaseline a test.
https://bugs.webkit.org/show_bug.cgi?id=92444
Unreviewed, test expectation updates.
* platform/chromium-linux-x86/platform/chromium/fast: Added.
* platform/chromium-linux-x86/platform/chromium/fast/forms: Added.
* platform/chromium-linux-x86/platform/chromium/fast/forms/color: Added.
* platform/chromium-linux-x86/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium-linux/platform/chromium/fast/forms: Added.
* platform/chromium-linux/platform/chromium/fast/forms/color: Added.
* platform/chromium-linux/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/fast/forms: Added.
* platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color: Added.
* platform/chromium-mac-snowleopard/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium-win-xp/platform/chromium/fast/forms: Added.
* platform/chromium-win-xp/platform/chromium/fast/forms/color: Added.
* platform/chromium-win-xp/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium-win/platform/chromium/fast/forms: Added.
* platform/chromium-win/platform/chromium/fast/forms/color: Added.
* platform/chromium-win/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
2012-08-01 Peter Kasting <pkasting@google.com>
[Chromium] Mark a couple of flaky tests.
https://bugs.webkit.org/show_bug.cgi?id=92850
https://bugs.webkit.org/show_bug.cgi?id=92852
Unreviewed, test expectation updates.
* platform/chromium/TestExpectations:
2012-08-01 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding an image failure expectation for a
CSS3 Flexbox test that relies on the subpixel layout to be enabled.
Also adding a missing platform-specific expectation for a CSS2.1 test
that somehow got removed in r124142.
* platform/gtk/TestExpectations:
* platform/gtk/css2.1/20110323/block-replaced-width-001-expected.png:
* platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
2012-08-01 Kinuko Yasuda <kinuko@chromium.org>
[Filesystem] Assertion on $0.webkitEntries while on the input field.
https://bugs.webkit.org/show_bug.cgi?id=91954
Reviewed by Kent Tamura.
Accessing .webkitEntries should not crash when input type is not for file.
* fast/filesystem/input-access-entries.html: Added.
* fast/filesystem/input-access-entries-expected.txt: Added.
2012-08-01 Eugene Klyuchnikov <eustas.big@gmail.com>
Web Inspector: Profiles: cleanup HeapSnapshotReceiver interface
https://bugs.webkit.org/show_bug.cgi?id=92390
Reviewed by Yury Semikhatsky.
Fixed test to adopt new API.
* inspector/profiler/heap-snapshot-loader.html:
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Add a baseline and modify expectations.
https://bugs.webkit.org/show_bug.cgi?id=66417
https://bugs.webkit.org/show_bug.cgi?id=81145
https://bugs.webkit.org/show_bug.cgi?id=82547
https://bugs.webkit.org/show_bug.cgi?id=84802
Unreviewed, test expectation updates.
One baseline was ommitted from http://trac.webkit.org/changeset/124296 .
* platform/chromium-mac-snowleopard/fast/repaint/moving-shadow-on-container-expected.txt: Added.
* platform/chromium-mac/fast/repaint/moving-shadow-on-container-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-07-31 MORITA Hajime <morrita@google.com>
Internals::setAuthorShadowDOMForAnyElementEnabled should be on InternalSettings
https://bugs.webkit.org/show_bug.cgi?id=92823
Reviewed by Kentaro Hara.
Followed the changed on Internals API.
* fast/dom/shadow/input-with-validation.html:
2012-07-31 Keishi Hattori <keishi@webkit.org>
Mark fast/forms/color/color-suggestion-picker-appearance.html as missing or image mismatch
Unreviewed.
* platform/chromium/TestExpectations:
2012-07-31 Ami Fischman <fischman@chromium.org>
Layout Test media/video-currentTime-set.html is still flaky
https://bugs.webkit.org/show_bug.cgi?id=85003
Unreviewed gardening; test was fixed in r115462 but expectation was left behind.
* platform/chromium/TestExpectations:
2012-07-31 Vincent Scheib <scheib@chromium.org>
webkitRequestPointerLock and webkitExitPointerLock limited to the same document of an active Pointer lock.
https://bugs.webkit.org/show_bug.cgi?id=91284
Reviewed by Adrienne Walker.
Previously, cross-talk between documents was possible, e.g. allowing one
document.webkitExitPointerLock to exit the lock from another document.
This change brings Pointer Lock closer to the Fullscreen API behavior,
and stops the pointer lock target from being transferable between
documents.
* http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents-expected.txt: Added.
* http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html: Added.
* http/tests/resources/pointer-lock/iframe-common.js:
(document.onwebkitpointerlockchange):
(document.onwebkitpointerlockerror):
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
2012-07-31 Ami Fischman <fischman@chromium.org>
[Chromium][Mac] Assertion failure in null_audio_sink.cc running WebGL video layout test on 10.5 debug bots
https://bugs.webkit.org/show_bug.cgi?id=89529
Unreviewed gardening.
Should be mostly/all cured on Mac. See http://crbug.com/138583 for ongoing details.
* platform/chromium/TestExpectations:
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Update test expectations.
https://bugs.webkit.org/show_bug.cgi?id=85952
https://bugs.webkit.org/show_bug.cgi?id=92835
Unreviewed, test expectation updates.
* platform/chromium/TestExpectations:
2012-07-31 Douglas Stockwell <dstockwell@chromium.org>
-webkit-flex-flow does not work with inherit/initial values
https://bugs.webkit.org/show_bug.cgi?id=92709
Reviewed by Ojan Vafai.
Test that flex-flow handles 'initial' as expected.
* css3/flexbox/flex-flow-initial-expected.txt: Added.
* css3/flexbox/flex-flow-initial.html: Added.
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Rebaselines and test expectation updates.
https://bugs.webkit.org/show_bug.cgi?id=66953
https://bugs.webkit.org/show_bug.cgi?id=72746
https://bugs.webkit.org/show_bug.cgi?id=74157
https://bugs.webkit.org/show_bug.cgi?id=81145
https://bugs.webkit.org/show_bug.cgi?id=83051
Unreviewed, test expectation updates.
Mostly rebaselining for https://bugs.webkit.org/show_bug.cgi?id=72746 .
* platform/chromium-linux-x86/fast/writing-mode: Added.
* platform/chromium-linux-x86/fast/writing-mode/english-lr-text-expected.png: Added.
* platform/chromium-linux-x86/transitions: Added.
* platform/chromium-linux-x86/transitions/default-timing-function-expected.png: Added.
* platform/chromium-linux-x86/transitions/svg-text-shadow-transition-expected.png: Added.
* platform/chromium-linux/fast/repaint/box-shadow-h-expected.png:
* platform/chromium-linux/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-linux/fast/repaint/text-shadow-expected.png:
* platform/chromium-linux/fast/repaint/text-shadow-horizontal-expected.png:
* platform/chromium-linux/fast/text/shadow-no-blur-expected.png:
* platform/chromium-linux/fast/text/shadow-translucent-fill-expected.png:
* platform/chromium-linux/fast/text/stroking-decorations-expected.png:
* platform/chromium-linux/fast/text/stroking-expected.png:
* platform/chromium-linux/fast/writing-mode/english-lr-text-expected.png:
* platform/chromium-linux/transitions/default-timing-function-expected.png:
* platform/chromium-linux/transitions/svg-text-shadow-transition-expected.png:
* platform/chromium-mac-snowleopard/fast/repaint/box-shadow-h-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/box-shadow-v-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/text-shadow-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/text-shadow-horizontal-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/shadow-no-blur-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/shadow-translucent-fill-expected.png:
* platform/chromium-mac-snowleopard/fast/text/stroking-expected.png: Removed.
* platform/chromium-mac-snowleopard/transitions/cross-fade-border-image-expected.png:
* platform/chromium-mac-snowleopard/transitions/default-timing-function-expected.png: Added.
* platform/chromium-mac-snowleopard/transitions/svg-text-shadow-transition-expected.png: Added.
* platform/chromium-mac/fast/box-shadow/single-pixel-shadow-expected.png: Added.
* platform/chromium-mac/fast/repaint/box-shadow-h-expected.png:
* platform/chromium-mac/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-mac/fast/repaint/text-shadow-expected.png:
* platform/chromium-mac/fast/repaint/text-shadow-horizontal-expected.png:
* platform/chromium-mac/fast/text/shadow-no-blur-expected.png:
* platform/chromium-mac/fast/text/stroking-decorations-expected.png:
* platform/chromium-mac/fast/writing-mode/english-lr-text-expected.png:
* platform/chromium-mac/transitions/default-timing-function-expected.png:
* platform/chromium-mac/transitions/svg-text-shadow-transition-expected.png:
* platform/chromium-win-xp/fast/text/shadow-translucent-fill-expected.png:
* platform/chromium-win-xp/fast/text/stroking-decorations-expected.png: Added.
* platform/chromium-win-xp/fast/text/stroking-expected.png: Added.
* platform/chromium-win-xp/fast/writing-mode/english-lr-text-expected.png: Added.
* platform/chromium-win-xp/transitions/svg-text-shadow-transition-expected.png:
* platform/chromium-win/fast/repaint/box-shadow-h-expected.png:
* platform/chromium-win/fast/repaint/box-shadow-v-expected.png:
* platform/chromium-win/fast/text/shadow-translucent-fill-expected.png:
* platform/chromium-win/fast/text/stroking-decorations-expected.png:
* platform/chromium-win/fast/text/stroking-expected.png:
* platform/chromium-win/fast/writing-mode/english-lr-text-expected.png:
* platform/chromium-win/transitions/default-timing-function-expected.png:
* platform/chromium-win/transitions/svg-text-shadow-transition-expected.png:
* platform/chromium/TestExpectations:
2012-07-31 Emil A Eklund <eae@chromium.org>
Float imprecision causes incorrect wrapping in LineLayout with subpixel layout
https://bugs.webkit.org/show_bug.cgi?id=92778
Reviewed by Eric Seidel.
Add test ensuring that an inline block isn't wrapped incorrectly.
* fast/sub-pixel/inline-block-should-not-wrap-expected.html: Added.
* fast/sub-pixel/inline-block-should-not-wrap.html: Added.
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-08-01 Joone Hur <joone.hur@intel.com>
Unreviewed EFL gardening.
Marked the following tests as pass, but they don't pass on 32-bits machines.
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
svg/css/stars-with-shadow.html
* platform/efl/TestExpectations:
2012-07-31 Ami Fischman <fischman@chromium.org>
Layout tests media/event-attributes.html and media/video-playbackrate.html failing
https://bugs.webkit.org/show_bug.cgi?id=73692
Unreviewed gardening.
Should be mostly/all cured. See http://crbug.com/138583 for ongoing details.
* platform/chromium/TestExpectations:
2012-07-31 Ami Fischman <fischman@chromium.org>
media/video-currentTime-delay.html shouldn't be a performance test, so remove artificial deadline.
https://bugs.webkit.org/show_bug.cgi?id=92816
Unreviewed test cleanup.
* media/video-currentTime-delay.html:
* platform/chromium/TestExpectations:
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Rebaseline a test and correct two expectations.
http://crbug.com/23477
Unreviewed, test expectation updates.
One line was extraneous after http://trac.webkit.org/changeset/124245 ,
another after http://trac.webkit.org/changeset/124284 .
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-31 Ojan Vafai <ojan@chromium.org>
i and j keys no longer scroll in results.html
https://bugs.webkit.org/show_bug.cgi?id=92584
Reviewed by Tony Chang.
Scrolling broke with r122880 since the scrolling element is no
longer the body.
Also, fix TestNavigator to allow navigating to tests in the
unexpected passes table. That table doesn't have expand links,
so we change TestNavigator to navigate the tbody's instead, which
also happens to remove a bunch of unnecessary tree-walking.
* fast/harness/resources/results-test.js:
* fast/harness/results-expected.txt:
* fast/harness/results.html:
2012-07-31 Ami Fischman <fischman@chromium.org>
[Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=85952
Unreviewed test cleanup.
Timeouts were fixed by acolwell@chromium.org a few weeks ago. Flakiness of seeked vs. the other events is just overspecificity in the test.
* http/tests/media/media-source/video-media-source-seek-expected.txt:
* http/tests/media/media-source/video-media-source-seek.html:
* platform/chromium/TestExpectations:
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Miscellaneous rebaselining.
https://bugs.webkit.org/show_bug.cgi?id=78664
https://bugs.webkit.org/show_bug.cgi?id=82129
https://bugs.webkit.org/show_bug.cgi?id=82547
https://bugs.webkit.org/show_bug.cgi?id=84065
https://bugs.webkit.org/show_bug.cgi?id=84800
https://bugs.webkit.org/show_bug.cgi?id=86592
https://bugs.webkit.org/show_bug.cgi?id=88171
https://bugs.webkit.org/show_bug.cgi?id=88705
https://bugs.webkit.org/show_bug.cgi?id=89045
https://bugs.webkit.org/show_bug.cgi?id=89936
https://bugs.webkit.org/show_bug.cgi?id=90951
https://bugs.webkit.org/show_bug.cgi?id=91811
https://bugs.webkit.org/show_bug.cgi?id=92444
https://bugs.webkit.org/show_bug.cgi?id=92537
https://bugs.webkit.org/show_bug.cgi?id=92721
https://bugs.webkit.org/show_bug.cgi?id=92811
http://crbug.com/128325
Unreviewed, test expectation updates.
* platform/chromium-linux-x86/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom: Added.
* platform/chromium-linux-x86/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/effect-color-check-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
* platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-linux-x86/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-linux-x86/fast/text/shaping: Added.
* platform/chromium-linux-x86/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-linux-x86/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-linux-x86/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-linux-x86/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-linux-x86/media: Removed.
* platform/chromium-linux/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/chromium-linux/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Added.
* platform/chromium-linux/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
* platform/chromium-linux/css3/filters/custom/filter-repaint-custom-expected.png: Added.
* platform/chromium-linux/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-linux/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-linux/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-linux/fast/text/shaping: Added.
* platform/chromium-linux/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-linux/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-linux/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-linux/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-linux/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/chromium-mac-snowleopard/css3/filters/custom: Added.
* platform/chromium-mac-snowleopard/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/glyphs-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/shaping: Added.
* platform/chromium-mac-snowleopard/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/chromium-mac/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-mac/fast/block/lineboxcontain/glyphs-expected.txt:
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-mac/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.png:
* platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt:
* platform/chromium-mac/fast/text/shaping: Added.
* platform/chromium-mac/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-mac/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-mac/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-mac/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-mac/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
* platform/chromium-win-xp/compositing/reflections: Added.
* platform/chromium-win-xp/compositing/reflections/nested-reflection-anchor-point-expected.png: Added.
* platform/chromium-win-xp/compositing/shadows: Added.
* platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: Added.
* platform/chromium-win-xp/css1/formatting_model: Added.
* platform/chromium-win-xp/css1/formatting_model/floating_elements-expected.png: Added.
* platform/chromium-win-xp/css3/filters/custom: Added.
* platform/chromium-win-xp/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-win-xp/css3/filters/custom/effect-color-check-expected.png: Added.
* platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
* platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-expected.png: Added.
* platform/chromium-win-xp/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
* platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-win-xp/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-win-xp/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-win-xp/fast/forms/datalist: Added.
* platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
* platform/chromium-win-xp/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
* platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Removed.
* platform/chromium-win-xp/fast/text/shaping: Added.
* platform/chromium-win-xp/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-win-xp/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-win-xp/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-win-xp/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-win-xp/media: Removed.
* platform/chromium-win/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
* platform/chromium-win/css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* platform/chromium-win/css3/filters/custom/effect-color-check-expected.png: Added.
* platform/chromium-win/css3/filters/custom/filter-repaint-custom-clipped-expected.png: Added.
* platform/chromium-win/css3/filters/custom/filter-repaint-custom-expected.png: Added.
* platform/chromium-win/css3/filters/custom/filter-repaint-custom-rotated-expected.png: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-win/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.png: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.png: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.png: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.png: Added.
* platform/chromium-win/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
* platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
* platform/chromium-win/fast/text/shaping: Added.
* platform/chromium-win/fast/text/shaping/shaping-script-order-expected.png: Added.
* platform/chromium-win/fast/text/shaping/shaping-script-order-expected.txt: Added.
* platform/chromium-win/fast/text/shaping/shaping-selection-rect-expected.png: Added.
* platform/chromium-win/fast/text/shaping/shaping-selection-rect-expected.txt: Added.
* platform/chromium-win/media/media-document-audio-repaint-expected.png:
* platform/chromium-win/media/media-document-audio-repaint-expected.txt:
* platform/chromium/TestExpectations:
* platform/efl/css1/formatting_model/floating_elements-expected.png: Removed.
2012-07-30 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r120979): Node list returned by getElementsByTagNameNS isn't invalidated when children changes
https://bugs.webkit.org/show_bug.cgi?id=92705
Reviewed by Abhishek Arya.
Add a regression test to ensure node lists returned by getElementsByTagNameNS are invalidated
when child nodes are added or removed.
* fast/dom/NodeList/nodelist-namespace-invalidation-expected.txt: Added.
* fast/dom/NodeList/nodelist-namespace-invalidation.html: Added.
2012-07-31 Tony Chang <tony@chromium.org>
flexbox should avoid floats
https://bugs.webkit.org/show_bug.cgi?id=92661
Reviewed by Ojan Vafai.
Add a test case to make sure flexboxen avoid floats.
* css3/flexbox/floated-flexbox.html:
2012-07-31 Tony Chang <tony@chromium.org>
REGRESSION: flexbox content-size fails to exclude scrollbar
https://bugs.webkit.org/show_bug.cgi?id=92667
Reviewed by Ojan Vafai.
Add column flow test cases with scrollbars forced on.
* css3/flexbox/content-height-with-scrollbars-expected.html: Added.
* css3/flexbox/content-height-with-scrollbars.html: Added.
2012-07-31 Tony Chang <tony@chromium.org>
-webkit-order should take an integer, not a number
https://bugs.webkit.org/show_bug.cgi?id=92688
Reviewed by Ojan Vafai.
Update tests.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-order.html:
2012-07-31 Luke Macpherson <macpherson@chromium.org>
Heap-use-after-free in WebCore::StyleResolver::loadPendingImage
https://bugs.webkit.org/show_bug.cgi?id=92606
Reviewed by Abhishek Arya.
Exercises the codepath where an image is loaded using a url specified via a variable.
* fast/css/variables/deferred-image-load-from-variable-expected.txt: Added.
* fast/css/variables/deferred-image-load-from-variable.html: Added.
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Rebaselines.
https://bugs.webkit.org/show_bug.cgi?id=58008
https://bugs.webkit.org/show_bug.cgi?id=81145
https://bugs.webkit.org/show_bug.cgi?id=92537
Unreviewed, test updates.
Mostly rebaselining for
http://src.chromium.org/viewvc/chrome?view=rev&revision=149198 , which
resulted in some i18n font changes due to
http://trac.webkit.org/changeset/83126 .
* fast/dom/52776-expected.txt: Added.
* fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added.
* platform/chromium-linux-x86/fast/text/international: Removed.
* platform/chromium-linux-x86/fast/text/international/bidi-neutral-run-expected.png: Removed.
* platform/chromium-linux-x86/platform/chromium/compositing: Added.
* platform/chromium-linux-x86/platform/chromium/compositing/scrollbars: Added.
* platform/chromium-linux-x86/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/52776-expected.png:
* platform/chromium-mac-snowleopard/fast/dom/52776-expected.txt:
* platform/chromium-mac-snowleopard/fast/text/complex-text-opacity-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/arabic-justify-expected.txt:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-L-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-AN-after-empty-run-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-CS-after-AN-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-neutral-run-expected.png:
* platform/chromium-mac/fast/dom/52776-expected.png:
* platform/chromium-mac/fast/dom/52776-expected.txt: Removed.
* platform/chromium-mac/fast/text/complex-text-opacity-expected.png:
* platform/chromium-mac/fast/text/complex-text-opacity-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/arabic-justify-expected.png:
* platform/chromium-mac/fast/text/international/arabic-justify-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.png:
* platform/chromium-mac/fast/text/international/bidi-AN-after-L-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Added.
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.png:
* platform/chromium-mac/fast/text/international/bidi-CS-after-AN-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/chromium-mac/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png:
* platform/chromium-mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
* platform/chromium-mac/fast/text/international/bidi-neutral-run-expected.png: Added.
* platform/chromium-win-xp/fast/text/international/bidi-neutral-run-expected.png: Removed.
* platform/chromium/TestExpectations:
* platform/efl/fast/dom/52776-expected.txt: Removed.
* platform/efl/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
* platform/gtk/fast/dom/52776-expected.txt: Removed.
* platform/gtk/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Removed.
2012-07-31 Chris Rogers <crogers@google.com>
Add stub implementation for MediaStreamAudioSourceNode
https://bugs.webkit.org/show_bug.cgi?id=90110
Reviewed by Kenneth Russell.
* webaudio/mediastreamaudiosourcenode-expected.txt: Added.
* webaudio/mediastreamaudiosourcenode.html: Added.
2012-07-31 Peter Kasting <pkasting@google.com>
[Chromium] Rebaselines.
https://bugs.webkit.org/show_bug.cgi?id=45991
https://bugs.webkit.org/show_bug.cgi?id=81145
https://bugs.webkit.org/show_bug.cgi?id=82911
http://crbug.com/131187
http://crbug.com/135709
http://crbug.com/139796
Unreviewed, test updates.
Mostly rebaselining in the wake of r124209, with a few other things
mixed in.
* platform/chromium-linux-x86/fast/gradients: Added.
* platform/chromium-linux-x86/fast/gradients/crash-on-zero-radius-expected.png: Added.
* platform/chromium-linux-x86/fast/gradients/generated-gradients-expected.png: Added.
* platform/chromium-linux-x86/fast/gradients/list-item-gradient-expected.png: Added.
* platform/chromium-linux-x86/fast/gradients/simple-gradients-expected.png: Added.
* platform/chromium-linux-x86/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: Removed.
* platform/chromium-linux-x86/svg/as-background-image: Added.
* platform/chromium-linux-x86/svg/as-background-image/svg-as-background-3-expected.png: Added.
* platform/chromium-linux-x86/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Removed.
* platform/chromium-linux/fast/gradients/crash-on-zero-radius-expected.png:
* platform/chromium-linux/fast/gradients/generated-gradients-expected.png:
* platform/chromium-linux/fast/gradients/list-item-gradient-expected.png:
* platform/chromium-linux/fast/gradients/simple-gradients-expected.png:
* platform/chromium-linux/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/chromium-linux/svg/as-background-image/svg-as-background-3-expected.png:
* platform/chromium-linux/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
* platform/chromium-linux/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
* platform/chromium-mac-snowleopard/fast/gradients/generated-gradients-expected.png:
* platform/chromium-mac-snowleopard/fast/gradients/list-item-gradient-expected.png:
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added.
* platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Removed.
* platform/chromium-mac/fast/canvas/canvas-currentColor-expected.txt: Removed.
* platform/chromium-mac/fast/gradients/crash-on-zero-radius-expected.png:
* platform/chromium-mac/fast/gradients/css3-color-stop-units-expected.png: Added.
* platform/chromium-mac/fast/gradients/generated-gradients-expected.png:
* platform/chromium-mac/fast/gradients/list-item-gradient-expected.png:
* platform/chromium-mac/fast/gradients/simple-gradients-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.behind-expected.txt: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.beside-expected.txt: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.shape2-expected.txt: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.top-expected.txt: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch1-expected.txt: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.touch3-expected.txt: Added.
* platform/chromium-mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Added.
* platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/chromium-mac/svg/as-background-image/svg-as-background-3-expected.png:
* platform/chromium-mac/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
* platform/chromium-mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
* platform/chromium-win-xp/svg/as-background-image: Added.
* platform/chromium-win-xp/svg/as-background-image/svg-as-background-3-expected.png: Added.
* platform/chromium-win-xp/svg/as-background-image/svg-as-background-6-expected.png: Added.
* platform/chromium-win-xp/svg/as-background-image/svg-as-background-with-relative-size-expected.png: Added.
* platform/chromium-win/fast/gradients/crash-on-zero-radius-expected.png:
* platform/chromium-win/fast/gradients/generated-gradients-expected.png:
* platform/chromium-win/fast/gradients/list-item-gradient-expected.png:
* platform/chromium-win/fast/gradients/simple-gradients-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-3-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-6-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
* platform/chromium-win/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png:
* platform/chromium/TestExpectations:
2012-07-31 Stephen White <senorblanco@chromium.org>
[chromium] Unreviwed gardening.
Some TestExpectations hygiene.
* platform/chromium/TestExpectations:
2012-07-31 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening.
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
2012-07-31 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening.
Add new mac baselines for fill-stroke-clip-reset-path. These have red
squares for the dashboard results, since chrome doesn't support
dashboard mode. The same had already been done for Win and Linux.
* platform/chromium-mac-snowleopard/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
* platform/chromium-mac/fast/canvas/fill-stroke-clip-reset-path-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-31 Mike Reed <reed@google.com>
suppress gradient tests on skia/mac that have incorrectly "recorded failure", now that those tests are actually passing (drawing correctly)
https://bugs.webkit.org/show_bug.cgi?id=92787
Unreviewed, test expectations update.
* platform/chromium/TestExpectations:
2012-07-31 Li Yin <li.yin@intel.com>
AudioPannerNode should raise exception when distanceModel is set incorrectly
https://bugs.webkit.org/show_bug.cgi?id=90952
Reviewed by Chris Rogers.
Spec: http://www.w3.org/TR/webaudio/#AudioPannerNode-section
Add tests for distanceModel,numberOfInputs and numberOfInputs of AudioPannerNode.
* webaudio/audiopannernode-basic-expected.txt: Added.
* webaudio/audiopannernode-basic.html: Added.
* webaudio/panner-set-model-expected.txt: Removed.
* webaudio/panner-set-model.html: Removed.
2012-07-31 Max Vujovic <mvujovic@adobe.com>
[CSS Shaders] CSS parser rejects parameter names that are also CSS keywords
https://bugs.webkit.org/show_bug.cgi?id=92537
Reviewed by Dirk Schulze.
Add a pixel test that uses the CSS keyword "background" as a CSS Shaders parameter name.
Add a parsing test case that uses the CSS keyword "background".
* css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.png: Added.
* css3/filters/custom/custom-filter-css-keyword-as-parameter-name-expected.txt: Added.
* css3/filters/custom/custom-filter-css-keyword-as-parameter-name.html: Added.
* css3/filters/custom/custom-filter-property-parsing-expected.txt:
* css3/filters/resources/css-keyword-as-parameter-name.fs: Added.
* css3/filters/script-tests/custom-filter-property-parsing.js:
* platform/chromium/TestExpectations:
* platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
2012-07-31 Pravin D <pravind.2k4@gmail.com>
Caret position is wrong when a editable container has word-wrap:normal set
https://bugs.webkit.org/show_bug.cgi?id=89649
Reviewed by Levi Weintraub.
* editing/input/editable-container-with-word-wrap-normal-expected.txt: Added.
* editing/input/editable-container-with-word-wrap-normal.html: Added.
2012-07-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of failing tests and new passes
https://bugs.webkit.org/show_bug.cgi?id=92770
Unreviewed gardening.
New baselines, skipped some failing tests and removed test
expectations that are the same as the global expectations.
* platform/efl/TestExpectations:
* platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Removed.
* platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Removed.
* platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Removed.
* platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
* platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.txt: Removed.
* platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Removed.
* platform/efl/fast/forms/listbox-clip-expected.txt: Removed.
* platform/efl/fast/html/details-position-expected.txt: Removed.
* platform/efl/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
* platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
* platform/efl/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.
2012-07-31 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: Throw exception for start() when already started
https://bugs.webkit.org/show_bug.cgi?id=92756
Reviewed by Adam Barth.
Layout test for checking that calling start on an already started
SpeechRecognition object throws an exception.
* fast/speech/scripted/start-exception-expected.txt: Added.
* fast/speech/scripted/start-exception.html: Added.
2012-07-31 Adrienne Walker <enne@google.com>
[Chromium] transforms/3d/point-mapping/3d-point-mapping-*.html failing on Win
https://bugs.webkit.org/show_bug.cgi?id=92707
Unreviewed, updating expectations after r124052.
For efficiency's sake, ScrollbarLayerChromium doesn't draw the top and
bottom part of the track differently on "native" scrollbars. This
changes the way the mock Windows scrollbars look in tests.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Removed.
* platform/chromium-win-xp/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Removed.
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
* platform/chromium/TestExpectations:
2012-07-31 Michael Saboff <msaboff@apple.com>
inspector/profiler/heap-snapshot-containment-show-all.html test crashing during WebView closing
<rdar://problem/11991881>
* platform/mac-lion/Skipped: Added inspector/debugger/debugger-expand-scope.html to skip list.
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt][WK2] Unreviewed gardening, last attempt to paint the WK2 bot green today.
* platform/qt-5.0-wk2/Skipped: Skip a failing test.
* platform/qt-5.0-wk2/compositing/columns/composited-in-paginated-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/qt/Skipped:
2012-07-31 Stephen Chenney <schenney@chromium.org>
xmlserializer strips xlink from xlink:html svg image tag
https://bugs.webkit.org/show_bug.cgi?id=79586
Reviewed by Nikolas Zimmermann.
Adding code to ensure the correct prefix on attributes in the xml,
xmlns and xlink namespaces. We now follow the rules in
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#serializing-html-fragments
(circa the time of this change).
Rob Buis wrote the original test for this patch and did the initial work.
* editing/pasteboard/paste-noscript-svg-expected.txt: Updated.
* fast/dom/XMLSerializer-xml-namespace-expected.txt: Added.
* fast/dom/XMLSerializer-xml-namespace.html: Added. Tests serializing attributes with the xml namespace.
* svg/custom/xlink-prefix-in-attributes-expected.txt: Added.
* svg/custom/xlink-prefix-in-attributes.html: Added. Tests serializing attributes in the xmlns and xlink namespaces.
2012-07-31 Mike Reed <reed@google.com>
skia: switch to conical gradient to match css/svg spec for two-point gradients
https://bugs.webkit.org/show_bug.cgi?id=92754
Reviewed by Stephen White.
Update expectations to rebaseline 9 images after this change lands
* platform/chromium/TestExpectations:
2012-07-31 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, rebaseline fast/ruby/overhang-horizontal.html.
* platform/chromium-win/fast/ruby/overhang-horizontal-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing tests.
* platform/qt/Skipped:
* platform/qt/TestExpectations:
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt][WK2] Unreviewed gardening. Skip failing tests and remove unnecessary expected files. (bug85203)
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
* platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Removed.
* platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Removed.
* platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Removed.
* platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Removed.
2012-07-31 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, rebaseline some platform/chromium/virtual/gpu/fast/canvas tests due to antialiasing changes.
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/arc360-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-transform-skewed-expected.png:
* platform/chromium/TestExpectations:
2012-07-31 Alexei Filippov <alexeif@chromium.org>
Web Inspector: take into account the whole security origin instead of just host
https://bugs.webkit.org/show_bug.cgi?id=92740
Reviewed by Pavel Feldman.
* http/tests/inspector-enabled/dom-storage-open-expected.txt:
2012-07-31 Keishi Hattori <keishi@webkit.org>
Slider ticks are drawn at wrong positions
https://bugs.webkit.org/show_bug.cgi?id=92720
Reviewed by Kent Tamura.
* fast/forms/datalist/input-appearance-range-with-datalist.html: Added values to input elements so we can see if the slider thumb position matches with the tick marks.
* platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
* platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
* platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png:
* platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png:
* platform/chromium/TestExpectations:
2012-07-31 Shinya Kawanaka <shinyak@chromium.org>
Older ShadowDOM is still rendered when a new ShadowDOM is added when they don't have any InsertionPoints.
https://bugs.webkit.org/show_bug.cgi?id=92456
Reviewed by Hajime Morita.
* fast/dom/shadow/invalidate-distribution-expected.html: Added.
* fast/dom/shadow/invalidate-distribution.html: Added.
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, remove unnecessary expected files.
* platform/qt-5.0/fast/css/beforeSelectorOnCodeElement-expected.txt: Removed.
* platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Removed.
* platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Removed.
* platform/qt-5.0/fast/dynamic/008-expected.png: Removed.
* platform/qt-5.0/fast/dynamic/008-expected.txt: Removed.
* platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.png: Removed.
* platform/qt-5.0/fast/html/font-weight-bold-for-b-and-strong-expected.txt: Removed.
* platform/qt-5.0/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt: Removed.
2012-07-31 Tommy Widenflycht <tommyw@google.com>
Introduce a minimal RTCPeerConnection together with Dictionary changes
https://bugs.webkit.org/show_bug.cgi?id=92380
Reviewed by Kentaro Hara.
* fast/mediastream/RTCPeerConnection-expected.txt: Added.
* fast/mediastream/RTCPeerConnection.html: Added.
2012-07-31 János Badics <jbadics@inf.u-szeged.hu>
[Qt][EFL] New inspector/styles/region-style-crash.html introduced in r124186 fails
https://bugs.webkit.org/show_bug.cgi?id=91503
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening after r124189, remove unnecessary expected files.
* platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt.
* platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Removed.
* platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
* platform/qt-5.0/fast/images/object-image-expected.txt: Added.
* platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Removed.
* platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Removed.
* platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Removed.
* platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Removed.
* platform/qt-5.0/fast/repaint/continuation-after-outline-expected.txt: Removed.
* platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Removed.
* platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Removed.
* platform/qt-5.0/fast/writing-mode/fallback-orientation-expected.txt: Removed.
* platform/qt-5.0/fast/xsl/document-function-expected.png: Removed.
* platform/qt-5.0/fast/xsl/document-function-expected.txt: Removed.
* platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Removed.
* platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.png: Removed.
* platform/qt-5.0/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: Removed.
2012-07-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening. Unskip passing tests and add new expected files. (bug85203)
* platform/qt-5.0/Skipped: Unskip passing tests.
* platform/qt/Skipped: Skip the remaining failing tests and add bug reports.
* platform/qt/css2.1/t040103-ident-03-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-03-c-expected.txt: Added.
* platform/qt/editing/pasteboard/4242293-1-expected.txt:
* platform/qt/editing/pasteboard/5761530-1-expected.txt: Added.
* platform/qt/fast/backgrounds/mask-box-image-expected.png:
* platform/qt/fast/backgrounds/mask-box-image-expected.txt:
* platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: Copied from LayoutTests/platform/qt/fast/invalid/020-expected.png.
* platform/qt/fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt:
* platform/qt/fast/backgrounds/svg-as-mask-expected.png:
* platform/qt/fast/backgrounds/svg-as-mask-expected.txt:
* platform/qt/fast/block/positioning/051-expected.png:
* platform/qt/fast/block/positioning/051-expected.txt:
* platform/qt/fast/compact/003-expected.png:
* platform/qt/fast/compact/003-expected.txt:
* platform/qt/fast/css-generated-content/010-expected.png:
* platform/qt/fast/css-generated-content/010-expected.txt:
* platform/qt/fast/css-grid-layout/place-cell-by-index-expected.txt: Added.
* platform/qt/fast/css/font-face-descending-unicode-range-expected.txt:
* platform/qt/fast/css/font-face-font-family-descriptor-expected.txt:
* platform/qt/fast/css/imageTileOpacity-expected.png:
* platform/qt/fast/css/imageTileOpacity-expected.txt:
* platform/qt/fast/css/live-cssrules-expected.png:
* platform/qt/fast/css/live-cssrules-expected.txt:
* platform/qt/fast/css/rgba-custom-text-expected.txt: Added.
* platform/qt/fast/css/rtl-to-viewport-expected.png:
* platform/qt/fast/css/rtl-to-viewport-expected.txt:
* platform/qt/fast/css/vertical-align-lengths-expected.png:
* platform/qt/fast/css/vertical-align-lengths-expected.txt:
* platform/qt/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.png:
* platform/qt/fast/dom/HTMLDocument/frameless-location-bugzilla10837-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/textInHead1-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/textInHead1-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/textInHead2-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/textInHead2-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/textInHead3-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/textInHead3-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/textInHead4-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/textInHead4-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/textInHead5-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/textInHead5-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt:
* platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.png:
* platform/qt/fast/dom/HTMLProgressElement/progress-element-expected.txt:
* platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png:
* platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt:
* platform/qt/fast/dom/comment-not-documentElement-expected.png:
* platform/qt/fast/dom/comment-not-documentElement-expected.txt:
* platform/qt/fast/dom/icon-url-change-expected.txt: Added.
* platform/qt/fast/dom/icon-url-list-expected.txt: Added.
* platform/qt/fast/dynamic/010-expected.png:
* platform/qt/fast/dynamic/010-expected.txt:
* platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png.
* platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-2-expected.txt:
* platform/qt/fast/dynamic/genContentDestroyChildren-expected.png: Added.
* platform/qt/fast/dynamic/genContentDestroyChildren-expected.txt:
* platform/qt/fast/dynamic/move-node-with-selection-expected.png:
* platform/qt/fast/dynamic/move-node-with-selection-expected.txt:
* platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.png:
* platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.txt:
* platform/qt/fast/html/details-add-summary-1-expected.png:
* platform/qt/fast/html/details-add-summary-1-expected.txt:
* platform/qt/fast/html/details-add-summary-10-expected.png:
* platform/qt/fast/html/details-add-summary-10-expected.txt:
* platform/qt/fast/html/details-add-summary-2-expected.png:
* platform/qt/fast/html/details-add-summary-2-expected.txt:
* platform/qt/fast/html/details-add-summary-3-expected.png:
* platform/qt/fast/html/details-add-summary-3-expected.txt:
* platform/qt/fast/html/details-add-summary-4-expected.png:
* platform/qt/fast/html/details-add-summary-4-expected.txt:
* platform/qt/fast/html/details-add-summary-5-expected.png:
* platform/qt/fast/html/details-add-summary-5-expected.txt:
* platform/qt/fast/html/details-add-summary-6-expected.png:
* platform/qt/fast/html/details-add-summary-6-expected.txt:
* platform/qt/fast/html/details-add-summary-7-expected.png:
* platform/qt/fast/html/details-add-summary-7-expected.txt:
* platform/qt/fast/html/details-add-summary-8-expected.png:
* platform/qt/fast/html/details-add-summary-8-expected.txt:
* platform/qt/fast/html/details-add-summary-9-expected.png:
* platform/qt/fast/html/details-add-summary-9-expected.txt:
* platform/qt/fast/html/details-no-summary1-expected.png:
* platform/qt/fast/html/details-no-summary1-expected.txt:
* platform/qt/fast/html/details-no-summary2-expected.png:
* platform/qt/fast/html/details-no-summary2-expected.txt:
* platform/qt/fast/html/details-no-summary3-expected.png:
* platform/qt/fast/html/details-no-summary3-expected.txt:
* platform/qt/fast/html/details-open1-expected.png:
* platform/qt/fast/html/details-open1-expected.txt:
* platform/qt/fast/html/details-open3-expected.png:
* platform/qt/fast/html/details-open3-expected.txt:
* platform/qt/fast/html/details-open5-expected.png:
* platform/qt/fast/html/details-open5-expected.txt:
* platform/qt/fast/html/details-open6-expected.png:
* platform/qt/fast/html/details-open6-expected.txt:
* platform/qt/fast/html/details-remove-summary-1-expected.png:
* platform/qt/fast/html/details-remove-summary-1-expected.txt:
* platform/qt/fast/html/details-remove-summary-2-expected.png:
* platform/qt/fast/html/details-remove-summary-2-expected.txt:
* platform/qt/fast/html/details-remove-summary-3-expected.png:
* platform/qt/fast/html/details-remove-summary-3-expected.txt:
* platform/qt/fast/html/details-remove-summary-4-expected.png:
* platform/qt/fast/html/details-remove-summary-4-expected.txt:
* platform/qt/fast/html/details-remove-summary-5-expected.png:
* platform/qt/fast/html/details-remove-summary-5-expected.txt:
* platform/qt/fast/html/details-remove-summary-6-expected.png:
* platform/qt/fast/html/details-remove-summary-6-expected.txt:
* platform/qt/fast/images/image-in-map-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/selection-clear-expected.png.
* platform/qt/fast/images/image-in-map-expected.txt:
* platform/qt/fast/inline/002-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/010-expected.png.
* platform/qt/fast/inline/002-expected.txt:
* platform/qt/fast/inline/inline-fixed-position-boundingbox-expected.txt: Added.
* platform/qt/fast/inline/inline-relative-offset-boundingbox-expected.txt: Added.
* platform/qt/fast/inline/positioned-object-between-replaced-elements-expected.txt:
* platform/qt/fast/inline/positionedLifetime-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/continuation-after-outline-expected.png.
* platform/qt/fast/inline/positionedLifetime-expected.txt:
* platform/qt/fast/invalid/005-expected.png: Copied from LayoutTests/platform/qt/fast/dom/comment-not-documentElement-expected.png.
* platform/qt/fast/invalid/005-expected.txt:
* platform/qt/fast/invalid/007-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-expected.png.
* platform/qt/fast/invalid/007-expected.txt:
* platform/qt/fast/invalid/020-expected.png:
* platform/qt/fast/invalid/020-expected.txt:
* platform/qt/fast/lists/004-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
* platform/qt/fast/lists/004-expected.txt:
* platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
* platform/qt/fast/lists/inlineBoxWrapperNullCheck-expected.txt:
* platform/qt/fast/lists/ol-start-dynamic-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-no-summary2-expected.png.
* platform/qt/fast/lists/ol-start-dynamic-expected.txt:
* platform/qt/fast/multicol/hit-test-gap-between-pages-expected.txt: Added.
* platform/qt/fast/multicol/table-vertical-align-expected.txt:
* platform/qt/fast/multicol/vertical-rl/rule-style-expected.txt:
* platform/qt/fast/parser/tabs-in-scripts-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png.
* platform/qt/fast/parser/tabs-in-scripts-expected.txt:
* platform/qt/fast/reflections/reflection-direction-expected.png: Added.
* platform/qt/fast/reflections/reflection-direction-expected.txt:
* platform/qt/fast/reflections/reflection-masks-expected.png: Added.
* platform/qt/fast/reflections/reflection-masks-expected.txt:
* platform/qt/fast/reflections/reflection-masks-opacity-expected.png: Added.
* platform/qt/fast/reflections/reflection-masks-opacity-expected.txt:
* platform/qt/fast/repaint/block-no-inflow-children-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLProgressElement/progress-writing-mode-expected.png.
* platform/qt/fast/repaint/block-no-inflow-children-expected.txt:
* platform/qt/fast/repaint/button-spurious-layout-hint-expected.txt:
* platform/qt/fast/repaint/clip-with-layout-delta-expected.txt:
* platform/qt/fast/repaint/continuation-after-outline-expected.png:
* platform/qt/fast/repaint/continuation-after-outline-expected.txt:
* platform/qt/fast/repaint/float-overflow-expected.png:
* platform/qt/fast/repaint/float-overflow-expected.txt:
* platform/qt/fast/repaint/float-overflow-right-expected.png:
* platform/qt/fast/repaint/float-overflow-right-expected.txt:
* platform/qt/fast/repaint/gradients-em-stops-repaint-expected.png:
* platform/qt/fast/repaint/gradients-em-stops-repaint-expected.txt:
* platform/qt/fast/repaint/iframe-scroll-repaint-expected.txt:
* platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.png: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png.
* platform/qt/fast/repaint/line-in-scrolled-clipped-block-expected.txt:
* platform/qt/fast/repaint/lines-with-layout-delta-expected.png:
* platform/qt/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/qt/fast/repaint/reflection-repaint-test-expected.png:
* platform/qt/fast/repaint/reflection-repaint-test-expected.txt:
* platform/qt/fast/repaint/repaint-svg-after-style-change-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/positioned-movement-with-positioned-children-expected.png.
* platform/qt/fast/repaint/repaint-svg-after-style-change-expected.txt:
* platform/qt/fast/repaint/selection-clear-expected.png:
* platform/qt/fast/repaint/selection-clear-expected.txt:
* platform/qt/fast/repaint/transform-layout-repaint-expected.png:
* platform/qt/fast/repaint/transform-layout-repaint-expected.txt:
* platform/qt/fast/replaced/image-onload-expected.png:
* platform/qt/fast/replaced/image-onload-expected.txt:
* platform/qt/fast/runin/002-expected.png:
* platform/qt/fast/runin/002-expected.txt:
* platform/qt/fast/runin/generated4-expected.png:
* platform/qt/fast/runin/generated4-expected.txt:
* platform/qt/svg/custom/use-instanceRoot-event-listeners-expected.txt: Added.
2012-07-31 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, handle more tests failing after r124052.
* platform/chromium/TestExpectations:
2012-07-31 Raul Hudea <rhudea@adobe.com>
Inspector crashes when trying to inspect a page with CSS region styling
https://bugs.webkit.org/show_bug.cgi?id=91503
Reviewed by Alexander Pavlov.
Test to make sure inspector is not crashing when having to parse @-webkit-region rules
* inspector/styles/region-style-crash-expected.txt: Added.
* inspector/styles/region-style-crash.html: Added.
* platform/chromium/TestExpectations:
2012-07-30 Keishi Hattori <keishi@webkit.org>
Implement datalist UI for input type color for Chromium
https://bugs.webkit.org/show_bug.cgi?id=92075
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-30 Kent Tamura <tkent@chromium.org>
[Chromium] Layout Test fast/forms/date/calendar-picker-appearance.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=92710
* fast/forms/date/calendar-picker-appearance.html:
Attempt to fix the flakiness.
* platform/chromium/TestExpectations: Add an entry for calendar-picker-appearance.html.
2012-07-30 Peter Kasting <pkasting@google.com>
[Chromium] Baseline and expectation followups after r124142.
https://bugs.webkit.org/show_bug.cgi?id=62754
https://bugs.webkit.org/show_bug.cgi?id=80531
http://crbug.com/47826
Unreviewed, test updates.
* platform/chromium-linux-x86/css2.1/20110323: Added.
* platform/chromium-linux-x86/css2.1/20110323/block-replaced-width-001-expected.png: Added.
* platform/chromium-linux-x86/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
* platform/chromium-linux/css2.1/20110323/block-replaced-width-001-expected.png: Added.
* platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.txt: Removed.
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.png: Removed.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.png: Added.
* platform/chromium-mac/fast/dom/HTMLMeterElement/meter-styles-expected.txt: Added.
* platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.png: Added.
* platform/chromium-mac/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-win-xp/css2.1/20110323/block-replaced-width-001-expected.png: Added.
* platform/chromium-win/css2.1/20110323/block-replaced-width-001-expected.png: Added.
* platform/chromium-win/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
* platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.png:
* platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium/TestExpectations:
2012-07-30 Kent Tamura <tkent@chromium.org>
[Chromium] Add baseline files for calendar-picker-appearance.html
https://bugs.webkit.org/show_bug.cgi?id=84827
* platform/chromium-linux-x86/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium-linux/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png:
* platform/chromium-mac/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium-win-xp/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium-win/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-30 Elliott Sprehn <esprehn@gmail.com>
Make QuotesData use a Vector of pairs
https://bugs.webkit.org/show_bug.cgi?id=92448
Reviewed by Julien Chaffraix.
Test that when quote depths go negative we do not output quotes. The expected result
is wrong right now because we output quotes in this case when we should not.
* fast/css-generated-content/close-quote-negative-depth-expected.html: Added.
* fast/css-generated-content/close-quote-negative-depth.html: Added.
2012-07-30 MORITA Hajime <morrita@google.com>
Node::replaceChild() can create bad DOM topology with MutationEvent
https://bugs.webkit.org/show_bug.cgi?id=92619
Reviewed by Ryosuke Niwa.
* fast/events/mutation-during-replace-child-expected.txt: Added.
* fast/events/mutation-during-replace-child.html: Added.
2012-07-30 Kent Tamura <tkent@chromium.org>
Fix a popup position issue of fast/forms/date/calendar-picker-appearance.html
https://bugs.webkit.org/show_bug.cgi?id=92609
Reviewed by Hajime Morita.
Force to lay out the document before opening a popup.
* fast/forms/date/calendar-picker-appearance.html:
2012-07-30 Peter Kasting <pkasting@google.com>
[Chromium] Rebaselines and test expectation updates.
​https://bugs.webkit.org/show_bug.cgi?id=62754
​https://bugs.webkit.org/show_bug.cgi?id=63937
​https://bugs.webkit.org/show_bug.cgi?id=70298
​https://bugs.webkit.org/show_bug.cgi?id=74374
​https://bugs.webkit.org/show_bug.cgi?id=77368
​https://bugs.webkit.org/show_bug.cgi?id=79615
​https://bugs.webkit.org/show_bug.cgi?id=80531
https://bugs.webkit.org/show_bug.cgi?id=80879
​https://bugs.webkit.org/show_bug.cgi?id=81631
https://bugs.webkit.org/show_bug.cgi?id=83717
​https://bugs.webkit.org/show_bug.cgi?id=87880
http://crbug.com/10350
http://crbug.com/26291
http://crbug.com/47826
http://crbug.com/131189
Unreviewed, test updates.
Most of the baselines here are for
http://trac.webkit.org/changeset/119431 and
http://trac.webkit.org/changeset/119748 , as well as some changes to
antialiasing (generally to improve it) for which I couldn't find a CL;
when these were originally landed and new baselines committed, a
Chromium test expectation override file was masking the fact that the
tests here needed new baselines as well.
There is also a small number of other changes mixed in.
* platform/chromium-linux-x86/css1: Added.
* platform/chromium-linux-x86/css1/basic: Added.
* platform/chromium-linux-x86/css1/basic/class_as_selector-expected.png: Added.
* platform/chromium-linux-x86/css1/basic/id_as_selector-expected.png: Added.
* platform/chromium-linux-x86/css1/box_properties: Added.
* platform/chromium-linux-x86/css1/box_properties/border_bottom-expected.png: Added.
* platform/chromium-linux-x86/css1/box_properties/margin_left-expected.png: Added.
* platform/chromium-linux-x86/css1/box_properties/padding_right-expected.png: Added.
* platform/chromium-linux-x86/css1/pseudo: Added.
* platform/chromium-linux-x86/css1/pseudo/anchor-expected.png: Added.
* platform/chromium-linux-x86/editing/input: Added.
* platform/chromium-linux-x86/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
* platform/chromium-linux-x86/editing/selection: Removed.
* platform/chromium-linux-x86/fast/backgrounds/repeat: Added.
* platform/chromium-linux-x86/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: Added.
* platform/chromium-linux-x86/fast/block/float: Added.
* platform/chromium-linux-x86/fast/block/float/float-avoidance-expected.png: Added.
* platform/chromium-linux-x86/fast/canvas/image-pattern-rotate-expected.png: Added.
* platform/chromium-linux-x86/fast/events: Added.
* platform/chromium-linux-x86/fast/events/autoscroll-expected.png: Added.
* platform/chromium-linux-x86/fast/events/reveal-link-when-focused-expected.png: Added.
* platform/chromium-linux-x86/fast/forms/textarea: Added.
* platform/chromium-linux-x86/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-linux-x86/fast/overflow: Added.
* platform/chromium-linux-x86/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
* platform/chromium-linux-x86/fast/selectors: Added.
* platform/chromium-linux-x86/fast/selectors/166-expected.png: Added.
* platform/chromium-linux-x86/fast/selectors/unqualified-hover-strict-expected.png: Added.
* platform/chromium-linux-x86/fast/selectors/unqualified-hover-strict-expected.txt: Added.
* platform/chromium-linux-x86/fast/transforms: Added.
* platform/chromium-linux-x86/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
* platform/chromium-linux-x86/fonts: Added.
* platform/chromium-linux-x86/fonts/monospace-expected.png: Added.
* platform/chromium-linux-x86/http/tests/navigation: Added.
* platform/chromium-linux-x86/http/tests/navigation/javascriptlink-frames-expected.png: Added.
* platform/chromium-linux-x86/ietestcenter: Added.
* platform/chromium-linux-x86/ietestcenter/css3: Added.
* platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds: Added.
* platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
* platform/chromium-linux-x86/svg/as-image: Added.
* platform/chromium-linux-x86/svg/as-image/image-respects-pageScaleFactor-expected.png: Added.
* platform/chromium-linux-x86/svg/dom: Added.
* platform/chromium-linux-x86/svg/dom/SVGTransformList-basics-expected.png: Added.
* platform/chromium-linux-x86/svg/dom/css-transforms-expected.png: Added.
* platform/chromium-linux-x86/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
* platform/chromium-linux-x86/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
* platform/chromium-linux-x86/svg/wicd: Added.
* platform/chromium-linux-x86/svg/wicd/test-rightsizing-b-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla/marvin: Added.
* platform/chromium-linux-x86/tables/mozilla/marvin/backgr_index-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla/marvin/backgr_layers-opacity-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
* platform/chromium-linux-x86/transforms: Added.
* platform/chromium-linux-x86/transforms/2d: Added.
* platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.png: Added.
* platform/chromium-linux-x86/transforms/2d/hindi-rotated-expected.txt: Added.
* platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
* platform/chromium-linux/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
* platform/chromium-linux/css1/basic/class_as_selector-expected.png:
* platform/chromium-linux/css1/basic/id_as_selector-expected.png:
* platform/chromium-linux/css1/box_properties/border_bottom-expected.png:
* platform/chromium-linux/css1/box_properties/margin_left-expected.png:
* platform/chromium-linux/css1/box_properties/padding_right-expected.png:
* platform/chromium-linux/css1/pseudo/anchor-expected.png:
* platform/chromium-linux/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
* platform/chromium-linux/editing/selection/iframe-expected.png:
* platform/chromium-linux/editing/selection/select-all-001-expected.png:
* platform/chromium-linux/editing/selection/select-all-002-expected.png:
* platform/chromium-linux/fast/backgrounds/background-leakage-transforms-expected.png:
* platform/chromium-linux/fast/block/float/float-avoidance-expected.png:
* platform/chromium-linux/fast/borders/border-radius-valid-border-clipping-expected.png:
* platform/chromium-linux/fast/box-shadow/basic-shadows-expected.png:
* platform/chromium-linux/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-linux/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-linux/fast/events/autoscroll-expected.png:
* platform/chromium-linux/fast/events/reveal-link-when-focused-expected.png:
* platform/chromium-linux/fast/forms/fieldset-align-expected.png:
* platform/chromium-linux/fast/forms/input-appearance-selection-expected.png:
* platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png:
* platform/chromium-linux/fast/forms/input-table-expected.png:
* platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png:
* platform/chromium-linux/fast/forms/placeholder-position-expected.png:
* platform/chromium-linux/fast/forms/select-overflow-scroll-expected.png:
* platform/chromium-linux/fast/forms/select-overflow-scroll-inherited-expected.png:
* platform/chromium-linux/fast/forms/textarea-scrollbar-expected.png:
* platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
* platform/chromium-linux/fast/html/details-position-expected.png:
* platform/chromium-linux/fast/html/details-writing-mode-expected.png:
* platform/chromium-linux/fast/overflow/overflow-update-transform-expected.png:
* platform/chromium-linux/fast/overflow/overflow-with-local-background-attachment-expected.png:
* platform/chromium-linux/fast/replaced/width100percent-radio-expected.png: Added.
* platform/chromium-linux/fast/selectors/166-expected.png:
* platform/chromium-linux/fast/selectors/unqualified-hover-strict-expected.png:
* platform/chromium-linux/fast/selectors/unqualified-hover-strict-expected.txt: Added.
* platform/chromium-linux/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
* platform/chromium-linux/fonts/monospace-expected.png:
* platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
* platform/chromium-linux/svg/as-image/image-respects-pageScaleFactor-expected.png:
* platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
* platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
* platform/chromium-linux/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
* platform/chromium-linux/svg/custom/pattern-rotate-expected.png:
* platform/chromium-linux/svg/dom/SVGTransformList-basics-expected.png:
* platform/chromium-linux/svg/dom/css-transforms-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
* platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
* platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
* platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
* platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
* platform/chromium-linux/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
* platform/chromium-linux/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
* platform/chromium-linux/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-linux/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-mask-with-percentages-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_index-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/chromium-linux/transforms/2d/hindi-rotated-expected.png:
* platform/chromium-linux/transforms/2d/hindi-rotated-expected.txt:
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
* platform/chromium-mac-snowleopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-mac-snowleopard/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-mac-snowleopard/svg/as-border-image: Removed.
* platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/foreign-object-skew-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/pattern-rotate-expected.png:
* platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
* platform/chromium-mac-snowleopard/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/chromium-mac-snowleopard/transforms/2d/hindi-rotated-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
* platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png:
* platform/chromium-mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
* platform/chromium-mac/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-mac/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-mac/svg/as-border-image/svg-as-border-image-2-expected.png:
* platform/chromium-mac/svg/as-border-image/svg-as-border-image-expected.png:
* platform/chromium-mac/svg/custom/non-scaling-stroke-expected.png:
* platform/chromium-mac/svg/custom/pattern-rotate-expected.png:
* platform/chromium-mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
* platform/chromium-mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/chromium-mac/transforms/2d/hindi-rotated-expected.png: Added.
* platform/chromium-mac/transforms/2d/hindi-rotated-expected.txt: Added.
* platform/chromium-win-xp/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png: Added.
* platform/chromium-win-xp/css1: Added.
* platform/chromium-win-xp/css1/basic: Added.
* platform/chromium-win-xp/css1/basic/class_as_selector-expected.png: Added.
* platform/chromium-win-xp/css1/basic/containment-expected.png: Added.
* platform/chromium-win-xp/css1/basic/id_as_selector-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties: Added.
* platform/chromium-win-xp/css1/box_properties/border_bottom-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/border_left-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/border_right_inline-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/border_top-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/clear_float-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/margin_left-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/margin_right-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/padding_left-expected.png: Added.
* platform/chromium-win-xp/css1/box_properties/padding_right-expected.png: Added.
* platform/chromium-win-xp/css1/cascade: Added.
* platform/chromium-win-xp/css1/cascade/cascade_order-expected.png: Added.
* platform/chromium-win-xp/css1/classification: Added.
* platform/chromium-win-xp/css1/classification/list_style_type-expected.png: Added.
* platform/chromium-win-xp/css1/pseudo: Added.
* platform/chromium-win-xp/css1/pseudo/anchor-expected.png: Added.
* platform/chromium-win-xp/css3/selectors3: Added.
* platform/chromium-win-xp/css3/selectors3/html: Added.
* platform/chromium-win-xp/css3/selectors3/html/css3-modsel-161-expected.png: Added.
* platform/chromium-win-xp/css3/selectors3/xhtml: Added.
* platform/chromium-win-xp/css3/selectors3/xhtml/css3-modsel-161-expected.png: Added.
* platform/chromium-win-xp/css3/selectors3/xml: Added.
* platform/chromium-win-xp/css3/selectors3/xml/css3-modsel-161-expected.png: Added.
* platform/chromium-win-xp/editing/input: Added.
* platform/chromium-win-xp/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/chromium-win-xp/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
* platform/chromium-win-xp/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
* platform/chromium-win-xp/fast/backgrounds/repeat: Removed.
* platform/chromium-win-xp/fast/block/float: Added.
* platform/chromium-win-xp/fast/block/float/float-avoidance-expected.png: Added.
* platform/chromium-win-xp/fast/block/margin-collapse: Added.
* platform/chromium-win-xp/fast/block/margin-collapse/103-expected.png: Added.
* platform/chromium-win-xp/fast/events: Added.
* platform/chromium-win-xp/fast/events/autoscroll-expected.png: Added.
* platform/chromium-win-xp/fast/events/context-no-deselect-expected.png: Added.
* platform/chromium-win-xp/fast/events/reveal-link-when-focused-expected.png: Added.
* platform/chromium-win-xp/fast/forms/date: Added.
* platform/chromium-win-xp/fast/forms/date/date-appearance-expected.png: Added.
* platform/chromium-win-xp/fast/forms/select: Added.
* platform/chromium-win-xp/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-win-xp/fast/forms/textarea: Added.
* platform/chromium-win-xp/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-win-xp/fast/frames: Added.
* platform/chromium-win-xp/fast/frames/take-focus-from-iframe-expected.png: Added.
* platform/chromium-win-xp/fast/gradients: Added.
* platform/chromium-win-xp/fast/gradients/background-clipped-expected.png: Added.
* platform/chromium-win-xp/fast/html: Removed.
* platform/chromium-win-xp/fast/html/details-writing-mode-expected.png: Removed.
* platform/chromium-win-xp/fast/invalid: Added.
* platform/chromium-win-xp/fast/invalid/014-expected.png: Added.
* platform/chromium-win-xp/fast/layers: Added.
* platform/chromium-win-xp/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
* platform/chromium-win-xp/fast/layers/scroll-with-transform-layer-expected.png: Added.
* platform/chromium-win-xp/fast/lists: Added.
* platform/chromium-win-xp/fast/lists/008-expected.png: Added.
* platform/chromium-win-xp/fast/lists/008-vertical-expected.png: Added.
* platform/chromium-win-xp/fast/lists/dynamic-marker-crash-expected.png: Added.
* platform/chromium-win-xp/fast/overflow: Added.
* platform/chromium-win-xp/fast/overflow/overflow-rtl-expected.png: Added.
* platform/chromium-win-xp/fast/overflow/overflow-rtl-vertical-expected.png: Added.
* platform/chromium-win-xp/fast/selectors: Added.
* platform/chromium-win-xp/fast/selectors/166-expected.png: Added.
* platform/chromium-win-xp/fast/selectors/unqualified-hover-strict-expected.png: Added.
* platform/chromium-win-xp/fast/selectors/unqualified-hover-strict-expected.txt: Added.
* platform/chromium-win-xp/fast/speech: Added.
* platform/chromium-win-xp/fast/speech/input-appearance-numberandspeech-expected.png: Added.
* platform/chromium-win-xp/fast/speech/input-appearance-searchandspeech-expected.png: Added.
* platform/chromium-win-xp/fast/speech/input-appearance-speechbutton-expected.png: Added.
* platform/chromium-win-xp/fast/speech/speech-bidi-rendering-expected.png: Added.
* platform/chromium-win-xp/fast/text/drawBidiText-expected.png:
* platform/chromium-win-xp/fast/transforms: Added.
* platform/chromium-win-xp/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Added.
* platform/chromium-win-xp/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Added.
* platform/chromium-win-xp/fast/transforms/transformed-focused-text-input-expected.png: Added.
* platform/chromium-win-xp/fonts: Added.
* platform/chromium-win-xp/fonts/monospace-expected.png: Added.
* platform/chromium-win-xp/http/tests/misc: Added.
* platform/chromium-win-xp/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added.
* platform/chromium-win-xp/http/tests/navigation: Added.
* platform/chromium-win-xp/http/tests/navigation/javascriptlink-frames-expected.png: Added.
* platform/chromium-win-xp/plugins: Added.
* platform/chromium-win-xp/plugins/mouse-click-plugin-clears-selection-expected.png: Added.
* platform/chromium-win-xp/svg/as-image/image-respects-pageScaleFactor-expected.png: Removed.
* platform/chromium-win-xp/svg/dom: Removed.
* platform/chromium-win-xp/svg/hixie/mixed: Added.
* platform/chromium-win-xp/svg/hixie/mixed/003-expected.png: Added.
* platform/chromium-win-xp/svg/in-html: Added.
* platform/chromium-win-xp/svg/in-html/circle-expected.png: Added.
* platform/chromium-win-xp/svg/transforms: Added.
* platform/chromium-win-xp/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
* platform/chromium-win-xp/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
* platform/chromium-win-xp/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla/core: Added.
* platform/chromium-win-xp/tables/mozilla/core/margins-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla/dom: Added.
* platform/chromium-win-xp/tables/mozilla/dom/tableDom-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla/other: Added.
* platform/chromium-win-xp/tables/mozilla/other/move_row-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/bugs: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/marvin: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png: Added.
* platform/chromium-win-xp/transforms/2d/hindi-rotated-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-down-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-iframe-composited-page-scale-expected.png:
* platform/chromium-win/css1/basic/class_as_selector-expected.png:
* platform/chromium-win/css1/basic/containment-expected.png:
* platform/chromium-win/css1/basic/id_as_selector-expected.png:
* platform/chromium-win/css1/box_properties/border_bottom-expected.png:
* platform/chromium-win/css1/box_properties/border_left-expected.png:
* platform/chromium-win/css1/box_properties/border_right_inline-expected.png:
* platform/chromium-win/css1/box_properties/border_top-expected.png:
* platform/chromium-win/css1/box_properties/clear_float-expected.png:
* platform/chromium-win/css1/box_properties/margin_left-expected.png:
* platform/chromium-win/css1/box_properties/margin_right-expected.png:
* platform/chromium-win/css1/box_properties/padding_left-expected.png:
* platform/chromium-win/css1/box_properties/padding_right-expected.png:
* platform/chromium-win/css1/cascade/cascade_order-expected.png:
* platform/chromium-win/css1/classification/list_style_type-expected.png:
* platform/chromium-win/css1/pseudo/anchor-expected.png:
* platform/chromium-win/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-win/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/chromium-win/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/chromium-win/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/chromium-win/editing/deleting/delete-after-span-ws-001-expected.png:
* platform/chromium-win/editing/deleting/delete-after-span-ws-002-expected.png:
* platform/chromium-win/editing/deleting/delete-after-span-ws-003-expected.png:
* platform/chromium-win/editing/deleting/delete-line-end-ws-001-expected.png:
* platform/chromium-win/editing/deleting/delete-line-end-ws-002-expected.png:
* platform/chromium-win/editing/input/caret-at-the-edge-of-input-expected.png:
* platform/chromium-win/editing/input/reveal-caret-of-multiline-contenteditable-expected.png:
* platform/chromium-win/editing/input/reveal-caret-of-multiline-input-expected.png:
* platform/chromium-win/editing/inserting/4960120-1-expected.png:
* platform/chromium-win/editing/inserting/before-after-input-element-expected.png:
* platform/chromium-win/editing/pasteboard/4806874-expected.png:
* platform/chromium-win/editing/pasteboard/4944770-1-expected.png:
* platform/chromium-win/editing/pasteboard/4944770-2-expected.png:
* platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.png:
* platform/chromium-win/editing/pasteboard/input-field-1-expected.png:
* platform/chromium-win/editing/pasteboard/pasting-tabs-expected.png:
* platform/chromium-win/editing/selection/3690703-2-expected.png:
* platform/chromium-win/editing/selection/3690703-expected.png:
* platform/chromium-win/editing/selection/3690719-expected.png:
* platform/chromium-win/editing/selection/4397952-expected.png:
* platform/chromium-win/editing/selection/4895428-3-expected.png:
* platform/chromium-win/editing/selection/4975120-expected.png:
* platform/chromium-win/editing/selection/caret-before-select-expected.png:
* platform/chromium-win/editing/selection/drag-select-1-expected.png:
* platform/chromium-win/editing/selection/iframe-expected.png:
* platform/chromium-win/editing/selection/replaced-boundaries-3-expected.png:
* platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.png:
* platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.png:
* platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.png:
* platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.png:
* platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.png:
* platform/chromium-win/editing/selection/select-all-001-expected.png:
* platform/chromium-win/editing/selection/select-all-002-expected.png:
* platform/chromium-win/editing/selection/select-box-expected.png:
* platform/chromium-win/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/chromium-win/editing/selection/unrendered-001-expected.png:
* platform/chromium-win/editing/selection/unrendered-002-expected.png:
* platform/chromium-win/editing/selection/unrendered-003-expected.png:
* platform/chromium-win/editing/selection/unrendered-004-expected.png:
* platform/chromium-win/editing/selection/unrendered-005-expected.png:
* platform/chromium-win/fast/backgrounds/background-inherit-color-bug-expected.png:
* platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.png:
* platform/chromium-win/fast/block/float/float-avoidance-expected.png:
* platform/chromium-win/fast/block/margin-collapse/103-expected.png:
* platform/chromium-win/fast/borders/border-radius-valid-border-clipping-expected.png:
* platform/chromium-win/fast/borders/mixed-border-styles-radius2-expected.png:
* platform/chromium-win/fast/box-shadow/basic-shadows-expected.png:
* platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
* platform/chromium-win/fast/canvas/canvas-incremental-repaint-expected.png:
* platform/chromium-win/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-win/fast/canvas/image-object-in-canvas-expected.png:
* platform/chromium-win/fast/canvas/image-pattern-rotate-expected.png:
* platform/chromium-win/fast/css/input-search-padding-expected.png:
* platform/chromium-win/fast/css/line-height-expected.png:
* platform/chromium-win/fast/css/nested-rounded-corners-expected.png:
* platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.png:
* platform/chromium-win/fast/css/text-overflow-input-expected.png:
* platform/chromium-win/fast/css/text-transform-select-expected.png:
* platform/chromium-win/fast/dom/52776-expected.png:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png:
* platform/chromium-win/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
* platform/chromium-win/fast/dom/focus-contenteditable-expected.png:
* platform/chromium-win/fast/dom/isindex-001-expected.png:
* platform/chromium-win/fast/dom/isindex-002-expected.png:
* platform/chromium-win/fast/events/autoscroll-expected.png:
* platform/chromium-win/fast/events/context-no-deselect-expected.png:
* platform/chromium-win/fast/events/reveal-link-when-focused-expected.png:
* platform/chromium-win/fast/forms/001-expected.png:
* platform/chromium-win/fast/forms/003-expected.png:
* platform/chromium-win/fast/forms/004-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label01-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label02-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label03-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label04-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label05-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label06-expected.png:
* platform/chromium-win/fast/forms/HTMLOptionElement_label07-expected.png:
* platform/chromium-win/fast/forms/basic-buttons-expected.png:
* platform/chromium-win/fast/forms/basic-inputs-expected.png:
* platform/chromium-win/fast/forms/basic-selects-expected.png:
* platform/chromium-win/fast/forms/button-generated-content-expected.png:
* platform/chromium-win/fast/forms/button-inner-block-reuse-expected.png:
* platform/chromium-win/fast/forms/control-clip-overflow-expected.png:
* platform/chromium-win/fast/forms/control-restrict-line-height-expected.png:
* platform/chromium-win/fast/forms/date/date-appearance-expected.png:
* platform/chromium-win/fast/forms/disabled-select-change-index-expected.png:
* platform/chromium-win/fast/forms/encoding-test-expected.png:
* platform/chromium-win/fast/forms/fieldset-align-expected.png:
* platform/chromium-win/fast/forms/floating-textfield-relayout-expected.png:
* platform/chromium-win/fast/forms/form-element-geometry-expected.png:
* platform/chromium-win/fast/forms/input-align-expected.png:
* platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.png:
* platform/chromium-win/fast/forms/input-appearance-disabled-expected.png:
* platform/chromium-win/fast/forms/input-appearance-focus-expected.png:
* platform/chromium-win/fast/forms/input-appearance-height-expected.png:
* platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.png:
* platform/chromium-win/fast/forms/input-appearance-readonly-expected.png:
* platform/chromium-win/fast/forms/input-appearance-selection-expected.png:
* platform/chromium-win/fast/forms/input-appearance-visibility-expected.png:
* platform/chromium-win/fast/forms/input-appearance-width-expected.png:
* platform/chromium-win/fast/forms/input-baseline-expected.png:
* platform/chromium-win/fast/forms/input-disabled-color-expected.png:
* platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/chromium-win/fast/forms/input-field-text-truncated-expected.png:
* platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png:
* platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/chromium-win/fast/forms/input-readonly-autoscroll-expected.png:
* platform/chromium-win/fast/forms/input-readonly-dimmed-expected.png:
* platform/chromium-win/fast/forms/input-readonly-empty-expected.png:
* platform/chromium-win/fast/forms/input-spaces-expected.png:
* platform/chromium-win/fast/forms/input-table-expected.png:
* platform/chromium-win/fast/forms/input-text-click-inside-expected.png:
* platform/chromium-win/fast/forms/input-text-click-outside-expected.png:
* platform/chromium-win/fast/forms/input-text-double-click-expected.png:
* platform/chromium-win/fast/forms/input-text-option-delete-expected.png:
* platform/chromium-win/fast/forms/input-text-scroll-left-on-blur-expected.png:
* platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.png:
* platform/chromium-win/fast/forms/input-text-word-wrap-expected.png:
* platform/chromium-win/fast/forms/input-type-text-min-width-expected.png:
* platform/chromium-win/fast/forms/input-value-expected.png:
* platform/chromium-win/fast/forms/input-width-expected.png:
* platform/chromium-win/fast/forms/listbox-bidi-align-expected.png:
* platform/chromium-win/fast/forms/listbox-clip-expected.png:
* platform/chromium-win/fast/forms/listbox-scrollbar-incremental-load-expected.png:
* platform/chromium-win/fast/forms/listbox-width-change-expected.png:
* platform/chromium-win/fast/forms/menulist-deselect-update-expected.png:
* platform/chromium-win/fast/forms/menulist-narrow-width-expected.png:
* platform/chromium-win/fast/forms/menulist-no-overflow-expected.png:
* platform/chromium-win/fast/forms/menulist-restrict-line-height-expected.png:
* platform/chromium-win/fast/forms/menulist-separator-painting-expected.png:
* platform/chromium-win/fast/forms/menulist-style-color-expected.png:
* platform/chromium-win/fast/forms/menulist-width-change-expected.png:
* platform/chromium-win/fast/forms/minWidthPercent-expected.png:
* platform/chromium-win/fast/forms/option-script-expected.png:
* platform/chromium-win/fast/forms/option-strip-whitespace-expected.png:
* platform/chromium-win/fast/forms/option-text-clip-expected.png:
* platform/chromium-win/fast/forms/placeholder-position-expected.png:
* platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.png:
* platform/chromium-win/fast/forms/plaintext-mode-2-expected.png:
* platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.png:
* platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.png:
* platform/chromium-win/fast/forms/search-rtl-expected.png:
* platform/chromium-win/fast/forms/searchfield-heights-expected.png:
* platform/chromium-win/fast/forms/select-align-expected.png:
* platform/chromium-win/fast/forms/select-background-none-expected.png:
* platform/chromium-win/fast/forms/select-baseline-expected.png:
* platform/chromium-win/fast/forms/select-block-background-expected.png:
* platform/chromium-win/fast/forms/select-change-listbox-size-expected.png:
* platform/chromium-win/fast/forms/select-change-listbox-to-popup-expected.png:
* platform/chromium-win/fast/forms/select-change-popup-to-listbox-expected.png:
* platform/chromium-win/fast/forms/select-dirty-parent-pref-widths-expected.png:
* platform/chromium-win/fast/forms/select-disabled-appearance-expected.png:
* platform/chromium-win/fast/forms/select-initial-position-expected.png:
* platform/chromium-win/fast/forms/select-list-box-with-height-expected.png:
* platform/chromium-win/fast/forms/select-listbox-multiple-no-focusring-expected.png:
* platform/chromium-win/fast/forms/select-overflow-scroll-expected.png:
* platform/chromium-win/fast/forms/select-overflow-scroll-inherited-expected.png:
* platform/chromium-win/fast/forms/select-selected-expected.png:
* platform/chromium-win/fast/forms/select-size-expected.png:
* platform/chromium-win/fast/forms/select-style-expected.png:
* platform/chromium-win/fast/forms/select-visual-hebrew-expected.png:
* platform/chromium-win/fast/forms/select-writing-direction-natural-expected.png:
* platform/chromium-win/fast/forms/select/optgroup-rendering-expected.png:
* platform/chromium-win/fast/forms/selectlist-minsize-expected.png:
* platform/chromium-win/fast/forms/stuff-on-my-optgroup-expected.png:
* platform/chromium-win/fast/forms/tabbing-input-iframe-expected.png:
* platform/chromium-win/fast/forms/text-style-color-expected.png:
* platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png:
* platform/chromium-win/fast/forms/textarea-scrollbar-expected.png:
* platform/chromium-win/fast/forms/textarea-scrolled-type-expected.png:
* platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png:
* platform/chromium-win/fast/forms/textfield-focus-ring-expected.png:
* platform/chromium-win/fast/forms/textfield-overflow-expected.png:
* platform/chromium-win/fast/forms/validation-message-appearance-expected.png:
* platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.png:
* platform/chromium-win/fast/frames/take-focus-from-iframe-expected.png:
* platform/chromium-win/fast/gradients/background-clipped-expected.png:
* platform/chromium-win/fast/html/details-no-summary4-expected.png:
* platform/chromium-win/fast/html/details-open-javascript-expected.png:
* platform/chromium-win/fast/html/details-open2-expected.png:
* platform/chromium-win/fast/html/details-open4-expected.png:
* platform/chromium-win/fast/html/details-position-expected.png:
* platform/chromium-win/fast/html/details-replace-summary-child-expected.png:
* platform/chromium-win/fast/html/details-replace-text-expected.png:
* platform/chromium-win/fast/html/details-writing-mode-expected.png:
* platform/chromium-win/fast/html/keygen-expected.png:
* platform/chromium-win/fast/invalid/014-expected.png:
* platform/chromium-win/fast/layers/scroll-with-transform-composited-layer-expected.png:
* platform/chromium-win/fast/layers/scroll-with-transform-layer-expected.png:
* platform/chromium-win/fast/lists/008-expected.png:
* platform/chromium-win/fast/lists/008-vertical-expected.png:
* platform/chromium-win/fast/lists/dynamic-marker-crash-expected.png:
* platform/chromium-win/fast/overflow/overflow-rtl-expected.png:
* platform/chromium-win/fast/overflow/overflow-rtl-vertical-expected.png:
* platform/chromium-win/fast/overflow/overflow-update-transform-expected.png:
* platform/chromium-win/fast/overflow/overflow-with-local-background-attachment-expected.png:
* platform/chromium-win/fast/parser/document-write-option-expected.png:
* platform/chromium-win/fast/repaint/control-clip-expected.png:
* platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.png:
* platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png:
* platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
* platform/chromium-win/fast/repaint/select-option-background-color-expected.png:
* platform/chromium-win/fast/repaint/subtree-root-skipped-expected.png:
* platform/chromium-win/fast/repaint/transform-absolute-in-positioned-container-expected.png:
* platform/chromium-win/fast/replaced/replaced-breaking-expected.png:
* platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.png:
* platform/chromium-win/fast/replaced/three-selects-break-expected.png:
* platform/chromium-win/fast/replaced/width100percent-searchfield-expected.png:
* platform/chromium-win/fast/replaced/width100percent-textfield-expected.png:
* platform/chromium-win/fast/selectors/166-expected.png:
* platform/chromium-win/fast/selectors/unqualified-hover-strict-expected.png:
* platform/chromium-win/fast/selectors/unqualified-hover-strict-expected.txt:
* platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png:
* platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.png:
* platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.png:
* platform/chromium-win/fast/speech/speech-bidi-rendering-expected.png:
* platform/chromium-win/fast/table/003-expected.png:
* platform/chromium-win/fast/table/colspanMinWidth-expected.png:
* platform/chromium-win/fast/table/spanOverlapRepaint-expected.png:
* platform/chromium-win/fast/table/text-field-baseline-expected.png:
* platform/chromium-win/fast/text/drawBidiText-expected.png:
* platform/chromium-win/fast/text/international/bidi-listbox-atsui-expected.png:
* platform/chromium-win/fast/text/international/bidi-listbox-expected.png:
* platform/chromium-win/fast/text/international/bidi-menulist-expected.png:
* platform/chromium-win/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png:
* platform/chromium-win/fast/text/textIteratorNilRenderer-expected.png:
* platform/chromium-win/fast/text/updateNewFont-expected.png:
* platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
* platform/chromium-win/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
* platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.png:
* platform/chromium-win/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
* platform/chromium-win/fast/writing-mode/box-shadow-vertical-lr-expected.png:
* platform/chromium-win/fast/writing-mode/box-shadow-vertical-rl-expected.png:
* platform/chromium-win/fonts/monospace-expected.png:
* platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png:
* platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png:
* platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.png:
* platform/chromium-win/svg/as-image/image-respects-pageScaleFactor-expected.png:
* platform/chromium-win/svg/css/composite-shadow-example-expected.png:
* platform/chromium-win/svg/css/composite-shadow-with-opacity-expected.png:
* platform/chromium-win/svg/css/stars-with-shadow-expected.png:
* platform/chromium-win/svg/custom/foreign-object-skew-expected.png:
* platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
* platform/chromium-win/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
* platform/chromium-win/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
* platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/chromium-win/svg/custom/non-scaling-stroke-expected.png:
* platform/chromium-win/svg/custom/object-sizing-no-width-height-expected.png:
* platform/chromium-win/svg/custom/pattern-rotate-expected.png:
* platform/chromium-win/svg/dom/SVGTransformList-basics-expected.png:
* platform/chromium-win/svg/dom/css-transforms-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png:
* platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png:
* platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png:
* platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png:
* platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png:
* platform/chromium-win/svg/hixie/mixed/003-expected.png:
* platform/chromium-win/svg/in-html/circle-expected.png:
* platform/chromium-win/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
* platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
* platform/chromium-win/svg/wicd/rightsizing-grid-expected.png:
* platform/chromium-win/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-win/svg/wicd/test-scalable-background-image1-expected.png:
* platform/chromium-win/svg/zoom/page/absolute-sized-document-scrollbars-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.png:
* platform/chromium-win/tables/mozilla/bugs/45621-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug12384-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug18359-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug24200-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug28928-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug29326-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug30692-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug33855-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug4382-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug44505-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug51037-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug55545-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug59354-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug7342-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug92647-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug96334-expected.png:
* platform/chromium-win/tables/mozilla/core/margins-expected.png:
* platform/chromium-win/tables/mozilla/dom/tableDom-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_index-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/chromium-win/tables/mozilla/other/move_row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
* platform/chromium-win/transforms/2d/hindi-rotated-expected.png:
* platform/chromium-win/transforms/2d/hindi-rotated-expected.txt:
* platform/chromium-win/transforms/2d/zoom-menulist-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
* platform/gtk/css2.1/20110323/block-replaced-width-001-expected.txt: Removed.
2012-07-30 Michael Saboff <msaboff@apple.com>
inspector/profiler/heap-snapshot-containment-show-all.html test crashing during WebView closing
<rdar://problem/11991881>
* platform/mac-lion/Skipped:
2012-07-30 Sadrul Habib Chowdhury <sadrul@chromium.org>
Propagate gesture events to plugins.
https://bugs.webkit.org/show_bug.cgi?id=92281
Reviewed by Adam Barth.
Added a layout test to show that the plugins receive the gesture events correctly.
* platform/chromium/plugins/gesture-events-expected.txt: Added.
* platform/chromium/plugins/gesture-events.html: Added.
2012-07-30 Adrienne Walker <enne@google.com>
[chromium] Remove dependency on ScrollbarTheme from the compositor
https://bugs.webkit.org/show_bug.cgi?id=90528
Reviewed by James Robinson.
Mark custom-composited-different-track-parts.html as failing because
custom scrollbars no longer create ScrollbarLayerChromiums. This is
due to the unsafe casts in RenderThemeScrollbar.
* platform/chromium/TestExpectations:
2012-07-30 Tom Hudson <tomhudson@google.com>
Baselines on additional platforms for fast/table/table-row-focus-ring-paint.
https://bugs.webkit.org/show_bug.cgi?id=85348
Unreviewed gardening.
* platform/chromium-linux/fast/table/table-row-focus-ring-paint-expected.png: Removed.
* platform/chromium-mac/fast/table/table-row-focus-ring-paint-expected.png: Added.
* platform/chromium-win/fast/table/table-row-focus-ring-paint-expected.png: Added.
2012-07-30 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unreviewed gardening.
Fix r124028 by adding the missing expectations to the added lines.
* platform/efl/TestExpectations:
2012-07-30 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening. Add new baselines for tests
affected by r124042.
* platform/chromium-linux/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
* platform/chromium-linux/fast/borders/border-image-rotate-transform-expected.png:
* platform/chromium-win-xp/fast/backgrounds/repeat: Removed.
* platform/chromium-win/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
* platform/chromium-win/fast/borders/border-image-rotate-transform-expected.png:
2012-07-30 Peter Kasting <pkasting@google.com>
Force Mac editing mode on new test so other platforms will pass it.
https://bugs.webkit.org/show_bug.cgi?id=92662
Reviewed by Ryosuke Niwa.
* fast/writing-mode/flipped-blocks-hit-test-line-edges.html:
2012-07-30 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-5.0/Skipped: Unskip now passing tests. (bug85203)
* platform/qt-5.0/fast/js/global-constructors-expected.txt: Added. Same as
platform/qt/...expected.txt, but has more attribute because of enabled SVG_FONTS.
* platform/qt/fast/js/global-constructors-expected.png: Removed, it is text only test.
2012-07-30 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening. Rebaseline another test affected by
r124042.
* platform/chromium-linux-x86/fast/gradients: Removed.
* platform/chromium-linux/fast/gradients/background-clipped-expected.png:
* platform/chromium-mac-snowleopard/fast/gradients/background-clipped-expected.png:
* platform/chromium-mac/fast/gradients/background-clipped-expected.png:
* platform/chromium/TestExpectations:
2012-07-30 Peter Kasting <pkasting@google.com>
[Chromium] Rebaseline tests for Skia changes.
http://crbug.com/130283
http://crbug.com/131188
Unreviewed, test expectations update.
* platform/chromium-linux/css3/filters/effect-combined-hw-expected.png:
* platform/chromium-linux/css3/filters/effect-saturate-hw-expected.png:
* platform/chromium-linux/css3/filters/effect-sepia-hw-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
* platform/chromium-mac/css3/filters/effect-combined-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-grayscale-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-hue-rotate-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-saturate-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-sepia-hw-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt: Removed.
* platform/chromium-win/css3/filters/effect-combined-hw-expected.png:
* platform/chromium-win/css3/filters/effect-grayscale-hw-expected.png:
* platform/chromium-win/css3/filters/effect-hue-rotate-hw-expected.png:
* platform/chromium-win/css3/filters/effect-saturate-hw-expected.png:
* platform/chromium-win/css3/filters/effect-sepia-hw-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/fillrect_gradient-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
2012-07-30 Tony Chang <tony@chromium.org>
new flexbox should ignore float set on flexitems
https://bugs.webkit.org/show_bug.cgi?id=70792
Reviewed by Ojan Vafai.
Make an example in the spec into a ref test. Add some styles to make it a bit more clear what's happening.
* css3/flexbox/floated-flexitem-expected.html: Added.
* css3/flexbox/floated-flexitem.html: Added.
2012-07-30 Peter Kasting <pkasting@google.com>
[Chromium] New baselines and test expectations update.
https://bugs.webkit.org/show_bug.cgi?id=88939
https://bugs.webkit.org/show_bug.cgi?id=91485
http://crbug.com/139162
Unreviewed, test expectations update.
* platform/chromium-linux-x86/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-30 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening. Add new mac baselines for tests
affected by r124042. Fix a typo in TestExpectations.
* platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
* platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
* platform/chromium-mac/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
* platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
* platform/chromium/TestExpectations:
2012-07-30 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Adding platform-specific baselines that are required after r123793, r123912 and r123914.
* platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/gtk/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Added.
* platform/gtk/fast/table/table-row-outline-paint-expected.png: Added.
* platform/gtk/fast/table/table-row-outline-paint-expected.txt: Added.
* platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
* platform/gtk/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.
2012-07-30 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening. Marking two accelerated painting
tests as crashing intermittently.
https://bugs.webkit.org/show_bug.cgi?id=92660
* platform/chromium/TestExpectations:
2012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r124025.
http://trac.webkit.org/changeset/124025
https://bugs.webkit.org/show_bug.cgi?id=92658
Causes color-suggestion-picker-appearance layout test to time
out on all Chromium platforms (Requested by tomhudson_ on
#webkit).
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Removed.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Removed.
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-30 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Skipping a test that utilizes unsupported isolated worlds and updating
one baseline after r123988.
* platform/gtk/TestExpectations:
* platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
2012-07-30 Pravin D <pravind.2k4@gmail.com>
REGRESSION: Focused TR element draws its focus outline in the wrong place
https://bugs.webkit.org/show_bug.cgi?id=85348
Reviewed by Julien Chaffraix.
The focus ring used to be drawn around the first row of the table section irrespective of the row in focus.
The issue was fixed by the bug http://www.webkit.org/b/92389 .
Adding a regression test case.
* fast/table/table-row-focus-ring-paint-expected.txt: Added.
* fast/table/table-row-focus-ring-paint.html: Added.
* platform/chromium-linux/fast/table/table-row-focus-ring-paint-expected.png: Added.
* platform/qt-4.8/fast/table/table-row-focus-ring-paint-expected.png: Added.
2012-07-30 Julien Chaffraix <jchaffraix@webkit.org>
ASSERTION FAILED: !rect.isEmpty() : void WebCore::GraphicsContext::drawRect(const WebCore::IntRect &)
https://bugs.webkit.org/show_bug.cgi?id=92187
Reviewed by Simon Fraser.
* fast/borders/0px-borders-no-line-height-expected.html: Added.
* fast/borders/0px-borders-no-line-height.html: Added.
* fast/borders/double-1px-border-assert-expected.html: Added.
* fast/borders/double-1px-border-assert.html: Added.
2012-07-26 Stephen White <senorblanco@chromium.org>
[chromium] Refactor the computation of resampled bitmap size in
drawImage and drawPattern.
https://bugs.webkit.org/show_bug.cgi?id=92408
Reviewed by Adrienne Walker.
Mark a test as expected to fail (will need rebaseline).
* platform/chromium/TestExpectations:
2012-07-30 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL][DRT] fast/text/font-variant-ligatures.html fails with missing rendering output
https://bugs.webkit.org/show_bug.cgi?id=85606
Unreviewed, EFL gardening.
Unskip test that's passing after r123864 due to complex font support.
* platform/efl/TestExpectations: font-variant-ligatures.html unskipped.
2012-07-30 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening. Unkskip more passing tests after bug85203.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
2012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Resource agent's reference to cached resources should be weak.
https://bugs.webkit.org/show_bug.cgi?id=92108
Reviewed by Pavel Feldman.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.
2012-07-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Gardening. Skip failing tests and add a Qt specific expected file.
Reviewed by Csaba Osztrogonác.
* platform/qt-4.8/Skipped: Skip svg/custom/svg-features.html.
* platform/qt/Skipped: Skip http/tests/security/contentSecurityPolicy/object-src-none-blocked.html.
* platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Added because of a whitespace difference.
2012-07-30 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Default sizes for input-text and text-area are different when running DRT/WTR
https://bugs.webkit.org/show_bug.cgi?id=91990
Unreviewed gardening.
* platform/qt-5.0-wk2/Skipped: Skip tests.
* platform/qt-5.0/Skipped: Unskip accidentally skipped tests.
* platform/qt.5-0/fast/text/whitespace/028-expected.png: Remove accidentally committed file.
* platform/qt.5-0/fast/text/whitespace/028-expected.txt: Remove accidentally committed file.
* platform/qt/Skipped: Unskip non-existing tests.
2012-07-30 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Skip new compositing tests for EFL port
https://bugs.webkit.org/show_bug.cgi?id=92633
Unreviewed EFL gardening.
Skip new compositing layout tests until accelerated compositing is enabled.
* platform/efl/TestExpectations:
2012-07-30 Shinya Kawanaka <shinyak@chromium.org>
Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
https://bugs.webkit.org/show_bug.cgi?id=92611
Reviewed by Hajime Morita.
* fast/dom/shadow/input-with-validation-without-shadow.html: Make the test runs even if
new WebKitShadowRoot() throws an exception.
* fast/dom/shadow/input-with-validation.html: Sets a flag to make AuthorShadowDOM available.
* fast/dom/shadow/shadow-disable-expected.txt:
* fast/dom/shadow/shadow-disable.html: Makes it unavailable for input and textarea to have an AuthorShadowDOM.
2012-07-30 Keishi Hattori <keishi@webkit.org>
Implement datalist UI for input type color for Chromium
https://bugs.webkit.org/show_bug.cgi?id=92075
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-30 Allan Sandfeld Jensen <allan.jensen@nokia.com>
There is no way to tell whether an element can be activated or not
https://bugs.webkit.org/show_bug.cgi?id=92093
Reviewed by Antonio Gomes.
Tests that enabled formelements are now preferred over disabled formelements.
* touchadjustment/disabled-formelements-expected.txt: Added.
* touchadjustment/disabled-formelements.html: Added.
2012-07-30 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Content size variables in NetworkResourcesData should have size_t type instead of int.
https://bugs.webkit.org/show_bug.cgi?id=92618
Reviewed by Yury Semikhatsky.
* http/tests/inspector/network/network-content-replacement-embed-expected.txt:
* http/tests/inspector/network/network-content-replacement-embed.html:
* http/tests/inspector/network/network-content-replacement-xhr-expected.txt:
* http/tests/inspector/network/network-content-replacement-xhr.html:
2012-07-30 János Badics <jbadics@inf.u-szeged.hu>
[Qt][WK1] Gardening after r123988. It made fast/writing-mode/flipped-blocks-hit-test-line-edges.html fail
https://bugs.webkit.org/show_bug.cgi?id=92636
Reviewed by Csaba Osztrogonác.
* platform/qt-4.8/Skipped:
* platform/qt-5.0-wk1/Skipped:
2012-07-30 János Badics <jbadics@inf.u-szeged.hu>
[Qt][WK1] Gardening after r123988. It made fast/writing-mode/flipped-blocks-hit-test-line-edges.html fail
https://bugs.webkit.org/show_bug.cgi?id=92636
Reviewed by Csaba Osztrogonác.
* platform/qt-4.8/Skipped:
* platform/qt-5.0-wk1/Skipped:
2012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r124000.
http://trac.webkit.org/changeset/124000
https://bugs.webkit.org/show_bug.cgi?id=92632
seems to have broken chromium Range_InstanceSizeUnknown unit
test across many platforms (Requested by tomhudson on
#webkit).
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Removed.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Removed.
2012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r124004.
http://trac.webkit.org/changeset/124004
https://bugs.webkit.org/show_bug.cgi?id=92622
Broke Android build (Requested by keishi on #webkit).
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Removed.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Removed.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Removed.
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-30 Keishi Hattori <keishi@webkit.org>
Implement datalist UI for input type color for Chromium
https://bugs.webkit.org/show_bug.cgi?id=92075
Reviewed by Kent Tamura.
* platform/chromium-mac/platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance-expected.txt: Added.
* platform/chromium/fast/forms/color/color-suggestion-picker-appearance.html: Added. Tests color suggestion picker popup appearance.
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-30 Mario Sanchez Prada <msanchez@igalia.com>
REGRESSION (r123767): platform/gtk/accessibility/object-with-title.html failing on GTK
https://bugs.webkit.org/show_bug.cgi?id=92477
Reviewed by Chris Fleizach.
Remove passing test from TestExpectations.
* platform/gtk/TestExpectations:
2012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Resource agent's reference to cached resources should be weak.
https://bugs.webkit.org/show_bug.cgi?id=92108
Reviewed by Pavel Feldman.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.
2012-07-29 Li Yin <li.yin@intel.com>
getChannelData should raise exception when index is more than numberOfChannels.
https://bugs.webkit.org/show_bug.cgi?id=92223
Reviewed by Kentaro Hara.
Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioBuffer-section
Add test to cover basic attributes of AudioBuffer.
* webaudio/audiobuffer-expected.txt: Added.
* webaudio/audiobuffer.html: Added.
2012-07-29 Sukolsak Sakshuwong <sukolsak@google.com>
forward-delete in the last cell of a table moves the caret after the table
https://bugs.webkit.org/show_bug.cgi?id=24250
Reviewed by Ryosuke Niwa.
* editing/deleting/forward-delete-empty-table-cell-expected.txt: Added.
* editing/deleting/forward-delete-empty-table-cell.html: Added.
2012-07-29 Kent Tamura <tkent@chromium.org>
REGRESSION(r123993): fast/forms/date/calendar-picker-type-change-onclick.html fails
* fast/forms/date/calendar-picker-appearance-expected.txt:
* fast/forms/date/calendar-picker-appearance.html:
Clear webkitTransitionEnd event handler before notifyDone().
2012-07-29 Kent Tamura <tkent@chromium.org>
Fix opacity issue of fast/forms/date/calendar-picker-appearance.html
https://bugs.webkit.org/show_bug.cgi?id=92605
Reviewed by Hajime Morita.
We need to wait for pixel dumping until CSS transition completion for
the 'main' element, which has transition from opacity:0 to opacity:1.
* fast/forms/date/calendar-picker-appearance.html:
2012-07-29 Dan Bernstein <mitz@apple.com>
Hit testing in the gap between pages returns incorrect results in flipped blocks writing modes
https://bugs.webkit.org/show_bug.cgi?id=92600
Reviewed by Simon Fraser.
* fast/multicol/hit-test-gap-between-pages-flipped-expected.txt: Added.
* fast/multicol/hit-test-gap-between-pages-flipped.html: Added.
2012-07-29 Dan Bernstein <mitz@apple.com>
In flipped blocks, a point on the top edge of a text box is considered outside the box (and vice versa)
https://bugs.webkit.org/show_bug.cgi?id=92597
Reviewed by Ryosuke Niwa.
Added hits inside the text to this test.
* fast/writing-mode/flipped-blocks-hit-test-line-edges-expected.txt:
* fast/writing-mode/flipped-blocks-hit-test-line-edges.html:
2012-07-29 Dan Bernstein <mitz@apple.com>
In flipped blocks, a point on the top edge of a box is considered outside the box (and vice versa)
https://bugs.webkit.org/show_bug.cgi?id=92593
Reviewed by Simon Fraser.
* fast/writing-mode/flipped-blocks-hit-test-box-edges-expected.txt: Added.
* fast/writing-mode/flipped-blocks-hit-test-box-edges.html: Added.
* fast/writing-mode/flipped-blocks-hit-test-line-edges-expected.txt: Added.
* fast/writing-mode/flipped-blocks-hit-test-line-edges.html: Added.
2012-07-29 Mike West <mkwst@chromium.org>
Extend `application/x-webkit-test-netscape` plugins to better support multiple frames.
https://bugs.webkit.org/show_bug.cgi?id=92478
Reviewed by Adam Barth.
* http/tests/plugins/resources/mock-plugin-logger.js:
Exciting JS "framework" for use when logging via `logifloaded`.
* http/tests/security/contentSecurityPolicy/object-src-none-allowed.html:
* http/tests/security/contentSecurityPolicy/object-src-none-allowed-expected.html:
* http/tests/security/contentSecurityPolicy/object-src-none-blocked.html:
* http/tests/security/contentSecurityPolicy/object-src-none-blocked-expected.html:
Adjusting these tests to use the newly created `logifloaded` plugin mock.
* http/tests/security/contentSecurityPolicy/resources/echo-object-data.pl:
Loading `mock-plugin-logger.js`, and adding a `log` attribute for `logifloaded`.
2012-07-28 Dan Bernstein <mitz@apple.com>
Hit test results are wrong in flipped blocks writing modes with block column axis
https://bugs.webkit.org/show_bug.cgi?id=92588
Reviewed by Sam Weinig.
* fast/multicol/hit-test-block-axis-flipped-expected.txt: Added.
* fast/multicol/hit-test-block-axis-flipped.html: Added.
2012-07-28 Peter Kasting <pkasting@google.com>
[Chromium] New baselines and test expectations update.
https://bugs.webkit.org/show_bug.cgi?id=72039
https://bugs.webkit.org/show_bug.cgi?id=92569
https://bugs.webkit.org/show_bug.cgi?id=92583
Unreviewed, test expectations update.
* platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-linux-x86/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-linux/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/chromium-mac-snowleopard/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-mac/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-win-xp/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/chromium-win/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: Added.
* platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* platform/chromium-win/compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-07-28 Dan Bernstein <mitz@apple.com>
In flipped lines writing modes, hit testing at the beginning of a column may return a result from the previous column
https://bugs.webkit.org/show_bug.cgi?id=92566
Reviewed by Simon Fraser.
* fast/multicol/hit-test-end-of-column-with-line-height-expected.txt: Updated.
* fast/multicol/hit-test-end-of-column-with-line-height.html: Extended with tests for
horizontal-bt.
2012-07-28 Simon Fraser <simon.fraser@apple.com>
Size changes on a layer with negative z-index children don't repaint correctly
https://bugs.webkit.org/show_bug.cgi?id=92583
Reviewed by Dean Jackson.
Test that causes a composited layer with a foreground layer (by virtue of having
negative z-index children) to resize.
Add missing pixel result for bounds-ignores-hidden-dynamic.html too.
* compositing/geometry/bounds-ignores-hidden-dynamic-expected.png: Added.
* compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.png: Added.
* compositing/geometry/bounds-ignores-hidden-dynamic-negzindex-expected.txt: Added.
* compositing/geometry/bounds-ignores-hidden-dynamic-negzindex.html: Added.
2012-07-28 Simon Fraser <simon.fraser@apple.com>
Ignore visibility:hidden elements when computing compositing layer bounds
https://bugs.webkit.org/show_bug.cgi?id=92569
Reviewed by Dan Bernstein.
Tests related to visibility:hidden's affect on composited layer bounds.
* compositing/geometry/bounds-ignores-hidden-composited-expected.txt: Added.
* compositing/geometry/bounds-ignores-hidden-composited-descendant.html: Added.
Test with visibility:visible descendants of a visibility:hidden element in a
compositing layer.
* compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: Added.
* compositing/geometry/bounds-ignores-hidden-dynamic.html: Added.
Test that changes visibility on descendants of a compositing layer, to test dynamic changes.
* compositing/geometry/bounds-ignores-hidden-expected.txt: Added.
* compositing/geometry/bounds-ignores-hidden.html: Added.
Test with a compositing layer having visibility:hidden descendants, which dumps
layer tree information.
2012-07-28 Peter Kasting <pkasting@google.com>
[Chromium] Widen expectation for crashing test.
http://crbug.com/139493
Unreviewed, test expectations update.
* platform/chromium/TestExpectations:
2012-07-28 Peter Kasting <pkasting@google.com>
[Chromium] Rebaselining and test expectations update.
https://bugs.webkit.org/show_bug.cgi?id=77188
https://bugs.webkit.org/show_bug.cgi?id=85856
https://bugs.webkit.org/show_bug.cgi?id=87844
https://bugs.webkit.org/show_bug.cgi?id=91756
http://crbug.com/10364
http://crbug.com/138159
http://crbug.com/139162
http://crbug.com/139493
Unreviewed, test expectations update.
* fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added.
* platform/chromium-linux-x86/platform/chromium: Added.
* platform/chromium-linux-x86/platform/chromium/virtual: Added.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu: Added.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast: Added.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas: Added.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: Added.
* platform/chromium-linux-x86/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/chromium-mac-snowleopard/fast/block/float/026-expected.png:
* platform/chromium-mac-snowleopard/fast/block/float/028-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/datalist: Added.
* platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-mac/fast/block/float/026-expected.png:
* platform/chromium-mac/fast/block/float/028-expected.png:
* platform/chromium-mac/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
* platform/chromium-mac/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
* platform/chromium-win/fast/forms/box-shadow-override-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/gradient-add-second-start-end-stop-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Removed.
* platform/gtk/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Removed.
2012-07-28 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-4.8/Skipped: Unskip now passing tests. (bug85203)
2012-07-28 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK rebaseline after r123937.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt:
2012-07-27 Nayan Kumar K <nayankk@motorola.com>
[WebGL] Align contents of drawbuffer-test.html layout test with the one in the WebGL conformance suite.
https://bugs.webkit.org/show_bug.cgi?id=92375
Reviewed by Kenneth Russell.
* fast/canvas/webgl/drawingbuffer-test-expected.txt:
* fast/canvas/webgl/drawingbuffer-test.html:
2012-07-27 Peter Kasting <pkasting@google.com>
Chromium rebaseline after r123285.
https://bugs.webkit.org/show_bug.cgi?id=90624
Unreviewed, rebaselining.
* platform/chromium-mac/fast/borders/border-image-rotate-transform-expected.png:
2012-07-27 Michael Saboff <msaboff@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=92573
Mac Lion: http/tests/misc/submit-post-keygen.html fails on buildbots
* platform/mac-lion/Skipped:
2012-07-27 Kihong Kwon <kihong.kwon@samsung.com>
[EFL] Support for HTML media capture
https://bugs.webkit.org/show_bug.cgi?id=91842
Reviewed by Ryosuke Niwa.
Remove file-input-capture.html from skipped list.
* platform/efl/Skipped:
2012-07-27 Peter Kasting <pkasting@google.com>
Mark three tests as flakily timing out.
https://bugs.webkit.org/show_bug.cgi?id=92570
Unreviewed, Chromium test expectations update.
* platform/chromium/TestExpectations:
2012-07-27 Peter Kasting <pkasting@google.com>
Fix broken script reference after test move.
https://bugs.webkit.org/show_bug.cgi?id=92111
Unreviewed, fixing bad test move.
* platform/win/fast/events/panScroll-click-hyperlink.html:
2012-07-27 Peter Kasting <pkasting@google.com>
Chromium rebaselines after r123912.
https://bugs.webkit.org/show_bug.cgi?id=92327
Unreviewed, rebaselining.
* platform/chromium-linux-x86/fast/hidpi: Added.
* platform/chromium-linux-x86/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/chromium-linux/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/chromium-mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/chromium-win-xp/fast/hidpi: Added.
* platform/chromium-win-xp/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/chromium-win/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
2012-07-27 Peter Kasting <pkasting@google.com>
Chromium rebaseline after r123706.
https://bugs.webkit.org/show_bug.cgi?id=92236
Unreviewed, rebaselining.
* platform/chromium-win/fast/dom/HTMLProgressElement/progress-element-expected.png:
2012-07-27 Peter Kasting <pkasting@google.com>
Chromium rebaselines after r123790.
​https://bugs.webkit.org/show_bug.cgi?id=92059
Unreviewed, rebaselining.
* platform/chromium-linux-x86/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/chromium-linux-x86/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/chromium-linux/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/chromium-linux/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/chromium-win-xp/css3: Added.
* platform/chromium-win-xp/css3/filters: Added.
* platform/chromium-win-xp/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/chromium-win-xp/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
2012-07-27 Sukolsak Sakshuwong <sukolsak@google.com>
execCommand copies the backgroung-color of the enclosing element to the element being edited.
https://bugs.webkit.org/show_bug.cgi?id=91783
Reviewed by Ryosuke Niwa.
This tests to make sure that WebKit removes redundant "background-color"
property after execCommand.
* editing/style/redundant-background-color-expected.txt: Added.
* editing/style/redundant-background-color.html: Added.
2012-07-27 Scott Graham <scottmg@chromium.org>
Change navigator.webkitGamepads[] to navigator.webkitGetGamepads()
https://bugs.webkit.org/show_bug.cgi?id=92533
Reviewed by Adam Barth.
Updates for renamed access point.
* gamepad/gamepad-api-expected.txt:
* gamepad/gamepad-api.html:
* gamepad/gamepad-polling-access-expected.txt:
* gamepad/gamepad-polling-access.html:
* platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
2012-07-27 Brady Eidson <beidson@apple.com>
Plugins should not be allowed to override standard properties/attributes in non-standard worlds
<rdar://problem/11975252> and https://bugs.webkit.org/show_bug.cgi?id=92519
Reviewed by Anders Carlsson.
* plugins/npruntime/overrides-all-properties-expected.txt: Added.
* plugins/npruntime/overrides-all-properties.html: Added.
* platform/chromium/TestExpectations: Test behaves different in V8, so skip on chromium
2012-07-27 Arnaud Renevier <a.renevier@sisa.samsung.com>
use createUninitialized when creating TypedArray from another array
https://bugs.webkit.org/show_bug.cgi?id=92518
Reviewed by Kenneth Russell.
Add test to check that constructing a Typed Array with nan values does
not result in random values.
* fast/canvas/webgl/array-constructor-expected.txt: Added.
* fast/canvas/webgl/array-constructor.html: Added.
2012-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] Remaining rebaselines after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92552
Unreviewed.
Unskip a bunch of tests, organize the remaining skips. The mentions to bug 85203 were
removed now. A last batch of WK1 results were associated with the bug 91610.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fullscreen/full-screen-placeholder-expected.txt:
* platform/qt-5.0/Skipped:
* platform/qt/editing/input/caret-at-the-edge-of-input-expected.txt:
* platform/qt/editing/input/reveal-caret-of-multiline-input-expected.txt:
* platform/qt/http/tests/cache/cancel-during-revalidation-succeeded-expected.txt: Removed.
* platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/qt/http/tests/security/xss-DENIED-xsl-document-securityOrigin-expected.txt: Removed.
* platform/qt/svg/text/select-textLength-spacing-squeeze-1-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-squeeze-2-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-squeeze-3-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-squeeze-4-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-stretch-1-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-stretch-2-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-stretch-3-expected.txt:
* platform/qt/svg/text/select-textLength-spacing-stretch-4-expected.txt:
* platform/qt/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt:
* platform/qt/svg/text/select-x-list-1-expected.txt:
* platform/qt/svg/text/select-x-list-2-expected.txt:
* platform/qt/svg/text/select-x-list-3-expected.txt:
* platform/qt/svg/text/select-x-list-4-expected.txt:
* platform/qt/svg/text/select-x-list-with-tspans-1-expected.txt:
* platform/qt/svg/text/select-x-list-with-tspans-2-expected.txt:
* platform/qt/svg/text/select-x-list-with-tspans-3-expected.txt:
* platform/qt/svg/text/select-x-list-with-tspans-4-expected.txt:
* platform/qt/svg/text/selection-doubleclick-expected.txt:
2012-07-27 Kevin Ellis <kevers@chromium.org>
Search cancel button is hard to activate with a tap gesture even if touch adjustment is enabled.
https://bugs.webkit.org/show_bug.cgi?id=91894
Reviewed by Antonio Gomes.
Add test for touch adjustment in the vicinity of a search cancel button.
Prior to the patch, the cancel button was pruned as a candidate if the
touch area clipped the input field.
* touchadjustment/search-cancel-expected.txt: Added.
* touchadjustment/search-cancel.html: Added.
2012-07-27 Varun Jain <varunjain@chromium.org>
Animated SVGs do not clear previous frame completely in hidpi mode.
https://bugs.webkit.org/show_bug.cgi?id=92395
Reviewed by Darin Adler.
* platform/chromium/TestExpectations:
* platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.png: Added.
* platform/mac/svg/as-image/animated-svg-repaints-completely-in-hidpi-expected.txt: Added.
* svg/as-image/animated-svg-repaints-completely-in-hidpi.html: Added.
* svg/as-image/resources/animated-rect-fixed-size-3.svg: Added.
2012-07-27 Beth Dakin <bdakin@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=92327
-webkit-background-clip:text is blurry in WebKit 1 apps when
deviceScaleFactor > 1
-and corresponding-
<rdar://problem/11683788>
Reviewed by Simon Fraser.
* fast/hidpi/gradient-with-scaled-ancestor.html: Added.
* platform/mac/fast/hidpi/gradient-with-scaled-ancestor-expected.png: Added.
* platform/mac/fast/hidpi/gradient-with-scaled-ancestor-expected.txt: Added.
2012-07-27 Brian Weinstein <bweinstein@apple.com>
Add Mac results for fast/table/table-row-outline-paint.html.
* platform/mac/fast/table/table-row-outline-paint-expected.txt: Added.
2012-07-27 Tony Chang <tony@chromium.org>
flex-wrap: wrap not wrapping for % sized items in column flow
https://bugs.webkit.org/show_bug.cgi?id=92324
Reviewed by Ojan Vafai.
Test cases for column flow with percentage heights. There are three
test cases for the three callers of mainAxisContentExtent() that were
broken by this.
* css3/flexbox/percentage-heights-expected.txt: Added.
* css3/flexbox/percentage-heights.html: Added.
2012-07-27 Dan Bernstein <mitz@apple.com>
Hit testing near a column break can return a result from an adjacent column when there is leading
https://bugs.webkit.org/show_bug.cgi?id=92524
Reviewed by Anders Carlsson.
* fast/multicol/hit-test-end-of-column-with-line-height-expected.txt: Added.
* fast/multicol/hit-test-end-of-column-with-line-height.html: Added.
2012-07-27 Mike West <mkwst@chromium.org>
CSP directives containing invalid characters should log an error.
https://bugs.webkit.org/show_bug.cgi?id=92487
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/directive-parsing-03-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/directive-parsing-04-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/directive-parsing-04.html: Added.
Adding a test specifically for `script-src: ...` which bit me, and
updating test #3, which now has a better error message.
2012-07-27 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] platform/qt/svg/custom tests needs update after font change.
https://bugs.webkit.org/show_bug.cgi?id=91090.
Reviewed by Zoltan Herczeg.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/svg/custom/altglyph-expected.png: Removed.
* platform/qt-5.0-wk2/svg/custom/altglyph-expected.txt: Removed.
* platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.png: Removed.
* platform/qt-5.0-wk2/svg/custom/font-face-simple-expected.txt: Removed.
* platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.png: Added.
* platform/qt-5.0-wk2/svg/custom/inline-svg-in-xhtml-expected.txt: Copied from LayoutTests/platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.png: Removed.
* platform/qt-5.0/svg/custom/glyph-selection-arabic-forms-expected.txt: Removed.
* platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.png: Removed.
* platform/qt-5.0/svg/custom/glyph-selection-bidi-mirror-expected.txt: Removed.
* platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.txt: Removed.
* platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.png: Removed.
* platform/qt-5.0/svg/custom/glyph-transformation-with-hkern-expected.txt: Removed.
* platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.png: Removed.
* platform/qt-5.0/svg/custom/preserve-aspect-ratio-syntax-expected.txt: Removed.
* platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: Removed.
* platform/qt-5.0/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Removed.
* platform/qt-5.0/svg/custom/svg-features-expected.txt: Removed.
* platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.png: Removed.
* platform/qt-5.0/svg/custom/svg-fonts-in-html-expected.txt: Removed.
* platform/qt-5.0/svg/custom/svg-fonts-in-text-controls-expected.txt: Removed.
* platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.png: Removed.
* platform/qt-5.0/svg/custom/svg-fonts-segmented-expected.txt: Removed.
* platform/qt-5.0/svg/custom/text-linking-expected.png: Removed.
* platform/qt-5.0/svg/custom/text-linking-expected.txt: Removed.
* platform/qt/svg/custom/SVGMatrix-interface-expected.png:
* platform/qt/svg/custom/SVGMatrix-interface-expected.txt:
* platform/qt/svg/custom/SVGPoint-matrixTransform-expected.png:
* platform/qt/svg/custom/SVGPoint-matrixTransform-expected.txt:
* platform/qt/svg/custom/absolute-sized-content-with-resources-expected.png:
* platform/qt/svg/custom/absolute-sized-content-with-resources-expected.txt:
* platform/qt/svg/custom/absolute-sized-svg-in-xhtml-expected.png:
* platform/qt/svg/custom/absolute-sized-svg-in-xhtml-expected.txt:
* platform/qt/svg/custom/alignment-baseline-modes-expected.png:
* platform/qt/svg/custom/alignment-baseline-modes-expected.txt:
* platform/qt/svg/custom/altglyph-expected.png:
* platform/qt/svg/custom/altglyph-expected.txt:
* platform/qt/svg/custom/baseval-animval-equality-expected.png:
* platform/qt/svg/custom/baseval-animval-equality-expected.txt:
* platform/qt/svg/custom/broken-internal-references-expected.txt:
* platform/qt/svg/custom/bug45331-expected.png: Added.
* platform/qt/svg/custom/bug45331-expected.txt: Added.
* platform/qt/svg/custom/bug86119-expected.txt:
* platform/qt/svg/custom/circle-move-invalidation-expected.png:
* platform/qt/svg/custom/circle-move-invalidation-expected.txt:
* platform/qt/svg/custom/clip-path-referencing-use-expected.png:
* platform/qt/svg/custom/clip-path-referencing-use-expected.txt:
* platform/qt/svg/custom/clip-path-referencing-use2-expected.png:
* platform/qt/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.png:
* platform/qt/svg/custom/clone-element-with-animated-svg-properties-expected.txt:
* platform/qt/svg/custom/container-opacity-clip-viewBox-expected.png:
* platform/qt/svg/custom/container-opacity-clip-viewBox-expected.txt:
* platform/qt/svg/custom/coords-relative-units-transforms-expected.png:
* platform/qt/svg/custom/coords-relative-units-transforms-expected.txt:
* platform/qt/svg/custom/createImageElement2-expected.png: Added.
* platform/qt/svg/custom/createImageElement2-expected.txt:
* platform/qt/svg/custom/dominant-baseline-hanging-expected.png:
* platform/qt/svg/custom/dominant-baseline-hanging-expected.txt:
* platform/qt/svg/custom/dominant-baseline-modes-expected.png:
* platform/qt/svg/custom/dominant-baseline-modes-expected.txt:
* platform/qt/svg/custom/dynamic-svg-document-creation-expected.png:
* platform/qt/svg/custom/dynamic-svg-document-creation-expected.txt:
* platform/qt/svg/custom/embedding-external-svgs-expected.png:
* platform/qt/svg/custom/embedding-external-svgs-expected.txt:
* platform/qt/svg/custom/empty-clip-path-expected.png:
* platform/qt/svg/custom/empty-clip-path-expected.txt:
* platform/qt/svg/custom/empty-mask-expected.png: Added.
* platform/qt/svg/custom/empty-mask-expected.txt:
* platform/qt/svg/custom/external-paintserver-reference-expected.png:
* platform/qt/svg/custom/external-paintserver-reference-expected.txt:
* platform/qt/svg/custom/fill-SVGPaint-interface-expected.png:
* platform/qt/svg/custom/fill-SVGPaint-interface-expected.txt:
* platform/qt/svg/custom/fill-fallback-expected.png:
* platform/qt/svg/custom/fill-fallback-expected.txt:
* platform/qt/svg/custom/focus-ring-expected.png:
* platform/qt/svg/custom/focus-ring-expected.txt:
* platform/qt/svg/custom/font-face-cascade-order-expected.png:
* platform/qt/svg/custom/font-face-cascade-order-expected.txt:
* platform/qt/svg/custom/font-face-simple-expected.png:
* platform/qt/svg/custom/font-face-simple-expected.txt:
* platform/qt/svg/custom/foreign-object-skew-expected.png:
* platform/qt/svg/custom/foreign-object-skew-expected.txt:
* platform/qt/svg/custom/foreignObject-crash-on-hover-expected.png:
* platform/qt/svg/custom/foreignObject-crash-on-hover-expected.txt:
* platform/qt/svg/custom/getPresentationAttribute-expected.png:
* platform/qt/svg/custom/getPresentationAttribute-expected.txt:
* platform/qt/svg/custom/getTransformToElement-expected.png:
* platform/qt/svg/custom/getTransformToElement-expected.txt:
* platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.png:
* platform/qt/svg/custom/getscreenctm-in-mixed-content-expected.txt:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-expected.txt:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.txt:
* platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png:
* platform/qt/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/qt/svg/custom/getsvgdocument-expected.png:
* platform/qt/svg/custom/getsvgdocument-expected.txt:
* platform/qt/svg/custom/glyph-selection-arabic-forms-expected.png: Added.
* platform/qt/svg/custom/glyph-selection-arabic-forms-expected.txt:
* platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.png: Copied from LayoutTests/platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png.
* platform/qt/svg/custom/glyph-selection-bidi-mirror-expected.txt:
* platform/qt/svg/custom/glyph-selection-non-bmp-expected.png: Renamed from LayoutTests/platform/qt-5.0/svg/custom/glyph-selection-non-bmp-expected.png.
* platform/qt/svg/custom/glyph-selection-non-bmp-expected.txt:
* platform/qt/svg/custom/glyph-transformation-with-hkern-expected.png:
* platform/qt/svg/custom/glyph-transformation-with-hkern-expected.txt:
* platform/qt/svg/custom/gradient-cycle-detection-expected.png:
* platform/qt/svg/custom/gradient-cycle-detection-expected.txt:
* platform/qt/svg/custom/gradient-deep-referencing-expected.png:
* platform/qt/svg/custom/gradient-deep-referencing-expected.txt:
* platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.png: Added.
* platform/qt/svg/custom/gradient-with-1d-boundingbox-expected.txt:
* platform/qt/svg/custom/hit-test-path-expected.png:
* platform/qt/svg/custom/hit-test-path-expected.txt:
* platform/qt/svg/custom/hit-test-path-stroke-expected.png:
* platform/qt/svg/custom/hit-test-path-stroke-expected.txt:
* platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.png:
* platform/qt/svg/custom/hit-test-unclosed-subpaths-expected.txt:
* platform/qt/svg/custom/image-parent-translation-expected.png:
* platform/qt/svg/custom/image-parent-translation-expected.txt:
* platform/qt/svg/custom/image-rescale-clip-expected.png:
* platform/qt/svg/custom/image-rescale-clip-expected.txt:
* platform/qt/svg/custom/image-rescale-scroll-expected.png:
* platform/qt/svg/custom/image-rescale-scroll-expected.txt:
* platform/qt/svg/custom/image-small-width-height-expected.png:
* platform/qt/svg/custom/image-small-width-height-expected.txt:
* platform/qt/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/qt/svg/custom/image-with-transform-clip-filter-expected.txt:
* platform/qt/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/qt/svg/custom/invalid-css-expected.png:
* platform/qt/svg/custom/invalid-css-expected.txt:
* platform/qt/svg/custom/invalid-fill-expected.png:
* platform/qt/svg/custom/invalid-fill-expected.txt:
* platform/qt/svg/custom/invalid-fill-hex-expected.png:
* platform/qt/svg/custom/invalid-fill-hex-expected.txt:
* platform/qt/svg/custom/invalid-lengthlist-expected.png:
* platform/qt/svg/custom/invalid-lengthlist-expected.txt:
* platform/qt/svg/custom/invalid-stroke-hex-expected.png: Added.
* platform/qt/svg/custom/invalid-stroke-hex-expected.txt:
* platform/qt/svg/custom/invalid-uri-stroke-expected.png: Added.
* platform/qt/svg/custom/invalid-uri-stroke-expected.txt:
* platform/qt/svg/custom/invisible-text-after-scrolling-expected.png:
* platform/qt/svg/custom/invisible-text-after-scrolling-expected.txt:
* platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.png:
* platform/qt/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
* platform/qt/svg/custom/js-late-clipPath-creation-expected.png:
* platform/qt/svg/custom/js-late-clipPath-creation-expected.txt:
* platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/qt/svg/custom/js-late-gradient-and-object-creation-expected.txt:
* platform/qt/svg/custom/js-late-gradient-creation-expected.png:
* platform/qt/svg/custom/js-late-gradient-creation-expected.txt:
* platform/qt/svg/custom/js-update-stop-linked-gradient-expected.png:
* platform/qt/svg/custom/js-update-stop-linked-gradient-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
* platform/qt/svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-transform-expected.png:
* platform/qt/svg/custom/linking-a-03-b-transform-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-viewBox-expected.png:
* platform/qt/svg/custom/linking-a-03-b-viewBox-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
* platform/qt/svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-viewTarget-expected.png:
* platform/qt/svg/custom/linking-a-03-b-viewTarget-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
* platform/qt/svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
* platform/qt/svg/custom/linking-base-external-reference-expected.png:
* platform/qt/svg/custom/linking-base-external-reference-expected.txt:
* platform/qt/svg/custom/linking-uri-01-b-expected.png:
* platform/qt/svg/custom/linking-uri-01-b-expected.txt:
* platform/qt/svg/custom/marker-default-width-height-expected.png:
* platform/qt/svg/custom/marker-default-width-height-expected.txt:
* platform/qt/svg/custom/marker-overflow-clip-expected.png:
* platform/qt/svg/custom/marker-overflow-clip-expected.txt:
* platform/qt/svg/custom/mouse-move-on-svg-container-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-container-expected.txt:
* platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-container-standalone-expected.txt:
* platform/qt/svg/custom/mouse-move-on-svg-root-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-root-expected.txt:
* platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.png:
* platform/qt/svg/custom/mouse-move-on-svg-root-standalone-expected.txt:
* platform/qt/svg/custom/no-inherited-dashed-stroke-expected.png:
* platform/qt/svg/custom/no-inherited-dashed-stroke-expected.txt:
* platform/qt/svg/custom/non-opaque-filters-expected.png:
* platform/qt/svg/custom/non-opaque-filters-expected.txt:
* platform/qt/svg/custom/object-no-size-attributes-expected.png:
* platform/qt/svg/custom/object-no-size-attributes-expected.txt:
* platform/qt/svg/custom/object-sizing-expected.png:
* platform/qt/svg/custom/object-sizing-expected.txt:
* platform/qt/svg/custom/object-sizing-explicit-height-expected.png:
* platform/qt/svg/custom/object-sizing-explicit-height-expected.txt:
* platform/qt/svg/custom/object-sizing-explicit-width-expected.png:
* platform/qt/svg/custom/object-sizing-explicit-width-expected.txt:
* platform/qt/svg/custom/object-sizing-explicit-width-height-expected.png:
* platform/qt/svg/custom/object-sizing-explicit-width-height-expected.txt:
* platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png:
* platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.txt:
* platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.png:
* platform/qt/svg/custom/object-sizing-height-50p-on-target-svg-expected.txt:
* platform/qt/svg/custom/object-sizing-no-width-height-expected.png:
* platform/qt/svg/custom/object-sizing-no-width-height-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png:
* platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png:
* platform/qt/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png:
* platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt:
* platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.png:
* platform/qt/svg/custom/object-sizing-width-50p-on-target-svg-expected.txt:
* platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt:
* platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png:
* platform/qt/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt:
* platform/qt/svg/custom/path-textPath-simulation-expected.png:
* platform/qt/svg/custom/path-textPath-simulation-expected.txt:
* platform/qt/svg/custom/pattern-cycle-detection-expected.png:
* platform/qt/svg/custom/pattern-cycle-detection-expected.txt:
* platform/qt/svg/custom/pattern-deep-referencing-expected.png:
* platform/qt/svg/custom/pattern-deep-referencing-expected.txt:
* platform/qt/svg/custom/pattern-incorrect-tiling-expected.png:
* platform/qt/svg/custom/pattern-incorrect-tiling-expected.txt:
* platform/qt/svg/custom/pattern-rotate-expected.png:
* platform/qt/svg/custom/pattern-rotate-expected.txt:
* platform/qt/svg/custom/pattern-rotate-gaps-expected.png:
* platform/qt/svg/custom/pattern-rotate-gaps-expected.txt:
* platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png:
* platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
* platform/qt/svg/custom/pattern-with-transformation-expected.png:
* platform/qt/svg/custom/pattern-with-transformation-expected.txt:
* platform/qt/svg/custom/percentage-of-html-parent-expected.png:
* platform/qt/svg/custom/percentage-of-html-parent-expected.txt:
* platform/qt/svg/custom/pointer-events-image-css-transform-expected.png:
* platform/qt/svg/custom/pointer-events-image-css-transform-expected.txt:
* platform/qt/svg/custom/pointer-events-image-expected.png:
* platform/qt/svg/custom/pointer-events-image-expected.txt:
* platform/qt/svg/custom/pointer-events-path-expected.png:
* platform/qt/svg/custom/pointer-events-path-expected.txt:
* platform/qt/svg/custom/pointer-events-text-css-transform-expected.png:
* platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt:
* platform/qt/svg/custom/pointer-events-text-expected.png:
* platform/qt/svg/custom/pointer-events-text-expected.txt:
* platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.png:
* platform/qt/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
* platform/qt/svg/custom/recursive-clippath-expected.png:
* platform/qt/svg/custom/recursive-clippath-expected.txt:
* platform/qt/svg/custom/recursive-filter-expected.png:
* platform/qt/svg/custom/recursive-filter-expected.txt:
* platform/qt/svg/custom/recursive-gradient-expected.png:
* platform/qt/svg/custom/recursive-gradient-expected.txt:
* platform/qt/svg/custom/recursive-mask-expected.png:
* platform/qt/svg/custom/recursive-mask-expected.txt:
* platform/qt/svg/custom/recursive-pattern-expected.png:
* platform/qt/svg/custom/recursive-pattern-expected.txt:
* platform/qt/svg/custom/relative-sized-content-expected.png: Added.
* platform/qt/svg/custom/relative-sized-content-expected.txt:
* platform/qt/svg/custom/relative-sized-content-with-resources-expected.png:
* platform/qt/svg/custom/relative-sized-content-with-resources-expected.txt:
* platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.png:
* platform/qt/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt:
* platform/qt/svg/custom/relative-sized-image-expected.png:
* platform/qt/svg/custom/relative-sized-image-expected.txt:
* platform/qt/svg/custom/relative-sized-inner-svg-expected.png:
* platform/qt/svg/custom/relative-sized-inner-svg-expected.txt:
* platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.png:
* platform/qt/svg/custom/relative-sized-shadow-tree-content-expected.txt:
* platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png:
* platform/qt/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt:
* platform/qt/svg/custom/relative-sized-use-on-symbol-expected.png:
* platform/qt/svg/custom/relative-sized-use-on-symbol-expected.txt:
* platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png:
* platform/qt/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt:
* platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.png:
* platform/qt/svg/custom/rootmost-svg-xy-attrs-expected.txt:
* platform/qt/svg/custom/scroll-hit-test-expected.png:
* platform/qt/svg/custom/scroll-hit-test-expected.txt:
* platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/qt/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/qt/svg/custom/second-inline-text-expected.png:
* platform/qt/svg/custom/second-inline-text-expected.txt:
* platform/qt/svg/custom/shape-rendering-expected.png:
* platform/qt/svg/custom/shape-rendering-expected.txt:
* platform/qt/svg/custom/shapes-supporting-markers-expected.png:
* platform/qt/svg/custom/shapes-supporting-markers-expected.txt:
* platform/qt/svg/custom/simple-text-double-shadow-expected.png:
* platform/qt/svg/custom/simple-text-double-shadow-expected.txt:
* platform/qt/svg/custom/simpleCDF-expected.png:
* platform/qt/svg/custom/simpleCDF-expected.txt:
* platform/qt/svg/custom/stroke-fallback-expected.png:
* platform/qt/svg/custom/stroke-fallback-expected.txt:
* platform/qt/svg/custom/stroke-width-large-expected.png:
* platform/qt/svg/custom/stroke-width-large-expected.txt:
* platform/qt/svg/custom/stroked-pattern-expected.png:
* platform/qt/svg/custom/stroked-pattern-expected.txt:
* platform/qt/svg/custom/style-attribute-font-size-expected.png:
* platform/qt/svg/custom/style-attribute-font-size-expected.txt:
* platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.png:
* platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.txt:
* platform/qt/svg/custom/svg-features-expected.txt:
* platform/qt/svg/custom/svg-float-border-padding-expected.png:
* platform/qt/svg/custom/svg-float-border-padding-expected.txt:
* platform/qt/svg/custom/svg-fonts-in-html-expected.png:
* platform/qt/svg/custom/svg-fonts-in-html-expected.txt:
* platform/qt/svg/custom/svg-fonts-in-text-controls-expected.txt:
* platform/qt/svg/custom/svg-fonts-segmented-expected.png:
* platform/qt/svg/custom/svg-fonts-segmented-expected.txt:
* platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.png:
* platform/qt/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
* platform/qt/svg/custom/svg-fonts-word-spacing-expected.png:
* platform/qt/svg/custom/svg-fonts-word-spacing-expected.txt:
* platform/qt/svg/custom/svg-overflow-types-expected.png:
* platform/qt/svg/custom/svg-overflow-types-expected.txt:
* platform/qt/svg/custom/text-clip-expected.png:
* platform/qt/svg/custom/text-clip-expected.txt:
* platform/qt/svg/custom/text-ctm-expected.png:
* platform/qt/svg/custom/text-ctm-expected.txt:
* platform/qt/svg/custom/text-decoration-visibility-expected.png:
* platform/qt/svg/custom/text-decoration-visibility-expected.txt:
* platform/qt/svg/custom/text-dom-01-f-expected.png:
* platform/qt/svg/custom/text-dom-01-f-expected.txt:
* platform/qt/svg/custom/text-filter-expected.png:
* platform/qt/svg/custom/text-filter-expected.txt:
* platform/qt/svg/custom/text-hit-test-expected.png:
* platform/qt/svg/custom/text-hit-test-expected.txt:
* platform/qt/svg/custom/text-image-opacity-expected.png:
* platform/qt/svg/custom/text-image-opacity-expected.txt:
* platform/qt/svg/custom/text-letter-spacing-expected.png:
* platform/qt/svg/custom/text-letter-spacing-expected.txt:
* platform/qt/svg/custom/text-linking-expected.png:
* platform/qt/svg/custom/text-linking-expected.txt:
* platform/qt/svg/custom/text-repaint-including-stroke-expected.png:
* platform/qt/svg/custom/text-repaint-including-stroke-expected.txt:
* platform/qt/svg/custom/text-rotated-gradient-expected.png:
* platform/qt/svg/custom/text-rotated-gradient-expected.txt:
* platform/qt/svg/custom/text-rotation-expected.png:
* platform/qt/svg/custom/text-rotation-expected.txt:
* platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.png:
* platform/qt/svg/custom/text-tref-03-b-change-href-dom-expected.txt:
* platform/qt/svg/custom/text-tref-03-b-change-href-expected.png:
* platform/qt/svg/custom/text-tref-03-b-change-href-expected.txt:
* platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.png:
* platform/qt/svg/custom/text-tref-03-b-referenced-element-removal-expected.txt:
* platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.png:
* platform/qt/svg/custom/text-tref-03-b-tref-removal-expected.txt:
* platform/qt/svg/custom/text-whitespace-handling-expected.png:
* platform/qt/svg/custom/text-whitespace-handling-expected.txt:
* platform/qt/svg/custom/text-x-dx-lists-expected.png:
* platform/qt/svg/custom/text-x-dx-lists-expected.txt:
* platform/qt/svg/custom/text-x-dy-lists-expected.png:
* platform/qt/svg/custom/text-x-dy-lists-expected.txt:
* platform/qt/svg/custom/text-x-override-in-tspan-child-expected.png:
* platform/qt/svg/custom/text-x-override-in-tspan-child-expected.txt:
* platform/qt/svg/custom/text-xy-updates-SVGList-expected.png:
* platform/qt/svg/custom/text-xy-updates-SVGList-expected.txt:
* platform/qt/svg/custom/text-xy-updates-expected.png:
* platform/qt/svg/custom/text-xy-updates-expected.txt:
* platform/qt/svg/custom/tref-own-content-removal-expected.png:
* platform/qt/svg/custom/tref-own-content-removal-expected.txt:
* platform/qt/svg/custom/tref-update-expected.png:
* platform/qt/svg/custom/tref-update-expected.txt:
* platform/qt/svg/custom/use-clipped-hit-expected.png:
* platform/qt/svg/custom/use-clipped-hit-expected.txt:
* platform/qt/svg/custom/use-detach-expected.png:
* platform/qt/svg/custom/use-detach-expected.txt:
* platform/qt/svg/custom/use-dynamic-append-expected.png:
* platform/qt/svg/custom/use-dynamic-append-expected.txt:
* platform/qt/svg/custom/use-elementInstance-event-target-expected.png:
* platform/qt/svg/custom/use-elementInstance-event-target-expected.txt:
* platform/qt/svg/custom/use-elementInstance-methods-expected.png:
* platform/qt/svg/custom/use-elementInstance-methods-expected.txt:
* platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.png:
* platform/qt/svg/custom/use-event-handler-on-referenced-element-expected.txt:
* platform/qt/svg/custom/use-event-handler-on-use-element-expected.png:
* platform/qt/svg/custom/use-event-handler-on-use-element-expected.txt:
* platform/qt/svg/custom/use-events-crash-expected.png:
* platform/qt/svg/custom/use-events-crash-expected.txt:
* platform/qt/svg/custom/use-instanceRoot-modifications-expected.png:
* platform/qt/svg/custom/use-instanceRoot-modifications-expected.txt:
* platform/qt/svg/custom/use-modify-container-in-target-expected.png:
* platform/qt/svg/custom/use-modify-container-in-target-expected.txt:
* platform/qt/svg/custom/use-modify-target-container-expected.png:
* platform/qt/svg/custom/use-modify-target-container-expected.txt:
* platform/qt/svg/custom/use-modify-target-symbol-expected.png:
* platform/qt/svg/custom/use-modify-target-symbol-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-1-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-1-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-2-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-2-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-3-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-4-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-4-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.png:
* platform/qt/svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
* platform/qt/svg/custom/use-on-g-containing-symbol-expected.png:
* platform/qt/svg/custom/use-on-g-containing-symbol-expected.txt:
* platform/qt/svg/custom/use-on-g-containing-use-expected.png:
* platform/qt/svg/custom/use-on-g-containing-use-expected.txt:
* platform/qt/svg/custom/use-on-g-expected.png:
* platform/qt/svg/custom/use-on-g-expected.txt:
* platform/qt/svg/custom/use-on-non-svg-namespaced-element-expected.png:
* platform/qt/svg/custom/use-on-non-svg-namespaced-element-expected.txt:
* platform/qt/svg/custom/use-on-rect-expected.png:
* platform/qt/svg/custom/use-on-rect-expected.txt:
* platform/qt/svg/custom/use-on-symbol-expected.png:
* platform/qt/svg/custom/use-on-symbol-expected.txt:
* platform/qt/svg/custom/use-on-text-expected.png:
* platform/qt/svg/custom/use-on-text-expected.txt:
* platform/qt/svg/custom/use-on-use-expected.png:
* platform/qt/svg/custom/use-on-use-expected.txt:
* platform/qt/svg/custom/use-property-changes-through-dom-expected.png:
* platform/qt/svg/custom/use-property-changes-through-dom-expected.txt:
* platform/qt/svg/custom/use-property-changes-through-svg-dom-expected.png:
* platform/qt/svg/custom/use-property-changes-through-svg-dom-expected.txt:
* platform/qt/svg/custom/use-recursion-1-expected.png:
* platform/qt/svg/custom/use-recursion-1-expected.txt:
* platform/qt/svg/custom/use-recursion-2-expected.png:
* platform/qt/svg/custom/use-recursion-2-expected.txt:
* platform/qt/svg/custom/use-recursion-3-expected.png:
* platform/qt/svg/custom/use-recursion-3-expected.txt:
* platform/qt/svg/custom/use-recursion-4-expected.png:
* platform/qt/svg/custom/use-recursion-4-expected.txt:
* platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.png:
* platform/qt/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
* platform/qt/svg/custom/use-setAttribute-crash-expected.png:
* platform/qt/svg/custom/use-setAttribute-crash-expected.txt:
* platform/qt/svg/custom/use-transform-expected.png:
* platform/qt/svg/custom/use-transform-expected.txt:
* platform/qt/svg/custom/viewbox-syntax-expected.png:
* platform/qt/svg/custom/viewbox-syntax-expected.txt:
* platform/qt/svg/custom/viewport-em-expected.png:
* platform/qt/svg/custom/viewport-em-expected.txt:
2012-07-27 Kevin Ellis <kevers@chromium.org>
Improve touch adjustment for targetting small controls.
https://bugs.webkit.org/show_bug.cgi?id=92293
Reviewed by Antonio Gomes.
Adds a test for cases that were problematic for the touch adjustment algorithm. Each example
in the test involves a small control immediately adjacent to a larger control. When the touch
area is significantly larger than the small control, it was possible for the touch element to
completely overlap the control yet select an adjacent element with a partial overlap.
* touchadjustment/small-target-test-expected.txt: Added.
* touchadjustment/small-target-test.html: Added.
2012-07-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Add missing baselines for fast/table/table-row-outline-paint.html
https://bugs.webkit.org/show_bug.cgi?id=92509
Unreviewed EFL gardening, add missing results for
fast/table/table-row-outline-paint.html after r123793.
* platform/efl/fast/table/table-row-outline-paint-expected.png: Added.
* platform/efl/fast/table/table-row-outline-paint-expected.txt: Added.
2012-07-27 Gavin Peters <gavinp@chromium.org>
Lose a timer in prerender-remove-after-stop.html
https://bugs.webkit.org/show_bug.cgi?id=92425
Reviewed by Nate Chapin.
japhet suggested that the timer wasn't needed, and testing revealed that the test works without it. I've tested that if the bug is reintroduced
that it crashes, and of course it doesn't crash with the fix. So bye-bye setTimeout!
* fast/dom/HTMLLinkElement/prerender-remove-after-stop.html:
2012-07-27 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt][WK2] Gardening after r123786. It made 5 fast/animation tests fail
https://bugs.webkit.org/show_bug.cgi?id=92490
Rubber stamped by Zoltan Herczeg.
* platform/qt-5.0-wk2/Skipped:
2012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL] Rebaseline after harfbuzz-ng complex font support is enabled
https://bugs.webkit.org/show_bug.cgi?id=92120
Unreviewed, EFL rebaselining.
Now that we have complex font support using harfbuzz, we need a couple of new expected results.
* platform/efl/TestExpectations:
* platform/efl/fast/dom/52776-expected.png:
* platform/efl/fast/dom/52776-expected.txt:
* platform/efl/fast/text/atsui-kerning-and-ligatures-expected.png:
* platform/efl/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/efl/fast/text/atsui-multiple-renderers-expected.png:
* platform/efl/fast/text/atsui-multiple-renderers-expected.txt:
* platform/efl/fast/text/atsui-negative-spacing-features-expected.png:
* platform/efl/fast/text/atsui-negative-spacing-features-expected.txt:
* platform/efl/fast/text/atsui-partial-selection-expected.png:
* platform/efl/fast/text/atsui-partial-selection-expected.txt:
* platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png:
* platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.txt:
* platform/efl/fast/text/atsui-rtl-override-selection-expected.png:
* platform/efl/fast/text/atsui-rtl-override-selection-expected.txt:
* platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png:
* platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/efl/fast/text/atsui-spacing-features-expected.png:
* platform/efl/fast/text/atsui-spacing-features-expected.txt:
* platform/efl/fast/text/cg-vs-atsui-expected.png:
* platform/efl/fast/text/cg-vs-atsui-expected.txt:
* platform/efl/fast/text/complex-preferred-logical-widths-expected.png:
* platform/efl/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/efl/fast/text/justify-ideograph-leading-expansion-expected.png:
* platform/efl/fast/text/justify-ideograph-leading-expansion-expected.txt:
* platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.png:
* platform/efl/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/efl/fast/text/should-use-atsui-expected.png:
* platform/efl/fast/text/should-use-atsui-expected.txt:
* platform/efl/fast/text/stroking-decorations-expected.png:
* platform/efl/fast/text/stroking-decorations-expected.txt:
* platform/efl/fast/text/stroking-expected.png:
* platform/efl/fast/text/stroking-expected.txt:
* platform/efl/fast/text/wide-zero-width-space-expected.png:
* platform/efl/fast/text/wide-zero-width-space-expected.txt:
* platform/efl/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt:
* platform/efl/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt:
* platform/efl/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt:
* platform/efl/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
* platform/efl/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt:
* platform/efl/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-direction-ltr-expected.txt:
* platform/efl/svg/W3C-I18N/tspan-direction-rtl-expected.txt:
* platform/efl/transforms/2d/hindi-rotated-expected.png:
* platform/efl/transforms/2d/hindi-rotated-expected.txt:
2012-07-27 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Gardening after r123786. It made 3 fast/animation tests fail
https://bugs.webkit.org/show_bug.cgi?id=92490
Rubber stamped by Zoltan Herczeg.
* platform/qt/Skipped:
2012-07-27 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] platform/qt/editing/pasteboard tests needs update after font change.
https://bugs.webkit.org/show_bug.cgi?id=91399.
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/editing/pasteboard/4806874-expected.txt: Added.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Removed.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Removed.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Removed.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Removed.
* platform/qt-5.0-wk2/editing/pasteboard/input-field-1-expected.txt: Copied from LayoutTests/platform/qt/editing/pasteboard/input-field-1-expected.txt.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Removed.
* platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Removed.
* platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Removed.
* platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Removed.
* platform/qt-5.0/editing/pasteboard/paste-text-at-tabspan-003-expected.txt: Removed.
* platform/qt/editing/pasteboard/3976872-expected.png: Added.
* platform/qt/editing/pasteboard/3976872-expected.txt:
* platform/qt/editing/pasteboard/4076267-2-expected.png:
* platform/qt/editing/pasteboard/4076267-2-expected.txt:
* platform/qt/editing/pasteboard/4076267-3-expected.png:
* platform/qt/editing/pasteboard/4076267-3-expected.txt:
* platform/qt/editing/pasteboard/4076267-expected.png:
* platform/qt/editing/pasteboard/4076267-expected.txt:
* platform/qt/editing/pasteboard/4242293-expected.png: Added.
* platform/qt/editing/pasteboard/4242293-expected.txt:
* platform/qt/editing/pasteboard/4631972-expected.png: Added.
* platform/qt/editing/pasteboard/4631972-expected.txt:
* platform/qt/editing/pasteboard/4641033-expected.png:
* platform/qt/editing/pasteboard/4641033-expected.txt:
* platform/qt/editing/pasteboard/4806874-expected.png:
* platform/qt/editing/pasteboard/4806874-expected.txt:
* platform/qt/editing/pasteboard/4944770-1-expected.png:
* platform/qt/editing/pasteboard/4944770-1-expected.txt:
* platform/qt/editing/pasteboard/4944770-2-expected.png:
* platform/qt/editing/pasteboard/4944770-2-expected.txt:
* platform/qt/editing/pasteboard/4989774-expected.png: Added.
* platform/qt/editing/pasteboard/4989774-expected.txt:
* platform/qt/editing/pasteboard/5006779-expected.png: Added.
* platform/qt/editing/pasteboard/5006779-expected.txt:
* platform/qt/editing/pasteboard/5028447-expected.png: Added.
* platform/qt/editing/pasteboard/5028447-expected.txt:
* platform/qt/editing/pasteboard/5032095-expected.png: Added.
* platform/qt/editing/pasteboard/5032095-expected.txt:
* platform/qt/editing/pasteboard/5071074-2-expected.png: Added.
* platform/qt/editing/pasteboard/5071074-2-expected.txt:
* platform/qt/editing/pasteboard/5071074-expected.png: Added.
* platform/qt/editing/pasteboard/5071074-expected.txt:
* platform/qt/editing/pasteboard/5075944-expected.png: Added.
* platform/qt/editing/pasteboard/5075944-expected.txt:
* platform/qt/editing/pasteboard/5134759-expected.png: Added.
* platform/qt/editing/pasteboard/5134759-expected.txt:
* platform/qt/editing/pasteboard/5156401-1-expected.png: Added.
* platform/qt/editing/pasteboard/5156401-1-expected.txt:
* platform/qt/editing/pasteboard/5247341-expected.png: Added.
* platform/qt/editing/pasteboard/5247341-expected.txt:
* platform/qt/editing/pasteboard/5387578-expected.png:
* platform/qt/editing/pasteboard/5387578-expected.txt:
* platform/qt/editing/pasteboard/5478250-expected.png:
* platform/qt/editing/pasteboard/5478250-expected.txt:
* platform/qt/editing/pasteboard/5601583-1-expected.png: Added.
* platform/qt/editing/pasteboard/5601583-1-expected.txt:
* platform/qt/editing/pasteboard/5780697-2-expected.txt:
* platform/qt/editing/pasteboard/7955-expected.png: Added.
* platform/qt/editing/pasteboard/7955-expected.txt:
* platform/qt/editing/pasteboard/8145-1-expected.png: Added.
* platform/qt/editing/pasteboard/8145-1-expected.txt:
* platform/qt/editing/pasteboard/8145-2-expected.png: Added.
* platform/qt/editing/pasteboard/8145-2-expected.txt:
* platform/qt/editing/pasteboard/8145-3-expected.png:
* platform/qt/editing/pasteboard/8145-3-expected.txt:
* platform/qt/editing/pasteboard/bad-placeholder-expected.png:
* platform/qt/editing/pasteboard/bad-placeholder-expected.txt:
* platform/qt/editing/pasteboard/block-wrappers-necessary-expected.txt:
* platform/qt/editing/pasteboard/cut-text-001-expected.png:
* platform/qt/editing/pasteboard/cut-text-001-expected.txt:
* platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
* platform/qt/editing/pasteboard/displaced-generic-placeholder-expected.txt:
* platform/qt/editing/pasteboard/displaced-placeholder-expected.png: Added.
* platform/qt/editing/pasteboard/displaced-placeholder-expected.txt:
* platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.png: Added.
* platform/qt/editing/pasteboard/emacs-cntl-y-001-expected.txt:
* platform/qt/editing/pasteboard/innerText-inline-table-expected.png:
* platform/qt/editing/pasteboard/innerText-inline-table-expected.txt:
* platform/qt/editing/pasteboard/input-field-1-expected.png:
* platform/qt/editing/pasteboard/input-field-1-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-1-expected.png: Added.
* platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-2-expected.png: Added.
* platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-expected.png: Added.
* platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
* platform/qt/editing/pasteboard/merge-end-blockquote-expected.png:
* platform/qt/editing/pasteboard/merge-end-blockquote-expected.txt:
* platform/qt/editing/pasteboard/merge-end-borders-expected.png:
* platform/qt/editing/pasteboard/merge-end-borders-expected.txt:
* platform/qt/editing/pasteboard/merge-start-blockquote-expected.png: Added.
* platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/qt/editing/pasteboard/merge-start-list-expected.png: Added.
* platform/qt/editing/pasteboard/merge-start-list-expected.txt:
* platform/qt/editing/pasteboard/paste-4035648-fix-expected.png: Added.
* platform/qt/editing/pasteboard/paste-4035648-fix-expected.txt:
* platform/qt/editing/pasteboard/paste-4038267-fix-expected.png: Added.
* platform/qt/editing/pasteboard/paste-4038267-fix-expected.txt:
* platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Added.
* platform/qt/editing/pasteboard/paste-blockquote-after-blockquote-expected.txt:
* platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Added.
* platform/qt/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-001-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-001-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-002-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-002-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-003-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-003-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-004-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-004-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-005-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-005-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-006-expected.png: Added.
* platform/qt/editing/pasteboard/paste-line-endings-006-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-007-expected.png:
* platform/qt/editing/pasteboard/paste-line-endings-007-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-008-expected.png:
* platform/qt/editing/pasteboard/paste-line-endings-008-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-009-expected.png:
* platform/qt/editing/pasteboard/paste-line-endings-009-expected.txt:
* platform/qt/editing/pasteboard/paste-line-endings-010-expected.png:
* platform/qt/editing/pasteboard/paste-line-endings-010-expected.txt:
* platform/qt/editing/pasteboard/paste-match-style-001-expected.png:
* platform/qt/editing/pasteboard/paste-match-style-001-expected.txt:
* platform/qt/editing/pasteboard/paste-match-style-002-expected.png: Added.
* platform/qt/editing/pasteboard/paste-match-style-002-expected.txt:
* platform/qt/editing/pasteboard/paste-table-003-expected.png:
* platform/qt/editing/pasteboard/paste-table-003-expected.txt:
* platform/qt/editing/pasteboard/paste-table-cells-expected.png:
* platform/qt/editing/pasteboard/paste-table-cells-expected.txt:
* platform/qt/editing/pasteboard/paste-text-004-expected.png:
* platform/qt/editing/pasteboard/paste-text-004-expected.txt:
* platform/qt/editing/pasteboard/paste-text-005-expected.png:
* platform/qt/editing/pasteboard/paste-text-005-expected.txt:
* platform/qt/editing/pasteboard/paste-text-006-expected.png: Added.
* platform/qt/editing/pasteboard/paste-text-006-expected.txt:
* platform/qt/editing/pasteboard/paste-text-007-expected.png: Added.
* platform/qt/editing/pasteboard/paste-text-007-expected.txt:
* platform/qt/editing/pasteboard/paste-text-008-expected.png:
* platform/qt/editing/pasteboard/paste-text-008-expected.txt:
* platform/qt/editing/pasteboard/paste-text-009-expected.png:
* platform/qt/editing/pasteboard/paste-text-009-expected.txt:
* platform/qt/editing/pasteboard/paste-text-013-expected.png: Added.
* platform/qt/editing/pasteboard/paste-text-013-expected.txt:
* platform/qt/editing/pasteboard/paste-text-014-expected.png:
* platform/qt/editing/pasteboard/paste-text-014-expected.txt:
* platform/qt/editing/pasteboard/paste-text-016-expected.png: Added.
* platform/qt/editing/pasteboard/paste-text-016-expected.txt:
* platform/qt/editing/pasteboard/paste-text-019-expected.png:
* platform/qt/editing/pasteboard/paste-text-019-expected.txt:
* platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.png:
* platform/qt/editing/pasteboard/paste-text-at-tabspan-003-expected.txt:
* platform/qt/editing/pasteboard/pasting-object-expected.png:
* platform/qt/editing/pasteboard/pasting-object-expected.txt:
* platform/qt/editing/pasteboard/quirks-mode-br-1-expected.png: Added.
* platform/qt/editing/pasteboard/quirks-mode-br-1-expected.txt:
* platform/qt/editing/pasteboard/smart-paste-004-expected.txt: Added.
* platform/qt/editing/pasteboard/smart-paste-007-expected.png:
* platform/qt/editing/pasteboard/smart-paste-007-expected.txt:
* platform/qt/editing/pasteboard/styled-element-markup-expected.png: Added.
* platform/qt/editing/pasteboard/styled-element-markup-expected.txt:
* platform/qt/editing/pasteboard/undoable-fragment-removes-expected.png: Added.
* platform/qt/editing/pasteboard/undoable-fragment-removes-expected.txt:
* platform/qt/editing/pasteboard/unrendered-br-expected.png: Added.
* platform/qt/editing/pasteboard/unrendered-br-expected.txt:
2012-07-27 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a text failure expectation for an accessibility
test that started failing after r123767.
* platform/gtk/TestExpectations:
2012-07-27 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Move formatting support from JavaScriptSource to UISourceCode.
https://bugs.webkit.org/show_bug.cgi?id=92373
Reviewed by Pavel Feldman.
* inspector/debugger/script-formatter.html:
2012-07-27 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed, rebaseline for tests introduced in r123790
Rubber stamped by Zoltan Herczeg.
* platform/qt/css3/filters/effect-brightness-clamping-expected.png: Added.
* platform/qt/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/qt/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
* platform/qt/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
2012-07-27 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed, rebaseline for tests introduced in r123790
Rubber stamped by Zoltan Herczeg.
* platform/qt/css3/filters/effect-brightness-clamping-expected.png: Added.
* platform/qt/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/qt/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
* platform/qt/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
2012-07-27 Alec Flett <alecflett@chromium.org>
IndexedDB: inject index keys on cursor/objectstore/index get success handlers
https://bugs.webkit.org/show_bug.cgi?id=91123
Reviewed by Tony Chang.
One new test to make sure that indexes with the same keypath as an
autoIncrement'ed objectStore still index their values. Also minor
tweaks to tests to make it easier to figure out which key is being
updated.
* storage/indexeddb/index-duplicate-keypaths-expected.txt: Added.
* storage/indexeddb/index-duplicate-keypaths.html: Added.
* storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
* storage/indexeddb/mozilla/resources/autoincrement-indexes.js:
* storage/indexeddb/resources/index-duplicate-keypaths.js: Added.
2012-07-27 Tony Chang <tony@chromium.org>
changing -webkit-order should change the paint order of flex items
https://bugs.webkit.org/show_bug.cgi?id=92041
Reviewed by Ojan Vafai.
Use a ref test since this is testing paint behavior.
* css3/flexbox/order-painting-expected.html: Added.
* css3/flexbox/order-painting.html: Added.
2012-07-27 Csaba Osztrogonác <ossy@webkit.org>
[Qt][WK2] REGRESSION(r119127): resetting window.internals settings between tests doesn't work properly
https://bugs.webkit.org/show_bug.cgi?id=88064
Reviewed by Zoltan Herczeg.
* platform/qt-5.0-wk2/Skipped: Unskip now passing tests.
2012-07-26 Mike Lawther <mikelawther@chromium.org>
Make transitions work between different Length types
https://bugs.webkit.org/show_bug.cgi?id=92220
Reviewed by Simon Fraser.
* transitions/mixed-type-expected.txt: Added.
* transitions/mixed-type.html: Added.
2012-07-26 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Rename fast/forms/{number,time}/*-validity-state-* to *-validity-*
https://bugs.webkit.org/show_bug.cgi?id=92449
Reviewed by Kent Tamura.
This patch renames test files in fast/forms/{number,time} for matching
with IDL attribute names.
* fast/forms/number/number-validity-rangeoverflow-expected.txt: Copied from LayoutTests/fast/forms/number/number-validitystate-range-overflow-expected.txt.
* fast/forms/number/number-validity-rangeoverflow.html: Copied from LayoutTests/fast/forms/number/number-validitystate-range-overflow.html.
* fast/forms/number/number-validity-rangeunderflow-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-range-underflow-expected.txt.
* fast/forms/number/number-validity-rangeunderflow.html: Copied from LayoutTests/fast/forms/number/number-validity-state-range-underflow.html.
* fast/forms/number/number-validity-state-range-underflow-expected.txt: Removed.
* fast/forms/number/number-validity-state-range-underflow.html: Removed.
* fast/forms/number/number-validity-state-step-mismatch-expected.txt: Removed.
* fast/forms/number/number-validity-state-step-mismatch.html: Removed.
* fast/forms/number/number-validity-state-type-mismatch-expected.txt: Removed.
* fast/forms/number/number-validity-state-type-mismatch.html: Removed.
* fast/forms/number/number-validity-stepmismatch-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-step-mismatch-expected.txt.
* fast/forms/number/number-validity-stepmismatch.html: Copied from LayoutTests/fast/forms/number/number-validity-state-step-mismatch.html.
* fast/forms/number/number-validity-typemismatch-expected.txt: Copied from LayoutTests/fast/forms/number/number-validity-state-type-mismatch-expected.txt.
* fast/forms/number/number-validity-typemismatch.html: Copied from LayoutTests/fast/forms/number/number-validity-state-type-mismatch.html.
* fast/forms/number/number-validitystate-range-overflow-expected.txt: Removed.
* fast/forms/number/number-validitystate-range-overflow.html: Removed.
* fast/forms/time/time-validity-rangeoverflow-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-range-overflow-expected.txt.
* fast/forms/time/time-validity-rangeoverflow.html: Copied from LayoutTests/fast/forms/time/time-validity-state-range-overflow.html.
* fast/forms/time/time-validity-rangeunderflow-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-range-underflow-expected.txt.
* fast/forms/time/time-validity-rangeunderflow.html: Copied from LayoutTests/fast/forms/time/time-validity-state-range-underflow.html.
* fast/forms/time/time-validity-state-range-overflow-expected.txt: Removed.
* fast/forms/time/time-validity-state-range-overflow.html: Removed.
* fast/forms/time/time-validity-state-range-underflow-expected.txt: Removed.
* fast/forms/time/time-validity-state-range-underflow.html: Removed.
* fast/forms/time/time-validity-state-step-mismatch-expected.txt: Removed.
* fast/forms/time/time-validity-state-step-mismatch.html: Removed.
* fast/forms/time/time-validity-state-type-mismatch-expected.txt: Removed.
* fast/forms/time/time-validity-state-type-mismatch.html: Removed.
* fast/forms/time/time-validity-stepmismatch-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-step-mismatch-expected.txt.
* fast/forms/time/time-validity-stepmismatch.html: Copied from LayoutTests/fast/forms/time/time-validity-state-step-mismatch.html.
* fast/forms/time/time-validity-typemismatch-expected.txt: Copied from LayoutTests/fast/forms/time/time-validity-state-type-mismatch-expected.txt.
* fast/forms/time/time-validity-typemismatch.html: Copied from LayoutTests/fast/forms/time/time-validity-state-type-mismatch.html.
2012-07-26 Dan Bernstein <mitz@apple.com>
Blocks with reverse column progression don’t have layout overflow for overflowing columns
https://bugs.webkit.org/show_bug.cgi?id=92440
Reviewed by Sam Weinig.
* fast/multicol/progression-reverse-overflow-expected.html: Added.
* fast/multicol/progression-reverse-overflow.html: Added.
2012-07-26 Sukolsak Sakshuwong <sukolsak@google.com>
Implement undoscope attribute.
https://bugs.webkit.org/show_bug.cgi?id=88793
Reviewed by Ryosuke Niwa.
* editing/undomanager/undoscope-attribute-expected.txt: Added.
* editing/undomanager/undoscope-attribute.html: Added.
2012-07-26 Yoshifumi Inoue <yosin@chromium.org>
[Forms] Introduce runtime feature flags for input type datetime, datetimelocal, month, time, week
https://bugs.webkit.org/show_bug.cgi?id=92339
Reviewed by Kent Tamura.
This patch enables tests for input type datetime, datetime-local,
month, time and week for Chromium ports.
* platform/chromium/TestExpectations: Removed disabled directives for
input type datetime, datetime-local, month, time and week.
* platform/chromium/fast/forms/datalist/input-list-expected.txt: Updated
expecations for input type datetime, datetime-local, month, time and week
to null for IDL list attribute. So far, these expectations specified
HTMLDataListElement for input type "text" as unsupported input types.
2012-07-26 Brian Weinstein <bweinstein@apple.com>
Unreviewed rebaseline after r123790.
* platform/mac/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/mac/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
2012-07-26 Silvia Pfeiffer <silviapf@chromium.org>
[Chromium] Regression: Global-buffer-overflow in WebCore::mediaControlElementType
https://bugs.webkit.org/show_bug.cgi?id=91333
Reviewed by Eric Seidel.
This new test assures that the creation of a audio element with controls does not
break when accessibility is turned on.
* accessibility/media-controls-expected.txt: Added.
* accessibility/media-controls.html: Added.
2012-07-26 Max Vujovic <mvujovic@adobe.com>
Added binding and updated chromium tests.
[CSS Filters] Add V8 binding for WebKitCSSFilterValue
https://bugs.webkit.org/show_bug.cgi?id=92391
Reviewed by Adam Barth.
* platform/chromium-linux/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
Removed. The chromium-linux expectations are (and were) exactly the same as the chromium expectations.
* platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt:
Removed. Ditto.
* platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-expected.txt:
Removed. Ditto.
* platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt:
Many test cases are now expected to pass instead of fail.
* platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt:
Ditto.
* platform/chromium/css3/filters/filter-property-computed-style-expected.txt:
Removed. We can use the platform-independent results now.
* platform/chromium/css3/filters/filter-property-parsing-expected.txt:
Many test cases are now expected to pass instead of fail.
2012-07-26 Nayan Kumar K <nayankk@motorola.com>
[WebGL] Initial size of canvas can be larger than MAX_VIEWPORT_DIMS.
https://bugs.webkit.org/show_bug.cgi?id=91976
Reviewed by Kenneth Russell.
From section 2.2 of the spec the WebGL implementation says initial size of
the canvas can be larger than MAX_VIEWPORT_DIMS. With the current WebGL
implementation, we get error when initial size if greater than MAX_VIEWPORT_DIMS.
This change limits the width and height of drawingbuffer to MAX_VIEWPORT_DIMS
when given initial size exceeds it.
* fast/canvas/webgl/drawingbuffer-test-expected.txt:
* fast/canvas/webgl/drawingbuffer-test.html:
2012-07-26 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations update for table-row-outline-paint.html from r123793.
* platform/chromium-mac/fast/table/table-row-outline-paint-expected.png: Added.
* platform/chromium-win/fast/table/table-row-outline-paint-expected.png: Added.
* platform/chromium/fast/table/table-row-outline-paint-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/table/table-row-outline-paint-expected.txt.
2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123799.
http://trac.webkit.org/changeset/123799
https://bugs.webkit.org/show_bug.cgi?id=92431
broke the Apple Mac build (Requested by bweinstein on
#webkit).
* platform/chromium/plugins/gesture-events-expected.txt: Removed.
* platform/chromium/plugins/gesture-events.html: Removed.
2012-07-26 Antoine Labour <piman@chromium.org>
Unreviewed, rebaseline for tests introduced in r123790
* platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-brightness-clamping-expected.txt: Added.
* platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-brightness-clamping-hw-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-brightness-clamping-expected.png: Added.
* platform/chromium-win/css3/filters/effect-brightness-clamping-hw-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-26 Anna Cavender <annacc@chromium.org>
[Chromium] Removing http/tests/media/media-source/video-media-source-add-and-remove-ids.html from TestExpectations
Unreviewed gardening.
Recent chromium patch fixes this problem:
http://src.chromium.org/viewvc/chrome?view=rev&revision=148473
* platform/chromium/TestExpectations:
2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Reskip fast/table WK2 added results
https://bugs.webkit.org/show_bug.cgi?id=91621
Reviewed by Noam Rosenthal.
This patch reverts the added WK2 layout test results from r123229 "[Qt]
Added/updated missing fast/table results after rebaseline". As discussed with
Caio, these expectations are actually caused by an erroneous input-text and
text-area default size diff between WK1 and WK2 (handled in bug 91990). These
tests were reskipped and reassigned to proper bugs.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Removed.
* platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Removed.
* platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Removed.
2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Reskip fast/text WK2 added results
https://bugs.webkit.org/show_bug.cgi?id=91570
Unreviewed gardening.
This patch reverts the added WK2 layout test results from r123144 "[Qt]
Added/updated missing fast/text results after rebaseline". As discussed with
Caio, these expectations are actually caused by an erroneous input-text and
text-area default size diff between WK1 and WK2 (handled in bug 91990). These
tests were reskipped and reassigned to proper bugs.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Removed.
* platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Removed.
* platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Removed.
* platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Removed.
2012-07-26 Sadrul Habib Chowdhury <sadrul@chromium.org>
Propagate gesture events to plugins.
https://bugs.webkit.org/show_bug.cgi?id=92281
Reviewed by Adam Barth.
Added a layout test to show that the plugins receive the gesture events correctly.
* platform/chromium/plugins/gesture-events-expected.txt: Added.
* platform/chromium/plugins/gesture-events.html: Added.
2012-07-26 Gavin Peters <gavinp@chromium.org>
Guard Prerenderer against inserting prerenders into detached documents.
https://bugs.webkit.org/show_bug.cgi?id=92401
Reviewed by Adam Barth.
If the document is detached, we should just not launch a prerender.
* fast/dom/HTMLLinkElement/prerender-insert-after-stop-expected.txt: Added.
* fast/dom/HTMLLinkElement/prerender-insert-after-stop.html: Added.
* fast/dom/HTMLLinkElement/resources/empty2.html: Added.
2012-07-26 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to fix lint err.
* platform/chromium/TestExpectations:
2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123525.
http://trac.webkit.org/changeset/123525
https://bugs.webkit.org/show_bug.cgi?id=92421
it needed to be rolled out after r123779 too (Requested by
jchaffraix on #webkit).
* fast/table/crash-table-section-layoutRows-expected.txt: Removed.
* fast/table/crash-table-section-layoutRows.html: Removed.
2012-07-26 Pravin D <pravind.2k4@gmail.com>
Outline is always painted on the first table row regardless of the row it's set on
https://bugs.webkit.org/show_bug.cgi?id=92389
Reviewed by Eric Seidel.
* fast/table/table-row-outline-paint.html: Added.
* platform/chromium-linux/fast/table/table-row-outline-paint-expected.png: Added.
* platform/chromium-linux/fast/table/table-row-outline-paint-expected.txt: Added.
Paint phase issue.
2012-07-26 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark inspector tests as SLOW.
* platform/chromium/TestExpectations:
2012-07-26 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac/win rebaseline post r123782.
* css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/svg/custom/svg-fonts-in-html-expected.png:
* platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.png:
* platform/chromium-mac/svg/custom/svg-fonts-in-html-expected.txt:
* platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png:
* platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
* platform/gtk/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
2012-07-25 Ryosuke Niwa <rniwa@webkit.org>
Href attribute with javascript protocol is stripped when content is pasted into a XML doucment
https://bugs.webkit.org/show_bug.cgi?id=92310
Reviewed by Adam Barth.
Rebaseline a test that catches this bug.
* editing/pasteboard/paste-noscript-xhtml-expected.txt:
2012-07-26 Dan Bernstein <mitz@apple.com>
<svg> element with no intrinsic size and max-width gets sized incorrectly
https://bugs.webkit.org/show_bug.cgi?id=92410
Reviewed by Dean Jackson.
* svg/css/max-width-2-expected.html: Added.
* svg/css/max-width-2.html: Added.
2012-07-26 Tony Chang <tony@chromium.org>
Regression: r123696 made css3/flexbox tests failing
https://bugs.webkit.org/show_bug.cgi?id=92352
Reviewed by Levi Weintraub.
Skip css3/flexbox/flex-rounding.html on ports that don't enable subpixel layout.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
2012-07-26 Emil A Eklund <eae@chromium.org>
Contained div with right 0 sometimes overlaps parent div
https://bugs.webkit.org/show_bug.cgi?id=91521
Reviewed by Levi Weintraub.
Add test for elements positioned based on the right edge and update two
existing tests that where affected by the rounding.
* fast/sub-pixel/position-right-aligns-with-container-expected.html: Added.
* fast/sub-pixel/position-right-aligns-with-container.html: Added.
* platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.png:
* platform/chromium-win/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
Mark new subpixel test as skipped on platforms that do not enable
subpixel layout.
2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123159, r123165, r123168, r123492,
and r123650.
http://trac.webkit.org/changeset/123159
http://trac.webkit.org/changeset/123165
http://trac.webkit.org/changeset/123168
http://trac.webkit.org/changeset/123492
http://trac.webkit.org/changeset/123650
https://bugs.webkit.org/show_bug.cgi?id=92406
allowing inline-table anonymous wrappers is a bad idea due to
tons of corner cases that should be properly handled
(Requested by jchaffraix on #webkit).
* css2.1/20110323/inline-table-002b-expected.htm: Removed.
* css2.1/20110323/inline-table-002b.html: Removed.
* fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
* fast/table/inline-block-generates-table-wrapper-expected.html: Removed.
* fast/table/inline-block-generates-table-wrapper.html: Removed.
* fast/table/inline-table-in-continuation-expected.html: Removed.
* fast/table/inline-table-in-continuation.html: Removed.
* fast/table/inline-table-with-caption-expected.html: Removed.
* fast/table/inline-table-with-caption.html: Removed.
* platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug3037-1-expected.txt.
* platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
* platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
* platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Removed.
* platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
2012-07-26 Mike Reed <reed@google.com>
expectations change for skia rev. 4771
https://bugs.webkit.org/show_bug.cgi?id=92402
Reviewed by NOBODY : expectations change only
* platform/chromium/TestExpectations:
2012-07-26 Olivier Blin <olivier.blin@softathome.com>
Add FastMalloc statistics in window.internals
https://bugs.webkit.org/show_bug.cgi?id=91274
Reviewed by Ryosuke Niwa.
* fast/harness/fastmallocstatistics-object-expected.txt: Added.
* fast/harness/fastmallocstatistics-object.html: Added.
2012-07-26 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92292
Reviewed by Alexis Menard.
* platform/qt-5.0/Skipped:
* platform/qt/css3/filters/effect-blur-expected.txt:
* platform/qt/css3/filters/effect-blur-hw-expected.txt:
* platform/qt/css3/filters/regions-expanding-expected.txt:
* platform/qt/editing/undo/5378473-expected.txt:
* platform/qt/editing/undo/undo-misspellings-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/qt/fast/block/lineboxcontain/none-expected.png:
* platform/qt/fast/block/lineboxcontain/none-expected.txt:
* platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
* platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/qt/fast/block/lineboxcontain/replaced-expected.png:
* platform/qt/fast/block/lineboxcontain/replaced-expected.txt:
2012-07-26 Chris Fleizach <cfleizach@apple.com>
WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
https://bugs.webkit.org/show_bug.cgi?id=91911
Reviewed by Anders Carlsson.
* platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
* platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.
2012-07-26 Olivier Blin <olivier.blin@softathome.com>
Add FastMalloc statistics in window.internals
https://bugs.webkit.org/show_bug.cgi?id=91274
Reviewed by Ryosuke Niwa.
* fast/harness/fastmallocstatistics-object-expected.txt: Added.
* fast/harness/fastmallocstatistics-object.html: Added.
2012-07-26 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] css3/filters, editing/undo, fast/block/lineboxcontain, fast/js and tables/layering tests need update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92292
Reviewed by Alexis Menard.
* platform/qt-5.0/Skipped:
* platform/qt/css3/filters/effect-blur-expected.txt:
* platform/qt/css3/filters/effect-blur-hw-expected.txt:
* platform/qt/css3/filters/regions-expanding-expected.txt:
* platform/qt/editing/undo/5378473-expected.txt:
* platform/qt/editing/undo/undo-misspellings-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-box-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-box-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-box-vertical-expected.txt:
* platform/qt/fast/block/lineboxcontain/inline-replaced-expected.png:
* platform/qt/fast/block/lineboxcontain/inline-replaced-expected.txt:
* platform/qt/fast/block/lineboxcontain/none-expected.png:
* platform/qt/fast/block/lineboxcontain/none-expected.txt:
* platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.png:
* platform/qt/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/qt/fast/block/lineboxcontain/replaced-expected.png:
* platform/qt/fast/block/lineboxcontain/replaced-expected.txt:
2012-07-26 Chris Fleizach <cfleizach@apple.com>
WebKit should expose @title as label (AXTitle or AXDescription) sometimes instead of AXHelp, according to the ARIA text alt computation
https://bugs.webkit.org/show_bug.cgi?id=91911
Reviewed by Anders Carlsson.
* platform/mac/accessibility/title-attribute-used-as-last-resort-expected.txt: Added.
* platform/mac/accessibility/title-attribute-used-as-last-resort.html: Added.
2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Fix after r123733.
* platform/qt/Skipped:
2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Reskip fast/forms WK2 added results
https://bugs.webkit.org/show_bug.cgi?id=91504
Reviewed by Alexis Menard.
This patch reverts the added WK2 layout test results from r123156 "[Qt]
Added/updated missing fast/forms results after rebaseline". As discussed with
Caio, almost all of these additions were due to an erroneous input-text and
text-area default size diff between WK1 and WK2 (handled in bug 91990), and a
few ones that are still failing independent of font changes (handled in bug
91610). These tests were reskipped and reassigned to proper bugs.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Removed.
2012-07-26 Rafael Brandao <rafael.lobo@openbossa.org>
[Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91242
Reviewed by Alexis Menard.
Some leftovers were removed from qt-5.0-wk1 and wk2. If some of them
fail on qt-5.0-wk2, then they should be skipped again, but creating
proper bug reports for them.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Removed.
* platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
2012-07-26 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] editing/selection tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92186
Reviewed by Alexis Menard.
After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
'monospace' font when directed, editing/selection tests directory needs to be
updated.
It is important to notice some Qt WK2 layout tests are still failing, some
requires more investigation (handled in bug 91610) and others have a known cause
(input text and text areas differ in WK2 - bug 91990).
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/editing/selection/select-box-expected.png:
* platform/qt-5.0-wk2/editing/selection/select-box-expected.txt:
* platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/editing/selection/editable-html-element-expected.txt:
* platform/qt-5.0/editing/selection/extend-by-word-001-expected.txt:
* platform/qt-5.0/editing/selection/select-box-expected.png:
* platform/qt-5.0/editing/selection/select-box-expected.txt:
* platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/qt-5.0/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/qt-5.0/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/qt/editing/selection/5825350-1-expected.txt:
* platform/qt/editing/selection/5825350-2-expected.txt:
* platform/qt/editing/selection/drag-start-event-client-x-y-expected.txt:
* platform/qt/editing/selection/fake-doubleclick-expected.png:
* platform/qt/editing/selection/fake-doubleclick-expected.txt:
* platform/qt/editing/selection/hit-test-on-text-with-line-height-expected.txt:
* platform/qt/editing/selection/unrendered-001-expected.png:
* platform/qt/editing/selection/unrendered-001-expected.txt:
* platform/qt/editing/selection/unrendered-002-expected.png:
* platform/qt/editing/selection/unrendered-002-expected.txt:
* platform/qt/editing/selection/unrendered-003-expected.png:
* platform/qt/editing/selection/unrendered-003-expected.txt:
* platform/qt/editing/selection/unrendered-004-expected.png:
* platform/qt/editing/selection/unrendered-004-expected.txt:
* platform/qt/editing/selection/unrendered-005-expected.png:
* platform/qt/editing/selection/unrendered-005-expected.txt:
2012-07-26 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: Edits of styles declared after invalid selector are not applied
https://bugs.webkit.org/show_bug.cgi?id=92382
Reviewed by Vsevolod Vlasov.
Additional information of the change such as approach, rationale.
* inspector/styles/styles-edit-property-after-invalid-rule-expected.txt: Added.
* inspector/styles/styles-edit-property-after-invalid-rule.html: Added.
2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Added Qt5 specific expected results after r123670.
* platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.png: Added after r123670.
* platform/qt-5.0/tables/mozilla/bugs/bug3037-1-expected.txt: Added after r123670.
2012-07-26 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r123696
https://bugs.webkit.org/show_bug.cgi?id=92361
Unreviewed gardening. r123696 made css3/flexbox tests failing on EFL and QT.
* platform/efl/TestExpectations:
2012-07-26 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding text failure expectations for two
CSS3 Flexbox tests introduced in r123696.
* platform/gtk/TestExpectations:
2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip a failing tests.
https://bugs.webkit.org/show_bug.cgi?id=92355.
* platform/qt/Skipped:
2012-07-26 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r123634
https://bugs.webkit.org/show_bug.cgi?id=92351
Unreviewed gardening.
Newly added inspector tests failing on EFL port due to missing Geolocation support (bug 82140).
Moved Geolocation tests to TestExpectations from Skipped.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-07-26 Tommy Widenflycht <tommyw@google.com>
MediaStream API: Remove DeprecatedPeerConnection
https://bugs.webkit.org/show_bug.cgi?id=92106
Reviewed by Adam Barth.
Changed all usages of DeprecatedPeerConnection to PeerConnection00.
* fast/dom/call-a-constructor-as-a-function-expected.txt:
* fast/dom/call-a-constructor-as-a-function.html:
* fast/mediastream/peerconnection-addstream-expected.txt:
* fast/mediastream/peerconnection-argument-types-expected.txt:
* fast/mediastream/peerconnection-eventlistener-optional-argument.html:
* fast/mediastream/peerconnection-mediastreamlist.html:
* fast/mediastream/peerconnection-removestream-expected.txt:
* fast/mediastream/script-tests/peerconnection-addstream.js:
* fast/mediastream/script-tests/peerconnection-argument-types.js:
* fast/mediastream/script-tests/peerconnection-removestream.js:
* platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt:
2012-07-26 Mike West <mkwst@chromium.org>
Implement the experimental Content Security Policy script interface.
https://bugs.webkit.org/show_bug.cgi?id=91707
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-alloweval.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-isactive.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html: Added.
* http/tests/security/contentSecurityPolicy/resources/securitypolicy-tests-base.js: Added.
(log):
(injectPolicy):
2012-07-26 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Added Qt5 specific expected results and png.
* platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.png: Added after r123551.
* platform/qt-5.0-wk2/fast/block/float/overhanging-tall-block-expected.txt: Added after r123551.
* platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added after r123514.
* platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Update after r123514.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added after r123631.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added after r123631.
* platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added after r123631.
* platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Added after r123631.
2012-07-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123715.
http://trac.webkit.org/changeset/123715
https://bugs.webkit.org/show_bug.cgi?id=92356
Breaks compilation on multiple platforms (Requested by vsevik
on #webkit).
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Removed.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Removed.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Removed.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Removed.
2012-07-26 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the failing tests.
* platform/qt/Skipped:
2012-07-26 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Resource agent's reference to cached resources should be weak.
https://bugs.webkit.org/show_bug.cgi?id=92108
Reviewed by Pavel Feldman.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-moved-to-storage.html: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded-expected.txt: Added.
* http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html: Added.
2012-07-26 Shinya Kawanaka <shinyak@chromium.org>
Add UserAgentShadowDOM to FormControlElement just before ading UserShadowDOM
https://bugs.webkit.org/show_bug.cgi?id=90866
Reviewed by Hajime Morita.
Added a lot of tests of ShadowDOM for replaced elements. They don't crash,
but many of them are not rendered correctly. Please see Bug 82313,
which is a meta bug of Shadow DOM for replaced elements.
* fast/dom/shadow/input-with-validation-expected.html: Added.
* fast/dom/shadow/input-with-validation-without-shadow-expected.html: Added.
* fast/dom/shadow/input-with-validation-without-shadow.html: Added.
* fast/dom/shadow/input-with-validation.html: Added.
* fast/dom/shadow/shadow-disable-expected.txt:
* fast/dom/shadow/shadow-disable.html:
* fast/dom/shadow/shadowdom-for-button-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-button-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-button-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-button-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-button-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-button-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-fieldset-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-form-associated-element-useragent-expected.txt: Added.
* fast/dom/shadow/shadowdom-for-form-associated-element-useragent.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-keygen-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-object-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-object-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-object-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-object-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-object-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-object-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-output-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-output-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-output-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-output-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-output-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-output-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-select-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-select-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-select-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-select-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-select-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-select-without-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-complex-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-complex-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-only-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-only-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-without-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-textarea-without-shadow.html: Added.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/qt/Skipped:
* platform/wincairo/Skipped:
2012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
[DRT] LTC:: pageNumberForElementById() could be moved to Internals
https://bugs.webkit.org/show_bug.cgi?id=92091
Reviewed by Adam Barth.
Move the pageNumberForElementById from LayoutTestCotroller to Internals and
remove the old platform specific implementations as it exclusively tests WebCore functionality.
* printing/pageNumerForElementById-expected.txt:
* printing/resources/paged-media-test-utils.js:
(pageNumberForElementShouldBe):
* printing/return-from-printing-mode.html:
* printing/script-tests/pageNumerForElementById.js:
2012-07-25 MORITA Hajime <morrita@google.com>
[Chromium][Win] <progress> animation on RTL direction is reverse
https://bugs.webkit.org/show_bug.cgi?id=92236
Reviewed by Kent Tamura.
Updated the expectation file which went slightly different.
* platform/chromium-linux/fast/dom/HTMLProgressElement/progress-element-expected.png:
2012-07-25 Shinya Kawanaka <shinyak@chromium.org>
The elements in ShadowDOM of meter or progress should not be modifiable.
https://bugs.webkit.org/show_bug.cgi?id=92199
Reviewed by Hajime Morita.
* fast/html/meter-user-modify.html: Added.
* fast/html/meter-user-modify-expected.txt: Added.
* fast/html/progress-user-modify.html: Added.
* fast/html/progress-user-modify-expected.txt: Added.
2012-07-25 Xingnan Wang <xingnan.wang@intel.com>
IndexedDB: IDBTransaction::abort() should throw DOMException
https://bugs.webkit.org/show_bug.cgi?id=92069
Reviewed by Kentaro Hara.
Add the exception test for IDBTransaction::abort().
* storage/indexeddb/resources/transaction-abort.js:
(transactionAborted):
* storage/indexeddb/transaction-abort-expected.txt:
2012-07-25 Joshua Netterfield <jnetterfield@rim.com>
[BlackBerry] Update fast/canvas/webgl expectations
https://bugs.webkit.org/show_bug.cgi?id=92309
Reviewed by Rob Buis.
Add the css-webkit-canvas-* files, because we render them correctly.
There is nothing we can do about running out of memory on draw-elements-out-of-bounds,
so make that expected.
Our output for framebuffer-object-attachement-expected.txt is valid.
* platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.png: Added.
* platform/blackberry/fast/canvas/webgl/css-webkit-canvas-expected.txt: Added.
* platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.png: Added.
* platform/blackberry/fast/canvas/webgl/css-webkit-canvas-repaint-expected.txt: Added.
* platform/blackberry/fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Added.
* platform/blackberry/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added.
2012-07-25 Tony Chang <tony@chromium.org>
flexitems can overflow the flexbox due to rounding
https://bugs.webkit.org/show_bug.cgi?id=92163
Reviewed by Levi Weintraub.
Tests for dividing space in non-integral amounts.
* css3/flexbox/flex-rounding-expected.txt: Added.
* css3/flexbox/flex-rounding.html: Added.
2012-07-25 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Re-factor fast/forms/number/number-spinbutton-change-and-input-events.html
https://bugs.webkit.org/show_bug.cgi?id=92206
Reviewed by Kent Tamura.
For ease of maintenance and improving test coverage with low cost, I
would like to make a test script of number-spinbutton-change-and-inputs.html
sharable with other input types which have spin button.
This patch moves JavaScript codes from test HTML file to shared JavaScript
file, common-spinbutton-change-and-input-events.html with parametrized
entry point for specifying input type.
* fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Changed "numnber" to "number", and "numberInput" to "testInput".
* fast/forms/number/number-spinbutton-change-and-input-events.html: Removed JavaScript code.
* fast/forms/resources/common-spinbutton-change-and-input-events.js: Removed HTML code. Made entry point. Changed to support testing without maximum value.
2012-07-25 Dan Bernstein <mitz@apple.com>
Hit testing in one column or in the gap between cloumns along the block axis can return a result from the wrong column
https://bugs.webkit.org/show_bug.cgi?id=92311
Reviewed by Anders Carlsson.
* fast/multicol/hit-test-end-of-column-expected.txt: Added.
* fast/multicol/hit-test-end-of-column.html: Added.
* fast/multicol/hit-test-gap-block-axis-expected.txt: Added.
* fast/multicol/hit-test-gap-block-axis.html: Added.
2012-07-25 Ryosuke Niwa <rniwa@webkit.org>
Improve the output of editing/pasteboard/paste-noscript-xhtml.xhtml
https://bugs.webkit.org/show_bug.cgi?id=92307
Reviewed by Tony Chang.
Use dump-as-markup to improve the readability of output, and removed replaced the call to sayHello in iframe's src
content attribute by a call to alert("hello") so that reference error doesn't show up on the result, and moved
the resource from editing/resources to editing/pasteboard/resources as it's not used elsewhere.
* editing/pasteboard/paste-noscript-xhtml-expected.txt:
* editing/pasteboard/paste-noscript-xhtml.xhtml:
* editing/pasteboard/resources/paste-noscript-content.html: Copied from LayoutTests/editing/resources/htmlcontent.html.
* editing/resources/htmlcontent.html: Removed.
* platform/chromium-mac/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.
* platform/chromium-win/editing/pasteboard/paste-noscript-xhtml-expected.txt: Removed.
2012-07-25 Rafael Brandao <rafael.lobo@openbossa.org>
[Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91242
Unreviewed gardening.
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.txt:
* platform/qt/tables/mozilla/bugs/bug102145-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug102145-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug102145-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug102145-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10269-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10296-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug103533-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1067-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1067-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug106795-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11321-expected.txt:
* platform/qt/tables/mozilla/bugs/bug133948-expected.txt:
* platform/qt/tables/mozilla/bugs/bug154780-expected.txt:
* platform/qt/tables/mozilla/bugs/bug15933-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1818-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1818-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1818-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug219693-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug219693-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug221784-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug221784-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22513-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23072-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23994-expected.txt:
* platform/qt/tables/mozilla/bugs/bug25074-expected.txt:
* platform/qt/tables/mozilla/bugs/bug25367-expected.txt:
* platform/qt/tables/mozilla/bugs/bug26553-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3037-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3037-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug32447-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3309-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug34538-expected.txt:
* platform/qt/tables/mozilla/bugs/bug45350-expected.txt:
* platform/qt/tables/mozilla/bugs/bug53690-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug53690-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug55789-expected.txt:
* platform/qt/tables/mozilla/bugs/bug56201-expected.txt:
* platform/qt/tables/mozilla/bugs/bug56405-expected.txt:
* platform/qt/tables/mozilla/bugs/bug641-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug641-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8361-expected.txt:
* platform/qt/tables/mozilla/bugs/bug88524-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9072-expected.txt:
* platform/qt/tables/mozilla/bugs/bug92647-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug97383-expected.txt:
* platform/qt/tables/mozilla/bugs/bug98196-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_char-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_char-expected.txt:
2012-07-25 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] fast/block/margin-collapse tests need update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92274
Reviewed by Alexis Menard.
* platform/qt-5.0/Skipped:
* platform/qt/fast/block/margin-collapse/001-expected.png:
* platform/qt/fast/block/margin-collapse/001-expected.txt:
* platform/qt/fast/block/margin-collapse/002-expected.png:
* platform/qt/fast/block/margin-collapse/002-expected.txt:
* platform/qt/fast/block/margin-collapse/003-expected.png:
* platform/qt/fast/block/margin-collapse/003-expected.txt:
* platform/qt/fast/block/margin-collapse/004-expected.png:
* platform/qt/fast/block/margin-collapse/004-expected.txt:
* platform/qt/fast/block/margin-collapse/005-expected.png:
* platform/qt/fast/block/margin-collapse/005-expected.txt:
* platform/qt/fast/block/margin-collapse/006-expected.png:
* platform/qt/fast/block/margin-collapse/006-expected.txt:
* platform/qt/fast/block/margin-collapse/010-expected.png:
* platform/qt/fast/block/margin-collapse/010-expected.txt:
* platform/qt/fast/block/margin-collapse/011-expected.png:
* platform/qt/fast/block/margin-collapse/011-expected.txt:
* platform/qt/fast/block/margin-collapse/012-expected.png:
* platform/qt/fast/block/margin-collapse/012-expected.txt:
* platform/qt/fast/block/margin-collapse/015-expected.png:
* platform/qt/fast/block/margin-collapse/015-expected.txt:
* platform/qt/fast/block/margin-collapse/016-expected.png:
* platform/qt/fast/block/margin-collapse/016-expected.txt:
* platform/qt/fast/block/margin-collapse/017-expected.png:
* platform/qt/fast/block/margin-collapse/017-expected.txt:
* platform/qt/fast/block/margin-collapse/018-expected.png:
* platform/qt/fast/block/margin-collapse/018-expected.txt:
* platform/qt/fast/block/margin-collapse/019-expected.png:
* platform/qt/fast/block/margin-collapse/019-expected.txt:
* platform/qt/fast/block/margin-collapse/020-expected.png:
* platform/qt/fast/block/margin-collapse/020-expected.txt:
* platform/qt/fast/block/margin-collapse/021-expected.png:
* platform/qt/fast/block/margin-collapse/021-expected.txt:
* platform/qt/fast/block/margin-collapse/022-expected.png:
* platform/qt/fast/block/margin-collapse/022-expected.txt:
* platform/qt/fast/block/margin-collapse/025-expected.png:
* platform/qt/fast/block/margin-collapse/025-expected.txt:
* platform/qt/fast/block/margin-collapse/026-expected.png:
* platform/qt/fast/block/margin-collapse/026-expected.txt:
* platform/qt/fast/block/margin-collapse/027-expected.png:
* platform/qt/fast/block/margin-collapse/027-expected.txt:
* platform/qt/fast/block/margin-collapse/028-expected.png:
* platform/qt/fast/block/margin-collapse/028-expected.txt:
* platform/qt/fast/block/margin-collapse/029-expected.png:
* platform/qt/fast/block/margin-collapse/029-expected.txt:
* platform/qt/fast/block/margin-collapse/030-expected.png:
* platform/qt/fast/block/margin-collapse/030-expected.txt:
* platform/qt/fast/block/margin-collapse/031-expected.png:
* platform/qt/fast/block/margin-collapse/031-expected.txt:
* platform/qt/fast/block/margin-collapse/032-expected.png:
* platform/qt/fast/block/margin-collapse/032-expected.txt:
* platform/qt/fast/block/margin-collapse/033-expected.png:
* platform/qt/fast/block/margin-collapse/033-expected.txt:
* platform/qt/fast/block/margin-collapse/034-expected.png:
* platform/qt/fast/block/margin-collapse/034-expected.txt:
* platform/qt/fast/block/margin-collapse/035-expected.png:
* platform/qt/fast/block/margin-collapse/035-expected.txt:
* platform/qt/fast/block/margin-collapse/037-expected.png:
* platform/qt/fast/block/margin-collapse/037-expected.txt:
* platform/qt/fast/block/margin-collapse/038-expected.png:
* platform/qt/fast/block/margin-collapse/038-expected.txt:
* platform/qt/fast/block/margin-collapse/039-expected.png:
* platform/qt/fast/block/margin-collapse/039-expected.txt:
* platform/qt/fast/block/margin-collapse/040-expected.png:
* platform/qt/fast/block/margin-collapse/040-expected.txt:
* platform/qt/fast/block/margin-collapse/041-expected.png:
* platform/qt/fast/block/margin-collapse/041-expected.txt:
* platform/qt/fast/block/margin-collapse/042-expected.png:
* platform/qt/fast/block/margin-collapse/042-expected.txt:
* platform/qt/fast/block/margin-collapse/043-expected.png:
* platform/qt/fast/block/margin-collapse/043-expected.txt:
* platform/qt/fast/block/margin-collapse/044-expected.png:
* platform/qt/fast/block/margin-collapse/044-expected.txt:
* platform/qt/fast/block/margin-collapse/045-expected.png:
* platform/qt/fast/block/margin-collapse/045-expected.txt:
* platform/qt/fast/block/margin-collapse/055-expected.png:
* platform/qt/fast/block/margin-collapse/055-expected.txt:
* platform/qt/fast/block/margin-collapse/056-expected.png:
* platform/qt/fast/block/margin-collapse/056-expected.txt:
* platform/qt/fast/block/margin-collapse/057-expected.png:
* platform/qt/fast/block/margin-collapse/057-expected.txt:
* platform/qt/fast/block/margin-collapse/058-expected.png:
* platform/qt/fast/block/margin-collapse/058-expected.txt:
* platform/qt/fast/block/margin-collapse/059-expected.png:
* platform/qt/fast/block/margin-collapse/059-expected.txt:
* platform/qt/fast/block/margin-collapse/062-expected.png:
* platform/qt/fast/block/margin-collapse/062-expected.txt:
* platform/qt/fast/block/margin-collapse/063-expected.png:
* platform/qt/fast/block/margin-collapse/063-expected.txt:
* platform/qt/fast/block/margin-collapse/100-expected.png:
* platform/qt/fast/block/margin-collapse/100-expected.txt:
* platform/qt/fast/block/margin-collapse/101-expected.png:
* platform/qt/fast/block/margin-collapse/101-expected.txt:
* platform/qt/fast/block/margin-collapse/102-expected.png:
* platform/qt/fast/block/margin-collapse/102-expected.txt:
* platform/qt/fast/block/margin-collapse/103-expected.png:
* platform/qt/fast/block/margin-collapse/103-expected.txt:
* platform/qt/fast/block/margin-collapse/104-expected.png:
* platform/qt/fast/block/margin-collapse/104-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/001-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/002-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/003-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.png:
* platform/qt/fast/block/margin-collapse/block-inside-inline/004-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.png:
* platform/qt/fast/block/margin-collapse/block-inside-inline/005-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/006-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/010-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/011-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/012-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/015-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/016-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/017-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/018-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/019-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/020-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/021-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/022-expected.txt:
* platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.png: Added.
* platform/qt/fast/block/margin-collapse/block-inside-inline/025-expected.txt:
* platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.png:
* platform/qt/fast/block/margin-collapse/empty-clear-blocks-expected.txt:
* platform/qt/fast/block/margin-collapse/negative-margins-expected.png:
* platform/qt/fast/block/margin-collapse/negative-margins-expected.txt:
2012-07-25 Li Yin <li.yin@intel.com>
It is invalid when both numberOfInputChannels and numberOfOutputChannels to be zero in JavaScriptAudioNode.
https://bugs.webkit.org/show_bug.cgi?id=91364
Reviewed by Kenneth Russell.
Add tests for (numberOfInputChannels, numberOfOutputChannels) to be (0, 0),(0, 1),(0, 2),(1, 0) and (2, 0).
* webaudio/javascriptaudionode-expected.txt:
* webaudio/javascriptaudionode.html:
2012-07-25 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change.
* platform/chromium/TestExpectations:
2012-07-25 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] fast/borders rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92146
Reviewed by Csaba Osztrogonác.
Updated patch started by Alexis. This one removes old expected results
found inside qt-5.0 directory and updates Skipped files as well.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/fast/borders/bidi-002-expected.txt: Removed.
* platform/qt-5.0/fast/borders/bidi-009a-expected.txt: Removed.
* platform/qt-5.0/fast/borders/bidi-012-expected.txt: Removed.
* platform/qt/fast/borders/border-image-slice-constrained-expected.txt:
* platform/qt/fast/borders/borderRadiusArcs01-expected.txt:
* platform/qt/fast/borders/borderRadiusDouble01-expected.txt:
* platform/qt/fast/borders/borderRadiusDouble02-expected.txt:
* platform/qt/fast/borders/borderRadiusDouble03-expected.txt:
* platform/qt/fast/borders/borderRadiusGroove01-expected.txt:
* platform/qt/fast/borders/borderRadiusGroove02-expected.txt:
* platform/qt/fast/borders/borderRadiusInset01-expected.txt:
* platform/qt/fast/borders/borderRadiusOutset01-expected.txt:
* platform/qt/fast/borders/borderRadiusRidge01-expected.txt:
* platform/qt/fast/borders/borderRadiusSolid01-expected.txt:
* platform/qt/fast/borders/borderRadiusSolid02-expected.txt:
* platform/qt/fast/borders/borderRadiusSolid03-expected.txt:
* platform/qt/fast/borders/borderRadiusSolid04-expected.txt:
* platform/qt/fast/borders/table-borders-expected.txt:
2012-07-25 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change.
* platform/chromium/TestExpectations:
2012-07-25 Michael Saboff <msaboff@apple.com>
r123492 Changed output of msub-anonymous-child-render-crash.html LayoutTest
https://bugs.webkit.org/show_bug.cgi?id=92284
Rubber-stamped by Beth Dakin.
Rebaselined test output.
* mathml/msub-anonymous-child-render-crash-expected.txt:
r123492 changed the way inline-tables are rendered.
2012-07-25 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark tests as slow.
* platform/chromium/TestExpectations:
2012-07-25 Brian Weinstein <bweinstein@apple.com>
Add Mac results for media/controls-styling-strict.html.
Rubber-stamped by Michael Saboff.
* platform/mac/media/controls-styling-strict-expected.txt: Added.
2012-07-25 Beth Dakin <bdakin@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=89114
REGRESSION (r112919): Setting scrollTop after setting display from none to block
fails
-and corresponding-
<rdar://problem/11656050>
Reviewed by Simon Fraser.
* fast/overflow/setting-scrollTop-after-hide-show-expected.txt: Added.
* fast/overflow/setting-scrollTop-after-hide-show.html: Added.
2012-07-25 Andreas Kling <kling@webkit.org>
Make ElementAttributeData a variable-sized object to reduce memory use.
<http://webkit.org/b/88240>
Reviewed by Ryosuke Niwa.
Extended this test to cover the case where setAttributeNode() returns a lazily serialized value.
* fast/dom/attr-style-too-lazy-expected.txt:
* fast/dom/attr-style-too-lazy.html:
2012-07-25 Konrad Piascik <kpiascik@rim.com>
Web Inspector: Geolocation override
https://bugs.webkit.org/show_bug.cgi?id=89365
Reviewed by Pavel Feldman.
Added new tests.
* inspector/geolocation-error-expected.txt: Added.
* inspector/geolocation-error.html: Added.
* inspector/geolocation-success-expected.txt: Added.
* inspector/geolocation-success.html: Added.
* inspector/geolocation-watchPosition-expected.txt: Added.
* inspector/geolocation-watchPosition.html: Added.
2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css2.1/t* tests needs rebaseline after new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91999
Unreviewed.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Removed.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c414-flt-02-c-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c414-flt-03-c-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c414-flt-04-c-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltblck-01-d-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-flthw-00-c-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5525-fltwrap-00-b-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0905-c5526-flthw-00-c-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t090501-c414-flt-01-b-expected.txt: Removed.
* platform/qt-5.0/css2.1/t090501-c414-flt-03-b-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt: Removed.
* platform/qt/css2.1/t010403-shand-border-00-c-expected.png:
* platform/qt/css2.1/t010403-shand-border-00-c-expected.txt:
* platform/qt/css2.1/t010403-shand-font-00-b-expected.png:
* platform/qt/css2.1/t010403-shand-font-00-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-01-b-expected.png:
* platform/qt/css2.1/t010403-shand-font-01-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-02-b-expected.png:
* platform/qt/css2.1/t010403-shand-font-02-b-expected.txt:
* platform/qt/css2.1/t010403-shand-font-03-b-expected.png:
* platform/qt/css2.1/t010403-shand-font-03-b-expected.txt:
* platform/qt/css2.1/t050201-c12-grouping-00-b-expected.png:
* platform/qt/css2.1/t050201-c12-grouping-00-b-expected.txt:
* platform/qt/css2.1/t0505-c16-descendant-00-e-expected.png:
* platform/qt/css2.1/t0505-c16-descendant-00-e-expected.txt:
* platform/qt/css2.1/t0505-c16-descendant-01-e-expected.png:
* platform/qt/css2.1/t0505-c16-descendant-01-e-expected.txt:
* platform/qt/css2.1/t0505-c16-descendant-02-e-expected.png:
* platform/qt/css2.1/t0505-c16-descendant-02-e-expected.txt:
* platform/qt/css2.1/t050803-c14-classes-00-e-expected.png:
* platform/qt/css2.1/t050803-c14-classes-00-e-expected.txt:
* platform/qt/css2.1/t0509-c15-ids-00-a-expected.png:
* platform/qt/css2.1/t0509-c15-ids-00-a-expected.txt:
* platform/qt/css2.1/t0509-c15-ids-01-e-expected.png:
* platform/qt/css2.1/t0509-c15-ids-01-e-expected.txt:
* platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.png:
* platform/qt/css2.1/t0509-id-sel-syntax-01-f-expected.txt:
* platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.png:
* platform/qt/css2.1/t0509-id-sel-syntax-02-b-expected.txt:
* platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png:
* platform/qt/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.txt:
* platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png:
* platform/qt/css2.1/t0511-c21-pseud-anch-00-e-i-expected.txt:
* platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.png:
* platform/qt/css2.1/t0511-c21-pseud-link-00-e-expected.txt:
* platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.png:
* platform/qt/css2.1/t0511-c21-pseud-link-01-e-expected.txt:
* platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.png:
* platform/qt/css2.1/t0511-c21-pseud-link-02-e-expected.txt:
* platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.png:
* platform/qt/css2.1/t0511-c21-pseud-link-03-e-expected.txt:
* platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.png:
* platform/qt/css2.1/t051103-c21-activ-ln-00-e-i-expected.txt:
* platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.png:
* platform/qt/css2.1/t051103-c21-focus-ln-00-e-i-expected.txt:
* platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.png:
* platform/qt/css2.1/t051103-c21-hover-ln-00-e-i-expected.txt:
* platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.png:
* platform/qt/css2.1/t051103-dom-hover-01-c-io-expected.txt:
* platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.png:
* platform/qt/css2.1/t051103-dom-hover-02-c-io-expected.txt:
* platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.png:
* platform/qt/css2.1/t051202-c24-first-lttr-00-b-expected.txt:
* platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.png:
* platform/qt/css2.1/t051202-c26-psudo-nest-00-c-expected.txt:
* platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.png:
* platform/qt/css2.1/t0602-c13-inh-underlin-00-e-expected.txt:
* platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.png:
* platform/qt/css2.1/t0602-c13-inheritance-00-e-expected.txt:
* platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.png:
* platform/qt/css2.1/t0602-inherit-bdr-pad-b-00-expected.txt:
* platform/qt/css2.1/t0603-c11-import-00-b-expected.png:
* platform/qt/css2.1/t0603-c11-import-00-b-expected.txt:
* platform/qt/css2.1/t060401-c32-cascading-00-b-expected.png:
* platform/qt/css2.1/t060401-c32-cascading-00-b-expected.txt:
* platform/qt/css2.1/t060402-c31-important-00-b-expected.png:
* platform/qt/css2.1/t060402-c31-important-00-b-expected.txt:
* platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.png:
* platform/qt/css2.1/t060403-c21-pseu-cls-00-e-i-expected.txt:
* platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.png:
* platform/qt/css2.1/t060403-c21-pseu-id-00-e-i-expected.txt:
* platform/qt/css2.1/t09-c5526c-display-00-e-expected.png:
* platform/qt/css2.1/t09-c5526c-display-00-e-expected.txt:
* platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png:
* platform/qt/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-00-d-expected.png:
* platform/qt/css2.1/t0905-c414-flt-00-d-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.png:
* platform/qt/css2.1/t0905-c414-flt-01-d-g-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-02-c-expected.png:
* platform/qt/css2.1/t0905-c414-flt-02-c-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-03-c-expected.png:
* platform/qt/css2.1/t0905-c414-flt-03-c-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-04-c-expected.png:
* platform/qt/css2.1/t0905-c414-flt-04-c-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.png:
* platform/qt/css2.1/t0905-c414-flt-fit-00-d-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
* platform/qt/css2.1/t0905-c414-flt-fit-01-d-g-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
* platform/qt/css2.1/t0905-c414-flt-wrap-00-e-expected.txt:
* platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
* platform/qt/css2.1/t0905-c414-flt-wrap-01-d-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png:
* platform/qt/css2.1/t0905-c5525-fltblck-00-d-ag-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.png:
* platform/qt/css2.1/t0905-c5525-fltblck-01-d-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
* platform/qt/css2.1/t0905-c5525-fltclr-00-c-ag-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltcont-00-d-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-flthw-00-c-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png:
* platform/qt/css2.1/t0905-c5525-fltinln-00-c-ag-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
* platform/qt/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltmult-00-d-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwidth-01-c-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwidth-02-c-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwidth-03-c-g-expected.txt:
* platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.png:
* platform/qt/css2.1/t0905-c5525-fltwrap-00-b-expected.txt:
* platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
* platform/qt/css2.1/t0905-c5526-fltclr-00-c-ag-expected.txt:
* platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.png:
* platform/qt/css2.1/t0905-c5526-flthw-00-c-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-00-d-expected.png:
* platform/qt/css2.1/t090501-c414-flt-00-d-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-01-b-expected.png:
* platform/qt/css2.1/t090501-c414-flt-01-b-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.png:
* platform/qt/css2.1/t090501-c414-flt-02-d-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.png:
* platform/qt/css2.1/t090501-c414-flt-03-b-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.png:
* platform/qt/css2.1/t090501-c414-flt-ln-00-d-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.png:
* platform/qt/css2.1/t090501-c414-flt-ln-01-d-g-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.png:
* platform/qt/css2.1/t090501-c414-flt-ln-02-d-expected.txt:
* platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.png:
* platform/qt/css2.1/t090501-c414-flt-ln-03-d-expected.txt:
* platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.png:
* platform/qt/css2.1/t090501-c5525-flt-l-00-b-g-expected.txt:
* platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.png:
* platform/qt/css2.1/t090501-c5525-flt-r-00-b-g-expected.txt:
* platform/qt/css2.1/t1503-c522-font-family-00-b-expected.png:
* platform/qt/css2.1/t1503-c522-font-family-00-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-03-b-expected.png:
* platform/qt/css2.1/t1508-c527-font-03-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-06-b-expected.png:
* platform/qt/css2.1/t1508-c527-font-06-b-expected.txt:
2012-07-25 Tommy Widenflycht <tommyw@google.com>
MediaStream API: Update MediaStreamTrack to match the specification
https://bugs.webkit.org/show_bug.cgi?id=90180
Reviewed by Adam Barth.
* fast/mediastream/MediaStreamTrack-expected.txt: Added.
* fast/mediastream/MediaStreamTrack.html: Added.
2012-07-25 Allan Sandfeld Jensen <allan.jensen@nokia.com>
NodesFromRect and area-based hit-testing can not handle CSS transforms.
https://bugs.webkit.org/show_bug.cgi?id=85792
Reviewed by Eric Seidel.
Adds nodesFromRect tests that tests the API under the CSS transforms
scale and rotate.
* fast/dom/nodesFromRect/nodesFromRect-rotate-expected.txt: Added.
* fast/dom/nodesFromRect/nodesFromRect-rotate.html: Added.
* fast/dom/nodesFromRect/nodesFromRect-scale-expected.txt: Added.
* fast/dom/nodesFromRect/nodesFromRect-scale.html: Added.
2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css2.1/t1* tests needs rebaseline after new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92250
Unreviewed.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt: Removed.
* platform/qt-5.0/css2.1/t1202-counter-03-b-expected.txt: Removed.
* platform/qt-5.0/css2.1/t1202-counter-04-b-expected.txt: Removed.
* platform/qt-5.0/css2.1/t1202-counters-03-b-expected.txt: Removed.
* platform/qt-5.0/css2.1/t1205-c566-list-stl-01-c-g-expected.txt: Removed.
* platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-01-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-02-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-03-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-04-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-05-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-06-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-07-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-08-b-expected.txt:
* platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.png:
* platform/qt/css2.1/t1001-abs-pos-cb-09-b-expected.txt:
* platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.png:
* platform/qt/css2.1/t1002-c5523-width-00-b-g-expected.txt:
* platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.png:
* platform/qt/css2.1/t1002-c5523-width-01-b-g-expected.txt:
* platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.png:
* platform/qt/css2.1/t1002-c5523-width-02-b-g-expected.txt:
* platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.png:
* platform/qt/css2.1/t100303-c412-blockw-00-d-ag-expected.txt:
* platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png:
* platform/qt/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.txt:
* platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png:
* platform/qt/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.txt:
* platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
* platform/qt/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.txt:
* platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.png:
* platform/qt/css2.1/t1004-c5524-width-00-b-g-expected.txt:
* platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.png:
* platform/qt/css2.1/t1005-c5524-width-00-b-g-expected.txt:
* platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.png:
* platform/qt/css2.1/t1005-c5524-width-01-b-g-expected.txt:
* platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
* platform/qt/css2.1/t1008-c44-ln-box-00-d-ag-expected.txt:
* platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
* platform/qt/css2.1/t1008-c44-ln-box-01-d-ag-expected.txt:
* platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
* platform/qt/css2.1/t1008-c44-ln-box-03-d-ag-expected.txt:
* platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png:
* platform/qt/css2.1/t100801-c42-ibx-ht-00-d-a-expected.txt:
* platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.png:
* platform/qt/css2.1/t100801-c544-valgn-00-a-ag-expected.txt:
* platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.png:
* platform/qt/css2.1/t100801-c544-valgn-02-d-agi-expected.txt:
* platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/qt/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.png:
* platform/qt/css2.1/t100801-c544-valgn-04-d-agi-expected.txt:
* platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.png:
* platform/qt/css2.1/t100801-c548-leadin-00-d-a-expected.txt:
* platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.png:
* platform/qt/css2.1/t100801-c548-ln-ht-00-c-a-expected.txt:
* platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: Removed.
* platform/qt/css2.1/t100801-c548-ln-ht-01-b-ag-expected.txt: Removed.
* platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.png:
* platform/qt/css2.1/t100801-c548-ln-ht-03-d-ag-expected.txt:
* platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.png:
* platform/qt/css2.1/t100801-c548-ln-ht-04-d-ag-expected.txt:
* platform/qt/css2.1/t1202-counter-00-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-00-b-expected.txt:
* platform/qt/css2.1/t1202-counter-01-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-01-b-expected.txt:
* platform/qt/css2.1/t1202-counter-02-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-02-b-expected.txt:
* platform/qt/css2.1/t1202-counter-03-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-03-b-expected.txt:
* platform/qt/css2.1/t1202-counter-04-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-04-b-expected.txt:
* platform/qt/css2.1/t1202-counter-05-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-05-b-expected.txt:
* platform/qt/css2.1/t1202-counter-06-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-06-b-expected.txt:
* platform/qt/css2.1/t1202-counter-07-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-07-b-expected.txt:
* platform/qt/css2.1/t1202-counter-08-b-expected.png:
* platform/qt/css2.1/t1202-counter-08-b-expected.txt:
* platform/qt/css2.1/t1202-counter-11-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-11-b-expected.txt:
* platform/qt/css2.1/t1202-counter-12-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-12-b-expected.txt:
* platform/qt/css2.1/t1202-counter-13-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-13-b-expected.txt:
* platform/qt/css2.1/t1202-counter-14-b-expected.png: Added.
* platform/qt/css2.1/t1202-counter-14-b-expected.txt:
* platform/qt/css2.1/t1202-counter-16-f-expected.png: Added.
* platform/qt/css2.1/t1202-counter-16-f-expected.txt:
* platform/qt/css2.1/t1202-counters-00-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-00-b-expected.txt:
* platform/qt/css2.1/t1202-counters-01-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-01-b-expected.txt:
* platform/qt/css2.1/t1202-counters-02-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-02-b-expected.txt:
* platform/qt/css2.1/t1202-counters-03-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-03-b-expected.txt:
* platform/qt/css2.1/t1202-counters-05-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-05-b-expected.txt:
* platform/qt/css2.1/t1202-counters-06-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-06-b-expected.txt:
* platform/qt/css2.1/t1202-counters-07-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-07-b-expected.txt:
* platform/qt/css2.1/t1202-counters-08-b-expected.png:
* platform/qt/css2.1/t1202-counters-08-b-expected.txt:
* platform/qt/css2.1/t1202-counters-11-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-11-b-expected.txt:
* platform/qt/css2.1/t1202-counters-12-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-12-b-expected.txt:
* platform/qt/css2.1/t1202-counters-13-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-13-b-expected.txt:
* platform/qt/css2.1/t1202-counters-14-b-expected.png: Added.
* platform/qt/css2.1/t1202-counters-14-b-expected.txt:
* platform/qt/css2.1/t1202-counters-16-c-expected.png: Added.
* platform/qt/css2.1/t1202-counters-16-c-expected.txt:
* platform/qt/css2.1/t1202-counters-17-d-expected.png: Added.
* platform/qt/css2.1/t1202-counters-17-d-expected.txt:
* platform/qt/css2.1/t1202-counters-18-f-expected.png: Added.
* platform/qt/css2.1/t1202-counters-18-f-expected.txt:
* platform/qt/css2.1/t1204-implied-00-b-expected.png:
* platform/qt/css2.1/t1204-implied-00-b-expected.txt:
* platform/qt/css2.1/t1204-implied-01-c-expected.png:
* platform/qt/css2.1/t1204-implied-01-c-expected.txt:
* platform/qt/css2.1/t1204-implied-02-d-expected.png:
* platform/qt/css2.1/t1204-implied-02-d-expected.txt:
* platform/qt/css2.1/t1204-multiple-00-c-expected.png:
* platform/qt/css2.1/t1204-multiple-00-c-expected.txt:
* platform/qt/css2.1/t1204-multiple-01-c-expected.png:
* platform/qt/css2.1/t1204-multiple-01-c-expected.txt:
* platform/qt/css2.1/t1204-order-00-c-expected.png:
* platform/qt/css2.1/t1204-order-00-c-expected.txt:
* platform/qt/css2.1/t1204-order-01-d-expected.png:
* platform/qt/css2.1/t1204-order-01-d-expected.txt:
* platform/qt/css2.1/t1204-root-e-expected.png:
* platform/qt/css2.1/t1204-root-e-expected.txt:
* platform/qt/css2.1/t120401-scope-00-b-expected.png:
* platform/qt/css2.1/t120401-scope-00-b-expected.txt:
* platform/qt/css2.1/t120401-scope-01-c-expected.png:
* platform/qt/css2.1/t120401-scope-01-c-expected.txt:
* platform/qt/css2.1/t120401-scope-02-c-expected.png:
* platform/qt/css2.1/t120401-scope-02-c-expected.txt:
* platform/qt/css2.1/t120401-scope-03-c-expected.png:
* platform/qt/css2.1/t120401-scope-03-c-expected.txt:
* platform/qt/css2.1/t120401-scope-04-d-expected.png:
* platform/qt/css2.1/t120401-scope-04-d-expected.txt:
* platform/qt/css2.1/t120403-content-none-00-c-expected.png:
* platform/qt/css2.1/t120403-content-none-00-c-expected.txt:
* platform/qt/css2.1/t120403-display-none-00-c-expected.png:
* platform/qt/css2.1/t120403-display-none-00-c-expected.txt:
* platform/qt/css2.1/t120403-visibility-00-c-expected.png:
* platform/qt/css2.1/t120403-visibility-00-c-expected.txt:
* platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.png: Added.
* platform/qt/css2.1/t1205-c561-list-displ-00-b-expected.txt:
* platform/qt/css2.1/t1205-c563-list-type-00-b-expected.png: Added.
* platform/qt/css2.1/t1205-c563-list-type-00-b-expected.txt:
* platform/qt/css2.1/t1205-c563-list-type-01-b-expected.png: Added.
* platform/qt/css2.1/t1205-c563-list-type-01-b-expected.txt:
* platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.png: Added.
* platform/qt/css2.1/t1205-c564-list-img-00-b-g-expected.txt:
* platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.png: Added.
* platform/qt/css2.1/t1205-c565-list-pos-00-b-expected.txt:
* platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
* platform/qt/css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
* platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
* platform/qt/css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
* platform/qt/css2.1/t1401-c531-color-00-a-expected.png:
* platform/qt/css2.1/t1401-c531-color-00-a-expected.txt:
* platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
* platform/qt/css2.1/t1402-c45-bg-canvas-00-b-expected.txt:
* platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.png: Added.
* platform/qt/css2.1/t140201-c532-bgcolor-00-a-expected.txt:
* platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.png: Added.
* platform/qt/css2.1/t140201-c532-bgcolor-01-b-expected.txt:
* platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.png: Added.
* platform/qt/css2.1/t140201-c533-bgimage-00-a-expected.txt:
* platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.png: Added.
* platform/qt/css2.1/t140201-c533-bgimage-01-b-g-expected.txt:
* platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.png: Added.
* platform/qt/css2.1/t140201-c534-bgre-00-b-ag-expected.txt:
* platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.png:
* platform/qt/css2.1/t140201-c534-bgre-01-b-ag-expected.txt:
* platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: Added.
* platform/qt/css2.1/t140201-c535-bg-fixd-00-b-g-expected.txt:
* platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.png: Added.
* platform/qt/css2.1/t140201-c536-bgpos-00-b-ag-expected.txt:
* platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.png:
* platform/qt/css2.1/t140201-c536-bgpos-01-b-ag-expected.txt:
* platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png:
* platform/qt/css2.1/t140201-c537-bgfxps-00-c-ag-expected.txt:
* platform/qt/css2.1/t1504-c523-font-style-00-b-expected.png: Added.
* platform/qt/css2.1/t1504-c523-font-style-00-b-expected.txt:
* platform/qt/css2.1/t1505-c524-font-var-00-b-expected.png:
* platform/qt/css2.1/t1505-c524-font-var-00-b-expected.txt:
* platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.png: Added.
* platform/qt/css2.1/t1506-c525-font-wt-00-b-expected.txt:
* platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.png: Added.
* platform/qt/css2.1/t1507-c526-font-sz-00-b-expected.txt:
* platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Added.
* platform/qt/css2.1/t1507-c526-font-sz-01-b-a-expected.txt:
* platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Added.
* platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt:
* platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Added.
* platform/qt/css2.1/t1507-c526-font-sz-03-f-a-expected.txt:
* platform/qt/css2.1/t1508-c527-font-00-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-00-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-01-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-01-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-02-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-02-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-04-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-04-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-05-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-05-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-07-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-07-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-08-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-08-b-expected.txt:
* platform/qt/css2.1/t1508-c527-font-09-b-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-09-b-expected.txt: Added.
* platform/qt/css2.1/t1508-c527-font-10-c-expected.png: Added.
* platform/qt/css2.1/t1508-c527-font-10-c-expected.txt:
* platform/qt/css2.1/t1601-c547-indent-01-d-expected.png:
* platform/qt/css2.1/t1601-c547-indent-01-d-expected.txt:
* platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/qt/css2.1/t1602-c546-txt-align-00-b-expected.txt:
* platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
* platform/qt/css2.1/t1604-c541-word-sp-01-b-a-expected.txt:
* platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.png:
* platform/qt/css2.1/t1606-c562-white-sp-00-b-ag-expected.txt:
2012-07-25 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: disabling property should remove "overriden" decoration from overriden UA shorthand.
https://bugs.webkit.org/show_bug.cgi?id=92253
Reviewed by Vsevolod Vlasov.
* inspector/styles/styles-disable-then-enable-overriden-ua-expected.txt: Added.
* inspector/styles/styles-disable-then-enable-overriden-ua.html: Added.
2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css2.1/t040* rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92248
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt/css2.1/t040102-keywords-00-b-expected.png: Added.
* platform/qt/css2.1/t040102-keywords-00-b-expected.txt:
* platform/qt/css2.1/t040102-keywords-01-b-expected.png: Added.
* platform/qt/css2.1/t040102-keywords-01-b-expected.txt:
* platform/qt/css2.1/t040103-case-00-b-expected.png: Added.
* platform/qt/css2.1/t040103-case-00-b-expected.txt:
* platform/qt/css2.1/t040103-case-01-c-expected.png: Added.
* platform/qt/css2.1/t040103-case-01-c-expected.txt:
* platform/qt/css2.1/t040103-escapes-00-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-00-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-01-b-expected.png:
* platform/qt/css2.1/t040103-escapes-01-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-02-d-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-02-d-expected.txt:
* platform/qt/css2.1/t040103-escapes-03-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-03-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-04-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-04-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-05-c-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-05-c-expected.txt:
* platform/qt/css2.1/t040103-escapes-06-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-06-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-07-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-07-b-expected.txt:
* platform/qt/css2.1/t040103-escapes-08-b-expected.png: Added.
* platform/qt/css2.1/t040103-escapes-08-b-expected.txt:
* platform/qt/css2.1/t040103-ident-00-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-00-c-expected.txt:
* platform/qt/css2.1/t040103-ident-01-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-01-c-expected.txt:
* platform/qt/css2.1/t040103-ident-02-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-02-c-expected.txt:
* platform/qt/css2.1/t040103-ident-03-c-expected.txt: Removed.
* platform/qt/css2.1/t040103-ident-04-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-04-c-expected.txt:
* platform/qt/css2.1/t040103-ident-05-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-05-c-expected.txt:
* platform/qt/css2.1/t040103-ident-06-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-06-c-expected.txt:
* platform/qt/css2.1/t040103-ident-07-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-07-c-expected.txt:
* platform/qt/css2.1/t040103-ident-08-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-08-c-expected.txt:
* platform/qt/css2.1/t040103-ident-09-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-09-c-expected.txt:
* platform/qt/css2.1/t040103-ident-10-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-10-c-expected.txt:
* platform/qt/css2.1/t040103-ident-11-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-11-c-expected.txt:
* platform/qt/css2.1/t040103-ident-12-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-12-c-expected.txt:
* platform/qt/css2.1/t040103-ident-13-c-expected.png: Added.
* platform/qt/css2.1/t040103-ident-13-c-expected.txt:
* platform/qt/css2.1/t040105-atkeyw-00-b-expected.png: Added.
* platform/qt/css2.1/t040105-atkeyw-00-b-expected.txt:
* platform/qt/css2.1/t040105-atkeyw-01-b-expected.png: Added.
* platform/qt/css2.1/t040105-atkeyw-01-b-expected.txt:
* platform/qt/css2.1/t040105-atkeyw-02-b-expected.png: Added.
* platform/qt/css2.1/t040105-atkeyw-02-b-expected.txt:
* platform/qt/css2.1/t040105-atrule-00-b-expected.png: Added.
* platform/qt/css2.1/t040105-atrule-00-b-expected.txt:
* platform/qt/css2.1/t040105-atrule-01-b-expected.png: Added.
* platform/qt/css2.1/t040105-atrule-01-b-expected.txt:
* platform/qt/css2.1/t040105-atrule-02-b-expected.png: Added.
* platform/qt/css2.1/t040105-atrule-02-b-expected.txt:
* platform/qt/css2.1/t040105-atrule-03-b-expected.png: Added.
* platform/qt/css2.1/t040105-atrule-03-b-expected.txt:
* platform/qt/css2.1/t040105-atrule-04-b-expected.png: Added.
* platform/qt/css2.1/t040105-atrule-04-b-expected.txt:
* platform/qt/css2.1/t040105-import-00-b-expected.png: Added.
* platform/qt/css2.1/t040105-import-00-b-expected.txt:
* platform/qt/css2.1/t040105-import-01-b-expected.png: Added.
* platform/qt/css2.1/t040105-import-01-b-expected.txt:
* platform/qt/css2.1/t040105-import-10-b-expected.png:
* platform/qt/css2.1/t040105-import-10-b-expected.txt:
* platform/qt/css2.1/t040109-c17-comments-00-b-expected.png: Added.
* platform/qt/css2.1/t040109-c17-comments-00-b-expected.txt:
* platform/qt/css2.1/t040109-c17-comments-01-b-expected.png: Added.
* platform/qt/css2.1/t040109-c17-comments-01-b-expected.txt:
* platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Added.
* platform/qt/css2.1/t0402-c71-fwd-parsing-00-f-expected.txt:
* platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Added.
* platform/qt/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt:
* platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Added.
* platform/qt/css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
* platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Added.
* platform/qt/css2.1/t0402-c71-fwd-parsing-03-f-expected.txt:
* platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Added.
* platform/qt/css2.1/t0402-c71-fwd-parsing-04-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-01-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-01-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-02-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-02-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-03-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-03-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-04-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-04-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-05-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-05-f-expected.txt:
* platform/qt/css2.1/t0402-syntax-06-f-expected.png: Added.
* platform/qt/css2.1/t0402-syntax-06-f-expected.txt:
* platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.png: Added.
* platform/qt/css2.1/t040302-c61-ex-len-00-b-a-expected.txt:
* platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.png: Added.
* platform/qt/css2.1/t040302-c61-phys-len-00-b-expected.txt:
* platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.png: Added.
* platform/qt/css2.1/t040302-c61-rel-len-00-b-ag-expected.txt:
* platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.png:
* platform/qt/css2.1/t040303-c62-percent-00-b-ag-expected.txt:
* platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.png: Added.
* platform/qt/css2.1/t040304-c64-uri-00-a-g-expected.txt:
* platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.png: Added.
* platform/qt/css2.1/t040306-c63-color-00-b-ag-expected.txt:
* platform/qt/css2.1/t040306-syntax-01-f-expected.png: Added.
* platform/qt/css2.1/t040306-syntax-01-f-expected.txt:
* platform/qt/css2.1/t040307-syntax-01-b-expected.png: Added.
* platform/qt/css2.1/t040307-syntax-01-b-expected.txt:
2012-07-25 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] Fix rebaseline for two tests in svg/hixie
https://bugs.webkit.org/show_bug.cgi?id=92244
Reviewed by Alexis Menard.
* platform/qt-5.0/svg/hixie/intrinsic/003-expected.txt: Removed.
* platform/qt/svg/hixie/error/017-expected.txt:
* platform/qt/svg/hixie/intrinsic/003-expected.png:
2012-07-25 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: Redundant Style Declarations Missing in Styles Section
https://bugs.webkit.org/show_bug.cgi?id=91931
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
* inspector/elements/elements-panel-styles-expected.txt:
* inspector/styles/force-pseudo-state-expected.txt:
* inspector/styles/inject-stylesheet-expected.txt:
* inspector/styles/lazy-computed-style-expected.txt:
* inspector/styles/styles-overriden-properties-expected.txt: Added.
* inspector/styles/styles-overriden-properties.html: Added.
* inspector/styles/styles-update-from-js-expected.txt:
* platform/chromium/inspector/styles/inject-stylesheet-expected.txt: Removed.
2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt/Skipped: Skip 2 more tests because of minor 32/64 bit differences.
2012-07-25 Alexis Menard <alexis.menard@openbossa.org>
[Qt] svg/dom, svg/filters, svg/foreignObject rebaseline after new test fonts.
https://bugs.webkit.org/show_bug.cgi?id=92243
Unreviewed gardening.
These tests have been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.
* platform/qt-5.0/Skipped:
* platform/qt/svg/dom/SVGPathSegList-cloning-expected.png:
* platform/qt/svg/dom/SVGPathSegList-cloning-expected.txt:
* platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.png:
* platform/qt/svg/dom/SVGPathSegList-segment-modification-expected.txt:
* platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png:
* platform/qt/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.txt:
* platform/qt/svg/filters/feColorMatrix-values-expected.txt:
* platform/qt/svg/filters/feComposite-expected.png: Added.
* platform/qt/svg/filters/feComposite-expected.txt:
* platform/qt/svg/filters/filter-on-filter-for-text-expected.png:
* platform/qt/svg/filters/filter-on-filter-for-text-expected.txt:
* platform/qt/svg/filters/filter-on-tspan-expected.png:
* platform/qt/svg/filters/filter-on-tspan-expected.txt:
* platform/qt/svg/filters/filter-width-update-expected.png:
* platform/qt/svg/filters/filter-width-update-expected.txt:
* platform/qt/svg/filters/sourceAlpha-expected.png: Added.
* platform/qt/svg/filters/sourceAlpha-expected.txt:
* platform/qt/svg/foreignObject/fO-parent-display-changes-expected.txt:
* platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt:
* platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt:
* platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt:
* platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt:
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png:
* platform/qt/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.txt:
* platform/qt/svg/foreignObject/svg-document-as-direct-child-expected.txt:
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.png:
* platform/qt/svg/foreignObject/svg-document-in-html-document-expected.txt:
2012-07-25 Alexis Menard <alexis.menard@openbossa.org>
[Qt] svg/hixie rebaseline after new test fonts.
https://bugs.webkit.org/show_bug.cgi?id=92242
Unreviewed gardening.
These tests have been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.
* platform/qt-5.0/Skipped:
* platform/qt/svg/hixie/dynamic/002-expected.txt:
* platform/qt/svg/hixie/error/002-expected.txt:
* platform/qt/svg/hixie/error/003-expected.png:
* platform/qt/svg/hixie/error/003-expected.txt:
* platform/qt/svg/hixie/error/010-expected.png:
* platform/qt/svg/hixie/error/010-expected.txt:
* platform/qt/svg/hixie/error/011-expected.png:
* platform/qt/svg/hixie/error/011-expected.txt:
* platform/qt/svg/hixie/error/013-expected.png:
* platform/qt/svg/hixie/error/013-expected.txt:
* platform/qt/svg/hixie/error/017-expected.png:
* platform/qt/svg/hixie/error/017-expected.txt:
* platform/qt/svg/hixie/intrinsic/001-expected.png:
* platform/qt/svg/hixie/intrinsic/001-expected.txt:
* platform/qt/svg/hixie/intrinsic/002-expected.png:
* platform/qt/svg/hixie/intrinsic/002-expected.txt:
* platform/qt/svg/hixie/intrinsic/003-expected.png:
* platform/qt/svg/hixie/intrinsic/003-expected.txt:
* platform/qt/svg/hixie/links/002-expected.png:
* platform/qt/svg/hixie/links/002-expected.txt:
* platform/qt/svg/hixie/mixed/003-expected.png:
* platform/qt/svg/hixie/mixed/003-expected.txt:
* platform/qt/svg/hixie/mixed/004-expected.txt: Added.
* platform/qt/svg/hixie/mixed/005-expected.txt: Added.
* platform/qt/svg/hixie/mixed/006-expected.png:
* platform/qt/svg/hixie/mixed/006-expected.txt:
* platform/qt/svg/hixie/mixed/007-expected.txt:
* platform/qt/svg/hixie/mixed/008-expected.png:
* platform/qt/svg/hixie/mixed/008-expected.txt:
* platform/qt/svg/hixie/mixed/009-expected.png:
* platform/qt/svg/hixie/mixed/009-expected.txt:
* platform/qt/svg/hixie/mixed/010-expected.png:
* platform/qt/svg/hixie/mixed/010-expected.txt:
* platform/qt/svg/hixie/mixed/011-expected.png:
* platform/qt/svg/hixie/mixed/011-expected.txt:
* platform/qt/svg/hixie/perf/001-expected.txt:
* platform/qt/svg/hixie/perf/002-expected.txt:
* platform/qt/svg/hixie/perf/003-expected.png:
* platform/qt/svg/hixie/perf/003-expected.txt:
* platform/qt/svg/hixie/perf/004-expected.png:
* platform/qt/svg/hixie/perf/004-expected.txt:
* platform/qt/svg/hixie/perf/005-expected.png:
* platform/qt/svg/hixie/perf/005-expected.txt:
* platform/qt/svg/hixie/perf/006-expected.png:
* platform/qt/svg/hixie/perf/006-expected.txt:
* platform/qt/svg/hixie/perf/007-expected.png:
* platform/qt/svg/hixie/perf/007-expected.txt:
* platform/qt/svg/hixie/processing-model/003-expected.png:
* platform/qt/svg/hixie/processing-model/003-expected.txt:
* platform/qt/svg/hixie/processing-model/004-expected.png:
* platform/qt/svg/hixie/processing-model/004-expected.txt:
* platform/qt/svg/hixie/rendering-model/003-expected.png:
* platform/qt/svg/hixie/rendering-model/003-expected.txt:
* platform/qt/svg/hixie/rendering-model/004-expected.png:
* platform/qt/svg/hixie/rendering-model/004-expected.txt:
* platform/qt/svg/hixie/text/002-expected.png:
* platform/qt/svg/hixie/text/002-expected.txt:
* platform/qt/svg/hixie/text/003-expected.png:
* platform/qt/svg/hixie/text/003-expected.txt:
* platform/qt/svg/hixie/text/003a-expected.png:
* platform/qt/svg/hixie/text/003a-expected.txt:
* platform/qt/svg/hixie/text/003b-expected.png:
* platform/qt/svg/hixie/text/003b-expected.txt:
* platform/qt/svg/hixie/viewbox/002-expected.txt:
* platform/qt/svg/hixie/viewbox/003-expected.txt:
* platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.png:
* platform/qt/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
* platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.png:
* platform/qt/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-4.8/Skipped: Unskip now passing tests. (bug85203)
* platform/qt/Skipped: Skip new tests without expected files.
2012-07-25 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL] Rebaseline for changed mathml dump after r123492
https://bugs.webkit.org/show_bug.cgi?id=92234
Unreviewed, EFL rebaseline.
* platform/efl/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
2012-07-25 Shinya Kawanaka <shinyak@chromium.org>
A validation bubble should not be modifiable.
https://bugs.webkit.org/show_bug.cgi?id=92217
Reviewed by Kent Tamura.
* fast/forms/validation-message-user-modify-expected.txt: Added.
* fast/forms/validation-message-user-modify.html: Added.
2012-07-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, update Qt5 specific test results.
* platform/qt-5.0-wk1/fast/text/whitespace/028-expected.png: Added.
* platform/qt-5.0-wk1/fast/text/whitespace/028-expected.txt: Added.
* platform/qt-5.0-wk2/fast/text/whitespace/028-expected.png: Added.
* platform/qt-5.0-wk2/fast/text/whitespace/028-expected.txt: Added.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.png: Added.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Added.
* platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
* platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.png: Added.
* platform/qt-5.0/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added.
* platform/qt-5.0/svg/batik/text/longTextOnPath-expected.png: Added.
* platform/qt-5.0/svg/batik/text/longTextOnPath-expected.txt: Added.
* platform/qt-5.0/svg/carto.net/tabgroup-expected.png: Added.
* platform/qt-5.0/svg/carto.net/tabgroup-expected.txt: Added.
2012-07-25 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
2012-07-25 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating one mathml test baseline after r123492.
* platform/gtk/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
2012-07-25 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
2012-07-25 Zan Dobersek <zandobersek@gmail.com>
fast/events/panScroll-click-hyperlink.html test should be put in platform/win
https://bugs.webkit.org/show_bug.cgi?id=92111
Reviewed by Daniel Bates.
Move the test into platform/win directory where other pan scrolling tests reside,
and remove other ports' baselines as they just indicated that pan scrolling is not
supported on those platforms. chromium-win and qt-win platforms still pass the test
but should cope with the default baseline just fine.
* platform/chromium-linux/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/chromium-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/efl/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/mac/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/qt/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/win/fast/events/panScroll-click-hyperlink.html: Renamed from LayoutTests/fast/events/panScroll-click-hyperlink.html.
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Copy fast/forms/number/number-spinbutton-change-and-input-events.html to fast/forms/js/resources
https://bugs.webkit.org/show_bug.cgi?id=92209
Reviewed by Kent Tamura.
This patch copies test file fast/forms/number/number-spinbutton-change-and-input-events.html
to JavaScript code directory fast/forms/resources as common-spinbutton-change-and-input-events.js
for sharing code with other input types.
This patch is preparation of re-factoring.
* fast/forms/resources/common-spinbutton-change-and-input-events.js: Copied from LayoutTests/fast/forms/number/number-spinbutton-change-and-input-events.html.
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Rename fast/number/number-events.html to number-spinbutton-change-and-input-events.html
https://bugs.webkit.org/show_bug.cgi?id=92208
Reviewed by Kent Tamura.
This patch renames fast/forms/number/number-events.html to number-spinbutton-change-and-input-events.html
to make file name explains what test will be done.
* fast/forms/number/number-events-expected.txt: Removed.
* fast/forms/number/number-events.html: Removed.
* fast/forms/number/number-spinbutton-change-and-input-events-expected.txt: Copied from LayoutTests/fast/forms/number/number-events-expected.txt.
* fast/forms/number/number-spinbutton-change-and-input-events.html: Copied from LayoutTests/fast/forms/number/number-events.html.
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Remove duplicated fast/forms/number/number-spinbutton-events.html
https://bugs.webkit.org/show_bug.cgi?id=92205
Reviewed by Kent Tamura.
This patch removes fast/forms/number/number-spinbutton-events.html
because fast/forms/number/number-events.html covers and checked more.
r108955 is an evidence of coverage.
* fast/forms/number/number-spinbutton-events-expected.txt: Removed.
* fast/forms/number/number-spinbutton-events.html: Removed.
* platform/efl/Skipped:
* platform/qt-arm/TestExpectations:
* platform/win/Skipped:
2012-07-24 Hironori Bono <hbono@chromium.org>
Avoid moving child objects multiple times when vertical scrollbar are shown at the left side.
https://bugs.webkit.org/show_bug.cgi?id=91756
Reviewed by Tony Chang.
This change adds a test that compares CSSOM properties of an RTL element which
includes positioned objects with the CSSOM properties of an LTR one. This change
also uses clientLeft properties in offsetX-offsetY.html to remove a hard-coded
value in the test and adds rebaselined results for Windows.
* fast/events/offsetX-offsetY.html: Replaced a hard-coded value 'borderLeft' with clientLeft.
* platform/chromium-linux/fast/block/float/026-expected.png:
* platform/chromium-linux/fast/block/float/028-expected.png:
* platform/chromium-win/fast/block/float/026-expected.png:
* platform/chromium-win/fast/block/float/028-expected.png:
* platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
* platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* scrollbars/rtl/div-absolute-expected.txt: Added.
* scrollbars/rtl/div-absolute.html: Added.
2012-07-24 Dan Bernstein <mitz@apple.com>
RenderBlock::positionForPoint can fail when the block or its children have a vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=92202
Reviewed by Beth Dakin.
* fast/writing-mode/positionForPoint-expected.txt: Added.
* fast/writing-mode/positionForPoint.html: Added.
2012-07-24 MORITA Hajime <morrita@google.com>
https://bugs.webkit.org/show_bug.cgi?id=89179
Rendering LI having Shadow DOM seems weird
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-and-list-elements-expected.html: Added.
* fast/dom/shadow/shadow-and-list-elements.html: Added.
2012-07-24 Jer Noble <jer.noble@apple.com>
setting playbackRate on a MediaController doesn't change the playbackRate for slaved media
https://bugs.webkit.org/show_bug.cgi?id=92035
Reviewed by Darin Adler.
* media/media-controller-playbackrate-expected.txt: Added.
* media/media-controller-playbackrate.html: Added.
2012-07-24 Alexis Menard <alexis.menard@openbossa.org>
[Qt] svg/as-border-image, svg/as-image, svg/as-object, svg/css rebaseline after new test fonts.
https://bugs.webkit.org/show_bug.cgi?id=92193
Unreviewed gardening.
These tests have been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.
* platform/qt-5.0/Skipped:
* platform/qt/svg/as-border-image/svg-as-border-image-2-expected.png:
* platform/qt/svg/as-border-image/svg-as-border-image-2-expected.txt:
* platform/qt/svg/as-border-image/svg-as-border-image-expected.png:
* platform/qt/svg/as-border-image/svg-as-border-image-expected.txt:
* platform/qt/svg/as-image/animated-svg-as-image-expected.png: Added.
* platform/qt/svg/as-image/animated-svg-as-image-expected.txt:
* platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png: Added.
* platform/qt/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.txt:
* platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.png: Added.
* platform/qt/svg/as-image/animated-svg-as-image-same-image-expected.txt:
* platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.png:
* platform/qt/svg/as-image/image-respects-pageScaleFactor-expected.txt:
* platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png:
* platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
* platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
* platform/qt/svg/as-image/img-preserveAspectRatio-support-2-expected.txt:
* platform/qt/svg/as-image/same-image-two-instances-expected.txt:
* platform/qt/svg/as-image/svg-image-change-content-size-expected.png:
* platform/qt/svg/as-image/svg-image-change-content-size-expected.txt:
* platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt:
* platform/qt/svg/css/composite-shadow-text-expected.png:
* platform/qt/svg/css/composite-shadow-text-expected.txt:
* platform/qt/svg/css/css-box-min-width-expected.png:
* platform/qt/svg/css/css-box-min-width-expected.txt:
* platform/qt/svg/css/text-shadow-multiple-expected.png:
* platform/qt/svg/css/text-shadow-multiple-expected.txt:
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css2.1/t080* rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92191
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/css2.1/t0805-c5518-brdr-t-01-e-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-00-a-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5520-brdr-b-01-e-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5521-brdr-l-00-a-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: Removed.
* platform/qt-5.0/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt: Removed.
* platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.png:
* platform/qt/css2.1/t0801-c412-hz-box-00-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png:
* platform/qt/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png:
* platform/qt/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.txt:
* platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png:
* platform/qt/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.txt:
* platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.png:
* platform/qt/css2.1/t0803-c5502-mrgn-r-02-c-expected.txt:
* platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.png:
* platform/qt/css2.1/t0803-c5502-mrgn-r-03-c-expected.txt:
* platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png:
* platform/qt/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png:
* platform/qt/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png:
* platform/qt/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.txt:
* platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png:
* platform/qt/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.txt:
* platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.png:
* platform/qt/css2.1/t0803-c5504-mrgn-l-02-c-expected.txt:
* platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.png:
* platform/qt/css2.1/t0803-c5504-mrgn-l-03-c-expected.txt:
* platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png:
* platform/qt/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt:
* platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png:
* platform/qt/css2.1/t0803-c5505-mrgn-00-b-ag-expected.txt:
* platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.png:
* platform/qt/css2.1/t0803-c5505-mrgn-01-e-a-expected.txt:
* platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.png:
* platform/qt/css2.1/t0803-c5505-mrgn-02-c-expected.txt:
* platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png:
* platform/qt/css2.1/t0803-c5505-mrgn-03-c-ag-expected.txt:
* platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.png:
* platform/qt/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png:
* platform/qt/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png:
* platform/qt/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png:
* platform/qt/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.png:
* platform/qt/css2.1/t0804-c5506-padn-t-00-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png:
* platform/qt/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png:
* platform/qt/css2.1/t0804-c5507-padn-r-00-c-ag-expected.txt:
* platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.png:
* platform/qt/css2.1/t0804-c5507-padn-r-01-c-a-expected.txt:
* platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.png:
* platform/qt/css2.1/t0804-c5507-padn-r-02-f-expected.txt:
* platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.png:
* platform/qt/css2.1/t0804-c5507-padn-r-03-f-expected.txt:
* platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png:
* platform/qt/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png:
* platform/qt/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.txt:
* platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png:
* platform/qt/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png:
* platform/qt/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png:
* platform/qt/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png:
* platform/qt/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.txt:
* platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5509-padn-l-00-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.png:
* platform/qt/css2.1/t0804-c5509-padn-l-01-b-a-expected.txt:
* platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.png:
* platform/qt/css2.1/t0804-c5509-padn-l-02-f-expected.txt:
* platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.png:
* platform/qt/css2.1/t0804-c5509-padn-l-03-f-g-expected.txt:
* platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5510-ipadn-00-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.png:
* platform/qt/css2.1/t0804-c5510-padn-00-b-ag-expected.txt:
* platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.png:
* platform/qt/css2.1/t0804-c5510-padn-01-e-a-expected.txt:
* platform/qt/css2.1/t0804-c5510-padn-02-f-expected.png:
* platform/qt/css2.1/t0804-c5510-padn-02-f-expected.txt:
* platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.png:
* platform/qt/css2.1/t0805-c5511-brdr-tw-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.png:
* platform/qt/css2.1/t0805-c5511-brdr-tw-02-b-expected.txt:
* platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.png:
* platform/qt/css2.1/t0805-c5511-brdr-tw-03-b-expected.txt:
* platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png:
* platform/qt/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.png:
* platform/qt/css2.1/t0805-c5512-brdr-rw-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.png:
* platform/qt/css2.1/t0805-c5512-brdr-rw-02-b-expected.txt:
* platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.png:
* platform/qt/css2.1/t0805-c5512-brdr-rw-03-b-expected.txt:
* platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png:
* platform/qt/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.png:
* platform/qt/css2.1/t0805-c5513-brdr-bw-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.png:
* platform/qt/css2.1/t0805-c5513-brdr-bw-02-b-expected.txt:
* platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.png:
* platform/qt/css2.1/t0805-c5513-brdr-bw-03-b-expected.txt:
* platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.png:
* platform/qt/css2.1/t0805-c5513-ibrdr-bw-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.png:
* platform/qt/css2.1/t0805-c5514-brdr-lw-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.png:
* platform/qt/css2.1/t0805-c5514-brdr-lw-02-b-expected.txt:
* platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.png:
* platform/qt/css2.1/t0805-c5514-brdr-lw-03-b-expected.txt:
* platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.png:
* platform/qt/css2.1/t0805-c5514-ibrdr-lw-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.png:
* platform/qt/css2.1/t0805-c5515-brdr-w-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5515-brdr-w-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.png:
* platform/qt/css2.1/t0805-c5515-brdr-w-02-b-expected.txt:
* platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.png:
* platform/qt/css2.1/t0805-c5515-ibrdr-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.png:
* platform/qt/css2.1/t0805-c5516-brdr-c-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png:
* platform/qt/css2.1/t0805-c5516-ibrdr-c-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.png:
* platform/qt/css2.1/t0805-c5517-brdr-s-00-c-expected.txt:
* platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
* platform/qt/css2.1/t0805-c5517-ibrdr-s-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.png:
* platform/qt/css2.1/t0805-c5518-brdr-t-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.png:
* platform/qt/css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
* platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png:
* platform/qt/css2.1/t0805-c5518-ibrdr-t-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.png:
* platform/qt/css2.1/t0805-c5519-brdr-r-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.png:
* platform/qt/css2.1/t0805-c5519-brdr-r-01-e-expected.txt:
* platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.png:
* platform/qt/css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
* platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png:
* platform/qt/css2.1/t0805-c5519-ibrdr-r-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.png:
* platform/qt/css2.1/t0805-c5520-brdr-b-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.png:
* platform/qt/css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
* platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png:
* platform/qt/css2.1/t0805-c5520-ibrdr-b-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.png:
* platform/qt/css2.1/t0805-c5521-brdr-l-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
* platform/qt/css2.1/t0805-c5521-brdr-l-01-e-expected.txt:
* platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
* platform/qt/css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
* platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
* platform/qt/css2.1/t0805-c5521-ibrdr-l-00-a-expected.txt:
* platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.png:
* platform/qt/css2.1/t0805-c5522-brdr-00-b-expected.txt:
* platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.png:
* platform/qt/css2.1/t0805-c5522-brdr-01-b-g-expected.txt:
* platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.png:
* platform/qt/css2.1/t0805-c5522-brdr-02-e-expected.txt:
* platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
* platform/qt/css2.1/t0805-c5522-ibrdr-00-a-expected.txt:
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Re-factor some tests in fast/forms/number for sharing with other input types
https://bugs.webkit.org/show_bug.cgi?id=92081
Reviewed by Kent Tamura.
This patch moves JavaScript code from test HTML files into JavaScript
files for sharing JavaScript code with other input types.
* fast/forms/number/number-change-type-on-focus.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-change-type-on-focus.js.
* fast/forms/number/number-losing-renderer-on-click.html: Removed JavaScript code and changed to load JavaScript code from fast/forms/resources/common-losing-renderer-on-click.js.
* fast/forms/resources/common-change-type-on-focus.js: Remove HTML markup text.
* fast/forms/resources/common-losing-renderer-on-click.js: Remove HTML markup text.
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css2.1/t170602* rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92188
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-00-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-01-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-02-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-03-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-04-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-05-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-06-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-07-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-08-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-09-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-10-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-11-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-12-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-13-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-14-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-15-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-16-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-17-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-18-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-19-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-20-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-21-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-22-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-23-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-24-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-25-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-26-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-27-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-28-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-29-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-30-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-31-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-32-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-33-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-34-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-35-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-36-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-37-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-38-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-39-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-40-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-41-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-42-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-43-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-44-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-45-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-46-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-47-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-48-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.png: Added.
* platform/qt/css2.1/t170602-bdr-conflct-w-49-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-50-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-51-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-52-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-53-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-54-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-55-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-56-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-57-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-58-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-59-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-60-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-61-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-62-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-63-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-64-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-65-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-66-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-67-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-68-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-69-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-70-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-71-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-72-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-73-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-74-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-75-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-76-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-77-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-78-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-79-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-80-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-81-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-82-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-83-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-84-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-85-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-86-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-87-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-88-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-89-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-90-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-91-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-92-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-93-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-94-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-95-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-96-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-97-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-98-d-expected.txt:
* platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.png:
* platform/qt/css2.1/t170602-bdr-conflct-w-99-d-expected.txt:
2012-07-24 Zhenyao Mo <zmo@google.com>
Gardening stuff, rebaseline.
Unreviewed.
* platform/chromium-mac/fast/hidpi: Added.
* platform/chromium-mac/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
* platform/chromium-mac/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
* platform/chromium-mac/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
* platform/chromium-mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/chromium-mac/fast/hidpi/focus-rings-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-as-background-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-background-dynamic-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-background-repeat-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-border-image-simple-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-out-of-order-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-simple-expected.png: Added.
* platform/chromium-mac/fast/hidpi/image-set-without-specified-width-expected.png: Added.
* platform/chromium-mac/fast/hidpi/resize-corner-hidpi-expected.png: Added.
* platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
* platform/chromium-mac/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
* platform/chromium-win/fast/hidpi: Added.
* platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
* platform/chromium-win/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
* platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
* platform/chromium-win/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
* platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
* platform/chromium-win/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
* platform/chromium-win/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/chromium-win/fast/hidpi/focus-rings-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-as-background-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-as-background-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-background-repeat-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-out-of-order-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-simple-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-simple-expected.txt: Added.
* platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.png: Added.
* platform/chromium-win/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
* platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.png: Added.
* platform/chromium-win/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
* platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
* platform/chromium-win/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
2012-07-24 Kenneth Russell <kbr@google.com>
[chromium] Hint garbage collector to run if page uses Canvas contexts
https://bugs.webkit.org/show_bug.cgi?id=76225
Reviewed by Kentaro Hara.
This test doesn't directly exercise this code path yet, but it
needs to work regardless and also needs to be expanded.
* fast/canvas/webgl/context-creation-and-destruction-expected.txt: Added.
* fast/canvas/webgl/context-creation-and-destruction.html: Added.
2012-07-24 Alexis Menard <alexis.menard@openbossa.org>
[Qt] svg/as-background-image rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92180
Unreviewed gardening.
These tests have been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.
* platform/qt-5.0/Skipped:
* platform/qt/svg/as-background-image/animated-svg-as-background-expected.png: Added.
* platform/qt/svg/as-background-image/animated-svg-as-background-expected.txt:
* platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png:
* platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-1-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-2-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-3-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-4-expected.png: Added.
* platform/qt/svg/as-background-image/svg-as-background-4-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-5-expected.png: Added.
* platform/qt/svg/as-background-image/svg-as-background-5-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-6-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-with-relative-size-expected.txt:
* platform/qt/svg/as-background-image/svg-as-background-with-viewBox-expected.txt:
* platform/qt/svg/as-background-image/svg-as-tiled-background-expected.txt:
* platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.png:
* platform/qt/svg/as-background-image/svg-background-partial-redraw-expected.txt:
* platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.txt:
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] fast/block/positioning rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92174
Unreviewed.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/block/positioning/003-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/004-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/005-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/006-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/007-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/008-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/009-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/010-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/011-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/012-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/013-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/014-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/015-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/016-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/017-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/018-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/019-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/020-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/021-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/022-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/023-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/024-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/025-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/026-expected.png: Added.
* platform/qt/fast/block/positioning/027-expected.png: Added.
* platform/qt/fast/block/positioning/028-expected.png: Added.
* platform/qt/fast/block/positioning/029-expected.png: Added.
* platform/qt/fast/block/positioning/030-expected.png: Added.
* platform/qt/fast/block/positioning/031-expected.png: Added.
* platform/qt/fast/block/positioning/032-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/033-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/034-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/035-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/036-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/037-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/038-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/039-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/040-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/041-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/042-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/043-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/044-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/045-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/046-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/047-expected.png:
* platform/qt/fast/block/positioning/047-expected.txt:
* platform/qt/fast/block/positioning/048-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/050-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-rl/001-expected.png.
* platform/qt/fast/block/positioning/052-expected.txt:
* platform/qt/fast/block/positioning/053-expected.png:
* platform/qt/fast/block/positioning/053-expected.txt:
* platform/qt/fast/block/positioning/054-expected.txt:
* platform/qt/fast/block/positioning/055-expected.png:
* platform/qt/fast/block/positioning/055-expected.txt:
* platform/qt/fast/block/positioning/057-expected.png:
* platform/qt/fast/block/positioning/057-expected.txt:
* platform/qt/fast/block/positioning/058-expected.png:
* platform/qt/fast/block/positioning/058-expected.txt:
* platform/qt/fast/block/positioning/059-expected.png:
* platform/qt/fast/block/positioning/059-expected.txt:
* platform/qt/fast/block/positioning/060-expected.png:
* platform/qt/fast/block/positioning/060-expected.txt:
* platform/qt/fast/block/positioning/061-expected.txt:
* platform/qt/fast/block/positioning/062-expected.png: Added.
* platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.png:
* platform/qt/fast/block/positioning/abs-inside-inline-rel-expected.txt:
* platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.png:
* platform/qt/fast/block/positioning/absolute-in-inline-ltr-3-expected.txt:
* platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.png:
* platform/qt/fast/block/positioning/absolute-in-inline-short-ltr-expected.txt:
* platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.png:
* platform/qt/fast/block/positioning/absolute-in-inline-short-rtl-expected.txt:
* platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.png:
* platform/qt/fast/block/positioning/absolute-length-of-neg-666666-expected.txt:
* platform/qt/fast/block/positioning/absolute-position-direction-expected.png:
* platform/qt/fast/block/positioning/absolute-position-direction-expected.txt:
* platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.png:
* platform/qt/fast/block/positioning/absolute-positioned-overconstrained-expected.txt:
* platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added.
* platform/qt/fast/block/positioning/absolute-positioning-no-scrollbar-expected.txt:
* platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.png:
* platform/qt/fast/block/positioning/absolute-with-html-border-quirks-expected.txt:
* platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.png:
* platform/qt/fast/block/positioning/absolute-with-html-border-strict-expected.txt:
* platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.png:
* platform/qt/fast/block/positioning/auto-height-with-top-and-bottom-expected.txt:
* platform/qt/fast/block/positioning/auto/001-expected.png:
* platform/qt/fast/block/positioning/auto/001-expected.txt:
* platform/qt/fast/block/positioning/auto/002-expected.png:
* platform/qt/fast/block/positioning/auto/002-expected.txt:
* platform/qt/fast/block/positioning/auto/003-expected.png:
* platform/qt/fast/block/positioning/auto/003-expected.txt:
* platform/qt/fast/block/positioning/auto/004-expected.png:
* platform/qt/fast/block/positioning/auto/004-expected.txt:
* platform/qt/fast/block/positioning/auto/005-expected.png:
* platform/qt/fast/block/positioning/auto/005-expected.txt:
* platform/qt/fast/block/positioning/auto/006-expected.png:
* platform/qt/fast/block/positioning/auto/006-expected.txt:
* platform/qt/fast/block/positioning/auto/007-expected.png:
* platform/qt/fast/block/positioning/auto/007-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/001-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/002-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/003-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/004-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/005-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/006-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-lr/007-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/001-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/002-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/003-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/004-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/005-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/006-expected.txt:
* platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.png:
* platform/qt/fast/block/positioning/auto/vertical-rl/007-expected.txt:
* platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.png:
* platform/qt/fast/block/positioning/child-of-absolute-with-auto-height-expected.txt:
* platform/qt/fast/block/positioning/differing-writing-modes-expected.png:
* platform/qt/fast/block/positioning/differing-writing-modes-expected.txt:
* platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.png:
* platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.txt:
* platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png:
* platform/qt/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.txt:
* platform/qt/fast/block/positioning/height-change-expected.png:
* platform/qt/fast/block/positioning/height-change-expected.txt:
* platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png:
* platform/qt/fast/block/positioning/hiding-inside-relpositioned-inline-expected.txt:
* platform/qt/fast/block/positioning/inline-block-relposition-expected.png:
* platform/qt/fast/block/positioning/inline-block-relposition-expected.txt:
* platform/qt/fast/block/positioning/leftmargin-topmargin-expected.png:
* platform/qt/fast/block/positioning/leftmargin-topmargin-expected.txt:
* platform/qt/fast/block/positioning/negative-right-pos-expected.png:
* platform/qt/fast/block/positioning/negative-right-pos-expected.txt:
* platform/qt/fast/block/positioning/padding-percent-expected.png:
* platform/qt/fast/block/positioning/padding-percent-expected.txt:
* platform/qt/fast/block/positioning/pref-width-change-expected.txt:
* platform/qt/fast/block/positioning/relative-overconstrained-expected.png: Copied from LayoutTests/platform/qt/fast/block/positioning/vertical-lr/001-expected.png.
* platform/qt/fast/block/positioning/relative-overflow-block-expected.png:
* platform/qt/fast/block/positioning/relative-overflow-block-expected.txt:
* platform/qt/fast/block/positioning/relative-overflow-replaced-expected.png:
* platform/qt/fast/block/positioning/relative-overflow-replaced-expected.txt:
* platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.png:
* platform/qt/fast/block/positioning/relative-overflow-replaced-float-expected.txt:
* platform/qt/fast/block/positioning/relayout-on-position-change-expected.png:
* platform/qt/fast/block/positioning/relayout-on-position-change-expected.txt:
* platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png:
* platform/qt/fast/block/positioning/rtl-fixed-positioning-expected.png:
* platform/qt/fast/block/positioning/rtl-static-positioning-expected.png:
* platform/qt/fast/block/positioning/rtl-static-positioning-expected.txt:
* platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.png:
* platform/qt/fast/block/positioning/rtl-static-positioning-inline-block-expected.txt:
* platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png:
* platform/qt/fast/block/positioning/static-distance-with-positioned-ancestor-expected.txt:
* platform/qt/fast/block/positioning/table-cell-static-position-expected.png:
* platform/qt/fast/block/positioning/table-cell-static-position-expected.txt:
* platform/qt/fast/block/positioning/trailing-space-test-expected.png:
* platform/qt/fast/block/positioning/trailing-space-test-expected.txt:
* platform/qt/fast/block/positioning/vertical-lr/001-expected.png:
* platform/qt/fast/block/positioning/vertical-lr/001-expected.txt:
* platform/qt/fast/block/positioning/vertical-rl/001-expected.png:
* platform/qt/fast/block/positioning/vertical-rl/001-expected.txt:
* platform/qt/fast/block/positioning/vertical-rl/fixed-positioning-expected.png:
* platform/qt/fast/block/positioning/window-height-change-expected.png:
* platform/qt/fast/block/positioning/window-height-change-expected.txt:
2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] fast/block/float needs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92150
Reviewed by Alexis Menard.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/block/float/001-expected.txt:
* platform/qt/fast/block/float/002-expected.png:
* platform/qt/fast/block/float/002-expected.txt:
* platform/qt/fast/block/float/003-expected.png:
* platform/qt/fast/block/float/003-expected.txt:
* platform/qt/fast/block/float/004-expected.png:
* platform/qt/fast/block/float/004-expected.txt:
* platform/qt/fast/block/float/005-expected.png:
* platform/qt/fast/block/float/005-expected.txt:
* platform/qt/fast/block/float/006-expected.png:
* platform/qt/fast/block/float/006-expected.txt:
* platform/qt/fast/block/float/007-expected.png:
* platform/qt/fast/block/float/007-expected.txt:
* platform/qt/fast/block/float/010-expected.png:
* platform/qt/fast/block/float/010-expected.txt:
* platform/qt/fast/block/float/011-expected.png:
* platform/qt/fast/block/float/011-expected.txt:
* platform/qt/fast/block/float/012-expected.png:
* platform/qt/fast/block/float/012-expected.txt:
* platform/qt/fast/block/float/013-expected.png:
* platform/qt/fast/block/float/013-expected.txt:
* platform/qt/fast/block/float/014-expected.png:
* platform/qt/fast/block/float/014-expected.txt:
* platform/qt/fast/block/float/015-expected.png:
* platform/qt/fast/block/float/015-expected.txt:
* platform/qt/fast/block/float/016-expected.png:
* platform/qt/fast/block/float/016-expected.txt:
* platform/qt/fast/block/float/017-expected.png:
* platform/qt/fast/block/float/017-expected.txt:
* platform/qt/fast/block/float/018-expected.png:
* platform/qt/fast/block/float/018-expected.txt:
* platform/qt/fast/block/float/020-expected.png:
* platform/qt/fast/block/float/020-expected.txt:
* platform/qt/fast/block/float/021-expected.png:
* platform/qt/fast/block/float/021-expected.txt:
* platform/qt/fast/block/float/022-expected.png:
* platform/qt/fast/block/float/022-expected.txt:
* platform/qt/fast/block/float/023-expected.png:
* platform/qt/fast/block/float/023-expected.txt:
* platform/qt/fast/block/float/024-expected.png:
* platform/qt/fast/block/float/024-expected.txt:
* platform/qt/fast/block/float/025-expected.png:
* platform/qt/fast/block/float/025-expected.txt:
* platform/qt/fast/block/float/027-expected.png:
* platform/qt/fast/block/float/027-expected.txt:
* platform/qt/fast/block/float/029-expected.png:
* platform/qt/fast/block/float/029-expected.txt:
* platform/qt/fast/block/float/030-expected.png:
* platform/qt/fast/block/float/030-expected.txt:
* platform/qt/fast/block/float/031-expected.png:
* platform/qt/fast/block/float/031-expected.txt:
* platform/qt/fast/block/float/032-expected.png:
* platform/qt/fast/block/float/032-expected.txt:
* platform/qt/fast/block/float/avoidance-percent-width-compat-expected.png: Added.
* platform/qt/fast/block/float/avoidance-percent-width-compat-expected.txt:
* platform/qt/fast/block/float/avoidance-percent-width-strict-expected.png:
* platform/qt/fast/block/float/avoidance-percent-width-strict-expected.txt:
* platform/qt/fast/block/float/avoiding-float-centered-expected.png:
* platform/qt/fast/block/float/avoiding-float-centered-expected.txt:
* platform/qt/fast/block/float/br-with-clear-expected.txt:
* platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.png:
* platform/qt/fast/block/float/centered-float-avoidance-complexity-expected.txt:
* platform/qt/fast/block/float/clamped-right-float-expected.png:
* platform/qt/fast/block/float/clamped-right-float-expected.txt:
* platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.png:
* platform/qt/fast/block/float/clear-element-too-wide-for-containing-block-expected.txt:
* platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.png:
* platform/qt/fast/block/float/dynamic-unfloat-pref-width-expected.txt:
* platform/qt/fast/block/float/editable-text-overlapping-float-expected.png:
* platform/qt/fast/block/float/editable-text-overlapping-float-expected.txt:
* platform/qt/fast/block/float/fit_line_below_floats-expected.png:
* platform/qt/fast/block/float/fit_line_below_floats-expected.txt:
* platform/qt/fast/block/float/float-avoidance-expected.png:
* platform/qt/fast/block/float/float-avoidance-expected.txt:
* platform/qt/fast/block/float/float-in-float-hit-testing-expected.png:
* platform/qt/fast/block/float/float-in-float-hit-testing-expected.txt:
* platform/qt/fast/block/float/float-in-float-painting-expected.png:
* platform/qt/fast/block/float/float-in-float-painting-expected.txt:
* platform/qt/fast/block/float/floats-and-text-indent-expected.png:
* platform/qt/fast/block/float/floats-and-text-indent-expected.txt:
* platform/qt/fast/block/float/floats-and-text-indent-rl-expected.png:
* platform/qt/fast/block/float/floats-and-text-indent-rl-expected.txt:
* platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt:
* platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt:
* platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt:
* platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt:
* platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt:
* platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt:
* platform/qt/fast/block/float/intruding-painted-twice-expected.png:
* platform/qt/fast/block/float/intruding-painted-twice-expected.txt:
* platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.png:
* platform/qt/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt:
* platform/qt/fast/block/float/multiple-float-positioning-expected.png:
* platform/qt/fast/block/float/multiple-float-positioning-expected.txt:
* platform/qt/fast/block/float/nested-clearance-expected.png:
* platform/qt/fast/block/float/nested-clearance-expected.txt:
* platform/qt/fast/block/float/nestedAnonymousBlocks-expected.png:
* platform/qt/fast/block/float/nestedAnonymousBlocks-expected.txt:
* platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.png:
* platform/qt/fast/block/float/nestedAnonymousBlocks2-expected.txt:
* platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.png:
* platform/qt/fast/block/float/nopaint-after-layer-destruction-expected.txt:
* platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.png:
* platform/qt/fast/block/float/nopaint-after-layer-destruction2-expected.txt:
* platform/qt/fast/block/float/overhanging-after-height-decrease-expected.png:
* platform/qt/fast/block/float/overhanging-after-height-decrease-expected.txt:
* platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt:
* platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt:
* platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt:
* platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt:
* platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png:
* platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt:
* platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png:
* platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt:
* platform/qt/fast/block/float/overhanging-tall-block-expected.txt:
* platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png:
* platform/qt/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
* platform/qt/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/qt/fast/block/float/shrink-to-fit-width-expected.png:
* platform/qt/fast/block/float/shrink-to-fit-width-expected.txt:
* platform/qt/fast/block/float/table-relayout-expected.png:
* platform/qt/fast/block/float/table-relayout-expected.txt:
* platform/qt/fast/block/float/vertical-move-relayout-expected.png:
* platform/qt/fast/block/float/vertical-move-relayout-expected.txt:
* platform/qt/fast/block/float/width-update-after-clear-expected.png:
* platform/qt/fast/block/float/width-update-after-clear-expected.txt:
2012-07-24 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change stop ignoring fast/hidpi changes.
* platform/chromium/TestExpectations:
2012-07-24 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123499.
http://trac.webkit.org/changeset/123499
https://bugs.webkit.org/show_bug.cgi?id=92161
Android fails to compile (Requested by zhenyao on #webkit).
* fast/mediastream/MediaStreamTrack-expected.txt: Removed.
* fast/mediastream/MediaStreamTrack.html: Removed.
2012-07-24 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations update from r123490.
* platform/chromium-mac-snowleopard/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/focus-rings-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-as-background-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-dynamic-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-border-image-simple-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-out-of-order-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-simple-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/image-set-without-specified-width-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/resize-corner-hidpi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/batik rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92162
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/batik/text/smallFonts-expected.png: Removed.
* platform/qt-5.0/svg/batik/text/smallFonts-expected.txt: Removed.
* platform/qt-5.0/svg/batik/text/textAnchor-expected.png: Removed.
* platform/qt-5.0/svg/batik/text/textAnchor-expected.txt: Removed.
* platform/qt-5.0/svg/batik/text/textEffect-expected.png: Removed.
* platform/qt-5.0/svg/batik/text/textEffect-expected.txt: Removed.
* platform/qt-5.0/svg/batik/text/textEffect3-expected.png: Removed.
* platform/qt-5.0/svg/batik/text/textEffect3-expected.txt: Removed.
* platform/qt-5.0/svg/batik/text/textPosition-expected.txt: Removed.
* platform/qt-5.0/svg/batik/text/textPosition2-expected.png: Removed.
* platform/qt-5.0/svg/batik/text/textPosition2-expected.txt: Removed.
* platform/qt/svg/batik/filters/filterRegions-expected.png:
* platform/qt/svg/batik/filters/filterRegions-expected.txt:
* platform/qt/svg/batik/masking/maskRegions-expected.png:
* platform/qt/svg/batik/masking/maskRegions-expected.txt:
* platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.png:
* platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt:
* platform/qt/svg/batik/paints/patternRegionA-expected.png:
* platform/qt/svg/batik/paints/patternRegionA-expected.txt:
* platform/qt/svg/batik/paints/patternRegions-expected.png:
* platform/qt/svg/batik/paints/patternRegions-expected.txt:
* platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.png:
* platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt:
* platform/qt/svg/batik/text/longTextOnPath-expected.png:
* platform/qt/svg/batik/text/longTextOnPath-expected.txt:
* platform/qt/svg/batik/text/smallFonts-expected.png:
* platform/qt/svg/batik/text/smallFonts-expected.txt:
* platform/qt/svg/batik/text/textAnchor-expected.png:
* platform/qt/svg/batik/text/textAnchor-expected.txt:
* platform/qt/svg/batik/text/textAnchor2-expected.png:
* platform/qt/svg/batik/text/textAnchor2-expected.txt:
* platform/qt/svg/batik/text/textAnchor3-expected.png:
* platform/qt/svg/batik/text/textAnchor3-expected.txt:
* platform/qt/svg/batik/text/textDecoration-expected.png:
* platform/qt/svg/batik/text/textDecoration-expected.txt:
* platform/qt/svg/batik/text/textDecoration2-expected.png:
* platform/qt/svg/batik/text/textDecoration2-expected.txt:
* platform/qt/svg/batik/text/textEffect-expected.png:
* platform/qt/svg/batik/text/textEffect-expected.txt:
* platform/qt/svg/batik/text/textEffect2-expected.png:
* platform/qt/svg/batik/text/textEffect2-expected.txt:
* platform/qt/svg/batik/text/textEffect3-expected.png:
* platform/qt/svg/batik/text/textEffect3-expected.txt:
* platform/qt/svg/batik/text/textFeatures-expected.png:
* platform/qt/svg/batik/text/textFeatures-expected.txt:
* platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.png:
* platform/qt/svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
* platform/qt/svg/batik/text/textLayout2-expected.png:
* platform/qt/svg/batik/text/textLayout2-expected.txt:
* platform/qt/svg/batik/text/textLength-expected.png:
* platform/qt/svg/batik/text/textLength-expected.txt:
* platform/qt/svg/batik/text/textOnPath-expected.png:
* platform/qt/svg/batik/text/textOnPath-expected.txt:
* platform/qt/svg/batik/text/textOnPath2-expected.png:
* platform/qt/svg/batik/text/textOnPath2-expected.txt:
* platform/qt/svg/batik/text/textOnPath3-expected.png:
* platform/qt/svg/batik/text/textOnPath3-expected.txt:
* platform/qt/svg/batik/text/textPCDATA-expected.png:
* platform/qt/svg/batik/text/textPCDATA-expected.txt:
* platform/qt/svg/batik/text/textPosition-expected.png:
* platform/qt/svg/batik/text/textPosition-expected.txt:
* platform/qt/svg/batik/text/textPosition2-expected.png:
* platform/qt/svg/batik/text/textPosition2-expected.txt:
* platform/qt/svg/batik/text/textProperties-expected.png:
* platform/qt/svg/batik/text/textProperties-expected.txt:
* platform/qt/svg/batik/text/textProperties2-expected.png:
* platform/qt/svg/batik/text/textProperties2-expected.txt:
* platform/qt/svg/batik/text/verticalTextOnPath-expected.png:
* platform/qt/svg/batik/text/verticalTextOnPath-expected.txt:
2012-07-24 Julien Chaffraix <jchaffraix@webkit.org>
Crash in RenderTableSection::layoutRows
https://bugs.webkit.org/show_bug.cgi?id=92145
Reviewed by Abhishek Arya.
* fast/table/crash-table-section-layoutRows-expected.txt: Added.
* fast/table/crash-table-section-layoutRows.html: Added.
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/clip-path rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92158
Unreviewed.
Create a separate bug to track two tests that had wrong expected results before
the font change.
* platform/qt-5.0/Skipped:
* platform/qt/svg/clip-path/clip-path-pixelation-expected.png:
* platform/qt/svg/clip-path/clip-path-pixelation-expected.txt:
* platform/qt/svg/clip-path/clip-path-text-and-shape-expected.png:
* platform/qt/svg/clip-path/clip-path-text-and-shape-expected.txt:
* platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.png:
* platform/qt/svg/clip-path/clip-path-text-and-stroke-expected.txt:
* platform/qt/svg/clip-path/clip-path-text-expected.png:
* platform/qt/svg/clip-path/clip-path-text-expected.txt:
* platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.png:
* platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.txt:
* platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.png:
* platform/qt/svg/clip-path/clip-path-with-text-clipped-expected.txt:
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png:
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.txt:
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.png: Removed.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-expected.txt: Removed.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Removed.
* platform/qt/svg/clip-path/deep-nested-clip-in-mask-panning-expected.txt: Removed.
2012-07-24 Zhenyao Mo <zmo@google.com>
Rebaseline - gardening stuff.
Unreviewed.
* fast/canvas/webgl/framebuffer-object-attachment-expected.txt:
* fast/canvas/webgl/framebuffer-object-attachment.html:
* fast/canvas/webgl/resources/webgl-test-utils.js:
(WebGLTestUtils):
* platform/chromium-linux-x86/css3/selectors3/html: Removed.
* platform/chromium-linux-x86/css3/selectors3/xhtml: Removed.
* platform/chromium-linux-x86/css3/selectors3/xml: Removed.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Removed.
* platform/chromium-linux/compositing/overflow/theme-affects-visual-overflow-expected.png:
* platform/chromium-linux/css1/box_properties/acid_test-expected.png:
* platform/chromium-linux/css2.1/t09-c5526c-display-00-e-expected.png:
* platform/chromium-linux/css3/selectors3/html/css3-modsel-25-expected.png:
* platform/chromium-linux/css3/selectors3/html/css3-modsel-70-expected.png:
* platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-25-expected.png:
* platform/chromium-linux/css3/selectors3/xhtml/css3-modsel-70-expected.png:
* platform/chromium-linux/css3/selectors3/xml/css3-modsel-25-expected.png:
* platform/chromium-linux/css3/selectors3/xml/css3-modsel-70-expected.png:
* platform/chromium-linux/fast/block/basic/011-expected.png:
* platform/chromium-linux/fast/block/margin-collapse/103-expected.png:
* platform/chromium-linux/fast/css/non-standard-checkbox-size-expected.png:
* platform/chromium-linux/fast/forms/001-expected.png:
* platform/chromium-linux/fast/forms/basic-inputs-expected.png:
* platform/chromium-linux/fast/forms/box-shadow-override-expected.png:
* platform/chromium-linux/fast/forms/file/file-input-disabled-expected.png:
* platform/chromium-linux/fast/forms/form-element-geometry-expected.png:
* platform/chromium-linux/fast/forms/formmove-expected.png:
* platform/chromium-linux/fast/forms/formmove2-expected.png:
* platform/chromium-linux/fast/forms/indeterminate-expected.png:
* platform/chromium-linux/fast/forms/input-appearance-height-expected.png:
* platform/chromium-linux/fast/forms/input-value-expected.png:
* platform/chromium-linux/fast/inline/positionedLifetime-expected.png:
* platform/chromium-linux/fast/parser/bad-xml-slash-expected.png:
* platform/chromium-linux/fast/replaced/replaced-breaking-expected.png:
* platform/chromium-linux/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.png:
* platform/chromium-linux/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/chromium-mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
* platform/chromium-win-xp/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
* platform/mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
* platform/mac/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Removed.
2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] fast/block/basic needs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92149
Reviewed by Alexis Menard.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/block/basic/001-expected.png:
* platform/qt/fast/block/basic/001-expected.txt:
* platform/qt/fast/block/basic/002-expected.png:
* platform/qt/fast/block/basic/002-expected.txt:
* platform/qt/fast/block/basic/003-expected.png:
* platform/qt/fast/block/basic/003-expected.txt:
* platform/qt/fast/block/basic/004-expected.png:
* platform/qt/fast/block/basic/004-expected.txt:
* platform/qt/fast/block/basic/005-expected.png:
* platform/qt/fast/block/basic/005-expected.txt:
* platform/qt/fast/block/basic/006-expected.png:
* platform/qt/fast/block/basic/006-expected.txt:
* platform/qt/fast/block/basic/007-expected.png:
* platform/qt/fast/block/basic/007-expected.txt:
* platform/qt/fast/block/basic/008-expected.png:
* platform/qt/fast/block/basic/008-expected.txt:
* platform/qt/fast/block/basic/009-expected.png:
* platform/qt/fast/block/basic/009-expected.txt:
* platform/qt/fast/block/basic/010-expected.png:
* platform/qt/fast/block/basic/010-expected.txt:
* platform/qt/fast/block/basic/011-expected.png:
* platform/qt/fast/block/basic/011-expected.txt:
* platform/qt/fast/block/basic/012-expected.png:
* platform/qt/fast/block/basic/012-expected.txt:
* platform/qt/fast/block/basic/013-expected.png:
* platform/qt/fast/block/basic/013-expected.txt:
* platform/qt/fast/block/basic/014-expected.png:
* platform/qt/fast/block/basic/014-expected.txt:
* platform/qt/fast/block/basic/015-expected.png:
* platform/qt/fast/block/basic/015-expected.txt:
* platform/qt/fast/block/basic/016-expected.png:
* platform/qt/fast/block/basic/016-expected.txt:
* platform/qt/fast/block/basic/018-expected.png:
* platform/qt/fast/block/basic/018-expected.txt:
* platform/qt/fast/block/basic/019-expected.png:
* platform/qt/fast/block/basic/019-expected.txt:
* platform/qt/fast/block/basic/020-expected.txt:
* platform/qt/fast/block/basic/021-expected.png:
* platform/qt/fast/block/basic/021-expected.txt:
* platform/qt/fast/block/basic/adding-near-anonymous-block-expected.png:
* platform/qt/fast/block/basic/adding-near-anonymous-block-expected.txt:
* platform/qt/fast/block/basic/minheight-expected.png:
* platform/qt/fast/block/basic/minheight-expected.txt:
* platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.png:
* platform/qt/fast/block/basic/percent-height-inside-anonymous-block-expected.txt:
* platform/qt/fast/block/basic/quirk-height-expected.png:
* platform/qt/fast/block/basic/quirk-height-expected.txt:
* platform/qt/fast/block/basic/truncation-rtl-expected.png:
* platform/qt/fast/block/basic/truncation-rtl-expected.txt:
* platform/qt/fast/block/basic/white-space-pre-wraps-expected.png:
* platform/qt/fast/block/basic/white-space-pre-wraps-expected.txt:
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/carto.net rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92152
Unreviewed.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/carto.net/window-expected.png: Removed.
* platform/qt-5.0/svg/carto.net/window-expected.txt: Removed.
* platform/qt/svg/carto.net/button-expected.png:
* platform/qt/svg/carto.net/button-expected.txt:
* platform/qt/svg/carto.net/colourpicker-expected.png:
* platform/qt/svg/carto.net/colourpicker-expected.txt:
* platform/qt/svg/carto.net/scrollbar-expected.png:
* platform/qt/svg/carto.net/scrollbar-expected.txt:
* platform/qt/svg/carto.net/selectionlist-expected.png:
* platform/qt/svg/carto.net/selectionlist-expected.txt:
* platform/qt/svg/carto.net/slider-expected.png:
* platform/qt/svg/carto.net/slider-expected.txt:
* platform/qt/svg/carto.net/tabgroup-expected.png:
* platform/qt/svg/carto.net/tabgroup-expected.txt:
* platform/qt/svg/carto.net/textbox-expected.png:
* platform/qt/svg/carto.net/textbox-expected.txt:
* platform/qt/svg/carto.net/window-expected.png:
* platform/qt/svg/carto.net/window-expected.txt:
2012-07-24 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] platform, plugins and printing need rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92016
Reviewed by Alexis Menard.
Updating skipped tests inside platform, plugins and printing. The following tests
remain skipped:
/platform/qt/plugins/qt-qwidget-plugin.html (bug #92141)
/plugins/netscape-dom-access.html (already skipped inside qt/Skipped)
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/platform/qt/fast/forms/button-line-break-expected.png:
* platform/qt/platform/qt/fast/forms/button-line-break-expected.txt:
* platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.png: Added.
* platform/qt/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added.
* platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.png: Added.
* platform/qt/platform/qt/plugins/qt-qwidget-plugin-expected.txt:
* platform/qt/plugins/iframe-plugin-bgcolor-expected.txt:
* platform/qt/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/qt/printing/compositing-layer-printing-expected.png:
* platform/qt/printing/compositing-layer-printing-expected.txt:
* platform/qt/printing/iframe-print-expected.png:
* platform/qt/printing/iframe-print-expected.txt:
* platform/qt/printing/media-queries-print-expected.png:
* platform/qt/printing/media-queries-print-expected.txt:
* platform/qt/printing/page-rule-in-media-query-expected.png:
* platform/qt/printing/page-rule-in-media-query-expected.txt:
* platform/qt/printing/simultaneous-position-float-change-expected.txt:
* platform/qt/printing/width-overflow-expected.png:
* platform/qt/printing/width-overflow-expected.txt:
2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Re-skip failing tests for Qt 4.8 platform
https://bugs.webkit.org/show_bug.cgi?id=92119
Reviewed by Alexis Menard.
The following tests, after unskipping, are now passing on Qt-5.0 build bot
variations, but still failing for Qt-4.8 ones:
Regressions: Unexpected text diff mismatch : (1)
http/tests/misc/acid3.html = TEXT
Regressions: Unexpected image mismatch : (2)
fast/css/tab-size.html = IMAGE
fast/text/international/bdi-dir-default-to-auto.html = IMAGE
This patch adds these to Skipped list of qt-4.8 platform.
* platform/qt-4.8/Skipped: Added 3 layout tests.
2012-07-24 Tommy Widenflycht <tommyw@google.com>
MediaStream API: Update MediaStreamTrack to match the specification
https://bugs.webkit.org/show_bug.cgi?id=90180
Reviewed by Adam Barth.
* fast/mediastream/MediaStreamTrack-expected.txt: Added.
* fast/mediastream/MediaStreamTrack.html: Added.
2012-07-24 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations change for chromium to address lint error from r90190.
* platform/chromium/TestExpectations:
2012-07-24 Julien Chaffraix <jchaffraix@webkit.org>
inline-table wrapper should be generated for display: inline element only
https://bugs.webkit.org/show_bug.cgi?id=92054
Reviewed by Abhishek Arya.
For some reason, using dumpAsText didn't dump the 2 lines properly so the test
is a reftest to work-around that.
* fast/table/inline-block-generates-table-wrapper-expected.html: Added.
* fast/table/inline-block-generates-table-wrapper.html: Added.
2012-07-24 Terry Anderson <tdanderson@chromium.org>
[chromium] Unskip tests in fast/hidpi
https://bugs.webkit.org/show_bug.cgi?id=90190
Reviewed by Adam Barth.
Adding cr-linux baselines so that the EWS will go green. Will be adding new
baselines for the chromium ports with WebKit gardener atwilson@.
* platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.png: Added.
* platform/chromium-linux/fast/hidpi/broken-image-icon-hidpi-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.png: Added.
* platform/chromium-linux/fast/hidpi/broken-image-with-size-hidpi-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.png: Added.
* platform/chromium-linux/fast/hidpi/clip-text-in-hidpi-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/chromium-linux/fast/hidpi/focus-rings-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-as-background-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-as-background-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-dynamic-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-repeat-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-comparison-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-dynamic-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-border-image-simple-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-in-content-dynamic-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-out-of-order-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-simple-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-simple-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.png: Added.
* platform/chromium-linux/fast/hidpi/image-set-without-specified-width-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.png: Added.
* platform/chromium-linux/fast/hidpi/resize-corner-hidpi-expected.txt: Added.
* platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.png: Added.
* platform/chromium-linux/fast/hidpi/video-controls-in-hidpi-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-07-24 Nico Weber <nicolasweber@gmx.de>
[chromium] Add pixel expectations for new test scrollbar-tickmarks-styled.html
https://bugs.webkit.org/show_bug.cgi?id=92116
Unreviewed.
* platform/chromium-win/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of failing and flaky tests
https://bugs.webkit.org/show_bug.cgi?id=92105
Unreviewed gardening.
* platform/efl/TestExpectations:
2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Unskip layout test after monospace-font fix
https://bugs.webkit.org/show_bug.cgi?id=86179
Reviewed by Alexis Menard.
This test has been skipped because monospace fonts weren't properly to
HTML tags like <pre>, for instance. After r121971, the test results are
normal again.
* platform/qt/Skipped: Unskipped fast/css/tab-size.html.
2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Updated acid3 layout test results after monospace fix
https://bugs.webkit.org/show_bug.cgi?id=87501
Reviewed by Alexis Menard.
Updated Qt (same for WK1 and WK2) layout test results for
http/tests/misc/acid3.html after monospace font fix landed in r121971.
* platform/qt/Skipped: Unskip http/tests/misc/acid3.html.
* platform/qt/http/tests/misc/acid3-expected.png: Added.
* platform/qt/http/tests/misc/acid3-expected.txt: Added.
2012-07-24 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Unskip layout test after monospace-font fix
https://bugs.webkit.org/show_bug.cgi?id=81899
Reviewed by Alexis Menard.
This test has been skipped because monospace fonts weren't properly used by
layout tests. After r121971, the test results are normal again.
* platform/qt/Skipped: Unskipped layout test.
2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r123100. Added baseline to tests that have been unskipped.
https://bugs.webkit.org/show_bug.cgi?id=91739
* platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
* platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
* platform/qt-5.0/fast/events/onload-re-entry-expected.png: Added.
* platform/qt-5.0/fast/events/onload-re-entry-expected.txt: Added.
* platform/qt-5.0/fast/events/touch/touch-slider-expected.txt: Added.
* platform/qt-5.0/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
* platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
* platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r123432. Added baseline to fast/text/whitespace/028.html
after is has been unskipped.
https://bugs.webkit.org/show_bug.cgi?id=91971
* platform/qt.5-0/fast/text/whitespace/028-expected.png: Added.
* platform/qt.5-0/fast/text/whitespace/028-expected.txt: Added.
2012-07-24 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Update expectations after r122988 and r122712.
* platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.txt: Added after r122712.
* platform/qt-5.0/editing/deleting/5144139-2-expected.txt: Removed.
* platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.png: Added after r122988.
* platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.txt: Added after r122988.
* platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added after r122988.
* platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added after r122988.
2012-07-24 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] fast/css/text-transform-select.html should be rebaselined for WK1 and WK2 on Qt 5.0
https://bugs.webkit.org/show_bug.cgi?id=77377
Reviewed by Simon Hausmann.
Test now pass in both WK1 and WK2.
* platform/qt-5.0/Skipped:
2012-07-23 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: Add the SpeechRecognitionResult.emma attribute
https://bugs.webkit.org/show_bug.cgi?id=91743
Reviewed by Adam Barth.
Add layout test for the SpeechRecognitionResult.emma attribute.
* fast/speech/scripted/emma.html: Added.
* fast/speech/scripted/emma-expected.txt: Added.
2012-07-24 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Skipping tests added in r123343 and adding a test expectation for
an accessibility test added in r123428.
* platform/gtk/TestExpectations:
2012-07-24 Andrei Poenaru <poenaru@adobe.com>
Web Inspector: Protocol Extension: add getFlowByName command
https://bugs.webkit.org/show_bug.cgi?id=91855
Reviewed by Pavel Feldman.
Created a single test suite for the WebInspector protocol extension for CSS Regions.
* inspector/styles/protocol-css-regions-commands-expected.txt: Added.
* inspector/styles/protocol-css-regions-commands.html: Added.
* inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Removed.
* inspector/styles/protocol-getNamedFlowCollection-command.html: Removed.
* platform/efl/TestExpectations:
* platform/qt/Skipped:
2012-07-24 Anthony Scian <ascian@rim.com>
Web Inspector [JSC]: Enable initiator column in network panel.
https://bugs.webkit.org/show_bug.cgi?id=65533
Reviewed by Vsevolod Vlasov.
Bug https://bugs.webkit.org/show_bug.cgi?id=65105 caused
network-initiator.html to be disabled due to caching CSS information.
Tweaked the test so that reloads could be forced to avoid the cache
copy (thanks to Vsevolod Vlasov for help on this); test works now and
is updated for availability of stack traces fixed in 40118. Consolidated
results into common expected results output.
* http/tests/inspector/inspector-test.js:
(initialize_InspectorTest.InspectorTest.hardReloadPage):
(initialize_InspectorTest.InspectorTest.reloadPage):
(initialize_InspectorTest.InspectorTest._innerReloadPage):
* http/tests/inspector/network/network-initiator-expected.txt:
* http/tests/inspector/network/network-initiator.html:
* platform/chromium/TestExpectations:
* platform/chromium/http/tests/inspector/network/network-initiated-expected.txt: Removed.
* platform/mac/TestExpectations:
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Copy fast/forms/number/number-change-type-on-focus.html and number-losing-renderer-on-click.html to fast/forms/resources
https://bugs.webkit.org/show_bug.cgi?id=92083
Reviewed by Kent Tamura.
This patch copies two test HTML files in fast/forms/number into JavaScript code directory,
fast/forms/resources:
- number-change-type-on-focus.html -> common-change-type-on-focus.js
- number-losing-renderer-on-click.html -> common-losing-renderer-on-click.js
* fast/forms/resources/common-change-type-on-focus.js: Copied from LayoutTests/fast/forms/number/number-change-type-on-focus.html.
* fast/forms/resources/common-losing-renderer-on-click.js: Copied from LayoutTests/fast/forms/number/number-losing-renderer-on-click.html.
2012-07-24 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Rename fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
https://bugs.webkit.org/show_bug.cgi?id=92085
Reviewed by Kent Tamura.
This patch renames test file fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
to make test name denotes what test will be done.
* fast/forms/number/number-crash-expected.txt: Removed.
* fast/forms/number/number-crash.html: Removed.
* fast/forms/number/number-losing-renderer-on-click-expected.txt: Copied from LayoutTests/fast/forms/number/number-crash-expected.txt.
* fast/forms/number/number-losing-renderer-on-click.html: Copied from LayoutTests/fast/forms/number/number-crash.html.
2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r123379. Newly added fast/css/sticky/parsing-position-sticky.html fails.
https://bugs.webkit.org/show_bug.cgi?id=92080
* platform/qt/Skipped:
2012-07-24 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Unreview gardening.
* platform/qt/Skipped:
2012-07-24 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skipped a test because of a missing feature.
* platform/qt/Skipped:
2012-07-24 Arko Saha <arko@motorola.com>
Microdata: Implement PropertyNodeList interface.
https://bugs.webkit.org/show_bug.cgi?id=80269
Reviewed by Ryosuke Niwa.
Added test cases for PropertyNodeList interface and PropertyNodeList.getValues() method.
Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#propertynodelist
* fast/dom/MicroData/nameditem-returns-propertynodelist-expected.txt: Added.
* fast/dom/MicroData/nameditem-returns-propertynodelist.html: Added.
* fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt: Added.
* fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element.html: Added.
* fast/dom/MicroData/propertynodelist-getvalues-test-expected.txt: Added.
* fast/dom/MicroData/propertynodelist-getvalues-test.html: Added.
* fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt: Added.
* fast/dom/MicroData/propertynodelist-test-add-remove-element.html: Added.
2012-07-23 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] from platform/qt/fast/overflow to platform/qt/fast/xsl tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91971
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/overflow/001-expected.png: Added.
* platform/qt/fast/overflow/001-expected.txt:
* platform/qt/fast/overflow/002-expected.png: Added.
* platform/qt/fast/overflow/002-expected.txt:
* platform/qt/fast/overflow/004-expected.png:
* platform/qt/fast/overflow/004-expected.txt:
* platform/qt/fast/overflow/006-expected.png: Added.
* platform/qt/fast/overflow/006-expected.txt:
* platform/qt/fast/overflow/007-expected.png:
* platform/qt/fast/overflow/007-expected.txt:
* platform/qt/fast/overflow/008-expected.png: Added.
* platform/qt/fast/overflow/008-expected.txt:
* platform/qt/fast/overflow/border-radius-clipping-expected.png: Added.
* platform/qt/fast/overflow/border-radius-clipping-expected.txt:
* platform/qt/fast/overflow/childFocusRingClip-expected.png: Added.
* platform/qt/fast/overflow/childFocusRingClip-expected.txt:
* platform/qt/fast/overflow/dynamic-hidden-expected.png: Added.
* platform/qt/fast/overflow/dynamic-hidden-expected.txt:
* platform/qt/fast/overflow/float-in-relpositioned-expected.png: Added.
* platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
* platform/qt/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
* platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
* platform/qt/fast/overflow/hit-test-overflow-controls-expected.png: Added.
* platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
* platform/qt/fast/overflow/image-selection-highlight-expected.png:
* platform/qt/fast/overflow/image-selection-highlight-expected.txt:
* platform/qt/fast/overflow/infiniteRecursion-expected.png:
* platform/qt/fast/overflow/infiniteRecursion-expected.txt:
* platform/qt/fast/overflow/line-clamp-expected.png:
* platform/qt/fast/overflow/line-clamp-expected.txt:
* platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
* platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
* platform/qt/fast/overflow/overflow-auto-table-expected.png:
* platform/qt/fast/overflow/overflow-auto-table-expected.txt:
* platform/qt/fast/overflow/overflow-float-stacking-expected.png: Added.
* platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
* platform/qt/fast/overflow/overflow-focus-ring-expected.png:
* platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
* platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png: Added.
* platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
* platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
* platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
* platform/qt/fast/overflow/overflow-stacking-expected.png: Added.
* platform/qt/fast/overflow/overflow-stacking-expected.txt:
* platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
* platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
* platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
* platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/qt/fast/overflow/scrollbar-position-update-expected.png: Added.
* platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
* platform/qt/fast/overflow/table-overflow-float-expected.png:
* platform/qt/fast/overflow/table-overflow-float-expected.txt:
* platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
* platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
* platform/qt/fast/parser/001-expected.png:
* platform/qt/fast/parser/001-expected.txt:
* platform/qt/fast/parser/bad-xml-slash-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
* platform/qt/fast/parser/bad-xml-slash-expected.txt:
* platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
* platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
* platform/qt/fast/parser/document-write-option-expected.png: Added.
* platform/qt/fast/parser/document-write-option-expected.txt:
* platform/qt/fast/parser/entity-comment-in-style-expected.png: Added.
* platform/qt/fast/parser/entity-comment-in-style-expected.txt:
* platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
* platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
* platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
* platform/qt/fast/parser/open-comment-in-style-expected.png: Added.
* platform/qt/fast/parser/open-comment-in-style-expected.txt:
* platform/qt/fast/parser/open-comment-in-textarea-expected.png:
* platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
* platform/qt/fast/parser/title-error-test-expected.png: Added.
* platform/qt/fast/parser/title-error-test-expected.txt:
* platform/qt/fast/reflections/abs-position-in-reflection-expected.png: Added.
* platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
* platform/qt/fast/reflections/inline-crash-expected.png: Added.
* platform/qt/fast/reflections/inline-crash-expected.txt:
* platform/qt/fast/reflections/opacity-reflection-transform-expected.png:
* platform/qt/fast/reflections/opacity-reflection-transform-expected.txt:
* platform/qt/fast/reflections/reflection-nesting-expected.png: Added.
* platform/qt/fast/reflections/reflection-nesting-expected.txt:
* platform/qt/fast/reflections/reflection-overflow-hidden-expected.png: Added.
* platform/qt/fast/reflections/reflection-overflow-hidden-expected.txt:
* platform/qt/fast/reflections/transparent-reflected-sublayers-expected.png: Added.
* platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
* platform/qt/fast/repaint/4774354-expected.png:
* platform/qt/fast/repaint/4774354-expected.txt:
* platform/qt/fast/repaint/4776765-expected.png:
* platform/qt/fast/repaint/4776765-expected.txt:
* platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
* platform/qt/fast/repaint/backgroundSizeRepaint-expected.txt:
* platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
* platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
* platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
* platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt:
* platform/qt/fast/repaint/body-background-image-expected.png:
* platform/qt/fast/repaint/body-background-image-expected.txt:
* platform/qt/fast/repaint/border-fit-lines-expected.png:
* platform/qt/fast/repaint/border-fit-lines-expected.txt:
* platform/qt/fast/repaint/border-radius-repaint-expected.png:
* platform/qt/fast/repaint/border-radius-repaint-expected.txt:
* platform/qt/fast/repaint/border-repaint-glitch-expected.png:
* platform/qt/fast/repaint/border-repaint-glitch-expected.txt:
* platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
* platform/qt/fast/repaint/box-shadow-dynamic-expected.txt:
* platform/qt/fast/repaint/bugzilla-3509-expected.png:
* platform/qt/fast/repaint/bugzilla-3509-expected.txt:
* platform/qt/fast/repaint/bugzilla-5699-expected.png:
* platform/qt/fast/repaint/bugzilla-5699-expected.txt:
* platform/qt/fast/repaint/bugzilla-6278-expected.png:
* platform/qt/fast/repaint/bugzilla-6278-expected.txt:
* platform/qt/fast/repaint/bugzilla-6388-expected.png:
* platform/qt/fast/repaint/bugzilla-6388-expected.txt:
* platform/qt/fast/repaint/bugzilla-6473-expected.png:
* platform/qt/fast/repaint/bugzilla-6473-expected.txt:
* platform/qt/fast/repaint/bugzilla-7235-expected.png:
* platform/qt/fast/repaint/bugzilla-7235-expected.txt:
* platform/qt/fast/repaint/caret-outside-block-expected.png:
* platform/qt/fast/repaint/caret-outside-block-expected.txt:
* platform/qt/fast/repaint/change-transform-expected.png:
* platform/qt/fast/repaint/change-transform-expected.txt:
* platform/qt/fast/repaint/clipped-relative-expected.png:
* platform/qt/fast/repaint/clipped-relative-expected.txt:
* platform/qt/fast/repaint/containing-block-position-change-expected.png:
* platform/qt/fast/repaint/containing-block-position-change-expected.txt:
* platform/qt/fast/repaint/control-clip-expected.png:
* platform/qt/fast/repaint/control-clip-expected.txt:
* platform/qt/fast/repaint/create-layer-repaint-expected.png:
* platform/qt/fast/repaint/create-layer-repaint-expected.txt:
* platform/qt/fast/repaint/delete-into-nested-block-expected.png:
* platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
* platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
* platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
* platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
* platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
* platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
* platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
* platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
* platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
* platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/qt/fast/repaint/float-move-during-layout-expected.png:
* platform/qt/fast/repaint/float-move-during-layout-expected.txt:
* platform/qt/fast/repaint/focus-layers-expected.png:
* platform/qt/fast/repaint/focus-layers-expected.txt:
* platform/qt/fast/repaint/inline-color-change-expected.png:
* platform/qt/fast/repaint/inline-color-change-expected.txt:
* platform/qt/fast/repaint/inline-outline-repaint-expected.png:
* platform/qt/fast/repaint/inline-outline-repaint-expected.txt:
* platform/qt/fast/repaint/layout-state-relative-expected.png:
* platform/qt/fast/repaint/layout-state-relative-expected.txt:
* platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
* platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt:
* platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
* platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt:
* platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
* platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt:
* platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt:
* platform/qt/fast/repaint/line-overflow-expected.png:
* platform/qt/fast/repaint/line-overflow-expected.txt:
* platform/qt/fast/repaint/list-marker-2-expected.png:
* platform/qt/fast/repaint/list-marker-2-expected.txt:
* platform/qt/fast/repaint/make-children-non-inline-expected.png:
* platform/qt/fast/repaint/make-children-non-inline-expected.txt:
* platform/qt/fast/repaint/multicol-repaint-expected.png:
* platform/qt/fast/repaint/multicol-repaint-expected.txt:
* platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
* platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
* platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
* platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/qt/fast/repaint/outline-child-repaint-expected.png:
* platform/qt/fast/repaint/outline-child-repaint-expected.txt:
* platform/qt/fast/repaint/outline-inset-expected.png:
* platform/qt/fast/repaint/outline-inset-expected.txt:
* platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
* platform/qt/fast/repaint/outline-repaint-glitch-expected.txt:
* platform/qt/fast/repaint/outline-shrinking-expected.png:
* platform/qt/fast/repaint/outline-shrinking-expected.txt:
* platform/qt/fast/repaint/overflow-delete-line-expected.png:
* platform/qt/fast/repaint/overflow-delete-line-expected.txt:
* platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
* platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
* platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
* platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
* platform/qt/fast/repaint/positioned-document-element-expected.png:
* platform/qt/fast/repaint/positioned-document-element-expected.txt:
* platform/qt/fast/repaint/reflection-redraw-expected.png:
* platform/qt/fast/repaint/reflection-redraw-expected.txt:
* platform/qt/fast/repaint/region-painting-invalidation-expected.png:
* platform/qt/fast/repaint/region-painting-invalidation-expected.txt:
* platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
* platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
* platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
* platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/qt/fast/repaint/scale-page-shrink-expected.png:
* platform/qt/fast/repaint/scale-page-shrink-expected.txt:
* platform/qt/fast/repaint/search-field-cancel-expected.png:
* platform/qt/fast/repaint/search-field-cancel-expected.txt:
* platform/qt/fast/repaint/select-option-background-color-expected.png:
* platform/qt/fast/repaint/select-option-background-color-expected.txt:
* platform/qt/fast/repaint/selected-replaced-expected.png:
* platform/qt/fast/repaint/selected-replaced-expected.txt:
* platform/qt/fast/repaint/selection-after-delete-expected.png:
* platform/qt/fast/repaint/selection-after-delete-expected.txt:
* platform/qt/fast/repaint/selection-after-remove-expected.png:
* platform/qt/fast/repaint/selection-after-remove-expected.txt:
* platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
* platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
* platform/qt/fast/repaint/selection-rl-expected.png:
* platform/qt/fast/repaint/selection-rl-expected.txt:
* platform/qt/fast/repaint/stacked-diacritics-expected.png:
* platform/qt/fast/repaint/stacked-diacritics-expected.txt:
* platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
* platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/qt/fast/repaint/subtree-root-skipped-expected.png:
* platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
* platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
* platform/qt/fast/repaint/table-cell-collapsed-border-expected.txt:
* platform/qt/fast/repaint/table-cell-move-expected.png:
* platform/qt/fast/repaint/table-cell-move-expected.txt:
* platform/qt/fast/repaint/table-collapsed-border-expected.png:
* platform/qt/fast/repaint/table-collapsed-border-expected.txt:
* platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
* platform/qt/fast/repaint/table-extra-bottom-grow-expected.txt:
* platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
* platform/qt/fast/repaint/text-append-dirty-lines-expected.txt:
* platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
* platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
* platform/qt/fast/repaint/transform-relative-position-expected.png:
* platform/qt/fast/repaint/transform-relative-position-expected.txt:
* platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
* platform/qt/fast/repaint/transform-repaint-descendants-expected.txt:
* platform/qt/fast/repaint/transform-translate-expected.png:
* platform/qt/fast/repaint/transform-translate-expected.txt:
* platform/qt/fast/replaced/001-expected.png:
* platform/qt/fast/replaced/001-expected.txt:
* platform/qt/fast/replaced/002-expected.png:
* platform/qt/fast/replaced/002-expected.txt:
* platform/qt/fast/replaced/003-expected.png:
* platform/qt/fast/replaced/003-expected.txt:
* platform/qt/fast/replaced/004-expected.png:
* platform/qt/fast/replaced/004-expected.txt:
* platform/qt/fast/replaced/005-expected.png:
* platform/qt/fast/replaced/005-expected.txt:
* platform/qt/fast/replaced/006-expected.png:
* platform/qt/fast/replaced/006-expected.txt:
* platform/qt/fast/replaced/007-expected.png:
* platform/qt/fast/replaced/007-expected.txt:
* platform/qt/fast/replaced/absolute-image-sizing-expected.png:
* platform/qt/fast/replaced/absolute-image-sizing-expected.txt:
* platform/qt/fast/replaced/absolute-position-percentage-height-expected.png:
* platform/qt/fast/replaced/absolute-position-percentage-height-expected.txt:
* platform/qt/fast/replaced/absolute-position-percentage-width-expected.png:
* platform/qt/fast/replaced/absolute-position-percentage-width-expected.txt:
* platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
* platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
* platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/qt/fast/replaced/applet-disabled-positioned-expected.png:
* platform/qt/fast/replaced/applet-disabled-positioned-expected.txt:
* platform/qt/fast/replaced/applet-display-none-expected.png:
* platform/qt/fast/replaced/applet-display-none-expected.txt:
* platform/qt/fast/replaced/applet-rendering-java-disabled-expected.png:
* platform/qt/fast/replaced/applet-rendering-java-disabled-expected.txt:
* platform/qt/fast/replaced/border-radius-clip-expected.png:
* platform/qt/fast/replaced/border-radius-clip-expected.txt:
* platform/qt/fast/replaced/embed-display-none-expected.png:
* platform/qt/fast/replaced/embed-display-none-expected.txt:
* platform/qt/fast/replaced/image-resize-width-expected.png:
* platform/qt/fast/replaced/image-resize-width-expected.txt:
* platform/qt/fast/replaced/image-sizing-expected.png:
* platform/qt/fast/replaced/image-sizing-expected.txt:
* platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
* platform/qt/fast/replaced/inline-box-wrapper-handover-expected.txt:
* platform/qt/fast/replaced/max-width-percent-expected.png:
* platform/qt/fast/replaced/max-width-percent-expected.txt:
* platform/qt/fast/replaced/maxheight-percent-expected.png:
* platform/qt/fast/replaced/maxheight-percent-expected.txt:
* platform/qt/fast/replaced/maxheight-pxs-expected.png:
* platform/qt/fast/replaced/maxheight-pxs-expected.txt:
* platform/qt/fast/replaced/maxwidth-percent-expected.png:
* platform/qt/fast/replaced/maxwidth-percent-expected.txt:
* platform/qt/fast/replaced/maxwidth-pxs-expected.png:
* platform/qt/fast/replaced/maxwidth-pxs-expected.txt:
* platform/qt/fast/replaced/minheight-percent-expected.png:
* platform/qt/fast/replaced/minheight-percent-expected.txt:
* platform/qt/fast/replaced/minheight-pxs-expected.png:
* platform/qt/fast/replaced/minheight-pxs-expected.txt:
* platform/qt/fast/replaced/minwidth-percent-expected.png:
* platform/qt/fast/replaced/minwidth-percent-expected.txt:
* platform/qt/fast/replaced/minwidth-pxs-expected.png:
* platform/qt/fast/replaced/minwidth-pxs-expected.txt:
* platform/qt/fast/replaced/object-align-hspace-vspace-expected.png:
* platform/qt/fast/replaced/object-align-hspace-vspace-expected.txt:
* platform/qt/fast/replaced/object-display-none-expected.png:
* platform/qt/fast/replaced/object-display-none-expected.txt:
* platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
* platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
* platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
* platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
* platform/qt/fast/replaced/replaced-breaking-expected.png:
* platform/qt/fast/replaced/replaced-breaking-expected.txt:
* platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
* platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
* platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
* platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
* platform/qt/fast/replaced/selection-rect-in-table-cell-expected.txt:
* platform/qt/fast/replaced/selection-rect-transform-expected.png:
* platform/qt/fast/replaced/selection-rect-transform-expected.txt:
* platform/qt/fast/replaced/three-selects-break-expected.png:
* platform/qt/fast/replaced/three-selects-break-expected.txt:
* platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
* platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
* platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
* platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
* platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
* platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
* platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
* platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
* platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
* platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
* platform/qt/fast/replaced/width100percent-button-expected.png:
* platform/qt/fast/replaced/width100percent-button-expected.txt:
* platform/qt/fast/replaced/width100percent-checkbox-expected.png:
* platform/qt/fast/replaced/width100percent-checkbox-expected.txt:
* platform/qt/fast/replaced/width100percent-image-expected.png:
* platform/qt/fast/replaced/width100percent-image-expected.txt:
* platform/qt/fast/replaced/width100percent-radio-expected.png: Added.
* platform/qt/fast/replaced/width100percent-radio-expected.txt:
* platform/qt/fast/replaced/width100percent-searchfield-expected.png:
* platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
* platform/qt/fast/replaced/width100percent-textfield-expected.png:
* platform/qt/fast/replaced/width100percent-textfield-expected.txt:
* platform/qt/fast/ruby/ruby-inline-table-expected.png:
* platform/qt/fast/ruby/ruby-inline-table-expected.txt:
* platform/qt/fast/ruby/ruby-text-before-after-content-expected.png:
* platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/qt/fast/runin/001-expected.png:
* platform/qt/fast/runin/001-expected.txt:
* platform/qt/fast/runin/generated-expected.png:
* platform/qt/fast/runin/generated-expected.txt:
* platform/qt/fast/runin/generated2-expected.png:
* platform/qt/fast/runin/generated2-expected.txt:
* platform/qt/fast/runin/generated3-expected.png:
* platform/qt/fast/runin/generated3-expected.txt:
* platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
* platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
* platform/qt/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
* platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
* platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
* platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/qt/fast/text/backslash-to-yen-sign-expected.png:
* platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
* platform/qt/fast/text/basic/001-expected.png:
* platform/qt/fast/text/basic/002-expected.png: Added.
* platform/qt/fast/text/basic/003-expected.png:
* platform/qt/fast/text/basic/003-expected.txt:
* platform/qt/fast/text/basic/004-expected.png: Added.
* platform/qt/fast/text/basic/005-expected.png: Added.
* platform/qt/fast/text/basic/006-expected.png: Added.
* platform/qt/fast/text/basic/007-expected.png: Added.
* platform/qt/fast/text/basic/008-expected.png: Added.
* platform/qt/fast/text/basic/009-expected.png:
* platform/qt/fast/text/basic/011-expected.png: Added.
* platform/qt/fast/text/basic/012-expected.png: Added.
* platform/qt/fast/text/basic/generic-family-changes-expected.png:
* platform/qt/fast/text/basic/generic-family-reset-expected.png:
* platform/qt/fast/text/break-word-expected.png:
* platform/qt/fast/text/capitalize-empty-generated-string-expected.png: Added.
* platform/qt/fast/text/capitalize-preserve-nbsp-expected.png: Added.
* platform/qt/fast/text/cg-vs-atsui-expected.png:
* platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
* platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
* platform/qt/fast/text/complex-text-opacity-expected.png:
* platform/qt/fast/text/complex-text-opacity-expected.txt:
* platform/qt/fast/text/delete-hard-break-character-expected.png: Added.
* platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
* platform/qt/fast/text/fake-italic-expected.png: Added.
* platform/qt/fast/text/fallback-traits-fixup-expected.png: Added.
* platform/qt/fast/text/fallback-traits-fixup-expected.txt:
* platform/qt/fast/text/firstline/001-expected.png: Added.
* platform/qt/fast/text/firstline/002-expected.png: Added.
* platform/qt/fast/text/firstline/003-expected.png: Added.
* platform/qt/fast/text/font-initial-expected.png: Added.
* platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
* platform/qt/fast/text/hyphenate-limit-lines-expected.png:
* platform/qt/fast/text/international/arabic-justify-expected.png: Added.
* platform/qt/fast/text/international/arabic-justify-expected.txt:
* platform/qt/fast/text/international/hindi-whitespace-expected.png: Added.
* platform/qt/fast/text/international/hindi-whitespace-expected.txt:
* platform/qt/fast/text/international/text-spliced-font-expected.png:
* platform/qt/fast/text/international/text-spliced-font-expected.txt:
* platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
* platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/qt/fast/text/justified-selection-at-edge-expected.png: Added.
* platform/qt/fast/text/justified-selection-expected.png: Added.
* platform/qt/fast/text/large-text-composed-char-expected.png:
* platform/qt/fast/text/large-text-composed-char-expected.txt:
* platform/qt/fast/text/letter-spacing-negative-opacity-expected.png:
* platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/qt/fast/text/line-breaks-after-white-space-expected.png:
* platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
* platform/qt/fast/text/midword-break-hang-expected.png: Added.
* platform/qt/fast/text/reset-emptyRun-expected.png: Added.
* platform/qt/fast/text/selection-hard-linebreak-expected.png:
* platform/qt/fast/text/shadow-no-blur-expected.png:
* platform/qt/fast/text/shadow-translucent-fill-expected.png: Added.
* platform/qt/fast/text/should-use-atsui-expected.png: Added.
* platform/qt/fast/text/softHyphen-expected.png: Added.
* platform/qt/fast/text/softHyphen-expected.txt:
* platform/qt/fast/text/stroking-decorations-expected.png: Added.
* platform/qt/fast/text/stroking-expected.png: Added.
* platform/qt/fast/text/text-letter-spacing-expected.png:
* platform/qt/fast/text/text-letter-spacing-expected.txt:
* platform/qt/fast/text/text-shadow-no-default-color-expected.png: Added.
* platform/qt/fast/text/textIteratorNilRenderer-expected.png:
* platform/qt/fast/text/unicode-variation-selector-expected.png:
* platform/qt/fast/text/wbr-expected.png: Added.
* platform/qt/fast/text/wbr-in-pre-crash-expected.png: Added.
* platform/qt/fast/text/wbr-pre-expected.png:
* platform/qt/fast/text/wbr-styled-expected.png:
* platform/qt/fast/text/whitespace/002-expected.png:
* platform/qt/fast/text/whitespace/003-expected.png:
* platform/qt/fast/text/whitespace/006-expected.png: Added.
* platform/qt/fast/text/whitespace/007-expected.png: Added.
* platform/qt/fast/text/whitespace/008-expected.png: Added.
* platform/qt/fast/text/whitespace/009-expected.png: Added.
* platform/qt/fast/text/whitespace/012-expected.png:
* platform/qt/fast/text/whitespace/013-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
* platform/qt/fast/text/whitespace/014-expected.png: Copied from LayoutTests/platform/qt/fast/replaced/three-selects-break-expected.png.
* platform/qt/fast/text/whitespace/018-expected.png: Added.
* platform/qt/fast/text/whitespace/020-expected.png: Added.
* platform/qt/fast/text/whitespace/021-expected.png: Added.
* platform/qt/fast/text/whitespace/022-expected.png:
* platform/qt/fast/text/whitespace/023-expected.png:
* platform/qt/fast/text/whitespace/025-expected.png: Added.
* platform/qt/fast/text/whitespace/026-expected.png: Added.
* platform/qt/fast/text/whitespace/027-expected.png: Added.
* platform/qt/fast/text/whitespace/030-expected.png:
* platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
* platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
* platform/qt/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
* platform/qt/fast/text/whitespace/pre-break-word-expected.png:
* platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
* platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.png: Added.
* platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
* platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
* platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
* platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Added.
* platform/qt/fast/text/word-break-expected.png:
* platform/qt/fast/text/word-break-expected.txt:
* platform/qt/fast/text/zero-font-size-expected.png:
* platform/qt/fast/text/zero-font-size-expected.txt:
* platform/qt/fast/tokenizer/001-expected.png:
* platform/qt/fast/tokenizer/001-expected.txt:
* platform/qt/fast/tokenizer/003-expected.png:
* platform/qt/fast/tokenizer/003-expected.txt:
* platform/qt/fast/transforms/bounding-rect-zoom-expected.png: Added.
* platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/qt/fast/transforms/diamond-expected.png:
* platform/qt/fast/transforms/diamond-expected.txt:
* platform/qt/fast/transforms/identity-matrix-expected.png:
* platform/qt/fast/transforms/identity-matrix-expected.txt:
* platform/qt/fast/transforms/overflow-with-transform-expected.png:
* platform/qt/fast/transforms/overflow-with-transform-expected.txt:
* platform/qt/fast/transforms/skew-with-unitless-zero-expected.png:
* platform/qt/fast/transforms/skew-with-unitless-zero-expected.txt:
* platform/qt/fast/transforms/transform-on-inline-expected.png:
* platform/qt/fast/transforms/transform-on-inline-expected.txt:
* platform/qt/fast/transforms/transform-overflow-expected.png:
* platform/qt/fast/transforms/transform-overflow-expected.txt:
* platform/qt/fast/transforms/transform-positioned-ancestor-expected.png:
* platform/qt/fast/transforms/transform-positioned-ancestor-expected.txt:
* platform/qt/fast/transforms/transform-table-row-expected.png:
* platform/qt/fast/transforms/transform-table-row-expected.txt:
* platform/qt/fast/transforms/transformed-caret-expected.png:
* platform/qt/fast/transforms/transformed-caret-expected.txt:
* platform/qt/fast/transforms/transformed-document-element-expected.png:
* platform/qt/fast/transforms/transformed-document-element-expected.txt:
* platform/qt/fast/transforms/transforms-with-opacity-expected.png:
* platform/qt/fast/transforms/transforms-with-opacity-expected.txt:
* platform/qt/fast/transforms/transforms-with-zoom-expected.png:
* platform/qt/fast/transforms/transforms-with-zoom-expected.txt:
* platform/qt/fast/writing-mode/background-horizontal-bt-expected.png:
* platform/qt/fast/writing-mode/background-horizontal-bt-expected.txt:
* platform/qt/fast/writing-mode/background-vertical-lr-expected.png:
* platform/qt/fast/writing-mode/background-vertical-lr-expected.txt:
* platform/qt/fast/writing-mode/background-vertical-rl-expected.png:
* platform/qt/fast/writing-mode/background-vertical-rl-expected.txt:
* platform/qt/fast/writing-mode/basic-vertical-line-expected.png:
* platform/qt/fast/writing-mode/basic-vertical-line-expected.txt:
* platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
* platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
* platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
* platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
* platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
* platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
* platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
* platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
* platform/qt/fast/writing-mode/english-bt-text-expected.png:
* platform/qt/fast/writing-mode/english-bt-text-expected.txt:
* platform/qt/fast/writing-mode/english-lr-text-expected.png:
* platform/qt/fast/writing-mode/english-lr-text-expected.txt:
* platform/qt/fast/writing-mode/english-rl-text-expected.png:
* platform/qt/fast/writing-mode/english-rl-text-expected.txt:
* platform/qt/fast/writing-mode/fallback-orientation-expected.png:
* platform/qt/fast/writing-mode/fallback-orientation-expected.txt:
* platform/qt/fast/writing-mode/fieldsets-expected.png:
* platform/qt/fast/writing-mode/fieldsets-expected.txt:
* platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
* platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
* platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
* platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
* platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
* platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
* platform/qt/fast/xsl/document-function-expected.png: Added.
* platform/qt/fast/xsl/document-function-expected.txt:
* platform/qt/fast/xsl/xslt-entity-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
* platform/qt/fast/xsl/xslt-entity-expected.txt:
2012-07-23 Dominic Mazzoni <dmazzoni@google.com>
AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
https://bugs.webkit.org/show_bug.cgi?id=87899
Reviewed by Chris Fleizach.
This new test adds a bunch of elements to a normal container and the same elements to
a canvas subtree, then it iterates over all of the accessible objects within each
container and makes sure they have identical roles. Because we know the nodes in the
canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
are getting created for these nodes.
* accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
* accessibility/canvas-accessibilitynodeobject.html: Added.
2012-07-23 Douglas Stockwell <dstockwell@chromium.org>
Null-pointer crash when a derived color like -webkit-activelink is set in a gradient stop
https://bugs.webkit.org/show_bug.cgi?id=89148
Reviewed by Simon Fraser.
* fast/css/crash-on-gradient-with-derived-color-expected.txt: Added.
* fast/css/crash-on-gradient-with-derived-color.html: Added.
2012-07-23 Joone Hur <joone.hur@intel.com>
Unreviewed GTK/EFL gardening after r123379
Marked fast/css/sticky/parsing-position-sticky.html as known failure
tracked by the bug 92063
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-07-23 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Rename fast/forms/time/*.html to time-*.html
https://bugs.webkit.org/show_bug.cgi?id=92058
Reviewed by Kent Tamura.
This patch renames test scripts and expected text to same naming
scheme(name starts with "time-"), for fast/forms/time.
* fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Removed.
* fast/forms/time/ValidityState-rangeOverflow-time.html: Removed.
* fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Removed.
* fast/forms/time/ValidityState-rangeUnderflow-time.html: Removed.
* fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Removed.
* fast/forms/time/ValidityState-stepMismatch-time.html: Removed.
* fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Removed.
* fast/forms/time/ValidityState-typeMismatch-time.html: Removed.
* fast/forms/time/input-valueasdate-time-expected.txt: Removed.
* fast/forms/time/input-valueasdate-time.html: Removed.
* fast/forms/time/input-valueasnumber-time-expected.txt: Removed.
* fast/forms/time/input-valueasnumber-time.html: Removed.
* fast/forms/time/time-validity-state-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time-expected.txt.
* fast/forms/time/time-validity-state-range-overflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time.html.
* fast/forms/time/time-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt.
* fast/forms/time/time-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time.html.
* fast/forms/time/time-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time-expected.txt.
* fast/forms/time/time-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time.html.
* fast/forms/time/time-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time-expected.txt.
* fast/forms/time/time-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time.html.
* fast/forms/time/time-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasdate-time-expected.txt.
* fast/forms/time/time-valueasdate.html: Copied from LayoutTests/fast/forms/time/input-valueasdate-time.html.
* fast/forms/time/time-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time-expected.txt.
* fast/forms/time/time-valueasnumber.html: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time.html.
2012-07-23 Roger Fong <roger_fong@apple.com>
Disable flexbox on Windows
https://bugs.webkit.org/show_bug.cgi?id=92047
<rdar://problem/11570384>
Reviewed by Darin Adler.
Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.
* platform/win/Skipped:
Add related CSS3 Flexbox tests to skip list.
2012-07-23 Hanyee Kim <choco@company100.net>
WebKit does not retain final value of opacity in animations, unless it is specified on the last key frame
https://bugs.webkit.org/show_bug.cgi?id=91322
Reviewed by Noam Rosenthal.
Added a test to check if the opacity has the right value after animation.
* animations/fill-mode-forwards2-expected.txt: Added.
* animations/fill-mode-forwards2.html: Added.
2012-07-23 David Dorwin <ddorwin@chromium.org>
Fixed crash in webkitAddKey() when key parameter is null.
https://bugs.webkit.org/show_bug.cgi?id=85444
Reviewed by Kentaro Hara.
Reference: Step 1 of http://dvcs.w3.org/hg/html-media/raw-file/5f76a0b43836/encrypted-media/encrypted-media.html#dom-addkey
* media/encrypted-media/encrypted-media-syntax-expected.txt:
* media/encrypted-media/encrypted-media-syntax.html:
2012-07-23 Tony Chang <tony@chromium.org>
http/tests/multipart/policy-ignore-crash.php is failing on Chromium
https://bugs.webkit.org/show_bug.cgi?id=92046
Reviewed by Adam Barth.
Chromium's network layer now shows most text/* mime types. This test was using text/random to
try to trigger a crash when multipart content switch from a text type to a non-text type.
Change the test to use a text type that we don't render.
* http/tests/multipart/policy-ignore-crash.php: Use text/rtf instead of text/random.
* platform/chromium/TestExpectations: Test should be passing again.
2012-07-23 Hayato Ito <hayato@chromium.org>
A FocusScope for a distributed node should not be its TreeScope.
https://bugs.webkit.org/show_bug.cgi?id=91829
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/focus-navigation-with-distributed-nodes-expected.txt: Added.
* fast/dom/shadow/focus-navigation-with-distributed-nodes.html: Added.
* fast/dom/shadow/resources/shadow-dom.js:
(shouldNavigateFocus):
2012-07-23 Douglas Stockwell <dstockwell@google.com>
Null-pointer crash when parsing border-image
https://bugs.webkit.org/show_bug.cgi?id=91963
Reviewed by Darin Adler.
* fast/css/border-image-fill-crash-expected.txt: Added.
* fast/css/border-image-fill-crash.html: Added.
2012-07-23 Bem Jones-Bey <bjonesbe@adobe.com>
[CSS Exclusions] SVG shape errors should invalidate exclusion shapes
https://bugs.webkit.org/show_bug.cgi?id=91761
Reviewed by Andreas Kling.
Test that negative heights. widths, and radiuses are ignored.
* fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
* fast/exclusions/parsing-wrap-shape-lengths.html:
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] css3/selectors3 rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92038
Reviewed by Alexis Menard.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped: These tests are failing because of <input> default size in
WK2, which is different than the expected results generated from WK1. Moved them to
appropriate block in skipped list.
* platform/qt-5.0/Skipped:
* platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:
2012-07-23 Tony Chang <tony@chromium.org>
Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.
* fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
* platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/gtk/fast/frames/valid-expected.txt: Removed.
* platform/mac/fast/frames/valid-expected.txt: Removed.
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.
* platform/chromium/TestExpectations:
2012-07-23 Kwang Yul Seo <skyul@company100.net>
Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
https://bugs.webkit.org/show_bug.cgi?id=91703
Reviewed by Adam Barth.
Updated test expectation for html5lib/runner-expected.txt
because now resources/scripted/adoption01.dat passes.
* html5lib/runner-expected.txt:
2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
[Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92023
Unreviewed gardening.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
* platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
* platform/qt/Skipped:
* platform/qt/svg/in-html/by-reference-expected.txt:
* platform/qt/svg/in-html/circle-expected.png:
* platform/qt/svg/in-html/circle-expected.txt:
* platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
* platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
* platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
* platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
* platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
* platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
* platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
* platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
* platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
* platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
* platform/qt/svg/wicd/rightsizing-grid-expected.png:
* platform/qt/svg/wicd/rightsizing-grid-expected.txt:
* platform/qt/svg/wicd/sizing-flakiness-expected.txt:
* platform/qt/svg/wicd/test-rightsizing-a-expected.png:
* platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
* platform/qt/svg/wicd/test-rightsizing-b-expected.png:
* platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
* platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
* platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
* platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
* platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:
2012-07-23 Gregg Tavares <gman@google.com>
Fix WebGL texSubImage2D for cube maps
https://bugs.webkit.org/show_bug.cgi?id=91927
Reviewed by Kenneth Russell.
Tests for WebGL texSubImage2D for cube maps.
* fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
* fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.
2012-07-23 Filip Pizlo <fpizlo@apple.com>
DFG is too aggressive in performing the specific value optimization on loads
https://bugs.webkit.org/show_bug.cgi?id=92034
Reviewed by Mark Hahnenberg.
* fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
* fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
* fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
* fast/js/dfg-resolve-global-specific-dictionary.html: Added.
* fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
(description.foo):
* fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
(description.foo):
(x):
2012-07-23 Filip Pizlo <fpizlo@apple.com>
REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
https://bugs.webkit.org/show_bug.cgi?id=92002
Unskip test that this change fixes, as requested by Ossy.
* platform/qt/Skipped:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
More unreviewed chromium expectation changes to mark tests as failing/slow.
* platform/chromium/TestExpectations:
2012-06-12 Jer Noble <jer.noble@apple.com>
MediaController.currentTime should be kept stable during script execution.
https://bugs.webkit.org/show_bug.cgi?id=88555
Reviewed by Eric Carlson.
* media/media-controller-time-constant-expected.txt: Added.
* media/media-controller-time-constant.html: Added.
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] dom/xhtml/level3/core rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92028
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
* platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
* platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
* platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:
2012-07-23 Simon Fraser <simon.fraser@apple.com>
Part 2 of: Implement sticky positioning
https://bugs.webkit.org/show_bug.cgi?id=90046
Reviewed by Ojan Vafai.
Test for parsing and returning fro getComputedStyle() the new
-webkit-sticky value for position.
* fast/css/sticky/parsing-position-sticky-expected.txt: Added.
* fast/css/sticky/parsing-position-sticky.html: Added.
* fast/css/sticky/resources/parsing-position-sticky.js: Added.
(test):
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.
* platform/chromium/TestExpectations:
2012-07-23 Stephen Chenney <schenney@chromium.org>
Crash when setting empty class name on a new element
https://bugs.webkit.org/show_bug.cgi?id=92024
Reviewed by Andreas Kling.
Add a check for null attributeData() when setting the className to an
empty string on a newly created element.
* svg/custom/empty-className-baseVal-crash-expected.txt: Added.
* svg/custom/empty-className-baseVal-crash.html: Added.
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] tables/mozilla_expected_failures rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92013
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92017
Reviewed by Alexis Menard.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2012-07-23 Rafael Brandao <rafael.lobo@openbossa.org>
[Qt] svg/zoom needs update after new testfonts
https://bugs.webkit.org/show_bug.cgi?id=92007
Reviewed by Alexis Menard.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
* platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
* platform/qt/Skipped:
* platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
* platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
* platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
* platform/qt/svg/zoom/page/zoom-background-images-expected.png:
* platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
* platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
* platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
* platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
* platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
* platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
* platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
* platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
* platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
* platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
* platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
* platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
* platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
* platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
* platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
* platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
* platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
* platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
* platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
* platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
* platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.
* platform/chromium/TestExpectations:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.
* platform/chromium/TestExpectations:
2012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123362.
http://trac.webkit.org/changeset/123362
https://bugs.webkit.org/show_bug.cgi?id=92020
uploaded wrong expectations :( bad caio (Requested by cmarcelo
on #webkit).
* platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
https://bugs.webkit.org/show_bug.cgi?id=92019
* platform/chromium/TestExpectations:
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=92017
Reviewed by Alexis Menard.
* platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
* platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
2012-07-23 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r123281): childNodes sometimes returns wrong nodes
https://bugs.webkit.org/show_bug.cgi?id=92014
Reviewed by Anders Carlsson.
Added an integration regression test that caught this bug.
* fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
* fast/dom/NodeList/childNodes-reverse-iteration.html: Added.
2012-07-23 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] animations needs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=91997
Reviewed by Noam Rosenthal.
Updating skipped tests inside animations directory.
* platform/qt-5.0/Skipped:
* platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
* platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
* platform/qt/animations/additive-transform-animations-expected.txt:
* platform/qt/animations/cross-fade-background-image-expected.txt:
* platform/qt/animations/cross-fade-border-image-source-expected.txt:
* platform/qt/animations/cross-fade-list-style-image-expected.txt:
* platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
* platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
* platform/qt/animations/missing-values-first-keyframe-expected.txt:
* platform/qt/animations/missing-values-last-keyframe-expected.txt:
* platform/qt/animations/state-at-end-event-expected.txt:
2012-07-23 Pierre Rossi <pierre.rossi@gmail.com>
Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
https://bugs.webkit.org/show_bug.cgi?id=91006
Reviewed by Ryosuke Niwa.
Extend the touch-handler-count test to also cover the hasListenerType logic.
* fast/events/touch/touch-handler-count-expected.txt:
* fast/events/touch/touch-handler-count.html:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
https://bugs.webkit.org/show_bug.cgi?id=24182
* platform/chromium/TestExpectations:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
https://bugs.webkit.org/show_bug.cgi?id=24182
* platform/chromium/TestExpectations:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change after r123302.
https://bugs.webkit.org/show_bug.cgi?id=91806
* platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:
2012-07-23 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.
* platform/chromium/TestExpectations:
2012-07-23 Vincent Scheib <scheib@chromium.org>
Skip http/tests/pointer-lock on ports that do not support pointer lock.
Unreviewed.
* platform/efl/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-07-21 Vincent Scheib <scheib@chromium.org>
webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
https://bugs.webkit.org/show_bug.cgi?id=91892
Reviewed by Adam Barth.
Tests verifying the behavior of accessing
webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
from different origins.
* http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
* http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
* http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
* http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
* http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
* http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
* http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
* http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
* http/tests/resources/pointer-lock/iframe-common.js: Added.
(thisFileName):
(window.onmessage):
* http/tests/resources/pointer-lock/inner-iframe.html: Added.
* http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
(runOnKeyPress.keypressHandler):
* pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
* pointer-lock/locked-element-iframe-removed-from-dom.html:
* pointer-lock/locked-element-removed-from-dom-expected.txt:
* pointer-lock/locked-element-removed-from-dom.html:
2012-07-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
moving them to the top of the expected failures section.
* platform/gtk/TestExpectations:
2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the failing tests.
* platform/qt/Skipped:
2012-07-23 Csaba Osztrogonác <ossy@webkit.org>
[Qt] DumpRenderTree does not use 'monospace' font when directed
https://bugs.webkit.org/show_bug.cgi?id=85203
Unreviewed gardening.
* platform/qt-4.8/Skipped: Unskip now passing tests.
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] editing/inserting/multiple-lines-selected.html fails
https://bugs.webkit.org/show_bug.cgi?id=91993
Reviewed by Simon Hausmann.
Removing wrong expected results, adding it to the skipped list.
* platform/qt-5.0/Skipped:
* platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
* platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.
2012-07-23 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] editing/inserting rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=91985
Unreviewed.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
* platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
* platform/qt/editing/inserting/4960120-1-expected.png:
* platform/qt/editing/inserting/before-after-input-element-expected.png:
* platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
* platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
* platform/qt/editing/inserting/insert-div-009-expected.png: Added.
* platform/qt/editing/inserting/insert-div-009-expected.txt:
* platform/qt/editing/inserting/insert-div-010-expected.png: Added.
* platform/qt/editing/inserting/insert-div-010-expected.txt:
2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] media/controls-styling.html is failing
https://bugs.webkit.org/show_bug.cgi?id=91984
Reviewed by Eric Carlson.
Rebaseline media controls styling tests now that the
EFL port properly ensures that overriding CSS
properties won't affect the media controls.
* platform/efl/media/controls-styling-expected.png:
* platform/efl/media/controls-styling-expected.txt:
* platform/efl/media/controls-styling-strict-expected.png:
* platform/efl/media/controls-styling-strict-expected.txt:
2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] fast/layers/video-layer.html needs rebasing after r123320
https://bugs.webkit.org/show_bug.cgi?id=91978
Unreviewed EFL gardening, regenerate baseline for
fast/layers/video-layer.html after r123320.
* platform/efl/fast/layers/video-layer-expected.txt:
2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
2012-07-23 Andrei Poenaru <poenaru@adobe.com>
[Qt] new test introduced in r123205 fails on Qt
https://bugs.webkit.org/show_bug.cgi?id=91967
Reviewed by Kenneth Rohde Christiansen.
Skipped WebInspector test that needs CSS Regions enabled.
* platform/qt/Skipped:
2012-07-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.
* platform/gtk/TestExpectations:
2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] media/controls-styling-strict.html is failing
https://bugs.webkit.org/show_bug.cgi?id=91960
Reviewed by Kenneth Rohde Christiansen.
Update test expectations for media tests now that
we use "display: -webkit-box;" for the current-time
control.
* platform/efl/media/audio-controls-rendering-expected.txt:
* platform/efl/media/audio-repaint-expected.png:
* platform/efl/media/audio-repaint-expected.txt:
* platform/efl/media/controls-layout-direction-expected.png:
* platform/efl/media/controls-strict-expected.png:
* platform/efl/media/controls-strict-expected.txt:
* platform/efl/media/controls-styling-expected.txt:
* platform/efl/media/controls-styling-strict-expected.png: Added.
* platform/efl/media/controls-styling-strict-expected.txt: Added.
* platform/efl/media/media-controls-clone-expected.png:
* platform/efl/media/media-controls-clone-expected.txt:
* platform/efl/media/video-aspect-ratio-expected.png:
* platform/efl/media/video-layer-crash-expected.png:
* platform/efl/media/video-transformed-expected.png:
* platform/efl/media/video-zoom-controls-expected.png:
* platform/efl/media/video-zoom-controls-expected.txt:
* platform/efl/media/video-zoom-expected.png:
2012-07-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
https://bugs.webkit.org/show_bug.cgi?id=91959
Unreviewed EFL gardening. Skip flaky Web Inspector test case.
* platform/efl/TestExpectations:
2012-07-23 Hayato Ito <hayato@chromium.org>
ComposedShadowTreeWalker should skip an empty insertion points.
https://bugs.webkit.org/show_bug.cgi?id=91826
Reviewed by Hajime Morita.
* fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
* fast/dom/shadow/composed-shadow-tree-walker.html:
2012-07-23 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the new failing tests.
* platform/qt/Skipped:
2012-07-23 Li Yin <li.yin@intel.com>
Improve AudioChannelSplitter test
https://bugs.webkit.org/show_bug.cgi?id=91962
Reviewed by Kentaro Hara.
Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
The numberOfOutputs parameter determines the number of outputs.
Values of up to 32 must be supported. If not specified, then 6 will be used.
* webaudio/audiochannelsplitter-expected.txt:
* webaudio/audiochannelsplitter.html:
2012-07-22 Li Yin <li.yin@intel.com>
Improve BiquadFilterNode test case
https://bugs.webkit.org/show_bug.cgi?id=90937
Reviewed by Kentaro Hara.
Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.
* webaudio/biquadfilternode-basic-expected.txt:
* webaudio/biquadfilternode-basic.html:
2012-07-22 Yoshifumi Inoue <yosin@chromium.org>
[Tests] Rename fast/forms/number/*.html to number-*.html
https://bugs.webkit.org/show_bug.cgi?id=91806
Reviewed by Kent Tamura.
This patch renames test scripts and expected text/images to same
naming scheme(name starts with "number-"), for fast/forms/number.
This patch also updates TestExpectations and Skipped files in platform
directory for test name change.
This patch is a part of forms input type test arrangement.
https://bugs.webkit.org/show_bug.cgi?id=91805
* fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
* fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
* fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
* fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
* fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
* fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
* fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
* fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
* fast/forms/number/input-appearance-number-rtl.html: Removed.
* fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
* fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
* fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
* fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
* fast/forms/number/input-number-blur-twice-expected.txt: Removed.
* fast/forms/number/input-number-blur-twice.html: Removed.
* fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
* fast/forms/number/input-number-change-type-on-focus.html: Removed.
* fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
* fast/forms/number/input-number-commit-valid-only.html: Removed.
* fast/forms/number/input-number-crash-expected.txt: Removed.
* fast/forms/number/input-number-crash.html: Removed.
* fast/forms/number/input-number-events-expected.txt: Removed.
* fast/forms/number/input-number-events.html: Removed.
* fast/forms/number/input-number-keyoperation-expected.txt: Removed.
* fast/forms/number/input-number-keyoperation.html: Removed.
* fast/forms/number/input-number-large-padding-expected.txt: Removed.
* fast/forms/number/input-number-large-padding.html: Removed.
* fast/forms/number/input-number-outofrange-expected.txt: Removed.
* fast/forms/number/input-number-outofrange.html: Removed.
* fast/forms/number/input-number-size-expected.txt: Removed.
* fast/forms/number/input-number-size.html: Removed.
* fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
* fast/forms/number/input-number-spinbutton-crash.html: Removed.
* fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
* fast/forms/number/input-number-unacceptable-style.html: Removed.
* fast/forms/number/input-number-validation-message-expected.txt: Removed.
* fast/forms/number/input-number-validation-message.html: Removed.
* fast/forms/number/input-number-wheel-expected.txt: Removed.
* fast/forms/number/input-number-wheel.html: Removed.
* fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
* fast/forms/number/input-spinbutton-capturing.html: Removed.
* fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
* fast/forms/number/input-valueasnumber-number.html: Removed.
* fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
* fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
* fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
* fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
* fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
* fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
* fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
* fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
* fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
* fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
* fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
* fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
* fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
* fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
* fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
* fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
* fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
* fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
* fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
* fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
* fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
* fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
* fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
* fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
* fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
* fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
* fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
* fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
* fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
* fast/forms/number/number-spinbutton-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt.
* fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
* fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
* fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
* fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
* fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
* fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
* fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
* fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
* fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
* fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
* fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
* fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
* fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
* fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
* fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
* fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
* fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
* fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
* fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
* fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
* fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
* fast/forms/number/spin-button-events-expected.txt: Removed.
* fast/forms/number/spin-button-events.html: Removed.
* fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
* fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
* fast/forms/number/spin-button-state-expected.txt: Removed.
* fast/forms/number/spin-button-state.html: Removed.
* fast/forms/number/spin-in-multi-column-expected.txt: Removed.
* fast/forms/number/spin-in-multi-column.html: Removed.
* platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/chromium-linux/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
* platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/qt-4.8/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/qt-arm/TestExpectations:
* platform/qt-mac/Skipped:
* platform/qt/Skipped:
* platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
* platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
* platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
* platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
* platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
* platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
* platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
* platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
* platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
* platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
* platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
* platform/win-wk2/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-07-22 Kent Tamura <tkent@chromium.org>
Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
https://bugs.webkit.org/show_bug.cgi?id=91941
Reviewed by Kentaro Hara.
A flag name for an elmement should be ENABLE_*_ELEMENT.
* fast/dom/wrapper-classes.html:
2012-07-22 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening.
Shamed into removing some BUGSENORBLANCOs from previous gardening
stints.
* platform/chromium/TestExpectations:
2012-07-22 Stephen White <senorblanco@chromium.org>
[chromium] Test result gardening; unreviewed.
* platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
* platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium/TestExpectations:
2012-07-22 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
test and skip a subpixel layout test that's crashing on debug builds (the
feature is disabled at the moment so the failure is somewhat acceptable).
* platform/gtk/TestExpectations:
* platform/gtk/media/controls-styling-strict-expected.png: Added.
* platform/gtk/media/controls-styling-strict-expected.txt: Added.
2012-07-21 Dan Bernstein <mitz@apple.com>
<rdar://problem/11928576> SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
https://bugs.webkit.org/show_bug.cgi?id=91918
Reviewed by Anders Carlsson.
* svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
* svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Mark anther test as needing a rebaseline due to r123285.
* platform/chromium/TestExpectations:
2012-07-20 Stephen White <senorblanco@chromium.org>
[chromium] Mark a test as needing a rebaseline due to image change.
https://bugs.webkit.org/show_bug.cgi?id=90624
Reviewed by Adrienne Walker.
* platform/chromium/TestExpectations:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, one more new baselines after r123272 (I missed SL).
* platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, one more new baselines after r123272.
* platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, land new baselines after r123272.
* platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
* platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
* platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
* platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
* platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
* platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
* platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
* platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
* platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
* platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
* platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
* platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
* platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
* platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
* platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
* platform/chromium-mac/css1/basic/inheritance-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.png:
* platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-mac/media/audio-controls-rendering-expected.png:
* platform/chromium-mac/media/audio-repaint-expected.png:
* platform/chromium-mac/media/controls-after-reload-expected.png:
* platform/chromium-mac/media/controls-layout-direction-expected.png:
* platform/chromium-mac/media/controls-strict-expected.png:
* platform/chromium-mac/media/controls-styling-expected.png:
* platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
* platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
* platform/chromium-mac/media/controls-without-preload-expected.png:
* platform/chromium-mac/media/media-controls-clone-expected.png:
* platform/chromium-mac/media/video-controls-rendering-expected.png:
* platform/chromium-mac/media/video-display-toggle-expected.png:
* platform/chromium-mac/media/video-empty-source-expected.png:
* platform/chromium-mac/media/video-no-audio-expected.png:
* platform/chromium-mac/media/video-playing-and-pause-expected.png:
* platform/chromium-mac/media/video-zoom-controls-expected.png:
* platform/chromium-win/fast/layers/video-layer-expected.png:
* platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-win/media/audio-controls-rendering-expected.png:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium-win/media/controls-after-reload-expected.png:
* platform/chromium-win/media/controls-layout-direction-expected.png:
* platform/chromium-win/media/controls-strict-expected.png:
* platform/chromium-win/media/controls-styling-expected.png:
* platform/chromium-win/media/controls-styling-strict-expected.png: Added.
* platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
* platform/chromium-win/media/controls-without-preload-expected.png:
* platform/chromium-win/media/media-controls-clone-expected.png:
* platform/chromium-win/media/video-controls-rendering-expected.png:
* platform/chromium-win/media/video-display-toggle-expected.png:
* platform/chromium-win/media/video-empty-source-expected.png:
* platform/chromium-win/media/video-no-audio-expected.png:
* platform/chromium-win/media/video-playing-and-pause-expected.png:
* platform/chromium-win/media/video-zoom-controls-expected.png:
2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/text rebaseline after new test fonts (part 4)
https://bugs.webkit.org/show_bug.cgi?id=91905
Unreviewed.
Two tests, svg/text/foreignObject-text-clipping-bug.xml and
svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.
This is not a regression because they were incorrect before, but had expected files with
the wrong results. Instead of updating wrong expectations, I kept them skipped but created
a new bug to track each one.
* platform/qt-5.0/Skipped:
* platform/qt/svg/text/font-size-below-point-five-2-expected.png:
* platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
* platform/qt/svg/text/font-size-below-point-five-expected.png:
* platform/qt/svg/text/font-size-below-point-five-expected.txt:
* platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
* platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
* platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
* platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
* platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
* platform/qt/svg/text/remove-tspan-from-text-expected.png:
* platform/qt/svg/text/remove-tspan-from-text-expected.txt:
* platform/qt/svg/text/text-altglyph-01-b-expected.png:
* platform/qt/svg/text/text-altglyph-01-b-expected.txt:
* platform/qt/svg/text/text-deco-01-b-expected.png:
* platform/qt/svg/text/text-deco-01-b-expected.txt:
* platform/qt/svg/text/text-fill-opacity-expected.png:
* platform/qt/svg/text/text-fill-opacity-expected.txt:
* platform/qt/svg/text/text-fonts-02-t-expected.png:
* platform/qt/svg/text/text-fonts-02-t-expected.txt:
* platform/qt/svg/text/text-gradient-positioning-expected.png:
* platform/qt/svg/text/text-gradient-positioning-expected.txt:
* platform/qt/svg/text/text-midpoint-split-bug-expected.png:
* platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
* platform/qt/svg/text/text-path-middle-align-expected.txt:
* platform/qt/svg/text/text-repaint-rects-expected.png:
* platform/qt/svg/text/text-repaint-rects-expected.txt:
* platform/qt/svg/text/text-spacing-01-b-expected.png:
* platform/qt/svg/text/text-spacing-01-b-expected.txt:
* platform/qt/svg/text/text-tref-01-b-expected.png:
* platform/qt/svg/text/text-tref-01-b-expected.txt:
* platform/qt/svg/text/text-viewbox-rescale-expected.png:
* platform/qt/svg/text/text-viewbox-rescale-expected.txt:
* platform/qt/svg/text/textPathBoundsBug-expected.txt:
2012-07-20 Joshua Bell <jsbell@chromium.org>
IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
https://bugs.webkit.org/show_bug.cgi?id=86911
Reviewed by Tony Chang.
Added regression test based on repro steps in the bug.
* storage/indexeddb/request-continue-abort-expected.txt: Added.
* storage/indexeddb/request-continue-abort.html: Added.
* storage/indexeddb/resources/request-continue-abort.js: Added.
(test.request.onsuccess.request.onsuccess.request.onsuccess):
(test.request.onsuccess.request.onsuccess):
(test.request.onsuccess):
(test):
(onUpgrade):
(testCursor.request.onsuccess):
(testCursor.request.onerror):
(testCursor.transaction.onabort):
(testCursor):
2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/text rebaseline after new test fonts (part 3)
https://bugs.webkit.org/show_bug.cgi?id=91904
Unreviewed.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
* platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
* platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
* platform/qt/svg/text/append-text-node-to-tspan-expected.png:
* platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
* platform/qt/svg/text/ems-display-none-expected.png:
* platform/qt/svg/text/ems-display-none-expected.txt:
* platform/qt/svg/text/exs-display-none-expected.png:
* platform/qt/svg/text/exs-display-none-expected.txt:
* platform/qt/svg/text/foreignObject-repaint-expected.png:
* platform/qt/svg/text/foreignObject-repaint-expected.txt:
* platform/qt/svg/text/scaled-font-expected.png:
* platform/qt/svg/text/scaled-font-expected.txt:
* platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
* platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
* platform/qt/svg/text/text-tselect-01-b-expected.png:
* platform/qt/svg/text/text-tselect-01-b-expected.txt:
* platform/qt/svg/text/text-tspan-01-b-expected.png:
* platform/qt/svg/text/text-tspan-01-b-expected.txt:
* platform/qt/svg/text/text-ws-01-t-expected.png:
* platform/qt/svg/text/text-ws-01-t-expected.txt:
* platform/qt/svg/text/text-ws-02-t-expected.png:
* platform/qt/svg/text/text-ws-02-t-expected.txt:
2012-07-20 Andrew Scherkus <scherkus@chromium.org>
[chromium] Unreviewed rebaselined due to r123259.
* platform/chromium-linux/media/media-document-audio-repaint-expected.png:
* platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
* platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.txt:
* platform/chromium-mac/media/audio-controls-rendering-expected.txt:
* platform/chromium-mac/media/audio-repaint-expected.txt:
* platform/chromium-mac/media/controls-after-reload-expected.txt:
* platform/chromium-mac/media/controls-strict-expected.txt:
* platform/chromium-mac/media/controls-styling-expected.txt:
* platform/chromium-mac/media/controls-without-preload-expected.txt:
* platform/chromium-mac/media/media-controls-clone-expected.txt:
* platform/chromium-mac/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
* platform/chromium-mac/media/video-controls-rendering-expected.txt:
* platform/chromium-mac/media/video-display-toggle-expected.txt:
* platform/chromium-mac/media/video-empty-source-expected.txt:
* platform/chromium-mac/media/video-no-audio-expected.txt:
* platform/chromium-mac/media/video-playing-and-pause-expected.txt:
* platform/chromium-mac/media/video-zoom-controls-expected.txt:
* platform/chromium-win/fast/layers/video-layer-expected.txt:
* platform/chromium-win/media/audio-controls-rendering-expected.txt:
* platform/chromium-win/media/audio-repaint-expected.txt:
* platform/chromium-win/media/controls-after-reload-expected.txt:
* platform/chromium-win/media/controls-strict-expected.txt:
* platform/chromium-win/media/controls-styling-expected.txt:
* platform/chromium-win/media/controls-without-preload-expected.txt:
* platform/chromium-win/media/media-controls-clone-expected.txt:
* platform/chromium-win/media/media-document-audio-repaint-expected.png:
* platform/chromium-win/media/media-document-audio-repaint-expected.txt:
* platform/chromium-win/media/video-controls-rendering-expected.txt:
* platform/chromium-win/media/video-display-toggle-expected.txt:
* platform/chromium-win/media/video-empty-source-expected.txt:
* platform/chromium-win/media/video-no-audio-expected.txt:
* platform/chromium-win/media/video-playing-and-pause-expected.txt:
* platform/chromium-win/media/video-zoom-controls-expected.txt:
* platform/chromium/TestExpectations:
2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] ietestcenter needs rebaseline after new test fonts
https://bugs.webkit.org/show_bug.cgi?id=91886
Updating skipped tests inside ietestcenter. The following tests
remain skipped:
/css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
/css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
/css3/text/textshadow-002-expected.txt (missing bar on top of blue text)
Reviewed by Noam Rosenthal.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
* platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
* platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
* platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
* platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:
2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/text rebaseline after new test fonts (part 2)
https://bugs.webkit.org/show_bug.cgi?id=91902
Reviewed by Noam Rosenthal.
* platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
* platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
* platform/qt/svg/text/multichar-glyph-expected.png:
* platform/qt/svg/text/multichar-glyph-expected.txt:
* platform/qt/svg/text/selection-background-color-expected.png: Added.
* platform/qt/svg/text/selection-background-color-expected.txt:
* platform/qt/svg/text/selection-styles-expected.png:
* platform/qt/svg/text/selection-styles-expected.txt:
* platform/qt/svg/text/selection-tripleclick-expected.png:
* platform/qt/svg/text/selection-tripleclick-expected.txt:
* platform/qt/svg/text/text-align-01-b-expected.png:
* platform/qt/svg/text/text-align-01-b-expected.txt:
* platform/qt/svg/text/text-align-02-b-expected.png:
* platform/qt/svg/text/text-align-02-b-expected.txt:
* platform/qt/svg/text/text-align-03-b-expected.png:
* platform/qt/svg/text/text-align-03-b-expected.txt:
* platform/qt/svg/text/text-align-04-b-expected.png:
* platform/qt/svg/text/text-align-04-b-expected.txt:
* platform/qt/svg/text/text-align-05-b-expected.png:
* platform/qt/svg/text/text-align-05-b-expected.txt:
* platform/qt/svg/text/text-align-06-b-expected.png:
* platform/qt/svg/text/text-align-06-b-expected.txt:
* platform/qt/svg/text/text-path-01-b-expected.png:
* platform/qt/svg/text/text-path-01-b-expected.txt:
* platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
* platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:
2012-07-20 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] svg/text rebaseline after new test fonts (part 1)
https://bugs.webkit.org/show_bug.cgi?id=91762
Reviewed by Andreas Kling.
* platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
* platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
* platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
* platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
* platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
* platform/qt/svg/text/kerning-expected.png:
* platform/qt/svg/text/kerning-expected.txt:
* platform/qt/svg/text/small-fonts-2-expected.png:
* platform/qt/svg/text/small-fonts-2-expected.txt:
* platform/qt/svg/text/small-fonts-3-expected.png:
* platform/qt/svg/text/small-fonts-3-expected.txt:
* platform/qt/svg/text/small-fonts-expected.png:
* platform/qt/svg/text/small-fonts-expected.txt: Added.
* platform/qt/svg/text/small-fonts-in-html5-expected.png:
* platform/qt/svg/text/small-fonts-in-html5-expected.txt:
* platform/qt/svg/text/text-text-01-b-expected.png:
* platform/qt/svg/text/text-text-01-b-expected.txt:
* platform/qt/svg/text/text-text-03-b-expected.png:
* platform/qt/svg/text/text-text-03-b-expected.txt:
* platform/qt/svg/text/text-text-04-t-expected.png:
* platform/qt/svg/text/text-text-04-t-expected.txt:
* platform/qt/svg/text/text-text-05-t-expected.png:
* platform/qt/svg/text/text-text-05-t-expected.txt:
* platform/qt/svg/text/text-text-06-t-expected.png:
* platform/qt/svg/text/text-text-06-t-expected.txt:
* platform/qt/svg/text/text-text-07-t-expected.png:
* platform/qt/svg/text/text-text-07-t-expected.txt:
* platform/qt/svg/text/text-text-08-b-expected.png:
* platform/qt/svg/text/text-text-08-b-expected.txt:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. Remove a test that hasn't been
added to the tree yet.
* platform/chromium/TestExpectations:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, mark some tests as slow in debug.
* platform/chromium/TestExpectations:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, mark some tests as slow in debug.
* platform/chromium/TestExpectations:
2012-07-19 Andrew Scherkus <scherkus@chromium.org>
[chromium] CSS tweaks to media controls to prevent styles from being overridden
https://bugs.webkit.org/show_bug.cgi?id=91802
Reviewed by Eric Carlson.
* media/controls-styling-strict.html: Added.
* platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
* platform/chromium-linux/media/controls-styling-strict-expected.txt: Added.
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. Unskip some tests that just need new baselines.
* platform/chromium/TestExpectations:
2012-07-20 Tony Chang <tony@chromium.org>
[chromium] Rebaseline css3/filters/custom tests
https://bugs.webkit.org/show_bug.cgi?id=82372
Unreviewed, but unofficially reviewed by Chiculita Alexandru and Stephen White.
Add baselines for these tests. They are enabled and use the Mesa
software renderer.
* platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
* platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
* platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
* platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
* platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
* platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
* platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
* platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Added.
* platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Added.
* platform/chromium-win/css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png.
* platform/chromium/TestExpectations:
2012-07-20 Vincent Scheib <scheib@chromium.org>
Move pointer lock test resources to http/tests/resources in preparation for adding new tests to http.
https://bugs.webkit.org/show_bug.cgi?id=91882
Reviewed by Adrienne Walker.
* http/tests/resources/pointer-lock/pointer-lock-test-harness.js: Renamed from LayoutTests/pointer-lock/resources/pointer-lock-test-harness.js.
* pointer-lock/bug90391-move-then-window-open-crash.html:
* pointer-lock/lock-already-locked.html:
* pointer-lock/lock-element-not-in-dom.html:
* pointer-lock/lock-fail-responses.html:
* pointer-lock/locked-element-iframe-removed-from-dom.html:
* pointer-lock/locked-element-removed-from-dom.html:
* pointer-lock/mouse-event-api.html:
* pointer-lock/mouse-event-delivery.html:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
* pointer-lock/pointerlocklost-event.html:
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding platform-specific baseline for
fast/dom/Window/window-properties-performance.html that assumes jsHeapSizeLimit
attribute to be undefined, as expected for ports using JavaScriptCore.
* platform/gtk/TestExpectations:
* platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: Added.
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding image baseline for
fast/images/paletted-png-with-color-profile.html.
* platform/gtk/TestExpectations:
* platform/gtk/fast/images/paletted-png-with-color-profile-expected.png: Added.
2012-07-20 Stephen Chenney <schenney@chromium.org>
SVG Filter Effect sub-region not applied for some filters
https://bugs.webkit.org/show_bug.cgi?id=89767
Reviewed by Dirk Schulze.
Unreviewed test expectations update.
Numerous results changed by one pixel due to the difference between
clipping and pre-applying the filter subregion. Some feGaussianBlur
and feDropShadow results changed more, but that was expected.
* platform/chromium-linux-x86/svg/batik/filters: Removed.
* platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/chromium-linux/svg/batik/filters/feTile-expected.png:
* platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
* platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
* platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
* platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
* platform/chromium-linux/svg/filters/feDropShadow-expected.png:
* platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
* platform/chromium-linux/svg/filters/filterRes-expected.png:
* platform/chromium-linux/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
* platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
* platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
* platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/chromium-mac/svg/batik/filters/feTile-expected.png:
* platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
* platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
* platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
* platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
* platform/chromium-mac/svg/filters/feDropShadow-expected.png:
* platform/chromium-mac/svg/filters/feDropShadow-subregion-expected.png: Added.
* platform/chromium-mac/svg/filters/feGaussianBlur-expected.png:
* platform/chromium-mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
* platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
* platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
* platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
* platform/chromium-mac/svg/filters/feOffset-expected.png:
* platform/chromium-mac/svg/filters/feTile-expected.png:
* platform/chromium-mac/svg/filters/filter-placement-issue-expected.png:
* platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png:
* platform/chromium-mac/svg/filters/filterRes-expected.png:
* platform/chromium-mac/svg/filters/filterRes1-expected.png:
* platform/chromium-mac/svg/filters/filterRes3-expected.png:
* platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
* platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/chromium-win/svg/batik/filters/feTile-expected.png:
* platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
* platform/chromium-win/svg/batik/text/smallFonts-expected.png:
* platform/chromium-win/svg/batik/text/textFeatures-expected.png:
* platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
* platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
* platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
* platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
* platform/chromium-win/svg/filters/feDropShadow-expected.png:
* platform/chromium-win/svg/filters/feDropShadow-subregion-expected.png: Added.
* platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
* platform/chromium-win/svg/filters/feGaussianBlur-subregion-expected.png: Added.
* platform/chromium-win/svg/filters/feImage-subregions-expected.png:
* platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
* platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
* platform/chromium-win/svg/filters/feOffset-expected.png:
* platform/chromium-win/svg/filters/feTile-expected.png:
* platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
* platform/chromium-win/svg/filters/filter-placement-issue-expected.png:
* platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
* platform/chromium-win/svg/filters/filterRes-expected.png:
* platform/chromium-win/svg/filters/filterRes1-expected.png:
* platform/chromium-win/svg/filters/filterRes3-expected.png:
* platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
* platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
* platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
* platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium/TestExpectations:
2012-07-20 Joshua Bell <jsbell@chromium.org>
[chromium] Unreviewed test expectations update.
Un-marking various tests as flaky on WIN following rollback of r121610
in http://trac.webkit.org/changeset/123110. Investigation documented in:
https://bugs.webkit.org/show_bug.cgi?id=90469
* platform/chromium/TestExpectations:
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Generating baselines for two input placeholder tests that fail. The image
baselines used are from Chromium Linux that clearly denote what's missing
in the GTK port's output for these two tests, ignoring other marginal
rendering differences.
* platform/gtk/TestExpectations:
* platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
* platform/gtk/fast/forms/textarea: Added.
* platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
2012-07-20 Luciano Wolf <luciano.wolf@openbossa.org>
Fix missing css1/text_properties/text_transform.html results (txt)
https://bugs.webkit.org/show_bug.cgi?id=91875
Expected txt result was added.
Reviewed by Noam Rosenthal.
* platform/qt/css1/text_properties/text_transform-expected.txt: Added.
2012-07-20 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Added/updated missing fast/table results after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91621
Reviewed by Noam Rosenthal.
The following tests were failing after r122985:
fast/table/003.html = TEXT
fast/table/colspanMinWidth.html = TEXT
fast/table/spanOverlapRepaint.html = TEXT
fast/table/text-field-baseline.html = TEXT
This patch includes/updates the missing expectations.
* platform/qt-5.0-wk2/fast/table/003-expected.png:
* platform/qt-5.0-wk2/fast/table/003-expected.txt:
* platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Added.
* platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Added.
* platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Added.
* platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
* platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Added.
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, rebaselining a test after r117477.
* platform/gtk/TestExpectations:
* platform/gtk/tables/mozilla/bugs/bug10296-1-expected.png:
* platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=85591
Unreviewed, managing a few more unexpected passes for the GTK port.
Remove a few expectations for tests that were passing, reclassify some failures as
architecture-specific and add PASS expectations for a few tests that pass even though
they test features that are currently not supported on the GTK port.
* platform/gtk/TestExpectations:
2012-07-20 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding platform-specific baseline that's required
after changes in r123145.
* platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.
2012-07-20 Stephen Chenney <schenney@chromium.org>
Rebaseline failing test svg/as-image/svg-non-integer-scaled-image.html
Unreviewed test expectations update.
* platform/chromium/svg/as-image: Added.
* platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.
2012-07-20 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r123182.
http://trac.webkit.org/changeset/123182
https://bugs.webkit.org/show_bug.cgi?id=91863
Causing ASSERT crashes in tests accessibility/canvas.html and
accessibility/canvas-accessibilitynodeobject.html (Requested
by jernoble on #webkit).
* accessibility/canvas-accessibilitynodeobject-expected.txt: Removed.
* accessibility/canvas-accessibilitynodeobject.html: Removed.
2012-07-20 Stephen Chenney <schenney@chromium.org>
Fix chromium TestExpectations file.
Unreviewed build fix.
* platform/chromium/TestExpectations:
2012-07-20 Stephen Chenney <schenney@chromium.org>
Rebaseline Chromium results after r121171
https://bugs.webkit.org/show_bug.cgi?id=91474
Reviewed by Dan Bernstein.
Unreviewed test expectations update.
Values have changed by one pixel, which is expected given the description in the bug report.
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
* platform/chromium/svg/as-image: Removed.
* platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
* platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
* platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
* svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
[CSSRegions]Assert failure when layout positioned objects in regions
https://bugs.webkit.org/show_bug.cgi?id=90792
Reviewed by Andreas Kling.
Before clamping the containing block (for an out-of-flow positioned element
inside a named flow) to the region, we have to test whether the region is not
null, which can happen when the named flow does not have attached regions.
* fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
* fast/regions/positioned-vrl-in-named-flow.html: Added.
* fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
* fast/regions/positioned-vrl-in-parent-named-flow.html: Added.
* fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
* fast/regions/positioned-with-vrl-parent-in-named-flow.html: Added.
2012-07-20 Stephen Chenney <schenney@chromium.org>
SVG Filter Effect sub-region not applied for some filters
https://bugs.webkit.org/show_bug.cgi?id=89767
Reviewed by Dirk Schulze.
The filter effect region for SVG feGaussian and feDropShadow filters was incorrectly set,
failing to account for the radius of the blur. This patch fixes the problem and removes an
unneccessary clip operation when the filter result is blitted into the target. That clip
was clipping the shadow from webkit-shadow.
* platform/chromium/TestExpectations: Added temp entries for affected
tests. Will rebaseline later (not closing the bug in the meantime).
* svg/filters/feDropShadow-subregion-expected.png: Added.
* svg/filters/feDropShadow-subregion-expected.txt: Added.
* svg/filters/feDropShadow-subregion.svg: This verifies the subregion for feDropShadow.
* svg/filters/feGaussianBlur-subregion-expected.png: Added.
* svg/filters/feGaussianBlur-subregion-expected.txt: Added.
* svg/filters/feGaussianBlur-subregion.svg: This verifies the subregion for feGaussianBlur.
2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
Unreviewed. Skip regions inspector test on EFL.
* platform/efl/TestExpectations:
2012-07-20 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] http/tests/security/cross-frame-access-put.html test fail after r123145
https://bugs.webkit.org/show_bug.cgi?id=91830
Unreviewed gardening.
* platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.
2012-07-20 Andrei Poenaru <poenaru@adobe.com>
Web Inspector: Protocol Extension: add getNamedFlowCollection command
https://bugs.webkit.org/show_bug.cgi?id=91607
Reviewed by Pavel Feldman.
The test builds a webpage with 3 Named Flows in the main frame and 1 Named Flow in an iframe.
Because the getNamedFlowCollection command is executed with the main document node id as an argument,
it should return only the first 3 Named Flows.
* inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Added.
* inspector/styles/protocol-getNamedFlowCollection-command.html: Added.
2012-07-20 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening of failing tests
https://bugs.webkit.org/show_bug.cgi?id=91838
Unreviewed EFL gardening. Add failing tests to the Test Expectations.
* platform/efl/TestExpectations:
* platform/efl/fast/forms/state-restore-skip-stateless-expected.txt: Removed
the platform specific expected after r123066.
2012-07-20 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r123192. Skipped a new test.
* platform/qt/Skipped:
2012-07-20 Eugene Klyuchnikov <eustas.big@gmail.com>
Web Inspector: Timeline: forward compatibility for load.
https://bugs.webkit.org/show_bug.cgi?id=91714
Reviewed by Pavel Feldman.
Accept records of unrecognized types and render them as "unknown".
* inspector/timeline/timeline-load-incompatible-expected.txt: Added.
* inspector/timeline/timeline-load-incompatible.html: Added.
2012-07-20 Mihnea Ovidenie <mihnea@adobe.com>
[CSSRegions]Crash when flowing a region into itself
https://bugs.webkit.org/show_bug.cgi?id=90289
Reviewed by Andreas Kling.
If a region is designed to receive itself as content through a named flow, we avoid
a circular dependency by not attaching the region to the desired named flow.
In such occasions, the region's attached flow thread object is null and
we have to check this pointer before using it in RenderRegion::styleDidChange.
* fast/regions/flow-region-into-itself-crash-expected.txt: Added.
* fast/regions/flow-region-into-itself-crash.html: Added.
2012-07-17 Kinuko Yasuda <kinuko@chromium.org>
If value for responseType defined as type that not supported, it should not throw an exception in XHR 2
https://bugs.webkit.org/show_bug.cgi?id=90976
Reviewed by Alexey Proskuryakov.
Adding tests to see if setting invalid responseType does not throw an exception and does not change the value.
* fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt: Added.
* fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html: Added.
* fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
* fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Removed a line which tries to set invalid type (since we now have a separate test)
2012-07-20 Matt Falkenhagen <falken@chromium.org>
Show or hide <dialog> depending on the open attribute
https://bugs.webkit.org/show_bug.cgi?id=90931
Reviewed by Kent Tamura.
* fast/dom/HTMLDialogElement/dialog-open-expected.txt: Added.
* fast/dom/HTMLDialogElement/dialog-open.html: Added.
2012-07-20 Shinya Kawanaka <shinyak@chromium.org>
Needs pseudo id to point the inner element of an img elemnet for styling
https://bugs.webkit.org/show_bug.cgi?id=91590
Reviewed by Hajime Morita.
Uses pseudo id to confirm the style is applied to the inner element of an img element shadow.
* fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Added.
2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
2012-07-20 Keishi Hattori <keishi@webkit.org>
Fix crash in WebCore::HTMLInputElement::dataList
https://bugs.webkit.org/show_bug.cgi?id=91818
Reviewed by Kent Tamura.
* fast/forms/range/slider-appearance-crash-expected.txt: Added.
* fast/forms/range/slider-appearance-crash.html: Added.
2012-07-20 Yoshifumi Inoue <yosin@chromium.org>
Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.
2012-07-19 David Hyatt <hyatt@apple.com>
SVG not properly respecting max-width.
https://bugs.webkit.org/show_bug.cgi?id=91474
Reviewed by Dan Bernstein.
* svg/as-image/svg-intrinsic-size-rectangular-expected.html: Added.
* svg/as-image/svg-intrinsic-size-rectangular.html: Added.
* svg/as-image/svg-object-intrinsic-size-expected.html: Added.
* svg/as-image/svg-object-intrinsic-size.html: Added.
2012-07-19 Dominic Mazzoni <dmazzoni@google.com>
AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
https://bugs.webkit.org/show_bug.cgi?id=87899
Reviewed by Chris Fleizach.
This new test adds a bunch of elements to a normal container and the same elements to
a canvas subtree, then it iterates over all of the accessible objects within each
container and makes sure they have identical roles. Because we know the nodes in the
canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
are getting created for these nodes.
* accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
* accessibility/canvas-accessibilitynodeobject.html: Added.
2012-07-19 Kent Tamura <tkent@chromium.org>
Form state restore: Need to identify a form by its content
https://bugs.webkit.org/show_bug.cgi?id=91209
Reviewed by Hajime Morita.
* fast/forms/state-restore-broken-state-expected.txt:
Updated for the serialized format change.
* fast/forms/state-restore-per-form-expected.txt:
* fast/forms/state-restore-per-form.html:
- Add a control to #form2 before 'additionalControl'
We can't identify this form if the second named control is changed.
- Add test cases of webkit.org/b/91209#c0.
2012-07-19 Jeff Timanus <twiz@chromium.org>
[Chromium] Suppress tests requiring a rebaseline.
Skia roll to 4683 changes gradient rendering, and rebaselines are required.
https://bugs.webkit.org/show_bug.cgi?id=91797
Reviewed by Kenneth Russell.
* platform/chromium/TestExpectations:
2012-07-19 David Hyatt <hyatt@apple.com>
SVG images broken when max-width specified.
https://bugs.webkit.org/show_bug.cgi?id=91474
Reviewed by Dan Bernstein.
* svg/as-image/svg-intrinsic-size-expected.html: Added.
* svg/as-image/svg-intrinsic-size.html: Added.
2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
[CSS2.1] Anonymous tables should be inline/block-level based off their parent
https://bugs.webkit.org/show_bug.cgi?id=15365
Another unreviewed rebaseline after r123159 (gtk).
* fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
* platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
* platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
* platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2012-07-19 Erik Arvidsson <arv@chromium.org>
Fix test after r123145.
Unreviewed.
* fast/js/var-declarations-shadowing-expected.txt:
* fast/js/var-declarations-shadowing.html:
2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
[CSS2.1] Anonymous tables should be inline/block-level based off their parent
https://bugs.webkit.org/show_bug.cgi?id=15365
Unreviewed gardening after r123159.
* mathml/msub-anonymous-child-render-crash-expected.txt:
MathML wraps msub / mpub in inline-blocks so the table wrapper is now inline too which leads to this
baseline change.
* platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
* platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
* platform/mac-wk2/fast/dynamic: Added.
* platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
* platform/mac-wk2/mathml: Added.
* platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
* platform/mac-wk2/tables: Added.
* platform/mac-wk2/tables/mozilla: Added.
* platform/mac-wk2/tables/mozilla/bugs: Added.
* platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
* platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
* tables/mozilla/bugs/bug3037-1-expected.txt: Added.
2012-07-19 Tony Chang <tony@chromium.org>
Unreviewed gardening. Land chromium win and chromium-linux baselines for
fast/backgrounds/size/zero.html after r121296.
* fast/backgrounds/size/zero-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/zero-expected.txt.
* platform/chromium-linux/fast/backgrounds/size/zero-expected.png:
* platform/chromium-win-xp/fast/backgrounds/size/zero-expected.png: Added.
* platform/chromium-win/fast/backgrounds/size/zero-expected.png:
* platform/chromium-win/fast/backgrounds/size/zero-expected.txt:
* platform/chromium/TestExpectations:
* platform/gtk/fast/backgrounds/size/zero-expected.txt: Removed.
2012-07-19 Julien Chaffraix <jchaffraix@webkit.org>
[CSS2.1] Anonymous tables should be inline/block-level based off their parent
https://bugs.webkit.org/show_bug.cgi?id=15365
Reviewed by Abhishek Arya.
* css2.1/20110323/inline-table-002b-expected.htm: Added.
* css2.1/20110323/inline-table-002b.html: Added.
* fast/table/inline-table-in-continuation-expected.html: Added.
* fast/table/inline-table-in-continuation.html: Added.
Added a test for an anonymous inline table in a continuation.
* fast/table/inline-table-with-caption-expected.html: Added.
* fast/table/inline-table-with-caption.html: Added.
Added a test for a table-caption in inline-context.
* platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
This is a progression: we now properly make the table inline and don't wrap it in anonymous blocks.
* platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
This is a progression too. However we still have some differences with Firefox and Opera.
2012-07-19 Chris Fleizach <cfleizach@apple.com>
WebKit should pass <title> element value as the default AXTitle for web views
https://bugs.webkit.org/show_bug.cgi?id=91763
Reviewed by Anders Carlsson.
* platform/mac/accessibility/document-title-used-for-description-expected.txt: Added.
* platform/mac/accessibility/document-title-used-for-description.html: Added.
2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Added/updated missing fast/forms results after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91504
Reviewed by Noam Rosenthal.
The following tests were failing after r122879:
fast/forms/HTMLOptionElement_label06.html = TEXT
fast/forms/HTMLOptionElement_label07.html = TEXT
fast/forms/basic-inputs.html = TEXT
fast/forms/basic-textareas-quirks.html = TEXT
fast/forms/box-shadow-override.html = TEXT
fast/forms/control-restrict-line-height.html = TEXT
fast/forms/encoding-test.html = TEXT
fast/forms/fieldset-align.html = TEXT
fast/forms/form-element-geometry.html = TEXT
fast/forms/input-appearance-bkcolor.html = TEXT
fast/forms/input-appearance-default-bkcolor.html = TEXT
fast/forms/input-appearance-disabled.html = TEXT
fast/forms/input-appearance-focus.html = TEXT
fast/forms/input-appearance-preventDefault.html = TEXT
fast/forms/input-appearance-readonly.html = TEXT
fast/forms/input-appearance-selection.html = TEXT
fast/forms/input-appearance-visibility.html = TEXT
fast/forms/input-baseline.html = TEXT
fast/forms/input-disabled-color.html = TEXT
fast/forms/input-double-click-selection-gap-bug.html = TEXT
fast/forms/input-placeholder-visibility-1.html = TEXT
fast/forms/input-placeholder-visibility-3.html = TEXT
fast/forms/input-readonly-dimmed.html = TEXT
fast/forms/input-readonly-empty.html = TEXT
fast/forms/input-spaces.html = TEXT
fast/forms/input-text-click-inside.html = TEXT
fast/forms/input-text-double-click.html = TEXT
fast/forms/input-text-option-delete.html = TEXT
fast/forms/input-text-self-emptying-click.html = TEXT
fast/forms/input-text-word-wrap.html = TEXT
fast/forms/input-width.html = TEXT
fast/forms/menulist-separator-painting.html = TEXT
fast/forms/number/input-appearance-number-rtl.html = TEXT
fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = TEXT
fast/forms/number/input-appearance-spinbutton-layer.html = TEXT
fast/forms/placeholder-position.html = TEXT
fast/forms/placeholder-pseudo-style.html = TEXT
fast/forms/search-cancel-button-style-sharing.html = TEXT
fast/forms/search-display-none-cancel-button.html = TEXT
fast/forms/search-rtl.html = TEXT
fast/forms/search-vertical-alignment.html = TEXT
fast/forms/select-background-none.html = TEXT
fast/forms/select-baseline.html = TEXT
fast/forms/selectlist-minsize.html = TEXT
fast/forms/text-style-color.html = TEXT
fast/forms/textarea-align.html = TEXT
fast/forms/textarea-placeholder-pseudo-style.html = TEXT
fast/forms/textarea-placeholder-visibility-1.html = TEXT
fast/forms/textarea-placeholder-visibility-2.html = TEXT
fast/forms/textarea-setinnerhtml.html = TEXT
fast/forms/textfield-focus-ring.html = TEXT
fast/forms/textfield-outline.html = TEXT
fast/forms/textfield-overflow.html = TEXT
This patch includes/updates the missing expectations.
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt:
* platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
* platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
* platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png:
* platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt:
* platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt.
* platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt:
* platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt:
* platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
* platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
* platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
* platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png:
* platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt:
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Added.
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 6] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91142
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/text_properties directory
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Removed.
* platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Removed.
* platform/qt/css1/text_properties/letter_spacing-expected.png:
* platform/qt/css1/text_properties/letter_spacing-expected.txt:
* platform/qt/css1/text_properties/line_height-expected.png:
* platform/qt/css1/text_properties/line_height-expected.txt:
* platform/qt/css1/text_properties/text_align-expected.png:
* platform/qt/css1/text_properties/text_align-expected.txt:
* platform/qt/css1/text_properties/text_decoration-expected.png:
* platform/qt/css1/text_properties/text_decoration-expected.txt:
* platform/qt/css1/text_properties/text_indent-expected.png:
* platform/qt/css1/text_properties/text_indent-expected.txt:
* platform/qt/css1/text_properties/text_transform-expected.png:
* platform/qt/css1/text_properties/vertical_align-expected.png:
* platform/qt/css1/text_properties/vertical_align-expected.txt:
* platform/qt/css1/text_properties/word_spacing-expected.png:
* platform/qt/css1/text_properties/word_spacing-expected.txt:
2012-07-19 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. Rebaseline some tests after r115846.
* platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.png:
* platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png:
* platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png:
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
* platform/chromium/TestExpectations:
2012-07-19 Simon Fraser <simon.fraser@apple.com>
Keep overlap testing on for descendants of an animating element
https://bugs.webkit.org/show_bug.cgi?id=91787
Reviewed by Beth Dakin.
Test with two layers inside an animating container; one should be composited
because of overlap, the other should not be.
* compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
* compositing/layer-creation/animation-overlap-with-children.html: Added.
2012-07-19 Simon Fraser <simon.fraser@apple.com>
Keep overlap testing on for descendants of an animating element
https://bugs.webkit.org/show_bug.cgi?id=91787
Reviewed by Beth Dakin.
Test with two layers inside an animating container; one should be composited
because of overlap, the other should not be.
* compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
* compositing/layer-creation/animation-overlap-with-children.html: Added.
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 5] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91140
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/[pseudo, units] directories
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt/css1/pseudo/anchor-expected.png:
* platform/qt/css1/pseudo/anchor-expected.txt:
* platform/qt/css1/pseudo/firstletter-expected.png:
* platform/qt/css1/pseudo/firstletter-expected.txt:
* platform/qt/css1/pseudo/firstline-expected.png:
* platform/qt/css1/pseudo/firstline-expected.txt:
* platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
* platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
* platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
* platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
* platform/qt/css1/units/color_units-expected.png:
* platform/qt/css1/units/color_units-expected.txt:
* platform/qt/css1/units/length_units-expected.png:
* platform/qt/css1/units/length_units-expected.txt:
* platform/qt/css1/units/percentage_units-expected.png:
* platform/qt/css1/units/percentage_units-expected.txt:
* platform/qt/css1/units/urls-expected.png:
* platform/qt/css1/units/urls-expected.txt:
2012-07-19 Dan Bernstein <mitz@apple.com>
In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
https://bugs.webkit.org/show_bug.cgi?id=91780
Reviewed by Anders Carlsson.
* fast/writing-mode/flipped-blocks-text-map-local-to-container-expected.txt: Added.
* fast/writing-mode/flipped-blocks-text-map-local-to-container.html: Added.
2012-07-19 Erik Arvidsson <arv@chromium.org>
Window top should not be replaceable
https://bugs.webkit.org/show_bug.cgi?id=91755
Reviewed by Adam Barth.
Window top is readonly and unforgable and should not be replaceable.
http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object
This change brings JSC inline with all other browsers.
* fast/dom/Window/get-set-properties-expected.txt:
* fast/dom/Window/get-set-properties.html:
* fast/dom/Window/window-property-shadowing-expected.txt:
* fast/dom/Window/window-property-shadowing.html:
* platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Removed.
* platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Removed.
2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] Added/updated missing fast/text results after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91570
Reviewed by Noam Rosenthal.
The following tests were failing after r122971:
fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
fast/text/textIteratorNilRenderer.html = TEXT
fast/text/whitespace/030.html = TEXT
This patch includes/updates the missing expectations.
* platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
* platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
* platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
* platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
* platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
* platform/qt/fast/text/whitespace/030-expected.png:
* platform/qt/fast/text/whitespace/030-expected.txt:
2012-07-19 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, marking three svg/W3C-SVG-1.1 tests as flaky.
* platform/gtk/TestExpectations:
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] platform/qt/[scrollbars, transforms, transitions] directories need update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91271
Batch of expected result files reviewed. It comprises
scrollbars, transforms, transitions directories.
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/scrollbars/basic-scrollbar-expected.png: Added.
* platform/qt/scrollbars/basic-scrollbar-expected.txt:
* platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
* platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
* platform/qt/scrollbars/disabled-scrollbar-expected.png: Added.
* platform/qt/scrollbars/disabled-scrollbar-expected.txt:
* platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
* platform/qt/scrollbars/listbox-scrollbar-combinations-expected.txt:
* platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/qt/scrollbars/overflow-scrollbar-combinations-expected.txt:
* platform/qt/scrollbars/scrollbar-buttons-expected.png: Added.
* platform/qt/scrollbars/scrollbar-buttons-expected.txt:
* platform/qt/scrollbars/scrollbar-orientation-expected.png: Added.
* platform/qt/scrollbars/scrollbar-orientation-expected.txt:
* platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
* platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
* platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
* platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt:
* platform/qt/transforms/2d/transform-borderbox-expected.png:
* platform/qt/transforms/2d/transform-borderbox-expected.txt:
* platform/qt/transforms/2d/transform-fixed-container-expected.png:
* platform/qt/transforms/2d/transform-fixed-container-expected.txt:
* platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
* platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
* platform/qt/transforms/2d/zoom-menulist-expected.png:
* platform/qt/transforms/2d/zoom-menulist-expected.txt:
* platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt:
* platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/qt/transforms/svg-vs-css-expected.png:
* platform/qt/transforms/svg-vs-css-expected.txt:
* platform/qt/transitions/cross-fade-background-image-expected.png:
* platform/qt/transitions/cross-fade-background-image-expected.txt:
* platform/qt/transitions/cross-fade-border-image-expected.png:
* platform/qt/transitions/cross-fade-border-image-expected.txt:
* platform/qt/transitions/move-after-transition-expected.png: Added.
* platform/qt/transitions/move-after-transition-expected.txt:
* platform/qt/transitions/svg-text-shadow-transition-expected.png:
* platform/qt/transitions/svg-text-shadow-transition-expected.txt:
2012-07-19 Jer Noble <jer.noble@apple.com>
[WK2] storage/domstorage/storage-close-database-on-idle.html failing on WK2
https://bugs.webkit.org/show_bug.cgi?id=91778
Unreviewed gardening. Add failing test to the mac-wk2 Skipped list.
* platform/mac-wk2/Skipped:
2012-07-19 Robert Hogan <robert@webkit.org>
[Qt] Skip tests after r123130
Unreviewed.
Tests added in r123130 fail on Qt. Created bug 91772
* platform/qt/Skipped:
2012-07-19 Jer Noble <jer.noble@apple.com>
Layout Test css3/filters/custom/custom-filter-animation.html is failing
https://bugs.webkit.org/show_bug.cgi?id=91769
Unreviewed gardening. Add this failing test to the Test Expectations, and remove
the custom-filter-shader-cache test from the Skipped list.
* platform/mac/Skipped:
* platform/mac/TestExpectations:
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 4] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91134
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/[font_properties, formatting_model] directories
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt/css1/font_properties/font-expected.png:
* platform/qt/css1/font_properties/font-expected.txt:
* platform/qt/css1/font_properties/font_family-expected.png:
* platform/qt/css1/font_properties/font_family-expected.txt:
* platform/qt/css1/font_properties/font_size-expected.png:
* platform/qt/css1/font_properties/font_size-expected.txt:
* platform/qt/css1/font_properties/font_style-expected.png:
* platform/qt/css1/font_properties/font_style-expected.txt:
* platform/qt/css1/font_properties/font_variant-expected.png:
* platform/qt/css1/font_properties/font_variant-expected.txt:
* platform/qt/css1/font_properties/font_weight-expected.png:
* platform/qt/css1/font_properties/font_weight-expected.txt:
* platform/qt/css1/formatting_model/canvas-expected.png:
* platform/qt/css1/formatting_model/canvas-expected.txt:
* platform/qt/css1/formatting_model/height_of_lines-expected.png:
* platform/qt/css1/formatting_model/height_of_lines-expected.txt:
* platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
* platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
* platform/qt/css1/formatting_model/inline_elements-expected.png:
* platform/qt/css1/formatting_model/inline_elements-expected.txt:
* platform/qt/css1/formatting_model/replaced_elements-expected.png:
* platform/qt/css1/formatting_model/replaced_elements-expected.txt:
* platform/qt/css1/formatting_model/vertical_formatting-expected.png:
* platform/qt/css1/formatting_model/vertical_formatting-expected.txt:
2012-07-19 Raymond Toy <rtoy@google.com>
Limit maximum delay of DelayNode.
https://bugs.webkit.org/show_bug.cgi?id=91675
Reviewed by Kenneth Russell.
Test that a DelayNode limits the specified max delay to the
expected maximum allowed delay.
* webaudio/delaynode-maxdelaylimit-expected.txt: Added.
* webaudio/delaynode-maxdelaylimit.html: Added.
2012-07-14 Robert Hogan <robert@webkit.org>
CSS 2.1 failure: text-indent-intrinsic-003 fails
https://bugs.webkit.org/show_bug.cgi?id=80576
Reviewed by Eric Seidel.
* css2.1/20110323/text-indent-intrinsic-001-expected.html: Added.
* css2.1/20110323/text-indent-intrinsic-001.htm: Added.
* css2.1/20110323/text-indent-intrinsic-002-expected.html: Added.
* css2.1/20110323/text-indent-intrinsic-002.htm: Added.
* css2.1/20110323/text-indent-intrinsic-003-expected.html: Added.
* css2.1/20110323/text-indent-intrinsic-003.htm: Added.
* css2.1/20110323/text-indent-intrinsic-004-expected.html: Added.
* css2.1/20110323/text-indent-intrinsic-004.htm: Added.
2012-07-19 Douglas Stockwell <dstockwell@google.com>
Crash in WebCore::StyleResolver::collectMatchingRulesForList
https://bugs.webkit.org/show_bug.cgi?id=90803
Reviewed by Andreas Kling.
* fast/css/xml-stylesheet-removed-expected.txt: Added.
* fast/css/xml-stylesheet-removed.xhtml: Added.
2012-07-19 Jer Noble <jer.noble@apple.com>
Layout Test css3/filters/custom/custom-filter-shader-cache.html is failing
https://bugs.webkit.org/show_bug.cgi?id=84813
Unreviewed. Add this failing test to the mac Skipped file.
* platform/mac/Skipped:
2012-07-19 Bem Jones-Bey <bjonesbe@adobe.com>
Shape-inside / shape-outside should support percent-based measurements
https://bugs.webkit.org/show_bug.cgi?id=90311
Reviewed by Andreas Kling.
Added tests for percent based lengths for exclusion shapes.
* fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
* fast/exclusions/parsing-wrap-shape-lengths.html:
2012-07-19 James Simonsen <simonjam@chromium.org>
Regression(120096): Protect the element used by ImageLoader until the end of notifyFinished().
https://bugs.webkit.org/show_bug.cgi?id=90471
Reviewed by Brady Eidson.
* http/tests/security/video-poster-cross-origin-crash-expected.txt: Added.
* http/tests/security/video-poster-cross-origin-crash.html: Added. From fuzzer.
2012-07-19 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
[Qt] platform/qt/editing/execCommand tests needs update after rebaseline and new testfonts (37)
https://bugs.webkit.org/show_bug.cgi?id=91246
Reviewed by Ryosuke Niwa.
Removing left-over skipped tests.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/Skipped:
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 3] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91132
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/[color_and_background, conformance] directories
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt/css1/color_and_background/background-expected.png:
* platform/qt/css1/color_and_background/background-expected.txt:
* platform/qt/css1/color_and_background/background_attachment-expected.png:
* platform/qt/css1/color_and_background/background_attachment-expected.txt:
* platform/qt/css1/color_and_background/background_color-expected.png:
* platform/qt/css1/color_and_background/background_color-expected.txt:
* platform/qt/css1/color_and_background/background_image-expected.png:
* platform/qt/css1/color_and_background/background_image-expected.txt:
* platform/qt/css1/color_and_background/background_position-expected.png:
* platform/qt/css1/color_and_background/background_position-expected.txt:
* platform/qt/css1/color_and_background/background_repeat-expected.png:
* platform/qt/css1/color_and_background/background_repeat-expected.txt:
* platform/qt/css1/color_and_background/color-expected.png:
* platform/qt/css1/color_and_background/color-expected.txt:
* platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
* platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:
2012-07-19 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening.
Use the WONTFIX modifier for failing tests that the GTK port is not able to pass
due to unsupportable features or specific nature of the tests. The WONTFIX tests
are placed at the top of the 'Expected failures' section in the TestExpectations
file.
For starters the list contains the harness test for reftests mismatch, the tests
that utilize the modal dialog (which won't be supported in WebKit1) and various
V8 and Mac-specific tests
* platform/gtk/TestExpectations:
2012-07-19 Tony Chang <tony@chromium.org>
Unreviewed gardening. Update chromium-mac results after r123053.
* platform/chromium-mac/fast/inline/002-expected.txt: Added.
* platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2012-07-19 Tony Chang <tony@chromium.org>
Unreviewed gardening. Update chromium-mac results after r123053.
* platform/chromium-mac/fast/inline/002-expected.txt: Added.
* platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.
2012-07-19 Tony Chang <tony@chromium.org>
Unreviewed gardening. Update chromium expectations after r123067.
* platform/chromium/TestExpectations:
2012-07-19 Joshua Bell <jsbell@chromium.org>
IndexedDB: Throw native TypeErrors per spec
https://bugs.webkit.org/show_bug.cgi?id=91679
Reviewed by Kentaro Hara.
* storage/indexeddb/cursor-advance-expected.txt:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics-workers-expected.txt:
* storage/indexeddb/objectstore-cursor-expected.txt:
* storage/indexeddb/resources/cursor-advance.js:
(testBadAdvance.advanceBadly):
(testBadAdvance):
* storage/indexeddb/resources/index-basics.js:
(openKeyCursor):
(openObjectCursor):
* storage/indexeddb/resources/objectstore-cursor.js:
(deleteExisting):
* storage/indexeddb/resources/transaction-basics.js:
(testInvalidMode):
* storage/indexeddb/transaction-basics-expected.txt:
2012-07-19 Tony Chang <tony@chromium.org>
Unreviewed gardening. Update chromium results for shrink-to-column-height-for-pagination.html after 123051.
* platform/chromium-win/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
* platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2012-07-19 Joshua Bell <jsbell@chromium.org>
Roll out r121610 and r122487 which may have been causing flaky crashes
https://bugs.webkit.org/show_bug.cgi?id=91637
Reviewed by Kentaro Hara.
Flaky crashes started in random tests following r121610. It's not clear
that r121610 is to blame, but we'd like to prove or disprove it.
If this doesn't resolve the crashes, this patch should be rolled out.
* plugins/npruntime/leak-window-scriptable-object-expected.txt: Removed.
* plugins/npruntime/leak-window-scriptable-object.html: Removed.
2012-07-19 Joshua Bell <jsbell@chromium.org>
[chromium] Unreviewed gardening, fix malfomed BUG markers in TestExpectations
* platform/chromium/TestExpectations:
2012-07-19 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding missing baseline required after r122761.
* platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
* platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2012-07-19 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 2] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91026
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/[basic, cascade, classification] directories
Reviewed by Simon Hausmann.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt/css1/basic/class_as_selector-expected.png:
* platform/qt/css1/basic/class_as_selector-expected.txt:
* platform/qt/css1/basic/comments-expected.png:
* platform/qt/css1/basic/comments-expected.txt:
* platform/qt/css1/basic/containment-expected.png:
* platform/qt/css1/basic/containment-expected.txt:
* platform/qt/css1/basic/contextual_selectors-expected.png:
* platform/qt/css1/basic/contextual_selectors-expected.txt:
* platform/qt/css1/basic/grouping-expected.png:
* platform/qt/css1/basic/grouping-expected.txt:
* platform/qt/css1/basic/id_as_selector-expected.png:
* platform/qt/css1/basic/id_as_selector-expected.txt:
* platform/qt/css1/basic/inheritance-expected.png:
* platform/qt/css1/basic/inheritance-expected.txt:
* platform/qt/css1/cascade/cascade_order-expected.png:
* platform/qt/css1/cascade/cascade_order-expected.txt:
* platform/qt/css1/cascade/important-expected.png:
* platform/qt/css1/cascade/important-expected.txt:
* platform/qt/css1/classification/display-expected.png:
* platform/qt/css1/classification/display-expected.txt:
* platform/qt/css1/classification/list_style-expected.png:
* platform/qt/css1/classification/list_style-expected.txt:
* platform/qt/css1/classification/list_style_image-expected.png:
* platform/qt/css1/classification/list_style_image-expected.txt:
* platform/qt/css1/classification/list_style_position-expected.png:
* platform/qt/css1/classification/list_style_position-expected.txt:
* platform/qt/css1/classification/list_style_type-expected.png:
* platform/qt/css1/classification/list_style_type-expected.txt:
* platform/qt/css1/classification/white_space-expected.png:
* platform/qt/css1/classification/white_space-expected.txt:
2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] platform/qt/svg/W3C-SVG-* tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91092
Unreviewed rebaseline.
* platform/qt-5.0/Skipped:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
* platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
* platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:
2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] from platform/qt/fast/dynamic to platform/qt/fast/multicol tests needs update after new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91739
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/dynamic/002-expected.png:
* platform/qt/fast/dynamic/002-expected.txt:
* platform/qt/fast/dynamic/004-expected.png:
* platform/qt/fast/dynamic/004-expected.txt:
* platform/qt/fast/dynamic/006-expected.png:
* platform/qt/fast/dynamic/006-expected.txt:
* platform/qt/fast/dynamic/007-expected.png:
* platform/qt/fast/dynamic/007-expected.txt:
* platform/qt/fast/dynamic/008-expected.png:
* platform/qt/fast/dynamic/008-expected.txt:
* platform/qt/fast/dynamic/009-expected.png:
* platform/qt/fast/dynamic/009-expected.txt:
* platform/qt/fast/dynamic/011-expected.png:
* platform/qt/fast/dynamic/011-expected.txt:
* platform/qt/fast/dynamic/012-expected.png:
* platform/qt/fast/dynamic/012-expected.txt:
* platform/qt/fast/dynamic/013-expected.png:
* platform/qt/fast/dynamic/013-expected.txt:
* platform/qt/fast/dynamic/014-expected.png:
* platform/qt/fast/dynamic/014-expected.txt:
* platform/qt/fast/dynamic/015-expected.png:
* platform/qt/fast/dynamic/015-expected.txt:
* platform/qt/fast/dynamic/anchor-lock-expected.png:
* platform/qt/fast/dynamic/anchor-lock-expected.txt:
* platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
* platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
* platform/qt/fast/dynamic/containing-block-change-expected.png:
* platform/qt/fast/dynamic/containing-block-change-expected.txt:
* platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
* platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
* platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
* platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
* platform/qt/fast/dynamic/float-withdrawal-expected.png:
* platform/qt/fast/dynamic/float-withdrawal-expected.txt:
* platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
* platform/qt/fast/dynamic/layer-hit-test-crash-expected.png:
* platform/qt/fast/dynamic/layer-hit-test-crash-expected.txt:
* platform/qt/fast/dynamic/link-href-change-expected.png:
* platform/qt/fast/dynamic/link-href-change-expected.txt:
* platform/qt/fast/dynamic/noninlinebadness-expected.png:
* platform/qt/fast/dynamic/noninlinebadness-expected.txt:
* platform/qt/fast/dynamic/outerHTML-doc-expected.png:
* platform/qt/fast/dynamic/outerHTML-doc-expected.txt:
* platform/qt/fast/dynamic/outerHTML-img-expected.png:
* platform/qt/fast/dynamic/outerHTML-img-expected.txt:
* platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
* platform/qt/fast/dynamic/selection-highlight-adjust-expected.txt:
* platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
* platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.txt:
* platform/qt/fast/dynamic/view-overflow-expected.png:
* platform/qt/fast/dynamic/view-overflow-expected.txt:
* platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
* platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
* platform/qt/fast/dynamic/window-scrollbars-test-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-and-click-expected.png.
* platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
* platform/qt/fast/encoding/utf-16-big-endian-expected.png:
* platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
* platform/qt/fast/encoding/utf-16-little-endian-expected.png:
* platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
* platform/qt/fast/events/context-no-deselect-expected.png:
* platform/qt/fast/events/context-no-deselect-expected.txt:
* platform/qt/fast/events/event-listener-on-link-expected.png: Added.
* platform/qt/fast/events/event-listener-on-link-expected.txt:
* platform/qt/fast/events/pointer-events-2-expected.png: Added.
* platform/qt/fast/events/pointer-events-2-expected.txt:
* platform/qt/fast/events/resize-events-expected.png:
* platform/qt/fast/events/resize-events-expected.txt:
* platform/qt/fast/events/reveal-link-when-focused-expected.png:
* platform/qt/fast/events/reveal-link-when-focused-expected.txt:
* platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
* platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
* platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
* platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
* platform/qt/fast/flexbox/001-expected.png: Added.
* platform/qt/fast/flexbox/001-expected.txt:
* platform/qt/fast/flexbox/002-expected.png:
* platform/qt/fast/flexbox/002-expected.txt:
* platform/qt/fast/flexbox/003-expected.png:
* platform/qt/fast/flexbox/003-expected.txt:
* platform/qt/fast/flexbox/004-expected.png: Added.
* platform/qt/fast/flexbox/004-expected.txt:
* platform/qt/fast/flexbox/005-expected.png: Added.
* platform/qt/fast/flexbox/005-expected.txt:
* platform/qt/fast/flexbox/006-expected.png: Added.
* platform/qt/fast/flexbox/006-expected.txt:
* platform/qt/fast/flexbox/007-expected.png: Added.
* platform/qt/fast/flexbox/007-expected.txt:
* platform/qt/fast/flexbox/008-expected.png: Added.
* platform/qt/fast/flexbox/008-expected.txt:
* platform/qt/fast/flexbox/009-expected.png: Added.
* platform/qt/fast/flexbox/009-expected.txt:
* platform/qt/fast/flexbox/010-expected.png: Added.
* platform/qt/fast/flexbox/010-expected.txt:
* platform/qt/fast/flexbox/011-expected.png: Added.
* platform/qt/fast/flexbox/011-expected.txt:
* platform/qt/fast/flexbox/012-expected.png: Added.
* platform/qt/fast/flexbox/012-expected.txt:
* platform/qt/fast/flexbox/013-expected.png: Added.
* platform/qt/fast/flexbox/013-expected.txt:
* platform/qt/fast/flexbox/014-expected.png: Added.
* platform/qt/fast/flexbox/014-expected.txt:
* platform/qt/fast/flexbox/015-expected.png: Added.
* platform/qt/fast/flexbox/015-expected.txt:
* platform/qt/fast/flexbox/016-expected.png: Added.
* platform/qt/fast/flexbox/016-expected.txt:
* platform/qt/fast/flexbox/017-expected.png: Added.
* platform/qt/fast/flexbox/017-expected.txt:
* platform/qt/fast/flexbox/018-expected.png: Added.
* platform/qt/fast/flexbox/018-expected.txt:
* platform/qt/fast/flexbox/019-expected.png: Added.
* platform/qt/fast/flexbox/019-expected.txt:
* platform/qt/fast/flexbox/020-expected.png: Added.
* platform/qt/fast/flexbox/020-expected.txt:
* platform/qt/fast/flexbox/021-expected.png: Added.
* platform/qt/fast/flexbox/021-expected.txt:
* platform/qt/fast/flexbox/022-expected.png: Added.
* platform/qt/fast/flexbox/022-expected.txt:
* platform/qt/fast/flexbox/023-expected.png:
* platform/qt/fast/flexbox/023-expected.txt:
* platform/qt/fast/flexbox/024-expected.png:
* platform/qt/fast/flexbox/024-expected.txt:
* platform/qt/fast/flexbox/025-expected.png: Added.
* platform/qt/fast/flexbox/025-expected.txt:
* platform/qt/fast/flexbox/026-expected.png: Added.
* platform/qt/fast/flexbox/026-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
* platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.png:
* platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
* platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
* platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt:
* platform/qt/fast/frames/frame-navigation-expected.png:
* platform/qt/fast/frames/frame-navigation-expected.txt:
* platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
* platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
* platform/qt/fast/frames/frameElement-frame-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-2-and-click-expected.png.
* platform/qt/fast/frames/frameElement-frame-expected.txt:
* platform/qt/fast/frames/frameElement-iframe-expected.png: Added.
* platform/qt/fast/frames/frameElement-iframe-expected.txt:
* platform/qt/fast/frames/frameset-style-recalc-expected.png: Added.
* platform/qt/fast/frames/frameset-style-recalc-expected.txt:
* platform/qt/fast/frames/iframe-option-crash-expected.png: Added.
* platform/qt/fast/frames/iframe-option-crash-expected.txt:
* platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
* platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
* platform/qt/fast/frames/iframe-with-frameborder-expected.png: Added.
* platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
* platform/qt/fast/frames/inline-object-inside-frameset-expected.png: Added.
* platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
* platform/qt/fast/frames/take-focus-from-iframe-expected.png:
* platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
* platform/qt/fast/frames/viewsource-attribute-expected.png:
* platform/qt/fast/frames/viewsource-attribute-expected.txt:
* platform/qt/fast/frames/viewsource-on-image-file-expected.png:
* platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
* platform/qt/fast/gradients/crash-on-zero-radius-expected.png: Added.
* platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
* platform/qt/fast/gradients/list-item-gradient-expected.png: Added.
* platform/qt/fast/gradients/list-item-gradient-expected.txt:
* platform/qt/fast/gradients/radial-centered-expected.png:
* platform/qt/fast/gradients/radial-centered-expected.txt:
* platform/qt/fast/history/visited-link-background-color-expected.png:
* platform/qt/fast/history/visited-link-background-color-expected.txt:
* platform/qt/fast/html/details-add-child-1-expected.png:
* platform/qt/fast/html/details-add-child-1-expected.txt:
* platform/qt/fast/html/details-add-child-2-expected.png:
* platform/qt/fast/html/details-add-child-2-expected.txt:
* platform/qt/fast/html/details-add-details-child-1-expected.png:
* platform/qt/fast/html/details-add-details-child-1-expected.txt:
* platform/qt/fast/html/details-add-details-child-2-expected.png:
* platform/qt/fast/html/details-add-details-child-2-expected.txt:
* platform/qt/fast/html/details-add-summary-1-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-10-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-2-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-3-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-4-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-5-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-6-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-7-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-8-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-9-and-click-expected.png:
* platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
* platform/qt/fast/html/details-add-summary-child-1-expected.png:
* platform/qt/fast/html/details-add-summary-child-1-expected.txt:
* platform/qt/fast/html/details-add-summary-child-2-expected.png:
* platform/qt/fast/html/details-add-summary-child-2-expected.txt:
* platform/qt/fast/html/details-marker-style-expected.png:
* platform/qt/fast/html/details-marker-style-expected.txt:
* platform/qt/fast/html/details-nested-1-expected.png:
* platform/qt/fast/html/details-nested-1-expected.txt:
* platform/qt/fast/html/details-nested-2-expected.png:
* platform/qt/fast/html/details-nested-2-expected.txt:
* platform/qt/fast/html/details-no-summary4-expected.png:
* platform/qt/fast/html/details-no-summary4-expected.txt:
* platform/qt/fast/html/details-open-javascript-expected.png:
* platform/qt/fast/html/details-open-javascript-expected.txt:
* platform/qt/fast/html/details-open2-expected.png:
* platform/qt/fast/html/details-open2-expected.txt:
* platform/qt/fast/html/details-open4-expected.png:
* platform/qt/fast/html/details-open4-expected.txt:
* platform/qt/fast/html/details-position-expected.png:
* platform/qt/fast/html/details-position-expected.txt:
* platform/qt/fast/html/details-remove-child-1-expected.png:
* platform/qt/fast/html/details-remove-child-1-expected.txt:
* platform/qt/fast/html/details-remove-child-2-expected.png:
* platform/qt/fast/html/details-remove-child-2-expected.txt:
* platform/qt/fast/html/details-remove-summary-1-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-2-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-3-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-4-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-5-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-6-and-click-expected.png:
* platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
* platform/qt/fast/html/details-remove-summary-child-1-expected.png:
* platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
* platform/qt/fast/html/details-remove-summary-child-2-expected.png:
* platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
* platform/qt/fast/html/details-replace-summary-child-expected.png:
* platform/qt/fast/html/details-replace-summary-child-expected.txt:
* platform/qt/fast/html/details-replace-text-expected.png:
* platform/qt/fast/html/details-replace-text-expected.txt:
* platform/qt/fast/html/details-writing-mode-expected.png:
* platform/qt/fast/html/details-writing-mode-expected.txt:
* platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png:
* platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
* platform/qt/fast/html/link-rel-stylesheet-expected.png: Added.
* platform/qt/fast/html/link-rel-stylesheet-expected.txt:
* platform/qt/fast/html/listing-expected.png:
* platform/qt/fast/html/listing-expected.txt:
* platform/qt/fast/html/marquee-scroll-expected.png: Added.
* platform/qt/fast/html/marquee-scroll-expected.txt:
* platform/qt/fast/html/marquee-scrollamount-expected.png:
* platform/qt/fast/html/marquee-scrollamount-expected.txt:
* platform/qt/fast/images/animated-gif-with-offsets-expected.png: Added.
* platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
* platform/qt/fast/images/image-map-anchor-children-expected.png: Added.
* platform/qt/fast/images/image-map-anchor-children-expected.txt:
* platform/qt/fast/images/imagemap-case-expected.png: Added.
* platform/qt/fast/images/imagemap-case-expected.txt:
* platform/qt/fast/images/imagemap-circle-focus-ring-expected.png:
* platform/qt/fast/images/imagemap-circle-focus-ring-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
* platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
* platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt:
* platform/qt/fast/images/imagemap-polygon-focus-ring-expected.png:
* platform/qt/fast/images/imagemap-polygon-focus-ring-expected.txt:
* platform/qt/fast/inline-block/001-expected.png:
* platform/qt/fast/inline-block/001-expected.txt:
* platform/qt/fast/inline-block/002-expected.png: Added.
* platform/qt/fast/inline-block/002-expected.txt:
* platform/qt/fast/inline-block/003-expected.png: Added.
* platform/qt/fast/inline-block/003-expected.txt:
* platform/qt/fast/inline-block/006-expected.png: Added.
* platform/qt/fast/inline-block/006-expected.txt:
* platform/qt/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
* platform/qt/fast/inline-block/14498-positionForCoordinates-expected.txt:
* platform/qt/fast/inline-block/contenteditable-baseline-expected.png: Added.
* platform/qt/fast/inline-block/contenteditable-baseline-expected.txt:
* platform/qt/fast/inline-block/inline-block-vertical-align-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-3-and-click-expected.png.
* platform/qt/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/qt/fast/inline-block/overflow-clip-expected.png: Added.
* platform/qt/fast/inline-block/overflow-clip-expected.txt:
* platform/qt/fast/inline-block/tricky-baseline-expected.png: Added.
* platform/qt/fast/inline-block/tricky-baseline-expected.txt:
* platform/qt/fast/inline/001-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-1-and-click-expected.png.
* platform/qt/fast/inline/001-expected.txt:
* platform/qt/fast/inline/25277-2-expected.png: Added.
* platform/qt/fast/inline/25277-2-expected.txt:
* platform/qt/fast/inline/25277-expected.png: Added.
* platform/qt/fast/inline/25277-expected.txt:
* platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
* platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
* platform/qt/fast/inline/br-text-decoration-expected.png: Added.
* platform/qt/fast/inline/br-text-decoration-expected.txt:
* platform/qt/fast/inline/continuation-outlines-expected.png:
* platform/qt/fast/inline/continuation-outlines-expected.txt:
* platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.png:
* platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.txt:
* platform/qt/fast/inline/drawStyledEmptyInlines-expected.png: Added.
* platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
* platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
* platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
* platform/qt/fast/inline/emptyInlinesWithinLists-expected.png: Added.
* platform/qt/fast/inline/emptyInlinesWithinLists-expected.txt:
* platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
* platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
* platform/qt/fast/inline/inline-continuation-borders-expected.png: Added.
* platform/qt/fast/inline/inline-continuation-borders-expected.txt:
* platform/qt/fast/inline/inline-focus-ring-expected.png:
* platform/qt/fast/inline/inline-focus-ring-expected.txt:
* platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
* platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.txt:
* platform/qt/fast/inline/inline-text-quirk-bpm-expected.png: Added.
* platform/qt/fast/inline/inline-text-quirk-bpm-expected.txt:
* platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.png:
* platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.txt:
* platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
* platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
* platform/qt/fast/inline/long-wrapped-line-expected.png: Added.
* platform/qt/fast/inline/long-wrapped-line-expected.txt:
* platform/qt/fast/inline/nested-top-alignment-expected.png:
* platform/qt/fast/inline/nested-top-alignment-expected.txt:
* platform/qt/fast/inline/outline-continuations-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-1-and-click-expected.png.
* platform/qt/fast/inline/outline-continuations-expected.txt:
* platform/qt/fast/inline/percentage-margins-expected.png: Added.
* platform/qt/fast/inline/percentage-margins-expected.txt:
* platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
* platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
* platform/qt/fast/inline/vertical-align-text-bottom-expected.png:
* platform/qt/fast/inline/vertical-align-text-bottom-expected.txt:
* platform/qt/fast/innerHTML/001-expected.png: Added.
* platform/qt/fast/innerHTML/001-expected.txt:
* platform/qt/fast/innerHTML/002-expected.png: Added.
* platform/qt/fast/innerHTML/002-expected.txt:
* platform/qt/fast/innerHTML/003-expected.png: Added.
* platform/qt/fast/innerHTML/003-expected.txt:
* platform/qt/fast/innerHTML/006-expected.png:
* platform/qt/fast/innerHTML/006-expected.txt:
* platform/qt/fast/inspector-support/matchedrules-expected.png: Added.
* platform/qt/fast/inspector-support/matchedrules-expected.txt:
* platform/qt/fast/invalid/001-expected.png: Added.
* platform/qt/fast/invalid/001-expected.txt:
* platform/qt/fast/invalid/002-expected.png: Added.
* platform/qt/fast/invalid/002-expected.txt:
* platform/qt/fast/invalid/003-expected.png: Added.
* platform/qt/fast/invalid/003-expected.txt:
* platform/qt/fast/invalid/004-expected.png: Added.
* platform/qt/fast/invalid/004-expected.txt:
* platform/qt/fast/invalid/006-expected.png: Added.
* platform/qt/fast/invalid/006-expected.txt:
* platform/qt/fast/invalid/008-expected.png:
* platform/qt/fast/invalid/008-expected.txt:
* platform/qt/fast/invalid/009-expected.png: Added.
* platform/qt/fast/invalid/009-expected.txt:
* platform/qt/fast/invalid/010-expected.png: Added.
* platform/qt/fast/invalid/010-expected.txt:
* platform/qt/fast/invalid/011-expected.png: Added.
* platform/qt/fast/invalid/011-expected.txt:
* platform/qt/fast/invalid/012-expected.png: Added.
* platform/qt/fast/invalid/012-expected.txt:
* platform/qt/fast/invalid/013-expected.png: Added.
* platform/qt/fast/invalid/013-expected.txt:
* platform/qt/fast/invalid/014-expected.png: Added.
* platform/qt/fast/invalid/014-expected.txt:
* platform/qt/fast/invalid/016-expected.png:
* platform/qt/fast/invalid/016-expected.txt:
* platform/qt/fast/invalid/017-expected.png:
* platform/qt/fast/invalid/017-expected.txt:
* platform/qt/fast/invalid/018-expected.png:
* platform/qt/fast/invalid/018-expected.txt:
* platform/qt/fast/invalid/019-expected.png:
* platform/qt/fast/invalid/019-expected.txt:
* platform/qt/fast/invalid/021-expected.png: Added.
* platform/qt/fast/invalid/021-expected.txt:
* platform/qt/fast/invalid/missing-address-end-tag-expected.png: Added.
* platform/qt/fast/invalid/missing-address-end-tag-expected.txt:
* platform/qt/fast/invalid/missing-dl-end-tag-expected.png: Added.
* platform/qt/fast/invalid/missing-dl-end-tag-expected.txt:
* platform/qt/fast/invalid/missing-dt-end-tag-expected.png: Added.
* platform/qt/fast/invalid/missing-dt-end-tag-expected.txt:
* platform/qt/fast/invalid/missing-font-end-tag-expected.png: Added.
* platform/qt/fast/invalid/missing-font-end-tag-expected.txt:
* platform/qt/fast/invalid/nestedh3s-expected.png: Added.
* platform/qt/fast/invalid/nestedh3s-expected.txt:
* platform/qt/fast/invalid/table-inside-stray-table-content-expected.png:
* platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
* platform/qt/fast/invalid/td-inside-object-expected.png: Added.
* platform/qt/fast/invalid/td-inside-object-expected.txt:
* platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
* platform/qt/fast/layers/inline-dirty-z-order-lists-expected.txt:
* platform/qt/fast/layers/layer-visibility-expected.png: Added.
* platform/qt/fast/layers/layer-visibility-expected.txt:
* platform/qt/fast/layers/layer-visibility-sublayer-expected.png: Added.
* platform/qt/fast/layers/layer-visibility-sublayer-expected.txt:
* platform/qt/fast/layers/normal-flow-hit-test-expected.png: Added.
* platform/qt/fast/layers/normal-flow-hit-test-expected.txt:
* platform/qt/fast/layers/opacity-outline-expected.png: Added.
* platform/qt/fast/layers/opacity-outline-expected.txt:
* platform/qt/fast/layers/opacity-transforms-expected.png: Added.
* platform/qt/fast/layers/opacity-transforms-expected.txt:
* platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
* platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
* platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
* platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/qt/fast/layers/remove-only-this-layer-update-expected.png: Added.
* platform/qt/fast/layers/remove-only-this-layer-update-expected.txt:
* platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
* platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/qt/fast/layers/zindex-inherit-expected.png: Added.
* platform/qt/fast/layers/zindex-inherit-expected.txt:
* platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
* platform/qt/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/qt/fast/line-grid/line-grid-floating-expected.png:
* platform/qt/fast/line-grid/line-grid-floating-expected.txt:
* platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
* platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
* platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
* platform/qt/fast/line-grid/line-grid-into-columns-expected.txt:
* platform/qt/fast/line-grid/line-grid-into-floats-expected.png:
* platform/qt/fast/line-grid/line-grid-into-floats-expected.txt:
* platform/qt/fast/line-grid/line-grid-positioned-expected.png:
* platform/qt/fast/line-grid/line-grid-positioned-expected.txt:
* platform/qt/fast/lists/001-expected.png:
* platform/qt/fast/lists/001-expected.txt:
* platform/qt/fast/lists/001-vertical-expected.png:
* platform/qt/fast/lists/001-vertical-expected.txt:
* platform/qt/fast/lists/002-expected.png: Added.
* platform/qt/fast/lists/002-expected.txt:
* platform/qt/fast/lists/002-vertical-expected.png:
* platform/qt/fast/lists/002-vertical-expected.txt:
* platform/qt/fast/lists/003-expected.png:
* platform/qt/fast/lists/003-expected.txt:
* platform/qt/fast/lists/003-vertical-expected.png:
* platform/qt/fast/lists/003-vertical-expected.txt:
* platform/qt/fast/lists/005-expected.png: Added.
* platform/qt/fast/lists/005-expected.txt:
* platform/qt/fast/lists/005-vertical-expected.png:
* platform/qt/fast/lists/005-vertical-expected.txt:
* platform/qt/fast/lists/006-expected.png: Added.
* platform/qt/fast/lists/006-expected.txt:
* platform/qt/fast/lists/006-vertical-expected.png:
* platform/qt/fast/lists/006-vertical-expected.txt:
* platform/qt/fast/lists/007-expected.png: Added.
* platform/qt/fast/lists/007-expected.txt:
* platform/qt/fast/lists/007-vertical-expected.png:
* platform/qt/fast/lists/007-vertical-expected.txt:
* platform/qt/fast/lists/008-expected.png: Added.
* platform/qt/fast/lists/008-expected.txt:
* platform/qt/fast/lists/008-vertical-expected.png:
* platform/qt/fast/lists/008-vertical-expected.txt:
* platform/qt/fast/lists/009-expected.png: Added.
* platform/qt/fast/lists/009-expected.txt:
* platform/qt/fast/lists/009-vertical-expected.png:
* platform/qt/fast/lists/009-vertical-expected.txt:
* platform/qt/fast/lists/anonymous-items-expected.png: Added.
* platform/qt/fast/lists/anonymous-items-expected.txt:
* platform/qt/fast/lists/big-list-marker-expected.png: Added.
* platform/qt/fast/lists/big-list-marker-expected.txt:
* platform/qt/fast/lists/dynamic-marker-crash-expected.png:
* platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
* platform/qt/fast/lists/li-br-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-7-and-click-expected.png.
* platform/qt/fast/lists/li-br-expected.txt:
* platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
* platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
* platform/qt/fast/lists/list-item-line-height-expected.png: Added.
* platform/qt/fast/lists/list-item-line-height-expected.txt:
* platform/qt/fast/lists/list-marker-with-line-height-expected.png: Added.
* platform/qt/fast/lists/list-marker-with-line-height-expected.txt:
* platform/qt/fast/lists/list-style-none-crash-expected.png: Added.
* platform/qt/fast/lists/list-style-none-crash-expected.txt:
* platform/qt/fast/lists/marker-before-empty-inline-expected.png: Added.
* platform/qt/fast/lists/marker-before-empty-inline-expected.txt:
* platform/qt/fast/lists/marker-image-error-expected.png: Added.
* platform/qt/fast/lists/marker-image-error-expected.txt:
* platform/qt/fast/lists/markers-in-selection-expected.png: Added.
* platform/qt/fast/lists/markers-in-selection-expected.txt:
* platform/qt/fast/lists/numeric-markers-outside-list-expected.png: Added.
* platform/qt/fast/lists/numeric-markers-outside-list-expected.txt:
* platform/qt/fast/lists/ol-display-types-expected.png: Added.
* platform/qt/fast/lists/ol-display-types-expected.txt:
* platform/qt/fast/lists/ol-start-parsing-expected.png: Added.
* platform/qt/fast/lists/ol-start-parsing-expected.txt:
* platform/qt/fast/lists/olstart-expected.png: Added.
* platform/qt/fast/lists/olstart-expected.txt:
* platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
* platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
* platform/qt/fast/lists/scrolled-marker-paint-expected.png: Added.
* platform/qt/fast/lists/scrolled-marker-paint-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-01-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-02-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-03-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-04-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-05-expected.txt:
* platform/qt/fast/media/media-descriptor-syntax-06-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-descriptor-syntax-06-expected.txt:
* platform/qt/fast/media/media-type-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-type-syntax-01-expected.txt:
* platform/qt/fast/media/media-type-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/media-type-syntax-02-expected.txt:
* platform/qt/fast/media/mq-animation-expected.png:
* platform/qt/fast/media/mq-animation-expected.txt:
* platform/qt/fast/media/mq-aspect-ratio-expected.png: Added.
* platform/qt/fast/media/mq-aspect-ratio-expected.txt:
* platform/qt/fast/media/mq-compound-query-01-expected.png: Added.
* platform/qt/fast/media/mq-compound-query-01-expected.txt:
* platform/qt/fast/media/mq-compound-query-02-expected.png: Added.
* platform/qt/fast/media/mq-compound-query-02-expected.txt:
* platform/qt/fast/media/mq-compound-query-03-expected.png: Added.
* platform/qt/fast/media/mq-compound-query-03-expected.txt:
* platform/qt/fast/media/mq-compound-query-04-expected.png: Added.
* platform/qt/fast/media/mq-compound-query-04-expected.txt:
* platform/qt/fast/media/mq-compound-query-05-expected.png: Added.
* platform/qt/fast/media/mq-compound-query-05-expected.txt:
* platform/qt/fast/media/mq-grid-01-expected.png: Added.
* platform/qt/fast/media/mq-grid-01-expected.txt:
* platform/qt/fast/media/mq-grid-02-expected.png: Added.
* platform/qt/fast/media/mq-grid-02-expected.txt:
* platform/qt/fast/media/mq-invalid-media-feature-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-media-feature-01-expected.txt:
* platform/qt/fast/media/mq-invalid-media-feature-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-media-feature-02-expected.txt:
* platform/qt/fast/media/mq-invalid-media-feature-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-media-feature-03-expected.txt:
* platform/qt/fast/media/mq-invalid-media-feature-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-media-feature-04-expected.txt:
* platform/qt/fast/media/mq-invalid-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-syntax-01-expected.txt:
* platform/qt/fast/media/mq-invalid-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-syntax-02-expected.txt:
* platform/qt/fast/media/mq-invalid-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-syntax-03-expected.txt:
* platform/qt/fast/media/mq-invalid-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-syntax-04-expected.txt:
* platform/qt/fast/media/mq-invalid-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-invalid-syntax-05-expected.txt:
* platform/qt/fast/media/mq-js-media-except-01-expected.png:
* platform/qt/fast/media/mq-js-media-except-01-expected.txt:
* platform/qt/fast/media/mq-js-media-except-02-expected.png:
* platform/qt/fast/media/mq-js-media-except-02-expected.txt:
* platform/qt/fast/media/mq-js-media-except-03-expected.png: Added.
* platform/qt/fast/media/mq-js-media-except-03-expected.txt:
* platform/qt/fast/media/mq-js-media-forward-syntax-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-js-media-forward-syntax-expected.txt:
* platform/qt/fast/media/mq-js-stylesheet-media-01-expected.png: Added.
* platform/qt/fast/media/mq-js-stylesheet-media-01-expected.txt:
* platform/qt/fast/media/mq-js-stylesheet-media-02-expected.png: Added.
* platform/qt/fast/media/mq-js-stylesheet-media-02-expected.txt:
* platform/qt/fast/media/mq-js-stylesheet-media-03-expected.png: Added.
* platform/qt/fast/media/mq-js-stylesheet-media-03-expected.txt:
* platform/qt/fast/media/mq-js-stylesheet-media-04-expected.png: Added.
* platform/qt/fast/media/mq-js-stylesheet-media-04-expected.txt:
* platform/qt/fast/media/mq-max-pixel-ratio-expected.png: Added.
* platform/qt/fast/media/mq-max-pixel-ratio-expected.txt:
* platform/qt/fast/media/mq-min-constraint-expected.png: Added.
* platform/qt/fast/media/mq-min-constraint-expected.txt:
* platform/qt/fast/media/mq-orientation-expected.png: Added.
* platform/qt/fast/media/mq-orientation-expected.txt:
* platform/qt/fast/media/mq-pixel-ratio-expected.png: Added.
* platform/qt/fast/media/mq-pixel-ratio-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-02-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-03-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-04-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-05-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-06-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-07-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-08-expected.png:
* platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
* platform/qt/fast/media/mq-relative-constraints-09-expected.png: Added.
* platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
* platform/qt/fast/media/mq-simple-neg-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-neg-query-01-expected.txt:
* platform/qt/fast/media/mq-simple-neg-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-neg-query-02-expected.txt:
* platform/qt/fast/media/mq-simple-neg-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-neg-query-03-expected.txt:
* platform/qt/fast/media/mq-simple-neg-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-neg-query-04-expected.txt:
* platform/qt/fast/media/mq-simple-neg-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-neg-query-05-expected.txt:
* platform/qt/fast/media/mq-simple-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-query-01-expected.txt:
* platform/qt/fast/media/mq-simple-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-query-02-expected.txt:
* platform/qt/fast/media/mq-simple-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-query-03-expected.txt:
* platform/qt/fast/media/mq-simple-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-query-04-expected.txt:
* platform/qt/fast/media/mq-simple-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
* platform/qt/fast/media/mq-simple-query-05-expected.txt:
* platform/qt/fast/media/mq-transform-01-expected.png: Added.
* platform/qt/fast/media/mq-transform-01-expected.txt:
* platform/qt/fast/media/mq-transform-04-expected.png: Added.
* platform/qt/fast/media/mq-transform-04-expected.txt:
* platform/qt/fast/media/mq-transition-expected.png: Added.
* platform/qt/fast/media/mq-transition-expected.txt:
* platform/qt/fast/media/mq-valueless-expected.png: Added.
* platform/qt/fast/media/mq-valueless-expected.txt:
* platform/qt/fast/media/mq-width-absolute-01-expected.png: Added.
* platform/qt/fast/media/mq-width-absolute-01-expected.txt:
* platform/qt/fast/media/mq-width-absolute-02-expected.png: Added.
* platform/qt/fast/media/mq-width-absolute-02-expected.txt:
* platform/qt/fast/media/mq-width-absolute-03-expected.png: Added.
* platform/qt/fast/media/mq-width-absolute-03-expected.txt:
* platform/qt/fast/media/mq-width-absolute-04-expected.png: Added.
* platform/qt/fast/media/mq-width-absolute-04-expected.txt:
* platform/qt/fast/media/viewport-media-query-expected.png: Added.
* platform/qt/fast/media/viewport-media-query-expected.txt:
* platform/qt/fast/multicol/block-axis-horizontal-bt-expected.png:
* platform/qt/fast/multicol/block-axis-horizontal-bt-expected.txt:
* platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
* platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
* platform/qt/fast/multicol/block-axis-vertical-lr-expected.png:
* platform/qt/fast/multicol/block-axis-vertical-lr-expected.txt:
* platform/qt/fast/multicol/block-axis-vertical-rl-expected.png:
* platform/qt/fast/multicol/block-axis-vertical-rl-expected.txt:
* platform/qt/fast/multicol/border-padding-pagination-expected.png:
* platform/qt/fast/multicol/border-padding-pagination-expected.txt:
* platform/qt/fast/multicol/client-rects-expected.png:
* platform/qt/fast/multicol/client-rects-expected.txt:
* platform/qt/fast/multicol/column-break-with-balancing-expected.png:
* platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
* platform/qt/fast/multicol/column-count-with-rules-expected.png:
* platform/qt/fast/multicol/column-count-with-rules-expected.txt:
* platform/qt/fast/multicol/column-rules-expected.png: Added.
* platform/qt/fast/multicol/column-rules-expected.txt:
* platform/qt/fast/multicol/column-rules-stacking-expected.png: Added.
* platform/qt/fast/multicol/column-rules-stacking-expected.txt:
* platform/qt/fast/multicol/columns-shorthand-parsing-expected.png: Added.
* platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
* platform/qt/fast/multicol/float-avoidance-expected.png:
* platform/qt/fast/multicol/float-avoidance-expected.txt:
* platform/qt/fast/multicol/float-multicol-expected.png:
* platform/qt/fast/multicol/float-multicol-expected.txt:
* platform/qt/fast/multicol/float-paginate-complex-expected.png:
* platform/qt/fast/multicol/float-paginate-complex-expected.txt:
* platform/qt/fast/multicol/float-paginate-empty-lines-expected.png:
* platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt:
* platform/qt/fast/multicol/float-paginate-expected.png:
* platform/qt/fast/multicol/float-paginate-expected.txt:
* platform/qt/fast/multicol/layers-in-multicol-expected.png:
* platform/qt/fast/multicol/layers-in-multicol-expected.txt:
* platform/qt/fast/multicol/layers-split-across-columns-expected.png:
* platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
* platform/qt/fast/multicol/margin-collapse-expected.png:
* platform/qt/fast/multicol/margin-collapse-expected.txt:
* platform/qt/fast/multicol/max-height-columns-block-expected.png:
* platform/qt/fast/multicol/max-height-columns-block-expected.txt:
* platform/qt/fast/multicol/nested-columns-expected.png:
* platform/qt/fast/multicol/nested-columns-expected.txt:
* platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
* platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.txt:
* platform/qt/fast/multicol/paginate-block-replaced-expected.png:
* platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
* platform/qt/fast/multicol/positioned-split-expected.png:
* platform/qt/fast/multicol/positioned-split-expected.txt:
* platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
* platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
* platform/qt/fast/multicol/scrolling-overflow-expected.png:
* platform/qt/fast/multicol/scrolling-overflow-expected.txt:
* platform/qt/fast/multicol/shadow-breaking-expected.png:
* platform/qt/fast/multicol/shadow-breaking-expected.txt:
* platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
* platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
* platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png:
* platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt:
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
* platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
* platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
* platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
* platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
* platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
* platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
* platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
* platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
* platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
* platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
* platform/qt/fast/multicol/table-margin-collapse-expected.png:
* platform/qt/fast/multicol/table-margin-collapse-expected.txt:
* platform/qt/fast/multicol/table-vertical-align-expected.png:
* platform/qt/fast/multicol/table-vertical-align-expected.txt:
* platform/qt/fast/multicol/unsplittable-inline-block-expected.png:
* platform/qt/fast/multicol/unsplittable-inline-block-expected.txt:
* platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
* platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
* platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
* platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
* platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
* platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
* platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
* platform/qt/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
* platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
* platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
* platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
* platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
* platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
* platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
* platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
* platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
* platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
* platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
* platform/qt/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
* platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
* platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:
2012-07-19 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing platform-specific baseline redundant after r123066.
* platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt: Removed.
2012-07-19 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing flaky expectations for MathML Presentations
layout tests. Their baselines were updated in r122704 and the tests have been
passing without problems since.
* platform/gtk/TestExpectations:
2012-07-19 János Badics <jbadics@inf.u-szeged.hu>
[Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91242
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
* platform/qt/tables/mozilla/marvin/body_col-expected.png:
* platform/qt/tables/mozilla/marvin/body_col-expected.txt:
* platform/qt/tables/mozilla/marvin/body_tbody-expected.png:
* platform/qt/tables/mozilla/marvin/body_tbody-expected.txt:
* platform/qt/tables/mozilla/marvin/body_tfoot-expected.png:
* platform/qt/tables/mozilla/marvin/body_tfoot-expected.txt:
* platform/qt/tables/mozilla/marvin/body_thead-expected.png:
* platform/qt/tables/mozilla/marvin/body_thead-expected.txt:
* platform/qt/tables/mozilla/marvin/col_span-expected.png:
* platform/qt/tables/mozilla/marvin/col_span-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_span-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_span-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.png:
* platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
* platform/qt/tables/mozilla/marvin/table_frame_border-expected.txt:
* platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
* platform/qt/tables/mozilla/marvin/table_frame_box-expected.txt:
* platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
* platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/qt/tables/mozilla/marvin/table_row_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/table_row_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/table_row_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/table_row_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/table_row_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/table_row_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
* platform/qt/tables/mozilla/marvin/table_rules_all-expected.txt:
* platform/qt/tables/mozilla/marvin/table_rules_groups-expected.png:
* platform/qt/tables/mozilla/marvin/table_rules_groups-expected.txt:
* platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
* platform/qt/tables/mozilla/marvin/table_rules_none-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/tables_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/tables_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/tables_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_border_0-expected.png:
* platform/qt/tables/mozilla/marvin/tables_border_0-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_border_1-expected.png:
* platform/qt/tables/mozilla/marvin/tables_border_1-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_border_2-expected.png:
* platform/qt/tables/mozilla/marvin/tables_border_2-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_border_3-expected.png:
* platform/qt/tables/mozilla/marvin/tables_border_3-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
* platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
* platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.png:
* platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
* platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.png:
* platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_class-expected.png:
* platform/qt/tables/mozilla/marvin/tables_class-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_default-expected.png:
* platform/qt/tables/mozilla/marvin/tables_default-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_id-expected.png:
* platform/qt/tables/mozilla/marvin/tables_id-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
* platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_style-expected.png:
* platform/qt/tables/mozilla/marvin/tables_style-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_height-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_height-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_td_width-expected.png:
* platform/qt/tables/mozilla/marvin/tables_td_width-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_height-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_height-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_th_width-expected.png:
* platform/qt/tables/mozilla/marvin/tables_th_width-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_width_percent-expected.png:
* platform/qt/tables/mozilla/marvin/tables_width_percent-expected.txt:
* platform/qt/tables/mozilla/marvin/tables_width_px-expected.png:
* platform/qt/tables/mozilla/marvin/tables_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_char-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_char-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/td_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/td_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/th_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/th_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/thead_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/thead_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/thead_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/thead_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/thead_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_char-expected.png:
* platform/qt/tables/mozilla/marvin/thead_char-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/thead_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/tr_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_caption_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_span-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_px-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.png:
* platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
* platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table-expected.png:
* platform/qt/tables/mozilla/marvin/x_table-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_border-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_border-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_border_none-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_border_none-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_border_px-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_border_px-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
* platform/qt/tables/mozilla/marvin/x_table_width_px-expected.png:
* platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_tbody_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_colspan-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_height-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_height-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_td_width-expected.png:
* platform/qt/tables/mozilla/marvin/x_td_width-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_tfoot_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_colspan-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_colspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_height-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_height-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_nowrap-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_rowspan-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_th_width-expected.png:
* platform/qt/tables/mozilla/marvin/x_th_width-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_thead_valign_top-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_align_center-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_align_char-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_align_justify-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_align_left-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_align_right-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_name-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_class-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_class-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_id-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_id-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_style-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_style-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_valign_baseline-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_valign_bottom-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_valign_middle-expected.txt:
* platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.png:
* platform/qt/tables/mozilla/marvin/x_tr_valign_top-expected.txt:
* platform/qt/tables/mozilla/other/body_col-expected.png:
* platform/qt/tables/mozilla/other/body_col-expected.txt:
* platform/qt/tables/mozilla/other/cell_widths-expected.png:
* platform/qt/tables/mozilla/other/cell_widths-expected.txt:
* platform/qt/tables/mozilla/other/cellspacing-expected.png:
* platform/qt/tables/mozilla/other/cellspacing-expected.txt:
* platform/qt/tables/mozilla/other/move_row-expected.png:
* platform/qt/tables/mozilla/other/move_row-expected.txt:
* platform/qt/tables/mozilla/other/ms-expected.png:
* platform/qt/tables/mozilla/other/ms-expected.txt:
* platform/qt/tables/mozilla/other/nested2-expected.png:
* platform/qt/tables/mozilla/other/nested2-expected.txt:
* platform/qt/tables/mozilla/other/nestedTables-expected.png:
* platform/qt/tables/mozilla/other/nestedTables-expected.txt:
* platform/qt/tables/mozilla/other/padding-expected.png:
* platform/qt/tables/mozilla/other/padding-expected.txt:
* platform/qt/tables/mozilla/other/slashlogo-expected.png: Added.
* platform/qt/tables/mozilla/other/slashlogo-expected.txt:
* platform/qt/tables/mozilla/other/test3-expected.png:
* platform/qt/tables/mozilla/other/test3-expected.txt:
* platform/qt/tables/mozilla/other/test6-expected.png:
* platform/qt/tables/mozilla/other/test6-expected.txt:
* platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
* platform/qt/tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
* platform/qt/tables/mozilla/other/wa_table_tr_align-expected.png:
* platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/97619-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug10140-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug101759-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug10216-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug104898-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1055-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug106336-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug106336-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1128-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug11331-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1164-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1164-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug11945-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1262-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1262-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug131020-3-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14007-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14159-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14159-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug14489-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1647-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1647-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug1725-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug17826-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug18770-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug19526-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug21518-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug220653-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug22122-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug24880-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug25707-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug27993-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug29058-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3105-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3105-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-10-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-10-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-11-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-12-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-13-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-14-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-15-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-15-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-16-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-17-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-18-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-3-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-4-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-5-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug32205-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug32205-4-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug33784-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug33784-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug42043-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug4294-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug46268-4-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug47163-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug51000-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug56024-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug59252-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug61042-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug61042-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug65372-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug67915-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug6933-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7113-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7113-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7121-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7121-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug72393-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug7243-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug73629-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug8499-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug8499-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug91057-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug92868_1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug92868_1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/bugs/bug9879-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.png:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
* platform/qt/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/backgrounds-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/captions1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/captions2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/captions3-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/col_span2-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/cols1-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/cols1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/columns-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/columns-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/conflicts-expected.txt:
* platform/qt/tables/mozilla_expected_failures/core/standards1-expected.png:
* platform/qt/tables/mozilla_expected_failures/core/standards1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/appendCells1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/appendCol1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/appendCol1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/appendColGroup1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
* platform/qt/tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-cell-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-quirks-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-column-group-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/backgr_position-table-row-group-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_above-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_below-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_void-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.txt:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
* platform/qt/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.txt:
* platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.png:
* platform/qt/tables/mozilla_expected_failures/other/empty_cells-expected.txt:
* platform/qt/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/qt/tables/mozilla_expected_failures/other/test4-expected.txt:
2012-07-19 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] from platform/qt/fast/backgrounds to platform/qt/fast/dom tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91500
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/fast/backgrounds/001-expected.png: Added.
* platform/qt/fast/backgrounds/001-expected.txt:
* platform/qt/fast/backgrounds/animated-svg-as-mask-expected.png:
* platform/qt/fast/backgrounds/animated-svg-as-mask-expected.txt:
* platform/qt/fast/backgrounds/background-clip-text-expected.png:
* platform/qt/fast/backgrounds/background-clip-text-expected.txt:
* platform/qt/fast/backgrounds/background-inherit-color-bug-expected.png:
* platform/qt/fast/backgrounds/background-inherit-color-bug-expected.txt:
* platform/qt/fast/backgrounds/background-leakage-expected.png:
* platform/qt/fast/backgrounds/background-leakage-expected.txt:
* platform/qt/fast/backgrounds/background-leakage-transforms-expected.png:
* platform/qt/fast/backgrounds/background-leakage-transforms-expected.txt:
* platform/qt/fast/backgrounds/background-origin-root-element-expected.png: Added.
* platform/qt/fast/backgrounds/background-origin-root-element-expected.txt:
* platform/qt/fast/backgrounds/background-position-1-expected.png: Added.
* platform/qt/fast/backgrounds/background-position-1-expected.txt:
* platform/qt/fast/backgrounds/background-position-parsing-expected.png:
* platform/qt/fast/backgrounds/background-position-parsing-expected.txt:
* platform/qt/fast/backgrounds/background-position-rounding-expected.png: Copied from LayoutTests/platform/qt/fast/css/font-family-pictograph-expected.png.
* platform/qt/fast/backgrounds/background-position-rounding-expected.txt:
* platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
* platform/qt/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt:
* platform/qt/fast/backgrounds/border-radius-split-background-expected.png:
* platform/qt/fast/backgrounds/border-radius-split-background-expected.txt:
* platform/qt/fast/backgrounds/border-radius-split-background-image-expected.png:
* platform/qt/fast/backgrounds/border-radius-split-background-image-expected.txt:
* platform/qt/fast/backgrounds/mask-composite-expected.png: Added.
* platform/qt/fast/backgrounds/mask-composite-expected.txt:
* platform/qt/fast/backgrounds/opacity-on-document-element-expected.png:
* platform/qt/fast/backgrounds/opacity-on-document-element-expected.txt:
* platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Added.
* platform/qt/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.txt:
* platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.png:
* platform/qt/fast/backgrounds/repeat/mask-negative-offset-repeat-expected.txt:
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.png:
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-expected.txt:
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
* platform/qt/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.txt:
* platform/qt/fast/backgrounds/size/backgroundSize15-expected.png:
* platform/qt/fast/backgrounds/size/backgroundSize15-expected.txt:
* platform/qt/fast/backgrounds/size/backgroundSize16-expected.png:
* platform/qt/fast/backgrounds/size/backgroundSize16-expected.txt:
* platform/qt/fast/backgrounds/solid-color-context-restore-expected.png: Added.
* platform/qt/fast/backgrounds/solid-color-context-restore-expected.txt:
* platform/qt/fast/body-propagation/background-color/001-expected.png:
* platform/qt/fast/body-propagation/background-color/001-expected.txt:
* platform/qt/fast/body-propagation/background-color/001-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/001-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/002-expected.png:
* platform/qt/fast/body-propagation/background-color/002-expected.txt:
* platform/qt/fast/body-propagation/background-color/002-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/002-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/003-declarative-expected.png:
* platform/qt/fast/body-propagation/background-color/003-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-color/003-expected.png:
* platform/qt/fast/body-propagation/background-color/003-expected.txt:
* platform/qt/fast/body-propagation/background-color/003-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/003-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/004-declarative-expected.png:
* platform/qt/fast/body-propagation/background-color/004-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-color/004-expected.png:
* platform/qt/fast/body-propagation/background-color/004-expected.txt:
* platform/qt/fast/body-propagation/background-color/004-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/004-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/005-declarative-expected.png:
* platform/qt/fast/body-propagation/background-color/005-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-color/005-expected.png:
* platform/qt/fast/body-propagation/background-color/005-expected.txt:
* platform/qt/fast/body-propagation/background-color/005-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/005-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/006-declarative-expected.png:
* platform/qt/fast/body-propagation/background-color/006-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-color/006-expected.png:
* platform/qt/fast/body-propagation/background-color/006-expected.txt:
* platform/qt/fast/body-propagation/background-color/006-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/006-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/007-declarative-expected.png:
* platform/qt/fast/body-propagation/background-color/007-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-color/007-expected.png:
* platform/qt/fast/body-propagation/background-color/007-expected.txt:
* platform/qt/fast/body-propagation/background-color/007-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/007-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-color/008-expected.png:
* platform/qt/fast/body-propagation/background-color/008-expected.txt:
* platform/qt/fast/body-propagation/background-color/008-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-color/008-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/001-expected.png:
* platform/qt/fast/body-propagation/background-image/001-expected.txt:
* platform/qt/fast/body-propagation/background-image/001-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/001-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/002-expected.png:
* platform/qt/fast/body-propagation/background-image/002-expected.txt:
* platform/qt/fast/body-propagation/background-image/002-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/002-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/003-declarative-expected.png:
* platform/qt/fast/body-propagation/background-image/003-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-image/003-expected.png:
* platform/qt/fast/body-propagation/background-image/003-expected.txt:
* platform/qt/fast/body-propagation/background-image/003-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/003-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/004-declarative-expected.png:
* platform/qt/fast/body-propagation/background-image/004-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-image/004-expected.png:
* platform/qt/fast/body-propagation/background-image/004-expected.txt:
* platform/qt/fast/body-propagation/background-image/004-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/004-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/005-declarative-expected.png:
* platform/qt/fast/body-propagation/background-image/005-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-image/005-expected.png:
* platform/qt/fast/body-propagation/background-image/005-expected.txt:
* platform/qt/fast/body-propagation/background-image/005-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/005-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/006-declarative-expected.png:
* platform/qt/fast/body-propagation/background-image/006-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-image/006-expected.png:
* platform/qt/fast/body-propagation/background-image/006-expected.txt:
* platform/qt/fast/body-propagation/background-image/006-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/006-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/007-declarative-expected.png:
* platform/qt/fast/body-propagation/background-image/007-declarative-expected.txt:
* platform/qt/fast/body-propagation/background-image/007-expected.png:
* platform/qt/fast/body-propagation/background-image/007-expected.txt:
* platform/qt/fast/body-propagation/background-image/007-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/007-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/008-expected.png:
* platform/qt/fast/body-propagation/background-image/008-expected.txt:
* platform/qt/fast/body-propagation/background-image/008-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/008-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/009-expected.png:
* platform/qt/fast/body-propagation/background-image/009-expected.txt:
* platform/qt/fast/body-propagation/background-image/009-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/009-xhtml-expected.txt:
* platform/qt/fast/body-propagation/background-image/010-expected.png:
* platform/qt/fast/body-propagation/background-image/010-expected.txt:
* platform/qt/fast/body-propagation/background-image/010-xhtml-expected.png:
* platform/qt/fast/body-propagation/background-image/010-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/001-expected.png:
* platform/qt/fast/body-propagation/overflow/001-expected.txt:
* platform/qt/fast/body-propagation/overflow/001-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/001-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/002-expected.png:
* platform/qt/fast/body-propagation/overflow/002-expected.txt:
* platform/qt/fast/body-propagation/overflow/002-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/002-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/003-declarative-expected.png:
* platform/qt/fast/body-propagation/overflow/003-declarative-expected.txt:
* platform/qt/fast/body-propagation/overflow/003-expected.png:
* platform/qt/fast/body-propagation/overflow/003-expected.txt:
* platform/qt/fast/body-propagation/overflow/003-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/003-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/004-declarative-expected.png:
* platform/qt/fast/body-propagation/overflow/004-declarative-expected.txt:
* platform/qt/fast/body-propagation/overflow/004-expected.png:
* platform/qt/fast/body-propagation/overflow/004-expected.txt:
* platform/qt/fast/body-propagation/overflow/004-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/004-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/005-declarative-expected.png:
* platform/qt/fast/body-propagation/overflow/005-declarative-expected.txt:
* platform/qt/fast/body-propagation/overflow/005-expected.png:
* platform/qt/fast/body-propagation/overflow/005-expected.txt:
* platform/qt/fast/body-propagation/overflow/005-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/005-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/006-declarative-expected.png:
* platform/qt/fast/body-propagation/overflow/006-declarative-expected.txt:
* platform/qt/fast/body-propagation/overflow/006-expected.png:
* platform/qt/fast/body-propagation/overflow/006-expected.txt:
* platform/qt/fast/body-propagation/overflow/006-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/006-xhtml-expected.txt:
* platform/qt/fast/body-propagation/overflow/007-declarative-expected.png:
* platform/qt/fast/body-propagation/overflow/007-declarative-expected.txt:
* platform/qt/fast/body-propagation/overflow/007-expected.png:
* platform/qt/fast/body-propagation/overflow/007-expected.txt:
* platform/qt/fast/body-propagation/overflow/007-xhtml-expected.png:
* platform/qt/fast/body-propagation/overflow/007-xhtml-expected.txt:
* platform/qt/fast/borders/bidi-002-expected.png:
* platform/qt/fast/borders/bidi-002-expected.txt:
* platform/qt/fast/borders/bidi-009a-expected.png:
* platform/qt/fast/borders/bidi-009a-expected.txt:
* platform/qt/fast/borders/bidi-012-expected.png:
* platform/qt/fast/borders/bidi-012-expected.txt:
* platform/qt/fast/borders/block-mask-overlay-image-expected.png:
* platform/qt/fast/borders/block-mask-overlay-image-expected.txt:
* platform/qt/fast/borders/block-mask-overlay-image-outset-expected.png:
* platform/qt/fast/borders/block-mask-overlay-image-outset-expected.txt:
* platform/qt/fast/borders/border-color-inherit-expected.png:
* platform/qt/fast/borders/border-color-inherit-expected.txt:
* platform/qt/fast/borders/border-fit-expected.png:
* platform/qt/fast/borders/border-fit-expected.txt:
* platform/qt/fast/borders/border-image-01-expected.png:
* platform/qt/fast/borders/border-image-01-expected.txt:
* platform/qt/fast/borders/border-image-border-radius-expected.png:
* platform/qt/fast/borders/border-image-border-radius-expected.txt:
* platform/qt/fast/borders/border-image-longhand-expected.png:
* platform/qt/fast/borders/border-image-longhand-expected.txt:
* platform/qt/fast/borders/border-image-massive-scale-expected.png: Added.
* platform/qt/fast/borders/border-image-massive-scale-expected.txt:
* platform/qt/fast/borders/border-image-outset-expected.png:
* platform/qt/fast/borders/border-image-outset-expected.txt:
* platform/qt/fast/borders/border-image-outset-in-shorthand-expected.png:
* platform/qt/fast/borders/border-image-outset-in-shorthand-expected.txt:
* platform/qt/fast/borders/border-image-outset-split-inline-expected.png:
* platform/qt/fast/borders/border-image-outset-split-inline-expected.txt:
* platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.png:
* platform/qt/fast/borders/border-image-outset-split-inline-vertical-lr-expected.txt:
* platform/qt/fast/borders/border-image-repeat-expected.png: Added.
* platform/qt/fast/borders/border-image-repeat-expected.txt:
* platform/qt/fast/borders/border-image-rotate-transform-expected.png:
* platform/qt/fast/borders/border-image-rotate-transform-expected.txt:
* platform/qt/fast/borders/border-image-scale-transform-expected.png:
* platform/qt/fast/borders/border-image-scale-transform-expected.txt:
* platform/qt/fast/borders/border-image-scaled-expected.png:
* platform/qt/fast/borders/border-image-scaled-expected.txt:
* platform/qt/fast/borders/border-image-scrambled-expected.png: Added.
* platform/qt/fast/borders/border-image-scrambled-expected.txt:
* platform/qt/fast/borders/border-image-side-reduction-expected.png:
* platform/qt/fast/borders/border-image-side-reduction-expected.txt:
* platform/qt/fast/borders/border-image-slices-expected.png:
* platform/qt/fast/borders/border-image-slices-expected.txt:
* platform/qt/fast/borders/border-image-source-expected.png:
* platform/qt/fast/borders/border-image-source-expected.txt:
* platform/qt/fast/borders/border-radius-constraints-expected.png: Added.
* platform/qt/fast/borders/border-radius-constraints-expected.txt:
* platform/qt/fast/borders/border-radius-huge-assert-expected.png:
* platform/qt/fast/borders/border-radius-huge-assert-expected.txt:
* platform/qt/fast/borders/border-radius-inline-flow-expected.png:
* platform/qt/fast/borders/border-radius-inline-flow-expected.txt:
* platform/qt/fast/borders/border-radius-inset-outset-expected.png:
* platform/qt/fast/borders/border-radius-inset-outset-expected.txt:
* platform/qt/fast/borders/border-radius-split-inline-expected.png: Added.
* platform/qt/fast/borders/border-radius-split-inline-expected.txt:
* platform/qt/fast/borders/border-styles-split-expected.png:
* platform/qt/fast/borders/border-styles-split-expected.txt:
* platform/qt/fast/borders/borderRadiusInvalidColor-expected.png:
* platform/qt/fast/borders/borderRadiusInvalidColor-expected.txt:
* platform/qt/fast/borders/different-color-borders-expected.png: Added.
* platform/qt/fast/borders/different-color-borders-expected.txt:
* platform/qt/fast/borders/inline-mask-overlay-image-expected.png:
* platform/qt/fast/borders/inline-mask-overlay-image-expected.txt:
* platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.png:
* platform/qt/fast/borders/inline-mask-overlay-image-outset-expected.txt:
* platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.png:
* platform/qt/fast/borders/inline-mask-overlay-image-outset-vertical-rl-expected.txt:
* platform/qt/fast/borders/mixed-border-styles-expected.png:
* platform/qt/fast/borders/mixed-border-styles-expected.txt:
* platform/qt/fast/borders/mixed-border-styles-radius-expected.png:
* platform/qt/fast/borders/mixed-border-styles-radius-expected.txt:
* platform/qt/fast/borders/mixed-border-styles-radius2-expected.png:
* platform/qt/fast/borders/mixed-border-styles-radius2-expected.txt:
* platform/qt/fast/borders/rtl-border-01-expected.png:
* platform/qt/fast/borders/rtl-border-01-expected.txt:
* platform/qt/fast/borders/rtl-border-02-expected.png:
* platform/qt/fast/borders/rtl-border-02-expected.txt:
* platform/qt/fast/borders/rtl-border-03-expected.png:
* platform/qt/fast/borders/rtl-border-03-expected.txt:
* platform/qt/fast/box-shadow/basic-shadows-expected.png:
* platform/qt/fast/box-shadow/border-radius-big-expected.png:
* platform/qt/fast/box-shadow/box-shadow-transformed-expected.png:
* platform/qt/fast/box-shadow/transform-fringing-expected.png:
* platform/qt/fast/box-sizing/box-sizing-expected.png:
* platform/qt/fast/box-sizing/panels-one-expected.png:
* platform/qt/fast/box-sizing/panels-two-expected.png:
* platform/qt/fast/canvas/canvas-size-change-after-layout-expected.png:
* platform/qt/fast/canvas/canvas-size-change-after-layout-expected.txt:
* platform/qt/fast/canvas/canvas-zoom-expected.png:
* platform/qt/fast/canvas/canvas-zoom-expected.txt:
* platform/qt/fast/clip/001-expected.png:
* platform/qt/fast/clip/001-expected.txt:
* platform/qt/fast/clip/002-expected.png:
* platform/qt/fast/clip/002-expected.txt:
* platform/qt/fast/clip/003-expected.png:
* platform/qt/fast/clip/003-expected.txt:
* platform/qt/fast/clip/004-expected.png:
* platform/qt/fast/clip/004-expected.txt:
* platform/qt/fast/clip/005-expected.png:
* platform/qt/fast/clip/005-expected.txt:
* platform/qt/fast/clip/006-expected.png:
* platform/qt/fast/clip/006-expected.txt:
* platform/qt/fast/clip/007-expected.png:
* platform/qt/fast/clip/007-expected.txt:
* platform/qt/fast/clip/008-expected.png:
* platform/qt/fast/clip/008-expected.txt:
* platform/qt/fast/clip/009-expected.png:
* platform/qt/fast/clip/009-expected.txt:
* platform/qt/fast/clip/010-expected.png:
* platform/qt/fast/clip/010-expected.txt:
* platform/qt/fast/clip/011-expected.png:
* platform/qt/fast/clip/011-expected.txt:
* platform/qt/fast/clip/012-expected.png:
* platform/qt/fast/clip/012-expected.txt:
* platform/qt/fast/clip/013-expected.png:
* platform/qt/fast/clip/013-expected.txt:
* platform/qt/fast/clip/014-expected.png:
* platform/qt/fast/clip/014-expected.txt:
* platform/qt/fast/clip/015-expected.png:
* platform/qt/fast/clip/015-expected.txt:
* platform/qt/fast/clip/016-expected.png:
* platform/qt/fast/clip/016-expected.txt:
* platform/qt/fast/clip/nestedTransparencyClip-expected.png:
* platform/qt/fast/clip/nestedTransparencyClip-expected.txt:
* platform/qt/fast/clip/outline-overflowClip-expected.png:
* platform/qt/fast/clip/outline-overflowClip-expected.txt:
* platform/qt/fast/clip/overflow-border-radius-clip-expected.png:
* platform/qt/fast/clip/overflow-border-radius-clip-expected.txt:
* platform/qt/fast/clip/overflow-border-radius-combinations-expected.png:
* platform/qt/fast/clip/overflow-border-radius-combinations-expected.txt:
* platform/qt/fast/clip/overflow-border-radius-composited-expected.png:
* platform/qt/fast/clip/overflow-border-radius-composited-expected.txt:
* platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.png:
* platform/qt/fast/clip/overflow-border-radius-fixed-position-expected.txt:
* platform/qt/fast/clip/overflow-border-radius-transformed-expected.png:
* platform/qt/fast/clip/overflow-border-radius-transformed-expected.txt:
* platform/qt/fast/css-generated-content/001-expected.png:
* platform/qt/fast/css-generated-content/001-expected.txt:
* platform/qt/fast/css-generated-content/002-expected.png:
* platform/qt/fast/css-generated-content/002-expected.txt:
* platform/qt/fast/css-generated-content/003-expected.png:
* platform/qt/fast/css-generated-content/003-expected.txt:
* platform/qt/fast/css-generated-content/004-expected.png:
* platform/qt/fast/css-generated-content/004-expected.txt:
* platform/qt/fast/css-generated-content/005-expected.png:
* platform/qt/fast/css-generated-content/005-expected.txt:
* platform/qt/fast/css-generated-content/007-expected.png:
* platform/qt/fast/css-generated-content/007-expected.txt:
* platform/qt/fast/css-generated-content/008-expected.png:
* platform/qt/fast/css-generated-content/008-expected.txt:
* platform/qt/fast/css-generated-content/009-expected.png:
* platform/qt/fast/css-generated-content/009-expected.txt:
* platform/qt/fast/css-generated-content/011-expected.png:
* platform/qt/fast/css-generated-content/011-expected.txt:
* platform/qt/fast/css-generated-content/012-expected.png:
* platform/qt/fast/css-generated-content/012-expected.txt:
* platform/qt/fast/css-generated-content/013-expected.png:
* platform/qt/fast/css-generated-content/013-expected.txt:
* platform/qt/fast/css-generated-content/014-expected.png:
* platform/qt/fast/css-generated-content/014-expected.txt:
* platform/qt/fast/css-generated-content/015-expected.png:
* platform/qt/fast/css-generated-content/015-expected.txt:
* platform/qt/fast/css-generated-content/016-expected.png:
* platform/qt/fast/css-generated-content/016-expected.txt:
* platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.png:
* platform/qt/fast/css-generated-content/after-duplicated-after-split-expected.txt:
* platform/qt/fast/css-generated-content/after-order-expected.png:
* platform/qt/fast/css-generated-content/after-order-expected.txt:
* platform/qt/fast/css-generated-content/before-with-first-letter-expected.png:
* platform/qt/fast/css-generated-content/before-with-first-letter-expected.txt:
* platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.png:
* platform/qt/fast/css-generated-content/beforeAfter-interdocument-expected.txt:
* platform/qt/fast/css-generated-content/hover-style-change-expected.png:
* platform/qt/fast/css-generated-content/hover-style-change-expected.txt:
* platform/qt/fast/css-generated-content/inline-display-types-expected.png:
* platform/qt/fast/css-generated-content/inline-display-types-expected.txt:
* platform/qt/fast/css-generated-content/no-openclose-quote-expected.png:
* platform/qt/fast/css-generated-content/no-openclose-quote-expected.txt:
* platform/qt/fast/css-generated-content/table-before-after-child-add-expected.png:
* platform/qt/fast/css-generated-content/table-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.png:
* platform/qt/fast/css-generated-content/table-cell-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-cell-before-content-expected.png:
* platform/qt/fast/css-generated-content/table-cell-before-content-expected.txt:
* platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.png:
* platform/qt/fast/css-generated-content/table-row-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-row-before-after-expected.png:
* platform/qt/fast/css-generated-content/table-row-before-after-expected.txt:
* platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.png:
* platform/qt/fast/css-generated-content/table-row-group-to-inline-expected.txt:
* platform/qt/fast/css-generated-content/table-row-group-with-before-expected.png:
* platform/qt/fast/css-generated-content/table-row-group-with-before-expected.txt:
* platform/qt/fast/css-generated-content/table-row-with-before-expected.png:
* platform/qt/fast/css-generated-content/table-row-with-before-expected.txt:
* platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.png:
* platform/qt/fast/css-generated-content/table-table-before-after-child-add-expected.txt:
* platform/qt/fast/css-generated-content/table-with-before-expected.png:
* platform/qt/fast/css-generated-content/table-with-before-expected.txt:
* platform/qt/fast/css-generated-content/visibleContentHiddenParent-expected.png:
* platform/qt/fast/css-generated-content/visibleContentHiddenParent-expected.txt:
* platform/qt/fast/css-generated-content/wbr-with-before-content-expected.png:
* platform/qt/fast/css-generated-content/wbr-with-before-content-expected.txt:
* platform/qt/fast/css/001-expected.png:
* platform/qt/fast/css/001-expected.txt:
* platform/qt/fast/css/002-expected.png:
* platform/qt/fast/css/002-expected.txt:
* platform/qt/fast/css/003-expected.png:
* platform/qt/fast/css/003-expected.txt:
* platform/qt/fast/css/004-expected.png:
* platform/qt/fast/css/004-expected.txt:
* platform/qt/fast/css/005-expected.png:
* platform/qt/fast/css/005-expected.txt:
* platform/qt/fast/css/007-expected.png:
* platform/qt/fast/css/007-expected.txt:
* platform/qt/fast/css/008-expected.png:
* platform/qt/fast/css/008-expected.txt:
* platform/qt/fast/css/MarqueeLayoutTest-expected.png:
* platform/qt/fast/css/MarqueeLayoutTest-expected.txt:
* platform/qt/fast/css/ZeroOpacityLayers-expected.png:
* platform/qt/fast/css/ZeroOpacityLayers-expected.txt:
* platform/qt/fast/css/ZeroOpacityLayers2-expected.png:
* platform/qt/fast/css/ZeroOpacityLayers2-expected.txt:
* platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.png:
* platform/qt/fast/css/absolute-poition-in-rtl-parent-expected.txt:
* platform/qt/fast/css/acid2-expected.png:
* platform/qt/fast/css/acid2-expected.txt:
* platform/qt/fast/css/acid2-pixel-expected.png:
* platform/qt/fast/css/acid2-pixel-expected.txt:
* platform/qt/fast/css/attribute-selector-dynamic-expected.png: Added.
* platform/qt/fast/css/attribute-selector-dynamic-expected.txt:
* platform/qt/fast/css/attribute-selector-empty-value-expected.png:
* platform/qt/fast/css/attribute-selector-empty-value-expected.txt:
* platform/qt/fast/css/background-image-with-baseurl-expected.png:
* platform/qt/fast/css/background-image-with-baseurl-expected.txt:
* platform/qt/fast/css/background-shorthand-invalid-url-expected.png:
* platform/qt/fast/css/background-shorthand-invalid-url-expected.txt:
* platform/qt/fast/css/beforeSelectorOnCodeElement-expected.png:
* platform/qt/fast/css/beforeSelectorOnCodeElement-expected.txt:
* platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.png:
* platform/qt/fast/css/begin-end-contain-selector-empty-value-expected.txt:
* platform/qt/fast/css/bidi-override-in-anonymous-block-expected.png:
* platform/qt/fast/css/bidi-override-in-anonymous-block-expected.txt:
* platform/qt/fast/css/border-height-expected.png:
* platform/qt/fast/css/border-height-expected.txt:
* platform/qt/fast/css/border-radius-outline-offset-expected.png:
* platform/qt/fast/css/border-radius-outline-offset-expected.txt:
* platform/qt/fast/css/child-style-can-override-visited-style-expected.png:
* platform/qt/fast/css/child-style-can-override-visited-style-expected.txt:
* platform/qt/fast/css/clip-text-in-scaled-div-expected.png:
* platform/qt/fast/css/clip-text-in-scaled-div-expected.txt:
* platform/qt/fast/css/clip-zooming-expected.png:
* platform/qt/fast/css/clip-zooming-expected.txt:
* platform/qt/fast/css/color-correction-backgrounds-and-text-expected.png:
* platform/qt/fast/css/color-correction-backgrounds-and-text-expected.txt:
* platform/qt/fast/css/color-quirk-expected.png:
* platform/qt/fast/css/color-quirk-expected.txt:
* platform/qt/fast/css/color-strict-expected.png:
* platform/qt/fast/css/color-strict-expected.txt:
* platform/qt/fast/css/compare-content-style-expected.png:
* platform/qt/fast/css/compare-content-style-expected.txt:
* platform/qt/fast/css/continuationCrash-expected.png:
* platform/qt/fast/css/continuationCrash-expected.txt:
* platform/qt/fast/css/counters/counter-text-security-expected.png:
* platform/qt/fast/css/counters/counter-text-security-expected.txt:
* platform/qt/fast/css/counters/counter-text-transform-expected.png:
* platform/qt/fast/css/counters/counter-text-transform-expected.txt:
* platform/qt/fast/css/create_element_align-expected.png:
* platform/qt/fast/css/create_element_align-expected.txt:
* platform/qt/fast/css/css-imports-expected.png:
* platform/qt/fast/css/css-imports-expected.txt:
* platform/qt/fast/css/css1_forward_compatible_parsing-expected.png:
* platform/qt/fast/css/css1_forward_compatible_parsing-expected.txt:
* platform/qt/fast/css/css2-system-fonts-expected.png:
* platform/qt/fast/css/css2-system-fonts-expected.txt:
* platform/qt/fast/css/css3-modsel-22-expected.png:
* platform/qt/fast/css/css3-modsel-22-expected.txt:
* platform/qt/fast/css/css3-nth-child-expected.png:
* platform/qt/fast/css/css3-nth-child-expected.txt:
* platform/qt/fast/css/css3-space-in-nth-and-lang-expected.png: Added.
* platform/qt/fast/css/css3-space-in-nth-and-lang-expected.txt:
* platform/qt/fast/css/disabled-author-styles-expected.png:
* platform/qt/fast/css/disabled-author-styles-expected.txt:
* platform/qt/fast/css/dynamic-sibling-selector-expected.png:
* platform/qt/fast/css/dynamic-sibling-selector-expected.txt:
* platform/qt/fast/css/empty-body-test-expected.png:
* platform/qt/fast/css/empty-body-test-expected.txt:
* platform/qt/fast/css/empty-generated-content-expected.png:
* platform/qt/fast/css/empty-generated-content-expected.txt:
* platform/qt/fast/css/empty-pseudo-class-expected.png:
* platform/qt/fast/css/empty-pseudo-class-expected.txt:
* platform/qt/fast/css/error-in-last-decl-expected.png:
* platform/qt/fast/css/error-in-last-decl-expected.txt:
* platform/qt/fast/css/fieldset-display-row-expected.png:
* platform/qt/fast/css/fieldset-display-row-expected.txt:
* platform/qt/fast/css/find-next-layer-expected.png:
* platform/qt/fast/css/find-next-layer-expected.txt:
* platform/qt/fast/css/first-child-pseudo-class-expected.png:
* platform/qt/fast/css/first-child-pseudo-class-expected.txt:
* platform/qt/fast/css/first-letter-capitalized-expected.png:
* platform/qt/fast/css/first-letter-capitalized-expected.txt:
* platform/qt/fast/css/first-letter-detach-expected.png:
* platform/qt/fast/css/first-letter-detach-expected.txt:
* platform/qt/fast/css/first-letter-first-line-hover-expected.png:
* platform/qt/fast/css/first-letter-first-line-hover-expected.txt:
* platform/qt/fast/css/first-letter-float-after-float-expected.png:
* platform/qt/fast/css/first-letter-float-after-float-expected.txt:
* platform/qt/fast/css/first-letter-float-expected.png:
* platform/qt/fast/css/first-letter-float-expected.txt:
* platform/qt/fast/css/first-letter-hover-expected.png:
* platform/qt/fast/css/first-letter-hover-expected.txt:
* platform/qt/fast/css/first-letter-punctuation-expected.png:
* platform/qt/fast/css/first-letter-punctuation-expected.txt:
* platform/qt/fast/css/first-letter-recalculation-expected.png:
* platform/qt/fast/css/first-letter-recalculation-expected.txt:
* platform/qt/fast/css/first-letter-skip-out-of-flow-expected.png:
* platform/qt/fast/css/first-letter-skip-out-of-flow-expected.txt:
* platform/qt/fast/css/first-letter-visibility-expected.png:
* platform/qt/fast/css/first-letter-visibility-expected.txt:
* platform/qt/fast/css/first-line-text-decoration-expected.png:
* platform/qt/fast/css/first-line-text-decoration-expected.txt:
* platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png:
* platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt:
* platform/qt/fast/css/first-of-type-pseudo-class-expected.png:
* platform/qt/fast/css/first-of-type-pseudo-class-expected.txt:
* platform/qt/fast/css/focus-ring-detached-expected.png:
* platform/qt/fast/css/focus-ring-detached-expected.txt:
* platform/qt/fast/css/focus-ring-multiline-expected.png:
* platform/qt/fast/css/focus-ring-multiline-expected.txt:
* platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.png:
* platform/qt/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt:
* platform/qt/fast/css/focus-ring-outline-color-expected.png:
* platform/qt/fast/css/focus-ring-outline-color-expected.txt:
* platform/qt/fast/css/focus-ring-outline-offset-expected.png:
* platform/qt/fast/css/focus-ring-outline-offset-expected.txt:
* platform/qt/fast/css/focus-ring-outline-width-expected.png:
* platform/qt/fast/css/focus-ring-outline-width-expected.txt:
* platform/qt/fast/css/font-face-default-font-expected.png:
* platform/qt/fast/css/font-face-default-font-expected.txt:
* platform/qt/fast/css/font-face-implicit-local-font-expected.png:
* platform/qt/fast/css/font-face-implicit-local-font-expected.txt:
* platform/qt/fast/css/font-face-in-media-rule-expected.png:
* platform/qt/fast/css/font-face-in-media-rule-expected.txt:
* platform/qt/fast/css/font-face-multiple-faces-expected.png:
* platform/qt/fast/css/font-face-multiple-faces-expected.txt:
* platform/qt/fast/css/font-face-opentype-expected.png:
* platform/qt/fast/css/font-face-opentype-expected.txt:
* platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png:
* platform/qt/fast/css/font-face-synthetic-bold-italic-expected.txt:
* platform/qt/fast/css/font-face-weight-matching-expected.png:
* platform/qt/fast/css/font-face-weight-matching-expected.txt:
* platform/qt/fast/css/font-family-pictograph-expected.png:
* platform/qt/fast/css/font-family-pictograph-expected.txt:
* platform/qt/fast/css/font-shorthand-weight-only-expected.png:
* platform/qt/fast/css/font-shorthand-weight-only-expected.txt:
* platform/qt/fast/css/font-size-negative-expected.png:
* platform/qt/fast/css/font-size-negative-expected.txt: Added.
* platform/qt/fast/css/font-smoothing-expected.png: Added.
* platform/qt/fast/css/font-smoothing-expected.txt:
* platform/qt/fast/css/font_property_normal-expected.png:
* platform/qt/fast/css/font_property_normal-expected.txt:
* platform/qt/fast/css/h1-in-section-elements-expected.png:
* platform/qt/fast/css/h1-in-section-elements-expected.txt:
* platform/qt/fast/css/hover-subselector-expected.png:
* platform/qt/fast/css/hover-subselector-expected.txt:
* platform/qt/fast/css/hsl-color-expected.png:
* platform/qt/fast/css/hsl-color-expected.txt:
* platform/qt/fast/css/hsla-color-expected.png:
* platform/qt/fast/css/hsla-color-expected.txt:
* platform/qt/fast/css/ignore-text-zoom-expected.png:
* platform/qt/fast/css/ignore-text-zoom-expected.txt:
* platform/qt/fast/css/import-rule-regression-11590-expected.png:
* platform/qt/fast/css/import-rule-regression-11590-expected.txt:
* platform/qt/fast/css/import_with_baseurl-expected.png:
* platform/qt/fast/css/import_with_baseurl-expected.txt:
* platform/qt/fast/css/inline-element-line-break-expected.png: Added.
* platform/qt/fast/css/inline-element-line-break-expected.txt:
* platform/qt/fast/css/inline-properties-important-expected.png:
* platform/qt/fast/css/inline-properties-important-expected.txt:
* platform/qt/fast/css/input-search-padding-expected.png:
* platform/qt/fast/css/input-search-padding-expected.txt:
* platform/qt/fast/css/invalid-percentage-property-expected.png:
* platform/qt/fast/css/invalid-percentage-property-expected.txt:
* platform/qt/fast/css/invalid-pseudo-classes-expected.png:
* platform/qt/fast/css/invalid-pseudo-classes-expected.txt:
* platform/qt/fast/css/invalidation-errors-2-expected.png:
* platform/qt/fast/css/invalidation-errors-2-expected.txt:
* platform/qt/fast/css/invalidation-errors-3-expected.png:
* platform/qt/fast/css/invalidation-errors-3-expected.txt:
* platform/qt/fast/css/invalidation-errors-expected.png:
* platform/qt/fast/css/invalidation-errors-expected.txt:
* platform/qt/fast/css/last-child-pseudo-class-expected.png:
* platform/qt/fast/css/last-child-pseudo-class-expected.txt:
* platform/qt/fast/css/last-of-type-pseudo-class-expected.png:
* platform/qt/fast/css/last-of-type-pseudo-class-expected.txt:
* platform/qt/fast/css/layerZOrderCrash-expected.png:
* platform/qt/fast/css/layerZOrderCrash-expected.txt:
* platform/qt/fast/css/line-height-expected.png:
* platform/qt/fast/css/line-height-expected.txt:
* platform/qt/fast/css/line-height-font-order-expected.png:
* platform/qt/fast/css/line-height-font-order-expected.txt:
* platform/qt/fast/css/line-height-negative-expected.png:
* platform/qt/fast/css/line-height-negative-expected.txt:
* platform/qt/fast/css/line-height-overflow-expected.png:
* platform/qt/fast/css/line-height-overflow-expected.txt:
* platform/qt/fast/css/link-outside-head-expected.png:
* platform/qt/fast/css/link-outside-head-expected.txt:
* platform/qt/fast/css/list-outline-expected.png:
* platform/qt/fast/css/list-outline-expected.txt:
* platform/qt/fast/css/margin-bottom-form-element-quirk-expected.png:
* platform/qt/fast/css/margin-bottom-form-element-quirk-expected.txt:
* platform/qt/fast/css/margin-bottom-form-element-strict-expected.png:
* platform/qt/fast/css/margin-bottom-form-element-strict-expected.txt:
* platform/qt/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/qt/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/qt/fast/css/max-height-none-expected.png:
* platform/qt/fast/css/max-height-none-expected.txt:
* platform/qt/fast/css/namespaces/001-expected.png:
* platform/qt/fast/css/namespaces/001-expected.txt:
* platform/qt/fast/css/namespaces/002-expected.png:
* platform/qt/fast/css/namespaces/002-expected.txt:
* platform/qt/fast/css/namespaces/003-expected.png:
* platform/qt/fast/css/namespaces/003-expected.txt:
* platform/qt/fast/css/namespaces/004-expected.png:
* platform/qt/fast/css/namespaces/004-expected.txt:
* platform/qt/fast/css/namespaces/005-expected.png:
* platform/qt/fast/css/namespaces/005-expected.txt:
* platform/qt/fast/css/namespaces/006-expected.png:
* platform/qt/fast/css/namespaces/006-expected.txt:
* platform/qt/fast/css/namespaces/007-expected.png:
* platform/qt/fast/css/namespaces/007-expected.txt:
* platform/qt/fast/css/namespaces/namespaces-comments-expected.png:
* platform/qt/fast/css/namespaces/namespaces-comments-expected.txt:
* platform/qt/fast/css/namespaces/namespaces-empty-expected.png:
* platform/qt/fast/css/namespaces/namespaces-empty-expected.txt:
* platform/qt/fast/css/namespaces/namespaces-escapes-expected.png: Copied from LayoutTests/platform/qt/fast/body-propagation/background-color/003-xhtml-expected.png.
* platform/qt/fast/css/namespaces/namespaces-escapes-expected.txt:
* platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.png: Added.
* platform/qt/fast/css/namespaces/namespaces-invalid-at-expected.txt:
* platform/qt/fast/css/negative-leading-expected.png:
* platform/qt/fast/css/negative-leading-expected.txt:
* platform/qt/fast/css/negative-nth-child-expected.png:
* platform/qt/fast/css/negative-nth-child-expected.txt:
* platform/qt/fast/css/nested-floating-relative-position-percentages-expected.png: Added.
* platform/qt/fast/css/nested-floating-relative-position-percentages-expected.txt:
* platform/qt/fast/css/nested-layers-with-hover-expected.png:
* platform/qt/fast/css/nested-layers-with-hover-expected.txt:
* platform/qt/fast/css/non-empty-span-expected.png:
* platform/qt/fast/css/non-empty-span-expected.txt:
* platform/qt/fast/css/non-standard-checkbox-size-expected.png:
* platform/qt/fast/css/non-standard-checkbox-size-expected.txt:
* platform/qt/fast/css/nth-child-dynamic-expected.png: Added.
* platform/qt/fast/css/nth-child-dynamic-expected.txt:
* platform/qt/fast/css/only-child-pseudo-class-expected.png:
* platform/qt/fast/css/only-child-pseudo-class-expected.txt:
* platform/qt/fast/css/only-of-type-pseudo-class-expected.png:
* platform/qt/fast/css/only-of-type-pseudo-class-expected.txt:
* platform/qt/fast/css/outline-auto-empty-rects-expected.png:
* platform/qt/fast/css/outline-auto-empty-rects-expected.txt:
* platform/qt/fast/css/outline-auto-location-expected.png:
* platform/qt/fast/css/outline-auto-location-expected.txt:
* platform/qt/fast/css/outline-narrowLine-expected.png:
* platform/qt/fast/css/outline-narrowLine-expected.txt:
* platform/qt/fast/css/pendingStylesheetFontSize-expected.png:
* platform/qt/fast/css/pendingStylesheetFontSize-expected.txt:
* platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.png:
* platform/qt/fast/css/percent-top-relative-container-height-unspecified-expected.txt:
* platform/qt/fast/css/percent-top-value-with-relative-position-expected.png:
* platform/qt/fast/css/percent-top-value-with-relative-position-expected.txt:
* platform/qt/fast/css/position-negative-top-margin-expected.png:
* platform/qt/fast/css/position-negative-top-margin-expected.txt:
* platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png:
* platform/qt/fast/css/preserve-user-specified-zoom-level-on-reload-expected.txt:
* platform/qt/fast/css/pseudo-element-line-break-expected.png: Added.
* platform/qt/fast/css/pseudo-element-line-break-expected.txt:
* platform/qt/fast/css/quirk-orphaned-units-expected.png:
* platform/qt/fast/css/quirk-orphaned-units-expected.txt:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png:
* platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png:
* platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt:
* platform/qt/fast/css/rem-dynamic-scaling-expected.png: Added.
* platform/qt/fast/css/rem-dynamic-scaling-expected.txt:
* platform/qt/fast/css/rem-units-on-root-expected.png: Added.
* platform/qt/fast/css/rem-units-on-root-expected.txt:
* platform/qt/fast/css/resize-corner-tracking-expected.png:
* platform/qt/fast/css/resize-corner-tracking-expected.txt:
* platform/qt/fast/css/resize-corner-tracking-transformed-expected.png:
* platform/qt/fast/css/resize-corner-tracking-transformed-expected.txt:
* platform/qt/fast/css/rgb-float-expected.png:
* platform/qt/fast/css/rgb-float-expected.txt:
* platform/qt/fast/css/selector-set-attribute-expected.png:
* platform/qt/fast/css/selector-set-attribute-expected.txt:
* platform/qt/fast/css/shadow-multiple-expected.png:
* platform/qt/fast/css/shadow-multiple-expected.txt:
* platform/qt/fast/css/simple-selector-chain-parsing-expected.png:
* platform/qt/fast/css/simple-selector-chain-parsing-expected.txt:
* platform/qt/fast/css/style-outside-head-expected.png:
* platform/qt/fast/css/style-outside-head-expected.txt:
* platform/qt/fast/css/style-parsed-outside-head-expected.png:
* platform/qt/fast/css/style-parsed-outside-head-expected.txt:
* platform/qt/fast/css/table-text-align-quirk-expected.png:
* platform/qt/fast/css/table-text-align-quirk-expected.txt:
* platform/qt/fast/css/table-text-align-strict-expected.png:
* platform/qt/fast/css/table-text-align-strict-expected.txt:
* platform/qt/fast/css/target-fragment-match-expected.png:
* platform/qt/fast/css/target-fragment-match-expected.txt:
* platform/qt/fast/css/text-align-expected.png:
* platform/qt/fast/css/text-align-expected.txt:
* platform/qt/fast/css/text-input-with-webkit-border-radius-expected.png:
* platform/qt/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/qt/fast/css/text-overflow-input-expected.png:
* platform/qt/fast/css/text-overflow-input-expected.txt:
* platform/qt/fast/css/text-rendering-expected.png: Added.
* platform/qt/fast/css/text-rendering-expected.txt:
* platform/qt/fast/css/text-transform-select-expected.png:
* platform/qt/fast/css/text-transform-select-expected.txt:
* platform/qt/fast/css/textCapitalizeEdgeCases-expected.png:
* platform/qt/fast/css/textCapitalizeEdgeCases-expected.txt:
* platform/qt/fast/css/transform-default-parameter-expected.png:
* platform/qt/fast/css/transform-default-parameter-expected.txt:
* platform/qt/fast/css/transformed-mask-expected.png:
* platform/qt/fast/css/transformed-mask-expected.txt:
* platform/qt/fast/css/universal-hover-quirk-expected.png:
* platform/qt/fast/css/universal-hover-quirk-expected.txt:
* platform/qt/fast/css/value-list-out-of-bounds-crash-expected.png:
* platform/qt/fast/css/value-list-out-of-bounds-crash-expected.txt:
* platform/qt/fast/css/visibility-hit-test-expected.png:
* platform/qt/fast/css/visibility-hit-test-expected.txt:
* platform/qt/fast/css/word-space-extra-expected.png:
* platform/qt/fast/css/word-space-extra-expected.txt:
* platform/qt/fast/css/zoom-font-size-expected.png:
* platform/qt/fast/css/zoom-font-size-expected.txt:
* platform/qt/fast/doctypes/001-expected.png: Added.
* platform/qt/fast/doctypes/001-expected.txt:
* platform/qt/fast/doctypes/002-expected.png: Added.
* platform/qt/fast/doctypes/002-expected.txt:
* platform/qt/fast/doctypes/003-expected.png:
* platform/qt/fast/doctypes/003-expected.txt:
* platform/qt/fast/doctypes/004-expected.png: Added.
* platform/qt/fast/doctypes/004-expected.txt:
* platform/qt/fast/dom/52776-expected.png:
* platform/qt/fast/dom/52776-expected.txt:
* platform/qt/fast/dom/Element/class-attribute-whitespace-expected.png:
* platform/qt/fast/dom/Element/class-attribute-whitespace-expected.txt:
* platform/qt/fast/dom/Element/null-offset-parent-expected.png:
* platform/qt/fast/dom/Element/null-offset-parent-expected.txt:
* platform/qt/fast/dom/HTMLElement/bdo-expected.png:
* platform/qt/fast/dom/HTMLElement/bdo-expected.txt:
* platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.png:
* platform/qt/fast/dom/HTMLHeadElement/head-link-style-href-check-expected.txt:
* platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.png:
* platform/qt/fast/dom/HTMLInputElement/input-image-alt-text-expected.txt:
* platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.png:
* platform/qt/fast/dom/HTMLLinkElement/pending-stylesheet-count-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-boundary-values-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-optimums-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-changing-pseudo-expected.txt:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.png:
* platform/qt/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
* platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.png:
* platform/qt/fast/dom/HTMLObjectElement/vspace-hspace-as-number-expected.txt:
* platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png:
* platform/qt/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt:
* platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.png:
* platform/qt/fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element-expected.txt:
* platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/qt/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.txt:
* platform/qt/fast/dom/HTMLTableElement/colSpan-expected.png:
* platform/qt/fast/dom/HTMLTableElement/colSpan-expected.txt:
* platform/qt/fast/dom/HTMLTableElement/createCaption-expected.png:
* platform/qt/fast/dom/HTMLTableElement/createCaption-expected.txt:
* platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
* platform/qt/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/qt/fast/dom/Range/create-contextual-fragment-expected.png:
* platform/qt/fast/dom/Range/create-contextual-fragment-expected.txt:
* platform/qt/fast/dom/Range/surroundContents-1-expected.png:
* platform/qt/fast/dom/Range/surroundContents-1-expected.txt:
* platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.png:
* platform/qt/fast/dom/Window/open-existing-pop-up-blocking-expected.txt:
* platform/qt/fast/dom/anchor-text-expected.png:
* platform/qt/fast/dom/anchor-text-expected.txt:
* platform/qt/fast/dom/blur-contenteditable-expected.png:
* platform/qt/fast/dom/blur-contenteditable-expected.txt:
* platform/qt/fast/dom/children-nodes-expected.png:
* platform/qt/fast/dom/children-nodes-expected.txt:
* platform/qt/fast/dom/clone-contents-0-end-offset-expected.png:
* platform/qt/fast/dom/clone-contents-0-end-offset-expected.txt:
* platform/qt/fast/dom/clone-node-dynamic-style-expected.png:
* platform/qt/fast/dom/clone-node-dynamic-style-expected.txt:
* platform/qt/fast/dom/createDocumentType-expected.png:
* platform/qt/fast/dom/createDocumentType-expected.txt:
* platform/qt/fast/dom/css-mediarule-deleteRule-update-expected.png:
* platform/qt/fast/dom/css-mediarule-deleteRule-update-expected.txt:
* platform/qt/fast/dom/css-mediarule-insertRule-update-expected.png:
* platform/qt/fast/dom/css-mediarule-insertRule-update-expected.txt:
* platform/qt/fast/dom/css-rule-functions-expected.png:
* platform/qt/fast/dom/css-rule-functions-expected.txt:
* platform/qt/fast/dom/gc-10-expected.png:
* platform/qt/fast/dom/gc-10-expected.txt:
* platform/qt/fast/dom/importNodeHTML-expected.png:
* platform/qt/fast/dom/importNodeHTML-expected.txt:
* platform/qt/fast/dom/importNodeXML-expected.png:
* platform/qt/fast/dom/importNodeXML-expected.txt:
* platform/qt/fast/dom/inner-text-expected.png:
* platform/qt/fast/dom/inner-text-expected.txt:
* platform/qt/fast/dom/isindex-001-expected.png:
* platform/qt/fast/dom/isindex-001-expected.txt:
* platform/qt/fast/dom/outerText-expected.png:
* platform/qt/fast/dom/outerText-expected.txt:
* platform/qt/fast/dom/row-inner-text-expected.png:
* platform/qt/fast/dom/row-inner-text-expected.txt:
* platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
* platform/qt/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
* platform/qt/fast/dom/scroll-reveal-left-overflow-expected.png:
* platform/qt/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/qt/fast/dom/scroll-reveal-top-overflow-expected.png:
* platform/qt/fast/dom/scroll-reveal-top-overflow-expected.txt:
2012-07-19 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r123081. Skipped a failing reftest.
* platform/qt/Skipped:
2012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
[GTK] MHTML files not being loaded due to reported mime type not supported
https://bugs.webkit.org/show_bug.cgi?id=89978
Reviewed by Carlos Garcia Campos.
Move expectations for MHTML tests out of chromium's specific directory.
* mhtml/multi_frames_binary-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_binary-expected.txt.
* mhtml/multi_frames_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_ie-expected.txt.
* mhtml/multi_frames_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/multi_frames_unmht-expected.txt.
* mhtml/page_with_css_and_js_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_css_and_js_ie-expected.txt.
* mhtml/page_with_css_and_js_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_css_and_js_unmht-expected.txt.
* mhtml/page_with_image_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_image_ie-expected.txt.
* mhtml/page_with_image_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/page_with_image_unmht-expected.txt.
* mhtml/simple_page_ie-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/simple_page_ie-expected.txt.
* mhtml/simple_page_unmht-expected.txt: Renamed from LayoutTests/platform/chromium/mhtml/simple_page_unmht-expected.txt.
2012-07-19 Seokju Kwon <seokju.kwon@samsung.com>
[EFL] Inspector tests needs new baselines after r122952
https://bugs.webkit.org/show_bug.cgi?id=91624
Unreviewed gardening.
Add some tests to Skipped list.
* platform/efl/Skipped:
2012-07-19 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] fast/selectors tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91640
Reviewed by Simon Hausmann.
After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
'monospace' font when directed, fast/selectors tests directory needs to be
updated.
* platform/qt-5.0/Skipped:
* platform/qt/fast/selectors/001-expected.png:
* platform/qt/fast/selectors/001-expected.txt:
* platform/qt/fast/selectors/002-expected.png:
* platform/qt/fast/selectors/002-expected.txt:
* platform/qt/fast/selectors/003-expected.png:
* platform/qt/fast/selectors/003-expected.txt:
* platform/qt/fast/selectors/004-expected.png:
* platform/qt/fast/selectors/004-expected.txt:
* platform/qt/fast/selectors/005-expected.png:
* platform/qt/fast/selectors/005-expected.txt:
* platform/qt/fast/selectors/006-expected.png:
* platform/qt/fast/selectors/006-expected.txt:
* platform/qt/fast/selectors/007a-expected.png:
* platform/qt/fast/selectors/007a-expected.txt:
* platform/qt/fast/selectors/007b-expected.png:
* platform/qt/fast/selectors/007b-expected.txt:
* platform/qt/fast/selectors/008-expected.png:
* platform/qt/fast/selectors/008-expected.txt:
* platform/qt/fast/selectors/009-expected.png:
* platform/qt/fast/selectors/009-expected.txt:
* platform/qt/fast/selectors/010-expected.png:
* platform/qt/fast/selectors/010-expected.txt:
* platform/qt/fast/selectors/011-expected.png:
* platform/qt/fast/selectors/011-expected.txt:
* platform/qt/fast/selectors/012-expected.png:
* platform/qt/fast/selectors/012-expected.txt:
* platform/qt/fast/selectors/013-expected.png:
* platform/qt/fast/selectors/013-expected.txt:
* platform/qt/fast/selectors/014-expected.png:
* platform/qt/fast/selectors/014-expected.txt:
* platform/qt/fast/selectors/015-expected.png:
* platform/qt/fast/selectors/015-expected.txt:
* platform/qt/fast/selectors/016-expected.png:
* platform/qt/fast/selectors/016-expected.txt:
* platform/qt/fast/selectors/017-expected.png:
* platform/qt/fast/selectors/017-expected.txt:
* platform/qt/fast/selectors/018-expected.png:
* platform/qt/fast/selectors/018-expected.txt:
* platform/qt/fast/selectors/018b-expected.png:
* platform/qt/fast/selectors/018b-expected.txt:
* platform/qt/fast/selectors/019-expected.png:
* platform/qt/fast/selectors/019-expected.txt:
* platform/qt/fast/selectors/020-expected.png:
* platform/qt/fast/selectors/020-expected.txt:
* platform/qt/fast/selectors/021-expected.png:
* platform/qt/fast/selectors/021-expected.txt:
* platform/qt/fast/selectors/021b-expected.png:
* platform/qt/fast/selectors/021b-expected.txt:
* platform/qt/fast/selectors/027-expected.png:
* platform/qt/fast/selectors/027-expected.txt:
* platform/qt/fast/selectors/032-expected.png:
* platform/qt/fast/selectors/032-expected.txt:
* platform/qt/fast/selectors/034-expected.png:
* platform/qt/fast/selectors/034-expected.txt:
* platform/qt/fast/selectors/038-expected.png:
* platform/qt/fast/selectors/038-expected.txt:
* platform/qt/fast/selectors/039-expected.png:
* platform/qt/fast/selectors/039-expected.txt:
* platform/qt/fast/selectors/039b-expected.png:
* platform/qt/fast/selectors/039b-expected.txt:
* platform/qt/fast/selectors/040-expected.png:
* platform/qt/fast/selectors/040-expected.txt:
* platform/qt/fast/selectors/041-expected.png:
* platform/qt/fast/selectors/041-expected.txt:
* platform/qt/fast/selectors/042-expected.png:
* platform/qt/fast/selectors/042-expected.txt:
* platform/qt/fast/selectors/043-expected.png:
* platform/qt/fast/selectors/043-expected.txt:
* platform/qt/fast/selectors/043b-expected.png:
* platform/qt/fast/selectors/043b-expected.txt:
* platform/qt/fast/selectors/044-expected.png:
* platform/qt/fast/selectors/044-expected.txt:
* platform/qt/fast/selectors/044b-expected.png:
* platform/qt/fast/selectors/044b-expected.txt:
* platform/qt/fast/selectors/044c-expected.png:
* platform/qt/fast/selectors/044c-expected.txt:
* platform/qt/fast/selectors/044d-expected.png:
* platform/qt/fast/selectors/044d-expected.txt:
* platform/qt/fast/selectors/045-expected.png:
* platform/qt/fast/selectors/045-expected.txt:
* platform/qt/fast/selectors/045b-expected.png:
* platform/qt/fast/selectors/045b-expected.txt:
* platform/qt/fast/selectors/045c-expected.png:
* platform/qt/fast/selectors/045c-expected.txt:
* platform/qt/fast/selectors/046-expected.png:
* platform/qt/fast/selectors/046-expected.txt:
* platform/qt/fast/selectors/054-expected.png:
* platform/qt/fast/selectors/054-expected.txt:
* platform/qt/fast/selectors/056-expected.png:
* platform/qt/fast/selectors/056-expected.txt:
* platform/qt/fast/selectors/058-expected.png:
* platform/qt/fast/selectors/058-expected.txt:
* platform/qt/fast/selectors/059-expected.png:
* platform/qt/fast/selectors/059-expected.txt:
* platform/qt/fast/selectors/060-expected.png:
* platform/qt/fast/selectors/060-expected.txt:
* platform/qt/fast/selectors/061-expected.png:
* platform/qt/fast/selectors/061-expected.txt:
* platform/qt/fast/selectors/062-expected.png:
* platform/qt/fast/selectors/062-expected.txt:
* platform/qt/fast/selectors/063-expected.png:
* platform/qt/fast/selectors/063-expected.txt:
* platform/qt/fast/selectors/064-expected.png:
* platform/qt/fast/selectors/064-expected.txt:
* platform/qt/fast/selectors/065-expected.png:
* platform/qt/fast/selectors/065-expected.txt:
* platform/qt/fast/selectors/066-expected.png:
* platform/qt/fast/selectors/066-expected.txt:
* platform/qt/fast/selectors/066b-expected.png:
* platform/qt/fast/selectors/066b-expected.txt:
* platform/qt/fast/selectors/072-expected.png:
* platform/qt/fast/selectors/072-expected.txt:
* platform/qt/fast/selectors/072b-expected.png:
* platform/qt/fast/selectors/072b-expected.txt:
* platform/qt/fast/selectors/077-expected.png:
* platform/qt/fast/selectors/077-expected.txt:
* platform/qt/fast/selectors/077b-expected.png:
* platform/qt/fast/selectors/077b-expected.txt:
* platform/qt/fast/selectors/078b-expected.png:
* platform/qt/fast/selectors/078b-expected.txt:
* platform/qt/fast/selectors/083-expected.png:
* platform/qt/fast/selectors/083-expected.txt:
* platform/qt/fast/selectors/087b-expected.png:
* platform/qt/fast/selectors/087b-expected.txt:
* platform/qt/fast/selectors/088b-expected.png:
* platform/qt/fast/selectors/088b-expected.txt:
* platform/qt/fast/selectors/089-expected.png:
* platform/qt/fast/selectors/089-expected.txt:
* platform/qt/fast/selectors/090b-expected.png:
* platform/qt/fast/selectors/090b-expected.txt:
* platform/qt/fast/selectors/154-expected.png:
* platform/qt/fast/selectors/154-expected.txt:
* platform/qt/fast/selectors/155-expected.png:
* platform/qt/fast/selectors/155-expected.txt:
* platform/qt/fast/selectors/155a-expected.png:
* platform/qt/fast/selectors/155a-expected.txt:
* platform/qt/fast/selectors/155b-expected.png:
* platform/qt/fast/selectors/155b-expected.txt:
* platform/qt/fast/selectors/155c-expected.png:
* platform/qt/fast/selectors/155c-expected.txt:
* platform/qt/fast/selectors/155d-expected.png:
* platform/qt/fast/selectors/155d-expected.txt:
* platform/qt/fast/selectors/156b-expected.png:
* platform/qt/fast/selectors/156b-expected.txt:
* platform/qt/fast/selectors/157-expected.png:
* platform/qt/fast/selectors/157-expected.txt:
* platform/qt/fast/selectors/158-expected.png:
* platform/qt/fast/selectors/158-expected.txt:
* platform/qt/fast/selectors/159-expected.png:
* platform/qt/fast/selectors/159-expected.txt:
* platform/qt/fast/selectors/160-expected.png:
* platform/qt/fast/selectors/160-expected.txt:
* platform/qt/fast/selectors/166-expected.png:
* platform/qt/fast/selectors/166-expected.txt:
* platform/qt/fast/selectors/166a-expected.png:
* platform/qt/fast/selectors/166a-expected.txt:
* platform/qt/fast/selectors/167-expected.png:
* platform/qt/fast/selectors/167-expected.txt:
* platform/qt/fast/selectors/167a-expected.png:
* platform/qt/fast/selectors/167a-expected.txt:
* platform/qt/fast/selectors/168-expected.png:
* platform/qt/fast/selectors/168-expected.txt:
* platform/qt/fast/selectors/168a-expected.png:
* platform/qt/fast/selectors/168a-expected.txt:
* platform/qt/fast/selectors/169-expected.png:
* platform/qt/fast/selectors/169-expected.txt:
* platform/qt/fast/selectors/169a-expected.png:
* platform/qt/fast/selectors/169a-expected.txt:
* platform/qt/fast/selectors/170-expected.png:
* platform/qt/fast/selectors/170-expected.txt:
* platform/qt/fast/selectors/170a-expected.png:
* platform/qt/fast/selectors/170a-expected.txt:
* platform/qt/fast/selectors/170b-expected.png:
* platform/qt/fast/selectors/170b-expected.txt:
* platform/qt/fast/selectors/170c-expected.png:
* platform/qt/fast/selectors/170c-expected.txt:
* platform/qt/fast/selectors/170d-expected.png:
* platform/qt/fast/selectors/170d-expected.txt:
* platform/qt/fast/selectors/175a-expected.png:
* platform/qt/fast/selectors/175a-expected.txt:
* platform/qt/fast/selectors/175b-expected.png:
* platform/qt/fast/selectors/175b-expected.txt:
* platform/qt/fast/selectors/175c-expected.png:
* platform/qt/fast/selectors/175c-expected.txt:
* platform/qt/fast/selectors/177a-expected.png:
* platform/qt/fast/selectors/177a-expected.txt:
* platform/qt/fast/selectors/177b-expected.png:
* platform/qt/fast/selectors/177b-expected.txt:
* platform/qt/fast/selectors/lang-inheritance-expected.png:
* platform/qt/fast/selectors/lang-inheritance-expected.txt:
* platform/qt/fast/selectors/lang-inheritance2-expected.png:
* platform/qt/fast/selectors/lang-inheritance2-expected.txt:
* platform/qt/fast/selectors/lang-vs-xml-lang-expected.png:
* platform/qt/fast/selectors/lang-vs-xml-lang-expected.txt:
* platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.png:
* platform/qt/fast/selectors/lang-vs-xml-lang-xhtml-expected.txt:
* platform/qt/fast/selectors/nondeterministic-combinators-expected.png:
* platform/qt/fast/selectors/nondeterministic-combinators-expected.txt:
* platform/qt/fast/selectors/unqualified-hover-quirks-expected.png:
* platform/qt/fast/selectors/unqualified-hover-quirks-expected.txt:
* platform/qt/fast/selectors/visited-descendant-expected.png:
* platform/qt/fast/selectors/visited-descendant-expected.txt:
2012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
[WK2][GTK] Complete implementation of AccessibilityController in WKTR for GTK
https://bugs.webkit.org/show_bug.cgi?id=89224
Reviewed by Chris Fleizach.
Unskip tests now passing.
* platform/gtk-wk2/Skipped:
2012-07-19 Keishi Hattori <keishi@webkit.org>
Redraw slider tick marks when datalist changes.
https://bugs.webkit.org/show_bug.cgi?id=89544
Reviewed by Kent Tamura.
Updating the datalist should redraw the slider tick marks.
* fast/forms/datalist/update-range-with-datalist-expected.html: Added.
* fast/forms/datalist/update-range-with-datalist.html: Added.
2012-07-19 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Remove the platform specific expected after r123066.
* platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Removed.
2012-07-18 Keishi Hattori <keishi@webkit.org>
Implement painting slider tick marks
https://bugs.webkit.org/show_bug.cgi?id=87844
Reviewed by Kent Tamura.
* fast/forms/datalist/input-appearance-range-with-datalist-expected.txt: Added.
* fast/forms/datalist/input-appearance-range-with-datalist-rtl-expected.html: Added.
* fast/forms/datalist/input-appearance-range-with-datalist-rtl.html: Added. The ticks should go from right to left.
* fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.txt: Added.
* fast/forms/datalist/input-appearance-range-with-datalist-zoomed.html: Added. The ticks should zoom properly.
* fast/forms/datalist/input-appearance-range-with-datalist.html: Added.
* platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
* platform/chromium-linux/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
* platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
* platform/chromium-mac/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
* platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
* platform/chromium-win/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/forms/datalist/input-list-expected.txt:
2012-07-18 Takashi Sakamoto <tasak@google.com>
Shadow DOM drop event tests are very flaky.
https://bugs.webkit.org/show_bug.cgi?id=87364
Reviewed by Hajime Morita.
Modified these tests to run test functions in onload. Probably
executing event tests while parsing html document causes flakyness.
* fast/dom/shadow/drop-event-for-input-in-shadow.html:
* fast/dom/shadow/drop-event-in-shadow.html:
* platform/chromium/TestExpectations:
2012-07-18 Hironori Bono <hbono@chromium.org>
Move contents right when a vertical scrollbar is shown at the left side of an RTL element.
https://bugs.webkit.org/show_bug.cgi?id=85856
Reviewed by Hajime Morita.
This changes adds a couple of tests that verify CSSOM properties of RTL elements
are compliant with <http://www.w3.org/TR/cssom-view> regardless of their
scrollbar positions.
* platform/chromium/TestExpectations:
* scrollbars/rtl: Added.
* scrollbars/rtl/div-horizontal-expected.txt: Added.
* scrollbars/rtl/div-horizontal.html: Added.
* scrollbars/rtl/div-vertical-expected.txt: Added.
* scrollbars/rtl/div-vertical.html: Added.
2012-07-18 Kent Tamura <tkent@chromium.org>
Form state restore: Classify form control sates by owners in internal and serialized representations
https://bugs.webkit.org/show_bug.cgi?id=91594
Reviewed by Hajime Morita.
Because the state serialization order depends on iteration order of
HashMap, serialized state array is not stable. We should remove raw dump
of serialized state array.
* fast/forms/state-restore-per-form.html: Remove the code to dump the
form state. It's useless because the test have enough assertions.
* fast/forms/state-restore-per-form-expected.txt:
* fast/forms/resources/state-restore-per-form-back.html: Removed.
* fast/forms/resources/state-restore-skip-stateless-dump.html:
Instead of dumping form state, check existence of types with JavaScript code.
* fast/forms/state-restore-skip-stateless-expected.txt:
* fast/forms/state-restore-skip-stateless.html: Fix a typo.
* fast/forms/state-restore-broken-state-expected.txt:
Update the expectation because of the serialization format change.
2012-07-18 Hayato Ito <hayato@chromium.org>
[Shadow] A 'selectstart' event fired on distributed nodes should not be stopped at shadow boundary of the parent shadow host.
https://bugs.webkit.org/show_bug.cgi?id=90508
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt:
* fast/dom/shadow/events-stopped-at-shadow-boundary.html:
2012-07-18 Julien Chaffraix <jchaffraix@webkit.org>
Crash in RenderTableSection::addCell.
http://webkit.org/b/89496
Reviewed by Abhishek Arya.
The test is still pretty complex as it involves lots of generated content. It should
be possible to get a smaller test case based on the conditions for the crash. However
this test is a pretty good stress test so I decided against creating a more simple test
case.
* fast/table/split-table-no-section-update-crash-expected.txt: Added.
* fast/table/split-table-no-section-update-crash.html: Added.
2012-07-18 Julien Chaffraix <jchaffraix@webkit.org>
Avoid calling GraphicsContext drawing primitives for 0px borders
https://bugs.webkit.org/show_bug.cgi?id=90039
Reviewed by Eric Seidel.
The ref-tests are pretty similar and the exact rendering doesn't matter. What matters
is that we try to exercise the border painting code with 0px borders. Note that the
test were passing before already as they are meant to trigger the newly added ASSERTs
if something changes.
* fast/borders/0px-borders-expected.html: Added.
* fast/borders/0px-borders.html: Added.
2012-07-18 Elliott Sprehn <esprehn@gmail.com>
REGRESSION (r89900): Assertion failure on null view() when destroying the document
https://bugs.webkit.org/show_bug.cgi?id=91547
Reviewed by Abhishek Arya.
Test for crash caused by null RenderView in RenderQuote and RenderCounter.
* fast/css-generated-content/bug91547-expected.txt: Added.
* fast/css-generated-content/bug91547.html: Added.
2012-07-18 Jer Noble <jer.noble@apple.com>
[mac] Unreviewed gardening.
Rebaseline (by partially reverting) r122883.
* platform/mac/fast/inline/002-expected.txt:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
2012-07-18 Jer Noble <jer.noble@apple.com>
[mac] Unreviewed gardening.
Rebaseline (and add Skipped entries) after r122861.
* platform/mac/Skipped:
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
2012-07-18 Dan Bernstein <mitz@apple.com>
Hit testing in the gap between pages returns incorrect results
https://bugs.webkit.org/show_bug.cgi?id=91695
Reviewed by Dave Hyatt.
* fast/multicol/hit-test-gap-between-pages-expected.txt: Added.
* fast/multicol/hit-test-gap-between-pages.html: Added.
2012-07-18 Joshua Bell <jsbell@chromium.org>
IndexedDB: Direction parameter ignored by some openCursor() overloads
https://bugs.webkit.org/show_bug.cgi?id=91687
Reviewed by Tony Chang.
Test the overloads to ensure cursor direction is set correctly.
* storage/indexeddb/cursor-overloads-expected.txt: Added.
* storage/indexeddb/cursor-overloads.html: Added.
* storage/indexeddb/legacy-constants-expected.txt: Fix whitespace in console warnings.
2012-07-18 Erik Arvidsson <arv@chromium.org>
[V8] Improve Replaceable extended attribute
https://bugs.webkit.org/show_bug.cgi?id=91668
Reviewed by Adam Barth.
Replaceable is working by chance in the V8 bindings because V8 does not correctly handle
read only properties on the prototype chain. With this change we generate a setter that
uses ForceSet to replace the existing property when set.
* fast/dom/Window/replaceable-expected.txt: Added.
* fast/dom/Window/replaceable.html: Added.
2012-07-18 Jer Noble <jer.noble@apple.com>
Unreviewed gardening.
Correct a path error introduced by r122769 for the fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html
test in many Skipped lists.
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-07-18 Joshua Bell <jsbell@chromium.org>
[chromium] Unreviewed TestExpectations update for WK90469.
Restore a test that was skipped to test a theory.
https://bugs.webkit.org/show_bug.cgi?id=90469
* platform/chromium/TestExpectations:
2012-07-18 Seokju Kwon <seokju.kwon@samsung.com>
[EFL][DRT] Add heap profiling tests to Skipped list
https://bugs.webkit.org/show_bug.cgi?id=91684
Unreviewed gardening.
JSC doesn't support heap profiling.
* platform/efl/Skipped:
2012-07-18 Jer Noble <jer.noble@apple.com>
REGRESSION (r122660-r122663): mathml/presentation/mo.xhtml, mathml/presentation/row.xhtml failing on Mountain Lion Production Tests
https://bugs.webkit.org/show_bug.cgi?id=91677
Reviewed by Eric Seidel.
Rebaseline after r122663.
* platform/mac/mathml/presentation/mo-expected.txt:
* platform/mac/mathml/presentation/row-expected.txt:
* platform/mac/mathml/presentation/mo-expected.png:
* platform/mac/mathml/presentation/row-expected.png:
2012-07-18 Alpha Lam <hclam@chromium.org>
[chromium] Not reviewed. Build fix.
Add CR before bug number to avoid lint error.
* platform/chromium/TestExpectations:
2012-07-18 Pravin D <pravind.2k4@gmail.com>
Content size of child having percent height inside a fixed height container having overflow:auto is wrongly calculated
https://bugs.webkit.org/show_bug.cgi?id=11355
Reviewed by Julien Chaffraix.
* fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt: Added.
* fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.html: Added.
* fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto-expected.txt: Added.
* fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overflow-auto.html: Added.
2012-07-18 Filip Pizlo <fpizlo@apple.com>
DFG 32-bit PutById transition stub storage reallocation case copies the first pointer of each JSValue instead of the whole JSValue
https://bugs.webkit.org/show_bug.cgi?id=91599
Rubber stamped by Mark Hahnenberg.
It turns out we previously didn't have adequate coverage for this. Now we do.
* fast/js/dfg-put-by-id-allocate-storage-expected.txt: Added.
* fast/js/dfg-put-by-id-allocate-storage-polymorphic-expected.txt: Added.
* fast/js/dfg-put-by-id-allocate-storage-polymorphic.html: Added.
* fast/js/dfg-put-by-id-allocate-storage.html: Added.
* fast/js/dfg-put-by-id-reallocate-storage-expected.txt: Added.
* fast/js/dfg-put-by-id-reallocate-storage-polymorphic-expected.txt: Added.
* fast/js/dfg-put-by-id-reallocate-storage-polymorphic.html: Added.
* fast/js/dfg-put-by-id-reallocate-storage.html: Added.
* fast/js/script-tests/dfg-put-by-id-allocate-storage-polymorphic.js: Added.
(foo):
* fast/js/script-tests/dfg-put-by-id-allocate-storage.js: Added.
(foo):
* fast/js/script-tests/dfg-put-by-id-reallocate-storage-polymorphic.js: Added.
(foo):
* fast/js/script-tests/dfg-put-by-id-reallocate-storage.js: Added.
(foo):
2012-07-18 Alpha Lam <hclam@chromium.org>
[chromium] Unreviewed gardening.
Updated test expectation for compositing/masks/layer-mask-placement.html.
Updated bug number for fast/js/mozilla/strict/assign-to-callee-name.html after filing webkit bug 91676.
Updated bug number for fast/url/ipv6.html after filing crbug.com/137938.
* platform/chromium-mac-snowleopard/compositing/masks/layer-mask-placement-expected.png: Removed.
* platform/chromium-mac/compositing/masks/layer-mask-placement-expected.png: Added.
* platform/chromium-win/compositing/masks/layer-mask-placement-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-18 Kenneth Russell <kbr@google.com>
Unreviewed test expectations update. Added bug ID for fast/filesystem/file-writer-truncate-extend.html flakiness.
* platform/chromium/TestExpectations:
2012-07-18 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening.
svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg flakily crashes on Chromium Win.
* platform/chromium/TestExpectations:
2012-07-18 Tony Chang <tony@chromium.org>
Unreviewed gardening.
http/tests/loading/307-after-303-after-post.html is flaky on win debug too.
* platform/chromium/TestExpectations:
2012-07-18 Ryosuke Niwa <rniwa@webkit.org>
Update Chromium test expectations after filing the bug 91666.
* platform/chromium/TestExpectations:
2012-07-18 Alpha Lam <hclam@chromium.org>
[chromium] Unreviewed gardening.
Remove some test expectations with my name on it, they are currently passing.
* platform/chromium/TestExpectations:
2012-07-18 Vincent Scheib <scheib@chromium.org>
Unify allowfullscreen logic in Document::webkitFullScreenEnabled and fullScreenIsAllowedForElement.
https://bugs.webkit.org/show_bug.cgi?id=91448
Reviewed by Adrienne Walker.
Unifies redundant traversal logic and static cast previously used
to determine if an element or document can be made fullscreen.
This clean up prepares for pointer lock, which will use the same logic.
Added a test to detect an edge case of an owning document with
fullscreen permision moving an iframe to fullscreen, while that iframe
does not have permision for its contents to be made fullscreen.
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent-expected.txt: Added.
* fullscreen/full-screen-iframe-without-allow-attribute-allowed-from-parent.html: Added.
2012-07-18 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. Rebaseline 2 tests due to minor changes from r122980.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
2012-07-18 Tony Chang <tony@chromium.org>
Convert svg/css/scientific-numbers.html to a text only test
https://bugs.webkit.org/show_bug.cgi?id=91641
Reviewed by Dirk Schulze.
This is a JS test so we don't need the pixel dump.
* svg/css/script-tests/scientific-numbers.js:
2012-07-18 Alex Bravo <alex.bravo@nokia.com>
[Qt] platform/qt/http tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91119
Reviewed by Noam Rosenthal.
Rebased platform/qt/http tests and unskipped them from qt-5.0
* platform/qt/http/tests/loading/simple-subframe-expected.png: Added.
* platform/qt/http/tests/loading/simple-subframe-expected.txt:
* platform/qt/http/tests/local/file-url-sent-as-referer-expected.png:
* platform/qt/http/tests/local/file-url-sent-as-referer-expected.txt:
* platform/qt/http/tests/misc/acid2-expected.png:
* platform/qt/http/tests/misc/acid2-expected.txt:
* platform/qt/http/tests/misc/acid2-pixel-expected.png:
* platform/qt/http/tests/misc/acid2-pixel-expected.txt:
* platform/qt/http/tests/misc/error404-expected.png:
* platform/qt/http/tests/misc/error404-expected.txt:
* platform/qt/http/tests/misc/favicon-as-image-expected.png:
* platform/qt/http/tests/misc/favicon-as-image-expected.txt:
* platform/qt/http/tests/misc/frame-access-during-load-expected.png:
* platform/qt/http/tests/misc/frame-access-during-load-expected.txt:
* platform/qt/http/tests/misc/generated-content-inside-table-expected.png:
* platform/qt/http/tests/misc/generated-content-inside-table-expected.txt:
* platform/qt/http/tests/misc/iframe404-expected.png:
* platform/qt/http/tests/misc/iframe404-expected.txt:
* platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.png:
* platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
* platform/qt/http/tests/misc/slow-loading-mask-expected.png:
* platform/qt/http/tests/misc/slow-loading-mask-expected.txt:
* platform/qt/http/tests/navigation/error404-basic-expected.png: Added.
* platform/qt/http/tests/navigation/error404-basic-expected.txt:
* platform/qt/http/tests/navigation/error404-goback-expected.png: Added.
* platform/qt/http/tests/navigation/error404-goback-expected.txt:
* platform/qt/http/tests/navigation/error404-subframeload-expected.png: Added.
* platform/qt/http/tests/navigation/error404-subframeload-expected.txt:
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/qt/http/tests/navigation/postredirect-basic-expected.png: Added.
* platform/qt/http/tests/navigation/postredirect-basic-expected.txt:
* platform/qt/http/tests/navigation/postredirect-goback1-expected.png: Added.
* platform/qt/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/qt/http/tests/uri/css-href-expected.png:
* platform/qt/http/tests/uri/css-href-expected.txt:
2012-07-18 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] fast/table tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91621
Reviewed by Alexis Menard.
After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
'monospace' font when directed, fast/table tests directory needs to be updated.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/fast/table/003-expected.png:
* platform/qt-5.0/fast/table/003-expected.txt:
* platform/qt-5.0/fast/table/border-collapsing/004-expected.txt:
* platform/qt/fast/table/001-expected.png:
* platform/qt/fast/table/001-expected.txt:
* platform/qt/fast/table/002-expected.png:
* platform/qt/fast/table/002-expected.txt:
* platform/qt/fast/table/004-expected.png:
* platform/qt/fast/table/004-expected.txt:
* platform/qt/fast/table/005-expected.png:
* platform/qt/fast/table/005-expected.txt:
* platform/qt/fast/table/006-expected.png:
* platform/qt/fast/table/006-expected.txt:
* platform/qt/fast/table/007-expected.png:
* platform/qt/fast/table/007-expected.txt:
* platform/qt/fast/table/009-expected.png:
* platform/qt/fast/table/009-expected.txt:
* platform/qt/fast/table/010-expected.png:
* platform/qt/fast/table/010-expected.txt:
* platform/qt/fast/table/011-expected.png:
* platform/qt/fast/table/011-expected.txt:
* platform/qt/fast/table/012-expected.png:
* platform/qt/fast/table/012-expected.txt:
* platform/qt/fast/table/013-expected.png:
* platform/qt/fast/table/013-expected.txt:
* platform/qt/fast/table/014-expected.png:
* platform/qt/fast/table/014-expected.txt:
* platform/qt/fast/table/015-expected.png:
* platform/qt/fast/table/015-expected.txt:
* platform/qt/fast/table/016-expected.png:
* platform/qt/fast/table/016-expected.txt:
* platform/qt/fast/table/017-expected.png:
* platform/qt/fast/table/017-expected.txt:
* platform/qt/fast/table/018-expected.png:
* platform/qt/fast/table/018-expected.txt:
* platform/qt/fast/table/020-expected.png:
* platform/qt/fast/table/020-expected.txt:
* platform/qt/fast/table/021-expected.png:
* platform/qt/fast/table/021-expected.txt:
* platform/qt/fast/table/022-expected.png:
* platform/qt/fast/table/022-expected.txt:
* platform/qt/fast/table/023-expected.png:
* platform/qt/fast/table/023-expected.txt:
* platform/qt/fast/table/025-expected.png:
* platform/qt/fast/table/025-expected.txt:
* platform/qt/fast/table/026-expected.png:
* platform/qt/fast/table/026-expected.txt:
* platform/qt/fast/table/027-expected.png:
* platform/qt/fast/table/027-expected.txt:
* platform/qt/fast/table/027-vertical-expected.png:
* platform/qt/fast/table/027-vertical-expected.txt:
* platform/qt/fast/table/028-expected.png:
* platform/qt/fast/table/028-expected.txt:
* platform/qt/fast/table/028-vertical-expected.png:
* platform/qt/fast/table/028-vertical-expected.txt:
* platform/qt/fast/table/029-expected.png:
* platform/qt/fast/table/029-expected.txt:
* platform/qt/fast/table/030-expected.png:
* platform/qt/fast/table/030-expected.txt:
* platform/qt/fast/table/033-expected.png:
* platform/qt/fast/table/033-expected.txt:
* platform/qt/fast/table/034-expected.png:
* platform/qt/fast/table/034-expected.txt:
* platform/qt/fast/table/035-expected.png:
* platform/qt/fast/table/035-expected.txt:
* platform/qt/fast/table/035-vertical-expected.png:
* platform/qt/fast/table/035-vertical-expected.txt:
* platform/qt/fast/table/036-expected.png:
* platform/qt/fast/table/036-expected.txt:
* platform/qt/fast/table/037-expected.png:
* platform/qt/fast/table/037-expected.txt:
* platform/qt/fast/table/038-expected.png:
* platform/qt/fast/table/038-expected.txt:
* platform/qt/fast/table/038-vertical-expected.png:
* platform/qt/fast/table/038-vertical-expected.txt:
* platform/qt/fast/table/039-expected.png:
* platform/qt/fast/table/039-expected.txt:
* platform/qt/fast/table/040-expected.png:
* platform/qt/fast/table/040-expected.txt:
* platform/qt/fast/table/040-vertical-expected.png:
* platform/qt/fast/table/040-vertical-expected.txt:
* platform/qt/fast/table/041-expected.png:
* platform/qt/fast/table/041-expected.txt:
* platform/qt/fast/table/100-percent-cell-width-expected.png:
* platform/qt/fast/table/100-percent-cell-width-expected.txt:
* platform/qt/fast/table/absolute-table-at-bottom-expected.png:
* platform/qt/fast/table/absolute-table-at-bottom-expected.txt:
* platform/qt/fast/table/add-before-anonymous-child-expected.png:
* platform/qt/fast/table/add-before-anonymous-child-expected.txt:
* platform/qt/fast/table/align-right-within-left-aligned-div-expected.txt:
* platform/qt/fast/table/append-cells-expected.png:
* platform/qt/fast/table/append-cells-expected.txt:
* platform/qt/fast/table/append-cells2-expected.png:
* platform/qt/fast/table/append-cells2-expected.txt:
* platform/qt/fast/table/auto-with-percent-height-expected.png:
* platform/qt/fast/table/auto-with-percent-height-expected.txt:
* platform/qt/fast/table/auto-with-percent-height-vertical-expected.png:
* platform/qt/fast/table/auto-with-percent-height-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/001-expected.png:
* platform/qt/fast/table/border-collapsing/001-expected.txt:
* platform/qt/fast/table/border-collapsing/001-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/001-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/002-expected.png:
* platform/qt/fast/table/border-collapsing/002-expected.txt:
* platform/qt/fast/table/border-collapsing/002-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/002-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/003-expected.png:
* platform/qt/fast/table/border-collapsing/003-expected.txt:
* platform/qt/fast/table/border-collapsing/003-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/003-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/004-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/004-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-expected.png:
* platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-expected.txt:
* platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.txt:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.png:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-expected.txt:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png:
* platform/qt/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.txt:
* platform/qt/fast/table/cell-absolute-child-expected.png:
* platform/qt/fast/table/cell-absolute-child-expected.txt:
* platform/qt/fast/table/cell-coalescing-expected.png:
* platform/qt/fast/table/cell-coalescing-expected.txt:
* platform/qt/fast/table/cell-pref-width-invalidation-expected.png:
* platform/qt/fast/table/cell-pref-width-invalidation-expected.txt:
* platform/qt/fast/table/cell-width-auto-expected.png:
* platform/qt/fast/table/cell-width-auto-expected.txt:
* platform/qt/fast/table/cellindex-expected.png:
* platform/qt/fast/table/cellindex-expected.txt:
* platform/qt/fast/table/click-near-anonymous-table-expected.png:
* platform/qt/fast/table/click-near-anonymous-table-expected.txt:
* platform/qt/fast/table/colgroup-preceded-by-caption-expected.png:
* platform/qt/fast/table/colgroup-preceded-by-caption-expected.txt:
* platform/qt/fast/table/colgroup-spanning-groups-rules-expected.png:
* platform/qt/fast/table/colgroup-spanning-groups-rules-expected.txt:
* platform/qt/fast/table/colspanMinWidth-expected.png:
* platform/qt/fast/table/colspanMinWidth-expected.txt:
* platform/qt/fast/table/dynamic-caption-add-before-child-expected.png:
* platform/qt/fast/table/dynamic-caption-add-before-child-expected.txt:
* platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.png:
* platform/qt/fast/table/dynamic-caption-add-remove-before-child-expected.txt:
* platform/qt/fast/table/dynamic-cellpadding-expected.png:
* platform/qt/fast/table/dynamic-cellpadding-expected.txt:
* platform/qt/fast/table/dynamic-descendant-percentage-height-expected.png:
* platform/qt/fast/table/dynamic-descendant-percentage-height-expected.txt:
* platform/qt/fast/table/early-table-layout-expected.png:
* platform/qt/fast/table/early-table-layout-expected.txt:
* platform/qt/fast/table/edge-offsets-expected.png:
* platform/qt/fast/table/edge-offsets-expected.txt:
* platform/qt/fast/table/empty-cells-expected.png:
* platform/qt/fast/table/empty-cells-expected.txt:
* platform/qt/fast/table/empty-row-crash-expected.png:
* platform/qt/fast/table/empty-row-crash-expected.txt:
* platform/qt/fast/table/empty-table-percent-height-expected.png:
* platform/qt/fast/table/empty-table-percent-height-expected.txt:
* platform/qt/fast/table/fixed-nested-expected.png:
* platform/qt/fast/table/fixed-nested-expected.txt:
* platform/qt/fast/table/fixed-table-non-cell-in-row-expected.png:
* platform/qt/fast/table/fixed-table-non-cell-in-row-expected.txt:
* platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.txt:
* platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.txt:
* platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.txt:
* platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.txt:
* platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.txt:
* platform/qt/fast/table/fixed-table-with-small-percent-width-expected.txt:
* platform/qt/fast/table/floating-th-expected.png:
* platform/qt/fast/table/floating-th-expected.txt:
* platform/qt/fast/table/floatingTablePaintBackground-expected.png:
* platform/qt/fast/table/floatingTablePaintBackground-expected.txt:
* platform/qt/fast/table/form-with-table-style-expected.png:
* platform/qt/fast/table/form-with-table-style-expected.txt:
* platform/qt/fast/table/frame-and-rules-expected.png:
* platform/qt/fast/table/frame-and-rules-expected.txt:
* platform/qt/fast/table/generated-caption-expected.png:
* platform/qt/fast/table/generated-caption-expected.txt:
* platform/qt/fast/table/giantRowspan2-expected.png:
* platform/qt/fast/table/giantRowspan2-expected.txt:
* platform/qt/fast/table/inline-form-assert-expected.png:
* platform/qt/fast/table/inline-form-assert-expected.txt:
* platform/qt/fast/table/insert-before-anonymous-ancestors-expected.png:
* platform/qt/fast/table/insert-before-anonymous-ancestors-expected.txt:
* platform/qt/fast/table/insert-cell-before-form-expected.png:
* platform/qt/fast/table/insert-cell-before-form-expected.txt:
* platform/qt/fast/table/insert-row-before-form-expected.png:
* platform/qt/fast/table/insert-row-before-form-expected.txt:
* platform/qt/fast/table/invisible-cell-background-expected.png:
* platform/qt/fast/table/invisible-cell-background-expected.txt:
* platform/qt/fast/table/large-width-expected.png:
* platform/qt/fast/table/large-width-expected.txt:
* platform/qt/fast/table/multiple-captions-display-expected.png:
* platform/qt/fast/table/multiple-captions-display-expected.txt:
* platform/qt/fast/table/multiple-percent-height-rows-expected.png:
* platform/qt/fast/table/multiple-percent-height-rows-expected.txt:
* platform/qt/fast/table/nested-percent-height-table-expected.png:
* platform/qt/fast/table/nested-percent-height-table-expected.txt:
* platform/qt/fast/table/nobr-expected.png:
* platform/qt/fast/table/nobr-expected.txt:
* platform/qt/fast/table/overflowHidden-expected.png:
* platform/qt/fast/table/overflowHidden-expected.txt:
* platform/qt/fast/table/percent-heights-expected.png:
* platform/qt/fast/table/percent-heights-expected.txt:
* platform/qt/fast/table/prepend-in-anonymous-table-expected.png:
* platform/qt/fast/table/prepend-in-anonymous-table-expected.txt:
* platform/qt/fast/table/quote-text-around-iframe-expected.png:
* platform/qt/fast/table/quote-text-around-iframe-expected.txt:
* platform/qt/fast/table/relative-position-containment-expected.png:
* platform/qt/fast/table/relative-position-containment-expected.txt:
* platform/qt/fast/table/relative-position-offsets-expected.png:
* platform/qt/fast/table/relative-position-offsets-expected.txt:
* platform/qt/fast/table/relative-position-stacking-expected.png:
* platform/qt/fast/table/relative-position-stacking-expected.txt:
* platform/qt/fast/table/remove-td-display-none-expected.png:
* platform/qt/fast/table/remove-td-display-none-expected.txt:
* platform/qt/fast/table/replaced-percent-height-expected.png:
* platform/qt/fast/table/replaced-percent-height-expected.txt:
* platform/qt/fast/table/row-height-recalc-expected.png:
* platform/qt/fast/table/row-height-recalc-expected.txt:
* platform/qt/fast/table/rowindex-expected.png:
* platform/qt/fast/table/rowindex-expected.txt:
* platform/qt/fast/table/rowspan-paint-order-expected.png:
* platform/qt/fast/table/rowspan-paint-order-expected.txt:
* platform/qt/fast/table/rowspan-paint-order-vertical-expected.png:
* platform/qt/fast/table/rowspan-paint-order-vertical-expected.txt:
* platform/qt/fast/table/rtl-cell-display-none-assert-expected.png:
* platform/qt/fast/table/rtl-cell-display-none-assert-expected.txt:
* platform/qt/fast/table/rules-attr-dynchange1-expected.png:
* platform/qt/fast/table/rules-attr-dynchange1-expected.txt:
* platform/qt/fast/table/rules-attr-dynchange2-expected.png:
* platform/qt/fast/table/rules-attr-dynchange2-expected.txt:
* platform/qt/fast/table/spanOverlapRepaint-expected.png:
* platform/qt/fast/table/spanOverlapRepaint-expected.txt:
* platform/qt/fast/table/stale-grid-crash-expected.png:
* platform/qt/fast/table/stale-grid-crash-expected.txt:
* platform/qt/fast/table/table-after-child-in-table-expected.png:
* platform/qt/fast/table/table-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-and-parts-outline-expected.png:
* platform/qt/fast/table/table-and-parts-outline-expected.txt:
* platform/qt/fast/table/table-before-child-in-table-expected.png:
* platform/qt/fast/table/table-before-child-in-table-expected.txt:
* platform/qt/fast/table/table-cell-after-child-in-block-expected.png:
* platform/qt/fast/table/table-cell-after-child-in-block-expected.txt:
* platform/qt/fast/table/table-cell-after-child-in-table-expected.png:
* platform/qt/fast/table/table-cell-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-cell-before-child-in-block-expected.png:
* platform/qt/fast/table/table-cell-before-child-in-block-expected.txt:
* platform/qt/fast/table/table-cell-before-child-in-table-expected.png:
* platform/qt/fast/table/table-cell-before-child-in-table-expected.txt:
* platform/qt/fast/table/table-continuation-outline-paint-crash-expected.png:
* platform/qt/fast/table/table-continuation-outline-paint-crash-expected.txt:
* platform/qt/fast/table/table-display-types-expected.png:
* platform/qt/fast/table/table-display-types-expected.txt:
* platform/qt/fast/table/table-display-types-strict-expected.png:
* platform/qt/fast/table/table-display-types-strict-expected.txt:
* platform/qt/fast/table/table-display-types-vertical-expected.png:
* platform/qt/fast/table/table-display-types-vertical-expected.txt:
* platform/qt/fast/table/table-hspace-align-center-expected.png:
* platform/qt/fast/table/table-hspace-align-center-expected.txt:
* platform/qt/fast/table/table-row-after-child-in-block-expected.png:
* platform/qt/fast/table/table-row-after-child-in-block-expected.txt:
* platform/qt/fast/table/table-row-after-child-in-table-expected.png:
* platform/qt/fast/table/table-row-after-child-in-table-expected.txt:
* platform/qt/fast/table/table-row-before-child-in-block-expected.png:
* platform/qt/fast/table/table-row-before-child-in-block-expected.txt:
* platform/qt/fast/table/table-row-before-child-in-table-expected.png:
* platform/qt/fast/table/table-row-before-child-in-table-expected.txt:
* platform/qt/fast/table/tableInsideCaption-expected.png:
* platform/qt/fast/table/tableInsideCaption-expected.txt:
* platform/qt/fast/table/text-field-baseline-expected.png:
* platform/qt/fast/table/text-field-baseline-expected.txt:
* platform/qt/fast/table/unbreakable-images-quirk-expected.png:
* platform/qt/fast/table/unbreakable-images-quirk-expected.txt:
* platform/qt/fast/table/unused-percent-heights-expected.png:
* platform/qt/fast/table/unused-percent-heights-expected.txt:
* platform/qt/fast/table/vertical-align-baseline-expected.png:
* platform/qt/fast/table/vertical-align-baseline-expected.txt:
2012-07-18 Joshua Bell <jsbell@chromium.org>
[chromium] Unreviewed TestExpectations update for WK90469.
Coalesce entries for windows flaky crashes related to 90469, and try
skipping a particularly impacted test to see if fails shift elsewhere.
https://bugs.webkit.org/show_bug.cgi?id=90469
* platform/chromium/TestExpectations:
2012-07-18 Chris Fleizach <cfleizach@apple.com>
AX: <input type="submit"> unlabelled.
https://bugs.webkit.org/show_bug.cgi?id=91563
Reviewed by Adele Peterson.
* platform/mac/accessibility/submit-button-default-value-expected.txt: Added.
* platform/mac/accessibility/submit-button-default-value.html: Added.
2012-07-17 Shawn Singh <shawnsingh@chromium.org>
[chromium] Remove awkward anchorPoint usage that implicity affects layer position
https://bugs.webkit.org/show_bug.cgi?id=91472
Reviewed by Adrienne Walker.
* platform/chromium/TestExpectations: marked compositing/reflections/nested-reflection-anchor-point.html as needing
rebaselining. Its behavior should now be similar to Safari.
2012-07-18 Dirk Schulze <krit@webkit.org>
SVG CSS property types with <number> don't support exponents
https://bugs.webkit.org/show_bug.cgi?id=52542
Reviewed by Nikolas Zimmermann.
Test scientific number values on SVG presentation attributes.
* svg/css/scientific-numbers-expected.txt: Added.
* svg/css/scientific-numbers.html: Added.
* svg/css/script-tests/scientific-numbers.js: Added.
2012-07-18 Douglas Stockwell <dstockwell@chromium.org>
WebCore::StylePropertySet::addParsedProperties - crash
https://bugs.webkit.org/show_bug.cgi?id=91153
Reviewed by Andreas Kling.
* fast/css/css-keyframe-style-mutate-crash-expected.txt: Added.
* fast/css/css-keyframe-style-mutate-crash.html: Added.
2012-07-18 Balazs Kelemen <kbalazs@webkit.org>
Unreviewed gardening.
More pixel rebaseline in compositing for qt-5.0-wk2.
Added baselines, mark failing tests.
* platform/qt-5.0-wk2/TestExpectations:
* platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-expected.png: Added.
* platform/qt-5.0-wk2/compositing/culling/filter-occlusion-blur-large-expected.png: Added.
* platform/qt-5.0-wk2/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
* platform/qt-5.0-wk2/compositing/flat-with-transformed-child-expected.png: Added.
* platform/qt-5.0-wk2/compositing/images/content-image-change-expected.png: Added.
* platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.png: Added.
* platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-scroll-expected.txt: Added.
2012-07-18 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] fast/text tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91570
Reviewed by Simon Hausmann.
After the rebaseline from changeset 121971 - [Qt] DumpRenderTree does not use
'monospace' font when directed, fast/text tests directory needs to be updated.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png:
* platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/fast/text/backslash-to-yen-sign-euc-expected.txt:
* platform/qt-5.0/fast/text/backslash-to-yen-sign-expected.txt:
* platform/qt-5.0/fast/text/basic/003-expected.png:
* platform/qt-5.0/fast/text/basic/003-expected.txt:
* platform/qt-5.0/fast/text/fallback-traits-fixup-expected.txt:
* platform/qt-5.0/fast/text/international/hindi-whitespace-expected.txt:
* platform/qt-5.0/fast/text/international/text-spliced-font-expected.png:
* platform/qt-5.0/fast/text/international/text-spliced-font-expected.txt:
* platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
* platform/qt-5.0/fast/text/large-text-composed-char-expected.png:
* platform/qt-5.0/fast/text/large-text-composed-char-expected.txt:
* platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png:
* platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt:
* platform/qt-5.0/fast/text/softHyphen-expected.txt:
* platform/qt-5.0/fast/text/text-letter-spacing-expected.txt:
* platform/qt/fast/text/atsui-kerning-and-ligatures-expected.txt:
* platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
* platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.txt:
* platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
* platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.txt:
* platform/qt/fast/text/basic/001-expected.png:
* platform/qt/fast/text/basic/001-expected.txt:
* platform/qt/fast/text/basic/002-expected.txt:
* platform/qt/fast/text/basic/004-expected.txt:
* platform/qt/fast/text/basic/005-expected.txt:
* platform/qt/fast/text/basic/006-expected.txt:
* platform/qt/fast/text/basic/007-expected.txt:
* platform/qt/fast/text/basic/008-expected.txt:
* platform/qt/fast/text/basic/009-expected.png:
* platform/qt/fast/text/basic/009-expected.txt:
* platform/qt/fast/text/basic/011-expected.txt:
* platform/qt/fast/text/basic/012-expected.txt:
* platform/qt/fast/text/basic/generic-family-changes-expected.png:
* platform/qt/fast/text/basic/generic-family-changes-expected.txt:
* platform/qt/fast/text/basic/generic-family-reset-expected.png:
* platform/qt/fast/text/basic/generic-family-reset-expected.txt:
* platform/qt/fast/text/break-word-expected.png:
* platform/qt/fast/text/break-word-expected.txt:
* platform/qt/fast/text/capitalize-empty-generated-string-expected.txt:
* platform/qt/fast/text/capitalize-preserve-nbsp-expected.txt:
* platform/qt/fast/text/cg-vs-atsui-expected.png:
* platform/qt/fast/text/cg-vs-atsui-expected.txt:
* platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
* platform/qt/fast/text/complex-preferred-logical-widths-expected.txt:
* platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
* platform/qt/fast/text/complex-synthetic-bold-space-width-expected.txt:
* platform/qt/fast/text/delete-hard-break-character-expected.txt:
* platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
* platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.txt:
* platform/qt/fast/text/fake-italic-expected.txt:
* platform/qt/fast/text/firstline/001-expected.txt:
* platform/qt/fast/text/firstline/002-expected.txt:
* platform/qt/fast/text/firstline/003-expected.txt:
* platform/qt/fast/text/font-initial-expected.txt:
* platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
* platform/qt/fast/text/hyphenate-limit-before-after-expected.txt:
* platform/qt/fast/text/hyphenate-limit-lines-expected.png:
* platform/qt/fast/text/hyphenate-limit-lines-expected.txt:
* platform/qt/fast/text/justified-selection-at-edge-expected.txt:
* platform/qt/fast/text/justified-selection-expected.txt:
* platform/qt/fast/text/line-breaks-after-white-space-expected.png:
* platform/qt/fast/text/line-breaks-after-white-space-expected.txt:
* platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.txt:
* platform/qt/fast/text/midword-break-hang-expected.txt:
* platform/qt/fast/text/reset-emptyRun-expected.txt:
* platform/qt/fast/text/selection-hard-linebreak-expected.png:
* platform/qt/fast/text/selection-hard-linebreak-expected.txt:
* platform/qt/fast/text/shadow-no-blur-expected.png:
* platform/qt/fast/text/shadow-no-blur-expected.txt:
* platform/qt/fast/text/shadow-translucent-fill-expected.txt:
* platform/qt/fast/text/should-use-atsui-expected.txt:
* platform/qt/fast/text/stroking-decorations-expected.txt:
* platform/qt/fast/text/stroking-expected.txt:
* platform/qt/fast/text/text-shadow-no-default-color-expected.txt:
* platform/qt/fast/text/textIteratorNilRenderer-expected.png:
* platform/qt/fast/text/textIteratorNilRenderer-expected.txt:
* platform/qt/fast/text/unicode-variation-selector-expected.png:
* platform/qt/fast/text/unicode-variation-selector-expected.txt:
* platform/qt/fast/text/updateNewFont-expected.txt:
* platform/qt/fast/text/wbr-expected.txt:
* platform/qt/fast/text/wbr-in-pre-crash-expected.txt:
* platform/qt/fast/text/wbr-pre-expected.png:
* platform/qt/fast/text/wbr-pre-expected.txt:
* platform/qt/fast/text/wbr-styled-expected.png:
* platform/qt/fast/text/wbr-styled-expected.txt:
* platform/qt/fast/text/whitespace/002-expected.png:
* platform/qt/fast/text/whitespace/002-expected.txt:
* platform/qt/fast/text/whitespace/003-expected.png:
* platform/qt/fast/text/whitespace/003-expected.txt:
* platform/qt/fast/text/whitespace/006-expected.txt:
* platform/qt/fast/text/whitespace/007-expected.txt:
* platform/qt/fast/text/whitespace/008-expected.txt:
* platform/qt/fast/text/whitespace/009-expected.txt:
* platform/qt/fast/text/whitespace/012-expected.png:
* platform/qt/fast/text/whitespace/012-expected.txt:
* platform/qt/fast/text/whitespace/013-expected.txt:
* platform/qt/fast/text/whitespace/014-expected.txt:
* platform/qt/fast/text/whitespace/018-expected.txt:
* platform/qt/fast/text/whitespace/019-expected.png:
* platform/qt/fast/text/whitespace/019-expected.txt:
* platform/qt/fast/text/whitespace/020-expected.txt:
* platform/qt/fast/text/whitespace/021-expected.txt:
* platform/qt/fast/text/whitespace/022-expected.png:
* platform/qt/fast/text/whitespace/022-expected.txt:
* platform/qt/fast/text/whitespace/023-expected.png:
* platform/qt/fast/text/whitespace/023-expected.txt:
* platform/qt/fast/text/whitespace/025-expected.txt:
* platform/qt/fast/text/whitespace/026-expected.txt:
* platform/qt/fast/text/whitespace/027-expected.txt:
* platform/qt/fast/text/whitespace/029-expected.png:
* platform/qt/fast/text/whitespace/029-expected.txt:
* platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.txt:
* platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
* platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt:
* platform/qt/fast/text/whitespace/nowrap-clear-float-expected.txt:
* platform/qt/fast/text/whitespace/pre-break-word-expected.png:
* platform/qt/fast/text/whitespace/pre-break-word-expected.txt:
* platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
* platform/qt/fast/text/whitespace/pre-newline-box-test-expected.txt:
* platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.txt:
* platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
* platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.txt:
* platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.txt:
2012-07-18 Kevin Ellis <kevers@chromium.org>
TOUCH_ADJUSTMENT is too aggressive when snapping to large elements.
https://bugs.webkit.org/show_bug.cgi?id=91262
Reviewed by Antonio Gomes.
Adding a test case to ensure that the adjusted touch position is
within the bounds of the target element and the touch area.
Previously, the target position snapped to the center of the target
element, which can be far removed from the touch area.
The second test is for non-rectilinear elements, and verifies that
the touch area must overlap the true bounds of the element for an
adjustment to occur.
* touchadjustment/big-div-expected.txt: Added.
* touchadjustment/big-div.html: Added.
* touchadjustment/rotated-node-expected.txt: Added.
* touchadjustment/rotated-node.html: Added.
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped tests.
* platform/chromium/TestExpectations:
2012-07-18 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] editing/input and editing/unsupported-content tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91400
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
* platform/qt/editing/input/caret-at-the-edge-of-contenteditable-expected.txt:
* platform/qt/editing/input/emacs-ctrl-o-expected.png:
* platform/qt/editing/input/emacs-ctrl-o-expected.txt:
* platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
* platform/qt/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt:
* platform/qt/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
* platform/qt/editing/unsupported-content/list-delete-001-expected.png:
* platform/qt/editing/unsupported-content/list-delete-001-expected.txt:
* platform/qt/editing/unsupported-content/list-delete-003-expected.png:
* platform/qt/editing/unsupported-content/list-delete-003-expected.txt:
* platform/qt/editing/unsupported-content/list-type-after-expected.png:
* platform/qt/editing/unsupported-content/list-type-after-expected.txt:
* platform/qt/editing/unsupported-content/list-type-before-expected.png:
* platform/qt/editing/unsupported-content/list-type-before-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-001-expected.png:
* platform/qt/editing/unsupported-content/table-delete-001-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-002-expected.png:
* platform/qt/editing/unsupported-content/table-delete-002-expected.txt:
* platform/qt/editing/unsupported-content/table-delete-003-expected.png:
* platform/qt/editing/unsupported-content/table-delete-003-expected.txt:
* platform/qt/editing/unsupported-content/table-type-after-expected.png:
* platform/qt/editing/unsupported-content/table-type-after-expected.txt:
* platform/qt/editing/unsupported-content/table-type-before-expected.png:
* platform/qt/editing/unsupported-content/table-type-before-expected.txt:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, updated test expectations.
* platform/chromium/TestExpectations:
2012-07-18 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] editing/style and editing/undo tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91385
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/editing/style/4916887-expected.png:
* platform/qt/editing/style/4916887-expected.txt:
* platform/qt/editing/style/5017613-1-expected.png:
* platform/qt/editing/style/5017613-1-expected.txt:
* platform/qt/editing/style/5017613-2-expected.png:
* platform/qt/editing/style/5017613-2-expected.txt:
* platform/qt/editing/style/5046875-1-expected.png:
* platform/qt/editing/style/5046875-1-expected.txt:
* platform/qt/editing/style/5046875-2-expected.png:
* platform/qt/editing/style/5046875-2-expected.txt:
* platform/qt/editing/style/5065910-expected.png:
* platform/qt/editing/style/5065910-expected.txt:
* platform/qt/editing/style/5084241-expected.png:
* platform/qt/editing/style/5084241-expected.txt:
* platform/qt/editing/style/5228141-expected.png:
* platform/qt/editing/style/5228141-expected.txt:
* platform/qt/editing/style/5279521-expected.png:
* platform/qt/editing/style/5279521-expected.txt:
* platform/qt/editing/style/apple-style-editable-mix-expected.png:
* platform/qt/editing/style/apple-style-editable-mix-expected.txt:
* platform/qt/editing/style/block-style-001-expected.png:
* platform/qt/editing/style/block-style-001-expected.txt:
* platform/qt/editing/style/block-style-002-expected.png:
* platform/qt/editing/style/block-style-002-expected.txt:
* platform/qt/editing/style/block-style-003-expected.png:
* platform/qt/editing/style/block-style-003-expected.txt:
* platform/qt/editing/style/block-styles-007-expected.png:
* platform/qt/editing/style/block-styles-007-expected.txt:
* platform/qt/editing/style/create-block-for-style-001-expected.png:
* platform/qt/editing/style/create-block-for-style-001-expected.txt:
* platform/qt/editing/style/create-block-for-style-002-expected.png:
* platform/qt/editing/style/create-block-for-style-002-expected.txt:
* platform/qt/editing/style/create-block-for-style-003-expected.png:
* platform/qt/editing/style/create-block-for-style-003-expected.txt:
* platform/qt/editing/style/create-block-for-style-004-expected.png:
* platform/qt/editing/style/create-block-for-style-004-expected.txt:
* platform/qt/editing/style/create-block-for-style-005-expected.png:
* platform/qt/editing/style/create-block-for-style-005-expected.txt:
* platform/qt/editing/style/create-block-for-style-006-expected.png:
* platform/qt/editing/style/create-block-for-style-006-expected.txt:
* platform/qt/editing/style/create-block-for-style-007-expected.png:
* platform/qt/editing/style/create-block-for-style-007-expected.txt:
* platform/qt/editing/style/create-block-for-style-008-expected.png:
* platform/qt/editing/style/create-block-for-style-008-expected.txt:
* platform/qt/editing/style/create-block-for-style-009-expected.png:
* platform/qt/editing/style/create-block-for-style-009-expected.txt:
* platform/qt/editing/style/create-block-for-style-010-expected.png:
* platform/qt/editing/style/create-block-for-style-010-expected.txt:
* platform/qt/editing/style/create-block-for-style-011-expected.png:
* platform/qt/editing/style/create-block-for-style-011-expected.txt:
* platform/qt/editing/style/create-block-for-style-012-expected.png:
* platform/qt/editing/style/create-block-for-style-012-expected.txt:
* platform/qt/editing/style/create-block-for-style-013-expected.png:
* platform/qt/editing/style/create-block-for-style-013-expected.txt:
* platform/qt/editing/style/designmode-expected.png:
* platform/qt/editing/style/designmode-expected.txt:
* platform/qt/editing/style/font-family-with-space-expected.png:
* platform/qt/editing/style/font-family-with-space-expected.txt:
* platform/qt/editing/style/highlight-expected.png:
* platform/qt/editing/style/highlight-expected.txt:
* platform/qt/editing/style/relative-font-size-change-001-expected.png:
* platform/qt/editing/style/relative-font-size-change-001-expected.txt:
* platform/qt/editing/style/relative-font-size-change-002-expected.png:
* platform/qt/editing/style/relative-font-size-change-002-expected.txt:
* platform/qt/editing/style/relative-font-size-change-003-expected.png:
* platform/qt/editing/style/relative-font-size-change-003-expected.txt:
* platform/qt/editing/style/relative-font-size-change-004-expected.png:
* platform/qt/editing/style/relative-font-size-change-004-expected.txt:
* platform/qt/editing/style/smoosh-styles-001-expected.png:
* platform/qt/editing/style/smoosh-styles-001-expected.txt:
* platform/qt/editing/style/smoosh-styles-003-expected.png:
* platform/qt/editing/style/smoosh-styles-003-expected.txt:
* platform/qt/editing/style/style-3681552-fix-001-expected.png:
* platform/qt/editing/style/style-3681552-fix-001-expected.txt:
* platform/qt/editing/style/style-3681552-fix-002-expected.png:
* platform/qt/editing/style/style-3681552-fix-002-expected.txt:
* platform/qt/editing/style/style-3998892-fix-expected.png:
* platform/qt/editing/style/style-3998892-fix-expected.txt:
* platform/qt/editing/style/style-boundary-001-expected.png:
* platform/qt/editing/style/style-boundary-001-expected.txt:
* platform/qt/editing/style/style-boundary-002-expected.png:
* platform/qt/editing/style/style-boundary-002-expected.txt:
* platform/qt/editing/style/style-boundary-003-expected.png:
* platform/qt/editing/style/style-boundary-003-expected.txt:
* platform/qt/editing/style/style-boundary-004-expected.png:
* platform/qt/editing/style/style-boundary-004-expected.txt:
* platform/qt/editing/style/style-boundary-005-expected.png:
* platform/qt/editing/style/style-boundary-005-expected.txt:
* platform/qt/editing/style/table-selection-expected.png:
* platform/qt/editing/style/table-selection-expected.txt:
* platform/qt/editing/style/typing-style-001-expected.png:
* platform/qt/editing/style/typing-style-001-expected.txt:
* platform/qt/editing/style/typing-style-002-expected.png:
* platform/qt/editing/style/typing-style-002-expected.txt:
* platform/qt/editing/style/unbold-in-bold-expected.png:
* platform/qt/editing/style/unbold-in-bold-expected.txt:
* platform/qt/editing/undo/4063751-expected.png:
* platform/qt/editing/undo/4063751-expected.txt:
* platform/qt/editing/undo/redo-typing-001-expected.png:
* platform/qt/editing/undo/redo-typing-001-expected.txt:
* platform/qt/editing/undo/undo-combined-delete-boundary-expected.png:
* platform/qt/editing/undo/undo-combined-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-combined-delete-expected.png:
* platform/qt/editing/undo/undo-combined-delete-expected.txt:
* platform/qt/editing/undo/undo-delete-boundary-expected.png:
* platform/qt/editing/undo/undo-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-delete-expected.png:
* platform/qt/editing/undo/undo-delete-expected.txt:
* platform/qt/editing/undo/undo-forward-delete-boundary-expected.png:
* platform/qt/editing/undo/undo-forward-delete-boundary-expected.txt:
* platform/qt/editing/undo/undo-forward-delete-expected.png:
* platform/qt/editing/undo/undo-forward-delete-expected.txt:
* platform/qt/editing/undo/undo-typing-001-expected.png:
* platform/qt/editing/undo/undo-typing-001-expected.txt:
2012-07-18 Balazs Kelemen <kbalazs@webkit.org>
Unreviewed rebaseline of compositing tests on Qt-WebKit2.
Mark pixel tests with wrong output as failing (IMAGE) Rebaseline some pixel
results where only scrollbar theme or antialiasing was the difference
between actual and expected.
* platform/qt-5.0-wk2/TestExpectations:
* platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.png: Added.
* platform/qt-5.0-wk2/compositing/culling/clear-fixed-iframe-expected.png: Added.
* platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Added.
* platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Added.
* platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Added.
* platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.png: Added.
* platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.png: Added.
* platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Added.
* platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Added.
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, updated test expectations.
* platform/chromium/TestExpectations:
2012-07-18 Seokju Kwon <seokju.kwon@samsung.com>
[EFL][DRT] Add support for Web Inspector in WebKit-EFL DRT
https://bugs.webkit.org/show_bug.cgi?id=87935
Reviewed by Andreas Kling.
Remove the following tests from Skipped list.
LayoutTests/inspector
LayoutTests/http/test/inspector
LayoutTests/http/test/inspector-enabled
LayoutTests/http/tests/inspector/network/ping.html
* platform/efl/Skipped:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped tests.
* platform/chromium/TestExpectations:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped tests.
https://bugs.webkit.org/show_bug.cgi?id=84764
https://bugs.webkit.org/show_bug.cgi?id=84767
https://bugs.webkit.org/show_bug.cgi?id=84768
https://bugs.webkit.org/show_bug.cgi?id=84769
https://bugs.webkit.org/show_bug.cgi?id=84775
https://bugs.webkit.org/show_bug.cgi?id=84776
* platform/chromium/TestExpectations:
2012-07-18 Mario Sanchez Prada <msanchez@igalia.com>
[WK2][GTK] Implement AccessibilityUIElement in WKTR for GTK
https://bugs.webkit.org/show_bug.cgi?id=89223
Reviewed by Chris Fleizach.
Removed lines skipping all the accessibility tests and replace
them with the specific ones that are still not passing, which
are just a few now, and will hopefully get fixed later on.
* platform/gtk-wk2/Skipped: Reduce the list of skipped tests.
Updated two layout tests to consider nulls, something that didn't
happen with DumpRenderTree, but that we need to check now.
* accessibility/table-cell-spans.html: Update test.
* accessibility/table-cells.html: Update test.
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped test.
* platform/chromium/TestExpectations:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, updated test expectations.
* platform/chromium/TestExpectations:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, updated test expectations.
* platform/chromium/TestExpectations:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped test.
* platform/chromium/TestExpectations:
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, unskipped test.
* platform/chromium/TestExpectations:
2012-07-18 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r122345): HTMLCollection::length() sometimes returns a wrong value
https://bugs.webkit.org/show_bug.cgi?id=91587
Reviewed by Benjamin Poulain.
Add a regression test. It only fails on Chromium port before the patch is applied because JSC binding code
has a bug (?) that it always checks index > length() to throw an exception before accessing an item in HTMLCollection.
* fast/dom/htmlcollection-length-after-item-expected.txt: Added.
* fast/dom/htmlcollection-length-after-item.html: Added.
2012-07-18 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, rebaselined tests.
* platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Removed.
* platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Removed.
* platform/chromium-win-xp/fast/inline-block/inline-block-vertical-align-expected.png: Removed.
* platform/chromium-win-xp/fast/inline/002-expected.png: Removed.
* platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.png:
* platform/chromium-win/fast/inline/002-expected.png:
* platform/chromium-win/fast/table/table-display-types-strict-expected.png:
2012-07-18 Csaba Osztrogonác <ossy@webkit.org>
[Qt][WK2] REGRESSION(r122376): It made 68 tests flakey (TEXT PASS)
https://bugs.webkit.org/show_bug.cgi?id=91063
* platform/qt-5.0-wk2/Skipped: Skip one more test.
* platform/qt/Skipped: Move a skipped test to the proper Skipped list.
2012-07-18 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the new failing tests.
* platform/qt/Skipped:
2012-07-17 Kent Tamura <tkent@chromium.org>
Fix an assertion failure in CalendarPickerElement::hostInput().
https://bugs.webkit.org/show_bug.cgi?id=91568
Reviewed by Hajime Morita.
* fast/forms/date/calendar-picker-type-change-onclick-expected.txt: Added.
* fast/forms/date/calendar-picker-type-change-onclick.html: Added.
2012-07-17 MORITA Hajime <morrita@google.com>
[Shadow DOM] Some distribution invalidation can drop necessary reattachment.
https://bugs.webkit.org/show_bug.cgi?id=88843
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/content-after-style-expected.html: Added.
* fast/dom/shadow/content-after-style.html: Added.
2012-07-17 Joshua Bell <jsbell@chromium.org>
IndexedDB: Key generator state not maintained across connections
https://bugs.webkit.org/show_bug.cgi?id=91456
Reviewed by Tony Chang.
Added key generator test case that spans database connections.
* storage/indexeddb/key-generator-expected.txt:
* storage/indexeddb/resources/key-generator.js:
(testAcrossConnections.request.onsuccess.request.onsuccess.request.onsuccess):
(testAcrossConnections.request.onsuccess.request.onsuccess):
(testAcrossConnections.request.onsuccess):
(testAcrossConnections.doFirstWrite.request.onsuccess):
(testAcrossConnections.doFirstWrite):
(testAcrossConnections.closeAndReopen.request.onsuccess):
(testAcrossConnections.closeAndReopen):
(testAcrossConnections.doSecondWrite.request.onsuccess):
(testAcrossConnections.doSecondWrite.trans.oncomplete):
(testAcrossConnections.doSecondWrite):
2012-07-17 Emil A Eklund <eae@chromium.org>
Unreviewed chromium windows rebaseline for r122883.
* platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.png: Added.
* platform/chromium-win-xp/css2.1/t100801-c544-valgn-03-d-agi-expected.txt: Added.
* platform/chromium-win-xp/fast/inline-block/inline-block-vertical-align-expected.png: Added.
* platform/chromium-win-xp/fast/inline/002-expected.png:
2012-07-17 Alec Flett <alecflett@chromium.org>
IndexedDB: createIndex should throw INVALID_ACCESS_ERR instead of NOT_SUPPORTED_ERR
https://bugs.webkit.org/show_bug.cgi?id=91553
Reviewed by Tony Chang.
Update to match IndexedDB spec.
* storage/indexeddb/keypath-arrays-expected.txt:
* storage/indexeddb/resources/keypath-arrays.js:
(openSuccess.request.onsuccess):
(openSuccess):
2012-07-17 Philip Rogers <pdr@google.com>
Remove entries in TestExpectations for passing non-scaling-stroke-pattern.svg
https://bugs.webkit.org/show_bug.cgi?id=88230
Unreviewed update of test expecatations.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-07-17 Emil A Eklund <eae@chromium.org>
Unreviewed chromium lion/snowleopard rebaseline for r122883.
* platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png:
* platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-mac/fast/block/basic/014-expected.png:
* platform/chromium-mac/fast/inline/002-expected.png:
* platform/chromium-mac/fast/table/table-display-types-strict-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
2012-07-17 Roger Fong <roger_fong@apple.com>
Assertion failure/crash on Windows when using a font in an SVG
element with an unresaonbly large font size
https://bugs.webkit.org/show_bug.cgi?id=91273
Radar: <rdar://problem/8355401>
Reviewed by Tim Horton.
Test to make sure that having an overly large font size won't crash on Windows.
* svg/text/font-size-too-large-crash-expected.txt: Added.
* svg/text/font-size-too-large-crash.svg: Added.
2012-07-17 David Barr <davidbarr@chromium.org>
Add parsing and style application for css3-images image-orientation
https://bugs.webkit.org/show_bug.cgi?id=89624
Reviewed by Tony Chang.
The css3-images module is at candidate recommendation.
http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
* fast/css/image-orientation/image-orientation-expected.txt: Added.
* fast/css/image-orientation/image-orientation.html: Added.
* platform/chromium/TestExpectations: Skip tests until image-orientation implementation lands.
* platform/efl/TestExpectations: Skip tests until image-orientation implementation lands.
* platform/gtk/TestExpectations: Skip tests until image-orientation implementation lands.
* platform/mac/TestExpectations: Skip tests until image-orientation implementation lands.
* platform/qt/TestExpectations: Skip tests until image-orientation implementation lands.
2012-07-17 Andy Estes <aestes@apple.com>
Fix two mistakes I made when modifying TestExpectations.
Apparently the MAC modifier and the FAIL result don't do what I think they do.
* platform/mac/TestExpectations: Remove MAC and replace FAIL with IMAGE.
2012-07-17 Tony Chang <tony@chromium.org>
Unreviewed, optimize baselines for fast/block/float/02[68].html .
* fast/block/float/026-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/026-expected.txt.
* fast/block/float/028-expected.txt: Renamed from LayoutTests/platform/efl/fast/block/float/028-expected.txt.
* platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Removed.
* platform/gtk/fast/block/float/026-expected.txt: Removed.
* platform/gtk/fast/block/float/028-expected.txt: Removed.
2012-07-17 Filip Pizlo <fpizlo@apple.com>
[Mac] REGRESSION (r122494): Running platform/mac/plugins/root-object-premature-delete-crash.html results in a crash
https://bugs.webkit.org/show_bug.cgi?id=91505
Skip this test so we don't see it in the results.
* platform/mac/Skipped:
2012-07-17 Andy Estes <aestes@apple.com>
[Mac] REGRESSION (r122651): fast/text/descent-clip-in-scaled-page.html fails
https://bugs.webkit.org/show_bug.cgi?id=91552
* platform/mac/TestExpectations: Mark the test as expected to fail.
2012-07-17 Emil A Eklund <eae@chromium.org>
vertical-align: middle causes overflow with subpixel layout
https://bugs.webkit.org/show_bug.cgi?id=91464
Reviewed by Eric Seidel.
Add new test for vertical-align: middle and adjust existing results to
reflect the improved alignment calculation.
* fast/sub-pixel/vertical-align-middle-overflow-expected.txt: Added.
* fast/sub-pixel/vertical-align-middle-overflow.html: Added.
* platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-linux/fast/inline-block/inline-block-vertical-align-expected.png:
* platform/chromium-linux/fast/inline/002-expected.png:
* platform/chromium-linux/fast/table/table-display-types-strict-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-mac-snowleopard/fast/block/basic/014-expected.png:
* platform/chromium-mac-snowleopard/fast/css/line-height-determined-by-primary-font-expected.png:
* platform/chromium-mac-snowleopard/fast/inline/002-expected.png:
* platform/chromium-mac-snowleopard/fast/table/table-display-types-strict-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/css1/text_properties/vertical_align-expected.txt:
* platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-mac/fast/block/basic/014-expected.txt:
* platform/chromium-mac/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/chromium-win/css1/text_properties/vertical_align-expected.txt:
* platform/chromium-win/fast/block/basic/014-expected.txt:
* platform/chromium-win/fast/inline-block/inline-block-vertical-align-expected.txt:
* platform/chromium-win/fast/inline/002-expected.txt:
* platform/chromium-win/fast/table/table-display-types-strict-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/mac/fast/inline/002-expected.txt:
* platform/mac/fast/replaced/008-expected.png:
* platform/mac/fast/table/table-display-types-strict-expected.txt:
2012-07-17 Ojan Vafai <ojan@chromium.org>
A couple of UI nits about the flagging feature in results.html
https://bugs.webkit.org/show_bug.cgi?id=86798
Reviewed by Dirk Pranke.
-Clicking the flag unflags it now
-There's a flag all link for each test list
-Make the flag list always show up at the bottom of the viewport
when there are flagged tests. This makes it both less annoying
and easier to understand what's going on when you flag a test.
This required wrapping all the content in a div so that we could
make the body be a flexbox.
* fast/harness/resources/results-test.js:
(runSingleRowTest):
* fast/harness/results.html:
2012-07-17 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] fast/forms tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91504
Reviewed by Alexis Menard.
Updated expected Qt results for most fast/forms layout tests, after testfonts changes made by bug 85203.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/qt-5.0/fast/forms/box-shadow-override-expected.png:
* platform/qt-5.0/fast/forms/box-shadow-override-expected.txt:
* platform/qt-5.0/fast/forms/form-element-geometry-expected.png:
* platform/qt-5.0/fast/forms/form-element-geometry-expected.txt:
* platform/qt-5.0/fast/forms/input-disabled-color-expected.png:
* platform/qt-5.0/fast/forms/input-disabled-color-expected.txt:
* platform/qt-5.0/fast/forms/listbox-bidi-align-expected.txt:
* platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt:
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png:
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/qt-5.0/fast/forms/search-rtl-expected.png:
* platform/qt-5.0/fast/forms/search-rtl-expected.txt:
* platform/qt-5.0/fast/forms/select-background-none-expected.txt:
* platform/qt-5.0/fast/forms/select-baseline-expected.png:
* platform/qt-5.0/fast/forms/select-baseline-expected.txt:
* platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt:
* platform/qt-5.0/fast/forms/textarea-align-expected.png:
* platform/qt-5.0/fast/forms/textarea-align-expected.txt:
* platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png:
* platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/qt/fast/forms/003-expected.txt:
* platform/qt/fast/forms/004-expected.txt:
* platform/qt/fast/forms/006-expected.txt:
* platform/qt/fast/forms/007-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label01-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label02-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label03-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label04-expected.txt:
* platform/qt/fast/forms/HTMLOptionElement_label05-expected.txt:
* platform/qt/fast/forms/basic-inputs-expected.png:
* platform/qt/fast/forms/basic-inputs-expected.txt:
* platform/qt/fast/forms/basic-selects-expected.png:
* platform/qt/fast/forms/basic-selects-expected.txt:
* platform/qt/fast/forms/basic-textareas-quirks-expected.png:
* platform/qt/fast/forms/basic-textareas-quirks-expected.txt:
* platform/qt/fast/forms/blankbuttons-expected.png:
* platform/qt/fast/forms/blankbuttons-expected.txt:
* platform/qt/fast/forms/button-align-expected.png:
* platform/qt/fast/forms/button-align-expected.txt:
* platform/qt/fast/forms/button-cannot-be-nested-expected.png:
* platform/qt/fast/forms/button-cannot-be-nested-expected.txt:
* platform/qt/fast/forms/button-default-title-expected.txt:
* platform/qt/fast/forms/button-generated-content-expected.png:
* platform/qt/fast/forms/button-generated-content-expected.txt:
* platform/qt/fast/forms/button-inner-block-reuse-expected.png:
* platform/qt/fast/forms/button-inner-block-reuse-expected.txt:
* platform/qt/fast/forms/button-positioned-expected.png:
* platform/qt/fast/forms/button-positioned-expected.txt:
* platform/qt/fast/forms/button-sizes-expected.png:
* platform/qt/fast/forms/button-sizes-expected.txt:
* platform/qt/fast/forms/button-style-color-expected.png:
* platform/qt/fast/forms/button-style-color-expected.txt:
* platform/qt/fast/forms/button-submit-expected.txt:
* platform/qt/fast/forms/button-table-styles-expected.png:
* platform/qt/fast/forms/button-table-styles-expected.txt:
* platform/qt/fast/forms/button-text-transform-expected.png:
* platform/qt/fast/forms/button-text-transform-expected.txt:
* platform/qt/fast/forms/caret-rtl-expected.txt:
* platform/qt/fast/forms/control-clip-expected.txt:
* platform/qt/fast/forms/control-clip-overflow-expected.png:
* platform/qt/fast/forms/control-clip-overflow-expected.txt:
* platform/qt/fast/forms/control-restrict-line-height-expected.png:
* platform/qt/fast/forms/control-restrict-line-height-expected.txt:
* platform/qt/fast/forms/disabled-select-change-index-expected.png:
* platform/qt/fast/forms/disabled-select-change-index-expected.txt:
* platform/qt/fast/forms/encoding-test-expected.png:
* platform/qt/fast/forms/encoding-test-expected.txt:
* platform/qt/fast/forms/fieldset-align-expected.png:
* platform/qt/fast/forms/fieldset-align-expected.txt:
* platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
* platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/qt/fast/forms/fieldset-with-float-expected.txt:
* platform/qt/fast/forms/file/file-input-direction-expected.png:
* platform/qt/fast/forms/file/file-input-direction-expected.txt:
* platform/qt/fast/forms/file/file-input-disabled-expected.png:
* platform/qt/fast/forms/file/file-input-disabled-expected.txt:
* platform/qt/fast/forms/float-before-fieldset-expected.png:
* platform/qt/fast/forms/float-before-fieldset-expected.txt:
* platform/qt/fast/forms/floating-textfield-relayout-expected.png:
* platform/qt/fast/forms/floating-textfield-relayout-expected.txt:
* platform/qt/fast/forms/form-added-to-table-expected.txt:
* platform/qt/fast/forms/form-hides-table-expected.png:
* platform/qt/fast/forms/form-hides-table-expected.txt:
* platform/qt/fast/forms/form-in-malformed-markup-expected.txt:
* platform/qt/fast/forms/formmove-expected.txt:
* platform/qt/fast/forms/formmove2-expected.txt:
* platform/qt/fast/forms/formmove3-expected.png:
* platform/qt/fast/forms/formmove3-expected.txt:
* platform/qt/fast/forms/hidden-listbox-expected.txt:
* platform/qt/fast/forms/image-border-expected.txt:
* platform/qt/fast/forms/indeterminate-expected.txt:
* platform/qt/fast/forms/input-align-expected.png:
* platform/qt/fast/forms/input-align-expected.txt:
* platform/qt/fast/forms/input-align-image-expected.txt:
* platform/qt/fast/forms/input-appearance-bkcolor-expected.png:
* platform/qt/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/qt/fast/forms/input-appearance-default-bkcolor-expected.png:
* platform/qt/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/qt/fast/forms/input-appearance-disabled-expected.png:
* platform/qt/fast/forms/input-appearance-disabled-expected.txt:
* platform/qt/fast/forms/input-appearance-focus-expected.png:
* platform/qt/fast/forms/input-appearance-focus-expected.txt:
* platform/qt/fast/forms/input-appearance-preventDefault-expected.png:
* platform/qt/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/qt/fast/forms/input-appearance-readonly-expected.png:
* platform/qt/fast/forms/input-appearance-readonly-expected.txt:
* platform/qt/fast/forms/input-appearance-selection-expected.png:
* platform/qt/fast/forms/input-appearance-selection-expected.txt:
* platform/qt/fast/forms/input-appearance-visibility-expected.png:
* platform/qt/fast/forms/input-appearance-visibility-expected.txt:
* platform/qt/fast/forms/input-baseline-expected.png:
* platform/qt/fast/forms/input-baseline-expected.txt:
* platform/qt/fast/forms/input-button-sizes-expected.png:
* platform/qt/fast/forms/input-button-sizes-expected.txt:
* platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.png:
* platform/qt/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/qt/fast/forms/input-field-text-truncated-expected.png:
* platform/qt/fast/forms/input-field-text-truncated-expected.txt:
* platform/qt/fast/forms/input-first-letter-expected.txt:
* platform/qt/fast/forms/input-no-renderer-expected.txt:
* platform/qt/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/qt/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/qt/fast/forms/input-readonly-dimmed-expected.png:
* platform/qt/fast/forms/input-readonly-dimmed-expected.txt:
* platform/qt/fast/forms/input-readonly-empty-expected.png:
* platform/qt/fast/forms/input-readonly-empty-expected.txt:
* platform/qt/fast/forms/input-spaces-expected.png:
* platform/qt/fast/forms/input-spaces-expected.txt:
* platform/qt/fast/forms/input-text-click-inside-expected.png:
* platform/qt/fast/forms/input-text-click-inside-expected.txt:
* platform/qt/fast/forms/input-text-double-click-expected.png:
* platform/qt/fast/forms/input-text-double-click-expected.txt:
* platform/qt/fast/forms/input-text-option-delete-expected.png:
* platform/qt/fast/forms/input-text-option-delete-expected.txt:
* platform/qt/fast/forms/input-text-self-emptying-click-expected.png:
* platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/qt/fast/forms/input-text-word-wrap-expected.png:
* platform/qt/fast/forms/input-text-word-wrap-expected.txt:
* platform/qt/fast/forms/input-width-expected.png:
* platform/qt/fast/forms/input-width-expected.txt:
* platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
* platform/qt/fast/forms/listbox-scrollbar-incremental-load-expected.txt:
* platform/qt/fast/forms/menulist-clip-expected.png:
* platform/qt/fast/forms/menulist-clip-expected.txt:
* platform/qt/fast/forms/menulist-deselect-update-expected.txt:
* platform/qt/fast/forms/menulist-no-overflow-expected.txt:
* platform/qt/fast/forms/menulist-option-wrap-expected.png:
* platform/qt/fast/forms/menulist-option-wrap-expected.txt:
* platform/qt/fast/forms/menulist-style-color-expected.png:
* platform/qt/fast/forms/menulist-style-color-expected.txt:
* platform/qt/fast/forms/minWidthPercent-expected.png:
* platform/qt/fast/forms/minWidthPercent-expected.txt:
* platform/qt/fast/forms/negativeLineHeight-expected.png:
* platform/qt/fast/forms/negativeLineHeight-expected.txt:
* platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png:
* platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt:
* platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png:
* platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png:
* platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
* platform/qt/fast/forms/option-index-expected.txt:
* platform/qt/fast/forms/option-script-expected.txt:
* platform/qt/fast/forms/option-strip-whitespace-expected.txt:
* platform/qt/fast/forms/option-text-clip-expected.txt:
* platform/qt/fast/forms/placeholder-position-expected.png:
* platform/qt/fast/forms/placeholder-position-expected.txt:
* platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/qt/fast/forms/range/input-appearance-range-expected.png:
* platform/qt/fast/forms/range/input-appearance-range-expected.txt:
* platform/qt/fast/forms/range/range-thumb-height-percentage-expected.png:
* platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/qt/fast/forms/range/slider-padding-expected.png:
* platform/qt/fast/forms/range/slider-padding-expected.txt:
* platform/qt/fast/forms/search-cancel-button-style-sharing-expected.png:
* platform/qt/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/qt/fast/forms/search-display-none-cancel-button-expected.png:
* platform/qt/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/qt/fast/forms/search-styled-expected.png:
* platform/qt/fast/forms/search-styled-expected.txt:
* platform/qt/fast/forms/search-vertical-alignment-expected.png:
* platform/qt/fast/forms/search-vertical-alignment-expected.txt:
* platform/qt/fast/forms/select-align-expected.txt:
* platform/qt/fast/forms/select-block-background-expected.txt:
* platform/qt/fast/forms/select-change-listbox-size-expected.txt:
* platform/qt/fast/forms/select-change-listbox-to-popup-expected.txt:
* platform/qt/fast/forms/select-change-popup-to-listbox-expected.txt:
* platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.txt:
* platform/qt/fast/forms/select-disabled-appearance-expected.txt:
* platform/qt/fast/forms/select-display-none-style-resolve-expected.txt:
* platform/qt/fast/forms/select-empty-option-height-expected.txt:
* platform/qt/fast/forms/select-initial-position-expected.txt:
* platform/qt/fast/forms/select-item-background-clip-expected.txt:
* platform/qt/fast/forms/select-list-box-with-height-expected.txt:
* platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.png:
* platform/qt/fast/forms/select-listbox-multiple-no-focusring-expected.txt:
* platform/qt/fast/forms/select-overflow-scroll-expected.png:
* platform/qt/fast/forms/select-overflow-scroll-expected.txt:
* platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png:
* platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt:
* platform/qt/fast/forms/select-selected-expected.txt:
* platform/qt/fast/forms/select-size-expected.txt:
* platform/qt/fast/forms/select-style-expected.txt:
* platform/qt/fast/forms/stuff-on-my-optgroup-expected.txt:
* platform/qt/fast/forms/targeted-frame-submission-expected.png:
* platform/qt/fast/forms/targeted-frame-submission-expected.txt:
* platform/qt/fast/forms/text-style-color-expected.png:
* platform/qt/fast/forms/text-style-color-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.png:
* platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.png:
* platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/qt/fast/forms/textarea-scrollbar-expected.png:
* platform/qt/fast/forms/textarea-scrollbar-expected.txt:
* platform/qt/fast/forms/textarea-scrolled-type-expected.png:
* platform/qt/fast/forms/textarea-scrolled-type-expected.txt:
* platform/qt/fast/forms/textfield-focus-ring-expected.png:
* platform/qt/fast/forms/textfield-focus-ring-expected.txt:
* platform/qt/fast/forms/textfield-outline-expected.png:
* platform/qt/fast/forms/textfield-outline-expected.txt:
* platform/qt/fast/forms/textfield-overflow-by-value-update-expected.txt:
* platform/qt/fast/forms/textfield-overflow-expected.png:
* platform/qt/fast/forms/textfield-overflow-expected.txt:
2012-07-17 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] svg/transforms tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91501
Reviewed by Alexis Menard.
Updated expected Qt results for most svg/transforms layout tests, after testfonts changes made by bug 85203.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.png:
* platform/qt-5.0/svg/transforms/text-with-mask-with-svg-transform-expected.txt:
* platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.png:
* platform/qt-5.0/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt:
* platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.png:
* platform/qt-5.0/svg/transforms/text-with-pattern-with-svg-transform-expected.txt:
* platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/qt/svg/transforms/animated-path-inside-transformed-html-expected.txt:
* platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.png:
* platform/qt/svg/transforms/svg-css-transforms-clip-path-expected.txt:
* platform/qt/svg/transforms/svg-css-transforms-expected.png:
* platform/qt/svg/transforms/svg-css-transforms-expected.txt:
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening.
Mark media/media-continues-playing-after-replace-source.html as flaky.
* platform/chromium/TestExpectations:
2012-07-17 Ryosuke Niwa <rniwa@webkit.org>
invalidateNodeListCachesInAncestors walks up ancestors even when an attribute that doesn't invalidate node lists changes
https://bugs.webkit.org/show_bug.cgi?id=91530
Reviewed by Ojan Vafai.
Add a regression test for invalidating HTMLFormColletion on form attribute changes. This invalidation worked before
because we weren't properly exiting early in Node::invalidateNodeListCachesInAncestors and
Document::invalidateNodeListCaches invalidated all node lists regardless of the attribute type.
* fast/forms/elements-invalidate-on-form-attribute-invalidation-expected.txt: Added.
* fast/forms/elements-invalidate-on-form-attribute-invalidation.html: Added.
2012-07-17 Florin Malita <fmalita@chromium.org>
SVG getBBox does not update bound after path data change
https://bugs.webkit.org/show_bug.cgi?id=82629
Reviewed by Dirk Schulze.
The bug appears to have been fixed - adding a test for it.
* svg/custom/path-bbox-update-expected.txt: Added.
* svg/custom/path-bbox-update.html: Added.
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. Add baselines after r122861.
* platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/float/026-expected.txt.
* platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/block/float/028-expected.txt.
* platform/chromium-mac/fast/block/float/026-expected.txt:
* platform/chromium-mac/fast/block/float/028-expected.txt:
* platform/chromium-mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
2012-07-17 Ojan Vafai <ojan@chromium.org>
results.html should handle flaky tests differently
https://bugs.webkit.org/show_bug.cgi?id=90892
Reviewed by Dirk Pranke.
-Put tests that failed both runs into the main failures table.
-Put flaky passes below the list of timeout tests.
* fast/harness/resources/results-test.js:
* fast/harness/results-expected.txt:
* fast/harness/results.html:
2012-07-17 Ojan Vafai <ojan@chromium.org>
results.html doesn't hide the right data when not showing expected failures
https://bugs.webkit.org/show_bug.cgi?id=90889
Reviewed by Dirk Pranke.
-Properly hide test lists that have no unexpected items.
-Show the correct counts of tests in each test list when only showing unexpected.
-Always show tests with stderr output.
-Put tests with expected crash/timeout in the crash/timeout lists.
* fast/harness/resources/results-test.js:
* fast/harness/results.html:
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, remove timeout lines for tests on snowleopard that no longer apply.
* platform/chromium/TestExpectations:
2012-07-17 Emil A Eklund <eae@chromium.org>
Incorrect offset used for scrollWidth/Height calculation
https://bugs.webkit.org/show_bug.cgi?id=91461
Reviewed by Eric Seidel.
Add new test ensuring that a block that shouldn't have overflow doesn't
have scrollbars.
* fast/sub-pixel/block-with-margin-overflow-expected.html: Added.
* fast/sub-pixel/block-with-margin-overflow.html: Added.
* platform/chromium-win/fast/block/float/026-expected.txt:
* platform/chromium-win/fast/block/float/028-expected.txt:
* platform/chromium-win/fast/block/float/overhanging-tall-block-expected.txt:
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png:
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt:
Update test expectations that incorrectly had overflow.
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed. Remove duplicate lines added in r122857.
* platform/chromium/TestExpectations:
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, stop marking all editing tests as slow.
The cause for the flakiness was determined to be hardware related.
* platform/chromium/TestExpectations:
2012-07-17 Andy Estes <aestes@apple.com>
[Mac] REGRESSION (r122494): Running platform/mac/plugins/root-object-premature-delete-crash.html results in a crash
https://bugs.webkit.org/show_bug.cgi?id=91505
Unreviewed.
* platform/mac/TestExpectations: Mark the test as expected to crash.
2012-07-17 Tony Chang <tony@chromium.org>
[chromium] Unreviewed gardening. These tests are in chromium's test_expectations.txt and can be rebaselined (skia change in r4600).
* platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.png: Removed.
* platform/chromium-linux-x86/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt: Removed.
* platform/chromium-linux-x86/svg/hixie/perf/001-expected.png: Removed.
* platform/chromium-linux-x86/svg/hixie/perf/001-expected.txt:
* platform/chromium-linux-x86/svg/hixie/perf/002-expected.png: Removed.
* platform/chromium-linux-x86/svg/hixie/perf/002-expected.txt:
* platform/chromium-linux/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/chromium-linux/svg/as-background-image/svg-as-background-5-expected.png:
* platform/chromium-linux/svg/hixie/perf/001-expected.png:
* platform/chromium-linux/svg/hixie/perf/001-expected.txt:
* platform/chromium-linux/svg/hixie/perf/002-expected.png:
* platform/chromium-linux/svg/hixie/perf/002-expected.txt:
* platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-5-expected.png:
* platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.png:
* platform/chromium-mac-snowleopard/svg/hixie/perf/001-expected.txt: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/001-expected.txt.
* platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png:
* platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Copied from LayoutTests/platform/chromium-mac/svg/hixie/perf/002-expected.txt.
* platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/chromium-mac/svg/as-background-image/svg-as-background-5-expected.png:
* platform/chromium-mac/svg/hixie/perf/001-expected.png:
* platform/chromium-mac/svg/hixie/perf/001-expected.txt:
* platform/chromium-mac/svg/hixie/perf/002-expected.png:
* platform/chromium-mac/svg/hixie/perf/002-expected.txt:
* platform/chromium-win-xp/svg/hixie/perf/001-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/hixie/perf/001-expected.txt.
* platform/chromium-win-xp/svg/hixie/perf/002-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/hixie/perf/002-expected.txt.
* platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
* platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
* platform/chromium-win/svg/hixie/perf/001-expected.png:
* platform/chromium-win/svg/hixie/perf/001-expected.txt:
* platform/chromium-win/svg/hixie/perf/002-expected.png:
* platform/chromium-win/svg/hixie/perf/002-expected.txt:
* platform/chromium/TestExpectations:
2012-07-17 Tony Chang <tony@chromium.org>
Unreviewed gardening. Remove tests that have been passing consistently according to the flakiness dashboard.
* platform/chromium/TestExpectations:
2012-07-16 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: implement search / replace in source files (behind experiment flag)
https://bugs.webkit.org/show_bug.cgi?id=91394
Reviewed by Vsevolod Vlasov.
* inspector/debugger/pause-in-inline-script.html:
* inspector/debugger/script-formatter.html:
* inspector/debugger/source-url-comment.html:
* inspector/editor/indentation.html:
* inspector/editor/text-editor-line-breaks.html:
* inspector/editor/text-editor-model.html:
* inspector/editor/text-editor-undo-redo.html:
2012-07-17 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium expectations fix.
* platform/chromium/TestExpectations:
2012-07-17 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of failing tests and new passes
https://bugs.webkit.org/show_bug.cgi?id=91479
Unreviewed gardening.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-07-17 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
[Qt] fast/box-{shadow,sizing} tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91397
Reviewed by Simon Hausmann.
Updated expected Qt results for most box-shadow/ and box-sizing layout tests,
after testfonts changes made by bug 85203.
* platform/qt-5.0/Skipped:
* platform/qt/fast/box-shadow/basic-shadows-expected.png:
* platform/qt/fast/box-shadow/basic-shadows-expected.txt:
* platform/qt/fast/box-shadow/border-radius-big-expected.png:
* platform/qt/fast/box-shadow/border-radius-big-expected.txt:
* platform/qt/fast/box-shadow/box-shadow-radius-expected.txt:
* platform/qt/fast/box-shadow/box-shadow-transformed-expected.png:
* platform/qt/fast/box-shadow/box-shadow-transformed-expected.txt:
* platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png:
* platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.txt:
* platform/qt/fast/box-shadow/inset-box-shadows-expected.png:
* platform/qt/fast/box-shadow/inset-box-shadows-expected.txt:
* platform/qt/fast/box-shadow/inset-expected.png:
* platform/qt/fast/box-shadow/inset-expected.txt:
* platform/qt/fast/box-shadow/scaled-box-shadow-expected.png:
* platform/qt/fast/box-shadow/scaled-box-shadow-expected.txt:
* platform/qt/fast/box-shadow/transform-fringing-expected.png:
* platform/qt/fast/box-shadow/transform-fringing-expected.txt:
* platform/qt/fast/box-sizing/box-sizing-expected.png:
* platform/qt/fast/box-sizing/box-sizing-expected.txt:
* platform/qt/fast/box-sizing/panels-one-expected.png:
* platform/qt/fast/box-sizing/panels-one-expected.txt:
* platform/qt/fast/box-sizing/panels-two-expected.png:
* platform/qt/fast/box-sizing/panels-two-expected.txt:
2012-07-17 Zoltan Horvath <zoltan@webkit.org>
[QT] REGRESSION (r122720): svg/filters/feSpecularLight-premultiplied.svg
https://bugs.webkit.org/show_bug.cgi?id=91390
Reviewed by Zoltan Herczeg.
Fix the regression by using the proper imagetype conversion in ImageBuffer::platformTransformColorSpace.
The test is unskipped.
* platform/qt/Skipped:
2012-07-17 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r122824.
* platform/qt/Skipped:
2012-07-17 János Badics <jbadics@inf.u-szeged.hu>
[Qt] REGRESSION(r122768, r122771) - it made ~ 160 fails on WebKit2
https://bugs.webkit.org/show_bug.cgi?id=91490
Unreviewed gardening.
* platform/qt-5.0-wk2/Skipped:
2012-07-16 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] platfrom/qt/editing/inserting tests needs update after test font change.
https://bugs.webkit.org/show_bug.cgi?id=91378.
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/editing/inserting/12882-expected.png: Added.
* platform/qt/editing/inserting/12882-expected.txt:
* platform/qt/editing/inserting/4278698-expected.png:
* platform/qt/editing/inserting/4278698-expected.txt:
* platform/qt/editing/inserting/4840662-expected.png: Added.
* platform/qt/editing/inserting/4840662-expected.txt:
* platform/qt/editing/inserting/4875189-1-expected.png: Added.
* platform/qt/editing/inserting/4875189-1-expected.txt:
* platform/qt/editing/inserting/4875189-2-expected.png: Added.
* platform/qt/editing/inserting/4875189-2-expected.txt:
* platform/qt/editing/inserting/4959067-expected.png: Added.
* platform/qt/editing/inserting/4959067-expected.txt:
* platform/qt/editing/inserting/4960120-1-expected.png:
* platform/qt/editing/inserting/4960120-1-expected.txt:
* platform/qt/editing/inserting/4960120-2-expected.png: Added.
* platform/qt/editing/inserting/4960120-2-expected.txt:
* platform/qt/editing/inserting/5002441-expected.png: Added.
* platform/qt/editing/inserting/5002441-expected.txt:
* platform/qt/editing/inserting/5058163-1-expected.png: Added.
* platform/qt/editing/inserting/5058163-1-expected.txt:
* platform/qt/editing/inserting/5058163-2-expected.png: Added.
* platform/qt/editing/inserting/5058163-2-expected.txt:
* platform/qt/editing/inserting/5156401-2-expected.png: Added.
* platform/qt/editing/inserting/5156401-2-expected.txt:
* platform/qt/editing/inserting/5418891-expected.png: Added.
* platform/qt/editing/inserting/5418891-expected.txt:
* platform/qt/editing/inserting/5510537-expected.png: Added.
* platform/qt/editing/inserting/5510537-expected.txt:
* platform/qt/editing/inserting/5549929-2-expected.png: Added.
* platform/qt/editing/inserting/5549929-2-expected.txt:
* platform/qt/editing/inserting/5549929-3-expected.png: Added.
* platform/qt/editing/inserting/5549929-3-expected.txt:
* platform/qt/editing/inserting/6703873-expected.png: Added.
* platform/qt/editing/inserting/6703873-expected.txt:
* platform/qt/editing/inserting/before-after-input-element-expected.png:
* platform/qt/editing/inserting/before-after-input-element-expected.txt:
* platform/qt/editing/inserting/break-blockquote-after-delete-expected.png: Added.
* platform/qt/editing/inserting/break-blockquote-after-delete-expected.txt:
* platform/qt/editing/inserting/editable-html-element-expected.png:
* platform/qt/editing/inserting/editable-html-element-expected.txt:
* platform/qt/editing/inserting/editable-inline-element-expected.png: Added.
* platform/qt/editing/inserting/editable-inline-element-expected.txt:
* platform/qt/editing/inserting/edited-whitespace-1-expected.png: Added.
* platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
* platform/qt/editing/inserting/editing-empty-divs-expected.png:
* platform/qt/editing/inserting/editing-empty-divs-expected.txt:
* platform/qt/editing/inserting/insert-3654864-fix-expected.txt: Removed.
* platform/qt/editing/inserting/insert-3775316-fix-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-3775316-fix-expected.txt:
* platform/qt/editing/inserting/insert-3778059-fix-expected.png: Added.
* platform/qt/editing/inserting/insert-3778059-fix-expected.txt:
* platform/qt/editing/inserting/insert-3800346-fix-expected.png: Added.
* platform/qt/editing/inserting/insert-3800346-fix-expected.txt:
* platform/qt/editing/inserting/insert-3851164-fix-expected.txt: Removed.
* platform/qt/editing/inserting/insert-after-delete-001-expected.png:
* platform/qt/editing/inserting/insert-after-delete-001-expected.txt:
* platform/qt/editing/inserting/insert-at-end-01-expected.png: Added.
* platform/qt/editing/inserting/insert-at-end-01-expected.txt:
* platform/qt/editing/inserting/insert-at-end-02-expected.png: Added.
* platform/qt/editing/inserting/insert-at-end-02-expected.txt:
* platform/qt/editing/inserting/insert-br-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-br-001-expected.txt:
* platform/qt/editing/inserting/insert-br-002-expected.png: Added.
* platform/qt/editing/inserting/insert-br-002-expected.txt:
* platform/qt/editing/inserting/insert-br-003-expected.png:
* platform/qt/editing/inserting/insert-br-003-expected.txt:
* platform/qt/editing/inserting/insert-br-004-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-3851164-fix-expected.png.
* platform/qt/editing/inserting/insert-br-004-expected.txt:
* platform/qt/editing/inserting/insert-br-005-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-br-005-expected.txt:
* platform/qt/editing/inserting/insert-br-006-expected.png:
* platform/qt/editing/inserting/insert-br-006-expected.txt:
* platform/qt/editing/inserting/insert-br-007-expected.png:
* platform/qt/editing/inserting/insert-br-007-expected.txt:
* platform/qt/editing/inserting/insert-br-008-expected.png:
* platform/qt/editing/inserting/insert-br-008-expected.txt:
* platform/qt/editing/inserting/insert-br-009-expected.png:
* platform/qt/editing/inserting/insert-br-009-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-br-at-tabspan-001-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.png:
* platform/qt/editing/inserting/insert-br-at-tabspan-002-expected.txt:
* platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.png:
* platform/qt/editing/inserting/insert-br-at-tabspan-003-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-001-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-001-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-002-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-002-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-003-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-003-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-004-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-004-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-005-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-005-expected.txt:
* platform/qt/editing/inserting/insert-br-quoted-006-expected.png: Added.
* platform/qt/editing/inserting/insert-br-quoted-006-expected.txt:
* platform/qt/editing/inserting/insert-div-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-div-001-expected.txt:
* platform/qt/editing/inserting/insert-div-002-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png.
* platform/qt/editing/inserting/insert-div-002-expected.txt:
* platform/qt/editing/inserting/insert-div-003-expected.png:
* platform/qt/editing/inserting/insert-div-003-expected.txt:
* platform/qt/editing/inserting/insert-div-004-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
* platform/qt/editing/inserting/insert-div-004-expected.txt:
* platform/qt/editing/inserting/insert-div-005-expected.png: Added.
* platform/qt/editing/inserting/insert-div-005-expected.txt:
* platform/qt/editing/inserting/insert-div-006-expected.png:
* platform/qt/editing/inserting/insert-div-006-expected.txt:
* platform/qt/editing/inserting/insert-div-007-expected.png:
* platform/qt/editing/inserting/insert-div-007-expected.txt:
* platform/qt/editing/inserting/insert-div-008-expected.png:
* platform/qt/editing/inserting/insert-div-008-expected.txt:
* platform/qt/editing/inserting/insert-div-009-expected.txt: Removed.
* platform/qt/editing/inserting/insert-div-010-expected.txt: Removed.
* platform/qt/editing/inserting/insert-div-011-expected.png: Added.
* platform/qt/editing/inserting/insert-div-011-expected.txt:
* platform/qt/editing/inserting/insert-div-012-expected.png: Added.
* platform/qt/editing/inserting/insert-div-012-expected.txt:
* platform/qt/editing/inserting/insert-div-013-expected.png: Added.
* platform/qt/editing/inserting/insert-div-013-expected.txt:
* platform/qt/editing/inserting/insert-div-014-expected.png: Added.
* platform/qt/editing/inserting/insert-div-014-expected.txt:
* platform/qt/editing/inserting/insert-div-015-expected.png: Added.
* platform/qt/editing/inserting/insert-div-015-expected.txt:
* platform/qt/editing/inserting/insert-div-016-expected.png: Added.
* platform/qt/editing/inserting/insert-div-016-expected.txt:
* platform/qt/editing/inserting/insert-div-017-expected.png: Added.
* platform/qt/editing/inserting/insert-div-017-expected.txt:
* platform/qt/editing/inserting/insert-div-018-expected.png: Added.
* platform/qt/editing/inserting/insert-div-018-expected.txt:
* platform/qt/editing/inserting/insert-div-019-expected.png: Added.
* platform/qt/editing/inserting/insert-div-019-expected.txt:
* platform/qt/editing/inserting/insert-div-020-expected.png: Added.
* platform/qt/editing/inserting/insert-div-020-expected.txt:
* platform/qt/editing/inserting/insert-div-022-expected.png: Added.
* platform/qt/editing/inserting/insert-div-022-expected.txt:
* platform/qt/editing/inserting/insert-div-023-expected.png:
* platform/qt/editing/inserting/insert-div-023-expected.txt:
* platform/qt/editing/inserting/insert-div-024-expected.png:
* platform/qt/editing/inserting/insert-div-024-expected.txt:
* platform/qt/editing/inserting/insert-div-025-expected.png:
* platform/qt/editing/inserting/insert-div-025-expected.txt:
* platform/qt/editing/inserting/insert-div-026-expected.png: Added.
* platform/qt/editing/inserting/insert-div-026-expected.txt:
* platform/qt/editing/inserting/insert-div-027-expected.png: Added.
* platform/qt/editing/inserting/insert-div-027-expected.txt:
* platform/qt/editing/inserting/insert-paragraph-01-expected.png: Added.
* platform/qt/editing/inserting/insert-paragraph-01-expected.txt:
* platform/qt/editing/inserting/insert-paragraph-02-expected.png: Added.
* platform/qt/editing/inserting/insert-paragraph-02-expected.txt:
* platform/qt/editing/inserting/insert-paragraph-03-expected.png: Added.
* platform/qt/editing/inserting/insert-paragraph-03-expected.txt:
* platform/qt/editing/inserting/insert-paragraph-04-expected.png: Added.
* platform/qt/editing/inserting/insert-paragraph-04-expected.txt:
* platform/qt/editing/inserting/insert-paragraph-05-expected.png: Added.
* platform/qt/editing/inserting/insert-paragraph-05-expected.txt:
* platform/qt/editing/inserting/insert-space-in-empty-doc-expected.png:
* platform/qt/editing/inserting/insert-space-in-empty-doc-expected.txt:
* platform/qt/editing/inserting/insert-tab-001-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
* platform/qt/editing/inserting/insert-tab-001-expected.txt:
* platform/qt/editing/inserting/insert-tab-002-expected.png: Copied from LayoutTests/platform/qt/editing/inserting/insert-after-delete-001-expected.png.
* platform/qt/editing/inserting/insert-tab-002-expected.txt:
* platform/qt/editing/inserting/insert-tab-004-expected.png: Renamed from LayoutTests/platform/qt/editing/inserting/insert-3851164-fix-expected.png.
* platform/qt/editing/inserting/insert-tab-004-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.png:
* platform/qt/editing/inserting/insert-text-at-tabspan-001-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.png:
* platform/qt/editing/inserting/insert-text-at-tabspan-002-expected.txt:
* platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.png: Renamed from LayoutTests/platform/qt/editing/inserting/insert-3654864-fix-expected.png.
* platform/qt/editing/inserting/insert-text-at-tabspan-003-expected.txt:
* platform/qt/editing/inserting/insert-text-with-newlines-expected.png:
* platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/qt/editing/inserting/line-break-expected.png: Added.
* platform/qt/editing/inserting/line-break-expected.txt:
* platform/qt/editing/inserting/multiple-lines-selected-expected.png:
* platform/qt/editing/inserting/multiple-lines-selected-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-01-expected.png: Added.
* platform/qt/editing/inserting/paragraph-separator-01-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-02-expected.png: Added.
* platform/qt/editing/inserting/paragraph-separator-02-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-03-expected.png:
* platform/qt/editing/inserting/paragraph-separator-03-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
* platform/qt/editing/inserting/paragraph-separator-in-table-1-expected.txt:
* platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
* platform/qt/editing/inserting/paragraph-separator-in-table-2-expected.txt:
* platform/qt/editing/inserting/redo-expected.png:
* platform/qt/editing/inserting/redo-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-001-expected.png: Added.
* platform/qt/editing/inserting/return-key-with-selection-001-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-002-expected.png: Added.
* platform/qt/editing/inserting/return-key-with-selection-002-expected.txt:
* platform/qt/editing/inserting/return-key-with-selection-003-expected.png:
* platform/qt/editing/inserting/return-key-with-selection-003-expected.txt:
* platform/qt/editing/inserting/typing-001-expected.png:
* platform/qt/editing/inserting/typing-001-expected.txt:
* platform/qt/editing/inserting/typing-002-expected.png:
* platform/qt/editing/inserting/typing-002-expected.txt:
* platform/qt/editing/inserting/typing-003-expected.png:
* platform/qt/editing/inserting/typing-003-expected.txt:
* platform/qt/editing/inserting/typing-around-br-001-expected.png:
* platform/qt/editing/inserting/typing-around-br-001-expected.txt:
* platform/qt/editing/inserting/typing-around-image-001-expected.png:
* platform/qt/editing/inserting/typing-around-image-001-expected.txt:
2012-07-17 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, skipped failing test.
https://bugs.webkit.org/show_bug.cgi?id=91477
* platform/chromium/TestExpectations:
2012-07-17 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r122768 or r122771.
https://bugs.webkit.org/show_bug.cgi?id=91476
* platform/qt/Skipped:
2012-07-17 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after 122816. Skipped fast/dom/shadow/shadowdom-for-media.html
because ENABLE(SHADOW_DOM) is disabled on Qt.
* platform/qt/Skipped:
2012-07-17 Shinya Kawanaka <shinyak@chromium.org>
[Regression] Infinite loop in document.elementFromPoint
https://bugs.webkit.org/show_bug.cgi?id=90820
Reviewed by Nikolas Zimmermann.
* svg/hittest/svg-use-element-from-point-expected.txt: Added.
* svg/hittest/svg-use-element-from-point.html: Added.
2012-07-17 Shinya Kawanaka <shinyak@chromium.org>
Shadow DOM for img element
https://bugs.webkit.org/show_bug.cgi?id=90532
Reviewed by Hajime Morita.
Contains the following test cases.
(1) ShadowDOM is attached to an img element and use a shadow element
(2) ShadowDOM is attached to an img element and use a content element
(3) width and height are specified
(4) src attribute is dynamically changed
(5) multiple ShadowDOMs are attached to an img element
(6) ShadowDOM is attached to an img element in Shadow DOM
(7) event retargetting
(8) img with display: none, display: inline, display: block
(9) image map
(10) alt text
(11) alt text with dynamic update
* fast/dom/shadow/shadowdom-for-image-alt-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-alt-update-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-alt-update.html: Added.
* fast/dom/shadow/shadowdom-for-image-alt.html: Added.
* fast/dom/shadow/shadowdom-for-image-content-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-content.html: Added.
* fast/dom/shadow/shadowdom-for-image-dynamic-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-dynamic.html: Added.
* fast/dom/shadow/shadowdom-for-image-event-click-expected.txt: Added.
* fast/dom/shadow/shadowdom-for-image-event-click.html: Added.
* fast/dom/shadow/shadowdom-for-image-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-in-shadowdom-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-in-shadowdom.html: Added.
* fast/dom/shadow/shadowdom-for-image-map-expected.txt: Added.
* fast/dom/shadow/shadowdom-for-image-map.html: Added.
* fast/dom/shadow/shadowdom-for-image-style-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-style.html: Added.
* fast/dom/shadow/shadowdom-for-image-with-multiple-shadow-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-with-multiple-shadow.html: Added.
* fast/dom/shadow/shadowdom-for-image-with-width-and-height-expected.html: Added.
* fast/dom/shadow/shadowdom-for-image-with-width-and-height.html: Added.
* fast/dom/shadow/shadowdom-for-image.html: Added.
2012-07-17 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium tests rebaselines after r122791.
* platform/chromium-win/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
2012-07-17 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium tests rebaselines after r122785.
* platform/chromium-linux-x86/fast/borders/border-image-scaled-gradient-expected.png: Added.
* platform/chromium-linux-x86/fast/reflections/reflection-with-zoom-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png.
* platform/chromium-linux/fast/borders/border-image-scaled-gradient-expected.png:
* platform/chromium-linux/fast/css/transformed-mask-expected.png:
* platform/chromium-linux/fast/gradients/css3-linear-angle-gradients-expected.png:
* platform/chromium-linux/fast/gradients/css3-linear-right-angle-gradients-expected.png:
* platform/chromium-linux/fast/gradients/css3-radial-gradients-expected.png:
* platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
* platform/chromium-linux/fast/gradients/css3-repeating-linear-gradients-expected.png:
* platform/chromium-linux/fast/gradients/css3-repeating-radial-gradients-expected.png:
* platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac-snowleopard/fast/borders/border-image-scaled-gradient-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/css/transformed-mask-expected.png:
* platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac/fast/borders/border-image-scaled-gradient-expected.png:
* platform/chromium-mac/fast/css/transformed-mask-expected.png:
* platform/chromium-mac/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
* platform/chromium-mac/fast/gradients/css3-linear-angle-gradients-expected.png:
* platform/chromium-mac/fast/gradients/css3-linear-right-angle-gradients-expected.png:
* platform/chromium-mac/fast/gradients/css3-radial-gradients-expected.png:
* platform/chromium-mac/fast/gradients/css3-repeating-linear-gradients-expected.png:
* platform/chromium-mac/fast/gradients/css3-repeating-radial-gradients-expected.png:
* platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-win-xp/fast/borders/border-image-scaled-gradient-expected.png: Added.
* platform/chromium-win-xp/fast/reflections/reflection-with-zoom-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png.
* platform/chromium-win/fast/borders/border-image-scaled-gradient-expected.png:
* platform/chromium-win/fast/css/transformed-mask-expected.png:
* platform/chromium-win/fast/gradients/border-image-gradient-sides-and-corners-expected.png:
* platform/chromium-win/fast/gradients/css3-linear-angle-gradients-expected.png:
* platform/chromium-win/fast/gradients/css3-linear-right-angle-gradients-expected.png:
* platform/chromium-win/fast/gradients/css3-radial-gradients-expected.png:
* platform/chromium-win/fast/gradients/gradient-after-transparent-border-expected.png:
* platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png:
2012-07-17 Shinya Kawanaka <shinyak@chromium.org>
HTMLMediaElement should not use Element::ensureShadowRoot()
https://bugs.webkit.org/show_bug.cgi?id=77936
Reviewed by Hajime Morita.
Adding Shadow DOM to a video element and an audio element is allowed now.
* fast/dom/shadow/shadow-disable-expected.txt:
* fast/dom/shadow/shadow-disable.html:
* fast/dom/shadow/shadowdom-for-media-expected.txt: Added.
* fast/dom/shadow/shadowdom-for-media.html: Added.
2012-07-17 Yoshifumi Inoue <yosin@chromium.org>
[Forms] Test expectations of datetime/datetime-local/time should not contain milliseconds when they aren't expected
https://bugs.webkit.org/show_bug.cgi?id=91469
Reviewed by Kent Tamura.
This patch gets rid of unexpected millisecond strings from both test
cases and expected text.
This is adaptation of behavior change caused by r119948, introducing
decimal arithmetic, which corrected the expression step mod 1000 used
in BaseDateAndTimeInputType::serialize for checking adding milliseconds
or not, which converts internal date time representation into string.
Before r119948, we used fmod(step, 1000) for this. However, it doesn't
return mathematically correct value when quotient is very large, e.g.
fmod(3.40282346e+38, 1000) returns 616 on x86 linux, although we
expect that it is 0.
* fast/forms/datetime/datetime-stepup-stepdown-from-renderer-expected.txt: Get rid of millig seconds for big step value tests.
* fast/forms/datetime/datetime-stepup-stepdown-from-renderer.html: ditto.
* fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer-expected.txt: ditto.
* fast/forms/datetimelocal/datetimelocal-stepup-stepdown-from-renderer.html: ditto.
* fast/forms/time/time-stepup-stepdown-from-renderer-expected.txt: Get rid of millig seconds for a big step value test and expected value's fractinal second is zero.
* fast/forms/time/time-stepup-stepdown-from-renderer.html: ditto.
2012-07-17 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
* platform/qt/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
2012-07-16 Pete Williamson <petewil@google.com>
Add some new unit tests to test the favicon changing dynamically
https://bugs.webkit.org/show_bug.cgi?id=88665
Reviewed by Kent Tamura.
* fast/dom/icon-url-change-expected.txt: Added.
* fast/dom/icon-url-change.html: Added a new test for changing the favicon dynamically
* fast/dom/icon-url-list-expected.txt: Added.
* fast/dom/icon-url-list.html: Added a new test for multiple favicons in the HTML header
* fast/dom/icon-url-property-expected.txt: update unit test expectations
* fast/dom/icon-url-property.html: update and enable existing favicon test
* platform/chromium/TestExpectations: reenable the url-property test
2012-07-16 Kiran Muppala <cmuppala@apple.com>
REGRESSION: RenderInline::absoluteQuads produces incorrect results for fixed position.
https://bugs.webkit.org/show_bug.cgi?id=91451
Reviewed by Simon Fraser.
Add a regression test for boundingBox of an inline element with fixed position.
* fast/inline/inline-fixed-position-boundingbox-expected.txt: Added.
* fast/inline/inline-fixed-position-boundingbox.html: Added.
2012-07-16 Hayato Ito <hayato@chromium.org>
Some events should be always stopped at shadow boundary.
https://bugs.webkit.org/show_bug.cgi?id=90436
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/events-stopped-at-shadow-boundary-expected.txt: Added.
* fast/dom/shadow/events-stopped-at-shadow-boundary.html: Added.
2012-07-16 Ryuan Choi <ryuan.choi@samsung.com>
[EFL][DRT] Implement dumpFrameScrollPosition
https://bugs.webkit.org/show_bug.cgi?id=87638
Reviewed by Hajime Morita.
Updated expected results to dump scrolled position.
* platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
* platform/efl/compositing/geometry/horizontal-scroll-composited-expected.txt:
* platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/efl/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
* platform/efl/fast/block/positioning/rtl-fixed-positioning-expected.txt:
* platform/efl/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
* platform/efl/fast/dom/focus-contenteditable-expected.txt:
* platform/efl/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/efl/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/efl/fast/dynamic/anchor-lock-expected.txt:
* platform/efl/fast/events/autoscroll-expected.txt:
* platform/efl/fast/events/reveal-link-when-focused-expected.txt:
* platform/efl/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/efl/fast/multicol/scrolling-overflow-expected.txt: Added.
* platform/efl/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
* platform/efl/fast/overflow/overflow_hidden-expected.txt:
* platform/efl/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/efl/fast/overflow/scrollRevealButton-expected.txt:
* platform/efl/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/efl/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/efl/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/efl/fast/repaint/fixed-expected.txt:
* platform/efl/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/efl/fast/repaint/fixed-tranformed-expected.txt:
* platform/efl/fast/repaint/repaint-during-scroll-expected.txt:
* platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
* platform/efl/transforms/2d/transform-fixed-container-expected.txt:
2012-07-16 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaseline of fast/text/textIteratorNilRenderer for r122769.
* platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
* platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
2012-07-16 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac/win rebaseline for r122769.
* platform/chromium-mac-snowleopard/css1/basic/inheritance-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug73321-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug24200-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug73321-expected.png:
* platform/chromium-win-xp/css1: Removed.
* platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-win/css1/basic/inheritance-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug73321-expected.png:
2012-07-16 Joshua Bell <jsbell@chromium.org>
IndexedDB: Implement spec updates to IDBTransaction.error
https://bugs.webkit.org/show_bug.cgi?id=91409
Reviewed by Tony Chang.
Update transaction-abort test to accomodate refinements in the spec around
IDBTransaction.error and add a dedicated test to exercise all spec behavior
for the property.
* storage/indexeddb/resources/transaction-abort.js:
(startTest):
(firstAdd):
(secondAdd):
(transactionAborted):
* storage/indexeddb/resources/transaction-error.js: Added.
(test.request.onsuccess.request.onsuccess.request.onsuccess):
(test.request.onsuccess.request.onsuccess):
(test.request.onsuccess):
(test):
(startTest.trans.onabort):
(startTest):
(testErrorFromRequest.request.onerror):
(testErrorFromRequest.trans.onabort):
(testErrorFromRequest):
(testErrorFromException.request.onerror):
(testErrorFromException.trans.onabort):
(testErrorFromException):
* storage/indexeddb/transaction-abort-expected.txt:
* storage/indexeddb/transaction-error-expected.txt: Added.
* storage/indexeddb/transaction-error.html: Added.
2012-07-16 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Layout Test plugins/embed-attributes-style.html is failing
https://bugs.webkit.org/show_bug.cgi?id=91445
Started failing around r122770
* platform/chromium/TestExpectations:
2012-07-16 Joshua Bell <jsbell@chromium.org>
IndexedDB: Resolve test and IDL FIXMEs for a handful of landed patches
https://bugs.webkit.org/show_bug.cgi?id=91423
Reviewed by Tony Chang.
Resolve a couple of test-only FIXMEs: range deletion is now supported and
empty transactions commit.
* storage/indexeddb/key-generator-expected.txt:
* storage/indexeddb/resources/database-closepending-flag.js:
(testDatabaseClosingSteps): Don't need a dummy request to keep transaction alive.
* storage/indexeddb/resources/key-generator.js: Can test a range delete now.
2012-07-16 Bear Travis <betravis@adobe.com>
Resolve CSS Exclusions shapeInside, shapeOutside properties to Length based WrapShape classes
https://bugs.webkit.org/show_bug.cgi?id=89670
Reviewed by Dirk Schulze.
Test that wrap shapes accept different length types
Wrap shape parsing and serialization is tested by parsing-wrap-shape-inside/outside
* fast/exclusions/parsing-wrap-shape-lengths-expected.txt: Added.
* fast/exclusions/parsing-wrap-shape-lengths.html: Added.
2012-07-16 Ojan Vafai <ojan@chromium.org>
[chromium] Assign some bug numbers to failing tests.
* platform/chromium/TestExpectations:
2012-07-16 Simon Fraser <simon.fraser@apple.com>
Fix compositing layers in columns when in paginated mode
https://bugs.webkit.org/show_bug.cgi?id=91425
Reviewed by Dave Hyatt.
Testcase with a composited layer in a paginated document,
that dumps layers.
* compositing/columns/composited-in-paginated-expected.txt: Added.
* compositing/columns/composited-in-paginated.html: Added.
2012-07-16 Emil A Eklund <eae@chromium.org>
Inconsistent rounding in table layout causes background color to bleed through
https://bugs.webkit.org/show_bug.cgi?id=91410
Reviewed by Eric Seidel.
Add test to ensure that the table background color doesn't bleed through
when the table and a cell are positioned on a subpixel bound.
* fast/sub-pixel/table-rows-no-gaps-expected.html: Added.
* fast/sub-pixel/table-rows-no-gaps.html: Added.
* platform/chromium-linux/css1/basic/inheritance-expected.png:
* platform/chromium-linux/plugins/embed-attributes-style-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug73321-expected.png:
Updated expectations to match new rounding logic. The new results better
match the rendering prior to turning on subpixel layout.
* platform/efl/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
Mark new test as skipped on platforms that have not enabled subpixel
layout.
2012-07-16 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Layout Test svg/W3C-SVG-1.1/animate-elem-39-t.svg is flaky
https://bugs.webkit.org/show_bug.cgi?id=91421
This test is flaky (crashing) on the Win7 bot and has been for some time.
* platform/chromium/TestExpectations:
2012-07-16 Beth Dakin <bdakin@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=91299
Paginated views should restrict available height to column height
-and corresponding-
<rdar://problem/11152108>
Reviewed by Dan Bernstein.
New test.
* fast/multicol/resources/big-green.png: Added.
* fast/multicol/shrink-to-column-height-for-pagination.html: Added.
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
* platform/mac/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.
2012-07-16 Vincent Scheib <scheib@chromium.org>
Fix Layout Test pointer-lock/locked-element-removed-from-dom.html flakiness.
https://bugs.webkit.org/show_bug.cgi?id=91373
Reviewed by Adrienne Walker.
pointer-lock-test-harness corrected to no longer silently allow too many
asynchronous doNextStep calls in a test. The locked-element-removed-from-dom test
generated too many events and incorrectly exited the test early.
* platform/chromium/TestExpectations:
Re-enabled locked-element-removed-from-dom test.html
* pointer-lock/locked-element-removed-from-dom.html:
Absorb extra doNextStep.
* pointer-lock/resources/pointer-lock-test-harness.js:
(doNextStep.setTimeout):
Fail tests that call doNextStep too many times.
2012-07-16 Florin Malita <fmalita@chromium.org>
SVGAnimationElement::currentValuesForValuesAnimation crash
https://bugs.webkit.org/show_bug.cgi?id=91326
Reviewed by Simon Fraser.
SVGSMILElement::progress() assumes that seekToIntervalCorrespondingToTime() always
lands inside a defined interval, but one can force arbitrary time offsets using
setCurrentTime(). This patch adds logic for handling non-interval time offsets
gracefully.
* svg/animations/smil-setcurrenttime-crash-expected.txt: Added.
* svg/animations/smil-setcurrenttime-crash.svg: Added.
2012-07-16 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Layout Test fast/frames/calculate-fixed.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=91415
Has been intermittently failing TEXT since at least r122699.
* platform/chromium/TestExpectations:
2012-07-16 Ojan Vafai <ojan@chromium.org>
Cleanup a bunch of invalid BUG* lines. Rebaseline tests that were straightfoward
rebaselines and update the expectations to match what's actually happening on the bots.
* platform/chromium-linux/fast/repaint/repaint-across-writing-mode-boundary-expected.png:
* platform/chromium-linux/http/tests/misc/slow-loading-image-in-pattern-expected.png:
* platform/chromium-mac-snowleopard/fast/backgrounds/solid-color-context-restore-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/reflections/inline-crash-expected.png: Added.
* platform/chromium-mac-snowleopard/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
* platform/chromium-mac/fast/backgrounds/solid-color-context-restore-expected.png: Added.
* platform/chromium-mac/fast/reflections/inline-crash-expected.png: Added.
* platform/chromium-mac/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added.
* platform/chromium-mac/transforms/2d/zoom-menulist-expected.png: Added.
* platform/chromium-win/http/tests/misc/slow-loading-image-in-pattern-expected.png:
* platform/chromium/TestExpectations:
* platform/gtk/TestExpectations:
2012-07-16 Tony Chang <tony@chromium.org>
Position grid items by row/column index
https://bugs.webkit.org/show_bug.cgi?id=91293
Reviewed by Ojan Vafai.
Add a test for grid layout in each writing mode direction. The height in vertical writing mode is incorrect for now.
* fast/css-grid-layout/containing-block-grids-expected.html: Scope <p> around text only.
* fast/css-grid-layout/containing-block-grids.html: Fix missing closing </div>.
* fast/css-grid-layout/place-cell-by-index-expected.txt: Added.
* fast/css-grid-layout/place-cell-by-index.html: Added.
2012-07-16 Mike West <mkwst@chromium.org>
Invalid `script-nonce` directives should block script execution.
https://bugs.webkit.org/show_bug.cgi?id=91353
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce.html: Removed.
Replaced these two tests with the following.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-invalidnonce.html: Added.
This tests variously invalid nonces to ensure they block execution.
2012-07-16 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Layout Test storage/indexeddb/cursor-update-value-argument-required.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=91403
This test crashes occasionally, not sure how long it has been flaky.
* platform/chromium/TestExpectations:
2012-07-16 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] platform/qt/editing/execCommand tests update after the font change.
https://bugs.webkit.org/show_bug.cgi?id=91246.
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/editing/execCommand/4580583-1-expected.png:
* platform/qt/editing/execCommand/4580583-1-expected.txt:
* platform/qt/editing/execCommand/4580583-2-expected.png:
* platform/qt/editing/execCommand/4580583-2-expected.txt:
* platform/qt/editing/execCommand/4641880-1-expected.png:
* platform/qt/editing/execCommand/4641880-1-expected.txt:
* platform/qt/editing/execCommand/4641880-2-expected.png:
* platform/qt/editing/execCommand/4641880-2-expected.txt:
* platform/qt/editing/execCommand/4747450-expected.png:
* platform/qt/editing/execCommand/4747450-expected.txt:
* platform/qt/editing/execCommand/4916402-expected.png:
* platform/qt/editing/execCommand/4916402-expected.txt:
* platform/qt/editing/execCommand/4916541-expected.png:
* platform/qt/editing/execCommand/4916541-expected.txt:
* platform/qt/editing/execCommand/4924441-expected.png:
* platform/qt/editing/execCommand/4924441-expected.txt:
* platform/qt/editing/execCommand/5080333-1-expected.png:
* platform/qt/editing/execCommand/5080333-1-expected.txt:
* platform/qt/editing/execCommand/5080333-2-expected.png:
* platform/qt/editing/execCommand/5080333-2-expected.txt:
* platform/qt/editing/execCommand/5136770-expected.png:
* platform/qt/editing/execCommand/5136770-expected.txt:
* platform/qt/editing/execCommand/5138441-expected.png:
* platform/qt/editing/execCommand/5138441-expected.txt:
* platform/qt/editing/execCommand/5142012-1-expected.png:
* platform/qt/editing/execCommand/5142012-1-expected.txt:
* platform/qt/editing/execCommand/5142012-2-expected.png:
* platform/qt/editing/execCommand/5142012-2-expected.txt:
* platform/qt/editing/execCommand/5190926-expected.png:
* platform/qt/editing/execCommand/5190926-expected.txt:
* platform/qt/editing/execCommand/5481523-expected.png:
* platform/qt/editing/execCommand/5481523-expected.txt:
* platform/qt/editing/execCommand/5482023-expected.png:
* platform/qt/editing/execCommand/5482023-expected.txt:
* platform/qt/editing/execCommand/5569741-expected.png:
* platform/qt/editing/execCommand/5569741-expected.txt:
* platform/qt/editing/execCommand/create-list-with-hr-expected.png:
* platform/qt/editing/execCommand/create-list-with-hr-expected.txt:
* platform/qt/editing/execCommand/find-after-replace-expected.png:
* platform/qt/editing/execCommand/find-after-replace-expected.txt:
* platform/qt/editing/execCommand/findString-2-expected.png:
* platform/qt/editing/execCommand/findString-2-expected.txt:
* platform/qt/editing/execCommand/findString-expected.png:
* platform/qt/editing/execCommand/findString-expected.txt:
* platform/qt/editing/execCommand/format-block-with-trailing-br-expected.png:
* platform/qt/editing/execCommand/format-block-with-trailing-br-expected.txt:
* platform/qt/editing/execCommand/indent-empty-root-expected.png:
* platform/qt/editing/execCommand/indent-empty-root-expected.txt:
* platform/qt/editing/execCommand/indent-list-item-expected.png:
* platform/qt/editing/execCommand/indent-list-item-expected.txt:
* platform/qt/editing/execCommand/indent-selection-expected.png:
* platform/qt/editing/execCommand/indent-selection-expected.txt:
* platform/qt/editing/execCommand/insert-list-and-stitch-expected.png:
* platform/qt/editing/execCommand/insert-list-and-stitch-expected.txt:
* platform/qt/editing/execCommand/insertHorizontalRule-expected.png:
* platform/qt/editing/execCommand/insertHorizontalRule-expected.txt:
* platform/qt/editing/execCommand/insertImage-expected.png:
* platform/qt/editing/execCommand/insertImage-expected.txt:
* platform/qt/editing/execCommand/nsresponder-indent-expected.png:
* platform/qt/editing/execCommand/nsresponder-indent-expected.txt:
* platform/qt/editing/execCommand/nsresponder-outdent-expected.png:
* platform/qt/editing/execCommand/nsresponder-outdent-expected.txt:
* platform/qt/editing/execCommand/paste-1-expected.png:
* platform/qt/editing/execCommand/paste-1-expected.txt:
* platform/qt/editing/execCommand/paste-2-expected.png:
* platform/qt/editing/execCommand/paste-2-expected.txt:
* platform/qt/editing/execCommand/print-expected.png:
* platform/qt/editing/execCommand/print-expected.txt:
* platform/qt/editing/execCommand/remove-list-from-range-selection-expected.png:
* platform/qt/editing/execCommand/remove-list-from-range-selection-expected.txt:
* platform/qt/editing/execCommand/remove-list-item-1-expected.png:
* platform/qt/editing/execCommand/remove-list-item-1-expected.txt:
* platform/qt/editing/execCommand/selectAll-expected.png:
* platform/qt/editing/execCommand/selectAll-expected.txt:
2012-07-16 Adam Barth <abarth@webkit.org>
jquery/manipulation.html times out in release too.
* platform/chromium/TestExpectations:
2012-07-16 Balazs Kelemen <kbalazs@webkit.org>
[Qt] remaining compositing tests after rebaseline for new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91377
Unreviewed rebaseline.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
* platform/qt/compositing/backing/no-backing-for-clip-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-expected.txt.
* platform/qt/compositing/backing/no-backing-for-clip-overlap-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt.
* platform/qt/compositing/backing/no-backing-for-perspective-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt.
* platform/qt/compositing/geometry/composited-html-size-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png.
* platform/qt/compositing/geometry/composited-html-size-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.txt.
* platform/qt/compositing/geometry/composited-in-columns-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt.
* platform/qt/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
* platform/qt/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt.
* platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Added.
* platform/qt/compositing/geometry/preserve-3d-switching-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/preserve-3d-switching-expected.txt.
* platform/qt/compositing/iframes/composited-iframe-scroll-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.png.
* platform/qt/compositing/iframes/composited-iframe-scroll-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/composited-iframe-scroll-expected.txt.
* platform/qt/compositing/iframes/iframe-content-flipping-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/composited-html-size-expected.png.
* platform/qt/compositing/iframes/iframe-content-flipping-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/iframe-content-flipping-expected.txt.
* platform/qt/compositing/iframes/invisible-nested-iframe-show-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-show-expected.txt.
* platform/qt/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt.
* platform/qt/compositing/overflow/theme-affects-visual-overflow-expected.png: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/theme-affects-visual-overflow-expected.png.
* platform/qt/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
2012-07-16 Mike Reed <reed@google.com>
Update expectations : rebaseline images after skia 4600 lands
https://bugs.webkit.org/show_bug.cgi?id=91392
Reviewed by NOBODY : expectations change only
* platform/chromium/TestExpectations:
2012-07-16 Zoltan Horvath <zoltan@webkit.org>
[Qt] REGRESSION (r122720): svg/filters/feSpecularLight-premultiplied.svg
https://bugs.webkit.org/show_bug.cgi?id=91390
Unreviewed gardening.
Skip until proper fix.
* platform/qt/Skipped: Add the test to the skiplist
2012-07-16 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Fix TestExpectations after r122718.
* platform/qt/TestExpectations:
2012-07-16 Balazs Kelemen <kbalazs@webkit.org>
[Qt] compositing tests need rebaseline with new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91234
Unreviewed rebaseline.
Rebaseline compositing tests. Move expectations from qt-5.0-wk2 to qt because these
results should not vary across Qt versions. Co-authored with Csaba Osztrogonác. Some
tests were produced uncorrect result, I keep skipped them and filed
https://bugs.webkit.org/show_bug.cgi?id=91377. Compositing tests are still skipped on
qt-4.8 and qt-5.0-wk1.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/animation/state-at-end-event-transform-layer-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/color-matching/image-color-matching-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/color-matching/pdf-image-match-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/generated-content-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/generated-content-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/clipping-foreground-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/outline-change-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-positioning-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/overflow-scroll-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/parent-overflow-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/overflow/scrollbar-painting-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/masked-reflection-on-composited-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/become-overlay-composited-layer-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/composited-document-element-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/layer-repaint-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/repaint/opacity-between-absolute2-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/self-painting-layers-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/self-painting-layers-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/shadows/shadow-drawing-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/sibling-positioning-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/transitions/scale-transition-no-start-expected.txt: Removed.
* platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.png: Removed.
* platform/qt-5.0-wk2/compositing/transitions/singular-scale-transition-expected.txt: Removed.
* platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Removed.
* platform/qt/animations/3d/state-at-end-event-transform-expected.png: Added.
* platform/qt/compositing/animation/state-at-end-event-transform-layer-expected.png: Added.
* platform/qt/compositing/animation/state-at-end-event-transform-layer-expected.txt: Added.
* platform/qt/compositing/color-matching/image-color-matching-expected.png: Added.
* platform/qt/compositing/color-matching/image-color-matching-expected.txt: Added.
* platform/qt/compositing/color-matching/pdf-image-match-expected.png: Added.
* platform/qt/compositing/color-matching/pdf-image-match-expected.txt: Added.
* platform/qt/compositing/compositing-visible-descendant-expected.png: Added.
* platform/qt/compositing/compositing-visible-descendant-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/compositing-visible-descendant-expected.txt.
* platform/qt/compositing/direct-image-compositing-expected.png: Added.
* platform/qt/compositing/direct-image-compositing-expected.txt: Added.
* platform/qt/compositing/generated-content-expected.png: Added.
* platform/qt/compositing/generated-content-expected.txt: Added.
* platform/qt/compositing/geometry/abs-position-inside-opacity-expected.png: Added.
* platform/qt/compositing/geometry/abs-position-inside-opacity-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/abs-position-inside-opacity-expected.txt.
* platform/qt/compositing/geometry/clipping-foreground-expected.png: Added.
* platform/qt/compositing/geometry/clipping-foreground-expected.txt: Added.
* platform/qt/compositing/geometry/fixed-in-composited-expected.png: Added.
* platform/qt/compositing/geometry/fixed-in-composited-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/fixed-in-composited-expected.txt.
* platform/qt/compositing/geometry/fixed-position-expected.png: Added.
* platform/qt/compositing/geometry/fixed-position-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/fixed-position-expected.txt.
* platform/qt/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added.
* platform/qt/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/layer-due-to-layer-children-deep-expected.txt.
* platform/qt/compositing/geometry/layer-due-to-layer-children-expected.png: Added.
* platform/qt/compositing/geometry/layer-due-to-layer-children-expected.txt: Added.
* platform/qt/compositing/geometry/outline-change-expected.png: Added.
* platform/qt/compositing/geometry/outline-change-expected.txt: Added.
* platform/qt/compositing/geometry/partial-layout-update-expected.png: Added.
* platform/qt/compositing/geometry/partial-layout-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/partial-layout-update-expected.txt.
* platform/qt/compositing/geometry/root-layer-update-expected.png: Added.
* platform/qt/compositing/geometry/root-layer-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/root-layer-update-expected.txt.
* platform/qt/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png: Added.
* platform/qt/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt.
* platform/qt/compositing/geometry/video-fixed-scrolling-expected.png: Added.
* platform/qt/compositing/geometry/video-fixed-scrolling-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/geometry/video-fixed-scrolling-expected.txt.
* platform/qt/compositing/iframes/composited-iframe-alignment-expected.png: Added.
* platform/qt/compositing/iframes/composited-iframe-alignment-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/composited-iframe-alignment-expected.txt.
* platform/qt/compositing/iframes/iframe-copy-on-scroll-expected.png: Added.
* platform/qt/compositing/iframes/iframe-copy-on-scroll-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/iframes/iframe-copy-on-scroll-expected.txt.
* platform/qt/compositing/images/direct-image-background-color-expected.png: Added.
* platform/qt/compositing/images/direct-image-background-color-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/images/direct-image-background-color-expected.txt.
* platform/qt/compositing/masks/direct-image-mask-expected.png: Added.
* platform/qt/compositing/masks/direct-image-mask-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.txt.
* platform/qt/compositing/masks/masked-ancestor-expected.png: Added.
* platform/qt/compositing/masks/masked-ancestor-expected.txt: Added.
* platform/qt/compositing/masks/multiple-masks-expected.png: Added.
* platform/qt/compositing/masks/multiple-masks-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt.
* platform/qt/compositing/masks/simple-composited-mask-expected.png: Added.
* platform/qt/compositing/masks/simple-composited-mask-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt.
* platform/qt/compositing/overflow/ancestor-overflow-expected.png:
* platform/qt/compositing/overflow/ancestor-overflow-expected.txt:
* platform/qt/compositing/overflow/fixed-position-ancestor-clip-expected.png: Added.
* platform/qt/compositing/overflow/fixed-position-ancestor-clip-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/fixed-position-ancestor-clip-expected.txt.
* platform/qt/compositing/overflow/overflow-compositing-descendant-expected.png: Added.
* platform/qt/compositing/overflow/overflow-compositing-descendant-expected.txt: Added.
* platform/qt/compositing/overflow/overflow-positioning-expected.png: Added.
* platform/qt/compositing/overflow/overflow-positioning-expected.txt: Added.
* platform/qt/compositing/overflow/overflow-scroll-expected.png: Added.
* platform/qt/compositing/overflow/overflow-scroll-expected.txt: Added.
* platform/qt/compositing/overflow/parent-overflow-expected.png: Added.
* platform/qt/compositing/overflow/parent-overflow-expected.txt: Added.
* platform/qt/compositing/overflow/scroll-ancestor-update-expected.png: Added.
* platform/qt/compositing/overflow/scroll-ancestor-update-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/overflow/scroll-ancestor-update-expected.txt.
* platform/qt/compositing/overflow/scrollbar-painting-expected.png: Added.
* platform/qt/compositing/overflow/scrollbar-painting-expected.txt: Added.
* platform/qt/compositing/reflections/compositing-change-inside-reflection-expected.png: Added.
* platform/qt/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
* platform/qt/compositing/reflections/masked-reflection-on-composited-expected.png: Added.
* platform/qt/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
* platform/qt/compositing/reflections/nested-reflection-mask-change-expected.png: Added.
* platform/qt/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
* platform/qt/compositing/reflections/nested-reflection-transformed-expected.png: Added.
* platform/qt/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
* platform/qt/compositing/reflections/nested-reflection-transformed2-expected.png: Added.
* platform/qt/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
* platform/qt/compositing/reflections/reflection-in-composited-expected.png: Added.
* platform/qt/compositing/reflections/reflection-in-composited-expected.txt: Added.
* platform/qt/compositing/reflections/reflection-on-composited-expected.png: Added.
* platform/qt/compositing/reflections/reflection-on-composited-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.txt.
* platform/qt/compositing/reflections/reflection-opacity-expected.png: Added.
* platform/qt/compositing/reflections/reflection-opacity-expected.txt: Added.
* platform/qt/compositing/reflections/reflection-ordering-expected.png: Added.
* platform/qt/compositing/reflections/reflection-ordering-expected.txt: Added.
* platform/qt/compositing/reflections/reflection-positioning-expected.png: Added.
* platform/qt/compositing/reflections/reflection-positioning-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.txt.
* platform/qt/compositing/reflections/reflection-positioning2-expected.png: Added.
* platform/qt/compositing/reflections/reflection-positioning2-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.txt.
* platform/qt/compositing/reflections/simple-composited-reflections-expected.png: Added.
* platform/qt/compositing/reflections/simple-composited-reflections-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.txt.
* platform/qt/compositing/repaint/become-overlay-composited-layer-expected.png: Added.
* platform/qt/compositing/repaint/become-overlay-composited-layer-expected.txt: Added.
* platform/qt/compositing/repaint/composited-document-element-expected.png: Added.
* platform/qt/compositing/repaint/composited-document-element-expected.txt: Added.
* platform/qt/compositing/repaint/layer-repaint-expected.png: Added.
* platform/qt/compositing/repaint/layer-repaint-expected.txt: Added.
* platform/qt/compositing/repaint/layer-repaint-rects-expected.png: Added.
* platform/qt/compositing/repaint/layer-repaint-rects-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/repaint/layer-repaint-rects-expected.txt.
* platform/qt/compositing/repaint/opacity-between-absolute-expected.png: Added.
* platform/qt/compositing/repaint/opacity-between-absolute-expected.txt: Added.
* platform/qt/compositing/repaint/opacity-between-absolute2-expected.png: Added.
* platform/qt/compositing/repaint/opacity-between-absolute2-expected.txt: Added.
* platform/qt/compositing/self-painting-layers-expected.png: Added.
* platform/qt/compositing/self-painting-layers-expected.txt: Added.
* platform/qt/compositing/shadows/shadow-drawing-expected.png: Added.
* platform/qt/compositing/shadows/shadow-drawing-expected.txt: Added.
* platform/qt/compositing/sibling-positioning-expected.png: Added.
* platform/qt/compositing/sibling-positioning-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/sibling-positioning-expected.txt.
* platform/qt/compositing/text-on-large-layer-expected.png: Added.
* platform/qt/compositing/text-on-large-layer-expected.txt: Renamed from LayoutTests/platform/qt-5.0-wk2/compositing/text-on-large-layer-expected.txt.
* platform/qt/compositing/transitions/scale-transition-no-start-expected.png: Added.
* platform/qt/compositing/transitions/scale-transition-no-start-expected.txt: Added.
* platform/qt/compositing/transitions/singular-scale-transition-expected.png: Added.
* platform/qt/compositing/transitions/singular-scale-transition-expected.txt: Added.
2012-07-16 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, skipped failing test.
https://bugs.webkit.org/show_bug.cgi?id=91386
* platform/chromium/TestExpectations:
2012-07-16 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91242
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/tables/layering/paint-test-layering-1-expected.png:
* platform/qt/tables/layering/paint-test-layering-1-expected.txt:
* platform/qt/tables/layering/paint-test-layering-2-expected.png:
* platform/qt/tables/layering/paint-test-layering-2-expected.txt:
* platform/qt/tables/mozilla/bugs/45621-expected.png:
* platform/qt/tables/mozilla/bugs/45621-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10009-expected.png:
* platform/qt/tables/mozilla/bugs/bug10009-expected.txt:
* platform/qt/tables/mozilla/bugs/bug100334-expected.png:
* platform/qt/tables/mozilla/bugs/bug100334-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10036-expected.png:
* platform/qt/tables/mozilla/bugs/bug10036-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10039-expected.png:
* platform/qt/tables/mozilla/bugs/bug10039-expected.txt:
* platform/qt/tables/mozilla/bugs/bug101201-expected.png:
* platform/qt/tables/mozilla/bugs/bug101201-expected.txt:
* platform/qt/tables/mozilla/bugs/bug101674-expected.png:
* platform/qt/tables/mozilla/bugs/bug101674-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10269-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug10269-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1055-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug1055-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10565-expected.png:
* platform/qt/tables/mozilla/bugs/bug10565-expected.txt:
* platform/qt/tables/mozilla/bugs/bug106158-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug106158-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug106158-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug106158-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug10633-expected.png:
* platform/qt/tables/mozilla/bugs/bug10633-expected.txt:
* platform/qt/tables/mozilla/bugs/bug106816-expected.png:
* platform/qt/tables/mozilla/bugs/bug106816-expected.txt:
* platform/qt/tables/mozilla/bugs/bug108340-expected.png:
* platform/qt/tables/mozilla/bugs/bug108340-expected.txt:
* platform/qt/tables/mozilla/bugs/bug109043-expected.png:
* platform/qt/tables/mozilla/bugs/bug109043-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11026-expected.png:
* platform/qt/tables/mozilla/bugs/bug11026-expected.txt:
* platform/qt/tables/mozilla/bugs/bug110566-expected.png:
* platform/qt/tables/mozilla/bugs/bug110566-expected.txt:
* platform/qt/tables/mozilla/bugs/bug113235-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug113235-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug113235-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug113235-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug113235-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug113235-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug113424-expected.png:
* platform/qt/tables/mozilla/bugs/bug113424-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11384q-expected.png:
* platform/qt/tables/mozilla/bugs/bug11384q-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11384s-expected.png:
* platform/qt/tables/mozilla/bugs/bug11384s-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1163-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug1163-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1188-expected.png:
* platform/qt/tables/mozilla/bugs/bug1188-expected.txt:
* platform/qt/tables/mozilla/bugs/bug11944-expected.png:
* platform/qt/tables/mozilla/bugs/bug11944-expected.txt:
* platform/qt/tables/mozilla/bugs/bug119786-expected.png:
* platform/qt/tables/mozilla/bugs/bug119786-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12008-expected.png:
* platform/qt/tables/mozilla/bugs/bug12008-expected.txt:
* platform/qt/tables/mozilla/bugs/bug120364-expected.png:
* platform/qt/tables/mozilla/bugs/bug120364-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1220-expected.png:
* platform/qt/tables/mozilla/bugs/bug1220-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1224-expected.png:
* platform/qt/tables/mozilla/bugs/bug1224-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12268-expected.png:
* platform/qt/tables/mozilla/bugs/bug12268-expected.txt:
* platform/qt/tables/mozilla/bugs/bug123862-expected.png:
* platform/qt/tables/mozilla/bugs/bug123862-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1261-expected.png:
* platform/qt/tables/mozilla/bugs/bug1261-expected.txt:
* platform/qt/tables/mozilla/bugs/bug126742-expected.png:
* platform/qt/tables/mozilla/bugs/bug126742-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12709-expected.png:
* platform/qt/tables/mozilla/bugs/bug12709-expected.txt:
* platform/qt/tables/mozilla/bugs/bug127267-expected.png:
* platform/qt/tables/mozilla/bugs/bug127267-expected.txt:
* platform/qt/tables/mozilla/bugs/bug128229-expected.png:
* platform/qt/tables/mozilla/bugs/bug128229-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12908-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug12908-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug12910-expected.png:
* platform/qt/tables/mozilla/bugs/bug12910-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1296-expected.png:
* platform/qt/tables/mozilla/bugs/bug1296-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1302-expected.png:
* platform/qt/tables/mozilla/bugs/bug1302-expected.txt:
* platform/qt/tables/mozilla/bugs/bug131020-expected.png:
* platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
* platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.png:
* platform/qt/tables/mozilla/bugs/bug131020_iframe-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13105-expected.png:
* platform/qt/tables/mozilla/bugs/bug13105-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13118-expected.png:
* platform/qt/tables/mozilla/bugs/bug13118-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1318-expected.png:
* platform/qt/tables/mozilla/bugs/bug1318-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13196-expected.png:
* platform/qt/tables/mozilla/bugs/bug13196-expected.txt:
* platform/qt/tables/mozilla/bugs/bug133756-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug133756-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug133756-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug133756-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13484-expected.png:
* platform/qt/tables/mozilla/bugs/bug13484-expected.txt:
* platform/qt/tables/mozilla/bugs/bug13526-expected.png:
* platform/qt/tables/mozilla/bugs/bug13526-expected.txt:
* platform/qt/tables/mozilla/bugs/bug138725-expected.png:
* platform/qt/tables/mozilla/bugs/bug138725-expected.txt:
* platform/qt/tables/mozilla/bugs/bug139524-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug139524-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug139524-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug139524-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug139524-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug139524-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug139524-4-expected.png:
* platform/qt/tables/mozilla/bugs/bug139524-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug14159-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug14159-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug14159-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug14159-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1430-expected.png:
* platform/qt/tables/mozilla/bugs/bug1430-expected.txt:
* platform/qt/tables/mozilla/bugs/bug14323-expected.png:
* platform/qt/tables/mozilla/bugs/bug14323-expected.txt:
* platform/qt/tables/mozilla/bugs/bug145572-expected.png:
* platform/qt/tables/mozilla/bugs/bug145572-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1474-expected.png:
* platform/qt/tables/mozilla/bugs/bug1474-expected.txt:
* platform/qt/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug149275-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug149275-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug149275-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug14929-expected.png:
* platform/qt/tables/mozilla/bugs/bug14929-expected.txt:
* platform/qt/tables/mozilla/bugs/bug15247-expected.png:
* platform/qt/tables/mozilla/bugs/bug15247-expected.txt:
* platform/qt/tables/mozilla/bugs/bug15544-expected.png:
* platform/qt/tables/mozilla/bugs/bug15544-expected.txt:
* platform/qt/tables/mozilla/bugs/bug157890-expected.png:
* platform/qt/tables/mozilla/bugs/bug157890-expected.txt:
* platform/qt/tables/mozilla/bugs/bug159108-expected.png:
* platform/qt/tables/mozilla/bugs/bug159108-expected.txt:
* platform/qt/tables/mozilla/bugs/bug16012-expected.png:
* platform/qt/tables/mozilla/bugs/bug16012-expected.txt:
* platform/qt/tables/mozilla/bugs/bug16252-expected.png:
* platform/qt/tables/mozilla/bugs/bug16252-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17130-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug17130-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17130-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug17130-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17138-expected.png:
* platform/qt/tables/mozilla/bugs/bug17138-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17168-expected.png:
* platform/qt/tables/mozilla/bugs/bug17168-expected.txt:
* platform/qt/tables/mozilla/bugs/bug175455-4-expected.png:
* platform/qt/tables/mozilla/bugs/bug175455-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17548-expected.png:
* platform/qt/tables/mozilla/bugs/bug17548-expected.txt:
* platform/qt/tables/mozilla/bugs/bug17587-expected.png:
* platform/qt/tables/mozilla/bugs/bug17587-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1800-expected.png:
* platform/qt/tables/mozilla/bugs/bug1800-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1802-expected.png:
* platform/qt/tables/mozilla/bugs/bug1802-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1802s-expected.png:
* platform/qt/tables/mozilla/bugs/bug1802s-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1809-expected.png:
* platform/qt/tables/mozilla/bugs/bug1809-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1818-5-expected.png:
* platform/qt/tables/mozilla/bugs/bug1818-5-expected.txt:
* platform/qt/tables/mozilla/bugs/bug1828-expected.png:
* platform/qt/tables/mozilla/bugs/bug1828-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18359-expected.png:
* platform/qt/tables/mozilla/bugs/bug18359-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18440-expected.png:
* platform/qt/tables/mozilla/bugs/bug18440-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18558-expected.png:
* platform/qt/tables/mozilla/bugs/bug18558-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18664-expected.png:
* platform/qt/tables/mozilla/bugs/bug18664-expected.txt:
* platform/qt/tables/mozilla/bugs/bug18955-expected.png:
* platform/qt/tables/mozilla/bugs/bug18955-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19061-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug19061-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19061-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug19061-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19356-expected.png:
* platform/qt/tables/mozilla/bugs/bug19356-expected.txt:
* platform/qt/tables/mozilla/bugs/bug194024-expected.png:
* platform/qt/tables/mozilla/bugs/bug194024-expected.txt:
* platform/qt/tables/mozilla/bugs/bug19599-expected.png:
* platform/qt/tables/mozilla/bugs/bug19599-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2050-expected.png:
* platform/qt/tables/mozilla/bugs/bug2050-expected.txt:
* platform/qt/tables/mozilla/bugs/bug20579-expected.png:
* platform/qt/tables/mozilla/bugs/bug20579-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2065-expected.png:
* platform/qt/tables/mozilla/bugs/bug2065-expected.txt:
* platform/qt/tables/mozilla/bugs/bug20804-expected.png:
* platform/qt/tables/mozilla/bugs/bug20804-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2123-expected.png:
* platform/qt/tables/mozilla/bugs/bug2123-expected.txt:
* platform/qt/tables/mozilla/bugs/bug21299-expected.png:
* platform/qt/tables/mozilla/bugs/bug21299-expected.txt:
* platform/qt/tables/mozilla/bugs/bug215629-expected.png:
* platform/qt/tables/mozilla/bugs/bug215629-expected.txt:
* platform/qt/tables/mozilla/bugs/bug21918-expected.png:
* platform/qt/tables/mozilla/bugs/bug21918-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22019-expected.png:
* platform/qt/tables/mozilla/bugs/bug22019-expected.txt:
* platform/qt/tables/mozilla/bugs/bug220536-expected.png:
* platform/qt/tables/mozilla/bugs/bug220536-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22246-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug22246-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22246-2a-expected.png:
* platform/qt/tables/mozilla/bugs/bug22246-2a-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22246-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug22246-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug22246-3a-expected.png:
* platform/qt/tables/mozilla/bugs/bug22246-3a-expected.txt:
* platform/qt/tables/mozilla/bugs/bug222846-expected.png:
* platform/qt/tables/mozilla/bugs/bug222846-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2267-expected.png:
* platform/qt/tables/mozilla/bugs/bug2267-expected.txt:
* platform/qt/tables/mozilla/bugs/bug227123-expected.png:
* platform/qt/tables/mozilla/bugs/bug227123-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2296-expected.png:
* platform/qt/tables/mozilla/bugs/bug2296-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23151-expected.png:
* platform/qt/tables/mozilla/bugs/bug23151-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23235-expected.png:
* platform/qt/tables/mozilla/bugs/bug23235-expected.txt:
* platform/qt/tables/mozilla/bugs/bug23299-expected.png:
* platform/qt/tables/mozilla/bugs/bug23299-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24200-expected.png:
* platform/qt/tables/mozilla/bugs/bug24200-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24503-expected.png:
* platform/qt/tables/mozilla/bugs/bug24503-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24627-expected.png:
* platform/qt/tables/mozilla/bugs/bug24627-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24661-expected.png:
* platform/qt/tables/mozilla/bugs/bug24661-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2469-expected.png:
* platform/qt/tables/mozilla/bugs/bug2469-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug2479-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2479-4-expected.png:
* platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/qt/tables/mozilla/bugs/bug24880-expected.png:
* platform/qt/tables/mozilla/bugs/bug24880-expected.txt:
* platform/qt/tables/mozilla/bugs/bug25004-expected.png:
* platform/qt/tables/mozilla/bugs/bug25004-expected.txt:
* platform/qt/tables/mozilla/bugs/bug25086-expected.png:
* platform/qt/tables/mozilla/bugs/bug25086-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2509-expected.png:
* platform/qt/tables/mozilla/bugs/bug2509-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2516-expected.png:
* platform/qt/tables/mozilla/bugs/bug2516-expected.txt:
* platform/qt/tables/mozilla/bugs/bug25663-expected.png:
* platform/qt/tables/mozilla/bugs/bug25663-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2585-expected.png:
* platform/qt/tables/mozilla/bugs/bug2585-expected.txt:
* platform/qt/tables/mozilla/bugs/bug26178-expected.png:
* platform/qt/tables/mozilla/bugs/bug26178-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2684-expected.png:
* platform/qt/tables/mozilla/bugs/bug2684-expected.txt:
* platform/qt/tables/mozilla/bugs/bug27038-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug27038-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug27038-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug27038-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug27038-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug27038-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug275625-expected.png:
* platform/qt/tables/mozilla/bugs/bug275625-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2757-expected.png:
* platform/qt/tables/mozilla/bugs/bug2757-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2763-expected.png:
* platform/qt/tables/mozilla/bugs/bug2763-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2773-expected.png:
* platform/qt/tables/mozilla/bugs/bug2773-expected.txt:
* platform/qt/tables/mozilla/bugs/bug278266-expected.png:
* platform/qt/tables/mozilla/bugs/bug278266-expected.txt:
* platform/qt/tables/mozilla/bugs/bug278385-expected.png:
* platform/qt/tables/mozilla/bugs/bug278385-expected.txt:
* platform/qt/tables/mozilla/bugs/bug27993-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug27993-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug28341-expected.png:
* platform/qt/tables/mozilla/bugs/bug28341-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2886-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug2886-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2886-expected.png:
* platform/qt/tables/mozilla/bugs/bug2886-expected.txt:
* platform/qt/tables/mozilla/bugs/bug28928-expected.png:
* platform/qt/tables/mozilla/bugs/bug28928-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29058-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug29058-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29058-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug29058-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29157-expected.png:
* platform/qt/tables/mozilla/bugs/bug29157-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29326-expected.png:
* platform/qt/tables/mozilla/bugs/bug29326-expected.txt:
* platform/qt/tables/mozilla/bugs/bug29429-expected.png:
* platform/qt/tables/mozilla/bugs/bug29429-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2947-expected.png:
* platform/qt/tables/mozilla/bugs/bug2947-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2962-expected.png:
* platform/qt/tables/mozilla/bugs/bug2962-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2973-expected.png:
* platform/qt/tables/mozilla/bugs/bug2973-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2981-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug2981-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2981-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug2981-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug2997-expected.png:
* platform/qt/tables/mozilla/bugs/bug2997-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30273-expected.png:
* platform/qt/tables/mozilla/bugs/bug30273-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30332-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug30332-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30332-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug30332-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30418-expected.png:
* platform/qt/tables/mozilla/bugs/bug30418-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30559-expected.png:
* platform/qt/tables/mozilla/bugs/bug30559-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30692-expected.png:
* platform/qt/tables/mozilla/bugs/bug30692-expected.txt:
* platform/qt/tables/mozilla/bugs/bug30985-expected.png:
* platform/qt/tables/mozilla/bugs/bug30985-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3103-expected.png:
* platform/qt/tables/mozilla/bugs/bug3103-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3191-expected.png:
* platform/qt/tables/mozilla/bugs/bug3191-expected.txt:
* platform/qt/tables/mozilla/bugs/bug32205-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug32205-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug32205-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug32205-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug32205-5-expected.png:
* platform/qt/tables/mozilla/bugs/bug32205-5-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3260-expected.png:
* platform/qt/tables/mozilla/bugs/bug3260-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3263-expected.png:
* platform/qt/tables/mozilla/bugs/bug3263-expected.txt:
* platform/qt/tables/mozilla/bugs/bug32841-expected.png:
* platform/qt/tables/mozilla/bugs/bug32841-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3309-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug3309-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug33137-expected.png:
* platform/qt/tables/mozilla/bugs/bug33137-expected.txt:
* platform/qt/tables/mozilla/bugs/bug33855-expected.png:
* platform/qt/tables/mozilla/bugs/bug33855-expected.txt:
* platform/qt/tables/mozilla/bugs/bug34176-expected.png:
* platform/qt/tables/mozilla/bugs/bug34176-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3454-expected.png:
* platform/qt/tables/mozilla/bugs/bug3454-expected.txt:
* platform/qt/tables/mozilla/bugs/bug35662-expected.png:
* platform/qt/tables/mozilla/bugs/bug35662-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3681-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug3681-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3681-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug3681-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3718-expected.png:
* platform/qt/tables/mozilla/bugs/bug3718-expected.txt:
* platform/qt/tables/mozilla/bugs/bug38916-expected.png:
* platform/qt/tables/mozilla/bugs/bug38916-expected.txt:
* platform/qt/tables/mozilla/bugs/bug39209-expected.png:
* platform/qt/tables/mozilla/bugs/bug39209-expected.txt:
* platform/qt/tables/mozilla/bugs/bug3977-expected.png:
* platform/qt/tables/mozilla/bugs/bug3977-expected.txt:
* platform/qt/tables/mozilla/bugs/bug40828-expected.png:
* platform/qt/tables/mozilla/bugs/bug40828-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4093-expected.png:
* platform/qt/tables/mozilla/bugs/bug4093-expected.txt:
* platform/qt/tables/mozilla/bugs/bug41890-expected.png:
* platform/qt/tables/mozilla/bugs/bug41890-expected.txt:
* platform/qt/tables/mozilla/bugs/bug42187-expected.png:
* platform/qt/tables/mozilla/bugs/bug42187-expected.txt:
* platform/qt/tables/mozilla/bugs/bug42443-expected.png:
* platform/qt/tables/mozilla/bugs/bug42443-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4284-expected.png:
* platform/qt/tables/mozilla/bugs/bug4284-expected.txt:
* platform/qt/tables/mozilla/bugs/bug43039-expected.png:
* platform/qt/tables/mozilla/bugs/bug43039-expected.txt:
* platform/qt/tables/mozilla/bugs/bug43204-expected.png:
* platform/qt/tables/mozilla/bugs/bug43204-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4382-expected.png:
* platform/qt/tables/mozilla/bugs/bug4382-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4385-expected.png:
* platform/qt/tables/mozilla/bugs/bug4385-expected.txt:
* platform/qt/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug43854-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug43854-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug43854-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4427-expected.png:
* platform/qt/tables/mozilla/bugs/bug4427-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4429-expected.png:
* platform/qt/tables/mozilla/bugs/bug4429-expected.txt:
* platform/qt/tables/mozilla/bugs/bug44505-expected.png:
* platform/qt/tables/mozilla/bugs/bug44505-expected.txt:
* platform/qt/tables/mozilla/bugs/bug44523-expected.png:
* platform/qt/tables/mozilla/bugs/bug44523-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4501-expected.png:
* platform/qt/tables/mozilla/bugs/bug4501-expected.txt:
* platform/qt/tables/mozilla/bugs/bug45055-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug45055-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug45055-expected.png:
* platform/qt/tables/mozilla/bugs/bug45055-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4520-expected.png:
* platform/qt/tables/mozilla/bugs/bug4520-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4523-expected.png:
* platform/qt/tables/mozilla/bugs/bug4523-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4527-expected.png:
* platform/qt/tables/mozilla/bugs/bug4527-expected.txt:
* platform/qt/tables/mozilla/bugs/bug45486-expected.png:
* platform/qt/tables/mozilla/bugs/bug45486-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4576-expected.png:
* platform/qt/tables/mozilla/bugs/bug4576-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46268-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug46268-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46268-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug46268-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46268-3-expected.png:
* platform/qt/tables/mozilla/bugs/bug46268-3-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46268-5-expected.png:
* platform/qt/tables/mozilla/bugs/bug46268-5-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46268-expected.png:
* platform/qt/tables/mozilla/bugs/bug46268-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46368-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46368-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46480-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug46480-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46480-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug46480-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46623-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug46623-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46623-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug46623-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46924-expected.png:
* platform/qt/tables/mozilla/bugs/bug46924-expected.txt:
* platform/qt/tables/mozilla/bugs/bug46944-expected.png:
* platform/qt/tables/mozilla/bugs/bug46944-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4739-expected.png:
* platform/qt/tables/mozilla/bugs/bug4739-expected.txt:
* platform/qt/tables/mozilla/bugs/bug47432-expected.png:
* platform/qt/tables/mozilla/bugs/bug47432-expected.txt:
* platform/qt/tables/mozilla/bugs/bug48028-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug48028-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug48028-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug48028-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4803-expected.png:
* platform/qt/tables/mozilla/bugs/bug4803-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4849-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug4849-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug4849-expected.png:
* platform/qt/tables/mozilla/bugs/bug4849-expected.txt:
* platform/qt/tables/mozilla/bugs/bug48827-expected.png:
* platform/qt/tables/mozilla/bugs/bug48827-expected.txt:
* platform/qt/tables/mozilla/bugs/bug50695-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug50695-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug51037-expected.png:
* platform/qt/tables/mozilla/bugs/bug51037-expected.txt:
* platform/qt/tables/mozilla/bugs/bug51140-expected.png:
* platform/qt/tables/mozilla/bugs/bug51140-expected.txt:
* platform/qt/tables/mozilla/bugs/bug51727-expected.png:
* platform/qt/tables/mozilla/bugs/bug51727-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5188-expected.png:
* platform/qt/tables/mozilla/bugs/bug5188-expected.txt:
* platform/qt/tables/mozilla/bugs/bug52505-expected.png:
* platform/qt/tables/mozilla/bugs/bug52505-expected.txt:
* platform/qt/tables/mozilla/bugs/bug52506-expected.png:
* platform/qt/tables/mozilla/bugs/bug52506-expected.txt:
* platform/qt/tables/mozilla/bugs/bug53891-expected.png:
* platform/qt/tables/mozilla/bugs/bug53891-expected.txt:
* platform/qt/tables/mozilla/bugs/bug54450-expected.png:
* platform/qt/tables/mozilla/bugs/bug54450-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5538-expected.png:
* platform/qt/tables/mozilla/bugs/bug5538-expected.txt:
* platform/qt/tables/mozilla/bugs/bug55527-expected.png:
* platform/qt/tables/mozilla/bugs/bug55527-expected.txt:
* platform/qt/tables/mozilla/bugs/bug55545-expected.png:
* platform/qt/tables/mozilla/bugs/bug55545-expected.txt:
* platform/qt/tables/mozilla/bugs/bug55694-expected.png:
* platform/qt/tables/mozilla/bugs/bug55694-expected.txt:
* platform/qt/tables/mozilla/bugs/bug56563-expected.png:
* platform/qt/tables/mozilla/bugs/bug56563-expected.txt:
* platform/qt/tables/mozilla/bugs/bug57300-expected.png:
* platform/qt/tables/mozilla/bugs/bug57300-expected.txt:
* platform/qt/tables/mozilla/bugs/bug57378-expected.png:
* platform/qt/tables/mozilla/bugs/bug57378-expected.txt:
* platform/qt/tables/mozilla/bugs/bug57828-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug57828-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug57828-expected.png:
* platform/qt/tables/mozilla/bugs/bug57828-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5797-expected.png:
* platform/qt/tables/mozilla/bugs/bug5797-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5798-expected.png:
* platform/qt/tables/mozilla/bugs/bug5798-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5799-expected.png:
* platform/qt/tables/mozilla/bugs/bug5799-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5835-expected.png:
* platform/qt/tables/mozilla/bugs/bug5835-expected.txt:
* platform/qt/tables/mozilla/bugs/bug5838-expected.png:
* platform/qt/tables/mozilla/bugs/bug5838-expected.txt:
* platform/qt/tables/mozilla/bugs/bug58402-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug58402-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug59354-expected.png:
* platform/qt/tables/mozilla/bugs/bug59354-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60013-expected.png:
* platform/qt/tables/mozilla/bugs/bug60013-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60749-expected.png:
* platform/qt/tables/mozilla/bugs/bug60749-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60804-expected.png:
* platform/qt/tables/mozilla/bugs/bug60804-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60807-expected.png:
* platform/qt/tables/mozilla/bugs/bug60807-expected.txt:
* platform/qt/tables/mozilla/bugs/bug60992-expected.png:
* platform/qt/tables/mozilla/bugs/bug60992-expected.txt:
* platform/qt/tables/mozilla/bugs/bug6184-expected.png:
* platform/qt/tables/mozilla/bugs/bug6184-expected.txt:
* platform/qt/tables/mozilla/bugs/bug625-expected.png:
* platform/qt/tables/mozilla/bugs/bug625-expected.txt:
* platform/qt/tables/mozilla/bugs/bug6304-expected.png:
* platform/qt/tables/mozilla/bugs/bug6304-expected.txt:
* platform/qt/tables/mozilla/bugs/bug63785-expected.png:
* platform/qt/tables/mozilla/bugs/bug63785-expected.txt:
* platform/qt/tables/mozilla/bugs/bug6404-expected.png:
* platform/qt/tables/mozilla/bugs/bug6404-expected.txt:
* platform/qt/tables/mozilla/bugs/bug647-expected.png:
* platform/qt/tables/mozilla/bugs/bug647-expected.txt:
* platform/qt/tables/mozilla/bugs/bug650-expected.png:
* platform/qt/tables/mozilla/bugs/bug650-expected.txt:
* platform/qt/tables/mozilla/bugs/bug6674-expected.png:
* platform/qt/tables/mozilla/bugs/bug6674-expected.txt:
* platform/qt/tables/mozilla/bugs/bug67864-expected.png:
* platform/qt/tables/mozilla/bugs/bug67864-expected.txt:
* platform/qt/tables/mozilla/bugs/bug67915-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug67915-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug68912-expected.png:
* platform/qt/tables/mozilla/bugs/bug68912-expected.txt:
* platform/qt/tables/mozilla/bugs/bug68998-expected.png:
* platform/qt/tables/mozilla/bugs/bug68998-expected.txt:
* platform/qt/tables/mozilla/bugs/bug69187-expected.png:
* platform/qt/tables/mozilla/bugs/bug69187-expected.txt:
* platform/qt/tables/mozilla/bugs/bug69382-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug69382-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug69382-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug69382-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug709-expected.png:
* platform/qt/tables/mozilla/bugs/bug709-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7112-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug7112-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7112-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug7112-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7121-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug7121-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug72359-expected.png:
* platform/qt/tables/mozilla/bugs/bug72359-expected.txt:
* platform/qt/tables/mozilla/bugs/bug727-expected.png:
* platform/qt/tables/mozilla/bugs/bug727-expected.txt:
* platform/qt/tables/mozilla/bugs/bug73321-expected.png:
* platform/qt/tables/mozilla/bugs/bug73321-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7342-expected.png:
* platform/qt/tables/mozilla/bugs/bug7342-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7471-expected.png:
* platform/qt/tables/mozilla/bugs/bug7471-expected.txt:
* platform/qt/tables/mozilla/bugs/bug75250-expected.png:
* platform/qt/tables/mozilla/bugs/bug75250-expected.txt:
* platform/qt/tables/mozilla/bugs/bug7714-expected.png:
* platform/qt/tables/mozilla/bugs/bug7714-expected.txt:
* platform/qt/tables/mozilla/bugs/bug78162-expected.png:
* platform/qt/tables/mozilla/bugs/bug78162-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8032-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug8032-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug80762-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug80762-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug81934-expected.png:
* platform/qt/tables/mozilla/bugs/bug81934-expected.txt:
* platform/qt/tables/mozilla/bugs/bug82946-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug82946-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug82946-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug83786-expected.png:
* platform/qt/tables/mozilla/bugs/bug83786-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8381-expected.png:
* platform/qt/tables/mozilla/bugs/bug8381-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8411-expected.png:
* platform/qt/tables/mozilla/bugs/bug8411-expected.txt:
* platform/qt/tables/mozilla/bugs/bug86220-expected.png:
* platform/qt/tables/mozilla/bugs/bug86220-expected.txt:
* platform/qt/tables/mozilla/bugs/bug86708-expected.png:
* platform/qt/tables/mozilla/bugs/bug86708-expected.txt:
* platform/qt/tables/mozilla/bugs/bug88035-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug88035-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug88035-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug88035-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8858-expected.png:
* platform/qt/tables/mozilla/bugs/bug8858-expected.txt:
* platform/qt/tables/mozilla/bugs/bug8950-expected.png:
* platform/qt/tables/mozilla/bugs/bug8950-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9123-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug9123-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9123-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug9123-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug92143-expected.png:
* platform/qt/tables/mozilla/bugs/bug92143-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9271-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug9271-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9271-2-expected.png:
* platform/qt/tables/mozilla/bugs/bug9271-2-expected.txt:
* platform/qt/tables/mozilla/bugs/bug92868-expected.png:
* platform/qt/tables/mozilla/bugs/bug92868-expected.txt:
* platform/qt/tables/mozilla/bugs/bug93363-expected.png:
* platform/qt/tables/mozilla/bugs/bug93363-expected.txt:
* platform/qt/tables/mozilla/bugs/bug963-expected.png:
* platform/qt/tables/mozilla/bugs/bug963-expected.txt:
* platform/qt/tables/mozilla/bugs/bug96334-expected.png:
* platform/qt/tables/mozilla/bugs/bug96334-expected.txt:
* platform/qt/tables/mozilla/bugs/bug96343-expected.png:
* platform/qt/tables/mozilla/bugs/bug96343-expected.txt:
* platform/qt/tables/mozilla/bugs/bug965-expected.png:
* platform/qt/tables/mozilla/bugs/bug965-expected.txt:
* platform/qt/tables/mozilla/bugs/bug97138-expected.png:
* platform/qt/tables/mozilla/bugs/bug97138-expected.txt:
* platform/qt/tables/mozilla/bugs/bug9879-1-expected.png:
* platform/qt/tables/mozilla/bugs/bug9879-1-expected.txt:
* platform/qt/tables/mozilla/bugs/bug99923-expected.png:
* platform/qt/tables/mozilla/bugs/bug99923-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug127040-expected.png:
* platform/qt/tables/mozilla/collapsing_borders/bug127040-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-3-expected.txt:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
* platform/qt/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/qt/tables/mozilla/core/bloomberg-expected.png:
* platform/qt/tables/mozilla/core/bloomberg-expected.txt:
* platform/qt/tables/mozilla/core/borders-expected.png:
* platform/qt/tables/mozilla/core/borders-expected.txt:
* platform/qt/tables/mozilla/core/box_sizing-expected.png:
* platform/qt/tables/mozilla/core/box_sizing-expected.txt:
* platform/qt/tables/mozilla/core/captions-expected.png:
* platform/qt/tables/mozilla/core/captions-expected.txt:
* platform/qt/tables/mozilla/core/cell_heights-expected.png:
* platform/qt/tables/mozilla/core/cell_heights-expected.txt:
* platform/qt/tables/mozilla/core/col_span-expected.png:
* platform/qt/tables/mozilla/core/col_span-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_auto-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_auto-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_autoFix-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_autoFixPer-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_autoPer-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_fix-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_fixPer-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_auto_per-expected.png:
* platform/qt/tables/mozilla/core/col_widths_auto_per-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_auto-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_auto-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_autoFix-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_autoPer-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_fix-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_fixPer-expected.txt:
* platform/qt/tables/mozilla/core/col_widths_fix_per-expected.png:
* platform/qt/tables/mozilla/core/col_widths_fix_per-expected.txt:
* platform/qt/tables/mozilla/core/margins-expected.png:
* platform/qt/tables/mozilla/core/margins-expected.txt:
* platform/qt/tables/mozilla/core/misc-expected.png:
* platform/qt/tables/mozilla/core/misc-expected.txt:
* platform/qt/tables/mozilla/core/nested1-expected.png:
* platform/qt/tables/mozilla/core/nested1-expected.txt:
* platform/qt/tables/mozilla/core/one_row-expected.png:
* platform/qt/tables/mozilla/core/one_row-expected.txt:
* platform/qt/tables/mozilla/core/row_span-expected.png:
* platform/qt/tables/mozilla/core/row_span-expected.txt:
* platform/qt/tables/mozilla/core/table_frame-expected.png:
* platform/qt/tables/mozilla/core/table_frame-expected.txt:
* platform/qt/tables/mozilla/core/table_heights-expected.png:
* platform/qt/tables/mozilla/core/table_heights-expected.txt:
* platform/qt/tables/mozilla/core/table_rules-expected.png:
* platform/qt/tables/mozilla/core/table_rules-expected.txt:
* platform/qt/tables/mozilla/core/table_widths-expected.png:
* platform/qt/tables/mozilla/core/table_widths-expected.txt:
* platform/qt/tables/mozilla/dom/appendCol2-expected.png:
* platform/qt/tables/mozilla/dom/appendCol2-expected.txt:
* platform/qt/tables/mozilla/dom/appendRowsExpand1-expected.png:
* platform/qt/tables/mozilla/dom/appendRowsExpand1-expected.txt:
* platform/qt/tables/mozilla/dom/appendTbodyExpand1-expected.png:
* platform/qt/tables/mozilla/dom/appendTbodyExpand1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCellsRebuild1-expected.png:
* platform/qt/tables/mozilla/dom/deleteCellsRebuild1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCellsShrink1-expected.png:
* platform/qt/tables/mozilla/dom/deleteCellsShrink1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCellsShrink2-expected.png:
* platform/qt/tables/mozilla/dom/deleteCellsShrink2-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCol1-expected.png:
* platform/qt/tables/mozilla/dom/deleteCol1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCol2-expected.png:
* platform/qt/tables/mozilla/dom/deleteCol2-expected.txt:
* platform/qt/tables/mozilla/dom/deleteCol3-expected.png:
* platform/qt/tables/mozilla/dom/deleteCol3-expected.txt:
* platform/qt/tables/mozilla/dom/deleteColGroup1-expected.png:
* platform/qt/tables/mozilla/dom/deleteColGroup1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteColGroup2-expected.png:
* platform/qt/tables/mozilla/dom/deleteColGroup2-expected.txt:
* platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.png:
* platform/qt/tables/mozilla/dom/deleteRowsRebuild1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.png:
* platform/qt/tables/mozilla/dom/deleteRowsShrink1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.png:
* platform/qt/tables/mozilla/dom/deleteTbodyExpand1-expected.txt:
* platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
* platform/qt/tables/mozilla/dom/deleteTbodyRebuild1-expected.txt:
* platform/qt/tables/mozilla/dom/insertCellsExpand1-expected.png:
* platform/qt/tables/mozilla/dom/insertCellsExpand1-expected.txt:
* platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.png:
* platform/qt/tables/mozilla/dom/insertCellsExpand2-expected.txt:
* platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.png:
* platform/qt/tables/mozilla/dom/insertCellsRebuild1-expected.txt:
* platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.png:
* platform/qt/tables/mozilla/dom/insertCellsRebuild2-expected.txt:
* platform/qt/tables/mozilla/dom/insertColGroups1-expected.png:
* platform/qt/tables/mozilla/dom/insertColGroups1-expected.txt:
* platform/qt/tables/mozilla/dom/insertColGroups2-expected.png:
* platform/qt/tables/mozilla/dom/insertColGroups2-expected.txt:
* platform/qt/tables/mozilla/dom/insertCols1-expected.png:
* platform/qt/tables/mozilla/dom/insertCols1-expected.txt:
* platform/qt/tables/mozilla/dom/insertCols2-expected.png:
* platform/qt/tables/mozilla/dom/insertCols2-expected.txt:
* platform/qt/tables/mozilla/dom/insertCols3-expected.png:
* platform/qt/tables/mozilla/dom/insertCols3-expected.txt:
* platform/qt/tables/mozilla/dom/insertCols4-expected.png:
* platform/qt/tables/mozilla/dom/insertCols4-expected.txt:
* platform/qt/tables/mozilla/dom/insertCols5-expected.png:
* platform/qt/tables/mozilla/dom/insertCols5-expected.txt:
* platform/qt/tables/mozilla/dom/insertRowsExpand1-expected.png:
* platform/qt/tables/mozilla/dom/insertRowsExpand1-expected.txt:
* platform/qt/tables/mozilla/dom/insertRowsRebuild1-expected.png:
* platform/qt/tables/mozilla/dom/insertRowsRebuild1-expected.txt:
* platform/qt/tables/mozilla/dom/tableDom-expected.png:
* platform/qt/tables/mozilla/dom/tableDom-expected.txt:
2012-07-16 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Adding flaky tests to TextExpectations.
https://bugs.webkit.org/show_bug.cgi?id=91379
https://bugs.webkit.org/show_bug.cgi?id=91376
* platform/qt/TestExpectations:
2012-07-16 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] platform/qt/editing/selection tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=91088
Unreviewed rebaseline.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/editing/selection/13804-expected.png:
* platform/qt/editing/selection/13804-expected.txt:
* platform/qt/editing/selection/14971-expected.png:
* platform/qt/editing/selection/14971-expected.txt:
* platform/qt/editing/selection/3690703-2-expected.png:
* platform/qt/editing/selection/3690703-2-expected.txt:
* platform/qt/editing/selection/3690703-expected.png:
* platform/qt/editing/selection/3690703-expected.txt:
* platform/qt/editing/selection/3690719-expected.png:
* platform/qt/editing/selection/3690719-expected.txt:
* platform/qt/editing/selection/4397952-expected.png:
* platform/qt/editing/selection/4397952-expected.txt:
* platform/qt/editing/selection/4402375-expected.png:
* platform/qt/editing/selection/4402375-expected.txt:
* platform/qt/editing/selection/4776665-expected.png:
* platform/qt/editing/selection/4776665-expected.txt:
* platform/qt/editing/selection/4818145-expected.png:
* platform/qt/editing/selection/4818145-expected.txt:
* platform/qt/editing/selection/4866671-expected.png:
* platform/qt/editing/selection/4866671-expected.txt:
* platform/qt/editing/selection/4889598-expected.png:
* platform/qt/editing/selection/4889598-expected.txt:
* platform/qt/editing/selection/4895428-2-expected.png:
* platform/qt/editing/selection/4895428-2-expected.txt:
* platform/qt/editing/selection/4895428-3-expected.png:
* platform/qt/editing/selection/4895428-3-expected.txt:
* platform/qt/editing/selection/4932260-1-expected.png:
* platform/qt/editing/selection/4932260-1-expected.txt:
* platform/qt/editing/selection/4932260-2-expected.png:
* platform/qt/editing/selection/4932260-2-expected.txt:
* platform/qt/editing/selection/4932260-3-expected.png:
* platform/qt/editing/selection/4932260-3-expected.txt:
* platform/qt/editing/selection/4947387-expected.png:
* platform/qt/editing/selection/4947387-expected.txt:
* platform/qt/editing/selection/4960116-expected.png:
* platform/qt/editing/selection/4960116-expected.txt:
* platform/qt/editing/selection/4960137-expected.png:
* platform/qt/editing/selection/4960137-expected.txt:
* platform/qt/editing/selection/4975120-expected.png:
* platform/qt/editing/selection/4975120-expected.txt:
* platform/qt/editing/selection/4983858-expected.png:
* platform/qt/editing/selection/4983858-expected.txt:
* platform/qt/editing/selection/5007143-2-expected.png:
* platform/qt/editing/selection/5007143-2-expected.txt:
* platform/qt/editing/selection/5007143-expected.png:
* platform/qt/editing/selection/5007143-expected.txt:
* platform/qt/editing/selection/5057506-2-expected.png:
* platform/qt/editing/selection/5057506-2-expected.txt:
* platform/qt/editing/selection/5057506-expected.png:
* platform/qt/editing/selection/5057506-expected.txt:
* platform/qt/editing/selection/5076323-1-expected.png:
* platform/qt/editing/selection/5076323-1-expected.txt:
* platform/qt/editing/selection/5076323-2-expected.png:
* platform/qt/editing/selection/5076323-2-expected.txt:
* platform/qt/editing/selection/5076323-3-expected.png:
* platform/qt/editing/selection/5076323-3-expected.txt:
* platform/qt/editing/selection/5081257-1-expected.png:
* platform/qt/editing/selection/5081257-1-expected.txt:
* platform/qt/editing/selection/5081257-2-expected.png:
* platform/qt/editing/selection/5081257-2-expected.txt:
* platform/qt/editing/selection/5099303-expected.png:
* platform/qt/editing/selection/5099303-expected.txt:
* platform/qt/editing/selection/5131716-1-expected.png:
* platform/qt/editing/selection/5131716-1-expected.txt:
* platform/qt/editing/selection/5131716-2-expected.png:
* platform/qt/editing/selection/5131716-2-expected.txt:
* platform/qt/editing/selection/5131716-3-expected.png:
* platform/qt/editing/selection/5131716-3-expected.txt:
* platform/qt/editing/selection/5131716-4-expected.png:
* platform/qt/editing/selection/5131716-4-expected.txt:
* platform/qt/editing/selection/5195166-2-expected.png:
* platform/qt/editing/selection/5195166-2-expected.txt:
* platform/qt/editing/selection/5234383-1-expected.png:
* platform/qt/editing/selection/5234383-1-expected.txt:
* platform/qt/editing/selection/5234383-2-expected.png:
* platform/qt/editing/selection/5234383-2-expected.txt:
* platform/qt/editing/selection/5240265-expected.png:
* platform/qt/editing/selection/5240265-expected.txt:
* platform/qt/editing/selection/5354455-2-expected.png:
* platform/qt/editing/selection/5354455-2-expected.txt:
* platform/qt/editing/selection/6476-expected.png:
* platform/qt/editing/selection/6476-expected.txt:
* platform/qt/editing/selection/7152-1-expected.png:
* platform/qt/editing/selection/7152-1-expected.txt:
* platform/qt/editing/selection/7152-2-expected.png:
* platform/qt/editing/selection/7152-2-expected.txt:
* platform/qt/editing/selection/addRange-expected.png:
* platform/qt/editing/selection/addRange-expected.txt:
* platform/qt/editing/selection/after-line-wrap-expected.png:
* platform/qt/editing/selection/after-line-wrap-expected.txt:
* platform/qt/editing/selection/caret-and-focus-ring-expected.png:
* platform/qt/editing/selection/caret-and-focus-ring-expected.txt:
* platform/qt/editing/selection/caret-before-select-expected.png:
* platform/qt/editing/selection/caret-before-select-expected.txt:
* platform/qt/editing/selection/clear-selection-expected.png:
* platform/qt/editing/selection/clear-selection-expected.txt:
* platform/qt/editing/selection/click-start-of-line-expected.png:
* platform/qt/editing/selection/click-start-of-line-expected.txt:
* platform/qt/editing/selection/contenteditable-click-inside-expected.png:
* platform/qt/editing/selection/contenteditable-click-inside-expected.txt:
* platform/qt/editing/selection/display-table-text-expected.png:
* platform/qt/editing/selection/display-table-text-expected.txt:
* platform/qt/editing/selection/doubleclick-crash-expected.png:
* platform/qt/editing/selection/doubleclick-crash-expected.txt:
* platform/qt/editing/selection/drag-in-iframe-expected.png:
* platform/qt/editing/selection/drag-in-iframe-expected.txt:
* platform/qt/editing/selection/drag-select-1-expected.png:
* platform/qt/editing/selection/drag-select-1-expected.txt:
* platform/qt/editing/selection/editable-html-element-expected.png:
* platform/qt/editing/selection/editable-html-element-expected.txt:
* platform/qt/editing/selection/editable-non-editable-crash-expected.png:
* platform/qt/editing/selection/editable-non-editable-crash-expected.txt:
* platform/qt/editing/selection/end-of-document-expected.png:
* platform/qt/editing/selection/end-of-document-expected.txt:
* platform/qt/editing/selection/expanding-selections-expected.png:
* platform/qt/editing/selection/expanding-selections-expected.txt:
* platform/qt/editing/selection/expanding-selections2-expected.png:
* platform/qt/editing/selection/expanding-selections2-expected.txt:
* platform/qt/editing/selection/extend-by-character-001-expected.png:
* platform/qt/editing/selection/extend-by-character-001-expected.txt:
* platform/qt/editing/selection/extend-by-character-002-expected.png:
* platform/qt/editing/selection/extend-by-character-002-expected.txt:
* platform/qt/editing/selection/extend-by-character-003-expected.png:
* platform/qt/editing/selection/extend-by-character-003-expected.txt:
* platform/qt/editing/selection/extend-by-character-004-expected.png:
* platform/qt/editing/selection/extend-by-character-004-expected.txt:
* platform/qt/editing/selection/extend-by-character-005-expected.png:
* platform/qt/editing/selection/extend-by-character-005-expected.txt:
* platform/qt/editing/selection/extend-by-character-006-expected.png:
* platform/qt/editing/selection/extend-by-character-006-expected.txt:
* platform/qt/editing/selection/extend-by-sentence-001-expected.png:
* platform/qt/editing/selection/extend-by-sentence-001-expected.txt:
* platform/qt/editing/selection/extend-by-word-001-expected.png:
* platform/qt/editing/selection/extend-by-word-001-expected.txt:
* platform/qt/editing/selection/extend-by-word-002-expected.png:
* platform/qt/editing/selection/extend-by-word-002-expected.txt:
* platform/qt/editing/selection/extend-inside-transforms-backward-expected.png:
* platform/qt/editing/selection/extend-inside-transforms-backward-expected.txt:
* platform/qt/editing/selection/extend-inside-transforms-forward-expected.png:
* platform/qt/editing/selection/extend-inside-transforms-forward-expected.txt:
* platform/qt/editing/selection/fake-doubleclick-expected.png:
* platform/qt/editing/selection/fake-doubleclick-expected.txt:
* platform/qt/editing/selection/focus-body-expected.png:
* platform/qt/editing/selection/focus-body-expected.txt:
* platform/qt/editing/selection/focus_editable_html-expected.png:
* platform/qt/editing/selection/focus_editable_html-expected.txt:
* platform/qt/editing/selection/iframe-expected.png:
* platform/qt/editing/selection/iframe-expected.txt:
* platform/qt/editing/selection/image-before-linebreak-expected.png:
* platform/qt/editing/selection/image-before-linebreak-expected.txt:
* platform/qt/editing/selection/inline-closest-leaf-child-expected.png:
* platform/qt/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/qt/editing/selection/inline-table-expected.png:
* platform/qt/editing/selection/inline-table-expected.txt:
* platform/qt/editing/selection/leave-requested-block-expected.png:
* platform/qt/editing/selection/leave-requested-block-expected.txt:
* platform/qt/editing/selection/line-wrap-1-expected.png:
* platform/qt/editing/selection/line-wrap-1-expected.txt:
* platform/qt/editing/selection/line-wrap-2-expected.png:
* platform/qt/editing/selection/line-wrap-2-expected.txt:
* platform/qt/editing/selection/mixed-editability-1-expected.png:
* platform/qt/editing/selection/mixed-editability-1-expected.txt:
* platform/qt/editing/selection/mixed-editability-2-expected.png:
* platform/qt/editing/selection/mixed-editability-2-expected.txt:
* platform/qt/editing/selection/mixed-editability-3-expected.png:
* platform/qt/editing/selection/mixed-editability-3-expected.txt:
* platform/qt/editing/selection/mixed-editability-4-expected.png:
* platform/qt/editing/selection/mixed-editability-4-expected.txt:
* platform/qt/editing/selection/mixed-editability-5-expected.png:
* platform/qt/editing/selection/mixed-editability-5-expected.txt:
* platform/qt/editing/selection/mixed-editability-6-expected.png:
* platform/qt/editing/selection/mixed-editability-6-expected.txt:
* platform/qt/editing/selection/mixed-editability-7-expected.png:
* platform/qt/editing/selection/mixed-editability-7-expected.txt:
* platform/qt/editing/selection/mixed-editability-8-expected.png:
* platform/qt/editing/selection/mixed-editability-8-expected.txt:
* platform/qt/editing/selection/mixed-editability-9-expected.png:
* platform/qt/editing/selection/mixed-editability-9-expected.txt:
* platform/qt/editing/selection/move-3875618-fix-expected.png:
* platform/qt/editing/selection/move-3875618-fix-expected.txt:
* platform/qt/editing/selection/move-3875641-fix-expected.png:
* platform/qt/editing/selection/move-3875641-fix-expected.txt:
* platform/qt/editing/selection/move-backwords-by-word-001-expected.png:
* platform/qt/editing/selection/move-backwords-by-word-001-expected.txt:
* platform/qt/editing/selection/move-between-blocks-no-001-expected.png:
* platform/qt/editing/selection/move-between-blocks-no-001-expected.txt:
* platform/qt/editing/selection/move-between-blocks-yes-001-expected.png:
* platform/qt/editing/selection/move-between-blocks-yes-001-expected.txt:
* platform/qt/editing/selection/move-by-character-001-expected.png:
* platform/qt/editing/selection/move-by-character-001-expected.txt:
* platform/qt/editing/selection/move-by-character-002-expected.png:
* platform/qt/editing/selection/move-by-character-002-expected.txt:
* platform/qt/editing/selection/move-by-character-003-expected.png:
* platform/qt/editing/selection/move-by-character-003-expected.txt:
* platform/qt/editing/selection/move-by-character-004-expected.png:
* platform/qt/editing/selection/move-by-character-004-expected.txt:
* platform/qt/editing/selection/move-by-character-005-expected.png:
* platform/qt/editing/selection/move-by-character-005-expected.txt:
* platform/qt/editing/selection/move-by-character-6-expected.png:
* platform/qt/editing/selection/move-by-character-6-expected.txt:
* platform/qt/editing/selection/move-by-line-001-expected.png:
* platform/qt/editing/selection/move-by-line-001-expected.txt:
* platform/qt/editing/selection/move-by-line-002-expected.png:
* platform/qt/editing/selection/move-by-line-002-expected.txt:
* platform/qt/editing/selection/move-by-sentence-001-expected.png:
* platform/qt/editing/selection/move-by-sentence-001-expected.txt:
* platform/qt/editing/selection/move-by-sentence-linebreak-expected.png:
* platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/qt/editing/selection/move-by-word-001-expected.png:
* platform/qt/editing/selection/move-by-word-001-expected.txt:
* platform/qt/editing/selection/node-removal-1-expected.png:
* platform/qt/editing/selection/node-removal-1-expected.txt:
* platform/qt/editing/selection/node-removal-2-expected.png:
* platform/qt/editing/selection/node-removal-2-expected.txt:
* platform/qt/editing/selection/paragraph-granularity-expected.png:
* platform/qt/editing/selection/paragraph-granularity-expected.txt:
* platform/qt/editing/selection/previous-line-position-expected.png:
* platform/qt/editing/selection/previous-line-position-expected.txt:
* platform/qt/editing/selection/range-between-block-and-inline-expected.png:
* platform/qt/editing/selection/range-between-block-and-inline-expected.txt:
* platform/qt/editing/selection/replace-selection-1-expected.png:
* platform/qt/editing/selection/replace-selection-1-expected.txt:
* platform/qt/editing/selection/replaced-boundaries-1-expected.png:
* platform/qt/editing/selection/replaced-boundaries-1-expected.txt:
* platform/qt/editing/selection/replaced-boundaries-2-expected.png:
* platform/qt/editing/selection/replaced-boundaries-2-expected.txt:
* platform/qt/editing/selection/replaced-boundaries-3-expected.png:
* platform/qt/editing/selection/replaced-boundaries-3-expected.txt:
* platform/qt/editing/selection/select-across-readonly-input-1-expected.png:
* platform/qt/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/qt/editing/selection/select-across-readonly-input-2-expected.png:
* platform/qt/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/qt/editing/selection/select-across-readonly-input-3-expected.png:
* platform/qt/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/qt/editing/selection/select-across-readonly-input-4-expected.png:
* platform/qt/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/qt/editing/selection/select-across-readonly-input-5-expected.png:
* platform/qt/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/qt/editing/selection/select-all-001-expected.png:
* platform/qt/editing/selection/select-all-001-expected.txt:
* platform/qt/editing/selection/select-all-002-expected.png:
* platform/qt/editing/selection/select-all-002-expected.txt:
* platform/qt/editing/selection/select-all-003-expected.png:
* platform/qt/editing/selection/select-all-003-expected.txt:
* platform/qt/editing/selection/select-all-004-expected.png:
* platform/qt/editing/selection/select-all-004-expected.txt:
* platform/qt/editing/selection/select-all-005-expected.png:
* platform/qt/editing/selection/select-all-005-expected.txt:
* platform/qt/editing/selection/select-all-006-expected.png:
* platform/qt/editing/selection/select-all-006-expected.txt:
* platform/qt/editing/selection/select-all-iframe-expected.png:
* platform/qt/editing/selection/select-all-iframe-expected.txt:
* platform/qt/editing/selection/select-box-expected.png:
* platform/qt/editing/selection/select-box-expected.txt:
* platform/qt/editing/selection/select-element-paragraph-boundary-expected.png:
* platform/qt/editing/selection/select-element-paragraph-boundary-expected.txt:
* platform/qt/editing/selection/select-text-overflow-ellipsis-expected.png:
* platform/qt/editing/selection/select-text-overflow-ellipsis-expected.txt:
* platform/qt/editing/selection/selectNode-expected.png:
* platform/qt/editing/selection/selectNode-expected.txt:
* platform/qt/editing/selection/selectNodeContents-expected.png:
* platform/qt/editing/selection/selectNodeContents-expected.txt:
* platform/qt/editing/selection/selection-3748164-fix-expected.png:
* platform/qt/editing/selection/selection-3748164-fix-expected.txt:
* platform/qt/editing/selection/selection-actions-expected.png:
* platform/qt/editing/selection/selection-actions-expected.txt:
* platform/qt/editing/selection/selection-background-expected.png:
* platform/qt/editing/selection/selection-background-expected.txt:
* platform/qt/editing/selection/selection-button-text-expected.png:
* platform/qt/editing/selection/selection-button-text-expected.txt:
* platform/qt/editing/selection/table-caret-1-expected.png:
* platform/qt/editing/selection/table-caret-1-expected.txt:
* platform/qt/editing/selection/table-caret-2-expected.png:
* platform/qt/editing/selection/table-caret-2-expected.txt:
* platform/qt/editing/selection/table-caret-3-expected.png:
* platform/qt/editing/selection/table-caret-3-expected.txt:
* platform/qt/editing/selection/triple-click-in-pre-expected.png:
* platform/qt/editing/selection/triple-click-in-pre-expected.txt:
* platform/qt/editing/selection/unrendered-space-expected.png:
* platform/qt/editing/selection/unrendered-space-expected.txt:
* platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
* platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
* platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
* platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
* platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
* platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
* platform/qt/editing/selection/word-granularity-expected.png:
* platform/qt/editing/selection/word-granularity-expected.txt:
* platform/qt/editing/selection/wrapped-line-caret-1-expected.png:
* platform/qt/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/qt/editing/selection/wrapped-line-caret-2-expected.png:
* platform/qt/editing/selection/wrapped-line-caret-2-expected.txt:
2012-07-16 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Update test expectations. Unskip now passing tests.
https://bugs.webkit.org/show_bug.cgi?id=91085.
Reviewed by Csaba Osztorgonác.
* platform/qt-5.0/Skipped:
* platform/qt/editing/deleting/4922367-expected.png:
* platform/qt/editing/deleting/4922367-expected.txt:
* platform/qt/editing/deleting/5099303-expected.png:
* platform/qt/editing/deleting/5099303-expected.txt:
* platform/qt/editing/deleting/5126166-expected.png:
* platform/qt/editing/deleting/5126166-expected.txt:
* platform/qt/editing/deleting/5144139-2-expected.png:
* platform/qt/editing/deleting/5144139-2-expected.txt:
* platform/qt/editing/deleting/5206311-1-expected.png:
* platform/qt/editing/deleting/5206311-1-expected.txt:
* platform/qt/editing/deleting/5272440-expected.png:
* platform/qt/editing/deleting/5272440-expected.txt:
* platform/qt/editing/deleting/5369009-expected.png:
* platform/qt/editing/deleting/5369009-expected.txt:
* platform/qt/editing/deleting/5433862-2-expected.png:
* platform/qt/editing/deleting/5433862-2-expected.txt:
* platform/qt/editing/deleting/5483370-expected.png:
* platform/qt/editing/deleting/5483370-expected.txt:
* platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.png:
* platform/qt/editing/deleting/collapse-whitespace-3587601-fix-expected.txt:
* platform/qt/editing/deleting/delete-3608445-fix-expected.png:
* platform/qt/editing/deleting/delete-3608445-fix-expected.txt:
* platform/qt/editing/deleting/delete-3608462-fix-expected.png:
* platform/qt/editing/deleting/delete-3608462-fix-expected.txt:
* platform/qt/editing/deleting/delete-3775172-fix-expected.png:
* platform/qt/editing/deleting/delete-3775172-fix-expected.txt:
* platform/qt/editing/deleting/delete-3800834-fix-expected.png:
* platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
* platform/qt/editing/deleting/delete-3857753-fix-expected.png:
* platform/qt/editing/deleting/delete-3857753-fix-expected.txt:
* platform/qt/editing/deleting/delete-3865854-fix-expected.png:
* platform/qt/editing/deleting/delete-3865854-fix-expected.txt:
* platform/qt/editing/deleting/delete-3928305-fix-expected.png:
* platform/qt/editing/deleting/delete-3928305-fix-expected.txt:
* platform/qt/editing/deleting/delete-4083333-fix-expected.png:
* platform/qt/editing/deleting/delete-4083333-fix-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.png:
* platform/qt/editing/deleting/delete-after-span-ws-003-expected.txt:
* platform/qt/editing/deleting/delete-and-undo-expected.png:
* platform/qt/editing/deleting/delete-and-undo-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.png:
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt:
* platform/qt/editing/deleting/delete-at-start-or-end-expected.png:
* platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-001-expected.png:
* platform/qt/editing/deleting/delete-block-contents-001-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-002-expected.png:
* platform/qt/editing/deleting/delete-block-contents-002-expected.txt:
* platform/qt/editing/deleting/delete-block-contents-003-expected.png:
* platform/qt/editing/deleting/delete-block-contents-003-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-001-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-001-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-002-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-002-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-003-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-003-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-004-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-004-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-005-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-005-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-006-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-006-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-007-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-007-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-008-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-008-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-009-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-009-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-010-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-010-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-011-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-011-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-012-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-012-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-013-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-013-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-014-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-014-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-015-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-015-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-016-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-016-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-017-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-017-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-018-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-018-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-019-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-019-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-020-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-020-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-021-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-021-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-022-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-022-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-023-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-023-expected.txt:
* platform/qt/editing/deleting/delete-block-merge-contents-024-expected.png:
* platform/qt/editing/deleting/delete-block-merge-contents-024-expected.txt:
* platform/qt/editing/deleting/delete-br-001-expected.png:
* platform/qt/editing/deleting/delete-br-001-expected.txt:
* platform/qt/editing/deleting/delete-br-002-expected.png:
* platform/qt/editing/deleting/delete-br-002-expected.txt:
* platform/qt/editing/deleting/delete-br-003-expected.png:
* platform/qt/editing/deleting/delete-br-003-expected.txt:
* platform/qt/editing/deleting/delete-br-004-expected.png:
* platform/qt/editing/deleting/delete-br-004-expected.txt:
* platform/qt/editing/deleting/delete-br-005-expected.png:
* platform/qt/editing/deleting/delete-br-005-expected.txt:
* platform/qt/editing/deleting/delete-br-006-expected.png:
* platform/qt/editing/deleting/delete-br-006-expected.txt:
* platform/qt/editing/deleting/delete-br-007-expected.png:
* platform/qt/editing/deleting/delete-br-007-expected.txt:
* platform/qt/editing/deleting/delete-br-008-expected.png:
* platform/qt/editing/deleting/delete-br-008-expected.txt:
* platform/qt/editing/deleting/delete-br-009-expected.png:
* platform/qt/editing/deleting/delete-br-009-expected.txt:
* platform/qt/editing/deleting/delete-br-010-expected.png:
* platform/qt/editing/deleting/delete-br-010-expected.txt:
* platform/qt/editing/deleting/delete-br-013-expected.png:
* platform/qt/editing/deleting/delete-br-013-expected.txt:
* platform/qt/editing/deleting/delete-character-001-expected.png:
* platform/qt/editing/deleting/delete-character-001-expected.txt:
* platform/qt/editing/deleting/delete-contiguous-ws-001-expected.png:
* platform/qt/editing/deleting/delete-contiguous-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-first-list-item-expected.png:
* platform/qt/editing/deleting/delete-first-list-item-expected.txt:
* platform/qt/editing/deleting/delete-hr-expected.png:
* platform/qt/editing/deleting/delete-hr-expected.txt:
* platform/qt/editing/deleting/delete-image-001-expected.png:
* platform/qt/editing/deleting/delete-image-001-expected.txt:
* platform/qt/editing/deleting/delete-image-002-expected.png:
* platform/qt/editing/deleting/delete-image-002-expected.txt:
* platform/qt/editing/deleting/delete-image-003-expected.png:
* platform/qt/editing/deleting/delete-image-003-expected.txt:
* platform/qt/editing/deleting/delete-image-004-expected.png:
* platform/qt/editing/deleting/delete-image-004-expected.txt:
* platform/qt/editing/deleting/delete-leading-ws-001-expected.png:
* platform/qt/editing/deleting/delete-leading-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-line-001-expected.png:
* platform/qt/editing/deleting/delete-line-001-expected.txt:
* platform/qt/editing/deleting/delete-line-002-expected.png:
* platform/qt/editing/deleting/delete-line-002-expected.txt:
* platform/qt/editing/deleting/delete-line-003-expected.png:
* platform/qt/editing/deleting/delete-line-003-expected.txt:
* platform/qt/editing/deleting/delete-line-004-expected.png:
* platform/qt/editing/deleting/delete-line-004-expected.txt:
* platform/qt/editing/deleting/delete-line-005-expected.png:
* platform/qt/editing/deleting/delete-line-005-expected.txt:
* platform/qt/editing/deleting/delete-line-006-expected.png:
* platform/qt/editing/deleting/delete-line-006-expected.txt:
* platform/qt/editing/deleting/delete-line-007-expected.png:
* platform/qt/editing/deleting/delete-line-007-expected.txt:
* platform/qt/editing/deleting/delete-line-008-expected.png:
* platform/qt/editing/deleting/delete-line-008-expected.txt:
* platform/qt/editing/deleting/delete-line-009-expected.png:
* platform/qt/editing/deleting/delete-line-009-expected.txt:
* platform/qt/editing/deleting/delete-line-010-expected.png:
* platform/qt/editing/deleting/delete-line-010-expected.txt:
* platform/qt/editing/deleting/delete-line-011-expected.png:
* platform/qt/editing/deleting/delete-line-011-expected.txt:
* platform/qt/editing/deleting/delete-line-012-expected.png:
* platform/qt/editing/deleting/delete-line-012-expected.txt:
* platform/qt/editing/deleting/delete-line-013-expected.png:
* platform/qt/editing/deleting/delete-line-013-expected.txt:
* platform/qt/editing/deleting/delete-line-014-expected.png:
* platform/qt/editing/deleting/delete-line-014-expected.txt:
* platform/qt/editing/deleting/delete-line-015-expected.png:
* platform/qt/editing/deleting/delete-line-015-expected.txt:
* platform/qt/editing/deleting/delete-line-016-expected.png:
* platform/qt/editing/deleting/delete-line-016-expected.txt:
* platform/qt/editing/deleting/delete-line-017-expected.png:
* platform/qt/editing/deleting/delete-line-017-expected.txt:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.png:
* platform/qt/editing/deleting/delete-line-end-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-line-end-ws-002-expected.png:
* platform/qt/editing/deleting/delete-line-end-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-listitem-001-expected.png:
* platform/qt/editing/deleting/delete-listitem-001-expected.txt:
* platform/qt/editing/deleting/delete-listitem-002-expected.png:
* platform/qt/editing/deleting/delete-listitem-002-expected.txt:
* platform/qt/editing/deleting/delete-selection-001-expected.png:
* platform/qt/editing/deleting/delete-selection-001-expected.txt:
* platform/qt/editing/deleting/delete-to-select-table-expected.png:
* platform/qt/editing/deleting/delete-to-select-table-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-001-expected.png:
* platform/qt/editing/deleting/delete-trailing-ws-001-expected.txt:
* platform/qt/editing/deleting/delete-trailing-ws-002-expected.png:
* platform/qt/editing/deleting/delete-trailing-ws-002-expected.txt:
* platform/qt/editing/deleting/delete-ws-fixup-001-expected.png:
* platform/qt/editing/deleting/delete-ws-fixup-001-expected.txt:
* platform/qt/editing/deleting/delete-ws-fixup-002-expected.png:
* platform/qt/editing/deleting/delete-ws-fixup-002-expected.txt:
* platform/qt/editing/deleting/delete-ws-fixup-003-expected.png:
* platform/qt/editing/deleting/delete-ws-fixup-003-expected.txt:
* platform/qt/editing/deleting/delete-ws-fixup-004-expected.png:
* platform/qt/editing/deleting/delete-ws-fixup-004-expected.txt:
* platform/qt/editing/deleting/deletionUI-single-instance-expected.png:
* platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
* platform/qt/editing/deleting/forward-delete-expected.png:
* platform/qt/editing/deleting/forward-delete-expected.txt:
* platform/qt/editing/deleting/list-item-1-expected.png:
* platform/qt/editing/deleting/list-item-1-expected.txt:
* platform/qt/editing/deleting/merge-different-styles-expected.png:
* platform/qt/editing/deleting/merge-different-styles-expected.txt:
* platform/qt/editing/deleting/merge-endOfParagraph-expected.png:
* platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/qt/editing/deleting/merge-no-br-expected.png:
* platform/qt/editing/deleting/merge-no-br-expected.txt:
* platform/qt/editing/deleting/merge-unrendered-space-expected.png:
* platform/qt/editing/deleting/merge-unrendered-space-expected.txt:
* platform/qt/editing/deleting/merge-whitespace-pre-expected.png:
* platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/qt/editing/deleting/move-nodes-001-expected.png:
* platform/qt/editing/deleting/move-nodes-001-expected.txt:
* platform/qt/editing/deleting/non-smart-delete-expected.png:
* platform/qt/editing/deleting/non-smart-delete-expected.txt:
* platform/qt/editing/deleting/pruning-after-merge-2-expected.png:
* platform/qt/editing/deleting/pruning-after-merge-2-expected.txt:
* platform/qt/editing/deleting/smart-delete-001-expected.png:
* platform/qt/editing/deleting/smart-delete-001-expected.txt:
* platform/qt/editing/deleting/smart-delete-002-expected.png:
* platform/qt/editing/deleting/smart-delete-002-expected.txt:
* platform/qt/editing/deleting/smart-delete-003-expected.png: Added.
* platform/qt/editing/deleting/smart-delete-003-expected.txt:
* platform/qt/editing/deleting/smart-delete-004-expected.png: Added.
* platform/qt/editing/deleting/smart-delete-004-expected.txt:
* platform/qt/editing/deleting/table-cells-expected.png:
* platform/qt/editing/deleting/table-cells-expected.txt:
* platform/qt/editing/deleting/transpose-empty-expected.png: Copied from LayoutTests/platform/qt/editing/deleting/delete-at-start-or-end-expected.png.
* platform/qt/editing/deleting/type-delete-after-quote-expected.png:
* platform/qt/editing/deleting/type-delete-after-quote-expected.txt:
2012-07-16 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, marked test as flaky.
https://bugs.webkit.org/show_bug.cgi?id=91373
* platform/chromium/TestExpectations:
2012-07-16 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, skipped failing test.
https://bugs.webkit.org/show_bug.cgi?id=91372
* platform/chromium/TestExpectations:
2012-07-16 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Mark fast/forms/number/spin-button-gets-disabled-or-readonly.html as flaky
https://bugs.webkit.org/show_bug.cgi?id=91367
Unreviewed EFL gardening. Mark fast/forms/number/spin-button-gets-disabled-or-readonly.html
as flaky.
* platform/efl/TestExpectations:
2012-07-16 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines for MathML Presentation
layout tests. The tests are currently marked as flaky so bots should
do some more iterations to see if that's still the case or those
expectations will be removed.
* platform/gtk/mathml/presentation/attributes-expected.png:
* platform/gtk/mathml/presentation/attributes-expected.txt:
* platform/gtk/mathml/presentation/fenced-expected.png:
* platform/gtk/mathml/presentation/fenced-expected.txt:
* platform/gtk/mathml/presentation/fenced-mi-expected.png:
* platform/gtk/mathml/presentation/fenced-mi-expected.txt:
* platform/gtk/mathml/presentation/fractions-expected.png:
* platform/gtk/mathml/presentation/fractions-expected.txt:
* platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.png:
* platform/gtk/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/gtk/mathml/presentation/mo-expected.png:
* platform/gtk/mathml/presentation/mo-expected.txt:
* platform/gtk/mathml/presentation/mo-stretch-expected.png: Added.
* platform/gtk/mathml/presentation/mo-stretch-expected.txt:
* platform/gtk/mathml/presentation/mroot-pref-width-expected.png: Added.
* platform/gtk/mathml/presentation/mroot-pref-width-expected.txt:
* platform/gtk/mathml/presentation/over-expected.png:
* platform/gtk/mathml/presentation/over-expected.txt:
* platform/gtk/mathml/presentation/roots-expected.png:
* platform/gtk/mathml/presentation/roots-expected.txt:
* platform/gtk/mathml/presentation/row-alignment-expected.png:
* platform/gtk/mathml/presentation/row-alignment-expected.txt:
* platform/gtk/mathml/presentation/row-expected.png:
* platform/gtk/mathml/presentation/row-expected.txt:
* platform/gtk/mathml/presentation/style-expected.png:
* platform/gtk/mathml/presentation/style-expected.txt:
* platform/gtk/mathml/presentation/sub-expected.png:
* platform/gtk/mathml/presentation/sub-expected.txt:
* platform/gtk/mathml/presentation/subsup-expected.png:
* platform/gtk/mathml/presentation/subsup-expected.txt:
* platform/gtk/mathml/presentation/sup-expected.png:
* platform/gtk/mathml/presentation/sup-expected.txt:
* platform/gtk/mathml/presentation/tables-expected.png:
* platform/gtk/mathml/presentation/tables-expected.txt:
* platform/gtk/mathml/presentation/tokenElements-expected.png:
* platform/gtk/mathml/presentation/tokenElements-expected.txt:
* platform/gtk/mathml/presentation/under-expected.png:
* platform/gtk/mathml/presentation/under-expected.txt:
* platform/gtk/mathml/presentation/underover-expected.png:
* platform/gtk/mathml/presentation/underover-expected.txt:
2012-07-16 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, generating baselines for three tests that pass
but require specific baselines. Also removing their test expectations.
* platform/gtk/TestExpectations:
* platform/gtk/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
* platform/gtk/fast/profiler/dead-time-expected.txt: Added.
* platform/gtk/fast/profiler/stop-profiling-after-setTimeout-expected.txt: Added.
2012-07-15 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the new failing test.
* platform/qt/Skipped:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Mark a few media tests as flaky on RELEASE bot as well
https://bugs.webkit.org/show_bug.cgi?id=91361
Unreviewed EFL gardening. Mark a few media test as flaky on
the RELEASE bot as well.
* platform/efl/TestExpectations:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip css3/flexbox/flexbox-overflow-auto.html
https://bugs.webkit.org/show_bug.cgi?id=91360
Unreviewed EFL gardening. Skip css3/flexbox/flexbox-overflow-auto.html
which started failing after r122681.
* platform/efl/TestExpectations:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Disable perf tests for DEBUG builds
https://bugs.webkit.org/show_bug.cgi?id=91358
Unreviewed EFL gardening. Disable performance tests
in DEBUG builds since they are really slow and there
are very few benefits in running them.
* platform/efl/TestExpectations:
2012-07-15 Mike Lawther <mikelawther@chromium.org>
Fix calculation of rgba's alpha in CSS custom text
https://bugs.webkit.org/show_bug.cgi?id=91355
Reviewed by Ryosuke Niwa.
* css3/calc/color-hsl-expected.txt:
* css3/calc/color-rgb-expected.txt:
* editing/execCommand/query-command-value-background-color-expected.txt:
* editing/execCommand/query-command-value-background-color.html:
* fast/css/rgba-custom-text-expected.txt: Added.
* fast/css/rgba-custom-text.html: Added.
* media/track/track-cue-rendering-expected.txt:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Several media tests are flaky in DEBUG mode
https://bugs.webkit.org/show_bug.cgi?id=91347
Unreviewed EFL gardening. Add to TestExpectations a
few media tests which are flaky in DEBUG mode only.
* platform/efl/TestExpectations:
2012-07-15 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r122660): Cannot iterate over HTMLCollection that contains non-child descendent nodes in some conditions
https://bugs.webkit.org/show_bug.cgi?id=91334
Reviewed by Ojan Vafai.
Add a regression test. Without this patch, it results in an console error in release builds and an assertion failure
in debug builds.
* fast/dom/htmlcollection-backwards-subtree-iteration-expected.txt: Added.
* fast/dom/htmlcollection-backwards-subtree-iteration.html: Added.
2012-07-14 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/js, layers, leaks, line-grid, lists, loader, loading, media, mediastream, multicol, and mutation tests
https://bugs.webkit.org/show_bug.cgi?id=91315
Reviewed by Adam Barth.
* fast/js/:
* fast/layers/add-layer-with-nested-stacking.html:
* fast/layers/assert-RenderLayer-update-positions.html:
* fast/layers/clip-rects-assertion.html:
* fast/layers/clip-rects-transformed-2.html:
* fast/layers/clip-rects-transformed.html:
* fast/layers/generated-layer-scrollbar-crash.html:
* fast/layers/inline-dirty-z-order-lists.html:
* fast/layers/layer-content-visibility-change.html:
* fast/layers/layer-visibility.html:
* fast/layers/nested-layers-1.html:
* fast/layers/nested-layers-2.html:
* fast/layers/nested-layers-3.html:
* fast/layers/nested-layers-4.html:
* fast/layers/remove-layer-with-nested-stacking.html:
* fast/layers/remove-only-this-layer-update.html:
* fast/layers/removed-by-scroll-handler.html:
* fast/layers/resize-layer-deletion-crash.html:
* fast/layers/scroll-with-transform-composited-layer.html:
* fast/layers/scroll-with-transform-layer.html:
* fast/layers/scrollByLines-overflow-no-layer.html:
* fast/layers/visible-layer-with-hidden-parent.html:
* fast/layers/zindex-hit-test.html:
* fast/leaks/001.html:
* fast/leaks/002.html:
* fast/leaks/003.html-disabled:
* fast/line-grid/line-grid-nested.html:
* fast/lists/alpha-boundary-values.html:
* fast/lists/alpha-list-wrap.html:
* fast/lists/calc-width-with-space.html:
* fast/lists/decimal-leading-zero.html:
* fast/lists/drag-into-marker.html:
* fast/lists/item-not-in-list-line-wrapping.html:
* fast/lists/li-values.html:
* fast/lists/list-style-type-dynamic-change.html:
* fast/lists/ol-nested-items-dynamic-insert.html:
* fast/lists/ol-nested-items-dynamic-remove.html:
* fast/lists/ol-nested-items.html:
* fast/lists/ol-nested-list-dynamic-insert.html:
* fast/lists/ol-nested-list-dynamic-remove.html:
* fast/lists/ol-nested-list.html:
* fast/lists/ol-reversed-dynamic-simple.html:
* fast/lists/ol-reversed-dynamic.html:
* fast/lists/ol-reversed-nested-items.html:
* fast/lists/ol-reversed-nested-list.html:
* fast/lists/ol-reversed-simple.html:
* fast/lists/ol-reversed-simple.xhtml:
* fast/lists/ol-start-roman.html:
* fast/lists/parent-box-not-box-crash.html:
* fast/lists/positioned-count-crash.html:
* fast/lists/remove-listmarker-from-anonblock-with-continuation-crash.html:
* fast/lists/resources/dump-list.js:
(dumpListItemAsHTML):
(testListItemMarkerEqualsListItemText):
* fast/lists/w3-css3-list-styles-alphabetic.html:
* fast/lists/w3-css3-list-styles-fallback-style.html:
* fast/lists/w3-css3-list-styles-numeric.html:
* fast/lists/w3-css3-list-styles-symbolic.html:
* fast/lists/w3-css3-lower-armenian.html:
* fast/lists/w3-css3-upper-armenian.html:
* fast/lists/w3-list-styles.html:
* fast/loader/:
* fast/media/color-does-not-include-alpha.html:
* fast/media/invalid-lengths.html:
* fast/media/lifetime.html:
* fast/media/matchmedium-query-api.html:
* fast/media/media-query-list-01.html:
* fast/media/media-query-list-02.html:
* fast/media/media-query-list-03.html:
* fast/media/media-query-list-04.html:
* fast/media/media-query-list-05.html:
* fast/media/media-query-list-06.html:
* fast/media/media-query-list-07.html:
* fast/media/media-query-list-callback.html:
* fast/media/media-svg-crash.html:
* fast/media/mq-pointer.html:
* fast/media/print-restores-previous-mediatype.html:
* fast/media/update-media-query-css-parser.html:
* fast/media/view-mode-media-feature.html:
* fast/multicol/:
* fast/mutation/end-of-task-delivery.html:
* fast/mutation/inline-event-listener.html:
* fast/mutation/mutation-callback-non-element-crash.html:
* platform/chromium/fast/loader/create-view-target-blank.html:
* platform/chromium/fast/loader/resources/done.html:
* platform/gtk/fast/loader/crash-display-local-directory.html:
* platform/mac/fast/loader/file-url-mimetypes-2.html:
* platform/mac/fast/loader/file-url-mimetypes-3.html:
* platform/mac/fast/loader/file-url-mimetypes.html:
* platform/mac/fast/loader/non-html-load-event.html:
* platform/mac/fast/loader/webarchive-encoding-respected.html:
* platform/qt/fast/loader/user-stylesheet-qrc-path.html:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip fast/text/descent-clip-in-scaled-page.html
https://bugs.webkit.org/show_bug.cgi?id=91342
Unreviewed EFL gardening. Skip new test added in r122651
that fails on EFL port because our LayoutTestController
does not implement setSubpixelTextPositioning().
* platform/efl/TestExpectations:
2012-07-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip css2.1/20110323/vertical-align-boxes-001.htm
https://bugs.webkit.org/show_bug.cgi?id=91340
Unreviewed EFL gardening. Skipping new test introduced in
r122663 which is failing on EFL port.
* platform/efl/TestExpectations:
2012-07-14 Ryosuke Niwa <rniwa@webkit.org>
Accessing the last item in children should be a constant time operation
https://bugs.webkit.org/show_bug.cgi?id=91320
Reviewed by Ojan Vafai.
Added an asymptotic time complexity test.
* perf/htmlcollection-last-item-expected.txt: Added.
* perf/htmlcollection-last-item.html: Added.
2012-07-14 Allan Sandfeld Jensen <allan.jensen@nokia.com>
[Tests] Unskip not failing tests previously relying on LTC::nodesFromRect implementation
https://bugs.webkit.org/show_bug.cgi?id=46600
Reviewed by Ryosuke Niwa.
These tests no longer relies on LayoutTestController.nodesFromRect but on Internals, and should work
in all platforms.
* platform/chromium/TestExpectations:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-07-14 Robert Hogan <robert@webkit.org>
Skip test added in r122663 on Qt and GTK
Unreviewed, gardening.
Qt has 1px difference tracked under
https://bugs.webkit.org/show_bug.cgi?id=89597
Gtk has a platform-specific rendering issue with the test.
https://bugs.webkit.org/show_bug.cgi?id=91319
* platform/gtk/TestExpectations:
* platform/qt/Skipped:
2012-07-05 Robert Hogan <robert@webkit.org>
CSS 2.1 failure: vertical-align-boxes-001 fails
https://bugs.webkit.org/show_bug.cgi?id=90626
Reviewed by Eric Seidel.
* css2.1/20110323/vertical-align-boxes-001-expected.html: Added.
* css2.1/20110323/vertical-align-boxes-001.htm: Added.
This patch fixes the 'percentage' case in this test so that it calculates 50% of the
line-height of 60px rather than 50% of the img's margin-box of -8px.
2012-07-14 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, marking http/tests/misc/webtiming-origins.html as flaky.
* platform/gtk/TestExpectations:
2012-07-14 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding an image expectation for a test introduced
in r122651. Also creating platform-specific baselines for two File API tests
that behave differently because of function overloading problems but pass otherwise,
and skipping a test for correct viewport of sites with Mobile DTD which GTK port
does not (yet) support.
* platform/gtk/TestExpectations:
* platform/gtk/fast/files/create-blob-url-crash-expected.txt: Added.
* platform/gtk/fast/files/url-required-arguments-expected.txt: Added.
2012-07-13 Ryosuke Niwa <rniwa@webkit.org>
Iterating backwards over HTMLCollection is O(n^2)
https://bugs.webkit.org/show_bug.cgi?id=91306
Reviewed by Anders Carlsson.
Add an asymptotic time complexity test.
* perf/htmlcollection-backwards-iteration-expected.txt: Added.
* perf/htmlcollection-backwards-iteration.html: Added.
2012-07-13 Kent Tamura <tkent@chromium.org>
Internals: Clean up the mock PagePopupDriver correctly.
https://bugs.webkit.org/show_bug.cgi?id=91250
* platform/chromium/TestExpectations: Remove CRASH expectation for date-apparance.html.
2012-07-13 Kiran Muppala <cmuppala@apple.com>
REGRESSION: RenderInline boundingBox ignores relative position offset
https://bugs.webkit.org/show_bug.cgi?id=91168
Reviewed by Simon Fraser.
Add a regression test for boundingBox of an inline element with relative position offsets.
* fast/inline/inline-relative-offset-boundingbox-expected.txt: Added.
* fast/inline/inline-relative-offset-boundingbox.html: Added.
2012-07-13 Xianzhu Wang <wangxianzhu@chromium.org>
[Chromium] Sometimes bottom of text is truncated when page has a fractional scale
https://bugs.webkit.org/show_bug.cgi?id=88684
Reviewed by Tony Chang.
New test case.
* fast/text/descent-clip-in-scaled-page-expected.html: Added.
* fast/text/descent-clip-in-scaled-page.html: Added.
2012-07-13 Filip Pizlo <fpizlo@apple.com>
ASSERTION FAILED: use.useKind() != DoubleUse
https://bugs.webkit.org/show_bug.cgi?id=91082
Reviewed by Geoffrey Garen.
* fast/js/dfg-mispredict-variable-but-prove-int-expected.txt: Added.
* fast/js/dfg-mispredict-variable-but-prove-int.html: Added.
* fast/js/script-tests/dfg-mispredict-variable-but-prove-int.js: Added.
(foo):
2012-07-13 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Unskip fast/css/font-face-download-error.html
https://bugs.webkit.org/show_bug.cgi?id=91279
Unreviewed EFL gardening. Unskip passing test
fast/css/font-face-download-error.html
* platform/efl/TestExpectations:
2012-07-13 Adam Barth <abarth@webkit.org>
Remove supressions for flashplayer crash
https://bugs.webkit.org/show_bug.cgi?id=91283
Reviewed by Tony Chang.
These tests don't crash any more now that I've corrected the
configuration on the bots.
* platform/chromium/TestExpectations:
2012-07-13 James Simonsen <simonjam@chromium.org>
[Navigation Timing] Imported W3C tests contain duplicates and are DOS formatted
https://bugs.webkit.org/show_bug.cgi?id=91184
Reviewed by Adam Barth.
The upstream 'html5' tests are just duplicates of the 'html' tests.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist.html: Converted to *NIX newline format.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html:
* http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects.html:
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect.html: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects-expected.txt: Removed.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects.html: Removed.
* http/tests/w3c/webperf/resources/blank_page_green.htm:
* http/tests/w3c/webperf/resources/blank_page_green_with_onunload.htm:
* http/tests/w3c/webperf/resources/blank_page_meta_redirect.htm:
* http/tests/w3c/webperf/resources/blank_page_unload.htm:
* http/tests/w3c/webperf/resources/blank_page_yellow.htm:
* http/tests/w3c/webperf/resources/blank_page_yellow_with_onunload.htm:
* http/tests/w3c/webperf/resources/pagevistestharness.js:
(pv_test):
(test_feature_exists):
(test_equals):
(add_async_result_assert):
(TabSwitch):
* http/tests/w3c/webperf/resources/webperftestharness.js:
(test_true):
* platform/chromium/TestExpectations:
2012-07-13 Raymond Toy <rtoy@google.com>
DelayNode doesn't work if delayTime.value == delayTime.maxValue
https://bugs.webkit.org/show_bug.cgi?id=90357
Reviewed by Kenneth Russell.
New tests to test the case when the delay node delay equals the
maximum allowed delay. Add one test for the default maximum delay
and a second test with a user-set maximum delay.
* webaudio/delaynode-max-default-delay-expected.txt: Added.
* webaudio/delaynode-max-default-delay.html: Added.
* webaudio/delaynode-max-nondefault-delay-expected.txt: Added.
* webaudio/delaynode-max-nondefault-delay.html: Added.
2012-07-13 Vineet Chaudhary <rgf748@motorola.com>
Restructure V8Utilities::extractTransferables() with help of toV8Sequence()
https://bugs.webkit.org/show_bug.cgi?id=91208
Reviewed by Kentaro Hara.
We can remove the specialised check for MessagePort from V8Utilities::extractTransferables()
using toV8Sequence() as it validates the passed object for sequence type per WebIDL spec.
Removing port specific expected results.
* platform/chromium-win/fast/workers/worker-context-multi-port-expected.txt: Removed.
* platform/chromium-win/fast/workers/worker-multi-port-expected.txt: Removed.
* platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: Removed.
* platform/chromium/fast/events/constructors/message-event-constructor-expected.txt: Removed.
* platform/chromium/fast/events/message-port-multi-expected.txt: Rebaselined.
2012-07-13 Vincent Scheib <scheib@chromium.org>
Pointer Lock handles disconnected DOM elements
https://bugs.webkit.org/show_bug.cgi?id=77029
Reviewed by Adrienne Walker.
Two new tests that verify pointer lock is released when the target
is removed from the document.
* pointer-lock/locked-element-iframe-removed-from-dom-expected.txt: Added.
* pointer-lock/locked-element-iframe-removed-from-dom.html: Added.
* pointer-lock/locked-element-removed-from-dom-expected.txt: Added.
* pointer-lock/locked-element-removed-from-dom.html: Added.
2012-07-13 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. storage/indexeddb/cursor-key-order.html has starting crashing on occassion.
https://bugs.webkit.org/show_bug.cgi?id=91275
Not sure how far back the crashes go, but happens with reasonably high frequency.
* platform/chromium/TestExpectations:
2012-07-13 Tony Chang <tony@chromium.org>
Move layout checking js script into LayoutTest/resources and generalize
https://bugs.webkit.org/show_bug.cgi?id=91268
Reviewed by Ojan Vafai.
flexbox.js contains helper scripts for verifying the size and position of nodes.
I will be writing similar tests for grid, so move the js file into a location
for sharing and generalize the script.
* css3/flexbox/align-absolute-child.html: Change include path and call.
* css3/flexbox/auto-height-dynamic.html:
* css3/flexbox/columns-auto-size.html:
* css3/flexbox/flex-algorithm-min-max.html:
* css3/flexbox/flex-algorithm-with-margins.html:
* css3/flexbox/flex-algorithm.html:
* css3/flexbox/flex-align-column.html:
* css3/flexbox/flex-align-end.html:
* css3/flexbox/flex-align-max.html:
* css3/flexbox/flex-align-percent-height.html:
* css3/flexbox/flex-align-stretch.html:
* css3/flexbox/flex-align-vertical-writing-mode.html:
* css3/flexbox/flex-align.html:
* css3/flexbox/flex-flow-auto-margins.html:
* css3/flexbox/flex-flow-border.html:
* css3/flexbox/flex-flow-margins-auto-size.html:
* css3/flexbox/flex-flow-margins.html:
* css3/flexbox/flex-flow-orientations.html:
* css3/flexbox/flex-flow-overflow.html:
* css3/flexbox/flex-flow-padding.html:
* css3/flexbox/flex-flow.html:
* css3/flexbox/flex-item-child-overflow.html:
* css3/flexbox/flex-item-min-size.html:
* css3/flexbox/flex-justify-content.html:
* css3/flexbox/flex-no-flex.html:
* css3/flexbox/flexitem.html:
* css3/flexbox/floated-flexbox.html:
* css3/flexbox/line-wrapping.html:
* css3/flexbox/multiline-align-content-horizontal-column.html:
* css3/flexbox/multiline-align-content.html:
* css3/flexbox/multiline-align-self.html:
* css3/flexbox/multiline-column-auto.html:
* css3/flexbox/multiline-justify-content.html:
* css3/flexbox/multiline-reverse-wrap-overflow.html:
* css3/flexbox/multiline.html:
* css3/flexbox/nested-stretch.html:
* css3/flexbox/orthogonal-flex-directions.html:
* css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
* css3/flexbox/position-absolute-child.html:
* css3/flexbox/preferred-widths-orthogonal.html:
* css3/flexbox/preferred-widths.html:
* css3/flexbox/style-change.html:
* css3/flexbox/true-centering.html:
* css3/flexbox/writing-modes.html:
* resources/check-layout.js: Renamed from LayoutTests/css3/flexbox/resources/flexbox.js.
(.): Rename checkFlexboxen to checkLayout that takes a CSS selector. Hide functions in a closure.
2012-07-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a baseline required after unskipping
fast/files/workers/worker-read-blob-async.html in r122612.
* platform/gtk/fast/files: Added.
* platform/gtk/fast/files/workers: Added.
* platform/gtk/fast/files/workers/worker-read-blob-async-expected.txt: Added.
2012-07-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines for the fast/backgrounds/size/zero.html
test as required after r121296.
* platform/gtk/TestExpectations:
* platform/gtk/fast/backgrounds/size/zero-expected.png: Added.
* platform/gtk/fast/backgrounds/size/zero-expected.txt:
2012-07-13 Philip Rogers <pdr@google.com>
Remove assert in localCoordinateSpaceTransform()
https://bugs.webkit.org/show_bug.cgi?id=91189
Reviewed by Nikolas Zimmermann.
* svg/custom/invalid-ctm-expected.txt: Added.
* svg/custom/invalid-ctm.svg: Added.
2012-07-13 David Grogan <dgrogan@chromium.org>
IndexedDB: Add unexpectedUpgradeNeededCallback to shared.js
https://bugs.webkit.org/show_bug.cgi?id=91176
Reviewed by Tony Chang.
This is just used in our layout tests. It's the simplest possible piece
I could break off of the upgradeneeded changes.
No tests because no change in behavior expected.
* storage/indexeddb/resources/shared.js:
(unexpectedBlockedCallback):
(unexpectedUpgradeNeededCallback):
2012-07-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing timeout expectations for a few
File API tests while hoping the problems have now gone away.
* platform/gtk/TestExpectations:
2012-07-13 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening failure cases on EFL build bot
https://bugs.webkit.org/show_bug.cgi?id=91219
Unreviewed EFL gardening. Skip the new failing tests and add
platform-specific results for fallback-content.html to get the
bot greener.
* platform/efl/TestExpectations:
* platform/efl/fast/canvas/fallback-content-expected.txt: Added.
2012-07-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding baselines and expectations required
after r122509 and r122528.
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/w3c: Added.
* platform/gtk/http/tests/w3c/webperf: Added.
* platform/gtk/http/tests/w3c/webperf/approved: Added.
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing: Added.
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html: Added.
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html5: Added.
* platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Added.
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed gardening, updated chromium test expectations.
https://bugs.webkit.org/show_bug.cgi?id=91252
* platform/chromium/TestExpectations:
2012-07-13 Adam Barth <abarth@webkit.org>
Also mark its evil twin as flaky.
* platform/chromium/TestExpectations:
2012-07-13 Adam Barth <abarth@webkit.org>
Note this test as flaky.
* platform/chromium/TestExpectations:
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed gardening, updated test expectations.
http://bugs.webkit.org/show_bug.cgi?id=91255
* platform/chromium/TestExpectations:
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium gardening, updated test expectations.
https://bugs.webkit.org/show_bug.cgi?id=91254
* platform/chromium/TestExpectations:
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed gardening, marked chromium test as flaky.
https://bugs.webkit.org/show_bug.cgi?id=91252
* platform/chromium/TestExpectations:
2012-07-13 Keishi Hattori <keishi@webkit.org>
Form of FormAssociatedElement is not updated when id target changes.
https://bugs.webkit.org/show_bug.cgi?id=91042
Reviewed by Kent Tamura.
* fast/forms/update-form-attribute-element-expected.txt: Added.
* fast/forms/update-form-attribute-element.html: Added.
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed gardneing, skip failing chromium test.
* platform/chromium/TestExpectations:
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed gardening chromium tests rebaseline.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt:
2012-07-13 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r122528. Skipped some new tests.
https://bugs.webkit.org/show_bug.cgi?id=91218
* platform/qt/Skipped:
2012-07-13 Simon Pena <spena@igalia.com>
[GTK] Gardening: new baseline after r122550 and rebaseline after r122556
https://bugs.webkit.org/show_bug.cgi?id=91235
Unreviewed gardening.
Add new baseline for fast/canvas/fallback-content.html added in r122550, and
rebaseline fast/regions/region-style-block-background-color2.html after r122556.
* platform/gtk/fast/canvas/fallback-content-expected.txt: Added.
* platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:
2012-07-13 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Rebase test after r122550.
* platform/qt/fast/canvas/fallback-content-expected.txt: Added.
2012-07-13 Kenichi Ishibashi <bashi@chromium.org>
[Chromium] Fix bugs in HarfBuzzShaper
https://bugs.webkit.org/show_bug.cgi?id=90951
Reviewed by Tony Chang.
Add tests for harfbuzz-ng shaper. I tried to use -expected.html style expectations,
but it didn't work because there are very slight difference between CoreText and HarfBuzz in
rendering result.
* fast/text/shaping/shaping-script-order.html: Added.
* fast/text/shaping/shaping-selection-rect.html: Added.
* platform/chromium/TestExpectations: Need rebaseline.
* platform/efl/TestExpectations: Skip added tests because the port doesn't use harfbuzz.
* platform/gtk/TestExpectations: Ditto.
* platform/mac/TestExpectations: Ditto.
* platform/qt/TestExpectations: Ditto.
* platform/win/Skipped: Ditto.
* platform/wincairo/Skipped: Ditto.
* platform/wk2/Skipped: Ditto.
2012-07-13 Kent Tamura <tkent@chromium.org>
Make calendar pickers testable
https://bugs.webkit.org/show_bug.cgi?id=84827
Reviewed by Hajime Morita.
* fast/forms/date/calendar-picker-appearance-expected.txt: Added.
* fast/forms/date/calendar-picker-appearance.html: Added.
* platform/chromium-mac-snowleopard/fast/forms/date/calendar-picker-appearance-expected.png: Added.
* platform/chromium/TestExpectations:
2012-07-13 Andrei Bucur <abucur@adobe.com>
[CSS Regions] Fix the lifecycle for the flow objects and their renderers
https://bugs.webkit.org/show_bug.cgi?id=89000
Reviewed by Eric Seidel.
These tests expected getFlowByName() to return a valid object even for the NULL flows. They've been modified to
reflect the new behavior.
* fast/regions/get-regions-by-content-node2-expected.txt:
* fast/regions/get-regions-by-content-node2.html:
* fast/regions/webkit-named-flow-flow-added.html:
* fast/regions/webkit-named-flow-get-content-expected.txt:
* fast/regions/webkit-named-flow-get-content.html:
* fast/regions/webkit-named-flow-invalid-name.html:
* fast/regions/webkit-named-flow-modified-flow.html:
* fast/regions/webkit-named-flow-non-existing-flow.html:
* fast/regions/webkit-named-flow-removed-flow.html:
* platform/chromium-win/fast/regions/region-style-block-background-color2-expected.txt:
* platform/mac/fast/regions/region-style-block-background-color2-expected.txt:
2012-07-13 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r119948): [Forms] Spin button Up/Down actions make value to zero for input type "number" when step mismatched
https://bugs.webkit.org/show_bug.cgi?id=91197
Reviewed by Kent Tamura.
This patch adds new test cases.
* fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt: Updated for new test cases.
* fast/forms/number/number-stepup-stepdown-from-renderer.html: Added new test cases.
2012-07-13 Dominic Mazzoni <dmazzoni@google.com>
Should be possible to focus elements within canvas fallback content
https://bugs.webkit.org/show_bug.cgi?id=87898
Reviewed by Chris Fleizach.
* fast/canvas/fallback-content-expected.txt: Added.
* fast/canvas/fallback-content.html: Added.
2012-07-13 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed inspector test fix.
* http/tests/inspector/network/resources/style.css: Added.
(body):
2012-07-13 Ryosuke Niwa <rniwa@webkit.org>
RadioNodeList is not updated upon input type change
https://bugs.webkit.org/show_bug.cgi?id=91178
Reviewed by Alexey Proskuryakov.
Add a regression test.
* fast/forms/radionodelist-image-type-expected.txt: Added.
* fast/forms/radionodelist-image-type.html: Added.
2012-07-12 Filip Pizlo <fpizlo@apple.com>
DFG property access stubs should use structure transition watchpoints
https://bugs.webkit.org/show_bug.cgi?id=91135
Reviewed by Geoffrey Garen.
* fast/js/dfg-proto-stub-watchpoint-fire-expected.txt: Added.
* fast/js/dfg-proto-stub-watchpoint-fire.html: Added.
* fast/js/script-tests/dfg-proto-stub-watchpoint-fire.js: Added.
(A):
(B):
(foo):
2012-07-12 Filip Pizlo <fpizlo@apple.com>
DFG CFA may get overzealous in loops that have code that must exit
https://bugs.webkit.org/show_bug.cgi?id=91188
Reviewed by Gavin Baraclough.
* fast/js/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop-expected.txt: Added.
* fast/js/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.html: Added.
* fast/js/script-tests/dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js: Added.
(foo):
2012-07-12 Eric Seidel <eric@webkit.org>
Incorrect behaviour calling Range setStart or setEnd with boundary in different document
https://bugs.webkit.org/show_bug.cgi?id=42517
Reviewed by Ojan Vafai.
Add a new test to cover this changed behavior, and correct a FIXME in an old test
which was documenting our incorrect behavior.
* fast/dom/Range/set-wrong-document-err-expected.txt: Added.
* fast/dom/Range/set-wrong-document-err.html: Added.
* fast/dom/move-nodes-across-documents.html:
2012-07-12 Konrad Piascik <kpiascik@rim.com>
Web Inspector: Geolocation override
https://bugs.webkit.org/show_bug.cgi?id=89365
Reviewed by Pavel Feldman.
Change has not been reviewed by the right people. It declares
public protocol methods and is wrong in several ways.
Reverted original patch.
* inspector/geolocation-error-expected.txt: Removed.
* inspector/geolocation-error.html: Removed.
* inspector/geolocation-success-expected.txt: Removed.
* inspector/geolocation-success.html: Removed.
2012-07-12 Adrienne Walker <enne@google.com>
[chromium] Root invalidations for RTL pages need to be in the right space
https://bugs.webkit.org/show_bug.cgi?id=91155
Reviewed by Kenneth Russell.
Add a test that demonstrates this problem. Before the code fix, the
test shows just a red square because the invalidation for the style
change repaints the wrong rect.
* compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
* compositing/rtl/rtl-overflow-invalidation-expected.txt: Added.
* compositing/rtl/rtl-overflow-invalidation.html: Added.
2012-07-12 James Simonsen <simonjam@chromium.org>
[Navigation Timing] Import the W3C Navigation Timing test suite
https://bugs.webkit.org/show_bug.cgi?id=84887
Reviewed by Tony Gentilcore.
* http/tests/resources/testharness.css: Added.
* http/tests/resources/testharness.js: Copied from LayoutTests/resources/testharness.js.
* http/tests/resources/testharnessreport.js: Copied from LayoutTests/resources/testharnessreport.js.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_document_open.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_document_readiness_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigate_within_document.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_redirectCount_none.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_backforward.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_enums.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_navigation_type_reload.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_no_previous_document.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_performance_attributes_exist_in_object.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_readwrite.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_client_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_reload.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_server_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html/test_unique_performance_objects.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_open.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_document_readiness_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigate_within_document.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_redirectCount_none.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_backforward.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_enums.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_navigation_type_reload.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_no_previous_document.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_performance_attributes_exist_in_object.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_readwrite.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_exist.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_attributes_order.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_client_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_reload.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_server_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_timing_xserver_redirect.html: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects-expected.txt: Added.
* http/tests/w3c/webperf/approved/navigation-timing/html5/test_unique_performance_objects.html: Added.
* http/tests/w3c/webperf/resources/blank_page_green.htm: Added.
* http/tests/w3c/webperf/resources/blank_page_green_with_onunload.htm: Added.
* http/tests/w3c/webperf/resources/blank_page_meta_redirect.htm: Added.
* http/tests/w3c/webperf/resources/blank_page_unload.htm: Added.
* http/tests/w3c/webperf/resources/blank_page_yellow.htm: Added.
* http/tests/w3c/webperf/resources/blank_page_yellow_with_onunload.htm: Added.
* http/tests/w3c/webperf/resources/pagevistestharness.js: Added.
* http/tests/w3c/webperf/resources/redirect.php: Added.
* http/tests/w3c/webperf/resources/webperftestharness.js: Added.
* platform/mac/Skipped: Skip new webperf tests.
* platform/win/Skipped: Ditto.
* platform/wincairo/Skipped: Ditto.
* resources/testharness.css: Added.
* resources/testharnessreport.js: Support async tests.
2012-07-12 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. SKIP inspector/elements/edit-dom-actions.html on Win Debug
https://bugs.webkit.org/show_bug.cgi?id=60109
Since we can't use SLOW and TIMEOUT together, let's skip this test until it is fixed.
* platform/chromium/TestExpectations:
2012-07-12 Pravin D <pravind.2k4@gmail.com>
Row size/position is wrongly calculated when table having overlapping rowspan cell and colspan cell
https://bugs.webkit.org/show_bug.cgi?id=16811
Reviewed by Julien Chaffraix.
* fast/table/last-cell-of-rowspan-overlapping-colspan-cell-expected.html: Added.
* fast/table/last-cell-of-rowspan-overlapping-colspan-cell.html: Added.
2012-07-12 Joshua Bell <jsbell@chromium.org>
IndexedDB: Enable IDBFactory.deleteDatabase() and webkitGetDatabaseNames() in Workers
https://bugs.webkit.org/show_bug.cgi?id=90310
Reviewed by Tony Chang.
* storage/indexeddb/factory-basics-workers-expected.txt: Added.
* storage/indexeddb/factory-basics-workers.html: Added.
* storage/indexeddb/resources/factory-basics.js: Allow use by Worker as well as Window.
(getDatabaseNamesSuccess1):
(openSuccess):
(getDatabaseNamesSuccess2):
(getDatabaseNamesSuccess3):
2012-07-12 Dirk Pranke <dpranke@chromium.org>
rebaseline fast/harness/results.html after r122505.
Unreviewed, expectations change.
* fast/harness/results-expected.txt:
2012-07-12 Adam Barth <abarth@webkit.org>
Regression (r122359) Layout Test html5lib/runner.html is failing
https://bugs.webkit.org/show_bug.cgi?id=91047
Reviewed by Tony Chang.
Add a test that shows what happens when a doctype gets added and
removed.
* fast/viewport/viewport-legacy-xhtmlmp-remove-and-add-expected.txt: Added.
* fast/viewport/viewport-legacy-xhtmlmp-remove-and-add.html: Added.
* platform/chromium/TestExpectations:
2012-07-12 Ojan Vafai <ojan@chromium.org>
Implied minimum size of flex items is min-content
https://bugs.webkit.org/show_bug.cgi?id=87546
Reviewed by Tony Chang.
Mostly just set min-height/min-width:0 as appropriate to keep the tests testing
what the used to be testing. I made sure that each rendering was correct before
making the changes. In a couple cases, I changed expectations where I thought
the test was still testing was it was intending to test.
* css3/flexbox/child-overflow.html:
* css3/flexbox/columns-auto-size.html:
* css3/flexbox/cross-axis-scrollbar.html:
* css3/flexbox/flex-item-min-size-expected.txt: Added.
* css3/flexbox/flex-item-min-size.html: Added.
* css3/flexbox/flexitem.html:
* css3/flexbox/line-wrapping.html:
* css3/flexbox/perpendicular-writing-modes-inside-flex-item.html:
* css3/flexbox/repaint-rtl-column.html:
2012-07-12 Dirk Pranke <dpranke@chromium.org>
nrwt crashes saving the output for a platform-specific expected test reference
https://bugs.webkit.org/show_bug.cgi?id=90872
Reviewed by Ojan Vafai.
Remove tests for the 'ref_file' parameter in results.json
entries.
* fast/harness/resources/results-test.js:
* fast/harness/results.html:
2012-07-12 Adam Barth <abarth@webkit.org>
Unreviewed. Delete two empty directories.
* platform/google-chrome-linux32: Removed.
* platform/google-chrome-linux64: Removed.
2012-07-12 Julien Chaffraix <jchaffraix@webkit.org>
ASSERT(genChild->isListMarker() || genChild->style()->styleType() == FIRST_LETTER) triggered on flex-box content
https://bugs.webkit.org/show_bug.cgi?id=91003
Reviewed by Abhishek Arya.
* fast/flexbox/assert-generated-deprecated-flexbox-expected.txt: Added.
* fast/flexbox/assert-generated-deprecated-flexbox.html: Added.
* fast/flexbox/assert-generated-new-flexbox-expected.txt: Added.
* fast/flexbox/assert-generated-new-flexbox.html: Added.
2012-07-12 Pravin D <pravind.2k4@gmail.com>
Percentage width replaced element in zero percent/fixed width container block incorrectly rendered.
https://bugs.webkit.org/show_bug.cgi?id=9493
Reviewed by Andy Estes.
* fast/css/percent-width-img-inside-zero-percent-and-fixed-container-expected.html: Added.
* fast/css/percent-width-img-inside-zero-percent-and-fixed-container.html: Added.
* fast/css/resources/red-box.png: Added.
Image resource file for the test case.
2012-07-12 Dirk Pranke <dpranke@chromium.org>
Remove chromium-mac-leopard baselines.
Rubber-stamped by Tony Chang.
Chromium no longer actively supports the Leopard (10.5) version
of Mac OS and doesn't have any bots running it, so we don't need
the baselines any more.
2012-07-12 Andy Estes <aestes@apple.com>
[Mac] input-in-table-cell-no-value.html fails due to INPUT_TYPE_DATE being disabled.
* platform/mac/TestExpectations: Mark input-in-table-cell-no-value.html
as expected to fail.
2012-07-12 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Layout Test storage/indexeddb/constants.html is flaky.
https://bugs.webkit.org/show_bug.cgi?id=91133
Has started to crash occassionally on WebKitWin, cause unknown.
* platform/chromium/TestExpectations:
2012-07-12 Adam Barth <abarth@webkit.org>
LayoutTests/platform/google-chrome-linux32 and google-chrome-linux64 are empty and should be removed
https://bugs.webkit.org/show_bug.cgi?id=91114
Reviewed by Tony Chang.
These directories are empty and haven't been touched in over a year.
We should remove them.
* platform/google-chrome-linux32: Removed.
* platform/google-chrome-linux32/README: Removed.
* platform/google-chrome-linux64: Removed.
* platform/google-chrome-linux64/README: Removed.
2012-07-12 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. Re-baseline expected text for fast/multicol/table-vertical-align.html
* platform/chromium-linux-x86/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
* platform/chromium-linux/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
* platform/chromium-mac-snowleopard/fast/multicol/table-vertical-align-expected.txt: Added.
* platform/chromium-win-xp/fast/multicol/table-vertical-align-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/table-vertical-align-expected.txt.
* platform/chromium-win/fast/multicol/table-vertical-align-expected.txt:
2012-07-12 W. James MacLean <wjmaclean@chromium.org>
[chromium] Unreviewed gardening. inspector/elements/edit-dom-actions.html is timing out on Win Debug.
https://bugs.webkit.org/show_bug.cgi?id=60109
This test has recently started timing out on Win Debug bots. It was already slow, but has gotten much worse,
but times are also quite variable.
* platform/chromium/TestExpectations:
2012-07-12 Joshua Bell <jsbell@chromium.org>
IndexedDB: Verify internal "delete pending" flag on database
https://bugs.webkit.org/show_bug.cgi?id=90995
Reviewed by Tony Chang.
Verify the behavior required by the spec that an open() following
a deleteDatabase() is delayed and returns a new database.
* storage/indexeddb/database-deletepending-flag-expected.txt: Added.
* storage/indexeddb/database-deletepending-flag.html: Added.
* storage/indexeddb/resources/database-deletepending-flag.js: Added.
(test):
(openConnection.request.onsuccess.request.onsuccess):
(openConnection.request.onsuccess):
(openConnection):
(testDatabaseDelete.connection.onversionchange):
(testDatabaseDelete.deleteRequest.onblocked):
(testDatabaseDelete.deleteRequest.onsuccess):
(testDatabaseDelete.openRequest.onsuccess):
(testDatabaseDelete):
2012-07-12 Allan Sandfeld Jensen <allan.jensen@nokia.com>
Move nodesFromRect tests to separate sub-directory.
https://bugs.webkit.org/show_bug.cgi?id=90986
Reviewed by Antonio Gomes.
Moving all nodesFromRect based tests to separate sub-directory will make it easier to test or skip them collectively.
* fast/dom/nodesFromRect/nodesFromRect-basic-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-basic-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-basic.html: Renamed from LayoutTests/fast/dom/nodesFromRect-basic.html.
* fast/dom/nodesFromRect/nodesFromRect-culled-inlines-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-culled-inlines-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-culled-inlines.html: Renamed from LayoutTests/fast/dom/nodesFromRect-culled-inlines.html.
* fast/dom/nodesFromRect/nodesFromRect-inner-documents-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-inner-documents-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-inner-documents.html: Renamed from LayoutTests/fast/dom/nodesFromRect-inner-documents.html.
* fast/dom/nodesFromRect/nodesFromRect-links-and-text-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-links-and-text-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-links-and-text.html: Renamed from LayoutTests/fast/dom/nodesFromRect-links-and-text.html.
* fast/dom/nodesFromRect/nodesFromRect-svg-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-svg-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-svg.html: Renamed from LayoutTests/fast/dom/nodesFromRect-svg.html.
* fast/dom/nodesFromRect/nodesFromRect-table-expected.txt: Renamed from LayoutTests/fast/dom/nodesFromRect-table-expected.txt.
* fast/dom/nodesFromRect/nodesFromRect-table.html: Renamed from LayoutTests/fast/dom/nodesFromRect-table.html.
* fast/dom/nodesFromRect/resources/nodesFromRect.css: Renamed from LayoutTests/fast/dom/resources/nodesFromRect.css.
* fast/dom/nodesFromRect/resources/nodesFromRect.js: Renamed from LayoutTests/fast/dom/resources/nodesFromRect.js.
* media/nodesFromRect-shadowContent.html:
* platform/chromium/TestExpectations:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-07-12 Adam Barth <abarth@webkit.org>
Unreviewed. Remove a large number of empty directories.
* platform/chromium-win-vista: Removed.
* platform/chromium-win-vista/canvas: Removed.
* platform/chromium-win-vista/canvas/philip: Removed.
* platform/chromium-win-vista/canvas/philip/tests: Removed.
* platform/chromium-win-vista/compositing: Removed.
* platform/chromium-win-vista/compositing/geometry: Removed.
* platform/chromium-win-vista/compositing/overflow: Removed.
* platform/chromium-win-vista/compositing/shadows: Removed.
* platform/chromium-win-vista/css1: Removed.
* platform/chromium-win-vista/css1/font_properties: Removed.
* platform/chromium-win-vista/css1/text_properties: Removed.
* platform/chromium-win-vista/css1/units: Removed.
* platform/chromium-win-vista/css2.1: Removed.
* platform/chromium-win-vista/css3: Removed.
* platform/chromium-win-vista/css3/selectors3: Removed.
* platform/chromium-win-vista/css3/selectors3/html: Removed.
* platform/chromium-win-vista/css3/selectors3/xhtml: Removed.
* platform/chromium-win-vista/css3/selectors3/xml: Removed.
* platform/chromium-win-vista/editing: Removed.
* platform/chromium-win-vista/editing/inserting: Removed.
* platform/chromium-win-vista/editing/pasteboard: Removed.
* platform/chromium-win-vista/editing/style: Removed.
* platform/chromium-win-vista/fast: Removed.
* platform/chromium-win-vista/fast/backgrounds: Removed.
* platform/chromium-win-vista/fast/backgrounds/repeat: Removed.
* platform/chromium-win-vista/fast/backgrounds/size: Removed.
* platform/chromium-win-vista/fast/block: Removed.
* platform/chromium-win-vista/fast/block/positioning: Removed.
* platform/chromium-win-vista/fast/box-shadow: Removed.
* platform/chromium-win-vista/fast/canvas: Removed.
* platform/chromium-win-vista/fast/canvas/webgl: Removed.
* platform/chromium-win-vista/fast/compact: Removed.
* platform/chromium-win-vista/fast/css: Removed.
* platform/chromium-win-vista/fast/dom: Removed.
* platform/chromium-win-vista/fast/dom/Document: Removed.
* platform/chromium-win-vista/fast/dom/HTMLAnchorElement: Removed.
* platform/chromium-win-vista/fast/dom/HTMLMeterElement: Removed.
* platform/chromium-win-vista/fast/dom/HTMLProgressElement: Removed.
* platform/chromium-win-vista/fast/forms: Removed.
* platform/chromium-win-vista/fast/inline: Removed.
* platform/chromium-win-vista/fast/inline-block: Removed.
* platform/chromium-win-vista/fast/js: Removed.
* platform/chromium-win-vista/fast/media: Removed.
* platform/chromium-win-vista/fast/multicol: Removed.
* platform/chromium-win-vista/fast/multicol/vertical-rl: Removed.
* platform/chromium-win-vista/fast/parser: Removed.
* platform/chromium-win-vista/fast/repaint: Removed.
* platform/chromium-win-vista/fast/replaced: Removed.
* platform/chromium-win-vista/fast/sub-pixel: Removed.
* platform/chromium-win-vista/fast/sub-pixel/selection: Removed.
* platform/chromium-win-vista/fast/table: Removed.
* platform/chromium-win-vista/fast/text: Removed.
* platform/chromium-win-vista/fast/text/international: Removed.
* platform/chromium-win-vista/fast/text/whitespace: Removed.
* platform/chromium-win-vista/fast/writing-mode: Removed.
* platform/chromium-win-vista/http: Removed.
* platform/chromium-win-vista/http/tests: Removed.
* platform/chromium-win-vista/http/tests/appcache: Removed.
* platform/chromium-win-vista/http/tests/loading: Removed.
* platform/chromium-win-vista/http/tests/media: Removed.
* platform/chromium-win-vista/http/tests/misc: Removed.
* platform/chromium-win-vista/http/tests/multipart: Removed.
* platform/chromium-win-vista/http/tests/security: Removed.
* platform/chromium-win-vista/http/tests/security/aboutBlank: Removed.
* platform/chromium-win-vista/media: Removed.
* platform/chromium-win-vista/platform: Removed.
* platform/chromium-win-vista/platform/chromium: Removed.
* platform/chromium-win-vista/platform/chromium/compositing: Removed.
* platform/chromium-win-vista/platform/chromium/fast: Removed.
* platform/chromium-win-vista/platform/chromium/fast/text: Removed.
* platform/chromium-win-vista/platform/chromium/virtual: Removed.
* platform/chromium-win-vista/platform/chromium/virtual/gpu: Removed.
* platform/chromium-win-vista/platform/chromium/virtual/gpu/fast: Removed.
* platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas: Removed.
* platform/chromium-win-vista/svg: Removed.
* platform/chromium-win-vista/svg/W3C-I18N: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1-SE: Removed.
* platform/chromium-win-vista/svg/as-image: Removed.
* platform/chromium-win-vista/svg/as-object: Removed.
* platform/chromium-win-vista/svg/batik: Removed.
* platform/chromium-win-vista/svg/batik/paints: Removed.
* platform/chromium-win-vista/svg/batik/text: Removed.
* platform/chromium-win-vista/svg/carto.net: Removed.
* platform/chromium-win-vista/svg/css: Removed.
* platform/chromium-win-vista/svg/custom: Removed.
* platform/chromium-win-vista/svg/dynamic-updates: Removed.
* platform/chromium-win-vista/svg/filters: Removed.
* platform/chromium-win-vista/svg/hixie: Removed.
* platform/chromium-win-vista/svg/hixie/intrinsic: Removed.
* platform/chromium-win-vista/svg/in-html: Removed.
* platform/chromium-win-vista/svg/stroke: Removed.
* platform/chromium-win-vista/svg/text: Removed.
* platform/chromium-win-vista/svg/zoom: Removed.
* platform/chromium-win-vista/svg/zoom/page: Removed.
* platform/chromium-win-vista/tables: Removed.
* platform/chromium-win-vista/tables/mozilla: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs: Removed.
* platform/chromium-win-vista/tables/mozilla/marvin: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/other: Removed.
* platform/chromium-win-vista/transforms: Removed.
* platform/chromium-win-vista/transforms/2d: Removed.
2012-07-12 Arnaud Renevier <arno@renevier.net>
[GTK] Implement disableImageLoading in DRT
https://bugs.webkit.org/show_bug.cgi?id=87973
Reviewed by Martin Robinson.
Add TEXT expectation to favicon-loads-with-icon-loading-override.html
which was only working by accident.
* platform/gtk/TestExpectations:
2012-07-12 Adam Barth <abarth@webkit.org>
Parse the viewport meta tag like iOS
https://bugs.webkit.org/show_bug.cgi?id=72722
Reviewed by Alexey Proskuryakov.
Our parsing appears to match iOS already. This patch simply adds tests
that show that we agree on these cases.
* fast/viewport/viewport-133-expected.txt: Added.
* fast/viewport/viewport-133.html: Added.
* fast/viewport/viewport-134-expected.txt: Added.
* fast/viewport/viewport-134.html: Added.
2012-07-12 Joshua Bell <jsbell@chromium.org>
IndexedDB: ASSERT hit calling open from callback in Worker
https://bugs.webkit.org/show_bug.cgi?id=90832
Reviewed by Kentaro Hara.
Call IDBFactory.open() twice from a worker - once from the initial worker
script evaluation, and once in a callback after the worker thread data
has been purged.
* storage/indexeddb/open-twice-workers-expected.txt: Added.
* storage/indexeddb/open-twice-workers.html: Added.
* storage/indexeddb/resources/open-twice.js: Added.
(test):
(openAnother):
2012-07-12 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] platform/qt/css3 tests needs update after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91086
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0/Skipped:
* platform/qt/css3/css3-modsel-33-expected.png:
* platform/qt/css3/css3-modsel-33-expected.txt:
* platform/qt/css3/css3-modsel-35-expected.png:
* platform/qt/css3/css3-modsel-35-expected.txt:
* platform/qt/css3/css3-modsel-36-expected.png:
* platform/qt/css3/css3-modsel-36-expected.txt:
* platform/qt/css3/css3-modsel-37-expected.png:
* platform/qt/css3/css3-modsel-37-expected.txt:
* platform/qt/css3/filters/effect-brightness-expected.png:
* platform/qt/css3/filters/effect-brightness-expected.txt:
* platform/qt/css3/filters/effect-combined-expected.png:
* platform/qt/css3/filters/effect-combined-expected.txt:
* platform/qt/css3/filters/effect-combined-hw-expected.png:
* platform/qt/css3/filters/effect-combined-hw-expected.txt:
* platform/qt/css3/filters/effect-contrast-expected.png:
* platform/qt/css3/filters/effect-contrast-expected.txt:
* platform/qt/css3/filters/effect-drop-shadow-expected.png:
* platform/qt/css3/filters/effect-drop-shadow-expected.txt:
* platform/qt/css3/filters/effect-drop-shadow-hw-expected.png:
* platform/qt/css3/filters/effect-drop-shadow-hw-expected.txt:
* platform/qt/css3/filters/effect-grayscale-expected.png:
* platform/qt/css3/filters/effect-grayscale-expected.txt:
* platform/qt/css3/filters/effect-grayscale-hw-expected.png:
* platform/qt/css3/filters/effect-grayscale-hw-expected.txt:
* platform/qt/css3/filters/effect-hue-rotate-expected.png:
* platform/qt/css3/filters/effect-hue-rotate-expected.txt:
* platform/qt/css3/filters/effect-hue-rotate-hw-expected.png:
* platform/qt/css3/filters/effect-hue-rotate-hw-expected.txt:
* platform/qt/css3/filters/effect-invert-expected.png:
* platform/qt/css3/filters/effect-invert-expected.txt:
* platform/qt/css3/filters/effect-invert-hw-expected.png:
* platform/qt/css3/filters/effect-invert-hw-expected.txt:
* platform/qt/css3/filters/effect-opacity-expected.png:
* platform/qt/css3/filters/effect-opacity-expected.txt:
* platform/qt/css3/filters/effect-opacity-hw-expected.png:
* platform/qt/css3/filters/effect-opacity-hw-expected.txt:
* platform/qt/css3/filters/effect-saturate-expected.png:
* platform/qt/css3/filters/effect-saturate-expected.txt:
* platform/qt/css3/filters/effect-saturate-hw-expected.png:
* platform/qt/css3/filters/effect-saturate-hw-expected.txt:
* platform/qt/css3/filters/effect-sepia-expected.png:
* platform/qt/css3/filters/effect-sepia-expected.txt:
* platform/qt/css3/filters/effect-sepia-hw-expected.png:
* platform/qt/css3/filters/effect-sepia-hw-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-1-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-1-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-10-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-10-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-11-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-11-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-13-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-13-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-14-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-14-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-144-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-144-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-148-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-148-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-149-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-149-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-149b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-149b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-14b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-14b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-14c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-14c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-14d-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-14d-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-14e-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-14e-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-15-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-15-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-150-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-150-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-151-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-151-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-152-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-152-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-154-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-154-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-155-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-155-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-155a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-155a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-155b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-155b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-155c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-155c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-155d-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-155d-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-156-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-156-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-156b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-156b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-156c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-156c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-157-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-157-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-158-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-158-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-159-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-159-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-15b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-15b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-16-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-16-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-160-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-160-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-161-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-161-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-166-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-166-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-166a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-166a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-167-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-167-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-167a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-167a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-168-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-168-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-168a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-168a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-169-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-169-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-169a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-169a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-17-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-17-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-170-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-170-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-170a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-170a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-170b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-170b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-170c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-170c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-170d-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-170d-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-175a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-175a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-175b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-175b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-175c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-175c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-176-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-176-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-177a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-177a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-177b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-177b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-178-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-178-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-179-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-179-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-179a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-179a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-18-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-18-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-180a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-180a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-181-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-181-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-183-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-183-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184d-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184d-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184e-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184e-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-184f-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-184f-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-18a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-18a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-18b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-18b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-18c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-18c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-19-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-19-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-19b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-2-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-2-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-20-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-20-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-21-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-21-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-21b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-21b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-22-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-22-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-25-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-25-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-27-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-27-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-27a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-27a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-27b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-27b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-28-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-28-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-28b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-28b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-29-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-29-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-29b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-29b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-30-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-30-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-31-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-31-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-32-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-32-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-33-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-33-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-34-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-34-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-35-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-35-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-36-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-36-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-37-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-37-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-38-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-38-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-39-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-39-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-39a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-39a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-39b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-39b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-39c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-39c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-3a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-3a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-4-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-4-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-41-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-41-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-41a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-41a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-42-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-42-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-42a-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-42a-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-43-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-43-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-43b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-43b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-44-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-44-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-44b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-44b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-44c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-44c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-44d-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-44d-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-45-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-45-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-45b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-45b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-45c-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-45c-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-46-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-46-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-46b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-46b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-5-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-5-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-54-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-54-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-55-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-55-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-56-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-56-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-59-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-59-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-6-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-6-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-60-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-60-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-61-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-61-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-62-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-62-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-63-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-63-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-64-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-65-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-65-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-66-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-66-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-66b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-66b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-67-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-67-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-7-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-7-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-70-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-70-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-72-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-72-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-72b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-72b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-73-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-73-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-73b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-73b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-74-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-74-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-74b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-74b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-75-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-75-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-75b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-75b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-76-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-76-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-76b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-76b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-77-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-77-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-77b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-77b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-78-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-78-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-78b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-78b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-79-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-79-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-7b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-7b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-8-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-8-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-80-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-80-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-81-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-81-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-81b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-81b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-82-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-82-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-82b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-82b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-83-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-83-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-86-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-86-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-87-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-87-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-87b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-87b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-88-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-88-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-88b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-88b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-89-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-89-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-9-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-9-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-90-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-90-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-90b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-90b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-d1-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-d1-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-d1b-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-d1b-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-d2-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-d2-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-d4-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-d4-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-1-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-1-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-10-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-10-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-100-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-100-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-100b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-100b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-101-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-101-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-101b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-101b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-102-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-102-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-102b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-102b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-103-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-103-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-103b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-103b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-104-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-104-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-104b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-104b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-105-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-105-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-105b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-105b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-106-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-106-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-106b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-106b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-107-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-107-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-107b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-107b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-108-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-108-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-108b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-108b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-109-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-109-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-109b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-109b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-11-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-11-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-110-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-110-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-110b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-110b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-111-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-111-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-111b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-111b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-112-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-112-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-112b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-112b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-113-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-113-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-113b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-113b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-114-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-114-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-114b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-114b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-115-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-115-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-115b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-115b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-116-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-116-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-116b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-116b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-117-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-117-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-117b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-117b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-118-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-118-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-119-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-119-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-120-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-120-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-121-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-121-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-122-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-122-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-123-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-123-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-123b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-123b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-124-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-124-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-124b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-124b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-125-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-125-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-125b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-125b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-126-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-126-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-126b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-126b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-127-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-127-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-127b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-127b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-128-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-128-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-128b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-128b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-129-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-129-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-129b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-129b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-13-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-13-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-130-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-130-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-130b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-130b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-131-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-131-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-131b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-131b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-132-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-132-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-132b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-132b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-133-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-133-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-133b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-133b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-134-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-134-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-134b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-134b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-135-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-135-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-135b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-135b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-136-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-136-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-136b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-136b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-137-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-137-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-137b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-137b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-138-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-138-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-138b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-138b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-139-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-139-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-139b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-139b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-140-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-140-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-140b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-140b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-141-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-141-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-141b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-141b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-142-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-142-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-142b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-142b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-143-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-143-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-143b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-143b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-144-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-144-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-145a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-145a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-145b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-145b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-146a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-146a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-146b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-146b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-147a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-147a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-147b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-147b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-148-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-148-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-149-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-149-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-149b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-149b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14d-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14d-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14e-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-14e-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-150-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-150-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-151-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-151-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-152-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-152-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-153-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-153-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-154-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-154-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155d-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-155d-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-156c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-157-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-157-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-158-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-158-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-159-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-159-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-15c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-16-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-16-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-160-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-160-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-161-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-161-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-166-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-166-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-166a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-166a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-167-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-167-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-167a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-167a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-168-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-168-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-168a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-168a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-169-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-169-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-169a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-169a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-17-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170d-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-170d-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-171-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-171-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-172a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-172a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-172b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-172b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-173a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-173a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-173b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-173b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-174a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-174a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-174b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-174b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-175c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-176-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-176-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-177a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-177a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-177b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-177b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-178-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-178-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-179-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-179-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-179a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-179a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-180a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-180a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-181-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-181-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-182-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-182-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-183-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-183-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184d-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184d-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184e-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184e-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184f-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-184f-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-18c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-19-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-19-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-19b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-2-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-2-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-20-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-20-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-21b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-22-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-22-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-25-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-27b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-28-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-28-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-28b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-28b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-29-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-29-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-29b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-29b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-3-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-3-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-30-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-30-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-31-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-31-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-32-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-32-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-33-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-33-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-34-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-34-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-35-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-35-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-36-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-36-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-37-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-37-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-38-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-38-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-39c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-3a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-3a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-4-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-4-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-41-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-41-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-41a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-41a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-42-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-42-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-42a-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-42a-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-43-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-43-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-43b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-43b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44d-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-44d-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45c-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-45c-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-46-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-46-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-46b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-46b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-47-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-47-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-48-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-48-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-49-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-49-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-5-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-5-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-50-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-50-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-51-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-51-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-52-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-52-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-53-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-53-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-54-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-54-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-55-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-55-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-56-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-56-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-57-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-57-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-57b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-57b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-59-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-59-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-6-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-6-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-60-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-60-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-61-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-61-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-62-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-62-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-63-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-63-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-64-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-65-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-65-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-66-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-66-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-66b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-66b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-67-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-67-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-7-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-7-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-70-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-72-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-72-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-72b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-72b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-73-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-73-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-73b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-73b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-74-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-74-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-74b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-74b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-75-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-75-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-75b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-75b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-76-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-76-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-76b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-76b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-77-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-77-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-77b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-77b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-78-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-78-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-78b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-78b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-79-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-79-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-7b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-7b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-8-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-8-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-80-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-80-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-81-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-81-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-81b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-81b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-82-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-82-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-82b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-82b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-83-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-83-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-86-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-86-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-87-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-87-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-87b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-87b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-88-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-88-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-88b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-88b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-89-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-89-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-9-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-9-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-90-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-90-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-90b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-90b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-91-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-91-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-92-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-92-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-93-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-93-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-94-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-94-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-94b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-94b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-95-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-95-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-96-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-96-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-96b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-96b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-97-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-97-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-97b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-97b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-98-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-98-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-98b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-98b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-99-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-99-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-99b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-99b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d1-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d1-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d1b-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d1b-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d2-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d2-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d3-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d3-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d4-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-d4-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-1-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-1-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-10-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-10-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-100-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-100-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-100b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-100b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-101-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-101-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-101b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-101b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-102-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-102-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-102b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-102b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-103-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-103-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-103b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-103b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-104-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-104-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-104b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-104b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-105-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-105-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-105b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-105b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-106-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-106-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-106b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-106b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-107-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-107-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-107b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-107b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-108-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-108-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-108b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-108b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-109-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-109-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-109b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-109b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-11-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-11-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-110-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-110-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-110b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-110b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-111-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-111-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-111b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-111b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-112-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-112-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-112b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-112b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-113-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-113-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-113b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-113b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-114-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-114-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-114b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-114b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-115-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-115-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-115b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-115b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-116-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-116-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-116b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-116b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-117-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-117-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-117b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-117b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-118-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-118-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-119-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-119-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-120-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-120-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-121-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-121-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-122-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-122-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-123-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-123-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-123b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-123b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-124-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-124-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-124b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-124b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-125-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-125-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-125b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-125b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-126-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-126-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-126b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-126b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-127-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-127-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-127b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-127b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-128-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-128-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-128b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-128b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-129-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-129-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-129b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-129b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-13-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-13-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-130-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-130-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-130b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-130b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-131-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-131-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-131b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-131b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-132-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-132-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-132b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-132b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-133-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-133-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-133b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-133b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-134-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-134-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-134b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-134b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-135-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-135-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-135b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-135b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-136-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-136-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-136b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-136b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-137-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-137-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-137b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-137b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-138-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-138-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-138b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-138b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-139-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-139-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-139b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-139b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-14-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-14-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-140-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-140-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-140b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-140b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-141-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-141-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-141b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-141b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-142-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-142-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-142b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-142b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-143-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-143-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-143b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-143b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-144-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-144-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-145a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-145a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-145b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-145b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-146a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-146a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-146b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-146b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-147a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-147a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-147b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-147b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-149-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-149-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-149b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-149b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-14b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-14b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-14c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-14c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-14d-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-14d-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-14e-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-14e-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-15-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-15-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-150-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-150-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-151-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-151-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-152-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-152-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-153-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-153-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-154-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-154-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-155-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-155-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-155a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-155a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-155b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-155b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-155c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-155c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-155d-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-155d-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-156-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-156-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-156b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-156b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-156c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-156c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-157-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-157-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-158-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-158-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-159-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-159-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-15b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-15b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-15c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-15c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-16-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-16-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-160-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-160-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-161-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-161-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-166-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-166-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-166a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-166a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-167-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-167-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-167a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-167a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-168-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-168-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-168a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-168a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-169-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-169-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-169a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-169a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-17-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-17-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-170-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-170-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-170a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-170a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-170b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-170b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-170c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-170c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-170d-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-170d-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-171-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-171-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-172a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-172a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-172b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-172b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-173a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-173a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-173b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-173b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-174a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-174a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-174b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-174b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-175a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-175a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-175b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-175b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-175c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-175c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-176-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-176-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-177a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-177a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-177b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-177b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-178-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-178-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-179-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-179-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-179a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-179a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-18-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-18-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-180a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-180a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-181-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-181-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-182-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-182-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-183-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-183-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184d-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184d-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184e-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184e-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-184f-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-184f-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-18a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-18b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-18b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-18c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-18c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-19-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-19-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-19b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-2-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-2-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-20-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-20-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-21-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-21-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-21b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-21b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-22-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-22-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-25-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-25-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-27-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-27-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-27a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-27a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-27b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-27b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-28-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-28-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-28b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-28b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-29-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-29-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-29b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-29b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-3-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-3-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-30-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-30-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-31-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-31-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-32-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-32-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-33-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-33-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-34-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-34-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-35-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-35-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-36-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-36-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-37-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-37-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-38-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-38-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-39-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-39-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-39a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-39a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-39b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-39b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-39c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-39c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-3a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-3a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-4-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-4-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-41-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-41-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-41a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-41a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-42-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-42-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-42a-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-42a-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-43-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-43-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-43b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-43b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-44-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-44-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-44b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-44b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-44c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-44c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-44d-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-44d-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-45-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-45-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-45b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-45b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-45c-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-45c-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-46-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-46-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-46b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-46b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-47-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-47-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-48-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-48-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-49-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-49-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-5-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-5-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-50-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-50-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-51-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-51-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-52-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-52-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-53-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-53-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-54-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-54-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-55-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-55-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-56-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-56-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-57-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-57-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-57b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-57b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-59-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-59-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-6-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-6-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-60-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-60-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-61-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-61-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-62-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-62-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-63-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-63-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-64-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-65-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-65-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-66-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-66-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-66b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-66b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-67-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-67-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-7-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-7-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-70-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-70-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-72-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-72-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-72b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-72b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-73-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-73-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-73b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-73b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-74-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-74-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-74b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-74b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-75-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-75-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-75b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-75b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-76-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-76-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-76b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-76b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-77-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-77-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-77b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-77b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-78-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-78-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-78b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-78b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-79-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-79-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-7b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-7b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-8-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-8-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-80-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-80-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-81-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-81-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-81b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-81b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-82-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-82-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-82b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-82b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-83-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-83-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-86-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-86-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-87-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-87-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-87b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-87b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-88-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-88-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-88b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-88b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-89-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-89-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-9-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-9-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-90-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-90-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-90b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-90b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-91-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-91-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-92-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-92-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-93-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-93-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-94-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-94-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-94b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-94b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-95-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-95-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-96-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-96-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-96b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-96b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-97-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-97-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-97b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-97b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-98-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-98-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-98b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-98b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-99-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-99-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-99b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-99b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-d1-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-d1-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-d1b-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-d1b-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-d2-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-d2-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-d3-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-d3-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-d4-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-d4-expected.txt:
2012-07-12 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] platform/qt/css2.1/20110323 tests needs update after rebaseline
https://bugs.webkit.org/show_bug.cgi?id=91084
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0/Skipped:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.txt:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.png:
* platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.txt:
* platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.png:
* platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-001-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-001-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-002-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-002-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-003-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-003-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-004-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-004-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-005-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-005-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-006-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-006-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-007-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-007-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-008-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-008-expected.txt:
* platform/qt/css2.1/20110323/background-intrinsic-009-expected.png:
* platform/qt/css2.1/20110323/background-intrinsic-009-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.txt:
* platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.png:
* platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/block-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/block-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/block-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/border-collapse-offset-002-expected.png:
* platform/qt/css2.1/20110323/border-collapse-offset-002-expected.txt:
* platform/qt/css2.1/20110323/border-conflict-style-079-expected.png:
* platform/qt/css2.1/20110323/border-conflict-style-079-expected.txt:
* platform/qt/css2.1/20110323/border-conflict-style-088-expected.png: Added.
* platform/qt/css2.1/20110323/border-conflict-style-088-expected.txt:
* platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.png: Added.
* platform/qt/css2.1/20110323/border-spacing-applies-to-015-expected.txt:
* platform/qt/css2.1/20110323/c543-txt-decor-000-expected.png:
* platform/qt/css2.1/20110323/c543-txt-decor-000-expected.txt:
* platform/qt/css2.1/20110323/dynamic-top-change-001-expected.png: Added.
* platform/qt/css2.1/20110323/dynamic-top-change-001-expected.txt:
* platform/qt/css2.1/20110323/dynamic-top-change-002-expected.png: Added.
* platform/qt/css2.1/20110323/dynamic-top-change-002-expected.txt:
* platform/qt/css2.1/20110323/dynamic-top-change-003-expected.png: Added.
* platform/qt/css2.1/20110323/dynamic-top-change-003-expected.txt:
* platform/qt/css2.1/20110323/dynamic-top-change-004-expected.png: Added.
* platform/qt/css2.1/20110323/dynamic-top-change-004-expected.txt:
* platform/qt/css2.1/20110323/empty-inline-001-expected.png: Copied from LayoutTests/platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png.
* platform/qt/css2.1/20110323/empty-inline-001-expected.txt:
* platform/qt/css2.1/20110323/empty-inline-002-expected.png: Added.
* platform/qt/css2.1/20110323/empty-inline-002-expected.txt:
* platform/qt/css2.1/20110323/empty-inline-003-expected.png: Added.
* platform/qt/css2.1/20110323/empty-inline-003-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.txt:
* platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.png:
* platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/float-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-003-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-003-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-004-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-004-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-005-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-005-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/float-replaced-width-011-expected.png:
* platform/qt/css2.1/20110323/float-replaced-width-011-expected.txt:
* platform/qt/css2.1/20110323/floating-replaced-height-008-expected.png:
* platform/qt/css2.1/20110323/floating-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/height-width-inline-table-001-expected.png: Added.
* platform/qt/css2.1/20110323/height-width-inline-table-001-expected.txt:
* platform/qt/css2.1/20110323/height-width-table-001-expected.png: Added.
* platform/qt/css2.1/20110323/height-width-table-001-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.png:
* platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.png: Added.
* platform/qt/css2.1/20110323/inline-block-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.png:
* platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-001-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-001-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-002-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-002-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-003-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-003-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-004-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-004-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-005-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-005-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-007-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-height-007-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-height-008-expected.png: Added.
* platform/qt/css2.1/20110323/inline-replaced-height-008-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-001-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-001-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-006-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-006-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-011-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-011-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-012-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-012-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-013-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-013-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-014-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-014-expected.txt:
* platform/qt/css2.1/20110323/inline-replaced-width-015-expected.png:
* platform/qt/css2.1/20110323/inline-replaced-width-015-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-001-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-001-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-002-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-002-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-003-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-003-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-004-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-004-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-005-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-005-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-006-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-006-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-007-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-007-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-008-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-008-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-009-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-009-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-010-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-010-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-012-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-012-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-013-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-013-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-014-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-014-expected.txt:
* platform/qt/css2.1/20110323/margin-applies-to-015-expected.png: Added.
* platform/qt/css2.1/20110323/margin-applies-to-015-expected.txt:
* platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.png:
* platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.txt:
* platform/qt/css2.1/20110323/replaced-elements-001-expected.png:
* platform/qt/css2.1/20110323/replaced-elements-001-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.txt:
* platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png:
* platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt:
* platform/qt/css2.1/20110323/replaced-min-max-001-expected.png:
* platform/qt/css2.1/20110323/replaced-min-max-001-expected.txt:
* platform/qt/css2.1/20110323/table-caption-001-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-001-expected.txt:
* platform/qt/css2.1/20110323/table-caption-002-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-002-expected.txt:
* platform/qt/css2.1/20110323/table-caption-horizontal-alignment-001-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-horizontal-alignment-001-expected.txt:
* platform/qt/css2.1/20110323/table-caption-margins-001-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-margins-001-expected.txt:
* platform/qt/css2.1/20110323/table-caption-optional-001-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-optional-001-expected.txt:
* platform/qt/css2.1/20110323/table-caption-optional-002-expected.png: Added.
* platform/qt/css2.1/20110323/table-caption-optional-002-expected.txt:
* platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.png:
* platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.txt:
* platform/qt/css2.1/20110323/width-replaced-element-001-expected.png:
* platform/qt/css2.1/20110323/width-replaced-element-001-expected.txt:
2012-07-12 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening after r122408 and r122414
https://bugs.webkit.org/show_bug.cgi?id=91069
Unreviewed gardening. Add new baseline for state-restore-skip-stateless.html
after r122414 and update expected results for table-vertical-align.html after
r122408.
* platform/efl/fast/forms/state-restore-skip-stateless-expected.txt:
* platform/efl/fast/multicol/table-vertical-align-expected.png:
* platform/efl/fast/multicol/table-vertical-align-expected.txt:
2012-07-12 Simon Pena <spena@igalia.com>
[GTK] Gardening: rebaseline after r122414
https://bugs.webkit.org/show_bug.cgi?id=91064
Unreviewed gardening.
Added the right -expected results for the
fast/forms/state-restore-skip-stateless.html test after
r122414
* platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt:
2012-07-12 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] [Part 1] platform/qt/css1 tests needs update after rebaseline and new testfonts
https://bugs.webkit.org/show_bug.cgi?id=90809
Batch of expected result files reviewed. It comprises
/LayoutTests/platform/qt/css1/box_properties directory.
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/css1/box_properties/acid_test-expected.png:
* platform/qt/css1/box_properties/acid_test-expected.txt:
* platform/qt/css1/box_properties/border-expected.png:
* platform/qt/css1/box_properties/border-expected.txt:
* platform/qt/css1/box_properties/border_bottom-expected.png:
* platform/qt/css1/box_properties/border_bottom-expected.txt:
* platform/qt/css1/box_properties/border_bottom_inline-expected.png:
* platform/qt/css1/box_properties/border_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/border_bottom_width-expected.png:
* platform/qt/css1/box_properties/border_bottom_width-expected.txt:
* platform/qt/css1/box_properties/border_bottom_width_inline-expected.png:
* platform/qt/css1/box_properties/border_bottom_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_color-expected.png:
* platform/qt/css1/box_properties/border_color-expected.txt:
* platform/qt/css1/box_properties/border_color_inline-expected.png:
* platform/qt/css1/box_properties/border_color_inline-expected.txt:
* platform/qt/css1/box_properties/border_inline-expected.png:
* platform/qt/css1/box_properties/border_inline-expected.txt:
* platform/qt/css1/box_properties/border_left-expected.png:
* platform/qt/css1/box_properties/border_left-expected.txt:
* platform/qt/css1/box_properties/border_left_inline-expected.png:
* platform/qt/css1/box_properties/border_left_inline-expected.txt:
* platform/qt/css1/box_properties/border_left_width-expected.png:
* platform/qt/css1/box_properties/border_left_width-expected.txt:
* platform/qt/css1/box_properties/border_left_width_inline-expected.png:
* platform/qt/css1/box_properties/border_left_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_right-expected.png:
* platform/qt/css1/box_properties/border_right-expected.txt:
* platform/qt/css1/box_properties/border_right_inline-expected.png:
* platform/qt/css1/box_properties/border_right_inline-expected.txt:
* platform/qt/css1/box_properties/border_right_width-expected.png:
* platform/qt/css1/box_properties/border_right_width-expected.txt:
* platform/qt/css1/box_properties/border_right_width_inline-expected.png:
* platform/qt/css1/box_properties/border_right_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_style-expected.png:
* platform/qt/css1/box_properties/border_style-expected.txt:
* platform/qt/css1/box_properties/border_style_inline-expected.png:
* platform/qt/css1/box_properties/border_style_inline-expected.txt:
* platform/qt/css1/box_properties/border_top-expected.png:
* platform/qt/css1/box_properties/border_top-expected.txt:
* platform/qt/css1/box_properties/border_top_inline-expected.png:
* platform/qt/css1/box_properties/border_top_inline-expected.txt:
* platform/qt/css1/box_properties/border_top_width-expected.png:
* platform/qt/css1/box_properties/border_top_width-expected.txt:
* platform/qt/css1/box_properties/border_top_width_inline-expected.png:
* platform/qt/css1/box_properties/border_top_width_inline-expected.txt:
* platform/qt/css1/box_properties/border_width-expected.png:
* platform/qt/css1/box_properties/border_width-expected.txt:
* platform/qt/css1/box_properties/border_width_inline-expected.png:
* platform/qt/css1/box_properties/border_width_inline-expected.txt:
* platform/qt/css1/box_properties/clear-expected.png:
* platform/qt/css1/box_properties/clear-expected.txt:
* platform/qt/css1/box_properties/clear_float-expected.png:
* platform/qt/css1/box_properties/clear_float-expected.txt:
* platform/qt/css1/box_properties/float-expected.png:
* platform/qt/css1/box_properties/float-expected.txt:
* platform/qt/css1/box_properties/float_elements_in_series-expected.png:
* platform/qt/css1/box_properties/float_elements_in_series-expected.txt:
* platform/qt/css1/box_properties/float_margin-expected.png:
* platform/qt/css1/box_properties/float_margin-expected.txt:
* platform/qt/css1/box_properties/float_on_text_elements-expected.png:
* platform/qt/css1/box_properties/float_on_text_elements-expected.txt:
* platform/qt/css1/box_properties/height-expected.png:
* platform/qt/css1/box_properties/height-expected.txt:
* platform/qt/css1/box_properties/margin-expected.png:
* platform/qt/css1/box_properties/margin-expected.txt:
* platform/qt/css1/box_properties/margin_bottom-expected.png:
* platform/qt/css1/box_properties/margin_bottom-expected.txt:
* platform/qt/css1/box_properties/margin_bottom_inline-expected.png:
* platform/qt/css1/box_properties/margin_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/margin_inline-expected.png:
* platform/qt/css1/box_properties/margin_inline-expected.txt:
* platform/qt/css1/box_properties/margin_left-expected.png:
* platform/qt/css1/box_properties/margin_left-expected.txt:
* platform/qt/css1/box_properties/margin_left_inline-expected.png:
* platform/qt/css1/box_properties/margin_left_inline-expected.txt:
* platform/qt/css1/box_properties/margin_right-expected.png:
* platform/qt/css1/box_properties/margin_right-expected.txt:
* platform/qt/css1/box_properties/margin_right_inline-expected.png:
* platform/qt/css1/box_properties/margin_right_inline-expected.txt:
* platform/qt/css1/box_properties/margin_top-expected.png:
* platform/qt/css1/box_properties/margin_top-expected.txt:
* platform/qt/css1/box_properties/margin_top_inline-expected.png:
* platform/qt/css1/box_properties/margin_top_inline-expected.txt:
* platform/qt/css1/box_properties/padding-expected.png:
* platform/qt/css1/box_properties/padding-expected.txt:
* platform/qt/css1/box_properties/padding_bottom-expected.png:
* platform/qt/css1/box_properties/padding_bottom-expected.txt:
* platform/qt/css1/box_properties/padding_bottom_inline-expected.png:
* platform/qt/css1/box_properties/padding_bottom_inline-expected.txt:
* platform/qt/css1/box_properties/padding_inline-expected.png:
* platform/qt/css1/box_properties/padding_inline-expected.txt:
* platform/qt/css1/box_properties/padding_left-expected.png:
* platform/qt/css1/box_properties/padding_left-expected.txt:
* platform/qt/css1/box_properties/padding_left_inline-expected.png:
* platform/qt/css1/box_properties/padding_left_inline-expected.txt:
* platform/qt/css1/box_properties/padding_right-expected.png:
* platform/qt/css1/box_properties/padding_right-expected.txt:
* platform/qt/css1/box_properties/padding_right_inline-expected.png:
* platform/qt/css1/box_properties/padding_right_inline-expected.txt:
* platform/qt/css1/box_properties/padding_top-expected.png:
* platform/qt/css1/box_properties/padding_top-expected.txt:
* platform/qt/css1/box_properties/padding_top_inline-expected.png:
* platform/qt/css1/box_properties/padding_top_inline-expected.txt:
* platform/qt/css1/box_properties/width-expected.png:
* platform/qt/css1/box_properties/width-expected.txt:
2012-07-12 Florin Malita <fmalita@chromium.org>
Incorrect handling of chained pending resources in SVGUseElement
https://bugs.webkit.org/show_bug.cgi?id=89686
Reviewed by Nikolas Zimmermann.
Added reftest to verify that nested/indirect <use> constructs are
handled correctly WRT pending resource tracking.
Also updated the svg/hixie/error/017-expected.txt to match the current
results. Per comments in SVGUseElement::buildShadowAndInstanceTree, the
new behavior is correct: <use> cycles are to be ignored.
* platform/chromium-win/svg/hixie/error/017-expected.txt:
* platform/efl/svg/hixie/error/017-expected.txt:
* platform/gtk/svg/hixie/error/017-expected.txt:
* platform/mac/svg/hixie/error/017-expected.txt:
* platform/qt/svg/hixie/error/017-expected.txt:
* svg/custom/use-nested-expected.svg: Added.
* svg/custom/use-nested.svg: Added.
2012-07-12 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, fixing a typo in test's filename in TestExpectations.
* platform/gtk/TestExpectations:
2012-07-12 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
* platform/qt/Skipped:
* platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Renamed from LayoutTests/platform/qt/fast/forms/state-restore-.
2012-07-12 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip new failing test.
* platform/qt/Skipped:
2012-07-12 Simon Pena <spena@igalia.com>
[GTK] Rebaseline after 122416 and r122408
https://bugs.webkit.org/show_bug.cgi?id=91066
Unreviewed gardening.
Rebaseline fast/multicol/table-vertical-align.html
after r122416 (which updated results missing after the fix
from r122408)
* platform/gtk/fast/multicol/table-vertical-align-expected.png:
* platform/gtk/fast/multicol/table-vertical-align-expected.txt:
2012-07-12 Simon Pena <spena@igalia.com>
[GTK] Gardening: rebaseline after r122414
https://bugs.webkit.org/show_bug.cgi?id=91064
Unreviewed gardening. Add new baseline after r122414
for fast/forms/state-restore-skip-stateless.html
* platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt: Added.
2012-07-11 Andrey Kosyakov <caseq@chromium.org>
Layout Test inspector/timeline/timeline-dom-content-loaded-event.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90984
Reviewed by Vsevolod Vlasov.
- remove test flakiness by only outputting result when page completed reload;
* inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
* inspector/timeline/timeline-dom-content-loaded-event.html:
2012-07-12 Vsevolod Vlasov <vsevik@chromium.org>
REGRESSION(r122327): It made http/tests/inspector/network/network-request-revision-content.html fail on Lion, Qt
https://bugs.webkit.org/show_bug.cgi?id=90979
Reviewed by Pavel Feldman.
* http/tests/inspector/network/network-request-revision-content-expected.txt:
* http/tests/inspector/network/network-request-revision-content.html:
* platform/qt/Skipped:
2012-07-12 Xingnan Wang <xingnan.wang@intel.com>
[IndexedDB] upperOpen set to true in lowerBound()/lowerOpen set to true in upperBound()
https://bugs.webkit.org/show_bug.cgi?id=90867
Reviewed by Tony Chang.
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/resources/keyrange.js:
(checkLowerBoundKeyRange):
(checkUpperBoundKeyRange):
2012-07-12 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the new failing test.
* platform/qt/Skipped:
2012-07-12 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Added new platform specific expected after r122414.
https://bugs.webkit.org/show_bug.cgi?id=91060.
* platform/qt/fast/forms/state-restore-skip-stateless-expected.txt: Added after r122414.
2012-07-12 MORITA Hajime <morrita@google.com>
[Shadow DOM] <video> with <shadow> crashes
https://bugs.webkit.org/show_bug.cgi?id=91055
Reviewed by Kent Tamura.
* fast/dom/shadow/insertion-point-video-crash-expected.txt: Added.
* fast/dom/shadow/insertion-point-video-crash.html: Added.
2012-07-12 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip new failing test introduced in r122399
* platform/qt/Skipped:
2012-07-12 Kent Tamura <tkent@chromium.org>
Do not save the form state signature if nothing is saved
https://bugs.webkit.org/show_bug.cgi?id=91050
Reviewed by Hajime Morita.
* fast/forms/resources/state-restore-empty-state-1.html: Added.
* fast/forms/state-restore-empty-state-expected.txt: Added.
* fast/forms/state-restore-empty-state.html: Added.
2012-07-11 Matt Falkenhagen <falken@chromium.org>
Add dialog element feature toggle to InternalSettings
https://bugs.webkit.org/show_bug.cgi?id=90934
Reviewed by Hajime Morita.
* fast/dom/HTMLDialogElement/dialog-disabled-expected.txt: Added.
* fast/dom/HTMLDialogElement/dialog-disabled.html: Added.
* fast/dom/HTMLDialogElement/dialog-enabled-expected.txt: Added.
* fast/dom/HTMLDialogElement/dialog-enabled.html: Added.
* platform/efl/TestExpectations: Skipped because ENABLE_DIALOG_ELEMENT is off by default.
* platform/gtk/TestExpectations: Ditto.
* platform/mac/TestExpectations: Ditto.
* platform/qt/TestExpectations: Ditto.
2012-07-11 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
* platform/chromium/TestExpectations: Started TIMEOUT on Mac.
2012-07-11 Kent Tamura <tkent@chromium.org>
Accessing width or height of a detached image input element causes crash
https://bugs.webkit.org/show_bug.cgi?id=90885
Reviewed by Kentaro Hara.
* fast/forms/image/width-and-height-of-detached-input-expected.txt: Added.
* fast/forms/image/width-and-height-of-detached-input.html: Added.
2012-07-11 Dan Bernstein <mitz@apple.com>
Updated expected results for this test after r122408, which fixed it.
* platform/mac/fast/multicol/table-vertical-align-expected.txt:
2012-07-11 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
html5lib/runner.html started crashing after r122359.
* platform/chromium/TestExpectations:
2012-07-11 Kent Tamura <tkent@chromium.org>
Do not save state of stateless form controls
https://bugs.webkit.org/show_bug.cgi?id=90964
Reviewed by Hajime Morita.
* fast/forms/resources/state-restore-skip-stateless-dump.html: Added.
* fast/forms/state-restore-skip-stateless-expected.txt: Added.
* fast/forms/state-restore-skip-stateless.html: Added.
2012-07-11 Dan Bernstein <mitz@apple.com>
When a table row height grows because of pagination, not all cells’ heights are adjusted
https://bugs.webkit.org/show_bug.cgi?id=91043
Reviewed by Sam Weinig.
* fast/multicol/table-row-height-increase-expected.html: Added.
* fast/multicol/table-row-height-increase.html: Added.
2012-07-11 Ojan Vafai <ojan@chromium.org>
Rebaseline after http://trac.webkit.org/changeset/122374.
* platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Removed.
* platform/chromium-mac/css3/flexbox/repaint-rtl-column-expected.png:
* platform/chromium-win/css3/flexbox/repaint-rtl-column-expected.png:
2012-07-11 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
inspector/timeline/timeline-dom-content-loaded-event.html started to fail after r122312.
* platform/chromium/TestExpectations:
2012-07-11 Robert Kroeger <rjkroege@chromium.org>
Suppress horizontal conversion of PlatformWheelEvents when hasPreciseScrollingDeltas is true
https://bugs.webkit.org/show_bug.cgi?id=89580
WebKit GTK and Chromium Linux force vertical wheel events to
scroll horizontally when over horizontal scroll bars. This is
undesirable for touchpad scrolling with
hasPreciseScrollingDeltas() == true. Added a layout test showing
that change correctly suppresses this behaviour.
Reviewed by Adam Barth.
* fast/events/touch/gesture/touch-gesture-scroll-sideways-expected.txt: Added.
* fast/events/touch/gesture/touch-gesture-scroll-sideways.html: Added.
* platform/chromium-linux/fast/events/touch/gesture/touch-gesture-scroll-sideways-expected.txt: Added. Note: test has intentional platform difference.
2012-07-11 Filip Pizlo <fpizlo@apple.com>
DFG should have fast virtual calls
https://bugs.webkit.org/show_bug.cgi?id=90924
Rubber stamped by Oliver Hunt.
This changes which piece of code appears on top of the stack at the point of a stack
overflow. As far as Oliver and I can tell, it doesn't matter, so I just rebased the
test.
* fast/js/stack-trace-expected.txt:
2012-07-11 Adam Barth <abarth@webkit.org>
Unreviewed. Remove empty directories.
* http/tests/websocket/tests/resources: Removed.
* http/tests/websocket/tests/script-tests: Removed.
* http/tests/websocket/tests/workers: Removed.
* http/tests/websocket/tests/workers/resources: Removed.
2012-07-10 Simon Fraser <simon.fraser@apple.com>
Assertion ASSERTION FAILED: enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()) when compositing in paginated mode
https://bugs.webkit.org/show_bug.cgi?id=90919
Reviewed by Antti Koivisto.
Test with a composited element in a document which is put into paginated mode.
* compositing/columns/geometry-map-paginated-assert-expected.txt: Added.
* compositing/columns/geometry-map-paginated-assert.html: Added.
2012-07-11 Ojan Vafai <ojan@chromium.org>
Simplify css3/flexbox/repaint-rtl-column.html
https://bugs.webkit.org/show_bug.cgi?id=91011
Reviewed by Tony Chang.
This test was doing something simple in a complicated way. Also, removing
the text should make it so that more ports can fallback to the same png.
* css3/flexbox/repaint-rtl-column-expected.txt:
* css3/flexbox/repaint-rtl-column.html:
* platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png:
2012-07-11 Chris Fleizach <cfleizach@apple.com>
ARIA spinbutton role incorrectly mapped to ProgressIndicatorRole
https://bugs.webkit.org/show_bug.cgi?id=77298
Reviewed by Anders Carlsson.
* platform/mac/accessibility/aria-spinbutton-expected.txt:
* platform/mac/accessibility/aria-spinbutton.html:
2012-07-11 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding an expectation for a test failing on the
64-bit Debug builder due to libxml2 2.8.0 being used and updating the
bug handle for another test.
* platform/gtk/TestExpectations:
2012-07-11 Adam Barth <abarth@webkit.org>
[Chromium] Enable LEGACY_VIEWPORT_ADAPTION
https://bugs.webkit.org/show_bug.cgi?id=90991
Reviewed by Tony Chang.
These tests pass now that we've enabled this feature.
* platform/chromium/TestExpectations:
2012-07-11 Dean Jackson <dino@apple.com>
TileCache layers have wrong border debug color
https://bugs.webkit.org/show_bug.cgi?id=90922
Reviewed by Simon Fraser.
Make sure that the document background color is updated
when using a Tile Cache.
* compositing/document-background-color-expected.html: Added.
* compositing/document-background-color.html: Added.
2012-07-11 Allan Sandfeld Jensen <allan.jensen@nokia.com>
NodesFromRect doesn't work on SVG root elements.
https://bugs.webkit.org/show_bug.cgi?id=89990
Reviewed by Antonio Gomes.
Test nodesFromRect on SVG root elements.
* fast/dom/nodesFromRect-svg-expected.txt: Added.
* fast/dom/nodesFromRect-svg.html: Added.
2012-07-11 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-5.0-wk2/Skipped: Skip a new crashing test.
* platform/qt/Skipped: Typo fix.
2012-07-11 Steffen Imhof <steffen.imhof@basyskom.com>
[Qt] Middle clicking a scrollbar causes text to be pasted.
https://bugs.webkit.org/show_bug.cgi?id=78444
Updated the scrollbars/scrollbar-middleclick-nopaste.html test to use an
<input> field as target for onpaste events. Using <body> did not work
(at least for Qt), because the onpaste events are not fired, even if
manually middle-clicking into the body. My guess would be that they are
not sent, because the body is non-editable. The changed test should
reflect the common use-case triggering the problem better.
Reviewed by Simon Hausmann.
* scrollbars/scrollbar-middleclick-nopaste.html:
2012-07-11 W. James MacLean <wjmaclean@chromium.org>
[Chromium] Unreviewed gardening. fast/forms/textarea/textarea-state-restore.html is flaky (timeouts frquently).
https://bugs.webkit.org/show_bug.cgi?id=90980
Marking this test as possible TIMOUT in test expectations.
* platform/chromium/TestExpectations:
2012-07-11 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip a failing test after r122327.
https://bugs.webkit.org/show_bug.cgi?id=90979.
* platform/qt/Skipped:
2012-07-11 W. James MacLean <wjmaclean@chromium.org>
Unreviewed gardening. Mark inspector/extensions/extensions-events.html as TIMEOUT on non-debug builds.
https://bugs.webkit.org/show_bug.cgi?id=86439
This test has started timing out on non-debug builds as well, adding comment to existing bug.
* platform/chromium/TestExpectations:
2012-07-11 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Move revisions support to UISourceCode.
https://bugs.webkit.org/show_bug.cgi?id=90888
Reviewed by Pavel Feldman.
* http/tests/inspector/network/network-request-revision-content-expected.txt:
* http/tests/inspector/network/network-request-revision-content.html:
* inspector/debugger/script-snippet-model.html:
* inspector/styles/styles-add-new-rule.html:
* inspector/styles/styles-history.html:
2012-07-11 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
Mark fast/js/dfg-poison-fuzz.html as slow, because its runtime is 48 secs on 32 bit in debug mode.
* platform/qt/TestExpectations:
2012-07-11 Csaba Osztrogonác <ossy@webkit.org>
[Qt][ARM] Unreviewed gardening, mark slow tests.
* platform/qt-arm/TestExpectations:
2012-07-11 Csaba Osztrogonác <ossy@webkit.org>
[Qt][ARM] Unreviewed gardening, skip more crashing tests.
* platform/qt-arm/TestExpectations:
2012-07-11 Balazs Ankes <bank@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r122290.
* platform/qt/Skipped: Skip fast/forms/input-in-table-cell-no-value.html because ENABLE(INPUT_TYPE_DATE) is disabled
2012-07-11 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Move tests that require ENABLE_INPUT_TYPE_* to TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=90948
Unreviewed EFL gardening. Move tests that require
ENABLE_INPUT_TYPE_* to be enabled from Skipped list to
TestExpectations.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-07-11 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Clean up FileSystem related code
https://bugs.webkit.org/show_bug.cgi?id=90592
Reviewed by Vsevolod Vlasov.
Clean up FileSystem related code in Inspector as follows:
- Clean up layout tests and add test case for error case,
- Fix error handling on request,
- s/GetFileSystemRootTask/FileSystemRootRequest/g
- s/ReadDirectoryTask/DirectoryContentRequest/g
- s/ReadFileTask/FileContentRequest/g
* http/tests/inspector/filesystem/filesystem-test.js:
(initialize_FileSystemTest.InspectorTest.dumpFileSystemRootRequestResult):
(initialize_FileSystemTest.InspectorTest.dumpDirectoryContentRequestResult):
(initialize_FileSystemTest.InspectorTest.dumpMetadataRequestResult):
(initialize_FileSystemTest.InspectorTest.dumpFileContentRequestResult):
(initialize_FileSystemTest):
* http/tests/inspector/filesystem/request-directory-content-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/read-directory-expected.txt.
* http/tests/inspector/filesystem/request-directory-content.html: Renamed from LayoutTests/http/tests/inspector/filesystem/read-directory.html. Changed test steps to unnamed function array. Add failcase test.
* http/tests/inspector/filesystem/request-file-content-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/read-file-expected.txt.
* http/tests/inspector/filesystem/request-file-content.html: Renamed from LayoutTests/http/tests/inspector/filesystem/read-file.html. Changed test steps to unnamed function array. Add failcase test.
* http/tests/inspector/filesystem/request-filesystem-root-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/get-filesystem-expected.txt.
* http/tests/inspector/filesystem/request-filesystem-root.html: Renamed from LayoutTests/http/tests/inspector/filesystem/get-filesystem-root.html. Changed test steps to unnamed function array. Add failcase test.
* http/tests/inspector/filesystem/request-metadata-expected.txt: Renamed from LayoutTests/http/tests/inspector/filesystem/get-metadata-expected.txt.
* http/tests/inspector/filesystem/request-metadata.html: Renamed from LayoutTests/http/tests/inspector/filesystem/get-metadata.html. Changed test steps to unnamed function array. Add failcase test.
2012-07-09 Eugene Klyuchnikov <eustas.bug@gmail.com>
Web Inspector: Forward message loop instrumentation data to frontend.
https://bugs.webkit.org/show_bug.cgi?id=89584
Reviewed by Yury Semikhatsky.
Transmit collected message loop tasks to inspector frontend.
Now "Program" should be a top-level event on browsers that
support message loop instrumentation.
Frontend was changed so that user will not see any changes.
* inspector/timeline/timeline-enum-stability-expected.txt:
2012-07-11 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding an image expectation for the
fast/forms/input-in-table-cell-no-value.html reftest, failing
after it was introduced in r122290 due to <input type='date'>
being used. The ENABLE_INPUT_TYPE_DATE feature is not enabled
on the Gtk port.
* platform/gtk/TestExpectations:
2012-07-11 Kenneth Russell <kbr@google.com>
compositing/webgl/webgl-nonpremultiplied-blend.html is flaky on Lion
https://bugs.webkit.org/show_bug.cgi?id=82412
Reviewed by Adrienne Walker.
Removed Chromium Mac-specific pixel results and failure expectations.
* platform/chromium-mac/compositing/webgl/webgl-nonpremultiplied-blend-expected.png: Removed.
* platform/chromium/TestExpectations:
Removed expectations of failure.
2012-07-11 Csaba Osztrogonác <ossy@webkit.org>
gc() doesn't exist in svg/animations/dynamic-modify-attributename-crash2.svg
https://bugs.webkit.org/show_bug.cgi?id=90945
Reviewed by Abhishek Arya.
* svg/animations/dynamic-modify-attributename-crash2.svg: Include fast/js/resources/js-test-pre.js to have gc().
2012-07-10 Douglas Stockwell <dstockwell@chromium.org>
Style not updated for element with display:none becoming first/last-child
https://bugs.webkit.org/show_bug.cgi?id=90356
Reviewed by Kent Tamura.
* fast/css/first-child-display-change-expected.txt: Added.
* fast/css/first-child-display-change-inverse-expected.txt: Added.
* fast/css/first-child-display-change-inverse.html: Added.
* fast/css/first-child-display-change.html: Added.
* fast/css/last-child-display-change-expected.txt: Added.
* fast/css/last-child-display-change-inverse-expected.txt: Added.
* fast/css/last-child-display-change-inverse.html: Added.
* fast/css/last-child-display-change.html: Added.
2012-07-10 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Remove 'true' from testRunner.dumpAsText(true).
NRWT complained that an '-expected.png' file was MISSING.
* animations/animation-shorthand-name-order.html:
2012-07-10 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
* fast/css/deprecated-flexbox-auto-min-size-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/deprecated-flexbox-auto-min-size-expected.txt.
12012-07-10 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
* platform/chromium/fast/css/deprecated-flexbox-auto-min-size-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/css/deprecated-flexbox-auto-min-size-expected.txt.
2012-07-10 Shinya Kawanaka <shinyak@chromium.org>
Crash in nextLinePosition() due to accessing a removed root line box.
https://bugs.webkit.org/show_bug.cgi?id=90484
Reviewed by Abhishek Arya.
This testcase should not be triggered in ASAN.
* editing/execCommand/crash-extend-selection-forward-expected.txt: Added.
* editing/execCommand/crash-extend-selection-forward.html: Added.
2012-07-10 Julien Chaffraix <jchaffraix@webkit.org>
REGRESSION(r112113): absolutely positioned INPUT boxes with a table cell containing block have a 0px height
https://bugs.webkit.org/show_bug.cgi?id=89209
Reviewed by Ojan Vafai.
The 2 tests are very close and differ by the use of min-height. This forces some content to be visible in the expected result
but not in the original test case.
* fast/forms/input-in-table-cell-no-value-expected.html: Added.
* fast/forms/input-in-table-cell-no-value.html: Added.
2012-07-10 Kevin Ellis <kevers@chromium.org>
Input elements with type=range do not have default touch handlers.
https://bugs.webkit.org/show_bug.cgi?id=88807
Reviewed by Antonio Gomes.
Add automated test for manipulating an input slider via touch
events.
* fast/events/touch/script-tests/touch-slider-no-js-touch-listener.js: Added.
(checkPosition):
* fast/events/touch/script-tests/touch-slider.js: Added.
(onTouchStart):
(onTouchEnd):
(onKeyDown):
(checkPosition):
* fast/events/touch/touch-slider-expected.txt: Added.
* fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
* fast/events/touch/touch-slider-no-js-touch-listener.html: Added.
* fast/events/touch/touch-slider.html: Added.
* platform/chromium/fast/events/touch/touch-slider-expected.txt: Added.
* platform/chromium/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
2012-07-10 Kenneth Russell <kbr@google.com>
Line directive test in fast/canvas/webgl/glsl-conformance.html is incorrect
https://bugs.webkit.org/show_bug.cgi?id=90897
Reviewed by Adrienne Walker.
Removed an invalid test and adjusted the test expectations.
* fast/canvas/webgl/glsl-conformance-expected.txt:
* fast/canvas/webgl/glsl-conformance.html:
* platform/chromium/TestExpectations:
2012-07-10 Philip Rogers <pdr@google.com>
Crash due to SVG animation element not removed from target (before reset)
https://bugs.webkit.org/show_bug.cgi?id=90750
Reviewed by Abhishek Arya.
* svg/animations/dynamic-modify-attributename-crash2-expected.txt: Added.
* svg/animations/dynamic-modify-attributename-crash2.svg: Added.
2012-07-10 Dean Jackson <dino@apple.com>
REGRESSION (r109610): Order of values in shorthand animation makes a difference
https://bugs.webkit.org/show_bug.cgi?id=84533
<rdar://problem/11831924>
<rdar://problem/11815787>
Reviewed by Simon Fraser.
A new test that exercises many different variants of the animation shorthand
property, putting the animation name in different spots in the list of values.
* animations/animation-shorthand-name-order-expected.txt: Added.
* animations/animation-shorthand-name-order.html: Added.
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Removing duplicated line from TestExpectations.
* platform/chromium/TestExpectations:
2012-07-10 Ojan Vafai <ojan@chromium.org>
Add support for min-height:auto and min-width:auto
https://bugs.webkit.org/show_bug.cgi?id=88437
Reviewed by Tony Chang.
* fast/css/auto-min-size-expected.txt: Added.
* fast/css/auto-min-size.html: Added.
* fast/css/deprecated-flexbox-auto-min-size.html: Added.
* platform/chromium-linux/fast/css/deprecated-flexbox-auto-min-size-expected.txt: Added.
2012-07-10 Joshua Bell <jsbell@chromium.org>
[Chromium] IndexedDB: Need test of Typed Arrays
https://bugs.webkit.org/show_bug.cgi?id=81979
Reviewed by Tony Chang.
Verify storage of Typed Arrays (Uint8Array and friends). Checks that
these types are stored and read back with types and data intact. Also
add an index to the object store, so that key paths are evaluated
against each type on every write operation.
* storage/indexeddb/structured-clone-expected.txt:
* storage/indexeddb/structured-clone.html:
2012-07-10 Adam Barth <abarth@webkit.org>
Remove LayoutTestController and WebKitTestRunner support for Hixie76 WebSockets
https://bugs.webkit.org/show_bug.cgi?id=90853
Reviewed by Eric Seidel.
There's no need to explicitly disable the Hixie76 protocol because it
no longer exists in WebKit.
* http/tests/websocket/tests/hybi/alert-in-event-handler.html:
* http/tests/websocket/tests/hybi/bad-handshake-crash.html:
* http/tests/websocket/tests/hybi/bad-sub-protocol-control-chars.html:
* http/tests/websocket/tests/hybi/bad-sub-protocol-empty.html:
* http/tests/websocket/tests/hybi/bad-sub-protocol-non-ascii.html:
* http/tests/websocket/tests/hybi/binary-type.html:
* http/tests/websocket/tests/hybi/broken-utf8.html:
* http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
* http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
* http/tests/websocket/tests/hybi/client-close.html:
* http/tests/websocket/tests/hybi/close-before-open.html:
* http/tests/websocket/tests/hybi/close-code-and-reason.html:
* http/tests/websocket/tests/hybi/close-event.html:
* http/tests/websocket/tests/hybi/close-on-navigate-new-location.html:
* http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html:
* http/tests/websocket/tests/hybi/close-on-unload-reference-in-parent.html:
* http/tests/websocket/tests/hybi/close-on-unload.html:
* http/tests/websocket/tests/hybi/close-unref-websocket.html:
* http/tests/websocket/tests/hybi/close.html:
* http/tests/websocket/tests/hybi/compressed-control-frame.html:
* http/tests/websocket/tests/hybi/cross-origin.html:
* http/tests/websocket/tests/hybi/deflate-frame-comp-bit-onoff.html:
* http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter.html:
* http/tests/websocket/tests/hybi/deflate-frame-parameter.html:
* http/tests/websocket/tests/hybi/echo-with-no-extension.html:
* http/tests/websocket/tests/hybi/extensions.html:
* http/tests/websocket/tests/hybi/fragmented-binary-frames.html:
* http/tests/websocket/tests/hybi/fragmented-control-frame.html:
* http/tests/websocket/tests/hybi/fragmented-frames.html:
* http/tests/websocket/tests/hybi/frame-lengths.html:
* http/tests/websocket/tests/hybi/handshake-challenge-randomness.html:
* http/tests/websocket/tests/hybi/handshake-error.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-maxlength.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-cr.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null.html:
* http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header.html:
* http/tests/websocket/tests/hybi/httponly-cookie.pl:
* http/tests/websocket/tests/hybi/interleaved-fragments.html:
* http/tests/websocket/tests/hybi/invalid-continuation.html:
* http/tests/websocket/tests/hybi/invalid-encode-length.html:
* http/tests/websocket/tests/hybi/invalid-masked-frames-from-server.html:
* http/tests/websocket/tests/hybi/invalid-subprotocol-characters.html:
* http/tests/websocket/tests/hybi/invalid-subprotocols.html:
* http/tests/websocket/tests/hybi/long-control-frame.html:
* http/tests/websocket/tests/hybi/long-invalid-header.html:
* http/tests/websocket/tests/hybi/multiple-connections.html:
* http/tests/websocket/tests/hybi/multiple-subprotocols.html:
* http/tests/websocket/tests/hybi/no-subprotocol.html:
* http/tests/websocket/tests/hybi/null-character.html:
* http/tests/websocket/tests/hybi/pong.html:
* http/tests/websocket/tests/hybi/receive-arraybuffer.html:
* http/tests/websocket/tests/hybi/receive-blob.html:
* http/tests/websocket/tests/hybi/reload-crash.html:
* http/tests/websocket/tests/hybi/reserved-bits.html:
* http/tests/websocket/tests/hybi/reserved-opcodes.html:
* http/tests/websocket/tests/hybi/send-after-close-on-unload.html:
* http/tests/websocket/tests/hybi/send-arraybuffer.html:
* http/tests/websocket/tests/hybi/send-blob.html:
* http/tests/websocket/tests/hybi/send-empty.html:
* http/tests/websocket/tests/hybi/send-file-blob-fail.html:
* http/tests/websocket/tests/hybi/send-file-blob.html:
* http/tests/websocket/tests/hybi/send-object-tostring-check.html:
* http/tests/websocket/tests/hybi/send-throw.html:
* http/tests/websocket/tests/hybi/send.html:
* http/tests/websocket/tests/hybi/server-close.html:
* http/tests/websocket/tests/hybi/set-protocol.html:
* http/tests/websocket/tests/hybi/simple-stress.html:
* http/tests/websocket/tests/hybi/simple.html:
* http/tests/websocket/tests/hybi/sub-protocol.html:
* http/tests/websocket/tests/hybi/too-long-payload.html:
* http/tests/websocket/tests/hybi/unicode.html:
* http/tests/websocket/tests/hybi/unmasked-frames.html:
* http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html:
* http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html:
* http/tests/websocket/tests/hybi/url-attribute.html:
* http/tests/websocket/tests/hybi/url-no-trailing-slash.html:
* http/tests/websocket/tests/hybi/url-parsing.html:
* http/tests/websocket/tests/hybi/url-with-credential.html:
* http/tests/websocket/tests/hybi/url-with-empty-query.html:
* http/tests/websocket/tests/hybi/url-with-query.html:
* http/tests/websocket/tests/hybi/websocket-event-target.html:
* http/tests/websocket/tests/hybi/websocket-pending-activity.html:
* http/tests/websocket/tests/hybi/workers/close-code-and-reason.html:
* http/tests/websocket/tests/hybi/workers/close-in-onmessage-crash.html:
* http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html:
* http/tests/websocket/tests/hybi/workers/close-in-worker.html:
* http/tests/websocket/tests/hybi/workers/close.html:
* http/tests/websocket/tests/hybi/workers/multiple-subprotocols.html:
* http/tests/websocket/tests/hybi/workers/no-onmessage-in-sync-op.html:
* http/tests/websocket/tests/hybi/workers/no-subprotocol.html:
* http/tests/websocket/tests/hybi/workers/receive-arraybuffer.html:
* http/tests/websocket/tests/hybi/workers/receive-blob.html:
* http/tests/websocket/tests/hybi/workers/send-arraybuffer.html:
* http/tests/websocket/tests/hybi/workers/send-blob.html:
* http/tests/websocket/tests/hybi/workers/shared-worker-simple.html:
* http/tests/websocket/tests/hybi/workers/worker-handshake-challenge-randomness.html:
* http/tests/websocket/tests/hybi/workers/worker-reload.html:
* http/tests/websocket/tests/hybi/workers/worker-simple.html:
* http/tests/websocket/tests/hybi/zero-length-text.html:
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Adding the majority of the remaining indexeddb/mozilla tests which are all flaky and crashing.
* platform/chromium/TestExpectations:
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Added resource-request-content-while-loading.html to flaky wkbug 83890.
* platform/chromium/TestExpectations:
2012-07-06 David Hyatt <hyatt@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=90646
Fix invalid layout test exposed by my changes to logical top estimation.
Reviewed by Simon Fraser.
* fast/block/float/previous-sibling-float-002-expected.html:
* fast/block/float/previous-sibling-float-002.html:
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. tables/mozilla_expected_failures/other/empty_cells.html marked as flaky.
* platform/chromium/TestExpectations:
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. platform/chromium/inspector/styles/device-metrics-fit-window.html is timing out in debug and now marked as slow.
* platform/chromium/TestExpectations:
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. fast/js/dfg-cross-global-object-inline-array-literal.html is racey (and thus flaky).
2012-07-10 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Adding another flaky test to bug 90469 (storage tests).
* platform/chromium/TestExpectations:
2012-07-10 Konrad Piascik <kpiascik@rim.com>
Web Inspector: Geolocation override
https://bugs.webkit.org/show_bug.cgi?id=89365
Reviewed by Yong Li.
Added new tests for Web Inspector overriding geolocation.
* inspector/geolocation-error-expected.txt: Added.
* inspector/geolocation-error.html: Added.
* inspector/geolocation-success-expected.txt: Added.
* inspector/geolocation-success.html: Added.
2012-07-10 Li Yin <li.yin@intel.com>
DelayNode test should cover relate attribute
https://bugs.webkit.org/show_bug.cgi?id=90876
Reviewed by Chris Rogers.
Let the test cover attributes of DelayNode.
* webaudio/delaynode-expected.txt:
* webaudio/delaynode.html:
2012-07-10 Eric Seidel <eric@webkit.org>
REGRESSION (r122168): Layout Test http/tests/misc/script-defer.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90845
Reviewed by Alexey Proskuryakov.
The test should no longer flake.
* platform/chromium/TestExpectations:
* platform/qt/Skipped:
2012-07-10 Leandro Gracia Gil <leandrogracia@chromium.org>
WebSurroundingText layout tests should use the same code path as the rest of the feature.
https://bugs.webkit.org/show_bug.cgi?id=90807
Reviewed by Adam Barth.
Make the textSurroundingNode method take a pair of point coordinates
instead of a node offset.
* platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
* platform/chromium/editing/surrounding-text/surrounding-text.html:
2012-07-10 Kevin Ellis <kevers@chromium.org>
Input type=range issue with events not being raised when value set in js
https://bugs.webkit.org/show_bug.cgi?id=84674
Ensure that click and change events are properly triggered for range
sliders. Prior to the fix, change events were not fired if the new
value matched the value at last change notification based on expected
behavior for text fields. Clicks were not fired if the thumb element
was positioned under the cursor on mouse down.
Reviewed by Kent Tamura.
* fast/events/click-range-slider-expected.txt: Added.
* fast/events/click-range-slider.html: Added.
* fast/events/onchange-range-slider-expected.txt: Added.
* fast/events/onchange-range-slider.html: Added.
2012-07-10 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a text expectation for the
fast/js/global-constructors.html test. The test is failing because
of the in-progress removal of vendor prefix from DOM MutationObservers.
* platform/gtk/TestExpectations:
2012-07-10 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, remove unnecessary expectations.
* platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling-expected.txt: Removed.
* platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling2-expected.txt: Removed.
* platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* platform/qt-mac/fast/block/float/float-not-removed-from-next-sibling4-expected.txt: Removed.
* platform/qt-mac/plugins/mouse-click-plugin-clears-selection-expected.txt: Removed.
* platform/qt-mac/transforms/svg-vs-css-expected.txt: Removed.
* platform/qt-win/Skipped:
* platform/qt-win/fast/events/panScroll-click-hyperlink-expected.txt: Removed.
* platform/qt/fast/css/first-line-text-decoration-expected.png: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-expected.png.
* platform/qt/fast/css/first-line-text-decoration-expected.txt: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-expected.txt.
* platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.png: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.png.
* platform/qt/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt: Renamed from LayoutTests/platform/qt-linux/fast/css/first-line-text-decoration-inherited-from-parent-expected.txt.
2012-07-10 Csaba Osztrogonác <ossy@webkit.org>
[Qt][ARM] Unreviewed gardening, skip failing/crashing tests to try to make the bot green.
* platform/qt-arm/TestExpectations:
2012-07-09 Andrey Kosyakov <caseq@chromium.org>
Web Inspector: [Extensions API] simplify panel size check in extensions-panel.html
https://bugs.webkit.org/show_bug.cgi?id=90799
Reviewed by Vsevolod Vlasov.
- use window argument in Panel.onShown() to check panel window size;
* http/tests/inspector/resources/extension-panel.html:
* inspector/extensions/extensions-panel-expected.txt:
* inspector/extensions/extensions-panel.html:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/wincairo/Skipped:
2012-07-10 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip a flakey test after r122168.
https://bugs.webkit.org/show_bug.cgi?id=90845.
* platform/qt/Skipped:
2012-07-10 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening after r122204.
* fast/viewport/viewport-legacy-xhtmlmp-expected.txt:
2012-07-10 Hayato Ito <hayato@chromium.org>
Unreviewed gardening
Rebaseline.
* platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2012-07-10 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r122178.
http://trac.webkit.org/changeset/122178
https://bugs.webkit.org/show_bug.cgi?id=90857
browser tests, PrerenderBrowserTest.PrerenderFavicon and other
tests, started to fail (Requested by hayato on #webkit).
* fast/dom/icon-url-change-expected.txt: Removed.
* fast/dom/icon-url-change.html: Removed.
* fast/dom/icon-url-list-expected.txt: Removed.
* fast/dom/icon-url-list.html: Removed.
* fast/dom/icon-url-property-expected.txt:
* fast/dom/icon-url-property.html:
* platform/chromium/TestExpectations:
2012-07-10 Adam Barth <abarth@webkit.org>
LayoutTestController.dumpConfigurationForViewport should move to Internals
https://bugs.webkit.org/show_bug.cgi?id=45652
Reviewed by Eric Seidel.
Update these tests to use the Internals API rather than the
LayoutTestController API. This changed the output format of the tests
slightly because the LayoutTestController API printed directly to
stdout whereas the new API just returns a string that we pipe to stdout
using alert.
This patch also cleans up some platform-specific results for these
tests that had drifted out of sync a bit. The patch also correctly
marks the legacy tests as failing on GTK instead of checking in bogus
expected results for them.
This patch unskips these tests on Chromium. Once this patch lands, I'll
go through an unskip them on the other ports as well.
* fast/viewport/viewport-1-expected.txt:
* fast/viewport/viewport-1.html:
* fast/viewport/viewport-10-expected.txt:
* fast/viewport/viewport-10.html:
* fast/viewport/viewport-100-expected.txt:
* fast/viewport/viewport-100.html:
* fast/viewport/viewport-101-expected.txt:
* fast/viewport/viewport-101.html:
* fast/viewport/viewport-102-expected.txt:
* fast/viewport/viewport-102.html:
* fast/viewport/viewport-103-expected.txt:
* fast/viewport/viewport-103.html:
* fast/viewport/viewport-104-expected.txt:
* fast/viewport/viewport-104.html:
* fast/viewport/viewport-105-expected.txt:
* fast/viewport/viewport-105.html:
* fast/viewport/viewport-106-expected.txt:
* fast/viewport/viewport-106.html:
* fast/viewport/viewport-107-expected.txt:
* fast/viewport/viewport-107.html:
* fast/viewport/viewport-108-expected.txt:
* fast/viewport/viewport-108.html:
* fast/viewport/viewport-109-expected.txt:
* fast/viewport/viewport-109.html:
* fast/viewport/viewport-11-expected.txt:
* fast/viewport/viewport-11.html:
* fast/viewport/viewport-110-expected.txt:
* fast/viewport/viewport-110.html:
* fast/viewport/viewport-111-expected.txt:
* fast/viewport/viewport-111.html:
* fast/viewport/viewport-112-expected.txt:
* fast/viewport/viewport-112.html:
* fast/viewport/viewport-113-expected.txt:
* fast/viewport/viewport-113.html:
* fast/viewport/viewport-114-expected.txt:
* fast/viewport/viewport-114.html:
* fast/viewport/viewport-115-expected.txt:
* fast/viewport/viewport-115.html:
* fast/viewport/viewport-116-expected.txt:
* fast/viewport/viewport-116.html:
* fast/viewport/viewport-117-expected.txt:
* fast/viewport/viewport-117.html:
* fast/viewport/viewport-118-expected.txt:
* fast/viewport/viewport-118.html:
* fast/viewport/viewport-119-expected.txt:
* fast/viewport/viewport-119.html:
* fast/viewport/viewport-12-expected.txt:
* fast/viewport/viewport-12.html:
* fast/viewport/viewport-120-expected.txt:
* fast/viewport/viewport-120.html:
* fast/viewport/viewport-121-expected.txt:
* fast/viewport/viewport-121.html:
* fast/viewport/viewport-122-expected.txt:
* fast/viewport/viewport-122.html:
* fast/viewport/viewport-123-expected.txt:
* fast/viewport/viewport-123.html:
* fast/viewport/viewport-124-expected.txt:
* fast/viewport/viewport-124.html:
* fast/viewport/viewport-125-expected.txt:
* fast/viewport/viewport-125.html:
* fast/viewport/viewport-126-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-126-expected.txt.
* fast/viewport/viewport-126.html:
* fast/viewport/viewport-127-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-127-expected.txt.
* fast/viewport/viewport-127.html:
* fast/viewport/viewport-128-expected.txt:
* fast/viewport/viewport-128.html:
* fast/viewport/viewport-129-expected.txt:
* fast/viewport/viewport-129.html:
* fast/viewport/viewport-13-expected.txt:
* fast/viewport/viewport-13.html:
* fast/viewport/viewport-130-expected.txt:
* fast/viewport/viewport-130.html:
* fast/viewport/viewport-131-expected.txt:
* fast/viewport/viewport-131.html:
* fast/viewport/viewport-132-expected.txt:
* fast/viewport/viewport-132.html:
* fast/viewport/viewport-14-expected.txt:
* fast/viewport/viewport-14.html:
* fast/viewport/viewport-15-expected.txt:
* fast/viewport/viewport-15.html:
* fast/viewport/viewport-16-expected.txt:
* fast/viewport/viewport-16.html:
* fast/viewport/viewport-17-expected.txt:
* fast/viewport/viewport-17.html:
* fast/viewport/viewport-18-expected.txt:
* fast/viewport/viewport-18.html:
* fast/viewport/viewport-19-expected.txt:
* fast/viewport/viewport-19.html:
* fast/viewport/viewport-2-expected.txt:
* fast/viewport/viewport-2.html:
* fast/viewport/viewport-20-expected.txt:
* fast/viewport/viewport-20.html:
* fast/viewport/viewport-21-expected.txt:
* fast/viewport/viewport-21.html:
* fast/viewport/viewport-22-expected.txt:
* fast/viewport/viewport-22.html:
* fast/viewport/viewport-23-expected.txt:
* fast/viewport/viewport-23.html:
* fast/viewport/viewport-24-expected.txt:
* fast/viewport/viewport-24.html:
* fast/viewport/viewport-25-expected.txt:
* fast/viewport/viewport-25.html:
* fast/viewport/viewport-26-expected.txt:
* fast/viewport/viewport-26.html:
* fast/viewport/viewport-27-expected.txt:
* fast/viewport/viewport-27.html:
* fast/viewport/viewport-28-expected.txt:
* fast/viewport/viewport-28.html:
* fast/viewport/viewport-29-expected.txt:
* fast/viewport/viewport-29.html:
* fast/viewport/viewport-3-expected.txt:
* fast/viewport/viewport-3.html:
* fast/viewport/viewport-30-expected.txt:
* fast/viewport/viewport-30.html:
* fast/viewport/viewport-31-expected.txt:
* fast/viewport/viewport-31.html:
* fast/viewport/viewport-32-expected.txt:
* fast/viewport/viewport-32.html:
* fast/viewport/viewport-33-expected.txt:
* fast/viewport/viewport-33.html:
* fast/viewport/viewport-34-expected.txt:
* fast/viewport/viewport-34.html:
* fast/viewport/viewport-35-expected.txt:
* fast/viewport/viewport-35.html:
* fast/viewport/viewport-36-expected.txt:
* fast/viewport/viewport-36.html:
* fast/viewport/viewport-37-expected.txt:
* fast/viewport/viewport-37.html:
* fast/viewport/viewport-38-expected.txt:
* fast/viewport/viewport-38.html:
* fast/viewport/viewport-39-expected.txt:
* fast/viewport/viewport-39.html:
* fast/viewport/viewport-4-expected.txt:
* fast/viewport/viewport-4.html:
* fast/viewport/viewport-40-expected.txt:
* fast/viewport/viewport-40.html:
* fast/viewport/viewport-41-expected.txt:
* fast/viewport/viewport-41.html:
* fast/viewport/viewport-42-expected.txt:
* fast/viewport/viewport-42.html:
* fast/viewport/viewport-43-expected.txt:
* fast/viewport/viewport-43.html:
* fast/viewport/viewport-44-expected.txt:
* fast/viewport/viewport-44.html:
* fast/viewport/viewport-45-expected.txt:
* fast/viewport/viewport-45.html:
* fast/viewport/viewport-46-expected.txt:
* fast/viewport/viewport-46.html:
* fast/viewport/viewport-47-expected.txt:
* fast/viewport/viewport-47.html:
* fast/viewport/viewport-48-expected.txt:
* fast/viewport/viewport-48.html:
* fast/viewport/viewport-49-expected.txt:
* fast/viewport/viewport-49.html:
* fast/viewport/viewport-5-expected.txt:
* fast/viewport/viewport-5.html:
* fast/viewport/viewport-50-expected.txt:
* fast/viewport/viewport-50.html:
* fast/viewport/viewport-51-expected.txt:
* fast/viewport/viewport-51.html:
* fast/viewport/viewport-52-expected.txt:
* fast/viewport/viewport-52.html:
* fast/viewport/viewport-53-expected.txt:
* fast/viewport/viewport-53.html:
* fast/viewport/viewport-54-expected.txt:
* fast/viewport/viewport-54.html:
* fast/viewport/viewport-55-expected.txt:
* fast/viewport/viewport-55.html:
* fast/viewport/viewport-56-expected.txt:
* fast/viewport/viewport-56.html:
* fast/viewport/viewport-57-expected.txt:
* fast/viewport/viewport-57.html:
* fast/viewport/viewport-58-expected.txt:
* fast/viewport/viewport-58.html:
* fast/viewport/viewport-59-expected.txt:
* fast/viewport/viewport-59.html:
* fast/viewport/viewport-6-expected.txt:
* fast/viewport/viewport-6.html:
* fast/viewport/viewport-60-expected.txt:
* fast/viewport/viewport-60.html:
* fast/viewport/viewport-61-expected.txt:
* fast/viewport/viewport-61.html:
* fast/viewport/viewport-62-expected.txt:
* fast/viewport/viewport-62.html:
* fast/viewport/viewport-63-expected.txt:
* fast/viewport/viewport-63.html:
* fast/viewport/viewport-64-expected.txt:
* fast/viewport/viewport-64.html:
* fast/viewport/viewport-65-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-65-expected.txt.
* fast/viewport/viewport-65.html:
* fast/viewport/viewport-66-expected.txt:
* fast/viewport/viewport-66.html:
* fast/viewport/viewport-67-expected.txt:
* fast/viewport/viewport-67.html:
* fast/viewport/viewport-68-expected.txt:
* fast/viewport/viewport-68.html:
* fast/viewport/viewport-69-expected.txt:
* fast/viewport/viewport-69.html:
* fast/viewport/viewport-7-expected.txt:
* fast/viewport/viewport-7.html:
* fast/viewport/viewport-70-expected.txt:
* fast/viewport/viewport-70.html:
* fast/viewport/viewport-71-expected.txt:
* fast/viewport/viewport-71.html:
* fast/viewport/viewport-72-expected.txt:
* fast/viewport/viewport-72.html:
* fast/viewport/viewport-73-expected.txt:
* fast/viewport/viewport-73.html:
* fast/viewport/viewport-74-expected.txt:
* fast/viewport/viewport-74.html:
* fast/viewport/viewport-75-expected.txt:
* fast/viewport/viewport-75.html:
* fast/viewport/viewport-76-expected.txt:
* fast/viewport/viewport-76.html:
* fast/viewport/viewport-77-expected.txt:
* fast/viewport/viewport-77.html:
* fast/viewport/viewport-78-expected.txt:
* fast/viewport/viewport-78.html:
* fast/viewport/viewport-79-expected.txt:
* fast/viewport/viewport-79.html:
* fast/viewport/viewport-8-expected.txt:
* fast/viewport/viewport-8.html:
* fast/viewport/viewport-80-expected.txt:
* fast/viewport/viewport-80.html:
* fast/viewport/viewport-81-expected.txt:
* fast/viewport/viewport-81.html:
* fast/viewport/viewport-82-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-82-expected.txt.
* fast/viewport/viewport-82.html:
* fast/viewport/viewport-83-expected.txt:
* fast/viewport/viewport-83.html:
* fast/viewport/viewport-84-expected.txt: Renamed from LayoutTests/platform/efl/fast/viewport/viewport-87-expected.txt.
* fast/viewport/viewport-84.html:
* fast/viewport/viewport-85-expected.txt:
* fast/viewport/viewport-85.html:
* fast/viewport/viewport-86-expected.txt:
* fast/viewport/viewport-86.html:
* fast/viewport/viewport-87-expected.txt: Renamed from LayoutTests/platform/gtk/fast/viewport/viewport-87-expected.txt.
* fast/viewport/viewport-87.html:
* fast/viewport/viewport-88-expected.txt:
* fast/viewport/viewport-88.html:
* fast/viewport/viewport-9-expected.txt:
* fast/viewport/viewport-9.html:
* fast/viewport/viewport-90-expected.txt:
* fast/viewport/viewport-90.html:
* fast/viewport/viewport-91-expected.txt:
* fast/viewport/viewport-91.html:
* fast/viewport/viewport-legacy-handheldfriendly-expected.txt:
* fast/viewport/viewport-legacy-handheldfriendly.html:
* fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt:
* fast/viewport/viewport-legacy-mobileoptimized-2.html:
* fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt:
* fast/viewport/viewport-legacy-mobileoptimized-3.html:
* fast/viewport/viewport-legacy-mobileoptimized-expected.txt:
* fast/viewport/viewport-legacy-mobileoptimized.html:
* fast/viewport/viewport-legacy-ordering-1-expected.txt:
* fast/viewport/viewport-legacy-ordering-1.html:
* fast/viewport/viewport-legacy-ordering-2-expected.txt:
* fast/viewport/viewport-legacy-ordering-2.html:
* fast/viewport/viewport-legacy-ordering-3-expected.txt:
* fast/viewport/viewport-legacy-ordering-3.html:
* fast/viewport/viewport-legacy-ordering-4-expected.txt:
* fast/viewport/viewport-legacy-ordering-4.html:
* fast/viewport/viewport-legacy-ordering-5-expected.txt:
* fast/viewport/viewport-legacy-ordering-5.html:
* fast/viewport/viewport-legacy-ordering-6-expected.txt:
* fast/viewport/viewport-legacy-ordering-6.html:
* fast/viewport/viewport-legacy-ordering-7-expected.txt:
* fast/viewport/viewport-legacy-ordering-7.html:
* fast/viewport/viewport-legacy-ordering-8-expected.txt:
* fast/viewport/viewport-legacy-ordering-8.html:
* fast/viewport/viewport-legacy-ordering-9-expected.txt:
* fast/viewport/viewport-legacy-ordering-9.html:
* fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype-expected.txt:
* fast/viewport/viewport-legacy-xhtmlmp-misplaced-doctype.html:
* fast/viewport/viewport-legacy-xhtmlmp-ordering-expected.txt:
* fast/viewport/viewport-legacy-xhtmlmp-ordering.html:
* fast/viewport/viewport-legacy-xhtmlmp.html:
* fast/viewport/viewport-warnings-1-expected.txt:
* fast/viewport/viewport-warnings-1.html:
* fast/viewport/viewport-warnings-2-expected.txt:
* fast/viewport/viewport-warnings-2.html:
* fast/viewport/viewport-warnings-3-expected.txt:
* fast/viewport/viewport-warnings-3.html:
* fast/viewport/viewport-warnings-4-expected.txt:
* fast/viewport/viewport-warnings-4.html:
* fast/viewport/viewport-warnings-5-expected.txt:
* fast/viewport/viewport-warnings-5.html:
* fast/viewport/viewport-warnings-6-expected.txt:
* fast/viewport/viewport-warnings-6.html:
* platform/chromium/TestExpectations:
* platform/efl/fast/viewport/viewport-126-expected.txt: Removed.
* platform/efl/fast/viewport/viewport-127-expected.txt: Removed.
* platform/efl/fast/viewport/viewport-65-expected.txt: Removed.
* platform/efl/fast/viewport/viewport-82-expected.txt: Removed.
* platform/efl/fast/viewport/viewport-84-expected.txt: Removed.
* platform/gtk/TestExpectations:
* platform/gtk/fast/viewport/viewport-84-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-ordering-5-expected.txt: Removed.
* platform/gtk/fast/viewport/viewport-legacy-ordering-6-expected.txt: Removed.
2012-07-10 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Skipped a new failing test, because of a missing feature
(testRunner.setStorageDatabaseIdleInterval()).
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-07-10 Yuta Kitamura <yutak@chromium.org>
WebSocket: Remove hixie76 protocol implementation
https://bugs.webkit.org/show_bug.cgi?id=88620
Reviewed by Adam Barth.
Skip tests under hixie76 directory in all ports, because hixie-76 protocol support is
being dropped. These tests will be removed later.
* platform/chromium/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/Skipped:
* platform/wk2/Skipped:
2012-07-09 Kent Tamura <tkent@chromium.org>
REGRESSION(r114862-r114886): Fix a crash by switching the input type to hidden.
https://bugs.webkit.org/show_bug.cgi?id=90774
Reviewed by Andreas Kling.
* fast/forms/hidden/change-type-to-hidden-after-updating-value.html: Added.
* fast/forms/hidden/change-type-to-hidden-after-updating-value-expected.txt: Added.
2012-07-09 Hayato Ito <hayato@chromium.org>
Unreviewed gardening. Update TestExpectations.
* platform/chromium/TestExpectations: http/tests/misc/script-defer.html started failing after r122168.
2012-07-09 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Update TestExpectations.
* platform/chromium/TestExpectations: Mark fast/forms/select/select-state-restore.html as flaky on WIN DEBUG.
2012-07-09 Joshua Bell <jsbell@chromium.org>
IndexedDB: deleteDatabase fails if transaction running in other database
https://bugs.webkit.org/show_bug.cgi?id=90822
Reviewed by Tony Chang.
* storage/indexeddb/deletedatabase-transaction-expected.txt: Added.
* storage/indexeddb/deletedatabase-transaction.html: Added.
2012-07-09 Pete Williamson <petewil@google.com>
Add some new unit tests to test the favicon changing dynamically
https://bugs.webkit.org/show_bug.cgi?id=88665
Reviewed by Kent Tamura.
* fast/dom/icon-url-change-expected.txt: Added.
* fast/dom/icon-url-change.html: Added a new test for changing the favicon dynamically
* fast/dom/icon-url-list-expected.txt: Added.
* fast/dom/icon-url-list.html: Added a new test for multiple favicons in the HTML header
* fast/dom/icon-url-property-expected.txt: update unit test expectations
* fast/dom/icon-url-property.html: update and enable existing favicon test
* platform/chromium/TestExpectations: reenable the url-property test
2012-07-09 Alice Cheng <alice_cheng@apple.com>
Editing: Autocorrection in blockquotes causes text to break out of quote
https://bugs.webkit.org/show_bug.cgi?id=90487
<rdar://problem/11769020>
Reviewed by Enrica Casucci.
* platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
* platform/mac/editing/spelling/autocorrection-blockquote-crash.html:
2012-07-09 Yongjun Zhang <yongjun_zhang@apple.com>
Consider closing unused localStorage database after a timeout.
https://bugs.webkit.org/show_bug.cgi?id=90713
For a localStorage, if there is no active document referencing to it for certain amount of time (300 seconds),
we can close the underlying sqlite database.
Reviewed by Brady Eidson.
* platform/chromium/TestExpectations: the test needs setCacheModel implementation, skip it in chromium.
* storage/domstorage/storage-close-database-on-idle-expected.txt: Added.
* storage/domstorage/storage-close-database-on-idle.html: Added.
* storage/resources/storage-close-data-on-idle-switch.html: Added.
2012-07-09 Joshua Bell <jsbell@chromium.org>
IndexedDB: A null or undefined storeNames argument to IDBDatabase::transaction() should be coerced to string
https://bugs.webkit.org/show_bug.cgi?id=90474
Reviewed by Tony Chang.
* storage/indexeddb/resources/transaction-basics.js:
(testInvalidMode):
(testDegenerateNames.request.onsuccess):
(testDegenerateNames.verifyDegenerateNames):
(testDegenerateNames):
* storage/indexeddb/transaction-basics-expected.txt:
2012-07-09 Vincent Scheib <scheib@chromium.org>
Pointer Lock requestPointerLock rejects locking an element not in a document.
https://bugs.webkit.org/show_bug.cgi?id=90821
Reviewed by Adrienne Walker.
* pointer-lock/lock-element-not-in-dom-expected.txt: Added.
* pointer-lock/lock-element-not-in-dom.html: Added.
2012-07-09 Eric Seidel <eric@webkit.org>
document.write of scripts that also document.write sometimes writes async
https://bugs.webkit.org/show_bug.cgi?id=89102
Reviewed by Adam Barth.
* fast/parser/cached-script-document-write-expected.txt: Added.
* fast/parser/cached-script-document-write.html: Added.
* fast/parser/resources/cached-script-document-write.js: Added.
2012-07-09 Filip Pizlo <fpizlo@apple.com>
DFG may get stuck in an infinite fix point if it constant folds a mispredicted node
https://bugs.webkit.org/show_bug.cgi?id=90829
Reviewed by Oliver Hunt.
* fast/js/dfg-constant-fold-misprediction-expected.txt: Added.
* fast/js/dfg-constant-fold-misprediction.html: Added.
* fast/js/script-tests/dfg-constant-fold-misprediction.js: Added.
(foo):
2012-07-09 Filip Pizlo <fpizlo@apple.com>
fast/js/global-constructors.html is flaky and mostly useless
https://bugs.webkit.org/show_bug.cgi?id=90833
Unreviewed, skip flaky and useless test.
* platform/mac/Skipped:
2012-07-09 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Marked webgl/glsl-conformance tests failing after dependency roll in chromium.
* platform/chromium/TestExpectations:
2012-07-09 Vincent Scheib <scheib@chromium.org>
Refactor common Pointer Lock test code to a harness.
https://bugs.webkit.org/show_bug.cgi?id=90813
Reviewed by Adrienne Walker.
* pointer-lock/bug90391-move-then-window-open-crash-expected.txt:
* pointer-lock/bug90391-move-then-window-open-crash.html:
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/lock-already-locked.html:
* pointer-lock/lock-fail-responses-expected.txt:
* pointer-lock/lock-fail-responses.html:
* pointer-lock/mouse-event-delivery-expected.txt:
* pointer-lock/mouse-event-delivery.html:
* pointer-lock/pointer-lock-api-expected.txt:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
* pointer-lock/pointerlocklost-event-expected.txt:
* pointer-lock/pointerlocklost-event.html:
* pointer-lock/resources/pointer-lock-test-harness.js: Added.
(doNextStep.else):
(doNextStepWithUserGesture):
(eventExpected.targetHanderNode.eventHandlerName):
(eventExpected):
(expectOnlyChangeEvent):
(expectOnlyErrorEvent):
(expectNoEvents):
2012-07-09 Dean Jackson <dino@apple.com>
Tiled drawing means some elements can disappear behind the page
https://bugs.webkit.org/show_bug.cgi?id=88906
Reviewed by Simon Fraser.
Reftest to make sure elements can't disappear behind the tile cache.
* compositing/tile-cache-must-flatten-expected.html: Added.
* compositing/tile-cache-must-flatten.html: Added.
2012-07-09 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Implement dumpFrameScrollPosition in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=89356
Reviewed by Martin Robinson.
Update baselines for affected tests, removing these tests from the GTK WK2 Skipped list.
* platform/gtk-wk2/Skipped:
* platform/gtk/css2.1/20110323/abspos-containing-block-initial-001-expected.txt:
* platform/gtk/fast/block/positioning/rtl-fixed-positioning-expected.txt:
* platform/gtk/fast/block/positioning/vertical-rl/fixed-positioning-expected.txt:
* platform/gtk/fast/dom/focus-contenteditable-expected.txt:
* platform/gtk/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt:
* platform/gtk/fast/dom/scroll-reveal-left-overflow-expected.txt:
* platform/gtk/fast/dom/scroll-reveal-top-overflow-expected.txt:
* platform/gtk/fast/dynamic/anchor-lock-expected.txt:
* platform/gtk/fast/events/autoscroll-expected.txt:
* platform/gtk/fast/events/reveal-link-when-focused-expected.txt:
* platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
* platform/gtk/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
* platform/gtk/fast/layers/scroll-rect-to-visible-expected.txt:
* platform/gtk/fast/multicol/scrolling-overflow-expected.txt: Added.
* platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
* platform/gtk/fast/overflow/overflow_hidden-expected.txt:
* platform/gtk/fast/overflow/position-fixed-transform-clipping-expected.txt:
* platform/gtk/fast/overflow/scrollRevealButton-expected.txt:
* platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.txt:
* platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
* platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
* platform/gtk/fast/repaint/fixed-expected.txt:
* platform/gtk/fast/repaint/fixed-move-after-scroll-expected.txt:
* platform/gtk/fast/repaint/fixed-tranformed-expected.txt:
* platform/gtk/fast/repaint/repaint-during-scroll-expected.txt:
* platform/gtk/svg/custom/getscreenctm-in-scrollable-svg-area-expected.txt:
* platform/gtk/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
* platform/gtk/transforms/2d/transform-fixed-container-expected.txt:
2012-07-09 Leandro Gracia Gil <leandrogracia@chromium.org>
SurroundingText should not advance character iterators if they are at end.
https://bugs.webkit.org/show_bug.cgi?id=90560
Reviewed by Ryosuke Niwa.
Add a new test case where character iterators are already at end when
trying to advance. This was caught by Chromium's address sanitizer
here: http://code.google.com/p/chromium/issues/detail?id=135705
* platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
* platform/chromium/editing/surrounding-text/surrounding-text.html:
2012-07-09 Rafael Weinstein <rafaelw@chromium.org>
Unreviewed gardening. Update TestExpectations after filename change in r122109.
* platform/chromium/TestExpectations:
2012-07-09 Alexandru Chiculita <achicu@adobe.com>
[CSS Filters] Blur filter is not repainted correctly when applied on a parent of a fixed element
https://bugs.webkit.org/show_bug.cgi?id=90087
Reviewed by Simon Fraser.
Added two new tests to check that we disable fast path scrolling for fixed positioned
elements that have blur applied on them or any of the parent layers.
* css3/filters/blur-filter-page-scroll-parents.html: Added.
* css3/filters/blur-filter-page-scroll-self.html: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.png: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-parents-expected.txt: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-self-expected.png: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
* platform/mac/css3/filters/blur-filter-page-scroll-parents-expected.png: Added.
* platform/mac/css3/filters/blur-filter-page-scroll-parents-expected.txt: Added.
* platform/mac/css3/filters/blur-filter-page-scroll-self-expected.png: Added.
* platform/mac/css3/filters/blur-filter-page-scroll-self-expected.txt: Added.
* platform/qt/Skipped: Qt needs platform results.
2012-07-09 Joshua Bell <jsbell@chromium.org>
IndexedDB: Empty arrays shouldn't be valid key paths
https://bugs.webkit.org/show_bug.cgi?id=90798
Reviewed by Tony Chang.
* storage/indexeddb/keypath-arrays-expected.txt:
* storage/indexeddb/keypath-basics-expected.txt:
* storage/indexeddb/resources/keypath-arrays.js:
(openSuccess.request.onsuccess):
(openSuccess):
* storage/indexeddb/resources/keypath-basics.js:
2012-07-09 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Unskip the CSS Regions layout tests
https://bugs.webkit.org/show_bug.cgi?id=90771
Reviewed by Martin Robinson.
Unskip CSS Regions tests, updating baselines for the affected tests.
* platform/gtk/TestExpectations:
* platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added.
* platform/gtk/fast/regions/bottom-overflow-out-of-first-region-expected.txt:
* platform/gtk/fast/regions/flow-content-basic-expected.png: Added.
* platform/gtk/fast/regions/flow-content-basic-expected.txt:
* platform/gtk/fast/regions/flow-content-basic-vertical-expected.png: Added.
* platform/gtk/fast/regions/flow-content-basic-vertical-expected.txt:
* platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.png: Added.
* platform/gtk/fast/regions/flow-content-basic-vertical-rl-expected.txt:
* platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.png: Added.
* platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt:
* platform/gtk/fast/regions/flows-dependency-same-flow-expected.png: Added.
* platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt:
* platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added.
* platform/gtk/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt:
* platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/overflow-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added.
* platform/gtk/fast/regions/overflow-size-change-with-stacking-context-expected.txt:
* platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added.
* platform/gtk/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt:
* platform/gtk/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added.
* platform/gtk/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt:
* platform/gtk/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added.
* platform/gtk/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt:
* platform/gtk/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/percentage-margins-variable-width-regions-expected.png: Added.
* platform/gtk/fast/regions/percentage-margins-variable-width-regions-expected.txt:
* platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added.
* platform/gtk/fast/regions/region-overflow-auto-overflow-hidden-expected.txt:
* platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added.
* platform/gtk/fast/regions/region-overflow-auto-overflow-visible-expected.txt:
* platform/gtk/fast/regions/region-style-block-background-color-expected.png: Added.
* platform/gtk/fast/regions/region-style-block-background-color-expected.txt:
* platform/gtk/fast/regions/region-style-block-background-color2-expected.png: Added.
* platform/gtk/fast/regions/region-style-block-background-color2-expected.txt:
* platform/gtk/fast/regions/text-region-split-small-pagination-expected.png: Added.
* platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt:
* platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.png: Added.
* platform/gtk/fast/regions/top-overflow-out-of-second-region-expected.txt:
* platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-double-pagination-float-push-expected.txt:
* platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt:
* platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-float-unable-to-push-expected.txt:
* platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-floats-inside-regions-bounds-expected.txt:
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt:
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt:
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.png: Added.
* platform/gtk/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-rl-expected.txt:
* platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
* platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
* platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.txt:
* platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png:
* platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt:
* platform/gtk/fast/repaint/region-painting-invalidation-expected.png:
* platform/gtk/fast/repaint/region-painting-invalidation-expected.txt:
* platform/gtk/fast/repaint/region-painting-via-layout-expected.png:
* platform/gtk/fast/repaint/region-painting-via-layout-expected.txt:
2012-07-09 Andrei Onea <onea@adobe.com>
[CSSRegions] Rename NamedFlow::getRegionsByContentNode to NamedFlow::getRegionsByContent
https://bugs.webkit.org/show_bug.cgi?id=90759
Reviewed by Andreas Kling.
Renamed test files and functions from 77746: [CSSRegions]Implement NamedFlow::getRegionsByContentNode
* fast/regions/get-regions-by-content-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-expected.txt.
* fast/regions/get-regions-by-content-horiz-bt-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-lr-expected.txt.
* fast/regions/get-regions-by-content-horiz-bt.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-bt.html.
* fast/regions/get-regions-by-content-horiz-tb-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-tb-expected.txt.
* fast/regions/get-regions-by-content-horiz-tb.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-tb.html.
* fast/regions/get-regions-by-content-vert-lr-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-rl-expected.txt.
* fast/regions/get-regions-by-content-vert-lr.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-lr.html.
* fast/regions/get-regions-by-content-vert-rl-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-horiz-bt-expected.txt.
* fast/regions/get-regions-by-content-vert-rl.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node-vert-rl.html.
* fast/regions/get-regions-by-content.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node.html.
* fast/regions/get-regions-by-content2-expected.txt: Renamed from LayoutTests/fast/regions/get-regions-by-content-node2-expected.txt.
* fast/regions/get-regions-by-content2.html: Renamed from LayoutTests/fast/regions/get-regions-by-content-node2.html.
2012-07-09 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: inspector does not reflect newly created text nodes from contenteditable
https://bugs.webkit.org/show_bug.cgi?id=90779
Reviewed by Vsevolod Vlasov.
* inspector/elements/insert-node-expected.txt:
* inspector/elements/insert-node.html:
2012-07-09 Andrey Kosyakov <caseq@chromium.org>
REGRESSION(r121980) Layout Test inspector/timeline/timeline-frames.html started to crash.
https://bugs.webkit.org/show_bug.cgi?id=90747
Reviewed by Pavel Feldman.
- remove CRASH expectations for timeline-frames.html
* platform/chromium/TestExpectations:
2012-07-09 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Add text file support for FileSystemAgent::requestFileContent
https://bugs.webkit.org/show_bug.cgi?id=90439
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/read-directory-expected.txt:
* http/tests/inspector/filesystem/read-file-expected.txt:
* http/tests/inspector/filesystem/read-file.html:
2012-07-09 Zan Dobersek <zandobersek@gmail.com>
Unreviewed, unskipping CSS Exclusions tests for the Gtk port.
The feature is already enabled for this port and all the tests pass.
* platform/gtk/TestExpectations:
2012-07-09 Andrei Onea <onea@adobe.com>
[CSSRegions] Implement NamedFlow::firstEmptyRegionIndex attribute
https://bugs.webkit.org/show_bug.cgi?id=90608
Reviewed by Andreas Kling.
Added tests for NamedFlow::firstEmptyRegionIndex.
* fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Added.
* fast/regions/webkit-named-flow-first-empty-region-index.html: Added.
2012-07-09 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the failing test.
* platform/qt/Skipped:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Marking a storage/indexeddb/mozilla/key-requirements.html as flaky on WebKit Win.
* platform/chromium/TestExpectations:
2012-07-08 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip the new failing test.
* platform/qt/Skipped:
2012-07-08 Filip Pizlo <fpizlo@apple.com>
Unreviewed, checking in platform results.
* platform/mac/css3/filters/effect-reference-expected.txt: Added.
* platform/mac/css3/filters/effect-reference-external-expected.txt: Added.
* platform/mac/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/mac/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
2012-07-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Check returned value in BatteryStatus APIs test cases
https://bugs.webkit.org/show_bug.cgi?id=90665
Reviewed by Adam Barth.
It is good to compare with actual values to recognize what is difference.
* batterystatus/add-listener-from-callback-expected.txt:
* batterystatus/basic-all-types-of-events-expected.txt:
* batterystatus/basic-operation-expected.txt:
* batterystatus/script-tests/add-listener-from-callback.js:
(checkBatteryStatus):
* batterystatus/script-tests/basic-all-types-of-events.js:
(checkBatteryStatus):
* batterystatus/script-tests/basic-operation.js:
* batterystatus/script-tests/updates.js:
(checkBatteryStatus):
* batterystatus/updates-expected.txt:
2012-07-08 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, remove a redundant baseline for the
http/tests/xmlhttprequest/send-array-buffer.html test,
required after r122074.
* platform/gtk/http/tests/xmlhttprequest/send-array-buffer-expected.txt: Removed.
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Marking a inspector/timeline/timeline-frames.html as a CRASH on WebKit Linux (dbg).
* platform/chromium/TestExpectations:
2012-07-05 MORITA Hajime <morrita@google.com>
Heap-use-after-free in WebCore::RenderObject::destroyAndCleanupAnonymousWrappers
https://bugs.webkit.org/show_bug.cgi?id=90480
Reviewed by Kent Tamura.
* fast/dom/shadow/insertion-point-list-menu-crash-expected.txt: Added.
* fast/dom/shadow/insertion-point-list-menu-crash.html: Added.
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Marking a fast/multicol/column-span-parent-continuation-crash.html as a flaky.
* platform/chromium/TestExpectations:
2012-07-08 Leandro Gracia Gil <leandrogracia@chromium.org>
Update the description of LayoutTestController::textSurroundingElement
https://bugs.webkit.org/show_bug.cgi?id=90620
Reviewed by Adam Barth.
Rename textSurroundingElement to match is real behaviour.
* platform/chromium/editing/surrounding-text/surrounding-text.html:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Marking a fast/events/display-none-on-focus-crash.html as a flaky.
* platform/chromium/TestExpectations:
2012-07-08 Kinuko Yasuda <kinuko@chromium.org>
XHR.send should support ArrayBufferView
https://bugs.webkit.org/show_bug.cgi?id=90536
Reviewed by Kenneth Russell.
* http/tests/xmlhttprequest/send-array-buffer-expected.txt:
* http/tests/xmlhttprequest/send-array-buffer.html:
* http/tests/xmlhttprequest/send-data-view-expected.txt: Added.
* http/tests/xmlhttprequest/send-data-view.html: Added.
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Fix a wrong entry in r122070.
* platform/chromium/TestExpectations: Replace dont-commit-on-blocked.html with cursor-delete.html.
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Fix a wrong entry in r122064.
* platform/chromium/TestExpectations:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening. marking a storage/indexeddb/cursor-delete.html as a flaky crasher after r121629.
* platform/chromium/TestExpectations:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Rebaseline after r121917.
* platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-24-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
* platform/chromium-linux-x86/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
* platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Removed.
* platform/chromium-linux-x86/editing/selection/3690703-expected.png: Removed.
* platform/chromium-linux-x86/editing/selection/3690719-expected.png: Removed.
* platform/chromium-mac-snowleopard/css1/formatting_model/floating_elements-expected.txt: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-24-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-68-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
* platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.png:
* platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-basic-expected.txt: Copied from LayoutTests/platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.txt.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/4397952-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
* platform/chromium-mac-snowleopard/fast/block/float/float-avoidance-expected.png:
* platform/chromium-mac-snowleopard/fast/block/positioning/inline-block-relposition-expected.png:
* platform/chromium-mac-snowleopard/fast/css/continuationCrash-expected.png:
* platform/chromium-mac-snowleopard/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/chromium-mac-snowleopard/fast/css/rtl-ordering-expected.png:
* platform/chromium-mac-snowleopard/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/basic-buttons-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/blankbuttons-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/box-shadow-override-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-cannot-be-nested-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-generated-content-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-positioned-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-sizes-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-style-color-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-table-styles-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-text-transform-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/button-white-space-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/control-restrict-line-height-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/file/file-input-direction-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/file/file-input-disabled-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/file/input-file-re-render-expected.png:
* platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/chromium-mac/css1/formatting_model/floating_elements-expected.txt:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-19b-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-64-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/chromium-mac/css3/selectors3/html/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-19b-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-64-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/chromium-mac/css3/selectors3/xhtml/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-19b-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-23-expected.txt: Added.
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-64-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/chromium-mac/css3/selectors3/xml/css3-modsel-69-expected.txt: Added.
* platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.png:
* platform/chromium-mac/css3/unicode-bidi-isolate-basic-expected.txt:
* platform/chromium-mac/editing/deleting/5144139-2-expected.txt: Added.
* platform/chromium-mac/editing/selection/3690703-2-expected.png:
* platform/chromium-mac/editing/selection/3690703-2-expected.txt:
* platform/chromium-mac/editing/selection/3690703-expected.png:
* platform/chromium-mac/editing/selection/3690703-expected.txt:
* platform/chromium-mac/editing/selection/3690719-expected.png:
* platform/chromium-mac/editing/selection/3690719-expected.txt:
* platform/chromium-mac/editing/selection/4397952-expected.png:
* platform/chromium-mac/editing/selection/4397952-expected.txt:
* platform/chromium-mac/editing/selection/selection-button-text-expected.png:
* platform/chromium-mac/editing/selection/selection-button-text-expected.txt:
* platform/chromium-mac/fast/block/float/float-avoidance-expected.png:
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.png:
* platform/chromium-mac/fast/block/positioning/inline-block-relposition-expected.txt: Added.
* platform/chromium-mac/fast/css/continuationCrash-expected.png:
* platform/chromium-mac/fast/css/continuationCrash-expected.txt:
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.png:
* platform/chromium-mac/fast/css/margin-top-bottom-dynamic-expected.txt:
* platform/chromium-mac/fast/css/rtl-ordering-expected.png:
* platform/chromium-mac/fast/css/rtl-ordering-expected.txt:
* platform/chromium-mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png:
* platform/chromium-mac/fast/forms/001-expected.png:
* platform/chromium-mac/fast/forms/001-expected.txt:
* platform/chromium-mac/fast/forms/basic-buttons-expected.png:
* platform/chromium-mac/fast/forms/blankbuttons-expected.png:
* platform/chromium-mac/fast/forms/blankbuttons-expected.txt:
* platform/chromium-mac/fast/forms/box-shadow-override-expected.png:
* platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.png:
* platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.txt: Added.
* platform/chromium-mac/fast/forms/button-generated-content-expected.png:
* platform/chromium-mac/fast/forms/button-generated-content-expected.txt: Added.
* platform/chromium-mac/fast/forms/button-positioned-expected.png:
* platform/chromium-mac/fast/forms/button-positioned-expected.txt:
* platform/chromium-mac/fast/forms/button-sizes-expected.png:
* platform/chromium-mac/fast/forms/button-sizes-expected.txt:
* platform/chromium-mac/fast/forms/button-style-color-expected.png:
* platform/chromium-mac/fast/forms/button-style-color-expected.txt:
* platform/chromium-mac/fast/forms/button-table-styles-expected.png:
* platform/chromium-mac/fast/forms/button-table-styles-expected.txt:
* platform/chromium-mac/fast/forms/button-text-transform-expected.png:
* platform/chromium-mac/fast/forms/button-text-transform-expected.txt:
* platform/chromium-mac/fast/forms/button-white-space-expected.png:
* platform/chromium-mac/fast/forms/button-white-space-expected.txt: Added.
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png:
* platform/chromium-mac/fast/forms/control-restrict-line-height-expected.txt:
* platform/chromium-mac/fast/forms/file/file-input-direction-expected.png:
* platform/chromium-mac/fast/forms/file/file-input-direction-expected.txt:
* platform/chromium-mac/fast/forms/file/file-input-disabled-expected.png:
* platform/chromium-mac/fast/forms/file/file-input-pressed-state-expected.png:
* platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png:
* platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.png:
* platform/chromium-mac/fast/ruby/base-shorter-than-text-expected.txt: Added.
* platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png:
* platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/chromium-mac/http/tests/navigation/javascriptlink-frames-expected.txt:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Rebaseline after r121917.
* platform/chromium-mac-snowleopard/fast/forms/form-element-geometry-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/input-button-sizes-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/input-first-letter-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/input-value-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/targeted-frame-submission-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.png:
* platform/chromium-mac-snowleopard/fast/html/details-replace-summary-child-expected.png:
* platform/chromium-mac-snowleopard/fast/html/details-replace-text-expected.png:
* platform/chromium-mac-snowleopard/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-button-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac-snowleopard/fast/selectors/064-expected.png:
* platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
* platform/chromium-mac-snowleopard/fast/table/append-cells2-expected.png:
* platform/chromium-mac-snowleopard/fast/table/remove-td-display-none-expected.png:
* platform/chromium-mac-snowleopard/fast/table/rowindex-expected.png:
* platform/chromium-mac-snowleopard/fast/table/rowindex-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/bidi-override-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/international/hindi-spacing-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/text-spliced-font-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.png:
* platform/chromium-mac-snowleopard/fast/text/international/vertical-text-glyph-test-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt.
* platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png:
* platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/chromium-mac-snowleopard/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt.
* platform/chromium-mac-snowleopard/fullscreen/full-screen-iframe-zIndex-expected.png:
* platform/chromium-mac-snowleopard/fullscreen/full-screen-remove-ancestor-after-expected.png:
* platform/chromium-mac-snowleopard/fullscreen/full-screen-zIndex-after-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug138725-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug26178-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug33855-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug39209-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4429-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51727-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52505-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug52506-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug60749-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug68912-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Removed.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
* platform/chromium-mac/fast/forms/form-element-geometry-expected.png:
* platform/chromium-mac/fast/forms/form-element-geometry-expected.txt:
* platform/chromium-mac/fast/forms/formmove3-expected.png:
* platform/chromium-mac/fast/forms/formmove3-expected.txt:
* platform/chromium-mac/fast/forms/input-appearance-height-expected.png:
* platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-mac/fast/forms/input-button-sizes-expected.png:
* platform/chromium-mac/fast/forms/input-button-sizes-expected.txt:
* platform/chromium-mac/fast/forms/input-first-letter-expected.png:
* platform/chromium-mac/fast/forms/input-value-expected.png:
* platform/chromium-mac/fast/forms/select-baseline-expected.png:
* platform/chromium-mac/fast/forms/select-baseline-expected.txt: Added.
* platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png:
* platform/chromium-mac/fast/forms/validation-message-appearance-expected.png:
* platform/chromium-mac/fast/forms/validation-message-appearance-expected.txt:
* platform/chromium-mac/fast/html/details-replace-summary-child-expected.png:
* platform/chromium-mac/fast/html/details-replace-text-expected.png:
* platform/chromium-mac/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/chromium-mac/fast/replaced/replaced-breaking-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-button-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-button-expected.txt:
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
* platform/chromium-mac/fast/selectors/064-expected.png:
* platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png:
* platform/chromium-mac/fast/table/append-cells2-expected.png:
* platform/chromium-mac/fast/table/append-cells2-expected.txt: Added.
* platform/chromium-mac/fast/table/remove-td-display-none-expected.png:
* platform/chromium-mac/fast/table/remove-td-display-none-expected.txt: Added.
* platform/chromium-mac/fast/table/rowindex-expected.png:
* platform/chromium-mac/fast/table/rowindex-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-CSS-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-HTML-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-mac/fast/text/international/bidi-LDB-2-formatting-characters-expected.txt:
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.png:
* platform/chromium-mac/fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
* platform/chromium-mac/fast/text/international/bidi-override-expected.png:
* platform/chromium-mac/fast/text/international/bidi-override-expected.txt: Added.
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.png:
* platform/chromium-mac/fast/text/international/hindi-spacing-expected.txt: Added.
* platform/chromium-mac/fast/text/international/text-spliced-font-expected.png:
* platform/chromium-mac/fast/text/international/text-spliced-font-expected.txt:
* platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.png:
* platform/chromium-mac/fast/text/international/vertical-text-glyph-test-expected.txt:
* platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.png:
* platform/chromium-mac/fast/text/textIteratorNilRenderer-expected.txt:
* platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.png:
* platform/chromium-mac/fast/writing-mode/Kusa-Makura-background-canvas-expected.txt:
* platform/chromium-mac/fullscreen/full-screen-iframe-zIndex-expected.png:
* platform/chromium-mac/fullscreen/full-screen-remove-ancestor-after-expected.png:
* platform/chromium-mac/fullscreen/full-screen-zIndex-after-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug138725-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug18359-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug2479-3-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug26178-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug28928-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug33855-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug39209-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug4429-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug51037-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug51727-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug52505-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug52506-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug60749-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug68912-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug7342-expected.png:
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.png:
* platform/chromium-mac/tables/mozilla/collapsing_borders/bug41262-4-expected.txt:
* platform/chromium-mac/tables/mozilla/dom/tableDom-expected.png:
* platform/chromium-mac/tables/mozilla/other/move_row-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug58402-2-expected.txt:
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.txt:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Rebaseline after r121917.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png:
* platform/chromium-mac/svg/custom/inline-svg-in-xhtml-expected.png:
2012-07-08 Filip Pizlo <fpizlo@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=90722
https://bugs.webkit.org/show_bug.cgi?id=90742
Unreviewed, skip crashing tests.
* platform/mac/Skipped:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
https://bugs.webkit.org/show_bug.cgi?id=90741
fast/text-autosizing/simple-paragraph.html (reftest) started to fail after r121907.
* platform/chromium/TestExpectations: Add IMAGE on Mac.
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Add TIMEOUT for inspector/timeline/timeline-network-received-data.html.
* platform/chromium/TestExpectations:
2012-07-08 Hayato Ito <hayato@chromium.org>
Unreviewed gardening.
Add TIMEOUT for inspector/debugger/live-edit.html.
* platform/chromium/TestExpectations:
2012-07-08 Filip Pizlo <fpizlo@apple.com>
inspector/profiler/heap-snapshot-comparison-*.html are crashing
https://bugs.webkit.org/show_bug.cgi?id=90722
Unreviewed, skipping another crashing inspector/profiler test and consolidating
the bugs for those tests.
* platform/mac/Skipped:
2012-07-07 Filip Pizlo <fpizlo@apple.com>
inspector/profiler/heap-snapshot-comparison-shown-node-count-preserved-when-sorting.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=90729
Unreviewed, skip crashing test.
* platform/mac/Skipped:
2012-07-07 Zan Dobersek <zandobersek@gmail.com>
REGRESSION (r122035): fullscreen/exit-full-screen-iframe.html failing on GTK Linux 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=90719
Reviewed by Martin Robinson.
Remove the crashing test expectation for the affected test.
* platform/gtk/TestExpectations:
2012-07-07 Filip Pizlo <fpizlo@apple.com>
media/media-blocked-by-beforeload.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=90725
Unreviewed, skip flaky test.
* platform/mac/Skipped:
2012-07-07 Filip Pizlo <fpizlo@apple.com>
compositing/iframes/iframe-size-from-zero.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=90724
Unreviewed, skip flaky test.
* platform/mac/Skipped:
2012-07-07 Filip Pizlo <fpizlo@apple.com>
inspector/debugger/set-breakpoint.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=90723
Unreviewed, skip crashing test.
* platform/mac/Skipped:
2012-07-07 Filip Pizlo <fpizlo@apple.com>
inspector/profiler/heap-snapshot-comparison-show-next.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=90722
Unreviewed, skip crashing test.
* platform/mac/Skipped:
2012-07-06 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a test expectation for
a crashing test introduced in r122035.
* platform/gtk/TestExpectations:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
WebKit Version 5.1.7 (6534.57.2, r121935): Double-click no longer works on OpenStreetMap
https://bugs.webkit.org/show_bug.cgi?id=90703
Reviewed by Michael Saboff.
* fast/js/get-by-pname-expected.txt: Added.
* fast/js/get-by-pname-non-final-object-expected.txt: Added.
* fast/js/get-by-pname-non-final-object.html: Added.
* fast/js/get-by-pname.html: Added.
* fast/js/jsc-test-list:
* fast/js/script-tests/get-by-pname-non-final-object.js: Added.
(foo):
* fast/js/script-tests/get-by-pname.js: Added.
(foo):
2012-07-06 Filip Pizlo <fpizlo@apple.com>
fast/canvas/webgl/gl-vertexattribpointer.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=90711
Unreviewed, skip crashing test.
* platform/mac/Skipped:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
plugins/npruntime/leak-window-scriptable-object.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90710
Unreviewed. skip failing test.
* platform/mac/Skipped:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
iframe and global variable related inspector tests are failing
https://bugs.webkit.org/show_bug.cgi?id=90709
Unreviewed, skip failing tests.
* platform/mac/Skipped:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
fullscreen/exit-full-screen-iframe.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90708
Unreviewed, skip failing test.
* platform/mac/Skipped:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
inspector/timeline/timeline-receive-response-event is flaky
https://bugs.webkit.org/show_bug.cgi?id=90707
Unreviewed, skip flaky test.
* platform/mac/Skipped:
2012-07-06 Filip Pizlo <fpizlo@apple.com>
Reproducible crash in inspector/timeline/timeline-frames.html
https://bugs.webkit.org/show_bug.cgi?id=90706
Unreviewed, skip crashng test.
* platform/mac/Skipped:
2012-07-06 Max Feil <mfeil@rim.com>
[BlackBerry] exitFullScreenForElement() is not working for fullscreen elements in iframes
https://bugs.webkit.org/show_bug.cgi?id=90327
Reviewed by Antonio Gomes.
Test of exit fullscreen for an iframe.
* fullscreen/exit-full-screen-iframe-expected.txt: Added.
* fullscreen/exit-full-screen-iframe.html: Added.
2012-07-06 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing tests.
* platform/qt-5.0-wk1/Skipped:
2012-07-06 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, clean up the TestExpectations file, removing
non-existent or doubled test entries and re-specifying detailed test
expectations so the TestExpectations lint passes.
* platform/gtk/TestExpectations:
2012-07-06 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [GTK] http/tests/multipart/multipart-replace-non-html-content.php is failing after r121912
https://bugs.webkit.org/show_bug.cgi?id=90685
Unreviewed gardening, add test expectation for a failing
test after r121912.
* platform/efl/TestExpectations:
2012-07-06 Luciano Wolf <luciano.wolf@openbossa.org>
[Qt] DumpRenderTree does not use 'monospace' font when directed
https://bugs.webkit.org/show_bug.cgi?id=85203
The test fonts used for Qt tests were moved to the Liberation font family.
Due to this change we are skipping tons of tests. They will be gradually
unskipped in batches, ASAP.
Also, the now unneeded special font configuration for Qt5 WK1 was removed.
Reviewed by Tor Arne Vestbø.
* platform/qt-4.8/Skipped:
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0/Skipped:
2012-07-06 Csaba Osztrogonác <ossy@webkit.org>
[Qt] REGRESSION: 5 tests started to fail with newer Qt5
https://bugs.webkit.org/show_bug.cgi?id=90687
Unreviewed gardening, skip new failing tests.
* platform/qt-5.0/Skipped:
2012-07-06 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a test expectation for a failing
http multipart test after r121912.
* platform/gtk/TestExpectations:
2012-07-06 Takashi Toyoshima <toyoshim@chromium.org>
[Inspector][WebSocket][NRWT] layout tests which requires websocket server must be in a websocket subdirectory.
https://bugs.webkit.org/show_bug.cgi?id=90524
Reviewed by Pavel Feldman.
* http/tests/inspector/websocket/web-socket-frame-expected.txt: Renamed from LayoutTests/http/tests/inspector/web-socket-frame-expected.txt.
* http/tests/inspector/websocket/web-socket-frame.html: Renamed from LayoutTests/http/tests/inspector/web-socket-frame.html.
2012-07-05 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Workspace should dispatch WorkspaceReset event on navigation.
https://bugs.webkit.org/show_bug.cgi?id=90616
Reviewed by Pavel Feldman.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
* inspector/debugger/linkifier.html:
* inspector/debugger/scripts-panel.html:
* inspector/styles/edit-inspector-stylesheet.html:
2012-07-05 Yoshifumi Inoue <yosin@chromium.org>
Unreviewed Chromium gardening - Rebaseline for r121917.
* platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Removed.
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt: Removed.
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/fast/html/details-marker-style-expected.png:
* platform/chromium-mac/fast/html/details-marker-style-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/chromium-win/fast/html/details-marker-style-expected.png:
* platform/chromium-win/fast/html/details-marker-style-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
2012-07-05 Mike West <mkwst@chromium.org>
Multiple Content Security Policy headers are correctly processed as separate headers.
https://bugs.webkit.org/show_bug.cgi?id=90629
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/directive-parsing-multiple-headers.html: Added.
* http/tests/security/contentSecurityPolicy/resources/echo-multiple-headers.pl: Added.
2012-07-05 Filip Pizlo <fpizlo@apple.com>
Unreviewed, skipping failing tests.
* platform/mac/Skipped:
2012-07-05 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r121921.
http://trac.webkit.org/changeset/121921
https://bugs.webkit.org/show_bug.cgi?id=90648
caused hundreds of crashes on Mac (Requested by pizlo on
#webkit).
* platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
* platform/chromium/editing/surrounding-text/surrounding-text.html:
2012-07-05 Hayato Ito <hayato@chromium.org>
[Crash] Click an element which will be 'display: none' on focus.
https://bugs.webkit.org/show_bug.cgi?id=90516
Reviewed by Hajime Morita.
* fast/events/display-none-on-focus-crash-expected.txt: Added.
* fast/events/display-none-on-focus-crash.html: Added.
2012-07-05 Leandro Gracia Gil <leandrogracia@chromium.org>
Character iterators should not advance if they are at end
https://bugs.webkit.org/show_bug.cgi?id=90560
Reviewed by Ryosuke Niwa.
Add a new test case where character iterators are already at end when
trying to advance. This was caught by Chromium's address sanitizer
here: http://code.google.com/p/chromium/issues/detail?id=135705
* platform/chromium/editing/surrounding-text/surrounding-text-expected.txt:
* platform/chromium/editing/surrounding-text/surrounding-text.html:
2012-07-05 Alexey Proskuryakov <ap@apple.com>
[Mac][WK2] Enable HTTPS tests
https://bugs.webkit.org/show_bug.cgi?id=90600
Reviewed by Brady Eidson.
Unskip in common wk2 skipped file, re-skip everywhere besides Mac.
* platform/gtk-wk2/Skipped:
* platform/qt-5.0-wk2/Skipped:
* platform/win-wk2/Skipped:
* platform/wk2/Skipped:
2012-07-05 Nate Chapin <japhet@chromium.org>
Test for https://bugs.webkit.org/show_bug.cgi?id=88436.
Reviewed by Brady Eidson.
* http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
* http/tests/multipart/multipart-replace-non-html-content.php: Added.
2012-07-05 Vincent Scheib <scheib@chromium.org>
[Chromium] Clear m_currentInputEvent after handled by pointerLockMouseEvent().
https://bugs.webkit.org/show_bug.cgi?id=90391
Test that reproduces bug 90391:
Enable pointer lock, receive mouse move, call window.open, don't crash.
Reviewed by Abhishek Arya.
* pointer-lock/bug90391-move-then-window-open-crash-expected.txt: Added.
* pointer-lock/bug90391-move-then-window-open-crash.html: Added.
2012-07-05 John Mellor <johnme@chromium.org>
Text Autosizing: Add test framework and simple test.
https://bugs.webkit.org/show_bug.cgi?id=90561
Added a RefTest checking that Text Autosizing is active.
Skipped the text-autosizing test directory on platforms that
currently disable ENABLE(TEXT_AUTOSIZING).
Reviewed by Adam Barth.
* fast/text-autosizing/simple-paragraph-expected.html: Added.
* fast/text-autosizing/simple-paragraph.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-07-05 Dongwoo Im <dw.im@samsung.com>
[EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
https://bugs.webkit.org/show_bug.cgi?id=88608
Reviewed by Hajime Morita.
* platform/efl/fast/dom/unregister-protocol-handler-expected.txt: Expected result of the EFL port.
2012-07-05 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r121891.
* platform/qt/Skipped:
2012-07-05 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, marking a test as a flaky crasher after r121869.
* platform/gtk/TestExpectations:
2012-07-04 Mike West <mkwst@chromium.org>
Implement the script-nonce Content Security Policy directive.
https://bugs.webkit.org/show_bug.cgi?id=89577
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-badnonce.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-blocked.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-emptynonce.html: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/1.1/scriptnonce-scriptsrc-blocked.html: Added.
* http/tests/security/contentSecurityPolicy/resources/echo-script-src.pl:
Adding noncy goodness to the echo script.
* http/tests/security/contentSecurityPolicy/resources/multiple-iframe-test.js:
(test):
* platform/gtk/TestExpectations:
Skipping 1.1 tests on GTK (missed it in r121879).
2012-07-04 Mike West <mkwst@chromium.org>
Skip CSP 1.1 tests on ports where it's disabled.
https://bugs.webkit.org/show_bug.cgi?id=90564
Reviewed by Adam Barth.
* platform/efl/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-07-04 Li Yin <li.yin@intel.com>
AudioNode test should cover numberOfInputs and numberOfOutputs of AudioDestinationNode
https://bugs.webkit.org/show_bug.cgi?id=90578
Reviewed by Chris Rogers.
Spec: http://www.w3.org/TR/webaudio/#AudioDestinationNode-section
An AudioSourceNode has no inputs and a single output.
An AudioDestinationNode has one input and no outputs.
Currently, the test webaudio/audionode.html has covered AudioSourceNode,
it is still required to cover AudioDestinationNode.
* webaudio/audionode-expected.txt:
* webaudio/audionode.html:
2012-07-04 Yoshifumi Inoue <yosin@chromium.org>
Unreviewed Chromium gardening, drop test expectations for
Chromium-Linux and Chromium-Win.
* platform/chromium/TestExpectations:
2012-07-04 Anthony Scian <ascian@rim.com>
Web Inspector [JSC]: Implement ScriptCallStack::stackTrace
https://bugs.webkit.org/show_bug.cgi?id=40118
Reviewed by Yong Li.
Updated test results now that createScriptCallStack is functional.
* http/tests/inspector/console-resource-errors-expected.txt:
* http/tests/inspector/console-xhr-logging-async-expected.txt:
* http/tests/inspector/console-xhr-logging-expected.txt:
* http/tests/inspector/network/script-as-text-loading-expected.txt:
* inspector/timeline/timeline-animation-frame-expected.txt:
* inspector/timeline/timeline-layout-expected.txt:
* inspector/timeline/timeline-mark-timeline-expected.txt:
* inspector/timeline/timeline-network-resource-expected.txt:
* inspector/timeline/timeline-paint-expected.txt:
* inspector/timeline/timeline-parse-html-expected.txt:
* inspector/timeline/timeline-time-stamp-expected.txt:
* inspector/timeline/timeline-timer-expected.txt:
* platform/chromium/http/tests/inspector/console-xhr-logging-async-expected.txt:
2012-07-04 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, skip another two http tests that
timeout and just extend the complete build cycle.
* platform/gtk/TestExpectations:
2012-07-04 Andrey Kosyakov <caseq@chromium.org>
Unreviewed, rolling out r121767.
http://trac.webkit.org/changeset/121767
https://bugs.webkit.org/show_bug.cgi?id=89584
Crashes inspected page while recording timeline due to
conflict with BeginFrame in record stack
* inspector/timeline-dfs-expected.txt: Removed.
* inspector/timeline-dfs.html: Removed.
* inspector/timeline/timeline-enum-stability-expected.txt:
2012-07-04 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Emulate pseudo styles (hover etc.) of non-selected elements
https://bugs.webkit.org/show_bug.cgi?id=86630
Reviewed by Pavel Feldman.
* inspector/styles/force-pseudo-state-expected.txt: Added.
* inspector/styles/force-pseudo-state.html: Added.
2012-07-04 Vsevolod Vlasov <vsevik@chromium.org>
REGRESSION(r121792): inspector/extensions/extensions-resources.html fails
https://bugs.webkit.org/show_bug.cgi?id=90530
Reviewed by Pavel Feldman.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest.InspectorTest.finishDebuggerTest.disableDebugger):
(initialize_DebuggerTest.InspectorTest.finishDebuggerTest.debuggerDisabled):
(initialize_DebuggerTest.InspectorTest.finishDebuggerTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest.completeTest):
(initialize_DebuggerTest.InspectorTest.completeDebuggerTest):
* inspector/extensions/extensions-resources-expected.txt:
* inspector/extensions/extensions-resources.html:
2012-07-04 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r121789.
* platform/gtk/TestExpectations:
* platform/gtk/css1/formatting_model/floating_elements-expected.png: Added.
* platform/gtk/css1/formatting_model/floating_elements-expected.txt:
* platform/gtk/fast/block/float/010-expected.png:
* platform/gtk/fast/block/float/010-expected.txt:
* platform/gtk/fast/block/float/independent-align-positioning-expected.png:
* platform/gtk/fast/block/float/independent-align-positioning-expected.txt:
2012-07-04 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip failing test.
https://bugs.webkit.org/show_bug.cgi?id=90530
* platform/qt/Skipped: skip inspector/extensions/extensions-resources.html.
2012-07-04 Sergio Villar Senin <svillar@igalia.com>
Unreviewed GTK gardening. Removed some tests from TestExpectations
as they were passing in the tree bots.
* platform/gtk/TestExpectations:
2012-07-04 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r121813.
http://trac.webkit.org/changeset/121813
https://bugs.webkit.org/show_bug.cgi?id=90522
Causes browser_tests failure:
ErrorPageTest.DNSError_GoBack2{Forward2,AndForward} on
Chromium {Linux,Mac,Win} (Requested by yosin on #webkit).
* http/tests/multipart/multipart-replace-non-html-content-expected.txt: Removed.
* http/tests/multipart/multipart-replace-non-html-content.php: Removed.
2012-07-04 Kihong Kwon <kihong.kwon@samsung.com>
[EFL] Change format of return value of navigator.language
https://bugs.webkit.org/show_bug.cgi?id=89639
Reviewed by Kenneth Rohde Christiansen.
* platform/efl/TestExpectations: Remove fast/js/navigator-language.html
2012-07-04 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Unreviewed gardening for Mac
https://bugs.webkit.org/show_bug.cgi?id=90430
* platform/chromium/TestExpectations: Add TIMEOUT to inspector/timeline/timeline-receive-response-event.html
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Unreviewed gardening for Win build
https://bugs.webkit.org/show_bug.cgi?id=90517
* platform/chromium/TestExpectations: Add svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg as flaky on Windows
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Unreviewed gardening for Win build
* platform/chromium/TestExpectations: Add TEXT to http/tests/misc/last-modified-parsing.htl
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Rebaseline: svg/custom/pattern-userSpaceOnUse-userToBaseTransform.xhtml
* platform/chromium-win/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt:
2012-07-03 Hayato Ito <hayato@chromium.org>
Parameter 'id' is not used in getUserModifyProperty() of fast/dom/shadow/user-modify-inheritance.html.
https://bugs.webkit.org/show_bug.cgi?id=90434
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/user-modify-inheritance.html:
2012-07-03 Xueqing Huang <huangxueqing@baidu.com>
eventSender.beginDragWithFiles had been implemented in Windows, related tests should be removed from Skipped.
https://bugs.webkit.org/show_bug.cgi?id=87610
Reviewed by Jessie Berlin.
* platform/win/Skipped:
* platform/win/fast/dom/Window: Removed.
* platform/win/fast/dom/Window/window-postmessage-clone-frames-expected.txt: Removed.
2012-07-03 Nate Chapin <japhet@chromium.org>
Test for https://bugs.webkit.org/show_bug.cgi?id=88436.
Reviewed by Brady Eidson.
* http/tests/multipart/multipart-replace-non-html-content-expected.txt: Added.
* http/tests/multipart/multipart-replace-non-html-content.php: Added.
2012-07-03 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaselines.
* platform/chromium-mac-snowleopard/css1/formatting_model/floating_elements-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/block/float/010-expected.png:
* platform/chromium-mac-snowleopard/fast/block/float/010-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/block/float/independent-align-positioning-expected.png:
* platform/chromium-mac-snowleopard/fast/block/float/independent-align-positioning-expected.txt: Added.
* platform/chromium-mac/fast/block/float/010-expected.png:
* platform/chromium-mac/fast/block/float/010-expected.txt: Added.
* platform/chromium-mac/fast/block/float/independent-align-positioning-expected.png:
* platform/chromium-mac/fast/block/float/independent-align-positioning-expected.txt: Added.
2012-07-03 Tony Chang <tony@chromium.org>
Unreviewed gardening, give a bug number to slow inspector tests and
move into the slow section.
* platform/chromium/TestExpectations:
2012-07-03 Robert Hogan <robert@webkit.org>
Suppress tests requiring rebaselining after r121789
Unreviewed, gardening.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/Skipped:
* platform/qt/TestExpectations:
* platform/win/Skipped:
2012-06-27 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: [Extensions API] Resource manipulations should be based on UISourceCode thus extending Sources Panel.
https://bugs.webkit.org/show_bug.cgi?id=89868
Reviewed by Pavel Feldman.
* http/tests/inspector/extensions-test.js:
(initialize_ExtensionsTest):
(initialize_ExtensionsTest.completeTest):
(initialize_ExtensionsTest.InspectorTest.runExtensionTests):
* http/tests/inspector/resources/extension-main.js:
* inspector/extensions/extensions-resources.html:
* inspector/styles/styles-history.html:
2012-07-03 Robert Hogan <robert@webkit.org>
CSS 2.1 failure: floats-wrap-top-below-inline-* fail
https://bugs.webkit.org/show_bug.cgi?id=88171
Reviewed by Eric Seidel.
* css2.1/20110323/floats-wrap-top-below-001l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-001r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-002l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-002r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-003l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-003r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-001l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-001l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-001r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-001r.htm: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-002l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-002l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-002r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-002r.htm: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-003l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-003l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-003r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-bfc-003r.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-001l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-001l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-001r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-001r.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-002l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-002l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-002r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-002r.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-003l-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-003l.htm: Added.
* css2.1/20110323/floats-wrap-top-below-inline-003r-expected.html: Added.
* css2.1/20110323/floats-wrap-top-below-inline-003r.htm: Added.
* css2.1/20110323/floats-zero-height-wrap-001-expected.html: Added.
* css2.1/20110323/floats-zero-height-wrap-001.htm: Added.
* css2.1/20110323/floats-zero-height-wrap-002.htm: Added.
* css2.1/20110323/floats-zero-height-wrap-002-expected.html: Added.
All of these are taken from the CSS test suite, including the expected.html files which have been renamed
from *-ref.html so that new-run-webkit-tests will parse use them.
* fast/block/float/floats-wrap-inside-inline-001-expected.html: Added.
* fast/block/float/floats-wrap-inside-inline-001.htm: Added.
The span should avoid a float even when its top and bottom does not overlap with the top of the span.
In this test the float starts and ends inside the span's first linebox.
* fast/block/float/floats-wrap-inside-inline-002-expected.html: Added.
* fast/block/float/floats-wrap-inside-inline-002.htm: Added.
The span should avoid a float even when its top and bottom does not overlap with the top of the span.
In this test the float overlaps the bottom of the span, but is below the span's first linebox.
* fast/block/float/floats-wrap-inside-inline-003-expected.html: Added.
* fast/block/float/floats-wrap-inside-inline-003.htm: Added.
An inline span should avoid a float even when its top and bottom does not overlap with the top of the span.
In this test the float starts and ends inside the span's first linebox.
* fast/block/float/floats-wrap-inside-inline-004-expected.html: Added.
* fast/block/float/floats-wrap-inside-inline-004.htm: Added.
The span should avoid a float even when its top and bottom does not overlap with the top of the span.
In this test the float overlaps inside the span and the span has height set by its style.
* fast/block/float/floats-wrap-inside-inline-005-expected.html: Added.
* fast/block/float/floats-wrap-inside-inline-005.htm: Added.
In this test the float starts and ends inside the span's second linebox, so only the second linebox should avoid the float.
* platform/chromium-win/css1/formatting_model/floating_elements-expected.txt:
This is a progression due to lineboxes now avoiding floats they overlap.
2012-07-03 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaseline for r121728.
* platform/chromium-mac/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added.
* platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png:
* platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed.
2012-07-03 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaseline.
* platform/chromium-linux-x86/fast/line-grid: Added.
* platform/chromium-linux-x86/fast/line-grid/line-grid-into-columns-expected.txt: Added.
* platform/chromium-linux/fast/line-grid/line-grid-into-columns-expected.png:
* platform/chromium-linux/fast/line-grid/line-grid-into-columns-expected.txt: Added.
* platform/chromium-win-xp/fast/line-grid: Added.
* platform/chromium-win-xp/fast/line-grid/line-grid-into-columns-expected.txt: Added.
* platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.png:
* platform/chromium-win/fast/line-grid/line-grid-into-columns-expected.txt:
2012-07-03 Emil A Eklund <eae@chromium.org>
Unreviewed chromium TestExpectations update, marked a couple of tests as flaky on windows.
* platform/chromium/TestExpectations:
2012-07-03 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaseline.
* platform/chromium-linux-x86/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
* platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Removed.
* platform/chromium-mac-snowleopard/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
* platform/chromium-mac/http/tests/misc/acid3-expected.txt:
* platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
* platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
* platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
* platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.txt:
* platform/chromium-win-xp/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt:
2012-07-03 Eugene Klyuchnikov <eustas.bug@gmail.com>
Web Inspector: Forward message loop instrumentation data to frontend.
https://bugs.webkit.org/show_bug.cgi?id=89584
Reviewed by Yury Semikhatsky.
Transmit collected message loop tasks to inspector frontend.
Now "Program" should be a top-level event on browsers that
support message loop instrumentation.
Frontend was changed so that user will not see any changes.
* inspector/timeline/timeline-enum-stability-expected.txt:
2012-07-03 Vsevolod Vlasov <vsevik@chromium.org>
inspector/debugger/script-snippet-model.html fails
https://bugs.webkit.org/show_bug.cgi?id=90385
Reviewed by Pavel Feldman.
* inspector/debugger/script-snippet-model-expected.txt:
* platform/chromium/inspector/debugger/script-snippet-model-expected.txt: Copied from LayoutTests/inspector/debugger/script-snippet-model-expected.txt.
* platform/qt/Skipped:
2012-07-03 Alexander Pavlov <apavlov@chromium.org>
[REGRESSION] Crash when copying a StyleRuleMedia with a NULL m_mediaQueries
https://bugs.webkit.org/show_bug.cgi?id=90459
Reviewed by Andreas Kling.
* inspector/styles/get-set-stylesheet-text-expected.txt:
* inspector/styles/resources/get-set-stylesheet-text.css:
(@media):
2012-07-03 Andrey Kosyakov <caseq@chromium.org>
Web Inspector: display time intervals measured with console.time() and console.timeEnd() in Timeline
https://bugs.webkit.org/show_bug.cgi?id=90442
Reviewed by Pavel Feldman.
- added Time & TimeEnd;
* inspector/timeline/timeline-enum-stability-expected.txt:
2012-07-03 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Add new baselines after r121697, r121722 and r121728
https://bugs.webkit.org/show_bug.cgi?id=90446
Unreviewed gardening.
* platform/efl/fast/dom/Element/getBoundingClientRect-expected.txt:
* platform/efl/fast/multicol/column-break-with-balancing-expected.png:
* platform/efl/fast/multicol/column-break-with-balancing-expected.txt: Added.
* platform/efl/fast/multicol/column-rules-expected.png:
* platform/efl/fast/multicol/column-rules-expected.txt: Added.
* platform/efl/fast/multicol/column-rules-stacking-expected.txt: Added.
* platform/efl/fast/multicol/columns-shorthand-parsing-expected.txt: Added.
* platform/efl/fast/multicol/nested-columns-expected.png:
* platform/efl/fast/multicol/nested-columns-expected.txt: Added.
* platform/efl/fast/multicol/shadow-breaking-expected.png:
* platform/efl/fast/multicol/shadow-breaking-expected.txt:
* platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
* platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
* platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
* platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
* platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
* platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
* platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
* platform/efl/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
* platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
* platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
* platform/efl/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Copied from LayoutTests/platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt.
* platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
* platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
* platform/efl/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/efl/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
2012-07-03 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating one baseline modified in r121745
to more suitable content.
* platform/gtk/fast/multicol/nested-columns-expected.txt:
2012-07-03 Philip Rogers <pdr@google.com>
Fix text positioning with non-bmp characters.
https://bugs.webkit.org/show_bug.cgi?id=87681
Reviewed by Nikolas Zimmermann.
* svg/text/non-bmp-tspans-expected.svg: Added.
* svg/text/non-bmp-tspans.svg: Added.
2012-07-03 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Improve test cases for network information APIs
https://bugs.webkit.org/show_bug.cgi?id=90162
Reviewed by Adam Barth.
Existing implementation doesn't test port implementation in network info APIs.
This patch lets test cases use bandwidth and metered functions implemented by port layer.
In addition, expected results need to check return type instead of property name.
* networkinformation/add-listener-from-callback-expected.txt:
* networkinformation/basic-all-types-of-events-expected.txt:
* networkinformation/basic-operation-expected.txt:
* networkinformation/multiple-frames-expected.txt:
* networkinformation/script-tests/add-listener-from-callback.js:
(checkNetworkInformation):
* networkinformation/script-tests/basic-all-types-of-events.js:
(checkNetworkInformation):
* networkinformation/script-tests/basic-operation.js:
* networkinformation/script-tests/multiple-frames.js:
(checkNetworkInformation):
(checkChildNetworkInformation):
* networkinformation/script-tests/updates.js:
(checkNetworkInformation):
* networkinformation/updates-expected.txt:
2012-07-03 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Save scroll selection and cursor position of SourceFrames in sources panel.
https://bugs.webkit.org/show_bug.cgi?id=90294
Reviewed by Yury Semikhatsky.
* inspector/tabbed-editors-history-expected.txt:
* inspector/tabbed-editors-history.html:
2012-07-03 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Make DirectoryContentView sortable
https://bugs.webkit.org/show_bug.cgi?id=90361
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/get-metadata-expected.txt:
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Rebaseline: fast/box-sizing/box-sizing.html
* platform/chromium-mac-snowleopard/fast/box-sizing/box-sizing-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt.
* platform/chromium-mac/fast/box-sizing/box-sizing-expected.txt:
2012-07-03 Jan Keromnes <janx@linux.com>
Web Inspector: WebInspector.TextViewer should be renamed WebInspector.TextEditor
https://bugs.webkit.org/show_bug.cgi?id=89939
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/debugger-test.js:
(initialize_DebuggerTest):
* http/tests/inspector/live-edit-test.js:
(initialize_LiveEditTest.InspectorTest.replaceInSource):
(initialize_LiveEditTest):
* http/tests/inspector/resources-test.js:
(initialize_ResourceTest.InspectorTest.showResource.showResourceCallback):
(initialize_ResourceTest.InspectorTest.showResource):
* inspector/debugger/pause-in-inline-script.html:
2012-07-03 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r121697 and r121728
and adding text and pixel baselines required after r121722.
* platform/gtk/fast/dom/Element/getBoundingClientRect-expected.txt:
* platform/gtk/fast/multicol/column-break-with-balancing-expected.txt: Added.
* platform/gtk/fast/multicol/column-rules-expected.txt: Added.
* platform/gtk/fast/multicol/column-rules-stacking-expected.txt: Added.
* platform/gtk/fast/multicol/columns-shorthand-parsing-expected.txt: Added.
* platform/gtk/fast/multicol/nested-columns-expected.txt: Added.
* platform/gtk/fast/multicol/shadow-breaking-expected.txt:
* platform/gtk/fast/multicol/span/anonymous-split-block-crash-expected.txt: Added.
* platform/gtk/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
* platform/gtk/fast/multicol/span/generated-child-split-flow-crash-expected.txt:
* platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added.
* platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
* platform/gtk/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt: Added.
* platform/gtk/fast/multicol/vertical-lr/column-rules-expected.txt:
* platform/gtk/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
* platform/gtk/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt: Added.
* platform/gtk/fast/multicol/vertical-rl/column-rules-expected.txt:
* platform/gtk/fast/multicol/vertical-rl/float-avoidance-expected.txt:
* platform/gtk/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/gtk/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Update text expectation for timeline-receive-response-event.html
* platform/chromium/TestExpectations: Add "TEXT"
2012-07-03 Jochen Eisinger <jochen@chromium.org>
[chromium] Unreviewed gardening.
platform/chromium/permissionclient/storage-permission.html consistently
passes
* platform/chromium/TestExpectations:
2012-07-03 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r121728. Updated expectations to
fast/multicol/span/span-as-immediate-child-generated-content.html.
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
* platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
2012-07-03 Balazs Kelemen <kbalazs@webkit.org>
[Qt][WK2] fast/viewport/viewport-91.html still fails after r121555 and r121661
https://bugs.webkit.org/show_bug.cgi?id=90376
Reviewed by Csaba Osztrogonác.
Unskip passing test.
* platform/qt-5.0-wk2/Skipped:
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Rebaseline for Mac10.6
* platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Removed.
2012-07-03 Michael Starzinger <mstarzinger@chromium.org>
[Chromium] Tests still crashing for Linux Release as well.
https://bugs.webkit.org/show_bug.cgi?id=89979
Reviewed by Tony Chang.
* platform/chromium/TestExpectations:
2012-07-03 Yoshifumi Inoue <yosin@chromium.org>
[Chromium] Rebaseline: Add missing expectation files introduced by r121722
* platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
* platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/chromium-mac/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
* platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/chromium-win-xp/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
* platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.png: Added.
* platform/chromium-win/fast/repaint/repaint-during-scroll-with-zoom-expected.txt: Added.
2012-07-03 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed Gardening after r121697. Updated expected files.
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
2012-07-03 Hironori Bono <hbono@chromium.org>
Calculate client positions from offsets.
https://bugs.webkit.org/show_bug.cgi?id=73640
Reviewed by Tony Chang.
This change calculates client positions from offset positions at run time to
remove platform-dependent constants from this test.
* fast/events/offsetX-offsetY-expected.txt:
* fast/events/offsetX-offsetY.html:
* platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: Removed.
2012-07-03 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Enable MICRODATA support
https://bugs.webkit.org/show_bug.cgi?id=90377
Reviewed by Kenneth Rohde Christiansen.
Unskip microdata test cases now that support has been
enabled for EFL port.
* platform/efl/Skipped:
2012-07-02 Yoshifumi Inoue <yosin@chromium.org>
Layout Test inspector/timeline/timeline-receive-response-event.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90430
Unreviewd build fix
* platform/chromium/TestExpectations: Mark timeline-receive-response-event.html flaky
2012-07-02 Dan Bernstein <mitz@apple.com>
Column height and count calculation ignores most overflow
https://bugs.webkit.org/show_bug.cgi?id=90392
Reviewed by Dean Jackson.
* fast/multicol/overflow-content-expected.html: Added.
* fast/multicol/overflow-content.html: Added.
* fast/multicol/vertical-rl/rules-with-border-before-expected.png:
2012-07-02 Yoshifumi Inoue <yosin@chromium.org>
Build fix for Chromium
Fix webkit-lint failure.
* platform/chromium/TestExpectations: Got rid of "SLOW" modifier from fast/overflow/lots-of-sibling-inline-boxes.html
2012-07-02 Leandro Gracia Gil <leandrogracia@chromium.org>
[Chromium] Implement a Layout Test for editing/SurroundingText
https://bugs.webkit.org/show_bug.cgi?id=82461
Reviewed by Ryosuke Niwa.
Add a new layout test for the surrounding text feature.
* platform/chromium/editing/surrounding-text/surrounding-text-expected.txt: Added.
* platform/chromium/editing/surrounding-text/surrounding-text.html: Added.
2012-07-02 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaseline.
* platform/chromium-linux/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
* platform/chromium-mac/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added.
2012-07-02 Adam Barth <abarth@webkit.org>
Another crashing test on the EWS. We think this is because of the flash
package we have installed.
* platform/chromium/TestExpectations:
2012-07-02 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaseline for r121697.
* platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
* platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
* platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/float-avoidance-expected.png: Removed.
* platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/float-avoidance-expected.png: Removed.
* platform/chromium-mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-win-xp/fast/multicol/vertical-lr: Added.
* platform/chromium-win-xp/fast/multicol/vertical-lr/float-avoidance-expected.txt: Added.
* platform/chromium-win-xp/fast/multicol/vertical-rl: Added.
* platform/chromium-win-xp/fast/multicol/vertical-rl/float-avoidance-expected.txt: Added.
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/float-avoidance-expected.txt:
2012-07-02 Alexis Menard <alexis.menard@openbossa.org>
fast/box-decoration-break/box-decoration-break-rendering.html failing on mac bots
https://bugs.webkit.org/show_bug.cgi?id=89620
Reviewed by Simon Fraser.
Remove the border-radius from the test case as it can produce differences between
the test case and the reference html. At first we thought the 3 pixels difference
was only happening on Mac but after investigation it also happens in Qt (at least).
It was not triggered because ImageDiff was called with some tolerance. Turning the
tolerance to 0 on Qt also trigger some pixel differences.
The differences on how the radius is drawn can be explained by the fact that
the reference html and the test case uses two different paths for drawing the border.
The reference on the slice case only draw three borders which leads into the contruction
of three different drawing paths that we use to clip and clip out. We then draw the border with
antialiasing off as we have constructed the outer and inner paths pretty accurately.
The test case in the other hand uses the fast path for drawing the borders. The slice effect
is in fact is happening because the graphics context is clipped to the current InlineFlowBox rect but still
the border has 4 edges and its drawing will happen using the following : create a path with
an outer rounded rectangle and an inner rounded rectangle. The path is then filled with RULE_EVENODD
and anti-aliasing turn on to achieve a nice looking effect.
To conclude the pixel differences are the fact of the two different drawing techniques used here. Fast
drawing and anti-aliasing to get a decent result or more accurate algorithm but slower. The original test
was not about testing the radiuses of the borders but rather if the borders are cloned or sliced. Even
removing the radius still cover the feature.
* fast/box-decoration-break/box-decoration-break-rendering-expected.html:
* fast/box-decoration-break/box-decoration-break-rendering.html:
* platform/mac/Skipped:
2012-07-02 Dan Bernstein <mitz@apple.com>
<rdar://problem/11787030> In vertical writing modes, child following float-clearing block has incorrect logical top
https://bugs.webkit.org/show_bug.cgi?id=90359
Reviewed by Anders Carlsson.
* fast/writing-mode/logical-height-after-clear-expected.html: Added.
* fast/writing-mode/logical-height-after-clear.html: Added.
* platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.txt:
* platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.txt:
2012-07-02 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=85591
Reviewed by Martin Robinson.
Create a new category for test failures that only fail on specific architecture. Tests
under this category are essentially marked as flaky, but in reality only fail on the
build architecture under which they are listed. This is a convenient workaround for
keeping tests from being recognized as newly-passing on architectures where the failure
does not occur.
* platform/gtk/TestExpectations:
2012-07-02 Zan Dobersek <zandobersek@gmail.com>
Clean up slow HTTP tests on GTK platform
Rubber-stamped by Martin Robinson.
Skip the HTTP tests that take half a minute to run, most oftenly failing
as well. These tests only extend the overall testing time.
Also group the tests failing due to missing authentication handling in DRT,
missing multipart/x-mixed-replace support in libsoup and open a new bug
for the failing http/tests/plugins/plugin-document-has-focus.html test.
* platform/gtk/TestExpectations:
2012-07-02 Tommy Widenflycht <tommyw@google.com>
MediaStream API: Update MediaStreamTrackList to match the specification
https://bugs.webkit.org/show_bug.cgi?id=90171
Reviewed by Adam Barth.
* fast/mediastream/MediaStreamTrackList-expected.txt: Added.
* fast/mediastream/MediaStreamTrackList.html: Added.
2012-07-02 Emil A Eklund <eae@chromium.org>
Unreviewed chromium expectations update.
* platform/chromium/TestExpectations:
2012-07-02 Tony Chang <tony@chromium.org>
Unreviewed: Fix a flexbox reftest that was failing on most platforms.
Remove the test case that caused the image diff. I'll try to come up
with a different way to test this.
* css3/flexbox/anonymous-block-expected.html:
* css3/flexbox/anonymous-block.html:
* platform/chromium/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/Skipped:
2012-07-02 Adam Barth <abarth@webkit.org>
This test is a flaky crash on the cr-linux-ews, which is causing the
bot to be very slow in processing patches and to spam bugs with false
failures. Mark this test as flaky while we investigate.
* platform/chromium/TestExpectations:
2012-07-02 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, update expected files, skip new failing tests.
* platform/qt-5.0-wk2/Skipped: Skip fast/viewport/viewport-91.html because of bug90376.
* platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Updated after r121599.
* platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Updated after r121599.
* platform/qt/Skipped: Skip inspector/debugger/script-snippet-model.html because of bug90385.
2012-07-02 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Add requestFileContent command and fileContentReceived event
https://bugs.webkit.org/show_bug.cgi?id=89642
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/read-file-expected.txt: Added.
* http/tests/inspector/filesystem/read-file.html: Added.
2012-07-02 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Add refresh button to FileSystemView status bar
https://bugs.webkit.org/show_bug.cgi?id=90244
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/directory-tree.html:
2012-07-02 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing GTK-specific baseline that's
not required anymore after r121661.
* platform/gtk/fast/viewport/viewport-91-expected.txt: Removed.
2012-06-22 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Implement snippets evaluation.
https://bugs.webkit.org/show_bug.cgi?id=88707
Reviewed by Pavel Feldman.
* inspector/debugger/script-snippet-model-expected.txt:
* inspector/debugger/script-snippet-model.html:
2012-07-02 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline needed after r121296 and r121599
https://bugs.webkit.org/show_bug.cgi?id=90364
Unreviewed EFL gardening. Update baselines for a few
test cases after r121296 and r121599.
* platform/efl/TestExpectations:
* platform/efl/fast/backgrounds/size/zero-expected.png:
* platform/efl/fast/backgrounds/size/zero-expected.txt:
* platform/efl/fast/transforms/bounding-rect-zoom-expected.png:
* platform/efl/fast/transforms/bounding-rect-zoom-expected.txt: Added.
* platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png:
* platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
2012-07-02 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip fast/js/navigator-language.html
https://bugs.webkit.org/show_bug.cgi?id=90365
Unreviewed EFL gardening.
Skip fast/js/navigator-language.html until
Bug 89639 is fixed.
* platform/efl/TestExpectations:
2012-07-02 Adam Barth <abarth@webkit.org>
Add some expectations for the top flaky tests on chromium-linux.
* platform/chromium/TestExpectations:
2012-07-02 Yury Semikhatsky <yurys@chromium.org>
Unreviewed. Updated Chromium test expectations. Added a missing bug
number to the expectations.
* platform/chromium/TestExpectations:
2012-07-02 Konrad Piascik <kpiascik@rim.com>
[EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
https://bugs.webkit.org/show_bug.cgi?id=90286
Reviewed by Daniel Bates.
Unskip now passing tests.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-07-02 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening, skip new failing test.
* platform/qt/Skipped:
2012-07-02 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r121599.
* platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2012-07-01 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Add Gamepad support
https://bugs.webkit.org/show_bug.cgi?id=90170
Reviewed by Kenneth Rohde Christiansen.
Unskip gamepad/gamepad-api.html now that Gamepad
support is enabled on EFL port.
gamepad/gamepad-polling-access.html is still
skipped because it requires additional test
infrastructure.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-07-01 Kihong Kwon <kihong.kwon@samsung.com>
Move platform/qt/fast/jsnavigator-language.html to fast/js
https://bugs.webkit.org/show_bug.cgi?id=90261
Reviewed by Ryosuke Niwa.
Efl needs a test case for navigator.language.
This test case is modified for all ports.
* fast/js/navigator-language-expected.txt: Copied from LayoutTests/platform/qt/fast/js/navigator-language-expected.txt.
* fast/js/navigator-language.html: Copied from LayoutTests/platform/qt/fast/js/navigator-language.html.
* platform/qt/fast/js/navigator-language-expected.txt: Removed.
* platform/qt/fast/js/navigator-language.html: Removed.
2012-07-01 Keishi Hattori <keishi@webkit.org>
[Chromium] Fix TestExpectations error caused in r121652.
Unreviewed.
* platform/chromium/TestExpectations:
2012-07-01 Keishi Hattori <keishi@webkit.org>
[Chromium] Removing LEOPARD from TestExpectations so the tests run.
Caused by r121595
Unreviewed.
* platform/chromium/TestExpectations:
2012-07-01 James Robinson <jamesr@chromium.org>
Unreviewed, rolling out r121635.
http://trac.webkit.org/changeset/121635
https://bugs.webkit.org/show_bug.cgi?id=90286
Breaks compile on clang error: in-class initializer for static
data member of type 'const float' is a GNU extension
[-Werror,-Wgnu]
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-07-01 Dan Bernstein <mitz@apple.com>
<rdar://problem/11785743> [mac] Non-BMP characters in vertical text appear as missing glyphs
https://bugs.webkit.org/show_bug.cgi?id=90349
Reviewed by Dean Jackson.
* platform/mac/fast/text/vertical-surrogate-pair.html: Added.
* platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.png: Added.
* platform/mac/platform/mac/fast/text/vertical-surrogate-pair-expected.txt: Added.
2012-07-01 Kenichi Ishibashi <bashi@chromium.org>
Arabic shaping is incorrect if ZWNJ exist
https://bugs.webkit.org/show_bug.cgi?id=89843
Reviewed by Dan Bernstein.
* platform/mac/fast/text/arabic-zwj-and-zwnj-expected.html: Added.
* platform/mac/fast/text/arabic-zwj-and-zwnj.html: Added.
2012-07-01 Emil A Eklund <eae@chromium.org>
Unreviewed rebaseline for mac post r121599.
* platform/mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
2012-07-01 Emil A Eklund <eae@chromium.org>
Unreviewed test expectations update for chromium.
* platform/chromium/TestExpectations:
2012-07-01 Konrad Piascik <kpiascik@rim.com>
[EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
https://bugs.webkit.org/show_bug.cgi?id=90286
Reviewed by Daniel Bates.
Unskip now passing tests.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-06-30 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaseline for svg/zoom.
* platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
* platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
* platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added.
* platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added.
* platform/chromium-win-xp/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
2012-06-30 Emil A Eklund <eae@chromium.org>
Unreviewed chromium windows rebaseline.
* platform/chromium-win-xp/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt:
2012-06-29 Filip Pizlo <fpizlo@apple.com>
Webkit crashes in DFG on Google Docs when creating a new document
https://bugs.webkit.org/show_bug.cgi?id=90209
Reviewed by Gavin Barraclough.
* fast/js/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local-expected.txt: Added.
* fast/js/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.html: Added.
* fast/js/script-tests/dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js: Added.
(baz):
(stuff):
(foo):
(o.g):
2012-06-30 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK and EFL gardening, adding image expectation
for the failing css3/flexbox/anonymous-block.html test.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-30 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r121599.
* platform/gtk/fast/transforms/bounding-rect-zoom-expected.txt: Added.
* platform/gtk/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/gtk/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2012-06-29 Erik Arvidsson <arv@chromium.org>
[V8] HTMLCollection wrappers are not retained
https://bugs.webkit.org/show_bug.cgi?id=90208
Reviewed by Adam Barth.
* fast/dom/htmlallcollection-reachable-expected.txt: Added.
* fast/dom/htmlallcollection-reachable.html: Added.
* fast/dom/htmlcollection-reachable-expected.txt: Added.
* fast/dom/htmlcollection-reachable.html: Added.
2012-06-29 Tony Chang <tony@chromium.org>
All child elements of a flex container should be turned into a flex item
https://bugs.webkit.org/show_bug.cgi?id=90323
Reviewed by Ojan Vafai.
* css3/flexbox/anonymous-block-expected.html:
* css3/flexbox/anonymous-block.html:
* css3/flexbox/flexitem-expected.txt:
* css3/flexbox/flexitem.html:
2012-06-29 Tony Chang <tony@chromium.org>
Allow align-self: stretch to cause the item size to shrink below its intrinsic size
https://bugs.webkit.org/show_bug.cgi?id=90304
Reviewed by Ojan Vafai.
* css3/flexbox/child-overflow-expected.html:
* css3/flexbox/child-overflow.html:
* css3/flexbox/flex-align-stretch.html:
2012-06-29 James Weatherall <wez@chromium.org>
NPObjectWrapper may not address all window script object lifetime issues
https://bugs.webkit.org/show_bug.cgi?id=85679
Test that NPAPI plugins that leak references to the window script object don't cause the containing document to be leaked.
Reviewed by Nate Chapin.
* plugins/npruntime/leak-window-scriptable-object-expected.txt: Added.
* plugins/npruntime/leak-window-scriptable-object.html: Added.
2012-06-29 Emil A Eklund <eae@chromium.org>
Unreviewed chromium windows rebaselines for r121599.
* platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
2012-06-29 Emil A Eklund <eae@chromium.org>
Unreviewed chromium rebaselines for r121599.
* platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac-snowleopard/fast/transforms/bounding-rect-zoom-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
2012-06-29 Emil A Eklund <eae@chromium.org>
Allow non-borders to be adjusted to less than 1 when zoomed out
https://bugs.webkit.org/show_bug.cgi?id=90104
Reviewed by Eric Seidel.
Add test ensuring that floats with margins do not wrap in fixed sized
containers and update existing results as needed.
* fast/css/zoom-background-repeat-x.html:
* fast/sub-pixel/float-with-margin-in-container-expected.txt: Added.
* fast/sub-pixel/float-with-margin-in-container.html: Added.
* platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-linux/fast/transforms/bounding-rect-zoom-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
* platform/chromium-mac/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/chromium-win/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/fast/transforms/bounding-rect-zoom-expected.txt:
* platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt:
* platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2012-06-29 Mihai Balan <mibalan@adobe.com>
[CSS Regions] Adding feature defines for CSS Regions for Windows
https://bugs.webkit.org/show_bug.cgi?id=88645
Reviewed by Tony Chang.
Re-trying to enable CSS regions on Windows. This time only enabling
regions (not exclusions) because of some strange compilation/linking
issues. Fixing a couple of non-regions related tests that get different
results once regions are enabled.
* platform/win/fast/js/global-constructors-expected.txt: Added WebKitCSSRule to expected
2012-06-29 No'am Rosenthal <noam.rosenthal@nokia.com>0
[Qt][WK2] Unskip/rebaseline some compositing tests.
https://bugs.webkit.org/show_bug.cgi?id=90290
Reviewed by Laszlo Gombos.
Rebaseline compositing tests that have good results that are slightly different than the
generic results, and unskipping several tests that should not be skipped.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/fixed-position-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/iframe-content-flipping-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/iframe-size-to-zero-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/invisible-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/layout-on-compositing-change-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/nested-composited-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/nested-iframe-scrolling-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/overlapped-iframe-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/remove-iframe-crash-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/repaint-after-losing-scrollbars-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/scroll-fixed-transformed-element-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/iframes/scroll-grandchild-iframe-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/masks/direct-image-mask-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/masks/masked-ancestor-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/masks/multiple-masks-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/masks/simple-composited-mask-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/become-simple-composited-reflection-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/compositing-change-inside-reflection-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/empty-reflection-with-mask-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/masked-reflection-on-composited-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-mask-change-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/nested-reflection-transformed2-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-in-composited-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-on-composited-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-opacity-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-ordering-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-positioning-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/reflection-positioning2-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/remove-add-reflection-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/remove-reflection-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/reflections/simple-composited-reflections-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/rtl/rtl-relative-expected.txt: Added.
2012-06-29 Hanna Ma <Hanma@rim.com>
Web Inspector: Add data length to resource events on timeline to
keep track of the amount of data loaded and the total data length.
https://bugs.webkit.org/show_bug.cgi?id=89244
Reviewed by Pavel Feldman.
Added tests for resource receive data events.
* inspector/timeline/timeline-network-received-data-expected.txt: Added.
* inspector/timeline/timeline-network-received-data.html: Added.
* inspector/timeline/timeline-test.js:
2012-06-29 Emil A Eklund <eae@chromium.org>
Unreviewed chromium xp rebaseline.
* platform/chromium-win-xp/http/tests/inspector: Added.
* platform/chromium-win-xp/http/tests/inspector/resource-tree: Added.
* platform/chromium-win-xp/http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt: Added.
2012-06-29 Ojan Vafai <ojan@chromium.org>
Rebaseline some tests where Chrome differs due to V8's different toString implementation
for some built-ins. We should probably get V8 and JSC to agree here, but that's not terribly
pressing since the web clearly doesn't depend on the specifics here.
* platform/chromium-win/fast/js/global-constructors-expected.txt: Removed.
* platform/chromium/TestExpectations:
* platform/chromium/fast/js/function-names-expected.txt: Added.
* platform/chromium/fast/js/global-constructors-expected.txt: Added.
2012-06-29 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a new baseline required after r121555.
* platform/gtk/fast/viewport/viewport-91-expected.txt: Added.
2012-06-29 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [GTK] [QT] fast/viewport/viewport-91.html is failing after r121555
https://bugs.webkit.org/show_bug.cgi?id=90287
Unreviewed gardening. Skip fast/viewport/viewport-91.html
for EFL, GTK and QT ports. The test is failing after r121555.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-06-29 Tony Chang <tony@chromium.org>
[GTK] Enable CSS grid layout LayoutTests on GTK+
https://bugs.webkit.org/show_bug.cgi?id=90226
Reviewed by Martin Robinson.
* platform/gtk/TestExpectations: Tests should pass.
2012-06-29 Stephen White <senorblanco@chromium.org>
Unreviewed gardening.
Rebaseline tests affected by r121452.
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
* platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-mac-snowleopard/svg/carto.net/scrollbar-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-mac-snowleopard/transitions/cross-fade-background-image-expected.png:
* platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-mac/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/chromium-mac/svg/carto.net/scrollbar-expected.png:
* platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
* platform/chromium-mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-mac/transitions/cross-fade-background-image-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-win-xp/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-win-xp/svg/carto.net: Removed.
* platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-win/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/chromium-win/svg/carto.net/scrollbar-expected.png:
* platform/chromium-win/svg/custom/image-small-width-height-expected.png:
* platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-win/transitions/cross-fade-background-image-expected.png:
* platform/chromium/TestExpectations:
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added.
* platform/win-7sp0/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added.
* platform/win-7sp0/svg/carto.net: Added.
* platform/win-7sp0/svg/carto.net/scrollbar-expected.png: Added.
* platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed.
* platform/win/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed.
* platform/win/svg/carto.net: Removed.
* platform/win/svg/carto.net/scrollbar-expected.png: Removed.
2012-06-29 Vsevolod Vlasov <vsevik@chromium.org>
[chromium] Layout Test inspector/debugger/debugger-compile-and-run.html is failing
https://bugs.webkit.org/show_bug.cgi?id=90285
Reviewed by Pavel Feldman.
* inspector/debugger/debugger-compile-and-run.html:
2012-06-29 Stephen White <senorblanco@chromium.org>
[chromium] Unreviewed gardening.
New baselines for tests added in r121513.
* platform/chromium-linux/css3/filters/effect-reference-expected.png: Removed.
* platform/chromium-linux/css3/filters/effect-reference-expected.txt: Removed.
* platform/chromium-linux/css3/filters/effect-reference-external-expected.png: Removed.
* platform/chromium-linux/css3/filters/effect-reference-external-expected.txt: Removed.
* platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Removed.
* platform/chromium-linux/css3/filters/effect-reference-hw-expected.txt: Removed.
* platform/chromium-linux/css3/filters/effect-reference-ordering-expected.png: Removed.
* platform/chromium-linux/css3/filters/effect-reference-ordering-expected.txt: Removed.
* platform/chromium-mac/css3/filters/effect-reference-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-reference-expected.txt: Added.
* platform/chromium-mac/css3/filters/effect-reference-external-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-reference-hw-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/chromium-mac/css3/filters/effect-reference-ordering-expected.png: Added.
* platform/chromium-mac/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-reference-expected.png: Added.
* platform/chromium-win/css3/filters/effect-reference-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-reference-external-expected.png: Added.
* platform/chromium-win/css3/filters/effect-reference-hw-expected.png: Added.
* platform/chromium-win/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/chromium-win/css3/filters/effect-reference-ordering-expected.png: Added.
* platform/chromium-win/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/chromium/TestExpectations:
* platform/chromium/css3/filters/effect-reference-external-expected.txt: Added.
2012-06-29 Mihnea Ovidenie <mihnea@adobe.com>
Crash when flowing a fixed positioned element into a region.
https://bugs.webkit.org/show_bug.cgi?id=88133
Reviewed by Julien Chaffraix and Abhishek Arya.
When a fixed positioned element is collected into a named flow, we have to make sure
that such element has the RenderFlowThread as containing block instead of RenderView,
so that the fixed positioned element is laid out properly.
* fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Added.
* fast/regions/absolute-pos-elem-in-named-flow.html: Added.
* fast/regions/absolute-pos-elem-in-region-expected.html: Added.
* fast/regions/absolute-pos-elem-in-region.html: Added.
* fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Added.
* fast/regions/fixed-pos-elem-in-named-flow.html: Added.
* fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Added.
* fast/regions/fixed-pos-elem-in-named-flow2.html: Added.
* fast/regions/fixed-pos-elem-in-region-expected.html: Added.
* fast/regions/fixed-pos-elem-in-region.html: Added.
2012-06-29 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: [Device Metrics] "Fit window" option inhibits adjusting the page zoom factor
https://bugs.webkit.org/show_bug.cgi?id=90187
Reviewed by Vsevolod Vlasov.
* inspector/styles/override-screen-size-expected.txt:
* platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
2012-06-29 Kent Tamura <tkent@chromium.org>
<textarea> unnecessarily saves the value in some cases
https://bugs.webkit.org/show_bug.cgi?id=90259
Reviewed by Hajime Morita.
* fast/forms/textarea/textarea-state-restore-expected.txt: Added.
* fast/forms/textarea/textarea-state-restore.html: Added.
2012-06-29 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening after r121468
https://bugs.webkit.org/show_bug.cgi?id=90257
Unreviewed EFL gardening after r121468.
* platform/efl/fast/dom/Window/window-lookup-precedence-expected.txt: Removed.
* platform/efl/fast/forms/label/labelable-elements-expected.txt: Added.
2012-06-29 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Add FileSystemView
https://bugs.webkit.org/show_bug.cgi?id=73301
This patch introduce a split view as FileSystemView. Including directory tree as sidebar tree.
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/directory-tree-expected.txt: Added.
* http/tests/inspector/filesystem/directory-tree.html: Added.
* http/tests/inspector/filesystem/filesystem-test.js:
(initialize_FileSystemTest.incrementRequestCount):
(initialize_FileSystemTest.decrementRequestCount):
(initialize_FileSystemTest.InspectorTest.callOnRequestCompleted):
2012-06-28 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Resource content is not loaded if Resource.requestContent method is called before network request is finished.
https://bugs.webkit.org/show_bug.cgi?id=90153
Reviewed by Yury Semikhatsky.
Resource.requestContent() now checks that request (if there is one) was already loaded before requesting content from PageAgent.
Drive-by: Removed unneeded legacy request._resource field.
* http/tests/inspector/network/network-request-revision-content.html:
* http/tests/inspector/resource-tree/resource-request-content-while-loading-expected.txt: Added.
* http/tests/inspector/resource-tree/resource-request-content-while-loading.html: Added.
* http/tests/inspector/resources-test.js:
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished.checkResources):
(initialize_ResourceTest.InspectorTest.runAfterResourcesAreFinished):
(initialize_ResourceTest.InspectorTest.showResource.showResourceCallback):
(initialize_ResourceTest.InspectorTest.showResource):
(initialize_ResourceTest.InspectorTest.resourceMatchingURL.visit):
(initialize_ResourceTest.InspectorTest.resourceMatchingURL):
(initialize_ResourceTest):
* inspector/debugger/raw-source-code.html:
2012-06-27 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: IDBObjectStore.autoIncrement flag not exposed
https://bugs.webkit.org/show_bug.cgi?id=89701
Reviewed by Yury Semikhatsky.
* http/tests/inspector/indexeddb/database-structure-expected.txt:
* http/tests/inspector/indexeddb/database-structure.html:
2012-06-28 Alexander Pavlov <apavlov@chromium.org>
Use floating keyframe rule list when parsing @-webkit-keyframes and allow abrupt rule termination
https://bugs.webkit.org/show_bug.cgi?id=90073
Reviewed by Antti Koivisto.
* fast/css/css-keyframe-unexpected-end-expected.txt: Added.
* fast/css/css-keyframe-unexpected-end.html: Added.
2012-06-29 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r121494. Added new baseline to
fast/frames/flattening/frameset-flattening-advanced.html
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
* platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
2012-06-28 Kent Tamura <tkent@chromium.org>
REGRESSION(r106388): Form hidden element values being restored
incorrectly for dynamically generated content
https://bugs.webkit.org/show_bug.cgi?id=88685
Reviewed by Hajime Morita.
* fast/forms/state-restore-to-non-edited-controls-expected.txt:
A failing test is fixed.
2012-06-28 Kenichi Ishibashi <bashi@chromium.org>
[Chromium] unreviewed test expectations update after r121510.
* platform/chromium-mac-leopard/css3/font-feature-settings-rendering-expected.png: Added.
* platform/chromium-mac-snowleopard/css3/font-feature-settings-rendering-expected.png: Added.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Added.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-06-28 Keishi Hattori <keishi@webkit.org>
[Chromium] Mark 4 tests in css3/filters as MISSING. Caused by r121513.
Unreviewed.
* platform/chromium/TestExpectations:
2012-06-28 Stephen White <senorblanco@chromium.org>
Add tests for the url() filter function.
https://bugs.webkit.org/show_bug.cgi?id=72443
Reviewed by Dean Jackson.
* css3/filters/effect-reference-external.html: Added.
* css3/filters/effect-reference-hw.html: Added.
* css3/filters/effect-reference-ordering.html: Added.
* css3/filters/effect-reference.html: Added.
* css3/filters/resources/hueRotate.svg: Added.
* platform/chromium-linux/css3/filters/effect-reference-expected.png: Added.
* platform/chromium-linux/css3/filters/effect-reference-expected.txt: Added.
* platform/chromium-linux/css3/filters/effect-reference-external-expected.png: Added.
* platform/chromium-linux/css3/filters/effect-reference-external-expected.txt: Added.
* platform/chromium-linux/css3/filters/effect-reference-hw-expected.png: Added.
* platform/chromium-linux/css3/filters/effect-reference-hw-expected.txt: Added.
* platform/chromium-linux/css3/filters/effect-reference-ordering-expected.png: Added.
* platform/chromium-linux/css3/filters/effect-reference-ordering-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-06-28 Mike Lawther <mikelawther@chromium.org>
Unreviewed gardening.
Mark css3/calc/transitions.html flaky (http://webkit.org/b/90234)
* platform/chromium/TestExpectations:
* platform/mac/TestExpectations:
2012-06-28 Erik Arvidsson <arv@chromium.org>
[V8] NodeList wrappers are not kept alive as needed
https://bugs.webkit.org/show_bug.cgi?id=90194
Reviewed by Ojan Vafai.
* fast/dom/NodeList/nodelist-reachable-expected.txt: Added.
* fast/dom/NodeList/nodelist-reachable.html: Added.
* platform/chromium/fast/dom/NodeList/nodelist-reachable-expected.txt: Added.
2012-06-28 Hayato Ito <hayato@chromium.org>
Add a test for a 'user-modify' css property of distributed nodes.
https://bugs.webkit.org/show_bug.cgi?id=90197
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/user-modify-inheritance-expected.txt:
* fast/dom/shadow/user-modify-inheritance.html:
2012-06-28 Elliott Sprehn <esprehn@gmail.com>
frameborder="no" on frameset is ignored if border attribute set
https://bugs.webkit.org/show_bug.cgi?id=17767
Reviewed by Tony Chang.
Add lots of tests for <frameset> frameborder and border handling.
* fast/frames/frameset-frameborder-boolean-values-expected.txt: Added.
* fast/frames/frameset-frameborder-boolean-values.html: Added.
* fast/frames/frameset-frameborder-inheritance-expected.txt: Added.
* fast/frames/frameset-frameborder-inheritance.html: Added.
* fast/frames/frameset-frameborder-overrides-border-expected.txt: Added.
* fast/frames/frameset-frameborder-overrides-border.html: Added.
2012-06-28 Joshua Bell <jsbell@chromium.org>
IndexedDB: Implement IDBTransaction internal active flag
https://bugs.webkit.org/show_bug.cgi?id=89379
Reviewed by Tony Chang.
* storage/indexeddb/resources/transaction-active-flag.js: Added.
* storage/indexeddb/resources/transaction-basics.js:
(completeCallback): Empty transactions now commit rather than abort.
(emptyCompleteCallback):
* storage/indexeddb/resources/transaction-complete-workers.js: Renamed from LayoutTests/storage/indexeddb/resources/transaction-abort-workers.js.
* storage/indexeddb/structured-clone.html: Assumed empty transactions aborted.
* storage/indexeddb/transaction-active-flag-expected.txt: Added.
* storage/indexeddb/transaction-active-flag.html: Added.
* storage/indexeddb/transaction-basics-expected.txt:
* storage/indexeddb/transaction-complete-with-js-recursion-cross-frame-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt.
* storage/indexeddb/transaction-complete-with-js-recursion-cross-frame.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html.
* storage/indexeddb/transaction-complete-with-js-recursion-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion-expected.txt.
* storage/indexeddb/transaction-complete-with-js-recursion.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-with-js-recursion.html.
* storage/indexeddb/transaction-complete-workers-expected.txt: Renamed from LayoutTests/storage/indexeddb/transaction-abort-workers-expected.txt.
* storage/indexeddb/transaction-complete-workers.html: Renamed from LayoutTests/storage/indexeddb/transaction-abort-workers.html.
* storage/indexeddb/tutorial.html: Assumed empty transactions aborted.
2012-06-28 Philip Rogers <pdr@google.com>
Prevent crash in animate resource handling
https://bugs.webkit.org/show_bug.cgi?id=90042
Reviewed by Abhishek Arya.
* svg/custom/animate-reference-crash-expected.txt: Added.
* svg/custom/animate-reference-crash.html: Added.
2012-06-28 Joshua Bell <jsbell@chromium.org>
IndexedDB: IDBDatabase should have a close pending field.
https://bugs.webkit.org/show_bug.cgi?id=71129
Reviewed by Tony Chang.
* storage/indexeddb/database-closepending-flag-expected.txt: Added.
* storage/indexeddb/database-closepending-flag.html: Added.
* storage/indexeddb/resources/database-closepending-flag.js: Added.
(test):
(openConnection.request.onsuccess.request.onsuccess):
(openConnection.request.onsuccess):
(openConnection):
(testIDBDatabaseName):
(testIDBDatabaseObjectStoreNames.request.onsuccess.request.onsuccess.transaction.oncomplete):
(testIDBDatabaseObjectStoreNames.request.onsuccess.request.onsuccess):
(testIDBDatabaseObjectStoreNames.request.onsuccess):
(testIDBDatabaseObjectStoreNames):
(testIDBDatabaseTransaction):
(testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onblocked):
(testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onsuccess.transaction.oncomplete):
(testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess.request.onsuccess):
(testVersionChangeTransactionSteps.request.onsuccess.request.onsuccess):
(testDatabaseDeletion.request.onsuccess.request.onblocked):
(testDatabaseDeletion.request.onsuccess.request.onsuccess):
2012-06-28 Ojan Vafai <ojan@chromium.org>
Replace a BUG_OJAN with a proper tracking bug and unskip two
tests in preparation for rebaselining them.
* platform/chromium/TestExpectations:
2012-06-28 Alpha Lam <hclam@chromium.org>
[chromium] Mark a test as failing on Linux debug
fast/forms/select/select-state-restore.html is failing on Linux debug because of timeout.
Not reviewed.
* platform/chromium/TestExpectations:
2012-06-28 Ojan Vafai <ojan@chromium.org>
Rebaselines after http://trac.webkit.org/changeset/119507.
These were all done using "webkit-patch rebaseline-expectations".
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/efl/tables/mozilla/bugs/bug131020-expected.txt: Copied from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
* platform/gtk/TestExpectations:
* platform/gtk/tables/mozilla/bugs/bug131020-expected.txt: Renamed from LayoutTests/tables/mozilla/bugs/bug131020-expected.txt.
* platform/mac/TestExpectations:
* platform/mac/tables/mozilla/bugs/bug131020-expected.txt:
* platform/qt/TestExpectations:
* platform/qt/tables/mozilla/bugs/bug131020-expected.txt:
* platform/win/TestExpectations:
2012-06-28 Hayato Ito <hayato@chromium.org>
CompositeShadowTreeWalker should use InsertionPoint::hasDistribution() instead of InsertionPoint::isActive().
https://bugs.webkit.org/show_bug.cgi?id=89177
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
* fast/dom/shadow/composed-shadow-tree-walker.html:
2012-06-28 Gregg Tavares <gman@google.com>
Add support for DEPTH_STENCIL to WEBGL_depth_texture
https://bugs.webkit.org/show_bug.cgi?id=90109
Reviewed by Kenneth Russell.
* fast/canvas/webgl/webgl-depth-texture-expected.txt:
* fast/canvas/webgl/webgl-depth-texture.html:
2012-06-28 Stephen Chenney <schenney@chromium.org>
[chromium] rebaseline svg text layouts?
https://bugs.webkit.org/show_bug.cgi?id=89936
Unreviewed Chromium test expectations update.
The SVG tests for this bug all seem OK, so they are being rebaselined.
The other content is less clear, so it is being left for an expert.
* platform/chromium-win-xp/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added.
* platform/chromium-win-xp/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Added.
* platform/chromium-win-xp/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Added.
* platform/chromium-win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Added.
* platform/chromium-win-xp/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Added.
* platform/chromium-win-xp/svg/custom/js-late-gradient-and-object-creation-expected.png: Added.
* platform/chromium-win-xp/svg/text/text-intro-05-t-expected.txt: Added.
* platform/chromium-win-xp/svg/zoom/page/zoom-foreignObject-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-28 Alpha Lam <hclam@chromium.org>
[chromium] Mark a test as slow.
https://bugs.webkit.org/show_bug.cgi?id=90207
fast/forms/select/select-state-restore.html is a slow test on debug builds.
Not reviewed.
* platform/chromium/TestExpectations:
2012-06-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Enable support for HTML5 datalist
https://bugs.webkit.org/show_bug.cgi?id=90157
Reviewed by Martin Robinson.
* platform/efl/Skipped: Unskip fast/forms/datalist tests now that
the DATALIST flag is turned on by default on EFL port.
* platform/efl/fast/forms/datalist/input-list-expected.txt: Added.
We need platform-specific result because we don't support datalist
UI for any element yet. This should be progressively added later
on and the expected result will evolve.
2012-06-28 Tony Chang <tony@chromium.org>
Enable CSS grid layout LayoutTests on platform Mac
https://bugs.webkit.org/show_bug.cgi?id=90113
Reviewed by Ojan Vafai.
Use 1 instead of true, since that's what WebView.mm expects.
* fast/css-grid-layout/containing-block-grids.html:
* fast/css-grid-layout/display-grid-set-get.html:
* fast/css-grid-layout/floating-empty-grids.html:
* fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
* fast/css-grid-layout/grid-columns-rows-get-set.html:
* fast/css-grid-layout/grid-item-column-row-get-set.html:
* platform/mac/Skipped: Unskip tests.
2012-06-28 Stephen White <senorblanco@chromium.org>
Unreviewed gardening.
Remove a duplicate expectation.
* platform/chromium/TestExpectations:
2012-06-28 Stephen Chenney <schenney@chromium.org>
[chromium] svg/custom/clip-path-referencing-use2.svg fails in "drt mode" in DRT
https://bugs.webkit.org/show_bug.cgi?id=85085
Unreviewed Chromium expectations update.
NRWT is not printing the stdout from this test, which is not really
enough to warrant keeping the expectations incorrect. The bug stays
open.
* platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt:
* platform/chromium/TestExpectations:
2012-06-28 Andrei Onea <onea@adobe.com>
[CSSRegions]Rename NamedFlow::contentNodes to NamedFlow::getContent()
https://bugs.webkit.org/show_bug.cgi?id=90163
Reviewed by Andreas Kling.
Changed test for NameFlow::contentNodes to reflect new spec, which uses
NameFlow::getContent().
* fast/regions/webkit-named-flow-content-nodes-expected.txt: Removed.
* fast/regions/webkit-named-flow-get-content-expected.txt: Added.
* fast/regions/webkit-named-flow-get-content.html: Renamed from LayoutTests/fast/regions/webkit-named-flow-content-nodes.html.
2012-06-28 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r121232): named properties on document and window may return wrong object
https://bugs.webkit.org/show_bug.cgi?id=90133
Reviewed by Andreas Kling.
Add a regression test.
* fast/dom/HTMLDocument/named-item-multiple-match-expected.txt: Added.
* fast/dom/HTMLDocument/named-item-multiple-match.html: Added.
2012-06-28 Zeev Lieber <zlieber@chromium.org>
[Skia] Computing the resampling mode ignores scale applied to the canvas
https://bugs.webkit.org/show_bug.cgi?id=72073
Reviewed by Stephen White.
Updated tests to expect different image when resampling method changed.
* platform/chromium-linux/fast/borders/border-image-scale-transform-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png:
* platform/chromium-linux/svg/W3C-I18N/text-anchor-no-markup-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
* platform/chromium-linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
* platform/chromium-linux/svg/carto.net/scrollbar-expected.png:
* platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
* platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-linux/transitions/cross-fade-background-image-expected.png:
* platform/chromium/TestExpectations:
2012-06-28 Tony Chang <tony@chromium.org>
Split flex into flex-grow/flex-shrink/flex-basis
https://bugs.webkit.org/show_bug.cgi?id=86525
Reviewed by Ojan Vafai.
If -webkit-flex is set to none, when the user reads the value back out, it is
now 0 0 auto. 'none' is for convenience, not an actual value.
* css3/flexbox/flex-longhand-parsing-expected.txt:
* css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html: Update results for 'none'.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-28 Andreas Kling <kling@webkit.org>
[WK2] platform/mac/editing/spelling/autocorrection-blockquote-crash.html fails.
<http://webkit.org/b/90156>
Skip this test on mac-wk2 for now.
* platform/mac-wk2/Skipped:
2012-06-28 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: Don't dispatch end event after ActiveDOMObject::stop()
https://bugs.webkit.org/show_bug.cgi?id=90176
Reviewed by Adam Barth.
speechgrammar-basics.html should no longer be flaky.
* platform/chromium/TestExpectations:
2012-06-28 Alexander Pavlov <apavlov@chromium.org>
[Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
https://bugs.webkit.org/show_bug.cgi?id=90167
Reviewed by Csaba Osztrogonác.
Unskip the previously offensive test.
* platform/qt/Skipped:
2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
[WK2] New fast/events/drag-display-none-element.html fails
https://bugs.webkit.org/show_bug.cgi?id=90177
Unreviewed gardening, skip the new failing test.
* platform/wk2/Skipped:
2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
[Qt] css3/filters/huge-region-composited.html makes css3/filters/huge-region.html crash
https://bugs.webkit.org/show_bug.cgi?id=90165
[Qt] inspector/styles/inject-stylesheet.html makes 4 tests flakey (TEXT PASS)
https://bugs.webkit.org/show_bug.cgi?id=90167
Unreviewed gardening, skip the guilty tests.
* platform/qt/Skipped:
2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Restore original value of mock scrollbars between tests
https://bugs.webkit.org/show_bug.cgi?id=90155
Reviewed by Simon Hausmann.
* platform/qt/Skipped: Unskip tests which doesn't break anything now.
2012-06-28 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r121388
https://bugs.webkit.org/show_bug.cgi?id=90145
Unreviewed EFL gardening. The new fast/events/drag-display-none-element.html
test added in r121388 does not pass on EFL port because of missing drag'n'drop support.
* platform/efl/TestExpectations:
2012-06-28 Kent Tamura <tkent@chromium.org>
Classify form control states by their owner forms
https://bugs.webkit.org/show_bug.cgi?id=89950
Reviewed by Hajime Morita.
* fast/forms/resources/state-restore-per-form-back.html: Added.
* fast/forms/state-restore-per-form-expected.txt:
Added. This contains some FAIL lines. They are expected and will
be fixed in webkit.org/b/89962.
* fast/forms/state-restore-per-form.html: Added.
* fast/forms/state-restore-broken-state-expected.txt:
Updated for the serialization format change.
2012-06-28 Kent Tamura <tkent@chromium.org>
[Chromium] Test expectation update
* platform/chromium/TestExpectations:
platform/chromium/accessibility/add-to-menu-list-crashes.html is passing.
2012-06-28 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing crash expectation for the
fast/workers/worker-context-gc.html test as the offending revision
was rolled out in r121417.
* platform/gtk/TestExpectations:
2012-06-28 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip a new test to hide an annoying bug
https://bugs.webkit.org/show_bug.cgi?id=87680 (and paint the bot green)
* platform/qt/Skipped:
2012-06-28 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a crash expectation for the
fast/workers/worker-context-gc.html test that started crashing after r121395.
* platform/gtk/TestExpectations:
2012-06-27 Pablo Flouret <pablof@motorola.com>
pattern="" should only accept the empty string
https://bugs.webkit.org/show_bug.cgi?id=89569
Reviewed by Kent Tamura.
* fast/forms/ValidityState-patternMismatch-expected.txt:
* fast/forms/ValidityState-patternMismatch.html:
Modified the test to check the results of an empty pattern both with an empty
value, and with some value specified.
2012-06-27 Alexis Menard <alexis.menard@openbossa.org>
Implement selectedOptions attribute of HTMLSelectElement.
https://bugs.webkit.org/show_bug.cgi?id=80631
Reviewed by Ryosuke Niwa.
New tests to cover the feature.
* fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Added.
* fast/dom/HTMLSelectElement/select-selectedOptions.html: Added.
* fast/dom/htmlcollection-non-html-expected.txt:
* fast/dom/htmlcollection-non-html.html:
2012-06-27 Filip Pizlo <fpizlo@apple.com>
Javascript SHA-512 gives wrong hash on second and subsequent runs unless Web Inspector Javascript Debugging is on
https://bugs.webkit.org/show_bug.cgi?id=90053
<rdar://problem/11764613>
Reviewed by Mark Hahnenberg.
* fast/js/dfg-uint32-to-number-skip-then-exit-expected.txt: Added.
* fast/js/dfg-uint32-to-number-skip-then-exit.html: Added.
* fast/js/script-tests/dfg-uint32-to-number-skip-then-exit.js: Added.
(foo):
2012-06-27 Alpha Lam <hclam@chromium.org>
[chromium] Rebase image mismatch caused by 121371.
Rebase test results for:
platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html
Not reviewed.
* platform/chromium-linux/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
2012-06-27 Daniel Cheng <dcheng@chromium.org>
Fix crash in Frame::nodeImage.
https://bugs.webkit.org/show_bug.cgi?id=89911
Reviewed by Abhishek Arya.
* fast/events/drag-display-none-element-expected.txt: Added.
* fast/events/drag-display-none-element.html: Added.
2012-06-27 Tony Chang <tony@chromium.org>
Unreviewed, rolling out r121380.
http://trac.webkit.org/changeset/121380
https://bugs.webkit.org/show_bug.cgi?id=86525
Hits an ASSERT in debug.
* css3/flexbox/flex-longhand-parsing-expected.txt: Removed.
* css3/flexbox/flex-longhand-parsing.html: Removed.
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-27 Jeffrey Pfau <jpfau@apple.com>
[Mac] Fix test expectation introduced in r121299
Unreviewed.
* platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt:
2012-06-27 Alpha Lam <hclam@chromium.org>
[chromium] Rebase image mismatch caused by 121371.
Rebase test results for:
platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html
Not reviewed.
* platform/chromium-mac-snowleopard/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
* platform/chromium-mac/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
* platform/chromium-win/platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
2012-06-27 Tony Chang <tony@chromium.org>
Split flex into flex-grow/flex-shrink/flex-basis
https://bugs.webkit.org/show_bug.cgi?id=86525
Reviewed by Ojan Vafai.
If -webkit-flex is set to none, when the user reads the value back out, it is
now 0 0 auto. 'none' is for convenience, not an actual value.
* css3/flexbox/flex-longhand-parsing-expected.txt:
* css3/flexbox/flex-longhand-parsing.html: Test flex-grow, flex-shrink and flex-basis.
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html: Update results for 'none'.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js: Remove -webkit-flex since it's no longer enumerable.
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-27 Erik Arvidsson <arv@chromium.org>
[V8] Improve variable resolution order on window
https://bugs.webkit.org/show_bug.cgi?id=84247
Reviewed by Ojan Vafai.
This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.
This is the second (third?) try. Last time there was a bug in the V8 code related to the split window.
I added a test that tests the failure that caused this to be rolled back last time.
* fast/dom/Window/es52-globals-expected.txt: Added.
* fast/dom/Window/es52-globals.html: Added.
* fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
* fast/dom/Window/window-property-shadowing-onclick.html: Added.
* platform/chromium/fast/dom/Window/es52-globals-expected.txt: Added.
* platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Added.
* platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
2012-06-27 W. James MacLean <wjmaclean@chromium.org>
[chromium] ScrollbarLayerChromium should support painting forward-track and back-track in different styles.
https://bugs.webkit.org/show_bug.cgi?id=89908
Reviewed by Adrienne Walker.
Adds support for accelerated drawing (impl thread) of scrollbars with different styles for the
forward-track and back-track parts.
* platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.png: Added.
* platform/chromium/compositing/scrollbars/custom-composited-different-track-parts-expected.txt: Added.
* platform/chromium/compositing/scrollbars/custom-composited-different-track-parts.html: Added.
2012-06-27 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a new baseline that's required
after the Gamepad API has been turned on in r121332.
* platform/gtk/fast/dom/navigator-detached-no-crash-expected.txt: Added.
2012-06-27 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION (Safari 5?): Pasting a line into textarea inserts two newlines
https://bugs.webkit.org/show_bug.cgi?id=49288
Reviewed by Tony Chang.
Add a test regerssion test for copying & pasting a line in pre into textarea twice.
* editing/pasteboard/copy-paste-pre-line-content-expected.txt: Added.
* editing/pasteboard/copy-paste-pre-line-content.html: Added.
2012-06-27 Alpha Lam <hclam@chromium.org>
[Chromium] Rebaseline svg/text/scaled-font.svg and svg/text/scaling-font-with-geometric-precision.html caused by r121343.
Not reviewed. Build fix.
* platform/chromium-mac-snowleopard/svg/text/scaling-font-with-geometric-precision-expected.png:
* platform/chromium-mac/svg/text/scaled-font-expected.png:
* platform/chromium-mac/svg/text/scaling-font-with-geometric-precision-expected.png:
2012-06-27 Ojan Vafai <ojan@chromium.org>
Fix some styling errors in the TestExpecations files.
There were automatically fixed when trying to make
webkit-patch rebaseline-expectations work for non-Chromium ports.
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-06-27 Andrei Onea <onea@adobe.com>
[CSSRegions]Change display values that allow regions
https://bugs.webkit.org/show_bug.cgi?id=89759
Reviewed by Tony Chang.
Added checks for more display values, and modified results to reflect proper values that can become
regions. Also created new test for dynamically changing display values, making sure regions are
created or destroyed correctly.
* fast/regions/region-element-display-change-expected.txt: Added.
* fast/regions/region-element-display-change.html: Added.
* fast/regions/region-element-display-restriction-expected.txt:
* fast/regions/script-tests/region-element-display-change.js: Added.
(testElement):
* fast/regions/script-tests/region-element-display-restriction.js:
2012-06-27 Mike Lawther <mikelawther@chromium.org>
CSS3 calc: blending involving expressions
https://bugs.webkit.org/show_bug.cgi?id=86160
Reviewed by Tony Chang.
Removed existing test as it was folded into transitions.html.
* css3/calc/transition-start-end-with-calc-expected.txt: Removed.
* css3/calc/transition-start-end-with-calc.html: Removed.
* css3/calc/transitions-dependent-expected.txt: Added.
* css3/calc/transitions-dependent.html: Added.
* css3/calc/transitions-expected.txt: Added.
* css3/calc/transitions.html: Added.
2012-06-27 Shinya Kawanaka <shinyak@chromium.org>
[Shadow] Triggers assertion in VisibleSelection::adjustSelectionToAvoidCrossingBoundaries()
https://bugs.webkit.org/show_bug.cgi?id=89918
Reviewed by Ryosuke Niwa.
This patch adds a testcase of selection from Shadow DOM to some elements outside of shadow host.
r121303, which is a patch for another issue, fixed this issue.
* editing/shadow/breaking-editing-boundaries-2-expected.txt: Added.
* editing/shadow/breaking-editing-boundaries-2.html: Added.
2012-06-27 Alexandru Chiculita <achicu@adobe.com>
Blur filter causes issues when scrolling
https://bugs.webkit.org/show_bug.cgi?id=89475
Reviewed by Simon Fraser.
Checking that the fixed positioned element repaints correctly when there is a blur filter
applied on its parent layer.
* css3/filters/blur-filter-page-scroll.html: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-expected.png: Added.
* platform/chromium/css3/filters/blur-filter-page-scroll-expected.txt: Added.
* platform/chromium/TestExpectations: The new test needs to be checked on Windows.
* platform/mac/css3/filters/blur-filter-page-scroll-expected.png: Added.
* platform/mac/css3/filters/blur-filter-page-scroll-expected.txt: Added.
2012-06-27 Alexander Pavlov <apavlov@chromium.org>
Unexpected end of style sheet in @font-face rule discards it rather than closes all open constructs
https://bugs.webkit.org/show_bug.cgi?id=89980
Reviewed by Antti Koivisto.
* fast/css/font-face-unexpected-end-expected.html: Added.
* fast/css/font-face-unexpected-end.html: Added.
2012-06-27 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening, rebaseline after r121303.
* platform/qt/editing/deleting/delete-br-002-expected.txt:
* platform/qt/editing/deleting/delete-br-004-expected.txt:
* platform/qt/editing/deleting/delete-br-005-expected.txt:
* platform/qt/editing/deleting/delete-br-006-expected.txt:
2012-06-27 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r121303.
* platform/gtk/editing/deleting/delete-br-002-expected.txt:
* platform/gtk/editing/deleting/delete-br-004-expected.txt:
* platform/gtk/editing/deleting/delete-br-005-expected.txt:
* platform/gtk/editing/deleting/delete-br-006-expected.txt:
2012-06-26 Xueqing Huang <huangxueqing@baidu.com>
DragData::asFilenames should not push same file names to result in Windows.
https://bugs.webkit.org/show_bug.cgi?id=79861
Reviewed by Alexey Proskuryakov.
* platform/win/fast/forms/file/drag-and-drop-files-expected.txt: Added.
* platform/win/fast/forms/file/drag-and-drop-files.html: Added.
2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
Rebaseline after r121286 and r121290.
* editing/deleting/merge-into-empty-block-2-expected.txt:
2012-06-26 Keishi Hattori <keishi@webkit.org>
[Chromium] Rebaseline fast/backgrounds/size/zero.html. Caused by r121296
Unreviewed.
* platform/chromium-mac-snowleopard/fast/backgrounds/size/zero-expected.png:
* platform/chromium-mac/fast/backgrounds/size/zero-expected.png:
2012-06-26 Keishi Hattori <keishi@webkit.org>
[Chromium] Rebaseline 4 tests in editing/deleting. Caused by r121303.
Unreviewed.
* platform/chromium-linux-x86/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
* platform/chromium-linux-x86/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
* platform/chromium-linux-x86/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
* platform/chromium-linux-x86/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
* platform/chromium-linux/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
* platform/chromium-linux/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
* platform/chromium-linux/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
* platform/chromium-linux/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
* platform/chromium-win-xp/editing/deleting/delete-br-002-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-002-expected.txt.
* platform/chromium-win-xp/editing/deleting/delete-br-004-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-004-expected.txt.
* platform/chromium-win-xp/editing/deleting/delete-br-005-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-005-expected.txt.
* platform/chromium-win-xp/editing/deleting/delete-br-006-expected.txt: Copied from LayoutTests/platform/chromium-win/editing/deleting/delete-br-006-expected.txt.
* platform/chromium-win/editing/deleting/delete-br-002-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-004-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-005-expected.txt:
* platform/chromium-win/editing/deleting/delete-br-006-expected.txt:
2012-06-26 Douglas Stockwell <dstockwell@chromium.org>
REGRESSION(r107836): box shadow not drawn for opaque images with an opaque background
https://bugs.webkit.org/show_bug.cgi?id=89958
Reviewed by Simon Fraser.
* fast/box-shadow/image-box-shadow-expected.html: Added.
* fast/box-shadow/image-box-shadow.html: Added.
* fast/box-shadow/resources/green-alpha.png: Added.
* fast/box-shadow/resources/green.jpg: Added.
* fast/box-shadow/resources/green.png: Added.
2012-06-26 Kulanthaivel Palanichamy <kulanthaivel@codeaurora.org>
Unexpected element sizes when mixing inline-table with box-sizing
https://bugs.webkit.org/show_bug.cgi?id=89819
Reviewed by Julien Chaffraix.
* fast/box-sizing/css-table-with-box-sizing-expected.txt: Added.
* fast/box-sizing/css-table-with-box-sizing.html: Added.
2012-06-26 Filip Pizlo <fpizlo@apple.com>
DFG PutByValAlias is too aggressive
https://bugs.webkit.org/show_bug.cgi?id=90026
<rdar://problem/11751830>
Reviewed by Gavin Barraclough.
* fast/js/dfg-put-by-val-setter-then-get-by-val-expected.txt: Added.
* fast/js/dfg-put-by-val-setter-then-get-by-val.html: Added.
* fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias-expected.txt: Added.
* fast/js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.html: Added.
* fast/js/script-tests/dfg-put-by-val-setter-then-get-by-val.js: Added.
(foo):
(for):
* fast/js/script-tests/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.js: Added.
(foo):
2012-06-26 Kevin Ellis <kevers@chromium.org>
Touch adjustment does not target shadow DOM elements
https://bugs.webkit.org/show_bug.cgi?id=89556
Cannot open calendar picker for input type=date using a touch tap
gesture if TOUCH_ADJUSTMENT is enabled. When touch adjustment is
enabled, the position of a touch point is snapped to the center of an
element when generating synthetic mouse events. The position of shadow
nodes was not being considered when determining the snap position.
This test verifies that touch adjustment now considers shadow-DOM
when calculating the snap position.
Reviewed by Antonio Gomes.
* touchadjustment/nested-shadow-node-expected.txt: Added.
* touchadjustment/nested-shadow-node.html: Added.
2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
Stop calling node() and deprecatedEditingOffset() in comparePositions
https://bugs.webkit.org/show_bug.cgi?id=54535
Reviewed by Enrica Casucci.
Rebaselined existing tests. There are no user-visible changes.
* editing/inseting/font-size-clears-from-typing-style-expected.txt: No longer keeps div's around
when merging paragraphs.
* platform/mac/editing/deleting/delete-br-002-expected.txt:
* platform/mac/editing/deleting/delete-br-004-expected.txt:
* platform/mac/editing/deleting/delete-br-005-expected.txt:
* platform/mac/editing/deleting/delete-br-006-expected.txt:
2012-06-26 Alice Cheng <alice_cheng@apple.com>
Crash at WebCore::TextIterator::handleTextBox
https://bugs.webkit.org/show_bug.cgi?id=89526
<rdar://problem/10305315>
Reviewed by Darin Adler.
* platform/mac/editing/spelling/autocorrection-blockquote-crash-expected.txt: Added.
* platform/mac/editing/spelling/autocorrection-blockquote-crash.html: Added.
2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
Convert editing/inserting/font-size-clears-from-typing-style.html to a dump-as-markup test
https://bugs.webkit.org/show_bug.cgi?id=90024
Reviewed by Ojan Vafai.
Converted a script test to a dump-as-markup test because the test result can be understood much eaiser that way.
* editing/inserting/font-size-clears-from-typing-style-expected.txt:
* editing/inserting/font-size-clears-from-typing-style.html:
* editing/inserting/script-tests: Removed.
* editing/inserting/script-tests/TEMPLATE.html: Removed.
* editing/inserting/script-tests/font-size-clears-from-typing-style.js: Removed.
2012-06-26 Tom Sepez <tsepez@chromium.org>
[chromium] HTML5 audio/video tags - loading http content from https page doesn't trigger warning.
https://bugs.webkit.org/show_bug.cgi?id=89906
Reviewed by Nate Chapin.
This patch treats mixed CachedRawResources as affecting the display of insecure content.
* http/tests/security/mixedContent/insecure-audio-video-in-main-frame-expected.txt: Added.
* http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html: Added.
* http/tests/security/mixedContent/insecure-xhr-in-main-frame-expected.txt: Added.
* http/tests/security/mixedContent/insecure-xhr-in-main-frame.html: Added.
* http/tests/security/mixedContent/resources/frame-with-insecure-audio-video.html: Added.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/TestExpectations:
2012-06-26 Joe Thomas <joethomas@motorola.com>
background-size:0 shows as 1px instead of invisible
https://bugs.webkit.org/show_bug.cgi?id=86942
Reviewed by Eric Seidel.
As per the specification http://www.w3.org/TR/css3-background/#background-size, if the background image's width or height resolves to zero,
this causes the image not to be displayed. The effect should be the same as if it had been a transparent image.
This is also mentioned in http://www.w3.org/TR/2002/WD-css3-background-20020802/#background-size.
* fast/backgrounds/size/zero.html:
* fast/backgrounds/zero-background-size-expected.html: Added.
* fast/backgrounds/zero-background-size.html: Added.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/fast/backgrounds/size/zero-expected.png:
* platform/mac/fast/backgrounds/size/zero-expected.txt:
* platform/qt/TestExpectations:
2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
Fix a test after r121286.
* editing/deleting/merge-into-empty-block-2.html:
2012-06-26 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r121285.
http://trac.webkit.org/changeset/121285
https://bugs.webkit.org/show_bug.cgi?id=90014
"We misinterpreted 'size of the initial containing block'"
(Requested by tomz on #webkit).
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Removed.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Removed.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Removed.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Removed.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Removed.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Removed.
* ietestcenter/css3/valuesandunits/units-000.htm:
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-06-26 Ryosuke Niwa <rniwa@webkit.org>
Convert editing/deleting/delete-3959464-fix.html, delete-at-paragraph-boundaries-001.html, merge-into-empty-block-1.html and merge-into-empty-block-2.html to dump-as-markup tests
https://bugs.webkit.org/show_bug.cgi?id=90011
Reviewed by Eric Seidel.
* editing/deleting/delete-3959464-fix-expected.txt: Added.
* editing/deleting/delete-3959464-fix.html:
* editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Added.
* editing/deleting/delete-at-paragraph-boundaries-001.html:
* editing/deleting/merge-into-empty-block-1-expected.txt: Added.
* editing/deleting/merge-into-empty-block-1.html:
* editing/deleting/merge-into-empty-block-2-expected.txt: Added.
* editing/deleting/merge-into-empty-block-2.html:
* platform/chromium-linux/editing/deleting/delete-3959464-fix-expected.png: Removed.
* platform/chromium-linux/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/chromium-linux/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/chromium-linux/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/chromium-mac-leopard/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/chromium-mac-leopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
* platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/chromium-win/editing/deleting/delete-3959464-fix-expected.png: Removed.
* platform/chromium-win/editing/deleting/delete-3959464-fix-expected.txt: Removed.
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/chromium-win/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
* platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/chromium-win/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
* platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/chromium-win/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-3959464-fix-expected.txt: Removed.
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/gtk/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
* platform/gtk/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/gtk/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
* platform/gtk/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/gtk/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
* platform/mac/editing/deleting/delete-3959464-fix-expected.png: Removed.
* platform/mac/editing/deleting/delete-3959464-fix-expected.txt: Removed.
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
* platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/mac/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
* platform/mac/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/mac/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
* platform/qt/editing/deleting/delete-3959464-fix-expected.png: Removed.
* platform/qt/editing/deleting/delete-3959464-fix-expected.txt: Removed.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: Removed.
* platform/qt/editing/deleting/delete-at-paragraph-boundaries-001-expected.txt: Removed.
* platform/qt/editing/deleting/merge-into-empty-block-1-expected.png: Removed.
* platform/qt/editing/deleting/merge-into-empty-block-1-expected.txt: Removed.
* platform/qt/editing/deleting/merge-into-empty-block-2-expected.png: Removed.
* platform/qt/editing/deleting/merge-into-empty-block-2-expected.txt: Removed.
2012-06-26 Dave Tharp <dtharp@codeaurora.org>
ietestcenter/css3/valuesandunits/units-000.htm asserts
https://bugs.webkit.org/show_bug.cgi?id=86176
Reviewed by Beth Dakin.
Adding explicit tests for viewport border length tests. Inspired by IE Test center
units-000 test which highlighted that vw, vh, and vmin were not being handled in computeLengthDouble().
Also, adjusting test_expectations and Skipped for units-000, which no longer Asserts with this
patch implemented.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border-expected.html: Added.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vh-border.html: Added.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border-expected.html: Added.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmin-border.html: Added.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border-expected.htm: Added.
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vw-border.html: Added.
* ietestcenter/css3/valuesandunits/units-000.htm:
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-06-26 Filip Pizlo <fpizlo@apple.com>
DFG::operationNewArray is unnecessarily slow, and may use the wrong array
prototype when inlined
https://bugs.webkit.org/show_bug.cgi?id=89821
Rubber stamped by Geoffrey Garen.
* fast/js/dfg-cross-global-object-inline-new-array-expected.txt: Added.
* fast/js/dfg-cross-global-object-inline-new-array-literal-expected.txt: Added.
* fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables-expected.txt: Added.
* fast/js/dfg-cross-global-object-inline-new-array-literal-with-variables.html: Added.
* fast/js/dfg-cross-global-object-inline-new-array-literal.html: Added.
* fast/js/dfg-cross-global-object-inline-new-array-with-elements-expected.txt: Added.
* fast/js/dfg-cross-global-object-inline-new-array-with-elements.html: Added.
* fast/js/dfg-cross-global-object-inline-new-array-with-size-expected.txt: Added.
* fast/js/dfg-cross-global-object-inline-new-array-with-size.html: Added.
* fast/js/dfg-cross-global-object-inline-new-array.html: Added.
* fast/js/script-tests/cross-global-object-inline-global-var.js:
(done):
* fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal-with-variables.js: Added.
(foo):
(done):
(doit):
* fast/js/script-tests/dfg-cross-global-object-inline-new-array-literal.js: Added.
(foo):
(done):
(doit):
* fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-elements.js: Added.
(foo):
(done):
(doit):
* fast/js/script-tests/dfg-cross-global-object-inline-new-array-with-size.js: Added.
(foo):
(done):
(doit):
* fast/js/script-tests/dfg-cross-global-object-inline-new-array.js: Added.
(foo):
(done):
(doit):
2012-06-26 Adam Klein <adamk@chromium.org>
MutationObserver.observe should treat a null or undefined options argument as empty
https://bugs.webkit.org/show_bug.cgi?id=89992
Reviewed by Ojan Vafai.
* fast/mutation/observe-exceptions-expected.txt:
2012-06-26 Alpha Lam <hclam@chromium.org>
[chromium] Mark a layout test as timeout
https://bugs.webkit.org/show_bug.cgi?id=90003
fast/js/repeat-cached-vm-reentry.html started timing out on Mac debug and Win debug builds
between r121233:121239.
* platform/chromium/TestExpectations:
2012-06-26 Julien Chaffraix <jchaffraix@webkit.org>
Crash in FixedTableLayout::layout
https://bugs.webkit.org/show_bug.cgi?id=88676
Reviewed by Abhishek Arya.
* fast/table/auto-table-layout-colgroup-removal-crash-expected.txt: Added.
* fast/table/auto-table-layout-colgroup-removal-crash.html: Added.
* fast/table/fixed-table-layout/colgroup-removal-crash-expected.txt: Added.
* fast/table/fixed-table-layout/colgroup-removal-crash.html: Added.
2 cases where we remove a colgroup after having done layout.
* fast/table/fixed-table-layout/prepend-in-fixed-table-expected.txt: Added.
* fast/table/fixed-table-layout/prepend-in-fixed-table.html: Added.
This is a copy of fast/table/prepend-in-anonymous-table.html modified to work with
fixed table layout. This covers a bug found during testing that is fixed as part of
this broader change.
2012-06-26 Alpha Lam <hclam@chromium.org>
[chromium] Mark a layout test as fail
https://bugs.webkit.org/show_bug.cgi?id=89998
compositing/webgl/webgl-nonpremultiplied-blend.html started failing after r121267, give it IMAGE failure.
* platform/chromium/TestExpectations:
2012-06-26 Allan Sandfeld Jensen <allan.jensen@nokia.com>
[Qt] Baseline missing for 3D transforms tests.
https://bugs.webkit.org/show_bug.cgi?id=89973
Reviewed by Csaba Osztrogonác.
Unskip the transforms/3d/hit-testing, and skip one failing transforms/3d/point-mapping test.
Add missing baselines for all unskipped 3D transforms tests.
* platform/qt/Skipped:
* platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
* platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-deep-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
* platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt: Added.
2012-06-26 Philip Rogers <pdr@google.com>
Fix bug where animations failed to start
https://bugs.webkit.org/show_bug.cgi?id=89943
Reviewed by Nikolas Zimmermann.
* svg/custom/animate-initial-pause-unpause-expected.txt: Added.
* svg/custom/animate-initial-pause-unpause.html: Added.
2012-06-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of new passing tests
https://bugs.webkit.org/show_bug.cgi?id=89970
Unreviewed gardening.
* platform/efl/TestExpectations:
2012-06-26 Simon Pena <spena@igalia.com>
[GTK] Assert failure in fast/canvas/canvas-createImageData.html for 64bit Debug bot
https://bugs.webkit.org/show_bug.cgi?id=89647
Unreviewed, update GTK test expectations.
r121215 has fixed the assertion failure, so the test doesn't crash
anymore.
* platform/gtk/TestExpectations:
2012-06-26 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Add requestMetadata command and metadataReceived event to FileSystem
https://bugs.webkit.org/show_bug.cgi?id=87856
Reviewed by Yury Semikhatsky.
* http/tests/inspector/filesystem/filesystem-test.js:
(initialize_FileSystemTest.InspectorTest.writeFile):
(initialize_FileSystemTest.InspectorTest.dumpMetadataRequestResult):
(initialize_FileSystemTest):
(writeFile.didGetFileSystem):
(writeFile):
(writeFile.didGetWriter.writer.onwrite):
(writeFile.didGetWriter):
* http/tests/inspector/filesystem/get-metadata-expected.txt: Added.
* http/tests/inspector/filesystem/get-metadata.html: Added.
2012-06-26 Philip Rogers <pdr@google.com>
Fix setCurrentTime for paused animations
https://bugs.webkit.org/show_bug.cgi?id=81350
Reviewed by Nikolas Zimmermann.
This test does not use the SVG animation test framework because the framework
works by pausing animations and testing animated values at fixed times
(through calling setCurrentTime). Testing this patch requires that we run
the animation and cannot be tested with the animation test framework.
* svg/custom/animate-pause-resume-expected.txt: Added.
* svg/custom/animate-pause-resume.html: Added.
2012-06-26 Tony Chang <tony@chromium.org>
[Qt] Enable grid layout LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=89909
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped: Enable fast/css-grid-layout tests.
2012-06-26 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed gardening after r120845.
Update expectations for test crashing in the GTK 64bit debug bot.
* platform/gtk/TestExpectations: Add test to CRASHING section.
2012-06-26 Dominic Cooney <dominicc@chromium.org>
WheelEvent should inherit from MouseEvent
https://bugs.webkit.org/show_bug.cgi?id=76104
Reviewed by Kentaro Hara.
* fast/events/event-creation-expected.txt:
* fast/events/event-creation.html: Also check WheelEvent instanceof MouseEvent as well as UIEvent, Event
2012-06-25 Fumitoshi Ukai <ukai@chromium.org>
Unreviewed, update chromium test expectations.
* platform/chromium/TestExpectations:
2012-06-25 Filip Pizlo <fpizlo@apple.com>
Value profiling should use tier-up threshold randomization to get more coverage
https://bugs.webkit.org/show_bug.cgi?id=89802
Reviewed by Gavin Barraclough.
* fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit-expected.txt: Added.
* fast/js/dfg-store-unexpected-value-into-argument-and-osr-exit.html: Added.
* fast/js/script-tests/dfg-store-unexpected-value-into-argument-and-osr-exit.js: Added.
(foo):
2012-06-25 Shinya Kawanaka <shinyak@chromium.org>
[Shadow] Deleting list distributed to Shadow DOM does not work correctly.
https://bugs.webkit.org/show_bug.cgi?id=89170
Reviewed by Ryosuke Niwa.
* editing/shadow/delete-list-in-shadow-expected.txt: Added.
* editing/shadow/delete-list-in-shadow.html: Added.
2012-06-25 Kent Tamura <tkent@chromium.org>
Unreviewed, rolling out r121145.
http://trac.webkit.org/changeset/121145
https://bugs.webkit.org/show_bug.cgi?id=89847
Had an objection for the change.
* fast/forms/state-restore-broken-state-expected.txt:
* fast/forms/state-restore-various-values-expected.txt: Removed.
* fast/forms/state-restore-various-values.html: Removed.
2012-06-25 Anders Carlsson <andersca@apple.com>
[Lion WK2] fast/loader/reload-zero-byte-plugin.html hits assert
https://bugs.webkit.org/show_bug.cgi?id=89611
<rdar://problem/11714023>
Reviewed by Sam Weinig.
Remove the test from the Skipped list.
* platform/mac-wk2/Skipped:
2012-06-25 Dirk Pranke <dpranke@chromium.org>
remove chromium vista baselines
https://bugs.webkit.org/show_bug.cgi?id=89927
Unreviewed, expectations change.
Now that we no longer run tests on Vista, no need for the
baselines either.
* platform/chromium-win-vista/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed.
* platform/chromium-win-vista/canvas/philip/tests/2d.strokeRect.zero.5-expected.txt: Removed.
* platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png: Removed.
* platform/chromium-win-vista/compositing/overflow/theme-affects-visual-overflow-expected.txt: Removed.
* platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Removed.
* platform/chromium-win-vista/css1/font_properties/font-expected.txt: Removed.
* platform/chromium-win-vista/css1/text_properties/line_height-expected.txt: Removed.
* platform/chromium-win-vista/css1/units/percentage_units-expected.png: Removed.
* platform/chromium-win-vista/css2.1/t040103-ident-03-c-expected.png: Removed.
* platform/chromium-win-vista/css2.1/t0803-c5505-imrgn-00-a-ag-expected.txt: Removed.
* platform/chromium-win-vista/css3/selectors3/html/css3-modsel-23-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/html/css3-modsel-24-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/html/css3-modsel-32-expected.txt: Removed.
* platform/chromium-win-vista/css3/selectors3/html/css3-modsel-68-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/html/css3-modsel-69-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-23-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-24-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xhtml/css3-modsel-69-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-23-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-24-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-68-expected.png: Removed.
* platform/chromium-win-vista/css3/selectors3/xml/css3-modsel-69-expected.png: Removed.
* platform/chromium-win-vista/editing/inserting/4959067-expected.txt: Removed.
* platform/chromium-win-vista/editing/pasteboard/paste-xml-expected.txt: Removed.
* platform/chromium-win-vista/editing/style/style-3681552-fix-002-expected.txt: Removed.
* platform/chromium-win-vista/fast/backgrounds/size/backgroundSize20-expected.png: Removed.
* platform/chromium-win-vista/fast/backgrounds/size/backgroundSize21-expected.png: Removed.
* platform/chromium-win-vista/fast/backgrounds/size/backgroundSize22-expected.png: Removed.
* platform/chromium-win-vista/fast/block/positioning/trailing-space-test-expected.png: Removed.
* platform/chromium-win-vista/fast/box-shadow/single-pixel-shadow-expected.png: Removed.
* platform/chromium-win-vista/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Removed.
* platform/chromium-win-vista/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
* platform/chromium-win-vista/fast/canvas/webgl/context-lost-expected.txt: Removed.
* platform/chromium-win-vista/fast/compact/001-expected.png: Removed.
* platform/chromium-win-vista/fast/css/box-shadow-and-border-radius-expected.png: Removed.
* platform/chromium-win-vista/fast/css/text-rendering-expected.png: Removed.
* platform/chromium-win-vista/fast/css/text-rendering-expected.txt: Removed.
* platform/chromium-win-vista/fast/css/zoom-body-scroll-expected.txt: Removed.
* platform/chromium-win-vista/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Removed.
* platform/chromium-win-vista/fast/dom/HTMLProgressElement/progress-element-expected.txt: Removed.
* platform/chromium-win-vista/fast/forms/select-writing-direction-natural-expected.txt: Removed.
* platform/chromium-win-vista/fast/inline-block/002-expected.png: Removed.
* platform/chromium-win-vista/fast/inline/002-expected.png: Removed.
* platform/chromium-win-vista/fast/js/large-expressions-expected.txt: Removed.
* platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Removed.
* platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Removed.
* platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Removed.
* platform/chromium-win-vista/fast/parser/style-script-head-test-expected.png: Removed.
* platform/chromium-win-vista/fast/repaint/background-misaligned-expected.png: Removed.
* platform/chromium-win-vista/fast/repaint/inline-relative-positioned-expected.txt: Removed.
* platform/chromium-win-vista/fast/replaced/image-tag-expected.png: Removed.
* platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Removed.
* platform/chromium-win-vista/fast/table/tableInsideCaption-expected.png: Removed.
* platform/chromium-win-vista/fast/text/atsui-kerning-and-ligatures-expected.png: Removed.
* platform/chromium-win-vista/fast/text/backslash-to-yen-sign-expected.txt: Removed.
* platform/chromium-win-vista/fast/text/international/bidi-mirror-he-ar-expected.txt: Removed.
* platform/chromium-win-vista/fast/text/international/bidi-neutral-run-expected.png: Removed.
* platform/chromium-win-vista/fast/text/international/danda-space-expected.png: Removed.
* platform/chromium-win-vista/fast/text/international/plane2-expected.txt: Removed.
* platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Removed.
* platform/chromium-win-vista/fast/text/selection-rect-rounding-expected.txt: Removed.
* platform/chromium-win-vista/fast/text/stroking-decorations-expected.png: Removed.
* platform/chromium-win-vista/fast/text/stroking-expected.png: Removed.
* platform/chromium-win-vista/fast/text/unicode-variation-selector-expected.png: Removed.
* platform/chromium-win-vista/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: Removed.
* platform/chromium-win-vista/fast/writing-mode/broken-ideographic-font-expected.txt: Removed.
* platform/chromium-win-vista/fast/writing-mode/english-lr-text-expected.png: Removed.
* platform/chromium-win-vista/http/tests/misc/acid2-expected.txt: Removed.
* platform/chromium-win-vista/http/tests/misc/acid2-pixel-expected.png: Removed.
* platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Removed.
* platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
* platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubNone-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/g-dirLTR-ubOverride-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubNone-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/g-dirRTL-ubOverride-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubNone-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubNone-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/text-dirRTL-ubOverride-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-I18N/tspan-direction-rtl-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Removed.
* platform/chromium-win-vista/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Removed.
* platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.png: Removed.
* platform/chromium-win-vista/svg/as-image/image-respects-pageScaleFactor-expected.txt: Removed.
* platform/chromium-win-vista/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Removed.
* platform/chromium-win-vista/svg/css/composite-shadow-text-expected.png: Removed.
* platform/chromium-win-vista/svg/css/shadow-changes-expected.png: Removed.
* platform/chromium-win-vista/svg/custom/bug45331-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png: Removed.
* platform/chromium-win-vista/svg/custom/js-late-pattern-and-object-creation-expected.png: Removed.
* platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
* platform/chromium-win-vista/svg/custom/mouse-move-on-svg-root-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/use-clipped-hit-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt: Removed.
* platform/chromium-win-vista/svg/custom/use-modify-target-symbol-expected.txt: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Removed.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/big-sized-filter-2-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/feComposite-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/feDisplacementMap-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/feMerge-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/shadow-on-filter-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/shadow-on-rect-with-filter-expected.png: Removed.
* platform/chromium-win-vista/svg/filters/subRegion-in-userSpace-expected.png: Removed.
* platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Removed.
* platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Removed.
* platform/chromium-win-vista/svg/text/bidi-text-query-expected.png: Removed.
* platform/chromium-win-vista/svg/text/bidi-text-query-expected.txt: Removed.
* platform/chromium-win-vista/svg/text/bidi-tspans-expected.txt: Removed.
* platform/chromium-win-vista/svg/text/text-intro-05-t-expected.png: Removed.
* platform/chromium-win-vista/svg/text/text-intro-05-t-expected.txt: Removed.
* platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: Removed.
* platform/chromium-win-vista/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Removed.
* platform/chromium-win-vista/svg/zoom/page/zoom-mask-with-percentages-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug120107-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug1271-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug12908-2-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug13169-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug196870-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs/bug50695-2-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla/marvin/tables_align_center-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Removed.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug92647-1-expected.png: Removed.
* platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.png: Removed.
* platform/chromium-win-vista/transforms/2d/hindi-rotated-expected.txt: Removed.
2012-06-25 Pablo Flouret <pablof@motorola.com>
EventSource: Events should not be dispatched after close()
https://bugs.webkit.org/show_bug.cgi?id=85346
Reviewed by Adam Barth.
* http/tests/eventsource/eventsource-events-after-close-expected.txt: Added.
* http/tests/eventsource/eventsource-events-after-close.html: Added.
2012-06-25 Dirk Pranke <dpranke@chromium.org>
remove support for chromium vista from tools
https://bugs.webkit.org/show_bug.cgi?id=89915
Reviewed by Tony Chang.
* platform/chromium/TestExpectations:
2012-06-25 Alpha Lam <hclam@chromium.org>
Unreviewed. Build fix.
Rebaseline layout test expectations from r121179.
* platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
2012-06-25 Jon Lee <jonlee@apple.com>
Mac bot gardening.
https://bugs.webkit.org/show_bug.cgi?id=89611
* platform/mac-wk2/Skipped:
2012-06-25 Alpha Lam <hclam@chromium.org>
Unreviewed, rolling out r121129.
http://trac.webkit.org/changeset/121129
https://bugs.webkit.org/show_bug.cgi?id=89542
Chromium ASan failure: crbug.com/134402
* fast/css/variables/border-width.html:
* fast/css/variables/build-supports-variables-expected.txt: Removed.
* fast/css/variables/build-supports-variables.html: Removed.
* fast/css/variables/colors-test.html:
* fast/css/variables/complex-cycle.html:
* fast/css/variables/computed-style.html:
* fast/css/variables/inherited-values.html:
* fast/css/variables/inline-styles.html:
* fast/css/variables/invalid-shorthand.html:
* fast/css/variables/invalid-variable-value.html:
* fast/css/variables/multi-level-cycle.html:
* fast/css/variables/redefinition.html:
* fast/css/variables/shorthand.html:
* fast/css/variables/simple-cycle.html:
* fast/css/variables/transform-test.html:
* fast/css/variables/undefined.html:
* fast/css/variables/use-before-defined.html:
* fast/css/variables/var-inside-shorthand.html:
* fast/css/variables/variable-chain.html:
2012-06-25 Raymond Toy <rtoy@google.com>
Add layout tests for audio codecs
https://bugs.webkit.org/show_bug.cgi?id=88794
Reviewed by Chris Rogers.
New tests and expected results
* webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
* webaudio/codec-tests/aac/vbr-128kbps-44khz.html: Added.
* webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
* webaudio/codec-tests/mp3/128kbps-44khz.html: Added.
* webaudio/codec-tests/vorbis/vbr-128kbps-44khz-expected.wav: Added.
* webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html: Added.
* webaudio/codec-tests/vorbis/vbr-70kbps-44khz-expected.wav: Added.
* webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html: Added.
* webaudio/codec-tests/vorbis/vbr-96kbps-44khz-expected.wav: Added.
* webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html: Added.
* webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
* webaudio/codec-tests/wav/24bit-22khz-resample.html: Added.
* webaudio/codec-tests/wav/24bit-44khz-expected.wav: Added.
* webaudio/codec-tests/wav/24bit-44khz.html: Added.
* webaudio/resources/audio-codec-test.js: Added.
(runDecodingTest):
(finishedLoading):
Media files for the tests
* webaudio/resources/media/128kbps-44khz.mp3: Added.
* webaudio/resources/media/24bit-22khz.wav: Added.
* webaudio/resources/media/24bit-44khz.wav: Added.
* webaudio/resources/media/vbr-128kbps-44khz.m4a: Added.
* webaudio/resources/media/vbr-128kbps-44khz.ogg: Added.
* webaudio/resources/media/vbr-70kbps-44khz.ogg: Added.
* webaudio/resources/media/vbr-96kbps-44khz.ogg: Added.
Platform-specific expected results
* platform/chromium-linux/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
* platform/chromium-linux/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
* platform/chromium-linux/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
* platform/chromium-mac/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
* platform/chromium-mac/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
* platform/chromium-win/webaudio/codec-tests/aac/vbr-128kbps-44khz-expected.wav: Added.
* platform/chromium-win/webaudio/codec-tests/mp3/128kbps-44khz-expected.wav: Added.
* platform/chromium-win/webaudio/codec-tests/wav/24bit-22khz-resample-expected.wav: Added.
New test expectations
* platform/chromium/TestExpectations: Disable aac/mp3 tests until bots have support.
* platform/efl/TestExpectations: Disable all webaudio codec tests
* platform/gtk/TestExpectations: Disable all webaudio codec tests
* platform/mac/TestExpectations: Disable all webaudio codec tests
* platform/qt/TestExpectations: Disable all webaudio codec tests
2012-06-25 Huang Dongsung <luxtella@company100.net>
[Texmap] TextureMapperPaintOptions should keep current surface.
https://bugs.webkit.org/show_bug.cgi?id=89266
Add a opacity property to two div layers in animation-insiVde-reflection
test.
Texmap has a bug when a transparent reflection layer has another
transparent reflection layer, so two reflection layer in
animation-inside-reflection test have opacity in order to cover Texmap's
bug.
Reviewed by Noam Rosenthal.
* compositing/reflections/animation-inside-reflection.html:
* platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png:
* platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png:
* platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
* platform/mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png:
* platform/qt/compositing/reflections/animation-inside-reflection-expected.png: Added.
* platform/qt/compositing/reflections/animation-inside-reflection-expected.txt: Added.
2012-06-25 Jon Lee <jonlee@apple.com>
Missing implementation of textInputController.setComposition() causes bot redness
https://bugs.webkit.org/show_bug.cgi?id=89845
* platform/mac/Skipped: Skip fast/forms/input-set-composition-scroll.html
2012-06-25 Adam Barth <abarth@webkit.org>
ASSERT(m_wheelEventHandlerCount > 0) can fire
https://bugs.webkit.org/show_bug.cgi?id=89856
Reviewed by Eric Seidel.
Test what happens when we move a node with wheel and/or touch events
from one document to another. Prior to this patch, this test triggers
ASSERT(m_wheelEventHandlerCount > 0) in Document.cpp.
* fast/events/move-element-with-wheel-and-touch-event-listeners-expected.txt: Added.
* fast/events/move-element-with-wheel-and-touch-event-listeners.html: Added.
2012-06-25 Shinya Kawanaka <shinyak@chromium.org>
[Shadow] Executing Italic and InsertUnorderedList in Shadow DOM causes a crash
https://bugs.webkit.org/show_bug.cgi?id=88495
Reviewed by Ryosuke Niwa.
* editing/shadow/insertorderedlist-crash-expected.txt: Added.
* editing/shadow/insertorderedlist-crash.html: Added.
2012-06-25 Allan Sandfeld Jensen <allan.jensen@nokia.com>
[Qt] Unskip 3D transform tests.
https://bugs.webkit.org/show_bug.cgi?id=89878
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0-wk2/Skipped:
* platform/qt/Skipped:
2012-06-25 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: toggling style should not start property edit first.
https://bugs.webkit.org/show_bug.cgi?id=89834
Reviewed by Yury Semikhatsky.
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.dumpSelectedElementStyles):
(initialize_ElementTest.InspectorTest.toggleStylePropertyEnabled):
* inspector/styles/styles-disable-inherited.html:
* inspector/styles/styles-disable-then-change.html:
* inspector/styles/styles-disable-then-delete.html:
* inspector/styles/styles-disable-then-enable.html:
* inspector/styles/undo-property-toggle.html:
2012-06-25 Philip Rogers <pdr@google.com>
Fix rewinding of SVG animations
https://bugs.webkit.org/show_bug.cgi?id=89846
Reviewed by Nikolas Zimmermann.
* svg/animations/animate-reset-freeze-expected.txt: Added.
* svg/animations/animate-reset-freeze.html: Added.
2012-06-25 Kent Tamura <tkent@chromium.org>
Change the serialization format of form control state to make the code simple
https://bugs.webkit.org/show_bug.cgi?id=89847
Reviewed by Hajime Morita.
* fast/forms/state-restore-broken-state-expected.txt:
Apply the serialization format change.
* fast/forms/state-restore-various-values-expected.txt: Added.
* fast/forms/state-restore-various-values.html: Added.
2012-06-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening, skip new failing tests.
* platform/qt/Skipped:
2012-06-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening, skip new failing tests.
* platform/qt/Skipped:
2012-06-24 Joone Hur <joone.hur@intel.com>
Unreviewed GTK/EFL gardening after r121121.
Marked fast/forms/input-set-composition-scroll.html as known failure
tracked by the bug 89845.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-24 Mike Lawther <mikelawther@chromium.org>
CSS3 calc: transitions starting and ending with a calc expression move to end state
https://bugs.webkit.org/show_bug.cgi?id=89738
Reviewed by Tony Chang.
* css3/calc/transition-start-end-with-calc-expected.txt: Added.
* css3/calc/transition-start-end-with-calc.html: Added.
2012-06-21 Kent Tamura <tkent@chromium.org>
Selected option is not restored correctly
https://bugs.webkit.org/show_bug.cgi?id=89623
Reviewed by Hajime Morita.
* fast/forms/select/select-state-restore-expected.txt: Added.
* fast/forms/select/select-state-restore.html: Added.
2012-06-24 David Barr <davidbarr@chromium.org>
Add snap to css3-images image-resolution
https://bugs.webkit.org/show_bug.cgi?id=89745
Reviewed by Tony Chang.
* fast/css/image-resolution/image-resolution-expected.txt:
* fast/css/image-resolution/image-resolution.html:
2012-06-24 Oli Lan <olilan@chromium.org>
After Editor::setComposition is called, input should scroll to the end of the composition.
https://bugs.webkit.org/show_bug.cgi?id=88999
Reviewed by Ryosuke Niwa.
This tests that after setComposition is called, the input scrolls to the end of the composition
(i.e. that the end of the selection/composition is revealed).
* fast/forms/input-set-composition-scroll-expected.txt: Added.
* fast/forms/input-set-composition-scroll.html: Added.
2012-06-24 Adam Barth <abarth@webkit.org>
The comment in test_expectations_android.txt is unclear as to the purpose of this file.
https://bugs.webkit.org/show_bug.cgi?id=89832
Reviewed by Ojan Vafai.
This patch attempts to clarify the purpose of this file and what will
happen to it in the future.
* platform/chromium/test_expectations_android.txt:
2012-06-24 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip fast/text/hyphen-min-preferred-width.html
https://bugs.webkit.org/show_bug.cgi?id=89831
Unreviewed EFL gardening. Skip the auto-hyphenation added
in r121102 as the EFL port does not support the feature.
* platform/efl/TestExpectations:
2012-06-24 Joone Hur <joone.hur@intel.com>
Unreviewed EFL gardening, generating baselines required after r121085.
* platform/efl/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/efl/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/efl/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/efl/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/efl/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
2012-06-24 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, generating baselines required after r121085.
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/gtk/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-right-expected.txt: Added.
2012-06-24 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, move some flaky tests under the
proper section in the TestExpectations file and narrow down
test expectations for failures that were shown not to be flaky.
* platform/gtk/TestExpectations:
2012-06-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, skip the auto-hyphenation test
added in r121102 as the GTK port does not support the feature.
* platform/gtk/TestExpectations:
2012-06-23 Zan Dobersek <zandobersek@gmail.com>
[Gtk] REGRESSION(r120918): Causes flaky DND tests
https://bugs.webkit.org/show_bug.cgi?id=89770
Reviewed by Martin Robinson.
Remove test expectations for fast/events/domactivate-sets-underlying-click-event-as-handled.html
as the test now passes since the file chooser dialog is no longer run.
* platform/gtk/TestExpectations:
2012-06-23 Kenneth Russell <kbr@google.com>
[chromium] Layout Test fast/text/hyphen-min-preferred-width.html is failing
https://bugs.webkit.org/show_bug.cgi?id=89820
Unreviewed gardening; marked test as known failure.
* platform/chromium/TestExpectations:
2012-06-23 Dan Bernstein <mitz@apple.com>
RenderText’s minimum preferred width is incorrect automatic hyphenation is used
https://bugs.webkit.org/show_bug.cgi?id=89814
Reviewed by Sam Weinig.
* fast/text/hyphen-min-preferred-width-expected.html: Added.
* fast/text/hyphen-min-preferred-width.html: Added.
2012-06-23 Kenneth Russell <kbr@google.com>
Unreviewed Chromium gardening. Marked tests flaky per bugs 89812
and 89813.
* platform/chromium/TestExpectations:
2012-06-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding test expectations for two
flaky media tests.
* platform/gtk/TestExpectations:
2012-06-23 Fumitoshi Ukai <ukai@chromium.org>
Unreviewed. Fix chromium test expectations
* platform/chromium/TestExpectations:
2012-06-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after 121063, adding IMAGE test expectation
for tests in fast/css-grid-layout now that some reftests are working
properly and causing failures for platforms that don't support the
feature yet.
* platform/gtk/TestExpectations:
2012-06-22 Benjamin Poulain <bpoulain@apple.com>
Text with text-overflow:ellipsis and text-align:right is left aligned
https://bugs.webkit.org/show_bug.cgi?id=88705
Reviewed by Dan Bernstein.
* fast/css/text-overflow-ellipsis-text-align-center.html: Added.
* fast/css/text-overflow-ellipsis-text-align-justify.html: Added.
* fast/css/text-overflow-ellipsis-text-align-left.html: Added.
* fast/css/text-overflow-ellipsis-text-align-right.html: Added.
* fast/css/vertical-text-overflow-ellipsis-text-align-center.html: Added.
* fast/css/vertical-text-overflow-ellipsis-text-align-justify.html: Added.
* fast/css/vertical-text-overflow-ellipsis-text-align-left.html: Added.
* fast/css/vertical-text-overflow-ellipsis-text-align-right.html: Added.
The vertical-text tests are incorrect due to other bugs. Add they to track regressions/progressions
going forward.
* platform/chromium/TestExpectations: The tests need platform specific results.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-center-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-justify-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-left-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-text-align-right-expected.txt: Added.
2012-06-22 Alexandru Chiculita <achicu@adobe.com>
[CSS Shaders] Re-enable the CSS Shaders compile time flag on Safari Mac
https://bugs.webkit.org/show_bug.cgi?id=89781
Reviewed by Dean Jackson.
Renabled CSS Shaders tests on Safari for Mac.
* platform/mac/Skipped:
2012-06-22 Kenneth Russell <kbr@google.com>
Unreviewed Chromium gardening. Marked test as needing rebaseline
after http://trac.webkit.org/changeset/121076 per jamesr.
* platform/chromium/TestExpectations:
2012-06-22 Hayato Ito <hayato@chromium.org>
[Shadow] ShadowRoot.activeElement should use the result of re-targeting algorithm.
https://bugs.webkit.org/show_bug.cgi?id=89763
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-root-activeElement-expected.txt:
* fast/dom/shadow/shadow-root-activeElement.html:
2012-06-22 Kenneth Russell <kbr@google.com>
Unreviewed Chromium gardening. Suppressed additional test failures
tracked in bugs 73692 and 89789.
* platform/chromium/TestExpectations:
2012-06-22 Kenneth Russell <kbr@google.com>
Layout test fast/regions/get-regions-by-content-node2.html crashing intermittently
https://bugs.webkit.org/show_bug.cgi?id=89794
Unreviewed; suppressed test failure.
* platform/chromium/TestExpectations:
2012-06-22 Julien Chaffraix <jchaffraix@webkit.org>
REGRESSION(r116446): Crash in RenderBoxModelObject::adjustedPositionRelativeToOffsetParent
https://bugs.webkit.org/show_bug.cgi?id=89785
Reviewed by Abhishek Arya.
* fullscreen/full-screen-crash-offsetLeft-expected.html: Added.
* fullscreen/full-screen-crash-offsetLeft.html: Added.
2012-06-22 Beth Dakin <bdakin@apple.com>
Skipping this test because it's failing most of the time since
recent modifications.
https://bugs.webkit.org/show_bug.cgi?id=89790 will be used to
track fixing the real issue.
* platform/mac/Skipped:
2012-06-22 Kenneth Russell <kbr@google.com>
[Chromium] Layout test plugins/embed-attributes-style.html failing on Mac
https://bugs.webkit.org/show_bug.cgi?id=89789
Unreviewed; disabled now-failing test.
* platform/chromium/TestExpectations:
2012-06-22 Tony Chang <tony@chromium.org>
Fix the CSS grid layout tests added in r120984
https://bugs.webkit.org/show_bug.cgi?id=89782
Reviewed by Julien Chaffraix.
We need to call testRunner.overridePreference("WebKitCSSGridLayoutEnabled", true)
to enable grid layout in tests. These tests were passing due to other bugs in the tests.
* fast/css-grid-layout/containing-block-grids-expected.html: Simplify expected results.
* fast/css-grid-layout/containing-block-grids.html: Set the display to none and override it with grid/inline-grid to make sure it's applying.
The default display of block would also produce the correct results.
* fast/css-grid-layout/floating-empty-grids-expected.html: Fix a missing close } which was causing the
other styles to be ignored. Also, one of the boxes wasn't showing up because it was a div instead of a span.
* fast/css-grid-layout/floating-empty-grids.html: Same fixes as for expected.
2012-06-22 Michael Nordman <michaeln@google.com>
ApplicationCache - verify that an open network whitelist doesn't break online vs fallback layering.
https://bugs.webkit.org/show_bug.cgi?id=89714
An explicit online network namespace should trump a fallback namespace, the fallback should not be used.
Chrome had a bug where if a '*' was in the NETWORK section, explicit entries got ignored, and that
expected behavior was botched. See http://code.google.com/p/chromium/issues/detail?id=133816 for more
details about the chrome bug and code change this LayoutTest aims to verify.
Reviewed by Tony Chang.
* http/tests/appcache/resources/online-fallback-layering.manifest:
2012-06-22 Joshua Bell <jsbell@chromium.org>
IndexedDB: Snapshot metadata in front end to avoid IPC round-trips
https://bugs.webkit.org/show_bug.cgi?id=88467
Reviewed by Tony Chang.
* storage/indexeddb/metadata-expected.txt: Added.
* storage/indexeddb/metadata.html: Added.
* storage/indexeddb/resources/metadata.js: Added.
(test):
(firstOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
(firstOpen.request.onsuccess.request.onsuccess):
(firstOpen.request.onsuccess):
(firstOpen):
(secondOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
(secondOpen.request.onsuccess.request.onsuccess):
(secondOpen.request.onsuccess):
(secondOpen):
(thirdOpen.request.onsuccess.request.onsuccess.trans.onabort):
(thirdOpen.request.onsuccess.request.onsuccess):
(thirdOpen.request.onsuccess):
(thirdOpen):
(fourthOpen.request.onsuccess.request.onsuccess.trans.oncomplete):
(fourthOpen.request.onsuccess.request.onsuccess):
(fourthOpen.request.onsuccess):
(fourthOpen):
(checkState):
2012-06-22 Jon Lee <jonlee@apple.com>
editing/spelling/grammar-edit-word.html fails on WK2 bots
https://bugs.webkit.org/show_bug.cgi?id=89199
* platform/mac-wk2/Skipped:
2012-06-22 Jeff Timanus <twiz@chromium.org>
[Chromium] Change implementing a fast-path for copying GPU-accelerated Canvas2D instances to WebGL textures.
https://bugs.webkit.org/show_bug.cgi?id=86275
This change adds the necessary plumbing to the various rendering contexts to copy the backing store texture of
a Canvas2D instance to be copied to a WebGL texture. The GL_CHROMIUM_copy_texture extension is necessary
because the backing-store for a GPU-accelerated skia Canvas2D is normally in BGRA format, which is not supported
by glCopyTexImage.
Reviewed by Kenneth Russell.
* platform/chromium/TestExpectations: Temporarily suppressed layout test, fast/canvas/webgl/gl-teximage.html until a rebaseline can be submitted.
2012-06-22 Kenneth Russell <kbr@google.com>
Layout Test media/event-attributes.html is failing
https://bugs.webkit.org/show_bug.cgi?id=73692
Unreviewed test expectations update; mark test as occasionally
crashing as well.
* platform/chromium/TestExpectations:
2012-06-22 Jon Lee <jonlee@apple.com>
fast/canvas/canvas-createImageData.html crashes on Lion WK2 Debug bot
https://bugs.webkit.org/show_bug.cgi?id=89780
* platform/mac-wk2/Skipped: Add to skipped list for wk2.
2012-06-22 Dan Bernstein <mitz@apple.com>
RenderText’s minimum preferred width is incorrect when soft hyphens are used
https://bugs.webkit.org/show_bug.cgi?id=89775
Reviewed by Simon Fraser.
* fast/text/soft-hyphen-min-preferred-width-expected.html: Added.
* fast/text/soft-hyphen-min-preferred-width.html: Added.
2012-06-22 Jan Keromnes <janx@linux.com>
Web Inspector: ExtensionPanel.onSearch listener doesn't work
https://bugs.webkit.org/show_bug.cgi?id=89517
Reviewed by Yury Semikhatsky.
* inspector/extensions/extensions-panel-expected.txt:
* inspector/extensions/extensions-panel.html:
2012-06-22 Silvia Pfeiffer <silviapf@chromium.org>
[Chromium] Adjust the displayed elements of the new Chrome media controls.
https://bugs.webkit.org/show_bug.cgi?id=89416
Reviewed by Eric Carlson.
* platform/chromium/TestExpectations:
Skipping a test temporarily for win and mac until rebaseline.
2012-06-22 Florin Malita <fmalita@chromium.org>
REGRESSION (Safari 5.1.5 - ToT): Crash in RenderSVGRoot::computeReplacedLogicalWidth
https://bugs.webkit.org/show_bug.cgi?id=85797
Reviewed by Darin Adler.
* svg/custom/svg-width-intrinsic-crash-expected.txt: Added.
* svg/custom/svg-width-intrinsic-crash.html: Added.
2012-06-22 Hayato Ito <hayato@chromium.org>
Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
https://bugs.webkit.org/show_bug.cgi?id=89073
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2012-06-22 Abhishek Arya <inferno@chromium.org>
Crash in DragController::concludeEditDrag.
https://bugs.webkit.org/show_bug.cgi?id=89762
Reviewed by Ryosuke Niwa.
* editing/pasteboard/drop-text-events-sideeffect-crash-expected.txt: Added.
* editing/pasteboard/drop-text-events-sideeffect-crash.html: Added.
2012-06-22 Takashi Sakamoto <tasak@google.com>
[Shadow] parentTreeScope() of nested shadow DOM subtree returns document().
https://bugs.webkit.org/show_bug.cgi?id=89172
Reviewed by Hajime Morita.
* fast/dom/shadow/parent-tree-scope-in-shadow-expected.txt: Added.
* fast/dom/shadow/parent-tree-scope-in-shadow.html: Added.
2012-06-22 Tony Chang <tony@chromium.org>
-webkit-flex-flow shouldn't be an enumerable property of the computed style
https://bugs.webkit.org/show_bug.cgi?id=89698
Reviewed by Ojan Vafai.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/resources/property-names.js:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-22 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip failing test after r121019.
https://bugs.webkit.org/show_bug.cgi?id=89760
* platform/qt/Skipped:
2012-06-22 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening after r120924.
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Added.
* platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Added.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Added.
* platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Added.
2012-06-22 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r117738):[Forms] validationMessage IDL attribute should not have range overflow message if value isn't range overflow
https://bugs.webkit.org/show_bug.cgi?id=89736
Reviewed by Kent Tamura.
Tests for HTMLInputElement.validationMessage attribute.
* fast/forms/date/input-date-validation-message-expected.txt: Added.
* fast/forms/date/input-date-validation-message.html: Added.
* fast/forms/number/input-number-validation-message-expected.txt: Added.
* fast/forms/number/input-number-validation-message.html: Added.
* fast/forms/range/input-range-validation-message-expected.txt: Added.
* fast/forms/range/input-range-validation-message.html: Added.
2012-06-21 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Support separate script compilation and execution.
https://bugs.webkit.org/show_bug.cgi?id=89646
Reviewed by Pavel Feldman.
* inspector/debugger/debugger-compile-and-run-expected.txt: Added.
* inspector/debugger/debugger-compile-and-run.html: Added.
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-22 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/hidpi, history, html, images, inline, inline-block, innerHTML, inspector-support, invalid tests
https://bugs.webkit.org/show_bug.cgi?id=89744
Reviewed by Kent Tamura.
* fast/hidpi/broken-image-icon-hidpi.html:
* fast/hidpi/broken-image-with-size-hidpi.html:
* fast/hidpi/clip-text-in-hidpi.html:
* fast/hidpi/device-scale-factor-paint.html:
* fast/hidpi/focus-rings.html:
* fast/hidpi/image-set-as-background.html:
* fast/hidpi/image-set-background-dynamic.html:
* fast/hidpi/image-set-background-repeat-without-size.html:
* fast/hidpi/image-set-background-repeat.html:
* fast/hidpi/image-set-border-image-comparison.html:
* fast/hidpi/image-set-border-image-dynamic.html:
* fast/hidpi/image-set-border-image-simple.html:
* fast/hidpi/image-set-in-content-dynamic.html:
* fast/hidpi/image-set-out-of-order.html:
* fast/hidpi/image-set-simple.html:
* fast/hidpi/image-set-without-specified-width.html:
* fast/hidpi/resize-corner-hidpi.html:
* fast/hidpi/video-controls-in-hidpi.html:
* fast/history/back-forward-reset-after-error-handling.html:
* fast/history/form-submit-in-frame-via-onclick.html:
* fast/history/form-submit-in-frame.html:
* fast/history/forward-during-load.html:
* fast/history/gesture-before-onload-form-submit.html:
* fast/history/gesture-before-onload-location-href.html:
* fast/history/go-back-to-changed-name.html:
* fast/history/history-back-initial-vs-final-url.html:
* fast/history/history-back-twice-with-subframes-assert.html:
* fast/history/history-back-within-subframe-hash.html:
* fast/history/history-back-within-subframe-url.html:
* fast/history/history-length.html:
* fast/history/history-replace-updates-current-item.html:
* fast/history/history-subframe-with-name.html:
* fast/history/history_reload.html:
* fast/history/location-replace-hash.html:
* fast/history/multiple-classes-visited.html:
* fast/history/nested-visited-test.html:
* fast/history/redirect-via-iframe.html:
* fast/history/resources/clicked-link-is-visited-2.html:
* fast/history/resources/history-back-within-subframe-hash-2.html:
* fast/history/resources/history-replace-updates-current-item-done.html:
* fast/history/resources/history_reload_window.html:
* fast/history/resources/redirect-target.html:
* fast/history/same-document-iframes-changing-fragment.html:
* fast/history/same-document-iframes-changing-pushstate.html:
* fast/history/saves-state-after-fragment-nav.html:
* fast/history/saves-state-after-frame-nav.html:
* fast/history/self-is-visited.html:
* fast/history/sibling-visited-test.html:
* fast/history/timed-refresh-in-cached-frame.html:
* fast/history/visited-generated-content-test.html:
* fast/history/visited-link-background-color.html:
* fast/history/window-open.html:
* fast/html/adopt-parent-frame.html:
* fast/html/body-offset-properties.html:
* fast/html/crash-style-first-letter.html:
* fast/html/details-add-summary-1-and-click.html:
* fast/html/details-add-summary-10-and-click.html:
* fast/html/details-add-summary-2-and-click.html:
* fast/html/details-add-summary-3-and-click.html:
* fast/html/details-add-summary-4-and-click.html:
* fast/html/details-add-summary-5-and-click.html:
* fast/html/details-add-summary-6-and-click.html:
* fast/html/details-add-summary-7-and-click.html:
* fast/html/details-add-summary-8-and-click.html:
* fast/html/details-add-summary-9-and-click.html:
* fast/html/details-children-merge-crash.html:
* fast/html/details-element-render-inline-crash.html:
* fast/html/details-mouse-click.html:
* fast/html/details-remove-summary-1-and-click.html:
* fast/html/details-remove-summary-2-and-click.html:
* fast/html/details-remove-summary-3-and-click.html:
* fast/html/details-remove-summary-4-and-click.html:
* fast/html/details-remove-summary-5-and-click.html:
* fast/html/details-remove-summary-6-and-click.html:
* fast/html/details-replace-summary-child.html:
* fast/html/details-replace-text.html:
* fast/html/details-summary-document-child.html:
* fast/html/draggable.html:
* fast/html/empty-fragment-id-goto-top.html:
* fast/html/font-face-empty-should-not-crash.html:
* fast/html/marquee-scrollamount.html:
* fast/html/nav-element.html:
* fast/html/object-image-nested-fallback.html:
* fast/html/pending-stylesheet-crash.html:
* fast/html/process-end-tag-for-inbody-crash.html:
* fast/html/script-allowed-types-languages.html:
* fast/html/select-dropdown-consistent-background-color.html:
* fast/html/set-text-direction.html:
* fast/html/tab-order.html:
* fast/html/tabindex-removal.html:
* fast/html/text-field-input-types.html:
* fast/html/xhtml-serialize.html:
* fast/images/animated-background-image-crash.html:
* fast/images/animated-gif-restored-from-bfcache.html:
* fast/images/bad-png.html:
* fast/images/busted-oval-does-not-render.html:
* fast/images/destroyed-image-load-event.html:
* fast/images/dont-crash-with-null-gif-frames.html:
* fast/images/drag-pdf-as-image.html:
* fast/images/embed-does-not-propagate-dimensions-to-object-ancestor.html:
* fast/images/embed-image.html:
* fast/images/exif-orientation-css.html:
* fast/images/exif-orientation.html:
* fast/images/extra-image-in-image-document.html:
* fast/images/gif-loop-count.html:
* fast/images/image-empty-data.html:
* fast/images/image-invalid-data.html:
* fast/images/image-load-event-in-fragment.html:
* fast/images/image-map-multiple-xhtml.xhtml:
* fast/images/image-map-multiple.html:
* fast/images/image-map-zoom.html:
* fast/images/imagemap-scroll.html:
* fast/images/jpeg-with-color-profile.html:
* fast/images/large-size-image-crash.html:
* fast/images/link-body-content-imageDimensionChanged-crash.html:
* fast/images/load-img-with-empty-src.html:
* fast/images/paletted-png-with-color-profile.html:
* fast/images/percent-height-image.html:
* fast/images/png-extra-row-crash.html:
* fast/images/png-suite/test.html:
* fast/images/png-with-color-profile.html:
* fast/images/read-past-end-of-buffer.html:
* fast/images/rgb-jpeg-endian-pixels.html:
* fast/images/rgb-jpeg-with-adobe-marker-only.html:
* fast/images/rgb-png-with-cmyk-color-profile.html:
* fast/images/script-counter-imageDimensionChanged-crash.html:
* fast/images/script-tests/move-image-to-new-document.js:
* fast/images/size-failure.html:
* fast/images/style-access-during-imageChanged-crash.html:
* fast/images/style-access-during-imageChanged-style-freeze.html:
* fast/images/support-broken-image-delegate.html:
* fast/images/text-content-crash-2.html:
* fast/images/text-content-crash.html:
* fast/images/webp-image-decoding.html:
* fast/images/ycbcr-with-cmyk-color-profile.html:
* fast/images/zoomed-img-size.html:
* fast/inline-block/anonymous-block-crash.html:
* fast/inline-block/inline-block-vertical-align-2.html:
* fast/inline-block/relative-positioned-rtl-crash.html:
* fast/inline/boundingBox-with-continuation.html:
* fast/inline/clean-after-removing-temp-boxes.html:
* fast/inline/continuation-positioned-reparenting.html:
* fast/inline/crash-new-continuation-with-outline.html:
* fast/inline/dirtyLinesForInline.html:
* fast/inline/inline-body-crash.html:
* fast/inline/inline-body-with-scrollbar-crash.html:
* fast/inline/inline-box-adjust-position-crash.html:
* fast/inline/inline-box-adjust-position-crash2.html:
* fast/inline/inline-child-height-width-calc-crash.html:
* fast/inline/inline-destroy-dirty-lines-crash.html:
* fast/inline/inline-marquee-crash.html:
* fast/inline/relative-positioned-overflow.html:
* fast/inline/skipped-whitespace-boundingBox.html:
* fast/inline/skipped-whitespace-client-rect.html:
* fast/inline/update-always-create-line-boxes-full-layout-crash.html:
* fast/innerHTML/004-expected.txt:
* fast/innerHTML/004.xhtml:
* fast/innerHTML/005-expected.txt:
* fast/innerHTML/005.html:
* fast/innerHTML/additional-inline-style.html:
* fast/innerHTML/innerHTML-case.html:
* fast/innerHTML/innerHTML-changing-document-properties.xhtml:
* fast/innerHTML/innerHTML-custom-tag.html:
* fast/innerHTML/innerHTML-iframe.html:
* fast/innerHTML/innerHTML-nbsp.xhtml:
* fast/innerHTML/innerHTML-script-tag-crash.xhtml:
* fast/innerHTML/javascript-url.html:
* fast/inspector-support/cssURLQuotes.html:
* fast/inspector-support/style.html:
* fast/inspector-support/uncaught-dom1-exception.html:
* fast/inspector-support/uncaught-dom3-exception.html:
* fast/inspector-support/uncaught-dom8-exception.html:
* fast/invalid/invalidSVGFont.html:
* fast/invalid/nestedh3s-rapidweaver.html:
* fast/invalid/test-case-tr-th-td-should-not-close-dl-list.html:
* platform/gtk/fast/images/exif-orientation-css-expected.txt:
* platform/gtk/fast/images/exif-orientation-expected.txt:
* platform/mac/fast/images/exif-orientation-css-expected.txt:
* platform/mac/fast/images/exif-orientation-expected.txt:
* platform/qt/fast/history/back-to-unreachable-url-then-forward.html:
* platform/qt/fast/history/resources/check-scroll-position.html:
2012-06-21 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/fast-mobile-scrolling, flexbox, forms, frames, gradients tests
https://bugs.webkit.org/show_bug.cgi?id=89741
Reviewed by Kent Tamura.
* fast/flexbox/box-ordinal-group.html:
* fast/flexbox/box-size-integer-overflow.html:
* fast/flexbox/crash-button-input-autofocus.html:
* fast/flexbox/crash-button-keygen.html:
* fast/flexbox/crash-button-relayout.html:
* fast/flexbox/crash-flexbox-no-layout-child.html:
* fast/flexbox/horizontal-box-float-crash.html:
* fast/flexbox/inline-children-crash.html:
* fast/flexbox/layoutHorizontalBox-crash.html:
* fast/flexbox/line-clamp-crash.html:
* fast/flexbox/overhanging-floats-not-removed-crash.html:
* fast/flexbox/resources/box-orient-button.js:
* fast/forms/:
* fast/frames/:
* fast/gradients/crash-on-1px-border.html:
* fast/gradients/crash-on-degenerate-gradient.html:
* fast/gradients/crash-on-remove.html:
* fast/gradients/crash-on-tr.html:
* fast/gradients/css3-color-stop-units.html:
* fast/gradients/css3-color-stops.html:
* fast/gradients/css3-linear-angle-gradients.html:
* fast/gradients/css3-linear-right-angle-gradients.html:
* fast/gradients/css3-radial-gradient-crash.html:
* fast/gradients/css3-radial-gradients.html:
* fast/gradients/css3-radial-gradients2.html:
* fast/gradients/css3-radial-gradients3.html:
* fast/gradients/css3-repeating-end-fill.html:
* fast/gradients/css3-repeating-linear-gradients.html:
* fast/gradients/css3-repeating-linear-gradients2.html:
* fast/gradients/css3-repeating-radial-gradients.html:
* fast/gradients/gradient-after-transparent-border.html:
* fast/gradients/gradient-on-pseudoelement-crash.html:
* platform/chromium/fast/forms/search-popup-crasher.html:
* platform/gtk/fast/forms/menulist-typeahead-find.html:
* platform/gtk/fast/frames/scrolling-iframe-out-of-viewport.html:
* platform/mac/fast/forms/attributed-strings.html:
* platform/mac/fast/forms/listbox-scrollbar-hit-test.html:
* platform/mac/fast/forms/script-tests/focus-option-control-on-page.js:
(startTest):
(runKeyPresses):
(notifyDone):
2012-06-21 Joone Hur <joone.hur@intel.com>
[EFL] Unreviewed gardening, unskip now passing tests.
* platform/efl/Skipped:
* platform/efl/fast/viewport/viewport-126-expected.txt: Added.
* platform/efl/fast/viewport/viewport-127-expected.txt: Added.
* platform/efl/fast/viewport/viewport-65-expected.txt: Added.
* platform/efl/fast/viewport/viewport-82-expected.txt: Added.
* platform/efl/fast/viewport/viewport-84-expected.txt: Added.
* platform/efl/fast/viewport/viewport-87-expected.txt: Added.
2012-06-21 Hans Wennborg <hans@chromium.org>
s/layoutTestController/testRunner/ in speech tests
https://bugs.webkit.org/show_bug.cgi?id=89654
Reviewed by Ryosuke Niwa.
* fast/speech/bubble-position.html:
* fast/speech/change-focus.html:
* fast/speech/input-onspeechchange-event.html:
* fast/speech/input-ontextinput-event.html:
* fast/speech/input-readonly-and-disabled.html:
* fast/speech/input-text-language-tag.html:
* fast/speech/input-text-speechbutton.html:
* fast/speech/input-text-speechstart.html:
* fast/speech/scripted/speechrecognition-basics.html:
* fast/speech/scripted/speechrecognition-errors.html:
* fast/speech/speech-button-ignore-generated-events.html:
* fast/speech/speech-input-result-list-not-enough-arguments.html:
* fast/speech/speech-input-scripting.html:
2012-06-21 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120982.
http://trac.webkit.org/changeset/120982
https://bugs.webkit.org/show_bug.cgi?id=89740
[chromium] ASSERTION FAILED:
m_allocatedTextureIds.contains(textureId) (Requested by ukai
on #webkit).
* platform/chromium/TestExpectations:
2012-06-21 Ryosuke Niwa <rniwa@webkit.org>
LabelsNostList isn't updated properly after its owner node is adopted into a new document
https://bugs.webkit.org/show_bug.cgi?id=89730
Reviewed by Darin Adler.
* fast/forms/label/labels-owner-node-adopted-expected.txt: Added.
* fast/forms/label/labels-owner-node-adopted.html: Added.
2012-06-21 Abhishek Arya <inferno@chromium.org>
Crash in RenderBlock::layoutPositionedObjects.
https://bugs.webkit.org/show_bug.cgi?id=89599
Reviewed by Julien Chaffraix.
* fast/table/table-split-positioned-object-crash-expected.txt: Added.
* fast/table/table-split-positioned-object-crash.html: Added.
2012-06-21 Tony Gentilcore <tonyg@chromium.org>
[Chromium][Win] Missing trailing newlines in one text test expectation, debug only
https://bugs.webkit.org/show_bug.cgi?id=89534
Reviewed by Tony Gentilcore.
* fast/canvas/resize-while-save-active-expected.txt:
* fast/canvas/resize-while-save-active.html: Make test deterministic by running script after load and fix line endings.
2012-06-21 Shinya Kawanaka <shinyak@chromium.org>
[Shadow][Editing] Assertion in VisibleSelection::adjuseSelectionToAvoidCrossingBoundaries() is triggered.
https://bugs.webkit.org/show_bug.cgi?id=89081
Reviewed by Ryosuke Niwa.
* editing/shadow/adjusting-editing-boundary-with-table-in-shadow-expected.txt: Added.
* editing/shadow/adjusting-editing-boundary-with-table-in-shadow.html: Added.
2012-06-21 Gregg Tavares <gman@google.com>
Make GL error messages consistent in LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=89689
Reviewed by Kenneth Russell.
* fast/canvas/webgl/resources/webgl-test.js:
(shouldGenerateGLError):
(glErrorShouldBe):
* fast/canvas/webgl/webgl-depth-texture-expected.txt:
2012-06-21 Kenneth Russell <kbr@google.com>
[chromium] Layout Test fast/speech/scripted/speechgrammar-basics.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=89717
Unreviewed. Added suppression for flaky crash.
* platform/chromium/TestExpectations:
2012-06-21 Julien Chaffraix <jchaffraix@webkit.org>
Add support for the grid and inline-grid display types.
https://bugs.webkit.org/show_bug.cgi?id=60732
Reviewed by Tony Chang.
Based on an earlier patch by David Hyatt <hyatt@apple.com>.
* fast/css-grid-layout/containing-block-grids-expected.html: Added.
* fast/css-grid-layout/containing-block-grids.html: Added.
* fast/css-grid-layout/floating-empty-grids-expected.html: Added.
* fast/css-grid-layout/floating-empty-grids.html: Added.
2012-06-21 Kenneth Russell <kbr@google.com>
[chromium] Layout test failures after fixing GraphicsLayerChromium scale factors
https://bugs.webkit.org/show_bug.cgi?id=89702
Unreviewed TestExpectations update to suppress failures.
* platform/chromium/TestExpectations:
2012-06-21 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120945.
http://trac.webkit.org/changeset/120945
https://bugs.webkit.org/show_bug.cgi?id=89703
editing/shadow/breaking-editing-boundaries.html started to
crash (Requested by hayato on #webkit).
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2012-06-21 Joshua Bell <jsbell@chromium.org>
IndexedDB: Fix layout tests to clear previous database structures
https://bugs.webkit.org/show_bug.cgi?id=89609
Reviewed by Tony Chang.
A handful of tests weren't deleting previously created stores (or the whole
database), which made them fail if trivially re-run in Chromium or under
NRWT with --iterations=2.
* storage/indexeddb/cursor-key-order-expected.txt:
* storage/indexeddb/cursor-primary-key-order-expected.txt:
* storage/indexeddb/open-during-transaction-expected.txt:
* storage/indexeddb/resources/cursor-key-order.js:
(prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess.verreq.onsuccess):
(prepareDatabase.deleteRequest.onsuccess.openreq.onsuccess):
(prepareDatabase.deleteRequest.onsuccess):
(prepareDatabase):
* storage/indexeddb/resources/cursor-primary-key-order.js:
(prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess.versionChangeRequest.onsuccess):
(prepareDatabase.deleteRequest.onsuccess.openRequest.onsuccess):
(prepareDatabase.deleteRequest.onsuccess):
(prepareDatabase):
* storage/indexeddb/resources/factory-deletedatabase-interactions.js:
* storage/indexeddb/resources/open-close-version.js:
(test6):
(test6.halfDone):
* storage/indexeddb/resources/open-during-transaction.js:
(prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess.setverreq.result.oncomplete):
(prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess.setverreq.onsuccess):
(prepareDatabase.deleteRequest.onsuccess.openreq1.onsuccess):
(prepareDatabase.deleteRequest.onsuccess):
(prepareDatabase):
* storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt:
* storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html:
2012-06-21 Kenneth Russell <kbr@google.com>
[Chromium] Rebaseline video tests after r120939
https://bugs.webkit.org/show_bug.cgi?id=89696
Unreviewed test expectations update to adjust bug number and
silence failures on Windows platform. Rebaselines are still needed.
* platform/chromium/TestExpectations:
2012-06-21 Alec Flett <alecflett@chromium.org>
IndexedDB: Implement spec behavior for multiEntry indexes with invalid/duplicate subkeys
https://bugs.webkit.org/show_bug.cgi?id=86123
Reviewed by Darin Fisher.
* storage/indexeddb/index-multientry-expected.txt:
* storage/indexeddb/resources/index-multientry.js:
(addData):
(verifyIndexes.request.onsuccess):
(verifyIndexes):
(verifyUniqueConstraint.request.onsuccess.request.onsuccess.request.onerror):
(verifyUniqueConstraint.request.onsuccess.request.onsuccess):
(verifyUniqueConstraint.request.onsuccess):
(verifyUniqueConstraint):
2012-06-21 Tim Horton <timothy_horton@apple.com>
SVGImageCache isn't invalidated for <img> on dynamic page scale changes
https://bugs.webkit.org/show_bug.cgi?id=89621
<rdar://problem/11714677>
Reviewed by Simon Fraser.
Add a test that ensures that dynamic changes to pageScaleFactor are propagated through
to the SVGImageCache.
* platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.png: Added.
* platform/mac/svg/as-image/image-respects-pageScaleFactor-change-expected.txt: Added.
* svg/as-image/image-respects-pageScaleFactor-change.html: Added.
2012-06-21 Beth Dakin <bdakin@apple.com>
Skipping this failing test. Filed
https://bugs.webkit.org/show_bug.cgi?id=89680 to track fixing the
real issue.
* platform/mac/Skipped:
2012-06-21 Philip Rogers <pdr@google.com>
Add pending resource even if others are pending
https://bugs.webkit.org/show_bug.cgi?id=89633
Reviewed by Dirk Schulze.
* svg/custom/use-multiple-pending-resources-expected.svg: Added.
* svg/custom/use-multiple-pending-resources.svg: Added.
2012-06-21 Tony Chang <tony@chromium.org>
Unreviewed gardening. Removing pixel results for CSS computed style tests which are text only tests.
* platform/qt/fast/css/getComputedStyle/computed-style-expected.png: Removed.
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.png: Removed.
2012-06-21 Tony Chang <tony@chromium.org>
Unreviewed gardening. The computed style tests should now pass on EFL after r120870.
* platform/efl/TestExpectations:
2012-06-21 Hayato Ito <hayato@chromium.org>
Modify event re-targeting algorithm so that we can tell which distributed node is clicked.
https://bugs.webkit.org/show_bug.cgi?id=89073
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
2012-06-21 Andrei Onea <onea@adobe.com>
[CSSRegions]Change WEBKIT_REGION_RULE value to 16
https://bugs.webkit.org/show_bug.cgi?id=89421
Reviewed by Tony Chang.
Added check for exact value of WEBKIT_REGION_RULE which should be 16,
according to CSS Regions spec.
* fast/regions/webkit-region-rule-expected.txt:
* fast/regions/webkit-region-rule.html:
2012-06-21 Jon Lee <jonlee@apple.com>
r120835: fast/box-decoration-break/box-decoration-break-rendering.html failing on mac bots
https://bugs.webkit.org/show_bug.cgi?id=89620
* platform/mac/Skipped:
2012-06-21 Silvia Pfeiffer <silviapf@chromium.org>
Paint played and buffered ranges differently in Chrome video controls.
https://bugs.webkit.org/show_bug.cgi?id=89284
Reviewed by Eric Carlson.
Rebaseline tests for linux build; mark others in TestExpectations.
* platform/chromium/TestExpectations:
* platform/chromium-linux/fast/layers/video-layer-expected.png:
* platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-linux/media/audio-controls-rendering-expected.png:
* platform/chromium-linux/media/controls-after-reload-expected.png:
* platform/chromium-linux/media/controls-strict-expected.png:
* platform/chromium-linux/media/controls-styling-expected.png:
* platform/chromium-linux/media/controls-without-preload-expected.png:
* platform/chromium-linux/media/video-controls-rendering-expected.png:
* platform/chromium-linux/media/video-display-toggle-expected.png:
* platform/chromium-linux/media/video-playing-and-pause-expected.png:
* platform/chromium-linux/media/video-zoom-controls-expected.png:
* platform/chromium-linux/media/audio-repaint-expected.png:
* platform/chromium-linux/media/controls-layout-direction-expected.png:
* platform/chromium-linux/media/media-controls-clone-expected.png:
* platform/chromium-linux/media/media-document-audio-repaint-expected.png:
* platform/chromium-linux/media/video-no-audio-expected.png:
* platform/chromium-win/fast/layers/video-layer-expected.txt:
* platform/chromium-win/media/audio-controls-rendering-expected.txt:
* platform/chromium-win/media/audio-repaint-expected.txt:
* platform/chromium-win/media/controls-after-reload-expected.txt:
* platform/chromium-win/media/controls-strict-expected.txt:
* platform/chromium-win/media/controls-styling-expected.txt:
* platform/chromium-win/media/controls-without-preload-expected.txt:
* platform/chromium-win/media/media-controls-clone-expected.txt:
* platform/chromium-win/media/media-document-audio-repaint-expected.txt:
* platform/chromium-win/media/video-controls-rendering-expected.txt:
* platform/chromium-win/media/video-display-toggle-expected.txt:
* platform/chromium-win/media/video-no-audio-expected.txt:
* platform/chromium-win/media/video-playing-and-pause-expected.txt:
* platform/chromium-win/media/video-zoom-controls-expected.txt:
2012-06-21 Julien Chaffraix <jchaffraix@webkit.org>
Non-fixed length margins don't work with align=center
https://bugs.webkit.org/show_bug.cgi?id=89626
Reviewed by Levi Weintraub.
* fast/block/negative-start-margin-align-center-percent-expected.html: Added.
* fast/block/negative-start-margin-align-center-percent.html: Added.
* fast/block/positive-margin-block-child-align-center-calc-expected.html: Added.
* fast/block/positive-margin-block-child-align-center-calc.html: Added.
2012-06-21 Simon Pena <spena@igalia.com>
[GTK] Update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89664
Unreviewed gardening. Mark editing/deleting/delete-3800834-fix.html
as flaky.
* platform/gtk/TestExpectations:
2012-06-21 Shinya Kawanaka <shinyak@chromium.org>
[Crash][Editing] Pressing enter on LI element triggers assertion in Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=89171
Reviewed by Ryosuke Niwa.
* editing/shadow/pressing-enter-on-list-expected.txt: Added.
* editing/shadow/pressing-enter-on-list.html: Added.
2012-06-21 Amy Ousterhout <aousterh@chromium.org>
DeviceOrientation and DeviceMotion Test Cleanup
https://bugs.webkit.org/show_bug.cgi?id=89662
Reviewed by Ryosuke Niwa.
Replaces 'LayoutTestController' with 'TestRunner' in debug messages.
This makes it consistent with testRunner, which replaced layoutTestController.
* fast/dom/DeviceMotion/script-tests/no-page-cache.js:
* fast/dom/DeviceOrientation/script-tests/add-listener-from-callback.js:
* fast/dom/DeviceOrientation/script-tests/basic-operation.js:
* fast/dom/DeviceOrientation/script-tests/event-after-navigation.js:
* fast/dom/DeviceOrientation/script-tests/multiple-frames.js:
* fast/dom/DeviceOrientation/script-tests/no-page-cache.js:
* fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js:
* fast/dom/DeviceOrientation/script-tests/null-values.js:
(setMockOrientation):
* fast/dom/DeviceOrientation/script-tests/updates.js:
(setMockOrientation):
2012-06-21 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, unskip now passing tests.
* platform/qt/Skipped:
* platform/qt/editing/inserting/4960120-1-expected.png: Added.
* platform/qt/editing/inserting/4960120-1-expected.txt:
* platform/qt/editing/inserting/before-after-input-element-expected.png: Added.
* platform/qt/editing/inserting/before-after-input-element-expected.txt:
* platform/qt/editing/inserting/insert-text-with-newlines-expected.png: Added.
* platform/qt/editing/inserting/insert-text-with-newlines-expected.txt:
* platform/qt/http/tests/misc/favicon-as-image-expected.png: Added.
* platform/qt/http/tests/misc/favicon-as-image-expected.txt: Added.
2012-06-21 Simon Pena <spena@igalia.com>
[GTK] Add new baseline and update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89651
Unreviewed gardening.
* platform/gtk/TestExpectations: marked
svg/W3C-SVG-1.1/animate-elem-{32,33,40,41,46}-t.svg as flaky, and
fast/canvas/canvas-createImageData.html as crashing on DEBUG
* platform/gtk/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/gtk/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
2012-06-21 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip a new failing test.
* platform/qt-5.0-wk2/Skipped:
2012-06-20 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: SpeechRecognition should hook up with ActiveDOMObject more
https://bugs.webkit.org/show_bug.cgi?id=89217
Reviewed by Adam Barth.
Add a layout test to check that speech recognition gets aborted when
navigating away from the page.
* fast/speech/scripted/navigate-away-expected.txt: Added.
* fast/speech/scripted/navigate-away-iframe-expected.txt: Added.
* fast/speech/scripted/navigate-away-iframe.html: Added.
* fast/speech/scripted/navigate-away.html: Added.
2012-06-21 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r120847
https://bugs.webkit.org/show_bug.cgi?id=89640
Unreviewed gardening. Newly added compositing/backface-visibility/backface-visibility-webgl.html
test does not pass on EFL port due to missing WebGL support.
* platform/efl/TestExpectations:
2012-06-21 Mario Sanchez Prada <msanchez@igalia.com>
[GTK] accessibility/textbox-role-reports-line-number.html fails
https://bugs.webkit.org/show_bug.cgi?id=75785
Reviewed by Chris Fleizach.
Move a Mac specific accessibility test to the platform directory.
* platform/gtk/TestExpectations: Removed test from gtk test expectations.
* platform/mac/accessibility/textbox-role-reports-line-number-expected.txt: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number-expected.txt.
* platform/mac/accessibility/textbox-role-reports-line-number.html: Renamed from LayoutTests/accessibility/textbox-role-reports-line-number.html.
* platform/win/accessibility/textbox-role-reports-line-number-expected.txt: Removed.
2012-06-21 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Move requestId allocation from FileSystem frontend to backend
https://bugs.webkit.org/show_bug.cgi?id=89555
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/filesystem-test.js:
(initialize_FileSystemTest.InspectorTest.dumpReadDirectoryResult):
(initialize_FileSystemTest):
* http/tests/inspector/filesystem/get-filesystem-root.html:
* http/tests/inspector/filesystem/read-directory-expected.txt:
* http/tests/inspector/filesystem/read-directory.html:
2012-06-20 Hayato Ito <hayato@chromium.org>
[Shadow][Editing] Deleting character in distributed element caused a crash
https://bugs.webkit.org/show_bug.cgi?id=88484
Reviewed by Ryosuke Niwa.
* editing/shadow/delete-characters-in-distributed-node-crash-expected.txt: Added.
* editing/shadow/delete-characters-in-distributed-node-crash.html: Added.
2012-06-20 Kent Tamura <tkent@chromium.org>
Unmodified form control value are overwritten by another form
control value with the same name after navigating and going back
https://bugs.webkit.org/show_bug.cgi?id=89409
Reviewed by Hajime Morita.
* fast/forms/resources/state-restore-broken-state-2.html:
Take care of the signature string at the beginning of the array.
* fast/forms/state-restore-broken-state-expected.txt:
Updated for the serialized format change.
* fast/forms/state-restore-to-non-edited-controls-expected.txt:
* fast/forms/state-restore-to-non-edited-controls.html:
Add a test for a case of duplicated names.
2012-06-20 Adam Barth <abarth@webkit.org>
Unskip fast/hidpi/device-scale-factor-paint.html
https://bugs.webkit.org/show_bug.cgi?id=89618
Reviewed by Beth Dakin.
Now that this test doesn't cause WebKit2 to crash, we can unskip it.
* fast/hidpi/device-scale-factor-paint-expected.html: Removed.
- Previously, this test was a reftest, but the reference also tried
to set the device scale factor, which seems problematic. This
patch converts the test to a normal image test. There aren't any
scrollbars or text, so many platforms should be able to use the
same expected PNG file.
* fast/hidpi/device-scale-factor-paint.html:
- Wrap the call to notifyDone in a thunk because it doesn't work otherwise.
* platform/mac/Skipped:
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
* platform/wk2/Skipped:
2012-06-20 Joshua Bell <jsbell@chromium.org>
IndexedDB: Remove redundant IDBObjectStore.delete() overloads
https://bugs.webkit.org/show_bug.cgi?id=89587
Reviewed by Darin Fisher.
* storage/indexeddb/deleted-objects-expected.txt:
* storage/indexeddb/resources/deleted-objects.js: Test IDBKeyRange overloads.
(openDatabase.request.onsuccess.request.onsuccess):
(openDatabase.request.onsuccess):
(openDatabase):
2012-06-20 Shinya Kawanaka <shinyak@chromium.org>
[Shadow][Editing] Selection will break editing boundaries in Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=89075
Reviewed by Antti Koivisto.
Test cases to confirm that (1) selection does not break editing boundary,
and (2) content-editable is not propagated from shadow host to shadow DOM.
Actually a patch for Bug 88514 contains a test for (2), but it is not enough.
* editing/shadow/breaking-editing-boundary-with-table.html: Added.
* editing/shadow/contenteditable-propagation-at-shadow-boundary.html: Added.
2012-06-20 Adam Barth <abarth@webkit.org>
internals.settings.setDeviceScaleFactor doesn't work for WebKit2 and must be removed
https://bugs.webkit.org/show_bug.cgi?id=89274
Reviewed by James Robinson.
* fast/hidpi/device-scale-factor-paint.html:
2012-06-20 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing tests.
* platform/qt/Skipped:
2012-06-20 Tony Chang <tony@chromium.org>
Computed style tests are a maintenance burden on the project
https://bugs.webkit.org/show_bug.cgi?id=87991
Reviewed by Eric Seidel.
Convert computed-style.html, computed-style-without-renderer.html and getComputedStyle-basic.xhtml
to use a whitelist of properties rather than a blacklist. The whitelist includes all properties
that are supported based on the checked in results so all ports can share the same values. Adding
new properties won't cause these tests to be rebaselined.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer.html: Remove indenting and use a fixed
width for the middle div so we don't get fractional pixel values for ports with fractional pixel
values enabled.
* fast/css/getComputedStyle/computed-style.html:
* fast/css/getComputedStyle/resources/property-names.js: Whitelist of common CSS properties.
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/mac/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* platform/qt/svg/css/getComputedStyle-basic-expected.png: Removed.
* platform/qt/svg/css/getComputedStyle-basic-expected.txt: Removed.
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed.
* svg/css/getComputedStyle-basic-expected.txt:
* svg/css/getComputedStyle-basic.xhtml:
2012-06-20 Abhishek Arya <inferno@chromium.org>
Crash on accessing a removed renderer from percent height descendant map.
https://bugs.webkit.org/show_bug.cgi?id=88017
Reviewed by Eric Seidel.
* fast/block/percent-height-descendant-not-removed-crash2-expected.txt: Added.
* fast/block/percent-height-descendant-not-removed-crash2.html: Added.
2012-06-20 Julien Chaffraix <jchaffraix@webkit.org>
REGRESSION(r113885): Margin not properly applied to elements with align=center
https://bugs.webkit.org/show_bug.cgi?id=89515
Reviewed by Levi Weintraub.
* fast/block/negative-margin-start-positive-margin-end-expected.html: Added.
* fast/block/negative-margin-start-positive-margin-end.html: Added.
* fast/block/negative-start-margin-align-center-expected.html: Added.
* fast/block/negative-start-margin-align-center.html: Added.
* fast/block/positive-margin-block-child-align-center-expected.html: Added.
* fast/block/positive-margin-block-child-align-center.html: Added.
* fast/block/positive-margin-start-align-center-expected.html: Added.
* fast/block/positive-margin-start-align-center.html: Added.
* fast/block/positive-margin-start-negative-margin-end-align-center-expected.html: Added.
* fast/block/positive-margin-start-negative-margin-end-align-center.html: Added.
Those checks the combination of margin start / end both positive and negative.
* fast/block/positive-margin-block-child-align-center-rtl-expected.html: Added.
* fast/block/positive-margin-block-child-align-center-rtl.html: Added.
One ltr test as I didn't find any.
* fast/table/table-cell-negative-start-margin-align-center-expected.html: Added.
* fast/table/table-cell-negative-start-margin-align-center.html: Added.
This test is very similar to the one above but involves a table.
2012-06-20 Robert Hogan <robert@webkit.org>
r120844: Skip two tests on Qt
The tests fast/block/float/previous-sibling-abspos-001.html and
fast/block/float/previous-sibling-float-001.html have pixel differences
on Qt. Skip them for now - bug 89597 opened.
Unreviewed, gardening.
* platform/qt/Skipped:
2012-06-20 Elliott Sprehn <esprehn@gmail.com>
Add support for fit-content etc
https://bugs.webkit.org/show_bug.cgi?id=38919
Reviewed by Tony Chang.
Tests for CSS3 intrinsic dimension keywords as defined in the
writing modes spec. This tests the implementation for width and
ensures that height properties don't allow the new keywords yet
since they're not implemented by this patch.
* fast/css-intrinsic-dimensions/height-dynamic-property-value-expected.txt: Added.
* fast/css-intrinsic-dimensions/height-dynamic-property-value.html: Added.
* fast/css-intrinsic-dimensions/height-property-value-expected.txt: Added.
* fast/css-intrinsic-dimensions/height-property-value.html: Added.
* fast/css-intrinsic-dimensions/max-width-constrained-expected.html: Added.
* fast/css-intrinsic-dimensions/max-width-constrained.html: Added.
* fast/css-intrinsic-dimensions/max-width-unconstrained-expected.html: Added.
* fast/css-intrinsic-dimensions/max-width-unconstrained.html: Added.
* fast/css-intrinsic-dimensions/min-width-expected.html: Added.
* fast/css-intrinsic-dimensions/min-width.html: Added.
* fast/css-intrinsic-dimensions/width-avoid-floats-expected.html: Added.
* fast/css-intrinsic-dimensions/width-avoid-floats.html: Added.
* fast/css-intrinsic-dimensions/width-dynamic-property-value-expected.txt: Added.
* fast/css-intrinsic-dimensions/width-dynamic-property-value.html: Added.
* fast/css-intrinsic-dimensions/width-expected.html: Added.
* fast/css-intrinsic-dimensions/width-keyword-classes.css: Added.
(.min-content):
(.max-content):
(.fill-available):
(.fit-content):
(.max-width-min-content):
(.max-width-max-content):
(.max-width-fill-available):
(.max-width-fit-content):
(.min-width-min-content):
(.min-width-max-content):
(.min-width-fill-available):
(.min-width-fit-content):
* fast/css-intrinsic-dimensions/width-property-value-expected.txt: Added.
* fast/css-intrinsic-dimensions/width-property-value.html: Added.
* fast/css-intrinsic-dimensions/width.html: Added.
2012-06-20 Christopher Cameron <ccameron@chromium.org>
[chromium] webkit-backface-visibility doesn't work with video
https://bugs.webkit.org/show_bug.cgi?id=88908
When determining a contents layer's backface culling, use the parent
layer's transform and backface-visibility properties. Track which
layers need this special treatment with useParentBackfaceVisibility
and setUseParentBackfaceVisibility functions in WebCore::LayerChromium,
WebKit::WebLayer, and WebCore::CCLayerImpl.
Reviewed by Adrienne Walker.
* compositing/backface-visibility/backface-visibility-image-expected.png: Added.
* compositing/backface-visibility/backface-visibility-image-expected.txt: Added.
* compositing/backface-visibility/backface-visibility-image.html: Added.
* compositing/backface-visibility/backface-visibility-webgl-expected.png: Added.
* compositing/backface-visibility/backface-visibility-webgl-expected.txt: Added.
* compositing/backface-visibility/backface-visibility-webgl.html: Added.
2012-06-20 Nate Chapin <japhet@chromium.org>
Test for https://bugs.webkit.org/show_bug.cgi?id=89378.
Reviewed by Eric Seidel.
* http/tests/xmlhttprequest/reentrant-cancel-expected.txt: Added.
* http/tests/xmlhttprequest/reentrant-cancel.html: Added.
2012-06-20 Robert Hogan <robert@webkit.org>
Negative margin block doesn't properly clear a float enclosed by a previous sibling
https://bugs.webkit.org/show_bug.cgi?id=10900
Reviewed by Eric Seidel.
* fast/block/float/previous-sibling-abspos-001-expected.html: Added.
* fast/block/float/previous-sibling-abspos-001.html: Added.
* fast/block/float/previous-sibling-abspos-002-expected.html: Added.
* fast/block/float/previous-sibling-abspos-002.html: Added.
* fast/block/float/previous-sibling-float-001-expected.html: Added.
* fast/block/float/previous-sibling-float-001.html: Added.
* fast/block/float/previous-sibling-float-002-expected.html: Added.
* fast/block/float/previous-sibling-float-002.html: Added.
* fast/css/clear-float-sibling-expected.html: Added.
* fast/css/clear-float-sibling.html: Added.
2012-06-20 Alexis Menard <alexis.menard@openbossa.org>
[CSS3 Backgrounds and Borders] Implement box-decoration-break rendering.
https://bugs.webkit.org/show_bug.cgi?id=88228
Reviewed by Eric Seidel.
Add new tests to cover the feature.
* fast/box-decoration-break/box-decoration-break-rendering-expected.html: Added.
* fast/box-decoration-break/box-decoration-break-rendering.html: Added.
2012-06-20 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: add SpeechRecognition.maxAlternatives attribute
https://bugs.webkit.org/show_bug.cgi?id=89459
Reviewed by Eric Seidel.
Update the basic test to check for presence of the maxAlternatives attribute.
* fast/speech/scripted/basics-expected.txt:
* fast/speech/scripted/basics.html:
2012-06-20 Takashi Sakamoto <tasak@google.com>
applyAuthorStyles makes rules declared in all enclosing shadow dom subtrees applicable.
https://bugs.webkit.org/show_bug.cgi?id=89061
Reviewed by Dimitri Glazkov.
* fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt: Added.
* fast/css/style-scoped/style-scoped-apply-author-styles.html: Added.
2012-06-20 Sergio Villar Senin <svillar@igalia.com>
Unreviewed GTK gardening. Removed some tests from TestExpectations
as they were passing in the tree bots.
* platform/gtk/TestExpectations:
2012-06-20 Hajime Morrita <morrita@chromium.org>
Unreviewed rebaselining.
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
* platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/quadraticCurveTo-expected.png:
* platform/chromium/TestExpectations:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt][Mac] Speculative skipping to try to paint the bot green.
* platform/qt-mac/Skipped:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt][Mac] Skip one more crashing test.
* platform/qt-mac/Skipped:
2012-06-19 Cris Neckar <cdn@chromium.org>
Add test which inserts a CounterNode subtree which contains reset nodes into another tree.
https://bugs.webkit.org/show_bug.cgi?id=88142
Reviewed by Adam Barth.
* fast/css/counters/counter-reset-subtree-insert-crash-expected.txt: Added.
* fast/css/counters/counter-reset-subtree-insert-crash.html: Added.
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed expected update after r120735.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2012-06-19 Kinuko Yasuda <kinuko@chromium.org>
Use testRunner instead of layoutTestController in fast/{files,filesystem}
https://bugs.webkit.org/show_bug.cgi?id=89462
Reviewed by Ryosuke Niwa.
* fast/files/apply-blob-url-to-img.html:
* fast/files/apply-blob-url-to-xhr.html:
* fast/files/blob-builder-crash.html:
* fast/files/blob-slice-overflow.html:
* fast/files/blob-slice-test.html:
* fast/files/create-blob-url-crash.html:
* fast/files/domurl-script-execution-context-crash.html:
* fast/files/file-reader-abort.html:
* fast/files/file-reader-directory-crash.html:
* fast/files/file-reader-event-listener.html:
* fast/files/file-reader-file-url.html:
* fast/files/file-reader-sandbox-iframe.html:
* fast/files/null-origin-string.html:
* fast/files/read-blob-async.html:
* fast/files/read-file-async.html:
* fast/files/resources/file-reader-real.html:
* fast/files/resources/setup-for-read-common.js:
* fast/files/revoke-blob-url.html:
* fast/files/script-tests/xhr-response-blob.js:
* fast/files/workers/inline-worker-via-blob-url.html:
* fast/files/workers/worker-apply-blob-url-to-xhr.html:
* fast/files/workers/worker-read-blob-async.html:
* fast/files/workers/worker-read-blob-sync.html:
* fast/files/workers/worker-read-file-async.html:
* fast/files/workers/worker-read-file-sync.html:
* fast/filesystem/cross-filesystem-op.html:
* fast/filesystem/file-after-reload-crash.html:
* fast/filesystem/file-metadata-after-write.html:
* fast/filesystem/filesystem-no-callback-null-ptr-crash.html:
* fast/filesystem/filesystem-uri-origin.html:
2012-06-19 Takashi Sakamoto <tasak@google.com>
[Shadow DOM] ShadowRoot.host should be gone
https://bugs.webkit.org/show_bug.cgi?id=88387
Reviewed by Dimitri Glazkov.
* fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
* fast/css/style-scoped/style-scoped-in-shadow.html:
* fast/dom/shadow/resources/shadow-dom.js:
(isShadowRoot):
* fast/dom/shadow/shadow-root-js-api-expected.txt:
* fast/dom/shadow/shadow-root-js-api.html:
Just removed references to shadow root's host attribute.
2012-06-19 Kent Tamura <tkent@chromium.org>
Fix a form restore test broken by HTML5 parser
https://bugs.webkit.org/show_bug.cgi?id=89539
Reviewed by Kentaro Hara.
Before HTML5 parser, we parsed innerHTML input text and we attached
renderers to parsed nodes at the same time. The parsed nodes had
restored form values because we restore form values only for attached
elements.
After HTML5 parser, we don't attach renderers during innerHTML
parsing. state-restore-to-nonedited-controls.html used innerHTML to
built a form and the test haven't worked since introducing HTML5 parser.
This patch changes the test so that it uses document.write() instead of
innerHTML.
* fast/forms/state-restore-to-non-edited-controls-expected.txt:
Note that the FAIL line is expected. It's due to Bug 88685.
* fast/forms/state-restore-to-non-edited-controls.html:
Use document.write() instead of innerHTML.
2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
Test fix after r120521.
* webarchive/resources/dump-webarchive.js:
* webarchive/test-duplicate-resources-expected.webarchive:
* webarchive/test-script-src-expected.webarchive:
2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests
https://bugs.webkit.org/show_bug.cgi?id=89438
Reviewed by Tony Chang.
* fast/doctypes/005-case-preserving.html:
* fast/doctypes/doctype-after-comment.html:
* fast/doctypes/doctype-at-end.html:
* fast/doctypes/doctype-in-element.html:
* fast/doctypes/doctype-parsing.html:
* fast/doctypes/html-doctype.html:
* fast/doctypes/xhtml-with-xhtmlmp-doctype.xhtml:
* fast/doctypes/xml-doctype.xhtml:
* fast/dom/:
* fast/dynamic/5872671.html:
* fast/dynamic/ancestor-to-absolute.html:
* fast/dynamic/checkbox-selection-crash.html:
* fast/dynamic/containing-block-change.html:
* fast/dynamic/crash-generated-counter.html:
* fast/dynamic/crash-generated-image.html:
* fast/dynamic/crash-generated-quote.html:
* fast/dynamic/crash-generated-text.html:
* fast/dynamic/crash-paint-no-documentElement-renderer.html-disabled:
* fast/dynamic/float-remove-above-line-2.html:
* fast/dynamic/float-remove-above-line.html:
* fast/dynamic/hover-before-position-after-style-change.html:
* fast/dynamic/hover-before-position-after-style-change2.html:
* fast/dynamic/hover-style-recalc-crash.html:
* fast/dynamic/hovered-detach.html:
* fast/dynamic/inline-to-block-crash.html:
* fast/dynamic/insertAdjacentElement.html:
* fast/dynamic/insertAdjacentHTML-allowed-parents.html:
* fast/dynamic/insertAdjacentHTML.html:
* fast/dynamic/insertAdjacentText.html:
* fast/dynamic/jQuery-animation-crash.html:
* fast/dynamic/layer-hit-test-crash.html:
* fast/dynamic/layer-no-longer-paginated.html:
* fast/dynamic/outerHTML-no-element.html:
* fast/dynamic/paused-event-dispatch.html:
* fast/dynamic/position-absolute-to-fixed-crash.html:
* fast/dynamic/position-change-layout.html:
* fast/dynamic/recursive-layout.html:
* fast/dynamic/style-access-late-stylesheet-load.html:
* fast/dynamic/subtree-common-root.html:
* fast/dynamic/subtree-table-cell-height.html:
* fast/dynamic/subtree-unrooted.html:
* fast/encoding/:
* fast/events/:
* platform/chromium/fast/events/drag-downloadURL.html:
* platform/chromium/fast/events/intercept-postmessage.html:
* platform/chromium/fast/events/rtl-scrollbar.html:
* platform/gtk/fast/events/event-sender-metakey.html:
* platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html:
* platform/mac/fast/dom/character-index-for-point.html:
* platform/mac/fast/dom/objc-wrapper-identity.html:
* platform/mac/fast/dom/wrapper-classes-objc.html:
* platform/mac/fast/dom/wrapper-round-tripping.html:
* platform/mac/fast/events/objc-event-api.html:
* platform/mac/fast/events/objc-keyboard-event-creation.html:
* platform/qt/fast/events/event-sender-keydown-frame.html:
* platform/win/fast/events/alt-numpad.html:
* platform/win/fast/events/alt-space-scroll.html:
* platform/win/fast/events/double-dead-char.html:
* platform/win/fast/events/keyLocation-numpad.html:
* platform/win/fast/events/panScroll-correct-direction.html:
* platform/win/fast/events/panScroll-event-fired.html:
* platform/win/fast/events/panScroll-image-no-scroll.html:
* platform/win/fast/events/panScroll-imageMap-href-no-scroll.html:
* platform/win/fast/events/panScroll-imageMap-noHref-scroll.html:
* platform/win/fast/events/panScroll-nested-divs.html:
* platform/win/fast/events/panScroll-no-iframe-jump.html:
* platform/win/fast/events/panScroll-preventDefault.html:
* platform/win/fast/events/script-tests/context-click-events.js:
2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
Remove the failing expected results added in
http://trac.webkit.org/changeset/119190 now that these tests pass.
Rubber-stamped by Jessie Berlin.
* platform/win/fast/frames/frame-set-scaling-hit-expected.txt: Removed.
* platform/win/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Removed.
* platform/win/fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Removed.
* platform/win/fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Removed.
2012-06-19 Erik Arvidsson <arv@chromium.org>
[V8] Fix issue where a callback got a null calling context
https://bugs.webkit.org/show_bug.cgi?id=89532
Reviewed by Kentaro Hara.
* fast/dom/Window/post-message-crash-expected.txt: Added.
* fast/dom/Window/post-message-crash.html: Added.
2012-06-19 Kenneth Russell <kbr@google.com>
[Chromium] Unreviewed test expectations update.
* platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt: Removed.
* platform/chromium/TestExpectations:
Referenced bugs 89529 and 89534.
2012-06-19 Greg Billock <gbillock@google.com>
Add filesystem regression test to check that the filesystem object is
not serializable as created by javascript.
https://bugs.webkit.org/show_bug.cgi?id=88267
Reviewed by David Levin.
* fast/filesystem/filesystem-unserializable-expected.html: Added.
* fast/filesystem/filesystem-unserializable.html: Added.
* fast/filesystem/script-tests/filesystem-unserializable.js: Added.
2012-06-19 Beth Dakin <bdakin@apple.com>
Skipping failing tests to keep the bots green. Filed
https://bugs.webkit.org/show_bug.cgi?id=89528 to track fixing the
real problem.
* platform/mac/Skipped:
2012-06-19 Kenneth Russell <kbr@google.com>
[Chromium][Mac] Layout Test ietestcenter/css3/bordersbackgrounds/border-radius-clip-002.htm is failing
https://bugs.webkit.org/show_bug.cgi?id=89411
Unreviewed test expectations update generated by garden-o-matic.
* ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Renamed from LayoutTests/platform/efl/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt.
* platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
* platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.
* platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
* platform/chromium/TestExpectations:
Removed IMAGE MISSING expectation for this test.
* platform/gtk/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt: Removed.
2012-06-19 Filip Pizlo <fpizlo@apple.com>
DFG CFA forgets to notify subsequent phases of found constants if it proves LogicalNot to be a constant
https://bugs.webkit.org/show_bug.cgi?id=89511
<rdar://problem/11700089>
Reviewed by Geoffrey Garen.
* fast/js/dfg-constant-fold-logical-not-branch-expected.txt: Added.
* fast/js/dfg-constant-fold-logical-not-branch.html: Added.
* fast/js/script-tests/dfg-constant-fold-logical-not-branch.js: Added.
(foo1):
(foo2):
(Stuff):
(Stuff.prototype.thingy):
(Stuff.prototype.otherThingy):
2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
Remove the failing results added in
http://trac.webkit.org/changeset/119144 and
http://trac.webkit.org/changeset/119149 now that these tests pass
without them.
Rubber-stamped by Jessie Berlin.
* platform/win/fast/events/popup-allowed-from-gesture-initiated-event-expected.txt: Removed.
* platform/win/fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Removed.
* platform/win/fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Removed.
* platform/win/fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Removed.
* platform/win/fast/events/popup-blocking-timers-expected.txt: Removed.
* platform/win/fast/events/remove-target-in-mouseup-deep-expected.txt: Removed.
* platform/win/fast/events/remove-target-in-mouseup-expected.txt: Removed.
* platform/win/fast/events/remove-target-in-mouseup-insertback-expected.txt: Removed.
* platform/win/fast/events/remove-target-in-mouseup-twice-expected.txt: Removed.
* platform/win/fast/events/remove-target-with-shadow-in-drag-expected.txt: Removed.
2012-06-19 Ken Buchanan <kenrb@chromium.org>
Absolute positioned objects should not be added to anonymous block lists
https://bugs.webkit.org/show_bug.cgi?id=87768
Reviewed by Abhishek Arya.
Test crashing condition in bug 87768.
* fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash-expected.txt: Added
* fast/block/positioning/abspositioned-object-under-split-relpositioned-inline-crash.html: Added
* fast/block/positioning/insert-positioned-in-anonymous-crash-expected.txt: Added
* fast/block/positioning/insert-positioned-in-anonymous-crash.html: Added
2012-06-19 Jan Keromnes <janx@linux.com>
Web Inspector: extensionPanel.onSearch `action` strings should be enumerated
https://bugs.webkit.org/show_bug.cgi?id=89509
Reviewed by Pavel Feldman.
* inspector/extensions/extensions-api-expected.txt:
2012-06-19 Kenneth Russell <kbr@google.com>
[Chromium] Unreviewed gardening.
* platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/resize-while-save-active-expected.txt:
Added expectations without trailing newlines; unclear why this only happens in this configuration.
* platform/chromium/TestExpectations:
Added reference to https://bugs.webkit.org/show_bug.cgi?id=89510 .
2012-06-19 Dominik Röttsches <dominik.rottsches@intel.com>
[cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
https://bugs.webkit.org/show_bug.cgi?id=53085
Reviewed by Martin Robinson.
canvas/philip/tests/2d.pattern.paint.repeat* tests now passing.
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
2012-06-19 Hayato Ito <hayato@chromium.org>
[Shadow DOM] An upper boundary breaks if a child node of an insertion point is clicked.
https://bugs.webkit.org/show_bug.cgi?id=89407
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-06-19 Martin Kosiba <mkosiba@google.com>
[Chromium] Add LayoutTests for find in page.
https://bugs.webkit.org/show_bug.cgi?id=89453
Reviewed by Adam Barth.
* platform/chromium/editing/text-iterator/findString-restarts-at-last-position-expected.txt: Added.
* platform/chromium/editing/text-iterator/findString-restarts-at-last-position.html: Added.
* platform/chromium/editing/text-iterator/findString-start-search-after-selection-expected.txt: Added.
* platform/chromium/editing/text-iterator/findString-start-search-after-selection.html: Added.
2012-06-19 Adrienne Walker <enne@google.com>
Fix scrollbar layers being misplaced with a clipped owner layer
https://bugs.webkit.org/show_bug.cgi?id=89486
Reviewed by Simon Fraser.
* compositing/overflow/scrollbars-with-clipped-owner-expected.png: Added.
* compositing/overflow/scrollbars-with-clipped-owner-expected.txt: Added.
* compositing/overflow/scrollbars-with-clipped-owner.html: Added.
2012-06-19 Shinya Kawanaka <shinyak@chromium.org>
[Shadow][Editing] applying document.execCommand('bold') twice to elements having shadow insertion points causes a crash.
https://bugs.webkit.org/show_bug.cgi?id=88502
Reviewed by Ryosuke Niwa.
* editing/shadow/bold-twice-in-shadow-expected.txt: Added.
* editing/shadow/bold-twice-in-shadow.html: Added.
2012-06-19 Jon Honeycutt <jhoneycutt@apple.com>
Remove some failing layout tests results added in
http://trac.webkit.org/changeset/119285 and
http://trac.webkit.org/changeset/119295. Most of these tests pass
without the failing results. Only one of them passes with the failing
result; compositing/layer-creation/spanOverlapsCanvas.html. I left that
failing result in place.
Rubber-stamped by Alexey Proskuryakov.
* platform/win/compositing/geometry/flipped-writing-mode-expected.txt: Removed.
* platform/win/compositing/geometry/foreground-layer-expected.txt: Removed.
* platform/win/compositing/geometry/foreground-offset-change-expected.txt: Removed.
* platform/win/compositing/geometry/horizontal-scroll-composited-expected.txt: Removed.
* platform/win/compositing/geometry/layer-due-to-layer-children-deep-expected.txt: Removed.
* platform/win/compositing/geometry/layer-due-to-layer-children-deep-switch-expected.txt: Removed.
* platform/win/compositing/geometry/layer-due-to-layer-children-expected.txt: Removed.
* platform/win/compositing/geometry/layer-due-to-layer-children-switch-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-transformed-expected.txt: Removed.
* platform/win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed.
* platform/win/compositing/geometry/outline-change-expected.txt: Removed.
* platform/win/compositing/geometry/partial-layout-update-expected.txt: Removed.
* platform/win/compositing/geometry/preserve-3d-switching-expected.txt: Removed.
* platform/win/compositing/geometry/root-layer-update-expected.txt: Removed.
* platform/win/compositing/geometry/tall-page-composited-expected.txt: Removed.
* platform/win/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt: Removed.
* platform/win/compositing/geometry/vertical-scroll-composited-expected.txt: Removed.
* platform/win/compositing/geometry/video-opacity-overlay-expected.txt: Removed.
* platform/win/compositing/iframes/become-composited-nested-iframes-expected.txt: Removed.
* platform/win/compositing/iframes/become-overlapped-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/composited-iframe-alignment-expected.txt: Removed.
* platform/win/compositing/iframes/composited-iframe-scroll-expected.txt: Removed.
* platform/win/compositing/iframes/composited-parent-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: Removed.
* platform/win/compositing/iframes/connect-compositing-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/connect-compositing-iframe2-expected.txt: Removed.
* platform/win/compositing/iframes/connect-compositing-iframe3-expected.txt: Removed.
* platform/win/compositing/iframes/enter-compositing-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/iframe-content-flipping-expected.txt: Removed.
* platform/win/compositing/iframes/iframe-copy-on-scroll-expected.txt: Removed.
* platform/win/compositing/iframes/iframe-in-composited-layer-expected.txt: Removed.
* platform/win/compositing/iframes/iframe-resize-expected.txt: Removed.
* platform/win/compositing/iframes/iframe-size-from-zero-expected.txt: Removed.
* platform/win/compositing/iframes/invisible-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/invisible-nested-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/invisible-nested-iframe-hide-expected.txt: Removed.
* platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
* platform/win/compositing/iframes/layout-on-compositing-change-expected.txt: Removed.
* platform/win/compositing/iframes/nested-iframe-scrolling-expected.txt: Removed.
* platform/win/compositing/iframes/overlapped-iframe-expected.txt: Removed.
* platform/win/compositing/iframes/overlapped-iframe-iframe-expected.txt:
* platform/win/compositing/iframes/page-cache-layer-tree-expected.txt: Removed.
* platform/win/compositing/iframes/resizer-expected.txt: Removed.
* platform/win/compositing/iframes/scrolling-iframe-expected.txt: Removed.
* platform/win/compositing/images: Removed.
* platform/win/compositing/images/clip-on-directly-composited-image-expected.txt: Removed.
* platform/win/compositing/images/direct-image-background-color-expected.txt: Removed.
* platform/win/compositing/images/direct-pdf-image-expected.txt: Removed.
* platform/win/compositing/images/direct-svg-image-expected.txt: Removed.
* platform/win/compositing/layer-creation/fixed-position-out-of-view-expected.txt: Removed.
* platform/win/compositing/layer-creation/overflow-scroll-overlap-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-animation-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-child-layer-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-clipping-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-transformed-layer-expected.txt: Removed.
* platform/win/compositing/layer-creation/overlap-transforms-expected.txt: Removed.
* platform/win/compositing/layer-creation/rotate3d-overlap-expected.txt: Removed.
* platform/win/compositing/layer-creation/scroll-partial-update-expected.txt: Removed.
* platform/win/compositing/layer-creation/stacking-context-overlap-expected.txt: Removed.
* platform/win/compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Removed.
* platform/win/compositing/layer-creation/translatez-overlap-expected.txt: Removed.
* platform/win/compositing/masks: Removed.
* platform/win/compositing/masks/direct-image-mask-expected.txt: Removed.
* platform/win/compositing/masks/masked-ancestor-expected.txt: Removed.
* platform/win/compositing/masks/multiple-masks-expected.txt: Removed.
* platform/win/compositing/masks/simple-composited-mask-expected.txt: Removed.
* platform/win/compositing/overflow/ancestor-overflow-expected.txt: Removed.
* platform/win/compositing/overflow/clip-descendents-expected.txt: Removed.
* platform/win/compositing/overflow/content-gains-scrollbars-expected.txt: Removed.
* platform/win/compositing/overflow/content-loses-scrollbars-expected.txt: Removed.
* platform/win/compositing/overflow/overflow-compositing-descendant-expected.txt: Removed.
* platform/win/compositing/overflow/overflow-positioning-expected.txt: Removed.
* platform/win/compositing/overflow/overflow-scrollbar-layers-expected.txt: Removed.
* platform/win/compositing/overflow/resize-painting-expected.txt: Removed.
* platform/win/compositing/rtl: Removed.
* platform/win/compositing/rtl/rtl-absolute-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-absolute-overflow-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-absolute-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-fixed-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-iframe-relative-expected.txt: Removed.
* platform/win/compositing/rtl/rtl-relative-expected.txt: Removed.
* platform/win/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Removed.
* platform/win/compositing/visibility: Removed.
* platform/win/compositing/visibility/layer-visible-content-expected.txt: Removed.
* platform/win/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Removed.
2012-06-19 Simon Fraser <simon.fraser@apple.com>
Rebaseline some media controller tests.
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-playing-and-pause-expected.txt:
2012-06-19 Abhishek Arya <inferno@chromium.org>
Crash in RenderInline::willBeDestroyed.
https://bugs.webkit.org/show_bug.cgi?id=89386
Reviewed by Julien Chaffraix.
* fullscreen/empty-anonymous-block-continuation-crash-expected.txt: Added.
* fullscreen/empty-anonymous-block-continuation-crash.html: Added.
2012-06-19 Dirk Pranke <dpranke@chromium.org>
new-run-webkit-tests reports unexpected pass of pixel tests when pixel testing is disabled
https://bugs.webkit.org/show_bug.cgi?id=85446
Reviewed by Simon Fraser.
This change makes results.html aware of whether pixel tests were
enabled when the tests were run; if they weren't, we ignore
expected IMAGE tests that pass instead of reporting them as
'unexpected pass'.
* fast/harness/resources/results-test.js:
(mockResults):
* fast/harness/results.html:
2012-06-19 Andreas Kling <kling@webkit.org>
Remove the -webkit-match-nearest-mail-blockquote-color property.
<http://webkit.org/b/89480>
Reviewed by Antti Koivisto.
* fast/css/getComputedStyle/resources/property-names.js:
* fast/dom/CSSStyleDeclaration/access-longest-css-property-expected.txt:
* fast/dom/CSSStyleDeclaration/access-longest-css-property.html:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
2012-06-19 Abhishek Arya <inferno@chromium.org>
Crash in WebCore::RenderSVGModelObject::checkIntersection
https://bugs.webkit.org/show_bug.cgi?id=89059
Reviewed by Rob Buis.
* svg/custom/intersection-list-crash-expected.txt: Added.
* svg/custom/intersection-list-crash.svg: Added.
2012-06-19 Dan Bernstein <mitz@apple.com>
Paginated display API doesn’t allow setting the page progression direction
https://bugs.webkit.org/show_bug.cgi?id=89394
Reviewed by Darin Adler.
* fast/multicol/pagination-h-horizontal-bt.html:
* fast/multicol/pagination-h-horizontal-tb.html:
* fast/multicol/pagination-h-vertical-lr.html:
* fast/multicol/pagination-h-vertical-rl.html:
* fast/multicol/pagination-v-horizontal-bt.html:
* fast/multicol/pagination-v-horizontal-tb.html:
* fast/multicol/pagination-v-vertical-lr.html:
* fast/multicol/pagination-v-vertical-rl.html:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt][Mac] Skip new failing and crashing tests to try to paint the bot green.
* platform/qt-mac/Skipped:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, remove unnecessary expected files.
* platform/qt/animations/combo-transform-translate+scale-expected.txt: Removed.
* platform/qt/compositing/geometry/object-clip-rects-assertion-expected.txt: Removed.
* platform/qt/css3/calc/getComputedStyle-margin-percentage-expected.txt: Removed.
* platform/qt/css3/filters/remove-filter-rendering-expected.txt: Removed.
* platform/qt/editing/inserting/return-key-in-hidden-field-expected.txt: Removed.
* platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Removed.
* platform/qt/editing/pasteboard/paste-noscript-expected.txt: Removed.
* platform/qt/editing/pasteboard/select-element-1-expected.txt: Removed.
* platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.txt: Removed.
* platform/qt/fast/css/border-solid-single-edge-antialias-expected.txt: Removed.
* platform/qt/fast/dom/Window/window-resize-contents-expected.txt: Removed.
* platform/qt/fast/events/mouse-relative-position-expected.txt: Removed.
* platform/qt/fast/preloader/document-write-noscript-expected.txt: Removed.
* platform/qt/fast/repaint/table-hover-on-link-expected.txt: Removed.
* platform/qt/http/tests/misc/SVGFont-delayed-load-expected.txt: Removed.
* platform/qt/http/tests/security/xssAuditor/script-tag-with-fancy-unicode-expected.txt: Removed.
* platform/qt/svg/custom/acid3-test-77-expected.txt: Removed.
* platform/qt/svg/custom/circular-marker-reference-1-expected.txt: Removed.
* platform/qt/svg/custom/glyph-setting-d-attribute-expected.txt: Removed.
* platform/qt/svg/custom/insertItemBefore-from-non-list-origin-expected.txt: Removed.
* platform/qt/svg/custom/use-transfer-width-height-properties-to-svg-expected.txt: Removed.
* platform/qt/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.txt: Removed.
* platform/qt/svg/dom/baseVal-animVal-crash-expected.txt: Removed.
* platform/qt/svg/dom/css-transforms-expected.txt: Removed.
* platform/qt/svg/dom/font-face-elements-expected.txt: Removed.
* platform/qt/svg/hixie/links/001-expected.txt: Removed.
* platform/qt/tables/mozilla_expected_failures/bugs/bug3517-expected.txt: Removed.
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, remove unnecessary expected files.
* platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Removed.
* platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Removed.
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip one more failing test.
* platform/qt-5.0-wk2/Skipped:
2012-06-19 Amy Ousterhout <aousterh@chromium.org>
Fixing Typos in DeviceOrientation and DeviceMotion Tests
https://bugs.webkit.org/show_bug.cgi?id=89339
Reviewed by Steve Block.
* fast/dom/DeviceMotion/create-event-expected.txt:
* fast/dom/DeviceMotion/script-tests/create-event.js:
* fast/dom/DeviceOrientation/no-synchronous-events-expected.txt:
* fast/dom/DeviceOrientation/script-tests/no-synchronous-events.js:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip one more failing test.
* platform/qt-5.0-wk2/Skipped:
2012-06-19 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed typo fix.
* platform/qt/Skipped:
2012-06-19 Alexander Pavlov <apavlov@chromium.org>
New inspector/styles/inject-stylesheet.html fails
https://bugs.webkit.org/show_bug.cgi?id=89364
Reviewed by Zoltan Herczeg.
LayoutTestController in Chromium injects testRunner into the Inspector window, while its other implementations don't.
Additionally, testRunner.addUserStyleSheet() behavior differs across platforms: Chromium injects stylesheets
with the "Author" level, while the others do with the "User" level, so the Chromium expectation stands apart.
* inspector/styles/inject-stylesheet-expected.txt:
* inspector/styles/inject-stylesheet.html:
* platform/chromium/inspector/styles/inject-stylesheet-expected.txt: Copied from LayoutTests/inspector/styles/inject-stylesheet-expected.txt.
* platform/qt/Skipped:
2012-06-19 Dominik Röttsches <dominik.rottsches@intel.com>
[GTK] Assert failure in svg/batik/text/textDecoration.svg,textEffect3.svg for 64bit Debug bot
https://bugs.webkit.org/show_bug.cgi?id=89104
Reviewed by Nikolas Zimmermann.
Removing CRASH expectations after assertion failure is now fixed.
* platform/chromium/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-19 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: FileSystem tree should hide uninitialized FileSystem
https://bugs.webkit.org/show_bug.cgi?id=88602
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/get-filesystem-root-expected.txt: Added.
* http/tests/inspector/filesystem/get-filesystem-root.html: Added.
2012-06-19 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's LayoutTestController does not support setTextDirection
https://bugs.webkit.org/show_bug.cgi?id=87481
Reviewed by Hajime Morita.
Unskip related test case now that EFL's LayoutTestController
implements setTextDirection.
* platform/efl/Skipped:
2012-06-19 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
* platform/chromium/TestExpectations:
2012-06-19 Mike West <mkwst@chromium.org>
Add a scheme registry for bypassing Content Security Policy.
https://bugs.webkit.org/show_bug.cgi?id=89373
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/register-bypassing-scheme-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/register-bypassing-scheme.html: Added.
2012-06-18 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/canvas, clip, compact, constructors, cookies, and css* tests
https://bugs.webkit.org/show_bug.cgi?id=89431
Reviewed by Kent Tamura.
* fast/canvas/:
* fast/constructors/constructor-as-function-crash.html:
* fast/css-generated-content/absolute-position-inside-inline.html:
* fast/css-generated-content/after-with-first-letter-float-crash.html:
* fast/css-generated-content/attr-missing.html:
* fast/css-generated-content/before-content-with-list-marker-in-anon-block-crash.html:
* fast/css-generated-content/block-after.html:
* fast/css-generated-content/drag-state.html:
* fast/css-generated-content/empty-content-with-float-crash.html:
* fast/css-generated-content/first-letter-next-sibling-crash.html:
* fast/css-generated-content/first-letter-table-cell-format-block-crash.html:
* fast/css-generated-content/float-first-letter-siblings-convert-to-inline.html:
* fast/css-generated-content/floating-before-content-with-list-marker-crash.html:
* fast/css-generated-content/hit-test-generated-content.html:
* fast/css-generated-content/hover-style-change.html:
* fast/css-generated-content/inline-splitting-with-after-float-crash.html:
* fast/css-generated-content/malformed-url.html:
* fast/css-generated-content/positioned-background-hit-test-crash.html:
* fast/css-generated-content/positioned-div-with-floating-after-content-crash.html:
* fast/css-generated-content/positioned-generated-content-under-run-in-crash.html:
* fast/css-generated-content/remove-div-from-flexible-box-with-floating-after-content-crash.html:
* fast/css-generated-content/reset-content-to-initial.html:
* fast/css-generated-content/resources/pass.html:
* fast/css-generated-content/resources/positioned-div-with-floating-after-content-crash-frame2.html:
* fast/css-generated-content/spellingToolTip-assert.html:
* fast/css-generated-content/table-row-after-no-crash.html:
* fast/css-generated-content/table-with-scrollbar-corner.html:
* fast/css-generated-content/text-before-table-col-crash.html:
* fast/css-grid-layout/display-grid-set-get.html:
* fast/css-grid-layout/grid-columns-rows-get-set-multiple.html:
* fast/css-grid-layout/grid-columns-rows-get-set.html:
* fast/css-grid-layout/grid-item-column-row-get-set.html:
* fast/css/:
* platform/mac/fast/canvas/canvas-draw-xbm-image.html:
* platform/qt/fast/canvas/toDataURL-jpeg-alpha.html:
* platform/qt/fast/canvas/toDataURL-jpeg-primarycolors.html:
* platform/qt/fast/canvas/toDataURL-jpeg-quality-basic.html:
* platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber.html:
* platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange.html:
2012-06-18 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip failing tests.
* platform/qt-4.8/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt/Skipped:
2012-06-18 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/animation, autoresize, backgrounds, block, body-propagation, borders, and box-* tests
https://bugs.webkit.org/show_bug.cgi?id=89422
Reviewed by Kent Tamura.
* fast/animation/request-animation-frame-detach-element.html:
* fast/animation/request-animation-frame-detach-element2.html:
* fast/animation/request-animation-frame-disabled.html:
* fast/animation/request-animation-frame-during-modal.html:
* fast/animation/request-animation-frame-iframe.html:
* fast/animation/script-tests/request-animation-frame-cancel.js:
* fast/animation/script-tests/request-animation-frame-cancel2.js:
* fast/animation/script-tests/request-animation-frame-disabled.js:
* fast/animation/script-tests/request-animation-frame-timestamps-advance.js:
* fast/animation/script-tests/request-animation-frame-timestamps.js:
* fast/animation/script-tests/request-animation-frame-within-callback.js:
* fast/animation/script-tests/request-animation-frame.js:
* fast/autoresize/autoresize-with-iframe.html:
* fast/autoresize/basic.html:
* fast/autoresize/turn-off-autoresize.html:
* fast/backgrounds/animated-gif-as-background.html:
* fast/backgrounds/animated-svg-as-mask.html:
* fast/backgrounds/background-fast-path-simple-color.html:
* fast/backgrounds/background-fill-zero-area-crash.html:
* fast/backgrounds/background-repeat-computed-style.html:
* fast/backgrounds/multiple-backgrounds-assert.html:
* fast/backgrounds/root-background-propagation.html:
* fast/backgrounds/root-background-propagation2.html:
* fast/backgrounds/size/contain-and-cover-zoomed.html:
* fast/backgrounds/solid-color-context-restore.html:
* fast/block/:
* fast/borders/border-image-reset-by-border-shorthand.html:
* fast/borders/border-image-slice-omission.html:
* fast/borders/border-mixed-alpha.html:
* fast/borders/border-radius-complex-inner.html:
* fast/borders/border-radius-parsing.html:
* fast/borders/negative-border-width.html:
* fast/borders/outline-alpha-block.html:
* fast/borders/outline-alpha-inline.html:
* fast/box-shadow/box-shadow-clipped-slices.html:
* fast/box-shadow/box-shadow-currentcolor.html:
* fast/box-shadow/no-blur-multiple-offsets.html:
* fast/box-shadow/resources/box-shadow-overflow-scroll.js:
* fast/box-shadow/spread-multiple-inset.html:
* fast/box-shadow/spread-multiple-normal.html:
2012-06-18 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after rollouts in r120627.
* platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
2012-06-18 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, update expected files.
* platform/qt/Skipped: Skip a new failing test to paint the bot green.
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Updated after r120609.
* platform/qt/fast/multicol/progression-reverse-expected.png: Added after r120609.
* platform/qt/fast/multicol/progression-reverse-expected.txt: Added after r120609.
* platform/qt/svg/css/getComputedStyle-basic-expected.txt: Updated after r120609.
2012-06-18 Mark Lam <mark.lam@apple.com>
Ensure that error.stack and window.onerror always have the appropriate
line numbers of the exception being thrown.
https://bugs.webkit.org/show_bug.cgi?id=89410
Reviewed by Geoffrey Garen.
* fast/js/exception-line-number-expected.txt: Added.
* fast/js/exception-line-number.html: Added.
* fast/js/script-tests/exception-line-number.js: Added.
(foo):
(window.onerror):
2012-06-18 Kinuko Yasuda <kinuko@chromium.org>
Unreviewed test fix (one more) for r120667: skip '.svn' directory from the test results.
* fast/forms/file/input-file-entries.html:
2012-06-18 Mike Lawther <mikelawther@chromium.org>
Unreviewed gardening. Add missing expectation file.
* fast/text/title-crash-expected.txt: Added.
2012-06-18 Kinuko Yasuda <kinuko@chromium.org>
Unreviewed test fix for r120667: skip '.svn' directory from the test results.
* fast/forms/file/input-file-entries.html:
2012-06-18 Gregg Tavares <gman@google.com>
Expose WEBGL_depth_texture extension to WebGL
https://bugs.webkit.org/show_bug.cgi?id=87029
Reviewed by Kenneth Russell.
* fast/canvas/webgl/resources/webgl-test-utils.js:
(WebGLTestUtils):
* fast/canvas/webgl/webgl-depth-texture-expected.txt: Added.
* fast/canvas/webgl/webgl-depth-texture.html: Added.
2012-06-12 Kinuko Yasuda <kinuko@chromium.org>
Support File/DirectoryEntry access for <input type=file> if FileSystem API is enabled
https://bugs.webkit.org/show_bug.cgi?id=88293
Reviewed by Tony Chang.
* fast/forms/file/input-file-entries-expected.txt: Added.
* fast/forms/file/input-file-entries.html: Added.
* fast/forms/resources/dir1/UTF8-2.txt: Added.
* fast/forms/resources/dir1/UTF8.txt: Added.
* fast/forms/resources/dir2/green.jpg: Added.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-06-18 Shinya Kawanaka <shinyak@chromium.org>
[Crash][Editing] VisibleSelection::adjustSelectionToAvoidCrossingEditingBoundaries() crashes in some Shadow DOM case.
https://bugs.webkit.org/show_bug.cgi?id=88500
Reviewed by Ryosuke Niwa.
* editing/shadow/breaking-editing-boundaries-expected.txt: Added.
* editing/shadow/breaking-editing-boundaries.html: Added.
2012-06-18 Hajime Morrita <morrita@chromium.org>
Unreviewed test marking. Marked border-radius-clip-002.htm as a failure.
* platform/chromium/TestExpectations:
2012-06-18 Mike Lawther <mikelawther@chromium.org>
Crash when setting title dynamically
https://bugs.webkit.org/show_bug.cgi?id=88083
Reviewed by Dan Bernstein.
* fast/text/title-crash.html: Added.
2012-06-18 Adrienne Walker <enne@google.com>
RenderLayerBacking sometimes doesn't attach scrollbars to graphics layer tree
https://bugs.webkit.org/show_bug.cgi?id=89402
Reviewed by James Robinson.
Add a test where an image load creates overflow.
* compositing/overflow/image-load-overflow-scrollbars-expected.png: Added.
* compositing/overflow/image-load-overflow-scrollbars-expected.txt: Added.
* compositing/overflow/image-load-overflow-scrollbars.html: Added.
2012-06-18 Ami Fischman <fischman@chromium.org>
Make serve-video.php serve 206 responses
https://bugs.webkit.org/show_bug.cgi?id=89252
Reviewed by Adam Barth.
* http/tests/media/resources/serve-video.php:
2012-06-18 Hajime Morrita <morrita@chromium.org>
Unreviewed test marking. Marked border-radius-clip-002.htm as a failure.
* platform/chromium/TestExpectations:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] media/video-seek-past-end-playing.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=89301
Reviewed by Philippe Normand.
Unskip media/video-seek-past-end-playing.html now that the
precision problem in MediaPlayerPrivateGStreamer is fixed.
* platform/efl/TestExpectations:
2012-06-18 Andrew Scherkus <scherkus@chromium.org>
[Chromium] Unreviewed. Rebaseline media layout tests due to updated controls.
https://bugs.webkit.org/show_bug.cgi?id=89050
* platform/chromium-linux-x86/media/video-empty-source-expected.txt: Removed.
* platform/chromium-linux/fast/layers/video-layer-expected.png:
* platform/chromium-linux/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-linux/media/audio-controls-rendering-expected.png:
* platform/chromium-linux/media/audio-repaint-expected.png:
* platform/chromium-linux/media/controls-after-reload-expected.png:
* platform/chromium-linux/media/controls-layout-direction-expected.png:
* platform/chromium-linux/media/controls-strict-expected.png:
* platform/chromium-linux/media/controls-styling-expected.png:
* platform/chromium-linux/media/controls-without-preload-expected.png:
* platform/chromium-linux/media/media-controls-clone-expected.png:
* platform/chromium-linux/media/media-document-audio-repaint-expected.png:
* platform/chromium-linux/media/video-controls-rendering-expected.png:
* platform/chromium-linux/media/video-display-toggle-expected.png:
* platform/chromium-linux/media/video-empty-source-expected.png:
* platform/chromium-linux/media/video-empty-source-expected.txt: Removed.
* platform/chromium-linux/media/video-no-audio-expected.png:
* platform/chromium-linux/media/video-playing-and-pause-expected.png:
* platform/chromium-linux/media/video-zoom-controls-expected.png:
* platform/chromium-mac-leopard/fast/layers/video-layer-expected.png:
* platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac-leopard/media/audio-controls-rendering-expected.png:
* platform/chromium-mac-leopard/media/audio-repaint-expected.png:
* platform/chromium-mac-leopard/media/controls-after-reload-expected.png:
* platform/chromium-mac-leopard/media/controls-strict-expected.png:
* platform/chromium-mac-leopard/media/controls-styling-expected.png:
* platform/chromium-mac-leopard/media/controls-without-preload-expected.png:
* platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac-leopard/media/video-controls-rendering-expected.png:
* platform/chromium-mac-leopard/media/video-display-toggle-expected.png:
* platform/chromium-mac-leopard/media/video-empty-source-expected.png:
* platform/chromium-mac-leopard/media/video-empty-source-expected.txt: Removed.
* platform/chromium-mac-leopard/media/video-no-audio-expected.png:
* platform/chromium-mac-leopard/media/video-playing-and-pause-expected.png:
* platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
* platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
* platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
* platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
* platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
* platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
* platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
* platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
* platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
* platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
* platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
* platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
* platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: Removed.
* platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
* platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.png:
* platform/chromium-mac/fast/layers/video-layer-expected.txt:
* platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac/media/audio-controls-rendering-expected.png:
* platform/chromium-mac/media/audio-controls-rendering-expected.txt:
* platform/chromium-mac/media/audio-repaint-expected.png:
* platform/chromium-mac/media/audio-repaint-expected.txt:
* platform/chromium-mac/media/controls-after-reload-expected.png:
* platform/chromium-mac/media/controls-after-reload-expected.txt:
* platform/chromium-mac/media/controls-layout-direction-expected.png:
* platform/chromium-mac/media/controls-strict-expected.png:
* platform/chromium-mac/media/controls-strict-expected.txt:
* platform/chromium-mac/media/controls-styling-expected.png:
* platform/chromium-mac/media/controls-styling-expected.txt:
* platform/chromium-mac/media/controls-without-preload-expected.png:
* platform/chromium-mac/media/controls-without-preload-expected.txt:
* platform/chromium-mac/media/media-controls-clone-expected.png:
* platform/chromium-mac/media/media-controls-clone-expected.txt:
* platform/chromium-mac/media/media-document-audio-repaint-expected.png:
* platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
* platform/chromium-mac/media/video-controls-rendering-expected.png:
* platform/chromium-mac/media/video-controls-rendering-expected.txt:
* platform/chromium-mac/media/video-display-toggle-expected.png:
* platform/chromium-mac/media/video-display-toggle-expected.txt:
* platform/chromium-mac/media/video-empty-source-expected.png:
* platform/chromium-mac/media/video-empty-source-expected.txt:
* platform/chromium-mac/media/video-no-audio-expected.png:
* platform/chromium-mac/media/video-no-audio-expected.txt:
* platform/chromium-mac/media/video-playing-and-pause-expected.png:
* platform/chromium-mac/media/video-playing-and-pause-expected.txt:
* platform/chromium-mac/media/video-zoom-controls-expected.png:
* platform/chromium-mac/media/video-zoom-controls-expected.txt:
* platform/chromium-win-vista/media/video-empty-source-expected.txt: Removed.
* platform/chromium-win-xp/media/video-empty-source-expected.txt: Removed.
* platform/chromium-win/fast/layers/video-layer-expected.png:
* platform/chromium-win/fast/layers/video-layer-expected.txt:
* platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-win/media/audio-controls-rendering-expected.png:
* platform/chromium-win/media/audio-controls-rendering-expected.txt:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium-win/media/audio-repaint-expected.txt:
* platform/chromium-win/media/controls-after-reload-expected.png:
* platform/chromium-win/media/controls-after-reload-expected.txt:
* platform/chromium-win/media/controls-layout-direction-expected.png:
* platform/chromium-win/media/controls-strict-expected.png:
* platform/chromium-win/media/controls-strict-expected.txt:
* platform/chromium-win/media/controls-styling-expected.png:
* platform/chromium-win/media/controls-styling-expected.txt:
* platform/chromium-win/media/controls-without-preload-expected.png:
* platform/chromium-win/media/controls-without-preload-expected.txt:
* platform/chromium-win/media/media-controls-clone-expected.png:
* platform/chromium-win/media/media-controls-clone-expected.txt:
* platform/chromium-win/media/media-document-audio-repaint-expected.png:
* platform/chromium-win/media/media-document-audio-repaint-expected.txt:
* platform/chromium-win/media/video-controls-rendering-expected.png:
* platform/chromium-win/media/video-controls-rendering-expected.txt:
* platform/chromium-win/media/video-display-toggle-expected.png:
* platform/chromium-win/media/video-display-toggle-expected.txt:
* platform/chromium-win/media/video-empty-source-expected.png:
* platform/chromium-win/media/video-empty-source-expected.txt:
* platform/chromium-win/media/video-no-audio-expected.png:
* platform/chromium-win/media/video-no-audio-expected.txt:
* platform/chromium-win/media/video-playing-and-pause-expected.png:
* platform/chromium-win/media/video-playing-and-pause-expected.txt:
* platform/chromium-win/media/video-zoom-controls-expected.png:
* platform/chromium-win/media/video-zoom-controls-expected.txt:
* platform/chromium/TestExpectations:
* platform/win-xp/fast/layers/video-layer-expected.txt: Renamed from LayoutTests/platform/win/fast/layers/video-layer-expected.txt.
* platform/win-xp/media/audio-controls-rendering-expected.txt: Renamed from LayoutTests/platform/win/media/audio-controls-rendering-expected.txt.
* platform/win-xp/media/audio-repaint-expected.txt: Renamed from LayoutTests/platform/win/media/audio-repaint-expected.txt.
* platform/win-xp/media/controls-after-reload-expected.txt: Renamed from LayoutTests/platform/win/media/controls-after-reload-expected.txt.
* platform/win-xp/media/controls-strict-expected.txt: Renamed from LayoutTests/platform/win/media/controls-strict-expected.txt.
* platform/win-xp/media/controls-styling-expected.txt: Renamed from LayoutTests/platform/win/media/controls-styling-expected.txt.
* platform/win-xp/media/controls-without-preload-expected.txt: Renamed from LayoutTests/platform/win/media/controls-without-preload-expected.txt.
* platform/win-xp/media/media-controls-clone-expected.txt: Renamed from LayoutTests/platform/win/media/media-controls-clone-expected.txt.
* platform/win-xp/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/win/media/media-document-audio-repaint-expected.txt.
* platform/win-xp/media/video-controls-rendering-expected.txt: Renamed from LayoutTests/platform/win/media/video-controls-rendering-expected.txt.
* platform/win-xp/media/video-display-toggle-expected.txt: Renamed from LayoutTests/platform/win/media/video-display-toggle-expected.txt.
* platform/win-xp/media/video-empty-source-expected.txt: Renamed from LayoutTests/platform/win/media/video-empty-source-expected.txt.
* platform/win-xp/media/video-no-audio-expected.txt: Renamed from LayoutTests/platform/win/media/video-no-audio-expected.txt.
* platform/win-xp/media/video-playing-and-pause-expected.txt: Renamed from LayoutTests/platform/win/media/video-playing-and-pause-expected.txt.
* platform/win-xp/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/win/media/video-zoom-controls-expected.png.
* platform/win-xp/media/video-zoom-controls-expected.txt: Renamed from LayoutTests/platform/win/media/video-zoom-controls-expected.txt.
2012-06-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations update to mark tests as timing out due to r120627.
* platform/chromium/TestExpectations:
2012-06-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations.
* platform/chromium-mac/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
* platform/chromium-win/compositing/fixed-position-scroll-offset-history-restore-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/fixed-position-scroll-offset-history-restore-expected.png.
2012-06-18 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120593.
http://trac.webkit.org/changeset/120593
https://bugs.webkit.org/show_bug.cgi?id=89404
Caused failures in fast/forms/file/input-file-entries.html
(Requested by atwilson on #webkit).
* fast/forms/file/input-file-entries-expected.txt: Removed.
* fast/forms/file/input-file-entries.html: Removed.
* fast/forms/resources/dir1/UTF8-2.txt: Removed.
* fast/forms/resources/dir1/UTF8.txt: Removed.
* fast/forms/resources/dir2/green.jpg: Removed.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-06-18 Enrica Casucci <enrica@apple.com>
Skipping dictation tests on WK2.
Unreviewed.
* platform/mac-wk2/Skipped:
2012-06-18 David Barr <davidbarr@chromium.org>
Add from-image to css3-images image-resolution
https://bugs.webkit.org/show_bug.cgi?id=85451
Reviewed by Tony Chang.
* fast/css/image-resolution/image-resolution-expected.txt:
* fast/css/image-resolution/image-resolution.html:
2012-06-18 Igor Oliveira <igor.o@sisa.samsung.com>
Unreviewed, rolling out r120119.
http://trac.webkit.org/changeset/120119
Multiple regressions on ClusterFuzz
* animations/first-letter-animation-expected.txt: Removed.
* animations/first-letter-animation.html: Removed.
* animations/first-letter-play-state-expected.txt: Removed.
* animations/first-letter-play-state.html: Removed.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* transitions/first-letter-color-transition-expected.txt: Removed.
* transitions/first-letter-color-transition.html: Removed.
* transitions/first-letter-transition-expected.txt: Removed.
* transitions/first-letter-transition.html: Removed.
2012-06-18 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION(r118414): some pages on concursolutions.com doesn't show up
https://bugs.webkit.org/show_bug.cgi?id=89399
Reviewed by Adam Barth.
Add a regression test.
* fast/html/adjacent-html-context-element-expected.txt: Added.
* fast/html/adjacent-html-context-element.html: Added.
2012-06-18 Andrew Wilson <atwilson@chromium.org>
Unreviewed expectations update for chromium after r120602.
* platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
2012-06-18 Adam Barth <abarth@webkit.org>
Update baselines after http://trac.webkit.org/changeset/120609.
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/fast/multicol/progression-reverse-expected.png: Added.
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle: Removed.
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/fast/multicol/progression-reverse-expected.png: Added.
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: Removed.
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/fast/multicol/progression-reverse-expected.png: Added.
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/fast/multicol/progression-reverse-expected.png: Added.
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
2012-06-18 Enrica Casucci <enrica@apple.com>
Updating test results to include flakey cookies tests.
Unreviewed.
* platform/mac/TestExpectations:
2012-06-18 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120541, r120547, and r120548.
http://trac.webkit.org/changeset/120541
http://trac.webkit.org/changeset/120547
http://trac.webkit.org/changeset/120548
https://bugs.webkit.org/show_bug.cgi?id=89383
This approach doesn't work for WebKit2 (Requested by abarth on
#webkit).
* compositing/tiled-layers-hidpi.html:
* fast/canvas/2d.backingStorePixelRatio.html:
* fast/canvas/2d.imageDataHD.html:
* fast/hidpi/broken-image-icon-hidpi.html:
* fast/hidpi/broken-image-with-size-hidpi.html:
* fast/hidpi/clip-text-in-hidpi.html:
* fast/hidpi/focus-rings.html:
* fast/hidpi/image-set-as-background.html:
* fast/hidpi/image-set-background-dynamic.html:
* fast/hidpi/image-set-background-repeat-without-size.html:
* fast/hidpi/image-set-background-repeat.html:
* fast/hidpi/image-set-border-image-comparison.html:
* fast/hidpi/image-set-border-image-dynamic.html:
* fast/hidpi/image-set-border-image-simple.html:
* fast/hidpi/image-set-in-content-dynamic.html:
* fast/hidpi/image-set-out-of-order.html:
* fast/hidpi/image-set-simple.html:
* fast/hidpi/image-set-without-specified-width.html:
* fast/hidpi/resize-corner-hidpi.html:
* fast/hidpi/video-controls-in-hidpi.html:
* platform/mac-wk2/plugins/contents-scale-factor.html:
* svg/as-image/image-respects-deviceScaleFactor.html:
2012-06-18 Adam Barth <abarth@webkit.org>
Fix the expected result for this test. This got landed with the wrong expected.txt file.
* http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta-expected.txt:
2012-06-18 Dan Bernstein <mitz@apple.com>
Ideographic comma and full-stops are mishandled in linebreak
https://bugs.webkit.org/show_bug.cgi?id=87041
Reviewed by Alexey Proskuryakov.
* fast/text/line-breaks-after-ideographic-comma-or-full-stop-2-expected.txt: Added.
* fast/text/line-breaks-after-ideographic-comma-or-full-stop-2.html: Added.
2012-06-18 Mike West <mkwst@chromium.org>
Crash in CSPSource::parseSource
https://bugs.webkit.org/show_bug.cgi?id=89353
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/source-list-parsing-malformed-meta.html: Added.
2012-06-18 Robert Hogan <robert@webkit.org>
CSS 2.1 failure: table-height-algorithm-012 fails
https://bugs.webkit.org/show_bug.cgi?id=85652
Reviewed by Julien Chaffraix.
* css2.1/20110323/table-height-algorithm-012-expected.html: Added.
* css2.1/20110323/table-height-algorithm-012.htm: Added.
* fast/css/vertical-align-baseline-rowspan-001-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-001.htm: Added.
* fast/css/vertical-align-baseline-rowspan-002-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-002.htm: Added.
* fast/css/vertical-align-baseline-rowspan-003-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-003.htm: Added.
These are a few variations on table-height-algorithm-012.htm
* fast/css/vertical-align-baseline-rowspan-004-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-004.htm: Added.
* fast/css/vertical-align-baseline-rowspan-005-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-005.htm: Added.
* fast/css/vertical-align-baseline-rowspan-006-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-006.htm: Added.
These three test the calculation of the baseline RenderTableSection::calcRowLogicalHeight,
where we now always use the first row in the span. Without this the 'Filler Text' in the middle
cell aligns beyond the top of the table.
* fast/css/vertical-align-baseline-rowspan-007-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-007.htm: Added.
* fast/css/vertical-align-baseline-rowspan-008-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-008.htm: Added.
* fast/css/vertical-align-baseline-rowspan-009-expected.html: Added.
* fast/css/vertical-align-baseline-rowspan-009.htm: Added.
These make sure the alignment used in the first row of the span is correct when things like
the height of the cell and the height of the span are specified.
2012-06-18 Hayato Ito <hayato@chromium.org>
Event dispatcher should use InsertionPoint::hasDistribution instead of InsertinPoint::isActive in re-targeting.
https://bugs.webkit.org/show_bug.cgi?id=89180
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-06-18 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r120596 and r120609.
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/gtk/fast/layers/video-layer-expected.txt:
* platform/gtk/media/audio-controls-rendering-expected.txt:
* platform/gtk/media/audio-repaint-expected.txt:
* platform/gtk/media/controls-strict-expected.txt:
* platform/gtk/media/controls-styling-expected.txt:
* platform/gtk/media/controls-without-preload-expected.txt:
* platform/gtk/media/media-controls-clone-expected.txt:
* platform/gtk/media/media-document-audio-repaint-expected.txt:
* platform/gtk/media/video-controls-rendering-expected.txt:
* platform/gtk/media/video-empty-source-expected.txt:
* platform/gtk/media/video-no-audio-expected.txt:
* platform/gtk/media/video-volume-slider-expected.txt:
* platform/gtk/media/video-zoom-controls-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
2012-06-18 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip one more failing test to paint.
* platform/qt/Skipped:
2012-06-18 Dan Bernstein <mitz@apple.com>
Column progression direction cannot be set independently of writing direction
https://bugs.webkit.org/show_bug.cgi?id=89315
Reviewed by Darin Adler.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/multicol/progression-reverse-expected.png: Added.
* fast/multicol/progression-reverse-expected.txt: Added.
* fast/multicol/progression-reverse.html: Added.
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-18 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120598.
http://trac.webkit.org/changeset/120598
https://bugs.webkit.org/show_bug.cgi?id=89359
Patch causes crashes on EFL and GTK release builds (Requested
by zdobersek on #webkit).
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline media tests after r120596
https://bugs.webkit.org/show_bug.cgi?id=89352
Unreviewed EFL gardening. Rebaseline a few media tests
due to r120596.
* platform/efl/fast/layers/video-layer-expected.txt:
* platform/efl/media/audio-controls-rendering-expected.txt:
* platform/efl/media/audio-repaint-expected.png:
* platform/efl/media/audio-repaint-expected.txt:
* platform/efl/media/controls-after-reload-expected.txt:
* platform/efl/media/controls-strict-expected.txt:
* platform/efl/media/controls-styling-expected.txt:
* platform/efl/media/controls-without-preload-expected.txt:
* platform/efl/media/media-controls-clone-expected.png:
* platform/efl/media/media-controls-clone-expected.txt:
* platform/efl/media/media-document-audio-repaint-expected.txt:
* platform/efl/media/video-controls-rendering-expected.png:
* platform/efl/media/video-controls-rendering-expected.txt:
* platform/efl/media/video-display-toggle-expected.txt:
* platform/efl/media/video-empty-source-expected.txt:
* platform/efl/media/video-zoom-controls-expected.png:
* platform/efl/media/video-zoom-controls-expected.txt:
2012-06-18 Takashi Sakamoto <tasak@google.com>
webkit fails IETC border-radius-clip-002
https://bugs.webkit.org/show_bug.cgi?id=83205
Reviewed by Simon Fraser.
* platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
* platform/chromium-mac/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png:
* platform/chromium-mac-leopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.
* platform/chromium-mac-snowleopard/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.
* platform/chromium-win/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Removed.
2012-06-18 Iain Merrick <husky@google.com>
Allow updateFixedElementsAfterScrolling() to run during layout.
https://bugs.webkit.org/show_bug.cgi?id=84965
This is needed because HistoryController restores the previous scroll
position during layout (because we don't want an ugly flash of wrongly-
scrolled content).
Reviewed by Simon Fraser.
* compositing/fixed-position-scroll-offset-history-restore-expected.txt: Added.
* compositing/fixed-position-scroll-offset-history-restore.html: Added.
* compositing/resources/fixed-position-scroll-offset-history-restore-2.html: Added.
* platform/chromium-linux/compositing/fixed-position-scroll-offset-history-restore-expected.png: Added.
2012-06-18 Alexander Pavlov <apavlov@chromium.org>
CSSOM wrappers are not built for rules in the per-document and page group user stylesheets
https://bugs.webkit.org/show_bug.cgi?id=89221
Reviewed by Antti Koivisto.
* inspector/styles/inject-stylesheet-expected.txt: Added.
* inspector/styles/inject-stylesheet.html: Added.
* inspector/styles/resources/inject-stylesheet-iframe-data.html: Added.
2012-06-18 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip one more failing test. (Less test == less problem. :) )
* platform/qt/Skipped:
2012-06-18 Dominik Röttsches <dominik.rottsches@intel.com>
[cairo] Fix LayoutTests/fast/canvas/patternfill-repeat.html
https://bugs.webkit.org/show_bug.cgi?id=53085
Reviewed by Martin Robinson.
canvas/philip/tests/2d.pattern.paint.repeat* tests now passing.
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
2012-06-18 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, remove duplicates from the GTK WK2
Skipped list that are already present in the generic WK2 Skipped
list or in GTK's TestExpectations.
* platform/gtk-wk2/Skipped:
2012-06-12 Kinuko Yasuda <kinuko@chromium.org>
Support File/DirectoryEntry access for <input type=file> if FileSystem API is enabled
https://bugs.webkit.org/show_bug.cgi?id=88293
Reviewed by Tony Chang.
* fast/forms/file/input-file-entries-expected.txt: Added.
* fast/forms/file/input-file-entries.html: Added.
* fast/forms/resources/dir1/UTF8-2.txt: Added.
* fast/forms/resources/dir1/UTF8.txt: Added.
* fast/forms/resources/dir2/green.jpg: Added.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-06-18 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120485 and r120582.
http://trac.webkit.org/changeset/120485
http://trac.webkit.org/changeset/120582
https://bugs.webkit.org/show_bug.cgi?id=89345
chromeos tree breakage (Requested by morrita on #webkit).
* platform/chromium/TestExpectations:
2012-06-18 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Gardening after r120311. It made inspector/extensions/extensions-panel.html flakey.
https://bugs.webkit.org/show_bug.cgi?id=89333
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-06-18 Kinuko Yasuda <kinuko@chromium.org>
fast/files/xhr-response-blob should use other file/blob type than javascript
https://bugs.webkit.org/show_bug.cgi?id=89338
Reviewed by Kentaro Hara.
Changing the test to use the most basic text/plain type.
Also removing platform-specific expectations.
* fast/files/script-tests/xhr-response-blob.js: Updated.
* fast/files/xhr-response-blob-expected.txt: Updated.
* platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/files/xhr-response-blob-expected.txt: Removed.
* platform/chromium-mac/fast/files/xhr-response-blob-expected.txt: Removed.
* platform/chromium/fast/files/xhr-response-blob-expected.txt: Removed.
* platform/qt/fast/files/xhr-response-blob-expected.txt: Removed.
2012-06-18 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening after r120574.
* fast/files/xhr-response-blob-expected.txt:
* platform/qt/fast/files/xhr-response-blob-expected.txt: Added.
2012-06-18 Taiju Tsuiki <tzik@chromium.org>
Fix syntax of FileReader::readAsDataURL result
https://bugs.webkit.org/show_bug.cgi?id=89330
When readAsDataURL generates data URL without media type, it used to omit semicolon before
"base64" keyword. But this semicolor is required in this case, according to RFC2397.
Reviewed by Kent Tamura.
* fast/files/read-blob-async-expected.txt:
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-blob-sync-expected.txt:
* platform/chromium/fast/files/read-blob-async-expected.txt:
* platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt:
* platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] fast/files/xhr-response-blob.html is crashing
https://bugs.webkit.org/show_bug.cgi?id=89334
Reviewed by Kentaro Hara.
Unskip fast/files/xhr-response-blob.html now that it
no longer crashes.
* platform/efl/TestExpectations:
* platform/efl/fast/files/xhr-response-blob-expected.txt: Added.
2012-06-12 Hans Wennborg <hans@chromium.org>
[Chromium] fast/events/constructors/speech-recognition-event-constructor.html is failing
https://bugs.webkit.org/show_bug.cgi?id=88856
Reviewed by Adam Barth.
This fixes and re-enables the layout test that I forgot to update in r120053.
* fast/events/constructors/speech-recognition-event-constructor-expected.txt:
* fast/events/constructors/speech-recognition-event-constructor.html:
* platform/chromium/TestExpectations:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] skip fast/files/xhr-response-blob.html
https://bugs.webkit.org/show_bug.cgi?id=89335
Unreviewed EFL gardening. Skip fast/files/xhr-response-blob.html
because it is crashing.
* platform/efl/TestExpectations:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline needed after r117339
https://bugs.webkit.org/show_bug.cgi?id=89328
Unreviewed EFL gardening. Rebaseline a few tests after r117339.
* platform/efl/TestExpectations:
* platform/efl/editing/pasteboard/innerText-inline-table-expected.png: Added.
* platform/efl/editing/pasteboard/innerText-inline-table-expected.txt: Added.
* platform/efl/editing/selection/iframe-expected.png: Added.
* platform/efl/editing/selection/iframe-expected.txt: Added.
* platform/efl/editing/selection/inline-table-expected.png: Added.
* platform/efl/editing/selection/inline-table-expected.txt: Added.
* platform/efl/editing/selection/table-caret-3-expected.png: Added.
* platform/efl/editing/selection/table-caret-3-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug2479-2-expected.png:
* platform/efl/tables/mozilla/bugs/bug2479-2-expected.txt:
2012-06-18 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline needed after r120477
https://bugs.webkit.org/show_bug.cgi?id=89325
Unreviewed EFL gardening. Rebaseline a few tests after r120477.
* platform/efl/TestExpectations:
* platform/efl/editing/deleting/delete-3800834-fix-expected.png: Added.
* platform/efl/editing/deleting/delete-3800834-fix-expected.txt: Added.
* platform/efl/fast/dynamic/011-expected.png:
* platform/efl/fast/dynamic/011-expected.txt:
* platform/efl/fast/forms/formmove3-expected.png:
* platform/efl/fast/forms/formmove3-expected.txt:
* platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png:
* platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/efl/fast/invalid/001-expected.png:
* platform/efl/fast/invalid/001-expected.txt:
* platform/efl/fast/invalid/003-expected.png:
* platform/efl/fast/invalid/003-expected.txt:
* platform/efl/fast/invalid/004-expected.png:
* platform/efl/fast/invalid/004-expected.txt:
* platform/efl/fast/invalid/007-expected.png:
* platform/efl/fast/invalid/007-expected.txt:
* platform/efl/fast/invalid/019-expected.png:
* platform/efl/fast/invalid/019-expected.txt:
* platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
* platform/efl/tables/mozilla/bugs/bug647-expected.png:
* platform/efl/tables/mozilla/bugs/bug647-expected.txt:
* platform/efl/tables/mozilla/other/wa_table_tr_align-expected.png:
* platform/efl/tables/mozilla/other/wa_table_tr_align-expected.txt:
2012-06-15 Kinuko Yasuda <kinuko@chromium.org>
XHR_RESPONSE_BLOB is not enabled on some platforms
https://bugs.webkit.org/show_bug.cgi?id=88859
Reviewed by Adam Barth.
Removing xhr.Blob related test from Skipped files.
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-17 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Add EFL baseline for fast/parser/nested-fragment-parser-crash.html
https://bugs.webkit.org/show_bug.cgi?id=89329
Unreviewed EFL gardening. Use the same expectation for
fast/parser/nested-fragment-parser-crash.html as mac.
The test is passing since it does not crash.
* platform/efl/TestExpectations:
* platform/efl/fast/parser/nested-fragment-parser-crash-expected.txt: Added.
2012-06-17 Hajime Morrita <morrita@chromium.org>
Unreviewed, marking some tests as failures..
* platform/chromium/TestExpectations:
2012-06-17 Julien Chaffraix <jchaffraix@webkit.org>
colspan in table-layout:fixed does not add up widths properly
https://bugs.webkit.org/show_bug.cgi?id=20213
Reviewed by Abhishek Arya.
The bug has been fixed (likely by bug 14858) so landing the test case as fixed table layout with cell spanning several
<col>'s with fixed widths is not properly covered.
* fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size-expected.txt: Added.
* fast/table/fixed-table-layout/fixed-layout-column-colspan-wrong-size.html: Added.
2012-06-17 Philip Rogers <pdr@google.com>
Prevent crash in SVGDocumentExtensions::removeAllElementReferencesForTarget.
https://bugs.webkit.org/show_bug.cgi?id=88144
Reviewed by Abhishek Arya.
* svg/text/textpath-reference-crash-expected.txt: Added.
* svg/text/textpath-reference-crash.html: Added.
2012-06-17 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r120541.
* platform/gtk/fast/hidpi/clip-text-in-hidpi-expected.txt:
* platform/gtk/fast/hidpi/image-set-background-dynamic-expected.txt:
* platform/gtk/fast/hidpi/image-set-border-image-dynamic-expected.txt:
* platform/gtk/fast/hidpi/image-set-in-content-dynamic-expected.txt:
2012-06-17 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip media/video-seek-past-end-playing.html
https://bugs.webkit.org/show_bug.cgi?id=89302
Unreviewed EFL gardening. Skip flaky test.
* platform/efl/TestExpectations:
2012-06-17 Adam Barth <abarth@webkit.org>
Update a few more tests to use internals.settings.setDeviceScaleFactor.
* compositing/tiled-layers-hidpi.html:
* fast/canvas/2d.backingStorePixelRatio.html:
* fast/canvas/2d.imageDataHD.html:
* platform/mac-wk2/plugins/contents-scale-factor.html:
2012-06-16 Adam Barth <abarth@webkit.org>
layoutTestController.setBackingScaleFactor is redundant with (and less awesome than) internals.settings.setDeviceScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=89274
Reviewed by Levi Weintraub.
We don't need both layoutTestController.setBackingScaleFactor and
internals.settings.setDeviceScaleFactor because they do exactly the
same thing. This patch removes setBackingScaleFactor because it's
async nature is annoying and implementing it requires a bunch of
port-specific code.
* fast/hidpi/broken-image-icon-hidpi.html:
* fast/hidpi/broken-image-with-size-hidpi.html:
* fast/hidpi/clip-text-in-hidpi.html:
* fast/hidpi/focus-rings.html:
* fast/hidpi/image-set-as-background.html:
* fast/hidpi/image-set-background-dynamic.html:
* fast/hidpi/image-set-background-repeat-without-size.html:
* fast/hidpi/image-set-background-repeat.html:
* fast/hidpi/image-set-border-image-comparison.html:
* fast/hidpi/image-set-border-image-dynamic.html:
* fast/hidpi/image-set-border-image-simple.html:
* fast/hidpi/image-set-in-content-dynamic.html:
* fast/hidpi/image-set-out-of-order.html:
* fast/hidpi/image-set-simple.html:
* fast/hidpi/image-set-without-specified-width.html:
* fast/hidpi/resize-corner-hidpi.html:
* fast/hidpi/video-controls-in-hidpi.html:
* svg/as-image/image-respects-deviceScaleFactor.html:
2012-06-16 Mike West <mkwst@chromium.org>
Ignore paths in Content Security Policy sources rather than failing to parse them.
https://bugs.webkit.org/show_bug.cgi?id=89281
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/source-list-parsing-05.html: Added.
* http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/source-list-parsing-06.html: Added.
2012-06-16 Mike West <mkwst@chromium.org>
Fix test cases for `header`/`footer` AXRoleDescription
https://bugs.webkit.org/show_bug.cgi?id=88911
The relative URLs to js-test-pre.js and js-test-post.js were incorrect.
Reviewed by Simon Fraser.
* platform/mac/accessibility/footer.html:
* platform/mac/accessibility/header.html:
2012-06-16 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline fast/lists/001*.html tests after r120495
https://bugs.webkit.org/show_bug.cgi?id=89283
Unreviewed EFL gardening after r120495.
* platform/efl/fast/lists/001-expected.png:
* platform/efl/fast/lists/001-expected.txt:
* platform/efl/fast/lists/001-vertical-expected.png:
* platform/efl/fast/lists/001-vertical-expected.txt:
2012-06-16 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Rebaseline MathML tests after r120492
https://bugs.webkit.org/show_bug.cgi?id=89282
Unreviewed EFL gardening. Several MathML tests needed
rebaselining after r120492.
* platform/efl/mathml/presentation/attributes-expected.txt:
* platform/efl/mathml/presentation/fenced-expected.txt:
* platform/efl/mathml/presentation/fenced-mi-expected.txt:
* platform/efl/mathml/presentation/fractions-expected.txt:
* platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/efl/mathml/presentation/mo-stretch-expected.txt:
* platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
* platform/efl/mathml/presentation/roots-expected.txt:
* platform/efl/mathml/presentation/row-alignment-expected.png:
* platform/efl/mathml/presentation/row-alignment-expected.txt:
* platform/efl/mathml/presentation/sub-expected.txt:
* platform/efl/mathml/presentation/subsup-expected.txt:
* platform/efl/mathml/presentation/sup-expected.txt:
* platform/efl/mathml/presentation/tables-expected.txt:
* platform/efl/mathml/presentation/tokenElements-expected.txt:
* platform/efl/mathml/presentation/under-expected.png:
* platform/efl/mathml/presentation/under-expected.txt:
* platform/efl/mathml/presentation/underover-expected.png:
* platform/efl/mathml/presentation/underover-expected.txt:
* platform/efl/mathml/xHeight-expected.png:
* platform/efl/mathml/xHeight-expected.txt:
2012-06-16 Adam Barth <abarth@webkit.org>
Remove a bunch of 32-bit specific results. These results are the same
on 64 bit.
* platform/chromium-linux-x86/compositing/color-matching: Removed.
* platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/custom: Removed.
* platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Removed.
* platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Removed.
* platform/chromium-linux-x86/fast/images: Removed.
* platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Removed.
* platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Removed.
* platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-linux/css3/filters/crash-hw-sw-switch-expected.png:
* platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png:
* platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png:
* platform/chromium-linux/css3/filters/custom/effect-custom-expected.png:
* platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png:
* platform/chromium-linux/css3/filters/effect-blur-hw-expected.png:
* platform/chromium-linux/css3/filters/effect-brightness-expected.png:
* platform/chromium-linux/css3/filters/effect-brightness-hw-expected.png:
* platform/chromium-linux/css3/filters/effect-contrast-hw-expected.png:
* platform/chromium-linux/css3/filters/effect-drop-shadow-hw-expected.png:
* platform/chromium-linux/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-linux/fast/images/png-with-color-profile-expected.png: Added.
2012-06-16 Adam Barth <abarth@webkit.org>
Update baselines after http://trac.webkit.org/changeset/120485
* platform/chromium-linux-x86/http/tests/local: Removed.
* platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Removed.
* platform/chromium-linux-x86/scrollbars: Removed.
* platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Removed.
* platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Removed.
* platform/chromium-linux-x86/svg/as-border-image: Removed.
* platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/createImageElement-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Removed.
* platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Removed.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Removed.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Removed.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Removed.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Removed.
* platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Removed.
* platform/chromium-linux-x86/svg/repaint: Removed.
* platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Removed.
* platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Removed.
* platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Removed.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Removed.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Removed.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Removed.
* platform/chromium-linux/http/tests/local/file-url-sent-as-referer-expected.png:
* platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-linux/svg/as-border-image/svg-as-border-image-expected.png:
* platform/chromium-linux/svg/custom/createImageElement2-expected.png:
* platform/chromium-linux/svg/custom/focus-ring-expected.png:
* platform/chromium-linux/svg/custom/image-parent-translation-expected.png:
* platform/chromium-linux/svg/custom/image-small-width-height-expected.png:
* platform/chromium-linux/svg/custom/text-image-opacity-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-win-vista/http/tests/local: Removed.
* platform/chromium-win-vista/svg/dynamic-updates: Added.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
* platform/chromium-win-vista/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
* platform/chromium-win-xp/svg/dynamic-updates: Removed.
* platform/chromium-win/http/tests/local/file-url-sent-as-referer-expected.png:
* platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.png:
* platform/chromium-win/svg/custom/createImageElement-expected.png:
* platform/chromium-win/svg/custom/createImageElement2-expected.png:
* platform/chromium-win/svg/custom/focus-ring-expected.png:
* platform/chromium-win/svg/custom/group-opacity-expected.png:
* platform/chromium-win/svg/custom/image-parent-translation-expected.png:
* platform/chromium-win/svg/custom/image-small-width-height-expected.png:
* platform/chromium-win/svg/custom/js-update-image-and-display-expected.png:
* platform/chromium-win/svg/custom/js-update-image-and-display2-expected.png:
* platform/chromium-win/svg/custom/js-update-image-and-display3-expected.png:
* platform/chromium-win/svg/custom/js-update-image-expected.png:
* platform/chromium-win/svg/custom/text-image-opacity-expected.png:
* platform/chromium-win/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/chromium-win/svg/filters/feImage-subregions-expected.png:
* platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
* platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
* platform/chromium-win/svg/filters/filter-source-position-expected.png:
* platform/chromium-win/svg/repaint/image-href-change-expected.png:
* platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
2012-06-16 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines
after r120492 and r120495.
* platform/gtk/fast/lists/001-expected.txt:
* platform/gtk/fast/lists/001-vertical-expected.txt:
* platform/gtk/mathml/xHeight-expected.txt:
2012-06-16 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed weekend gardening, skip a new failing test.
* platform/qt-5.0-wk2/Skipped:
2012-06-16 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed weekend gardening.
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Updated after after r120411.
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Updated after after r120411.
* platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Updated after after r120411.
* platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Updated after after r120411.
* platform/qt/editing/pasteboard/paste-4039777-fix-expected.txt: Updated after r120495.
* platform/qt/fast/lists/001-expected.png: Updated after r120495.
* platform/qt/fast/lists/001-expected.txt: Updated after r120495.
* platform/qt/fast/lists/001-vertical-expected.png: Updated after r120495.
* platform/qt/fast/lists/001-vertical-expected.txt: Updated after r120495.
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in fast/workers/storage tests
https://bugs.webkit.org/show_bug.cgi?id=89271
Reviewed by Adam Barth.
* fast/workers/storage/change-version-sync.html:
* fast/workers/storage/interrupt-database-sync.html-disabled:
* fast/workers/storage/interrupt-database.html:
* fast/workers/storage/resources/database-worker.js:
(onmessage):
* fast/workers/storage/resources/multiple-transactions-sync.js:
(checkCompletion):
* fast/workers/storage/resources/test-inputs-common.js:
(finishTest):
* fast/workers/storage/use-same-database-in-page-and-workers.html:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in transforms, transitions, traversal, userscripts, webarchive, webaudio, and webintents tests
https://bugs.webkit.org/show_bug.cgi?id=89269
Reviewed by Adam Barth.
* transitions/:
* traversal/:
* userscripts/:
* webarchive/:
* webaudio/:
* webintents/web-intents-delivery.html:
* webintents/web-intents-failure.html:
* webintents/web-intents-reload.html:
* webintents/web-intents-reply.html:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in the rest of sputnik tests
https://bugs.webkit.org/show_bug.cgi?id=89262
Reviewed by Antti Koivisto.
* sputnik/Implementation_Diagnostics/:
* sputnik/Regression/:
* sputnik/Unicode/:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Test fix attempt after r120516.
* fast/workers/storage/resources/database-worker-controller.js:
(databaseWorker.onmessage):
(runTest):
2012-06-16 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in storage, tables, touchadjustments, and transforms tests
https://bugs.webkit.org/show_bug.cgi?id=89263
Reviewed by Antti Koivisto.
* storage/domstorage/events/resources/eventTestHarness.js:
(testStorages.allDone):
* storage/domstorage/localstorage/delete-removal.html:
* storage/domstorage/localstorage/enumerate-storage.html:
* storage/domstorage/localstorage/enumerate-with-length-and-key.html:
* storage/domstorage/localstorage/index-get-and-set.html:
* storage/domstorage/localstorage/private-browsing-affects-storage.html:
* storage/domstorage/localstorage/resources/window-open-second.html:
* storage/domstorage/localstorage/simple-usage.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all-expected.txt:
* storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one-expected.txt:
* storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html:
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage-expected.txt:
* storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html:
* storage/domstorage/localstorage/string-conversion.html:
* storage/domstorage/localstorage/window-open.html:
* storage/domstorage/script-tests/storage-functions-not-overwritten.js:
* storage/domstorage/sessionstorage/delete-removal.html:
* storage/domstorage/sessionstorage/enumerate-storage.html:
* storage/domstorage/sessionstorage/enumerate-with-length-and-key.html:
* storage/domstorage/sessionstorage/index-get-and-set.html:
* storage/domstorage/sessionstorage/private-browsing-affects-storage.html:
* storage/domstorage/sessionstorage/resources/window-open-second.html:
* storage/domstorage/sessionstorage/simple-usage.html:
* storage/domstorage/sessionstorage/string-conversion.html:
* storage/domstorage/sessionstorage/window-open.html:
* storage/domstorage/window-attributes-exist.html:
* storage/indexeddb/mozilla/index-prev-no-duplicate.html:
* storage/indexeddb/tutorial.html:
* storage/websql/change-version-handle-reuse.js:
(finishTest):
* storage/websql/change-version-no-crash-on-preflight-failure.html:
* storage/websql/change-version.html:
* storage/websql/close-during-stress-test.html:
* storage/websql/database-lock-after-reload.html:
* storage/websql/empty-statement.html:
* storage/websql/execute-sql-args.js:
(runTransactionTests):
* storage/websql/executesql-accepts-only-one-statement.html:
* storage/websql/hash-change-with-xhr.js:
(stopTest):
* storage/websql/multiple-databases-garbage-collection.js:
(checkCompletion):
* storage/websql/multiple-transactions-on-different-handles.js:
(checkCompletion):
* storage/websql/multiple-transactions.js:
(checkCompletion):
* storage/websql/null-callbacks.html:
* storage/websql/open-database-creation-callback-isolated-world.html:
* storage/websql/open-database-creation-callback.html:
* storage/websql/open-database-empty-version.html:
* storage/websql/open-database-over-quota.html:
* storage/websql/open-database-set-empty-version.html:
* storage/websql/open-database-while-transaction-in-progress.js:
(runTest):
* storage/websql/private-browsing-noread-nowrite.html:
* storage/websql/quota-tracking.html:
* storage/websql/read-and-write-transactions-dont-run-together.js:
(terminateTest):
* storage/websql/read-transactions-running-concurrently.html:
* storage/websql/resources/database-common.js:
(setupAndRunTest):
* storage/websql/resources/database-lock-after-reload-2.html:
* storage/websql/sql-data-types.js:
(notifyDone):
(runTest):
* storage/websql/sql-error-codes.js:
(finishTest):
(runTest):
* storage/websql/statement-error-callback-isolated-world.html:
* storage/websql/statement-error-callback.html:
* storage/websql/statement-success-callback-isolated-world.html:
* storage/websql/success-callback.html:
* storage/websql/test-authorizer.js:
(terminateTest):
* storage/websql/transaction-callback-exception-crash.html:
* storage/websql/transaction-callback-isolated-world.html:
* storage/websql/transaction-error-callback-isolated-world.html:
* storage/websql/transaction-error-callback.html:
* storage/websql/transaction-success-callback-isolated-world.html:
* tables/hittesting/filltable-emptycells.html:
* tables/hittesting/filltable-levels.html:
* tables/hittesting/filltable-outline.html:
* tables/hittesting/filltable-rtl.html:
* tables/hittesting/filltable-stress.html:
* tables/layering/paint-test-layering-1.html:
* tables/layering/paint-test-layering-2.html:
* tables/table-section-overflow-clip-crash.html:
* touchadjustment/block-testing.html:
* touchadjustment/event-triggered-widgets.html:
* touchadjustment/html-label.html:
* touchadjustment/iframe.html:
* touchadjustment/nested-touch.html:
* touchadjustment/scroll-delegation/iframe-with-mainframe-scroll-offset.html:
* touchadjustment/scroll-offset.html:
* touchadjustment/touch-inlines.html:
* touchadjustment/zoom-basic.html:
* touchadjustment/zoom-fatfinger.html:
* transforms/2d/compound-2d-transforms.html:
* transforms/2d/cssmatrix-2d-zoom.html:
* transforms/2d/set-transform-and-top.html:
* transforms/2d/transform-2d.html:
* transforms/2d/transform-accuracy.html:
* transforms/3d/general/3dtransform-values.html:
* transforms/3d/general/cssmatrix-3d-zoom.html:
* transforms/3d/general/matrix-with-zoom-3d.html:
* transforms/3d/general/transform-origin-z-change.html:
* transforms/3d/hit-testing/hit-preserves-3d.html:
* transforms/3d/point-mapping/3d-point-mapping-2.html:
* transforms/3d/point-mapping/3d-point-mapping-3.html:
* transforms/3d/point-mapping/3d-point-mapping-deep.html:
* transforms/3d/point-mapping/3d-point-mapping-origins.html:
* transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html:
* transforms/no_transform_hit_testing.html:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Remove empty directories.
* platform/editing: Removed.
* platform/editing/inserting: Removed.
* websocket: Removed.
* websocket/tests: Removed.
* websocket/tests/workers: Removed.
2012-06-15 Andrew Wilson <atwilson@chromium.org>
Unreviewed baselines for chromium due to color management changes.
https://bugs.webkit.org/show_bug.cgi?id=87761
* platform/chromium-linux-x86/compositing/color-matching/image-color-matching-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/crash-hw-sw-switch-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/effect-custom-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/custom/missing-custom-filter-shader-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/effect-blur-hw-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/effect-brightness-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/effect-brightness-hw-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/effect-contrast-hw-expected.png: Added.
* platform/chromium-linux-x86/css3/filters/effect-drop-shadow-hw-expected.png: Added.
* platform/chromium-linux-x86/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-linux-x86/fast/images/png-with-color-profile-expected.png: Added.
* platform/chromium-linux-x86/http/tests/local/file-url-sent-as-referer-expected.png: Added.
* platform/chromium-linux-x86/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
* platform/chromium-linux-x86/scrollbars/overflow-scrollbar-combinations-expected.png: Added.
* platform/chromium-linux-x86/svg/as-border-image/svg-as-border-image-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/createImageElement-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/createImageElement2-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/focus-ring-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/group-opacity-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/image-parent-translation-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/image-small-width-height-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display2-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/js-update-image-and-display3-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/js-update-image-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/text-image-opacity-expected.png: Added.
* platform/chromium-linux-x86/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
* platform/chromium-linux-x86/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-expected.png: Added.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added.
* platform/chromium-linux-x86/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added.
* platform/chromium-linux-x86/svg/filters/filter-source-position-expected.png: Added.
* platform/chromium-linux-x86/svg/repaint/image-href-change-expected.png: Added.
* platform/chromium-linux-x86/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
* platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Added.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Added.
* platform/chromium-linux-x86/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Added.
* platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-mac-leopard/compositing/masks/direct-image-mask-expected.png: Added.
* platform/chromium-mac-leopard/compositing/reflections/simple-composited-reflections-expected.png:
* platform/chromium-mac-leopard/compositing/visibility/visibility-image-layers-expected.png:
* platform/chromium-mac-leopard/css3/filters/crash-filter-change-expected.png:
* platform/chromium-mac-leopard/css3/filters/crash-hw-sw-switch-expected.png:
* platform/chromium-mac-leopard/css3/filters/custom/effect-color-check-expected.png:
* platform/chromium-mac-leopard/css3/filters/custom/missing-custom-filter-shader-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-blur-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-blur-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-brightness-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-brightness-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-combined-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-contrast-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-contrast-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-grayscale-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-hue-rotate-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-invert-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-invert-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-opacity-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-opacity-hw-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-saturate-expected.png:
* platform/chromium-mac-leopard/css3/filters/effect-sepia-expected.png:
* platform/chromium-mac-leopard/css3/filters/regions-expanding-expected.png:
* platform/chromium-mac-leopard/fast/css/background-shorthand-invalid-url-expected.png:
* platform/chromium-mac-leopard/fast/css/color-correction-expected.png:
* platform/chromium-mac-leopard/fast/css/color-correction-on-backgrounds-expected.png:
* platform/chromium-mac-leopard/fast/images/color-jpeg-with-color-profile-expected.png:
* platform/chromium-mac-leopard/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-mac-leopard/fast/images/png-with-color-profile-expected.png: Added.
* platform/chromium-mac-leopard/fast/media/mq-min-pixel-ratio-expected.png:
* platform/chromium-mac-leopard/fast/reflections/reflection-direction-expected.png:
* platform/chromium-mac-leopard/fast/reflections/reflection-masks-expected.png:
* platform/chromium-mac-leopard/fast/reflections/reflection-masks-opacity-expected.png:
* platform/chromium-mac-leopard/fast/reflections/reflection-masks-outset-expected.png:
* platform/chromium-mac-leopard/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac-leopard/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png: Added.
* platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac-leopard/svg/custom/createImageElement-expected.png:
* platform/chromium-mac-leopard/svg/custom/createImageElement2-expected.png:
* platform/chromium-mac-leopard/svg/custom/focus-ring-expected.png:
* platform/chromium-mac-leopard/svg/custom/group-opacity-expected.png:
* platform/chromium-mac-leopard/svg/custom/image-parent-translation-expected.png:
* platform/chromium-mac-leopard/svg/custom/image-small-width-height-expected.png:
* platform/chromium-mac-leopard/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-update-image-and-display-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-update-image-and-display2-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-update-image-and-display3-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-update-image-expected.png:
* platform/chromium-mac-leopard/svg/custom/pointer-events-image-css-transform-expected.png:
* platform/chromium-mac-leopard/svg/custom/pointer-events-image-expected.png:
* platform/chromium-mac-leopard/svg/custom/text-image-opacity-expected.png:
* platform/chromium-mac-leopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png:
* platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
* platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
* platform/chromium-mac-leopard/svg/filters/filter-source-position-expected.png:
* platform/chromium-mac-leopard/svg/repaint/image-href-change-expected.png:
* platform/chromium-mac-leopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/chromium-mac-leopard/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-background-images-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-mac-snowleopard/compositing/masks/direct-image-mask-expected.png:
* platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png:
* platform/chromium-mac-snowleopard/css3/filters/crash-hw-sw-switch-expected.png:
* platform/chromium-mac-snowleopard/fast/css/color-correction-expected.png:
* platform/chromium-mac-snowleopard/fast/css/color-correction-on-backgrounds-expected.png:
* platform/chromium-mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/media/mq-min-pixel-ratio-expected.png:
* platform/chromium-mac-snowleopard/fast/reflections/reflection-direction-expected.png:
* platform/chromium-mac-snowleopard/fast/reflections/reflection-masks-opacity-expected.png:
* platform/chromium-mac-snowleopard/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/createImageElement2-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/image-parent-translation-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/image-small-width-height-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/pointer-events-image-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/text-image-opacity-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/chromium-mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-mac/compositing/masks/direct-image-mask-expected.png:
* platform/chromium-mac/compositing/reflections/simple-composited-reflections-expected.png:
* platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png:
* platform/chromium-mac/css3/filters/crash-filter-change-expected.png:
* platform/chromium-mac/css3/filters/crash-hw-sw-switch-expected.png:
* platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png:
* platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.png:
* platform/chromium-mac/css3/filters/effect-blur-expected.png:
* platform/chromium-mac/css3/filters/effect-blur-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-brightness-expected.png:
* platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-combined-expected.png:
* platform/chromium-mac/css3/filters/effect-contrast-expected.png:
* platform/chromium-mac/css3/filters/effect-contrast-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-drop-shadow-expected.png:
* platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-grayscale-expected.png:
* platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png:
* platform/chromium-mac/css3/filters/effect-invert-expected.png:
* platform/chromium-mac/css3/filters/effect-invert-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-opacity-expected.png:
* platform/chromium-mac/css3/filters/effect-opacity-hw-expected.png:
* platform/chromium-mac/css3/filters/effect-saturate-expected.png:
* platform/chromium-mac/css3/filters/effect-sepia-expected.png:
* platform/chromium-mac/css3/filters/regions-expanding-expected.png:
* platform/chromium-mac/fast/css/background-shorthand-invalid-url-expected.png:
* platform/chromium-mac/fast/css/color-correction-expected.png:
* platform/chromium-mac/fast/css/color-correction-on-backgrounds-expected.png:
* platform/chromium-mac/fast/images/color-jpeg-with-color-profile-expected.png:
* platform/chromium-mac/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-mac/fast/images/png-with-color-profile-expected.png: Added.
* platform/chromium-mac/fast/media/mq-min-pixel-ratio-expected.png:
* platform/chromium-mac/fast/reflections/reflection-direction-expected.png:
* platform/chromium-mac/fast/reflections/reflection-masks-expected.png:
* platform/chromium-mac/fast/reflections/reflection-masks-opacity-expected.png:
* platform/chromium-mac/fast/reflections/reflection-masks-outset-expected.png:
* platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png:
* platform/chromium-mac/platform/chromium/virtual/threaded/compositing/visibility/visibility-image-layers-expected.png:
* platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac/svg/custom/createImageElement-expected.png:
* platform/chromium-mac/svg/custom/createImageElement2-expected.png:
* platform/chromium-mac/svg/custom/focus-ring-expected.png:
* platform/chromium-mac/svg/custom/group-opacity-expected.png:
* platform/chromium-mac/svg/custom/image-parent-translation-expected.png:
* platform/chromium-mac/svg/custom/image-small-width-height-expected.png:
* platform/chromium-mac/svg/custom/image-with-transform-clip-filter-expected.png:
* platform/chromium-mac/svg/custom/js-update-image-and-display-expected.png:
* platform/chromium-mac/svg/custom/js-update-image-and-display2-expected.png:
* platform/chromium-mac/svg/custom/js-update-image-and-display3-expected.png:
* platform/chromium-mac/svg/custom/js-update-image-expected.png:
* platform/chromium-mac/svg/custom/pointer-events-image-css-transform-expected.png:
* platform/chromium-mac/svg/custom/pointer-events-image-expected.png:
* platform/chromium-mac/svg/custom/text-image-opacity-expected.png:
* platform/chromium-mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
* platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
* platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
* platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
* platform/chromium-mac/svg/filters/filter-source-position-expected.png:
* platform/chromium-mac/svg/repaint/image-href-change-expected.png:
* platform/chromium-mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/chromium-mac/svg/wicd/test-rightsizing-b-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-background-images-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug82946-2-expected.png:
* platform/chromium-win/compositing/color-matching/image-color-matching-expected.png:
* platform/chromium-win/css3/filters/crash-filter-change-expected.png:
* platform/chromium-win/css3/filters/crash-hw-sw-switch-expected.png:
* platform/chromium-win/css3/filters/effect-blur-expected.png:
* platform/chromium-win/css3/filters/effect-blur-hw-expected.png:
* platform/chromium-win/css3/filters/effect-brightness-expected.png:
* platform/chromium-win/css3/filters/effect-brightness-hw-expected.png:
* platform/chromium-win/css3/filters/effect-combined-expected.png:
* platform/chromium-win/css3/filters/effect-contrast-expected.png:
* platform/chromium-win/css3/filters/effect-contrast-hw-expected.png:
* platform/chromium-win/css3/filters/effect-drop-shadow-expected.png:
* platform/chromium-win/css3/filters/effect-drop-shadow-hw-expected.png:
* platform/chromium-win/css3/filters/effect-grayscale-expected.png:
* platform/chromium-win/css3/filters/effect-hue-rotate-expected.png:
* platform/chromium-win/css3/filters/effect-invert-expected.png:
* platform/chromium-win/css3/filters/effect-invert-hw-expected.png:
* platform/chromium-win/css3/filters/effect-opacity-expected.png:
* platform/chromium-win/css3/filters/effect-opacity-hw-expected.png:
* platform/chromium-win/css3/filters/effect-saturate-expected.png:
* platform/chromium-win/css3/filters/effect-sepia-expected.png:
* platform/chromium-win/css3/filters/regions-expanding-expected.png:
* platform/chromium-win/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/chromium-win/fast/images/png-with-color-profile-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-15 David Grogan <dgrogan@chromium.org>
IndexedDB: Remove obsolete description parameter from factory.open calls
https://bugs.webkit.org/show_bug.cgi?id=89047
Reviewed by Tony Chang.
This parameter has been obsolete for 18 months and is getting replaced
with a version parameter.
* storage/indexeddb/mozilla/add-twice-failure-expected.txt:
* storage/indexeddb/mozilla/autoincrement-indexes-expected.txt:
* storage/indexeddb/mozilla/bad-keypath-expected.txt:
* storage/indexeddb/mozilla/clear-expected.txt:
* storage/indexeddb/mozilla/create-index-unique-expected.txt:
* storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt:
* storage/indexeddb/mozilla/create-objectstore-basics-expected.txt:
* storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt:
* storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt:
* storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
* storage/indexeddb/mozilla/cursors-expected.txt:
* storage/indexeddb/mozilla/delete-result-expected.txt:
* storage/indexeddb/mozilla/event-source-expected.txt:
* storage/indexeddb/mozilla/global-data-expected.txt:
* storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
* storage/indexeddb/mozilla/index-prev-no-duplicate.html:
* storage/indexeddb/mozilla/indexes-expected.txt:
* storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt:
* storage/indexeddb/mozilla/key-requirements-expected.txt:
* storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt:
* storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt:
* storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt:
* storage/indexeddb/mozilla/object-cursors-expected.txt:
* storage/indexeddb/mozilla/object-identity-expected.txt:
* storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt:
* storage/indexeddb/mozilla/object-store-remove-values-expected.txt:
* storage/indexeddb/mozilla/objectstorenames-expected.txt:
* storage/indexeddb/mozilla/odd-result-order-expected.txt:
* storage/indexeddb/mozilla/put-get-values-expected.txt:
* storage/indexeddb/mozilla/readonly-transactions-expected.txt:
* storage/indexeddb/mozilla/readwrite-transactions-expected.txt:
* storage/indexeddb/mozilla/readyState-expected.txt:
* storage/indexeddb/mozilla/remove-index-expected.txt:
* storage/indexeddb/mozilla/remove-objectstore-expected.txt:
* storage/indexeddb/mozilla/resources/add-twice-failure.js:
(test):
* storage/indexeddb/mozilla/resources/autoincrement-indexes.js:
(test):
* storage/indexeddb/mozilla/resources/bad-keypath.js:
(test):
* storage/indexeddb/mozilla/resources/clear.js:
(test):
* storage/indexeddb/mozilla/resources/create-index-unique.js:
(test):
* storage/indexeddb/mozilla/resources/create-index-with-integer-keys.js:
(test):
* storage/indexeddb/mozilla/resources/create-objectstore-basics.js:
(test):
* storage/indexeddb/mozilla/resources/create-objectstore-null-name.js:
(test):
* storage/indexeddb/mozilla/resources/cursor-mutation-objectstore-only.js:
(test):
* storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
(test):
* storage/indexeddb/mozilla/resources/cursors.js:
(test):
* storage/indexeddb/mozilla/resources/delete-result.js:
(test):
* storage/indexeddb/mozilla/resources/event-source.js:
(test):
* storage/indexeddb/mozilla/resources/global-data.js:
(test):
(cleanDatabase):
* storage/indexeddb/mozilla/resources/indexes.js:
(test):
* storage/indexeddb/mozilla/resources/key-requirements-delete-null-key.js:
(test):
* storage/indexeddb/mozilla/resources/key-requirements-inline-and-passed.js:
(test):
* storage/indexeddb/mozilla/resources/key-requirements-put-no-key.js:
(test):
* storage/indexeddb/mozilla/resources/key-requirements-put-null-key.js:
(test):
* storage/indexeddb/mozilla/resources/key-requirements.js:
(test):
* storage/indexeddb/mozilla/resources/object-cursors.js:
(test):
* storage/indexeddb/mozilla/resources/object-identity.js:
(test):
* storage/indexeddb/mozilla/resources/object-store-inline-autoincrement-key-added-on-put.js:
(test):
* storage/indexeddb/mozilla/resources/object-store-remove-values.js:
(test):
* storage/indexeddb/mozilla/resources/objectstorenames.js:
(test):
* storage/indexeddb/mozilla/resources/odd-result-order.js:
(test):
* storage/indexeddb/mozilla/resources/put-get-values.js:
(test):
* storage/indexeddb/mozilla/resources/readonly-transactions.js:
(test):
* storage/indexeddb/mozilla/resources/readwrite-transactions.js:
(test):
* storage/indexeddb/mozilla/resources/readyState.js:
(test):
* storage/indexeddb/mozilla/resources/remove-index.js:
(test):
* storage/indexeddb/mozilla/resources/remove-objectstore.js:
(test):
* storage/indexeddb/mozilla/resources/versionchange-abort.js:
(test):
* storage/indexeddb/mozilla/resources/versionchange.js:
(test):
(openSuccess):
(postSetVersion):
* storage/indexeddb/mozilla/versionchange-abort-expected.txt:
* storage/indexeddb/mozilla/versionchange-expected.txt:
2012-06-15 Joshua Bell <jsbell@chromium.org>
IndexedDB: Raise exceptions when methods are called on deleted objects
https://bugs.webkit.org/show_bug.cgi?id=89243
Reviewed by Tony Chang.
* storage/indexeddb/deleted-objects-expected.txt: Added.
* storage/indexeddb/deleted-objects.html: Added.
* storage/indexeddb/resources/deleted-objects.js: Added.
(test):
(openDatabase.request.onsuccess.request.onsuccess):
(openDatabase.request.onsuccess):
(openDatabase):
* storage/indexeddb/resources/transaction-basics.js: Fix test that relied on
non-compliant behavior.
(addRemoveIDBObjects):
(addRemoveAddIDBObjects):
* storage/indexeddb/transaction-basics-expected.txt:
2012-06-15 Abhishek Arya <inferno@chromium.org>
Unreviewed. Forgot a rebaseline for r120477.
* platform/chromium-win/fast/forms/formmove3-expected.txt:
2012-06-15 Filip Pizlo <fpizlo@apple.com>
DFG should be able to set watchpoints on structure transitions in the
method check prototype chain
https://bugs.webkit.org/show_bug.cgi?id=89058
Rubber stamped by Gavin Barraclough.
* fast/js/dfg-call-method-hit-watchpoint-expected.txt: Added.
* fast/js/dfg-call-method-hit-watchpoint.html: Added.
* fast/js/script-tests/dfg-call-method-hit-watchpoint.js: Added.
(Thingy):
(Thingy.prototype.foo):
(callFoo):
(.Thingy.prototype.foo):
2012-06-14 Ryosuke Niwa <rniwa@webkit.org>
The default value of text-align should be start instead of -webkit-auto
https://bugs.webkit.org/show_bug.cgi?id=79914
Reviewed by Tony Chang.
Rebaselined tests. For query-text-alignment.html, we now match start and end
with justifyLeft and justifyRight, which appears to be consistent with Firefox for time being.
* editing/execCommand/query-text-alignment-expected.txt:
* editing/execCommand/script-tests/query-text-alignment.js:
(queryTextAlignment):
(selectFirstPosition):
(selectMiddleOfHelloWorld):
(runRangeTests):
* editing/pasteboard/paste-4039777-fix-expected.txt:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* fast/css/list-item-text-align.html:
* fast/css/text-align-initial-expected.html: Renamed from fast/css/text-align-webkit-auto-expected.html.
* fast/css/text-align-initial.html: Ditto.
* fast/events/ondrop-text-html-expected.txt:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/fast/lists/001-expected.png:
* platform/chromium-mac-snowleopard/fast/lists/001-vertical-expected.png:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/fast/lists/001-expected.txt:
* platform/mac/fast/lists/001-vertical-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-15 Jian Li <jianli@chromium.org>
[File API] FileReader should work in sandbox iframe
https://bugs.webkit.org/show_bug.cgi?id=89242
Reviewed by Adam Barth.
* fast/files/file-reader-file-url.html:
* fast/files/file-reader-sandbox-iframe-expected.txt: Added.
* fast/files/file-reader-sandbox-iframe.html: Added.
* fast/files/resources/file-reader-real.html: Renamed from LayoutTests/fast/files/resources/file-reader-file-url-iframe.html.
2012-06-15 Jian Li <jianli@chromium.org>
http/tests/fileapi/create-blob-url-from-data-url.html fails
https://bugs.webkit.org/show_bug.cgi?id=89149
Reviewed by Adam Barth.
Convert the test to check if blob URL can be created in a data iframe.
* http/tests/fileapi/create-blob-url-from-data-url-expected.txt:
* http/tests/fileapi/create-blob-url-from-data-url.html:
* platform/chromium/TestExpectations:
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
2012-06-15 David Barton <dbarton@mathscribe.com>
Inherit style changes in MathML anonymous renderers
https://bugs.webkit.org/show_bug.cgi?id=88476
Reviewed by Julien Chaffraix.
* mathml/presentation/over.xhtml:
* mathml/presentation/style-changed-expected.html: Added.
* mathml/presentation/style-changed.html: Added.
* platform/mac/mathml/presentation/attributes-expected.txt:
* platform/mac/mathml/presentation/fenced-expected.txt:
* platform/mac/mathml/presentation/fenced-mi-expected.txt:
* platform/mac/mathml/presentation/fractions-expected.txt:
* platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/mac/mathml/presentation/mo-expected.txt:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/mroot-pref-width-expected.txt:
* platform/mac/mathml/presentation/over-expected.png:
* platform/mac/mathml/presentation/over-expected.txt:
* platform/mac/mathml/presentation/roots-expected.txt:
* platform/mac/mathml/presentation/row-alignment-expected.png:
* platform/mac/mathml/presentation/row-alignment-expected.txt:
* platform/mac/mathml/presentation/row-expected.txt:
* platform/mac/mathml/presentation/style-expected.txt:
* platform/mac/mathml/presentation/sub-expected.txt:
* platform/mac/mathml/presentation/subsup-expected.txt:
* platform/mac/mathml/presentation/sup-expected.txt:
* platform/mac/mathml/presentation/tables-expected.txt:
* platform/mac/mathml/presentation/tokenElements-expected.txt:
* platform/mac/mathml/presentation/under-expected.png:
* platform/mac/mathml/presentation/under-expected.txt:
* platform/mac/mathml/presentation/underover-expected.png:
* platform/mac/mathml/presentation/underover-expected.txt:
* platform/mac/mathml/xHeight-expected.txt:
2012-06-15 Andrew Wilson <atwilson@chromium.org>
Unreviewed chromium expectations change.
* platform/chromium/TestExpectations:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in sputnik's conformance tests
https://bugs.webkit.org/show_bug.cgi?id=89184
Reviewed by Tony Chang.
* sputnik/Conformance/:
2012-06-15 Abhishek Arya <inferno@chromium.org>
Unreviewed. Rebaselines for r120477.
* platform/chromium-linux/fast/forms/formmove3-expected.txt:
* platform/chromium-win/editing/deleting/delete-3800834-fix-expected.txt:
* platform/chromium-win/fast/dynamic/011-expected.txt:
* platform/chromium-win/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/chromium-win/fast/invalid/001-expected.txt:
* platform/chromium-win/fast/invalid/003-expected.txt:
* platform/chromium-win/fast/invalid/004-expected.txt:
* platform/chromium-win/fast/invalid/007-expected.txt:
* platform/chromium-win/fast/invalid/019-expected.txt:
* platform/chromium-win/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug647-expected.txt:
* platform/chromium-win/tables/mozilla/other/wa_table_tr_align-expected.txt:
2012-06-13 Vincent Scheib <scheib@chromium.org>
Add new Pointer Lock spec webkitRequestPointerLock and webkitExitPointerLock methods.
https://bugs.webkit.org/show_bug.cgi?id=88891
Reviewed by Dimitri Glazkov.
Part of a series of refactoring changes to update pointer lock API to
the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
Entering and exiting mouse lock is provided in the new webkitRequestPointerLock and
webkitExitPointerLock methods.
Existing tests updated to use the new methods. Also, several updated to
support manual testing.
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/lock-already-locked.html:
* pointer-lock/mouse-event-delivery-expected.txt:
* pointer-lock/mouse-event-delivery.html:
* pointer-lock/pointer-lock-api-expected.txt:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
2012-06-15 Abhishek Arya <inferno@chromium.org>
Unreviewed. Rebaselines for r120477.
* fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/chromium-mac-leopard/fast/forms/formmove3-expected.txt: Added.
* platform/chromium-mac-leopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added.
* platform/chromium-mac-leopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
* platform/chromium-mac-leopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/formmove3-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/preserveFormDuringResidualStyle-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/other/wa_table_tr_align-expected.txt: Added.
* platform/chromium-mac/fast/forms/formmove3-expected.txt:
* platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/chromium-mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/chromium-mac/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/efl/TestExpectations:
* platform/gtk/editing/deleting/delete-3800834-fix-expected.txt:
* platform/gtk/fast/dynamic/011-expected.txt:
* platform/gtk/fast/forms/formmove3-expected.txt:
* platform/gtk/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/gtk/fast/invalid/001-expected.txt:
* platform/gtk/fast/invalid/003-expected.txt:
* platform/gtk/fast/invalid/004-expected.txt:
* platform/gtk/fast/invalid/007-expected.txt:
* platform/gtk/fast/invalid/019-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug647-expected.txt:
* platform/gtk/tables/mozilla/other/wa_table_tr_align-expected.txt:
* platform/qt/editing/deleting/delete-3800834-fix-expected.txt:
* platform/qt/fast/dynamic/011-expected.txt:
* platform/qt/fast/forms/formmove3-expected.txt:
* platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.txt:
* platform/qt/fast/invalid/001-expected.txt:
* platform/qt/fast/invalid/003-expected.txt:
* platform/qt/fast/invalid/004-expected.txt:
* platform/qt/fast/invalid/007-expected.txt:
* platform/qt/fast/invalid/019-expected.txt:
* platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
* platform/qt/tables/mozilla/bugs/bug647-expected.txt:
* platform/qt/tables/mozilla/other/wa_table_tr_align-expected.txt:
2012-06-15 Simon Fraser <simon.fraser@apple.com>
Rebaseline some tests after r120411.
* platform/mac/fast/forms/box-shadow-override-expected.txt:
* platform/mac/fast/forms/input-appearance-height-expected.txt:
* platform/mac/fast/forms/range/input-appearance-range-expected.txt:
* platform/mac/fast/multicol/client-rects-expected.txt:
* platform/mac/media/controls-after-reload-expected.txt:
2012-06-15 Florin Malita <fmalita@chromium.org>
Unreviewed chromium rebaseline for r120467.
* platform/chromium-linux-x86/svg/filters/feLighting-crash-expected.png:
* platform/chromium-mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
* platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
* platform/chromium-mac-leopard/svg/filters/feLighting-crash-expected.png:
* platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
* platform/chromium-mac-snowleopard/svg/filters/feLighting-crash-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
* platform/chromium-mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
* platform/chromium-mac/svg/filters/feLighting-crash-expected.png:
* platform/chromium-win-vista/svg/filters/feLighting-crash-expected.png:
* platform/chromium-win-xp/svg/filters/feLighting-crash-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
* platform/chromium-win/svg/filters/feLighting-crash-expected.png:
* platform/chromium/TestExpectations:
2012-06-15 Abhishek Arya <inferno@chromium.org>
Cleanup empty anonymous block continuation.
https://bugs.webkit.org/show_bug.cgi?id=74976
Reviewed by Julien Chaffraix.
* fast/inline/inline-empty-block-continuation-remove-expected.html: Added.
* fast/inline/inline-empty-block-continuation-remove.html: Added.
and a bunch of rebaselines in existing tests.
2012-06-15 Zan Dobersek <zandobersek@gmail.com>
Clean up the flaky tests section in Gtk's TestExpectations file. Remove
flakiness expectations for tests that have been consistently passing and
move expectations for tests that have been consistently failing under
the failing tests section, changing the expectations to represent a constant
expected failure for that test.
Rubber-stamped by Philippe Normand.
* platform/gtk/TestExpectations:
2012-06-15 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: Move FileSystem frame management from frontend to backend
https://bugs.webkit.org/show_bug.cgi?id=89190
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/read-directory.html:
2012-06-15 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: extension's Resource.getContent always returns original revision.
https://bugs.webkit.org/show_bug.cgi?id=89219
Reviewed by Vsevolod Vlasov.
* inspector/extensions/extensions-resources-expected.txt:
* inspector/extensions/extensions-resources.html:
2012-06-15 Florin Malita <fmalita@chromium.org>
Specular light filters produce dark results
https://bugs.webkit.org/show_bug.cgi?id=89116
Reviewed by Dirk Schulze.
* platform/chromium-linux/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png:
* platform/chromium-linux/svg/filters/feLighting-crash-expected.png:
* platform/chromium/TestExpectations:
* platform/mac/TestExpectations:
* svg/filters/feSpecularLight-premultiplied-expected.svg: Added.
* svg/filters/feSpecularLight-premultiplied.svg: Added.
2012-06-15 Stephen Chenney <schenney@chromium.org>
SVG Composite of Offset filters incorrectly clips
https://bugs.webkit.org/show_bug.cgi?id=77660
Reviewed by Dirk Schulze.
* svg/filters/container-with-filters-expected.svg: Added.
* svg/filters/container-with-filters.svg: Added.
2012-06-15 Ilya Tikhonovsky <loislo@chromium.org>
Web Inspector: CRASH: getProfile is crashing for unknown profiles.
https://bugs.webkit.org/show_bug.cgi?id=89202
Reviewed by Pavel Feldman.
* inspector/profiler/heap-snapshot-get-profile-crash-expected.txt: Added.
* inspector/profiler/heap-snapshot-get-profile-crash.html: Added.
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Rebaseline for type=range tests.
https://bugs.webkit.org/show_bug.cgi?id=89067
* platform/chromium-linux/fast/forms/range/input-appearance-range-expected.txt: Added.
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in layout test resources
https://bugs.webkit.org/show_bug.cgi?id=89182
Reviewed by Kent Tamura.
* resources/dump-as-markup.js:
(Markup.waitUntilDone):
(Markup.notifyDone):
* resources/magnitude-perf.js:
(Magnitude._run):
(Magnitude._runIteration):
(Magnitude):
* resources/testharnessreport.js:
2012-06-15 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding TEXT expectation for
editing/spelling/grammar-edit-word.html after r120423.
* platform/gtk/TestExpectations:
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Rebaseline for type=range tests.
https://bugs.webkit.org/show_bug.cgi?id=89067
* fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt.
* platform/chromium-linux/fast/forms/range/range-thumb-height-percentage-expected.txt: Renamed from LayoutTests/platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt.
* platform/chromium-linux/fast/forms/range/slider-padding-expected.txt: Added.
* platform/chromium-linux/fast/forms/range/slider-thumb-shared-style-expected.txt: Added.
* platform/chromium-win/fast/forms/range/input-appearance-range-expected.png:
* platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
* platform/chromium/TestExpectations:
2012-06-15 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Gardening. Skip a failing test. After r120423.
https://bugs.webkit.org/show_bug.cgi?id=89199
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-06-15 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening after r120411
https://bugs.webkit.org/show_bug.cgi?id=89194
Unreviewed EFL gardening, updating baselines after r120411.
* platform/efl/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/efl/fast/forms/box-shadow-override-expected.png:
* platform/efl/fast/forms/box-shadow-override-expected.txt:
* platform/efl/fast/forms/input-appearance-height-expected.png:
* platform/efl/fast/forms/input-appearance-height-expected.txt:
* platform/efl/fast/forms/range/input-appearance-range-expected.png:
* platform/efl/fast/forms/range/input-appearance-range-expected.txt:
* platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png:
* platform/efl/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/efl/fast/forms/range/slider-padding-expected.png:
* platform/efl/fast/forms/range/slider-padding-expected.txt:
* platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png:
* platform/efl/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/efl/fast/forms/range/slider-thumb-stylability-expected.txt:
* platform/efl/fast/multicol/client-rects-expected.png:
* platform/efl/fast/multicol/client-rects-expected.txt:
* platform/efl/fast/repaint/slider-thumb-drag-release-expected.txt:
2012-06-15 Hajime Morrita <morrita@chromium.org>
Unreviewed expectation rebaselining.
* platform/chromium-linux-x86/fast/multicol/client-rects-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/multicol/client-rects-expected.png.
* platform/chromium-linux-x86/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
* platform/chromium-linux/fast/multicol/client-rects-expected.png:
* platform/chromium-linux/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
* platform/chromium-mac-snowleopard/fast/multicol/client-rects-expected.txt: Added.
* platform/chromium-win-vista/fast/multicol/client-rects-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
* platform/chromium-win-xp/fast/multicol/client-rects-expected.png: Added.
* platform/chromium-win-xp/fast/multicol/client-rects-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/multicol/client-rects-expected.txt.
* platform/chromium-win/fast/multicol/client-rects-expected.png:
* platform/chromium-win/fast/multicol/client-rects-expected.txt:
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Rebaseline for type=range tests.
https://bugs.webkit.org/show_bug.cgi?id=89067
* platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
* platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
* platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/chromium-win/fast/repaint/slider-thumb-float-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-06-15 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Gardening after r120411. Updated baselines of 7 tests because of a color property change.
Reviewed by Csaba Osztrogonác.
* platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.png:
* platform/qt/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/qt/fast/forms/box-shadow-override-expected.png:
* platform/qt/fast/forms/box-shadow-override-expected.txt:
* platform/qt/fast/forms/range/input-appearance-range-expected.txt:
* platform/qt/fast/forms/range/range-thumb-height-percentage-expected.png: Added.
* platform/qt/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/qt/fast/forms/range/slider-padding-expected.png:
* platform/qt/fast/forms/range/slider-padding-expected.txt:
* platform/qt/fast/multicol/client-rects-expected.png: Added.
* platform/qt/fast/multicol/client-rects-expected.txt:
* platform/qt/fast/repaint/slider-thumb-drag-release-expected.png:
* platform/qt/fast/repaint/slider-thumb-drag-release-expected.txt:
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89067
* platform/chromium/TestExpectations:
Mark some tests for type=range FAIL until all bots have the new results.
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Fix a syntax error of TestExpectations.
* platform/chromium/TestExpectations:
2012-06-15 Jian Li <jianli@chromium.org>
FileReader is dysfunctional in documents with "null" origin string
https://bugs.webkit.org/show_bug.cgi?id=78648
Reviewed by Adam Barth.
* fast/files/file-reader-file-url-expected.txt: Added.
* fast/files/file-reader-file-url.html: Added.
* fast/files/resources/file-reader-file-url-iframe.html: Added.
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89067
* platform/chromium-mac/fast/multicol/client-rects-expected.txt:
2012-06-15 Taiju Tsuiki <tzik@chromium.org>
Web Inspector: LayoutTest http/tests/inspector/filesystem/* should clean up FileSystem after test.
https://bugs.webkit.org/show_bug.cgi?id=89066
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/filesystem-test.js:
(initialize_FileSystemTest.InspectorTest.clearFileSystem):
(dispatchCallback):
(createDirectory.gotFileSystem):
(createDirectory):
(createFile.gotFileSystem):
(clearFileSystem.gotRoot):
(clearFileSystem.gotRoot.removeAll):
(clearFileSystem.onError):
* http/tests/inspector/filesystem/read-directory.html:
2012-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89192
* platform/chromium/TestExpectations:
Failulre of platform/chromium/accessibility/add-to-menu-list-crashes.html is expected.
2012-06-15 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's LayoutTestController does not support titleTextDirection
https://bugs.webkit.org/show_bug.cgi?id=86475
Reviewed by Hajime Morita.
Unskip title-directionality tests now that EFL's LayoutTestController
supports titleTextDirection.
* platform/efl/TestExpectations:
2012-06-15 Emil A Eklund <eae@chromium.org>
Unreviewed chromium windows rebaseline.
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
2012-06-15 Kent Tamura <tkent@chromium.org>
A followup for r120413.
https://bugs.webkit.org/show_bug.cgi?id=89187
We need to update fast/dom/htmlcollection-non-html.html for
HTMLSelectElement::selectedOptions removal.
* fast/dom/htmlcollection-non-html-expected.txt:
* fast/dom/htmlcollection-non-html.html:
* platform/gtk/TestExpectations:
2012-06-15 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a CRASH PASS expectation for
storage/websql/quota-tracking.html which crashes intermittently
on release builds.
* platform/gtk/TestExpectations:
2012-06-15 Hironori Bono <hbono@chromium.org>
Allow platforms to choose whether to remove markers on editing
https://bugs.webkit.org/show_bug.cgi?id=88838
Reviewed by Hajime Morita.
This change adds a test that verifies WebKit removes a grammar marker from a
grammatically-incorrect word when editing the word.
* editing/spelling/grammar-edit-word-expected.txt: Added.
* editing/spelling/grammar-edit-word.html: Added.
2012-06-15 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding test expectation for
fast/dom/htmlcollection-non-html.html after r120413.
* platform/gtk/TestExpectations:
2012-06-15 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaseline.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
2012-06-15 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating baselines after r120411.
* platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/gtk/fast/forms/box-shadow-override-expected.txt:
* platform/gtk/fast/forms/input-appearance-height-expected.txt:
* platform/gtk/fast/forms/range/input-appearance-range-expected.txt:
* platform/gtk/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/gtk/fast/forms/range/slider-padding-expected.txt:
* platform/gtk/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/gtk/fast/forms/range/slider-thumb-stylability-expected.txt:
* platform/gtk/fast/multicol/client-rects-expected.txt:
* platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in networkinformation, perf, plugins, pointer-lock, printing, scrollbars, and security tests
https://bugs.webkit.org/show_bug.cgi?id=89181
Reviewed by Kent Tamura.
* perf/clone-with-focus.html:
* perf/nested-combined-selectors.html:
* perf/table-rows-length-caching.html:
* platform/chromium/plugins/call-as-function.html:
* platform/chromium/plugins/get-url-with-blank-target2.html:
* platform/chromium/plugins/get-url-with-iframe-target-no-crash.html:
* platform/chromium/printing/custom-page-size-style-expected.txt:
* platform/chromium/printing/custom-page-size-style.html:
* platform/gtk/plugins/invalidate-rect-with-null-npp-argument.html:
* platform/gtk/scrollbars/overflow-scrollbar-horizontal-wheel-scroll.html:
* platform/mac-wk2/plugins/contents-scale-factor.html:
* platform/mac-wk2/plugins/mouse-events-scaled.html:
* platform/mac/plugins/bindings-array-apply-crash.html:
* platform/mac/plugins/bindings-objc-long-method-name.html:
* platform/mac/plugins/bindings-objc-method-name-conversion.html:
* platform/mac/plugins/bindings-test-objc.html:
* platform/mac/plugins/call-as-function-test.html:
* platform/mac/plugins/convert-point.html:
* platform/mac/plugins/disable-plugins.html:
* platform/mac/plugins/jsobjc-dom-wrappers.html:
* platform/mac/plugins/jsobjc-simple.html:
* platform/mac/plugins/pluginDocumentView-deallocated-dataSource.html-disabled:
* platform/mac/plugins/root-object-premature-delete-crash.html:
* platform/mac/plugins/supports-carbon-event-model.html:
* platform/mac/plugins/testplugin-onnew-onpaint.html:
* platform/mac/plugins/throw-on-dealloc.html:
* platform/mac/plugins/undefined-property-crash.html:
* platform/mac/plugins/update-widget-from-style-recalc.html:
* platform/mac/plugins/webScriptObject-exception-deadlock.html:
* platform/mac/scrollbars/key-window-not-first-responder.html:
* platform/qt/plugins/application-plugin-plugins-disabled.html:
* platform/win/plugins/call-javascript-that-destroys-plugin.html:
* platform/win/plugins/get-value-netscape-window.html:
* platform/win/plugins/iframe-inside-overflow.html:
* platform/win/plugins/npn-invalidate-rect-invalidates-window.html:
* platform/win/plugins/visibility-hidden.html:
* platform/win/plugins/window-geometry-initialized-before-set-window.html:
* platform/win/plugins/window-region-is-set-to-clip-rect.html:
* platform/win/plugins/windowless-paint-rect-coordinates.html:
* plugins/:
* pointer-lock/lock-fail-responses-expected.txt:
* pointer-lock/lock-fail-responses.html:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
* pointer-lock/pointerlocklost-event-expected.txt:
* pointer-lock/pointerlocklost-event.html:
* printing/compositing-layer-printing.html:
* printing/css2.1/README.txt:
* printing/css2.1/page-break-after-000.html:
* printing/css2.1/page-break-after-001.html:
* printing/css2.1/page-break-after-002.html:
* printing/css2.1/page-break-after-003.html:
* printing/css2.1/page-break-after-004.html:
* printing/css2.1/page-break-before-000.html:
* printing/css2.1/page-break-before-001.html:
* printing/css2.1/page-break-before-002.html:
* printing/css2.1/page-break-inside-000.html:
* printing/iframe-print.html:
* printing/media-queries-print.html:
* printing/numberOfPages-expected.txt:
* printing/page-count-layout-overflow.html:
* printing/page-count-relayout-shrink.html:
* printing/page-count-with-one-word.html:
* printing/page-format-data-display-none.html:
* printing/page-format-data-expected.txt:
* printing/page-format-data.html:
* printing/page-rule-css-text.html:
* printing/page-rule-in-media-query.html:
* printing/page-rule-selection-expected.txt:
* printing/page-rule-selection.html:
* printing/pageNumerForElementById-expected.txt:
* printing/print-close-crash.html:
* printing/pseudo-class-outside-page.html:
* printing/resources/paged-media-test-utils.js:
(pageNumberForElementShouldBe):
(numberOfPagesShouldBe):
(runPrintingTest):
* printing/return-from-printing-mode.html:
* printing/script-tests/numberOfPages.js:
* printing/script-tests/pageNumerForElementById.js:
* printing/setPrinting.html:
* printing/simultaneous-position-float-change.html:
* printing/single-line-must-not-be-split-into-two-pages.html:
* printing/width-overflow.html:
* printing/zoomed-document.html:
* scrollbars/hidden-iframe-scrollbar-crash.html:
* scrollbars/hidden-iframe-scrollbar-crash2.html:
* scrollbars/hidden-scrollbar-prevents-layout.html:
* scrollbars/overflow-custom-scrollbar-crash.html:
* scrollbars/resources/hidden-iframe-scrollbar-crash2.html:
* scrollbars/scroll-rtl-or-bt-layer.html:
* scrollbars/scrollable-iframe-remove-crash.html:
* scrollbars/scrollbar-click-does-not-blur-content.html:
* scrollbars/scrollbar-crash-on-refresh.html:
* scrollbars/scrollbar-drag-thumb-with-large-content.html:
* scrollbars/scrollbar-gradient-crash.html:
* scrollbars/scrollbar-iframe-click-does-not-blur-content.html:
* scrollbars/scrollbar-initial-position.html:
* scrollbars/scrollbar-middleclick-nopaste.html:
* scrollbars/scrollbar-miss-mousemove-disabled.html:
* scrollbars/scrollbar-miss-mousemove.html:
* scrollbars/scrollbar-owning-renderer-crash.html:
* scrollbars/scrollbar-part-created-with-no-parent-crash.html:
* scrollbars/scrollbar-percent-padding-crash.html:
* scrollbars/scrollbar-scrollbarparts-repaint-crash.html:
* scrollbars/scrollevent-iframe-no-scrolling-wheel.html:
* scrollbars/scrollevent-iframe-no-scrolling.html:
* security/autocomplete-cleared-on-back.html:
* security/block-test-no-port.html:
* security/block-test.html:
* security/set-form-autocomplete-attribute.html:
2012-06-15 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in ietestcenter, inspector, java, jquery, loader, mathml, media, and mhtml tests
https://bugs.webkit.org/show_bug.cgi?id=89176
Reviewed by Kent Tamura.
* ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling.htm:
* inspector/audits/resources/audits-style1.css:
* inspector/console/console-long-eval-crash.html:
* inspector/extensions/extensions-audits-content-script.html:
* inspector/extensions/extensions-eval-content-script.html:
* inspector/profiler/cpu-profiler-profiling-without-inspector.html:
* inspector/timeline/timeline-animation-frame.html:
* inspector/timeline/timeline-paint.html:
* inspector/timeline/timeline-receive-response-event.html:
* inspector/timeline/timeline-timer.html:
* java/argument-to-object-type.html:
* java/array-return.html:
* java/array-sort.html:
* java/embedding-java-with-object.html:
* java/inaccessible-class.html:
* java/inline-applet-crash.html:
* java/java-and-plugins.html:
* java/lc3/:
* jquery/resources/helper.js:
* loader/go-back-to-different-window-size.html:
* loader/load-defer-resume-crash.html:
* loader/navigation-while-deferring-loads.html:
* loader/reload-subresource-when-type-changes.html:
* mathml/EmptyMFracCrash.xhtml:
* mathml/EmptyMunderOverCrash.xhtml:
* mathml/empty-mroot-crash.xhtml:
* mathml/empty-msubsup-crash.html:
* mathml/fenced-whitespace-separators-crash.html:
* mathml/msub-anonymous-child-render-crash.html:
* mathml/msubsup-no-grandchild.xhtml:
* mathml/msubsup-remove-children.xhtml:
* mathml/munderover-remove-children.html:
* mathml/operator-hijacks-fenced-node.xhtml:
* mathml/wbr-in-mroot-crash.html:
* media/W3C/w3cwrapper.js:
(test):
(async_test.t.done):
(async_test):
* media/adopt-node-crash.html:
* media/audio-controls-do-not-fade-out.html:
* media/audio-controls-rendering.html:
* media/audio-delete-while-slider-thumb-clicked.html:
* media/audio-delete-while-step-button-clicked.html:
* media/audio-garbage-collect.html:
* media/audio-no-installed-engines.html:
* media/audio-only-video-intrinsic-size.html:
* media/audio-repaint.html:
* media/context-menu-actions.html:
* media/controls-after-reload.html:
* media/controls-drag-timebar.html:
* media/controls-layout-direction.html:
* media/controls-right-click-on-timebar.html:
* media/controls-without-preload.html:
* media/crash-closing-page-with-media-as-plugin-fallback.html:
* media/fallback.html:
* media/media-blocked-by-beforeload.html:
* media/media-blocked-by-willsendrequest.html:
* media/media-controls-clone-crash.html:
* media/media-controls-invalid-url.html:
* media/media-document-audio-repaint.html:
* media/media-document-audio-size.html:
* media/media-fullscreen.js:
(canplaythrough):
* media/media-volume-slider-rendered-normal.html:
* media/no-auto-play-in-sandbox.html:
* media/remove-from-document-before-load.html:
* media/resources/foreignobject-media.svg:
* media/restore-from-page-cache.html:
* media/svg-as-image-with-media-blocked.html:
* media/video-beforeload-remove-source.html:
* media/video-canvas-alpha.html:
* media/video-canvas.html-disabled:
* media/video-click-dblckick-standalone.html:
* media/video-controls-in-media-document.html:
* media/video-controls-no-scripting.html:
* media/video-controls-toggling.html:
* media/video-controls-visible-audio-only.html:
* media/video-controls-with-mutation-event-handler.html:
* media/video-delay-load-event.html:
* media/video-display-toggle.html:
* media/video-document-types.html:
* media/video-element-other-namespace-crash.html:
* media/video-empty-source.html:
* media/video-no-audio.html:
* media/video-paint-test.js:
(init.waitForMultipleEvents):
(initAndPause.waitForMultipleEvents):
(initAndPause):
* media/video-plays-past-end-of-test.html:
* media/video-poster-blocked-by-willsendrequest.html:
* media/video-replaces-poster.html:
* media/video-source-inserted.html:
* media/video-test.js:
(endTest):
* media/video-volume-slider.html:
* media/video-zoom.html:
* mhtml/check_domain.mht:
* mhtml/multi_frames.html_original:
* mhtml/multi_frames_binary.mht:
* mhtml/multi_frames_ie.mht:
* mhtml/multi_frames_unmht.mht:
* mhtml/page_with_css_and_js_ie.mht:
* mhtml/page_with_css_and_js_unmht.mht:
* mhtml/page_with_image.html_original:
* mhtml/page_with_image_ie.mht:
* mhtml/page_with_image_unmht.mht:
* mhtml/simple_page.html_original:
* mhtml/simple_page_ie.mht:
* mhtml/simple_page_unmht.mht:
* networkinformation/resources/event-after-navigation-new.html:
* networkinformation/script-tests/event-after-navigation.js:
* platform/chromium/media/video-frame-size-change.html:
2012-06-15 Emil A Eklund <eae@chromium.org>
Unreviewed chromium win and mac rebaseline for r120403.
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac-leopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/chromium/TestExpectations:
2012-06-14 Kent Tamura <tkent@chromium.org>
Unreviewed, rolling out r110340.
http://trac.webkit.org/changeset/110340
https://bugs.webkit.org/show_bug.cgi?id=88749
* fast/dom/HTMLSelectElement/select-selectedOptions-expected.txt: Removed.
* fast/dom/HTMLSelectElement/select-selectedOptions.html: Removed.
2012-06-15 MORITA Hajime <morrita@google.com>
Unreviewed typo fix for r120405.
* platform/chromium/TestExpectations:
2012-06-14 Keishi Hattori <keishi@webkit.org>
Add color property to input type=range
https://bugs.webkit.org/show_bug.cgi?id=89067
Reviewed by Kent Tamura.
* fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
* fast/repaint/slider-thumb-float-expected.txt:
* platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
* platform/chromium-linux/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Copied from LayoutTests/fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt.
* platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-linux/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt.
* platform/chromium-linux/fast/repaint/slider-thumb-drag-release-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt.
* platform/chromium-linux/fast/repaint/slider-thumb-float-expected.txt: Copied from LayoutTests/fast/repaint/slider-thumb-float-expected.txt.
* platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-mac/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-mac/fast/forms/range/input-appearance-range-expected.txt:
* platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-win/fast/forms/range/input-appearance-range-expected.txt:
* platform/chromium-win/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/chromium-win/fast/forms/range/slider-padding-expected.txt:
* platform/chromium-win/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/chromium-win/fast/forms/range/slider-thumb-stylability-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt.
* platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
* platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
* platform/mac/fast/forms/range/range-thumb-height-percentage-expected.txt:
* platform/mac/fast/forms/range/slider-padding-expected.txt:
* platform/mac/fast/forms/range/slider-thumb-shared-style-expected.txt:
* platform/mac/fast/forms/range/slider-thumb-stylability-expected.txt:
* platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
2012-06-14 Emil A Eklund <eae@chromium.org>
Unreviewed rebaseline for mac chromium following r120403.
* platform/chromium-mac/tables/mozilla/bugs/bug55527-expected.txt: Removed.
2012-06-14 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in battery status and canvas tests
https://bugs.webkit.org/show_bug.cgi?id=88761
Reviewed by Tony Chang.
* batterystatus/resources/event-after-navigation-new.html:
* batterystatus/script-tests/event-after-navigation.js:
* canvas/philip/tests.js:
(_addTest.endTest):
(_addTest.window.onload):
(_addTest):
* canvas/philip/tests/2d.text-custom-font-load-crash.html:
2012-06-14 Emil A Eklund <eae@chromium.org>
Cast paddings to int in RenderTableCell
https://bugs.webkit.org/show_bug.cgi?id=88918
Reviewed by Levi Weintraub.
Add test ensuring that table cells does not wrap when using fractional
paddings.
* fast/sub-pixel/table-cells-with-padding-do-not-wrap-expected.txt: Added.
* fast/sub-pixel/table-cells-with-padding-do-not-wrap.html: Added.
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug89315-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug89315-expected.txt:
* platform/chromium/TestExpectations:
2012-06-14 MORITA Hajime <morrita@google.com>
Unreviewed typo fix.
* platform/chromium/TestExpectations:
2012-06-14 MORITA Hajime <morrita@google.com>
Unreviewed expectation update.
- Marked cross-domain-message-event-dispatch.html and track-cue-rendering-snap-to-lines-not-set.html
* platform/chromium/TestExpectations:
2012-06-14 Kent Tamura <tkent@chromium.org>
Validate form state strings in FormController::setStateForNewFormElements()
https://bugs.webkit.org/show_bug.cgi?id=88768
Reviewed by Hajime Morita.
* fast/forms/resources/state-restore-broken-state-1.html: Added.
* fast/forms/resources/state-restore-broken-state-2.html: Added.
* fast/forms/state-restore-broken-state-expected.txt: Added.
* fast/forms/state-restore-broken-state.html: Added.
2012-06-14 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120393.
http://trac.webkit.org/changeset/120393
https://bugs.webkit.org/show_bug.cgi?id=89163
breaks cr-mac build (Requested by morrita on #webkit).
* platform/chromium/TestExpectations:
2012-06-14 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120384.
http://trac.webkit.org/changeset/120384
https://bugs.webkit.org/show_bug.cgi?id=89157
breaks create-blob-url-from-data-url.html (Requested by
morrita on #webkit).
* fast/files/file-reader-file-url-expected.txt: Removed.
* fast/files/file-reader-file-url.html: Removed.
* fast/files/resources/file-reader-file-url-iframe.html: Removed.
2012-06-14 Dale Curtis <dalecurtis@chromium.org>
Disable click/dbl-click on MediaDocument for Chromium. Fix layout test for all platforms.
https://bugs.webkit.org/show_bug.cgi?id=89129
Fixes layout test to actually test what it says it tests. Previously it was
testing the opposite behavior and passing because MediaDocument auto-plays.
Additionally failing one half of the test would still allow you to pass the
other half. Both issues have been fixed.
Updates the test expectations for Chromium to reflect a failure.
Reviewed by Eric Carlson.
* media/video-click-dblckick-standalone-expected.txt:
* media/video-click-dblckick-standalone.html:
* platform/chromium/media/video-click-dblckick-standalone-expected.txt: Copied from LayoutTests/media/video-click-dblckick-standalone-expected.txt.
2012-06-14 Jian Li <jianli@chromium.org>
Unreviewed. Skip the failed test due to r120384 for future investigation.
* platform/chromium/TestExpectations:
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
2012-06-14 Jian Li <jianli@chromium.org>
FileReader is dysfunctional in documents with "null" origin string
https://bugs.webkit.org/show_bug.cgi?id=78648
Reviewed by Adam Barth.
* fast/files/file-reader-file-url-expected.txt: Added.
* fast/files/file-reader-file-url.html: Added.
* fast/files/resources/file-reader-file-url-iframe.html: Added.
2012-06-14 Mike West <mkwst@chromium.org>
Add test cases for header/footer elements' AXRoleDescription
https://bugs.webkit.org/show_bug.cgi?id=88911
Header and footer elements change their accessibility roles depending
on the elements which contain them. Specifically, they are described
as "banner" or "footer" in the general case, and fall back to
generic "group" role descriptions when contained in either article or
section elements. This patch simply tests that existing behavior on
Mac.
Reviewed by Chris Fleizach.
* platform/mac/accessibility/footer-expected.txt: Added.
* platform/mac/accessibility/footer.html: Added.
* platform/mac/accessibility/header-expected.txt: Added.
* platform/mac/accessibility/header.html: Added.
2012-06-14 Ryosuke Niwa <rniwa@webkit.org>
Fix Chromium test expectation after r120371.
* platform/chromium/TestExpectations:
2012-06-14 Andrew Wilson <atwilson@chromium.org>
Unreviewed update of chromium TestExpectations to mark hybi/workers/close.html as failing.
* platform/chromium/TestExpectations:
2012-06-14 Ryosuke Niwa <rniwa@webkit.org>
Get rid of FAIL test expectation
https://bugs.webkit.org/show_bug.cgi?id=89137
Reviewed by Dirk Pranke.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-06-14 Ryosuke Niwa <rniwa@webkit.org>
Radio node lists do not get updated when inserted back into a document
https://bugs.webkit.org/show_bug.cgi?id=88825
Reviewed by Darin Adler.
Add a test case to an existing test.
* fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt:
* fast/forms/radionodelist-whose-form-element-detached-from-domtree.html:
2012-06-14 Jia Pu <jpu@apple.com>
Mark text with text alternative with blue underline.
https://bugs.webkit.org/show_bug.cgi?id=83047
Reviewed by Enrica Casucci.
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac/editing/input/edit-dictated-text-with-alternative-expected.txt: Added.
* platform/mac/editing/input/edit-dictated-text-with-alternative.html: Added.
* platform/mac/editing/input/insert-dictated-text-expected.txt: Added.
* platform/mac/editing/input/insert-dictated-text.html: Added.
2012-06-14 Emil A Eklund <eae@chromium.org>
Change RenderTableSection::calcRowLogicalHeight to round rather than floor height
https://bugs.webkit.org/show_bug.cgi?id=88813
Reviewed by Julien Chaffraix.
Add new test ensuring that rows are laid out the desired height when
given a height that maps to a device pixel value.
* fast/sub-pixel/table-rows-have-stable-height-expected.txt: Added.
* fast/sub-pixel/table-rows-have-stable-height.html: Added.
2012-06-14 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Add support in DumpRenderTree for tracking repaints
https://bugs.webkit.org/show_bug.cgi?id=87658
Reviewed by Martin Robinson.
Update pixel baselines for all the tests in fast/repaint now that the
Gtk's DumpRenderTree properly tracks the repaint rects and displays
an appropriate overlay in the pixel results for such tests.
* platform/gtk/fast/repaint/4774354-expected.png:
* platform/gtk/fast/repaint/4776765-expected.png:
* platform/gtk/fast/repaint/absolute-position-change-containing-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
* platform/gtk/fast/repaint/absolute-position-changed-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png.
* platform/gtk/fast/repaint/absolute-position-moved-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/background-clip-text-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/background-generated-expected.png:
* platform/gtk/fast/repaint/background-misaligned-expected.png:
* platform/gtk/fast/repaint/background-scaling-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/backgroundSizeRepaint-expected.png:
* platform/gtk/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added.
* platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.png: Added.
* platform/gtk/fast/repaint/block-no-inflow-children-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
* platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png:
* platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png:
* platform/gtk/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
* platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png:
* platform/gtk/fast/repaint/body-background-image-expected.png:
* platform/gtk/fast/repaint/border-fit-lines-expected.png:
* platform/gtk/fast/repaint/border-radius-repaint-expected.png:
* platform/gtk/fast/repaint/border-repaint-glitch-expected.png:
* platform/gtk/fast/repaint/box-shadow-dynamic-expected.png:
* platform/gtk/fast/repaint/box-shadow-h-expected.png:
* platform/gtk/fast/repaint/box-shadow-v-expected.png:
* platform/gtk/fast/repaint/bugzilla-3509-expected.png:
* platform/gtk/fast/repaint/bugzilla-5699-expected.png:
* platform/gtk/fast/repaint/bugzilla-6278-expected.png:
* platform/gtk/fast/repaint/bugzilla-6388-expected.png:
* platform/gtk/fast/repaint/bugzilla-6473-expected.png:
* platform/gtk/fast/repaint/bugzilla-7235-expected.png:
* platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png:
* platform/gtk/fast/repaint/canvas-putImageData-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/caret-outside-block-expected.png:
* platform/gtk/fast/repaint/change-transform-expected.png:
* platform/gtk/fast/repaint/clip-with-layout-delta-expected.png:
* platform/gtk/fast/repaint/clipped-relative-expected.png:
* platform/gtk/fast/repaint/containing-block-position-change-expected.png:
* platform/gtk/fast/repaint/content-into-overflow-expected.png:
* platform/gtk/fast/repaint/continuation-after-outline-expected.png:
* platform/gtk/fast/repaint/control-clip-expected.png:
* platform/gtk/fast/repaint/create-layer-repaint-expected.png:
* platform/gtk/fast/repaint/delete-into-nested-block-expected.png:
* platform/gtk/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
* platform/gtk/fast/repaint/erase-overflow-expected.png:
* platform/gtk/fast/repaint/fixed-after-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.png: Added.
* platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png: Added.
* platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png: Added.
* platform/gtk/fast/repaint/fixed-expected.png:
* platform/gtk/fast/repaint/fixed-in-page-scale-expected.png: Added.
* platform/gtk/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Added.
* platform/gtk/fast/repaint/fixed-move-after-scroll-expected.png: Added.
* platform/gtk/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
* platform/gtk/fast/repaint/fixed-right-bottom-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
* platform/gtk/fast/repaint/fixed-right-in-page-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/fixed-scale-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/fixed-scroll-simple-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-section-overflow-expected.png.
* platform/gtk/fast/repaint/fixed-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/fixed-table-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/fixed-table-overflow-zindex-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/fixed-tranformed-expected.png: Added.
* platform/gtk/fast/repaint/flexible-box-overflow-expected.png:
* platform/gtk/fast/repaint/flexible-box-overflow-horizontal-expected.png:
* platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png:
* platform/gtk/fast/repaint/float-move-during-layout-expected.png:
* platform/gtk/fast/repaint/float-new-in-block-expected.png:
* platform/gtk/fast/repaint/float-overflow-expected.png: Added.
* platform/gtk/fast/repaint/float-overflow-right-expected.png: Added.
* platform/gtk/fast/repaint/focus-layers-expected.png:
* platform/gtk/fast/repaint/gradients-em-stops-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/iframe-scroll-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png.
* platform/gtk/fast/repaint/inline-block-overflow-expected.png:
* platform/gtk/fast/repaint/inline-block-resize-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/inline-color-change-expected.png:
* platform/gtk/fast/repaint/inline-horizontal-bt-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
* platform/gtk/fast/repaint/inline-outline-repaint-expected.png:
* platform/gtk/fast/repaint/inline-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
* platform/gtk/fast/repaint/inline-relative-positioned-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/inline-vertical-lr-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
* platform/gtk/fast/repaint/inline-vertical-rl-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
* platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png:
* platform/gtk/fast/repaint/intermediate-layout-position-expected.png:
* platform/gtk/fast/repaint/invisible-objects-expected.png:
* platform/gtk/fast/repaint/japanese-rl-selection-clear-expected.png: Added.
* platform/gtk/fast/repaint/japanese-rl-selection-repaint-expected.png: Added.
* platform/gtk/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
* platform/gtk/fast/repaint/layer-child-outline-expected.png:
* platform/gtk/fast/repaint/layer-full-repaint-expected.png:
* platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png:
* platform/gtk/fast/repaint/layer-outline-expected.png:
* platform/gtk/fast/repaint/layer-outline-horizontal-expected.png:
* platform/gtk/fast/repaint/layer-visibility-expected.png:
* platform/gtk/fast/repaint/layout-state-only-positioned-expected.png:
* platform/gtk/fast/repaint/layout-state-relative-expected.png:
* platform/gtk/fast/repaint/layout-state-scrolloffset-expected.png: Added.
* platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.png: Added.
* platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.png: Added.
* platform/gtk/fast/repaint/line-flow-with-floats-1-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-10-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-2-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-3-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-4-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-5-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-6-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-7-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-8-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/gtk/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
* platform/gtk/fast/repaint/line-in-scrolled-clipped-block-expected.png:
* platform/gtk/fast/repaint/line-overflow-expected.png:
* platform/gtk/fast/repaint/lines-with-layout-delta-expected.png:
* platform/gtk/fast/repaint/list-marker-2-expected.png:
* platform/gtk/fast/repaint/list-marker-expected.png:
* platform/gtk/fast/repaint/make-children-non-inline-expected.png:
* platform/gtk/fast/repaint/moving-shadow-on-container-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
* platform/gtk/fast/repaint/moving-shadow-on-path-expected.png: Added.
* platform/gtk/fast/repaint/multicol-repaint-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png.
* platform/gtk/fast/repaint/nested-iframe-scroll-inner-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-expected.png.
* platform/gtk/fast/repaint/nested-iframe-scroll-outer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-table-cell-expected.png.
* platform/gtk/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
* platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.png:
* platform/gtk/fast/repaint/outline-child-repaint-expected.png:
* platform/gtk/fast/repaint/outline-inset-expected.png:
* platform/gtk/fast/repaint/outline-repaint-glitch-expected.png:
* platform/gtk/fast/repaint/outline-shrinking-expected.png:
* platform/gtk/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
* platform/gtk/fast/repaint/overflow-delete-line-expected.png:
* platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-full-repaint-expected.png.
* platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/overflow-hide-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-hide-when-needs-layout-expected.png.
* platform/gtk/fast/repaint/overflow-into-content-expected.png:
* platform/gtk/fast/repaint/overflow-outline-repaint-expected.png:
* platform/gtk/fast/repaint/overflow-scroll-body-appear-expected.png:
* platform/gtk/fast/repaint/overflow-scroll-delete-expected.png:
* platform/gtk/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/overflow-show-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png.
* platform/gtk/fast/repaint/reflection-redraw-expected.png:
* platform/gtk/fast/repaint/reflection-repaint-test-expected.png:
* platform/gtk/fast/repaint/region-painting-invalidation-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
* platform/gtk/fast/repaint/region-painting-via-layout-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/rel-positioned-inline-with-overflow-expected.png:
* platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.png:
* platform/gtk/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Added.
* platform/gtk/fast/repaint/repaint-during-scroll-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
* platform/gtk/fast/repaint/repaint-resized-overflow-expected.png:
* platform/gtk/fast/repaint/repaint-svg-after-style-change-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
* platform/gtk/fast/repaint/scale-page-shrink-expected.png:
* platform/gtk/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-new-in-block-expected.png.
* platform/gtk/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png.
* platform/gtk/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/layer-visibility-expected.png.
* platform/gtk/fast/repaint/scroll-fixed-reflected-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/erase-overflow-expected.png.
* platform/gtk/fast/repaint/scroll-in-clipped-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/scroll-in-fixed-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-outer-border-expected.png.
* platform/gtk/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
* platform/gtk/fast/repaint/scroll-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png.
* platform/gtk/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-in-composited-layer-expected.png.
* platform/gtk/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
* platform/gtk/fast/repaint/search-field-cancel-expected.png:
* platform/gtk/fast/repaint/select-option-background-color-expected.png: Added.
* platform/gtk/fast/repaint/selected-replaced-expected.png:
* platform/gtk/fast/repaint/selection-after-delete-expected.png:
* platform/gtk/fast/repaint/selection-after-remove-expected.png:
* platform/gtk/fast/repaint/selection-clear-expected.png:
* platform/gtk/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Added.
* platform/gtk/fast/repaint/selection-gap-overflow-scroll-expected.png:
* platform/gtk/fast/repaint/selection-rl-expected.png: Added.
* platform/gtk/fast/repaint/shadow-multiple-horizontal-expected.png:
* platform/gtk/fast/repaint/shadow-multiple-strict-horizontal-expected.png:
* platform/gtk/fast/repaint/shadow-multiple-strict-vertical-expected.png:
* platform/gtk/fast/repaint/shadow-multiple-vertical-expected.png:
* platform/gtk/fast/repaint/slider-thumb-drag-release-expected.png:
* platform/gtk/fast/repaint/slider-thumb-float-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/stacked-diacritics-expected.png: Added.
* platform/gtk/fast/repaint/static-to-positioned-expected.png:
* platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.png:
* platform/gtk/fast/repaint/subtree-root-clip-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
* platform/gtk/fast/repaint/subtree-root-clip-3-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/subtree-root-clip-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
* platform/gtk/fast/repaint/subtree-root-skipped-expected.png:
* platform/gtk/fast/repaint/svg-layout-root-style-attr-update-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
* platform/gtk/fast/repaint/table-cell-collapsed-border-expected.png:
* platform/gtk/fast/repaint/table-cell-move-expected.png:
* platform/gtk/fast/repaint/table-cell-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/clip-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/table-col-background-expected.png:
* platform/gtk/fast/repaint/table-collapsed-border-expected.png:
* platform/gtk/fast/repaint/table-extra-bottom-grow-expected.png:
* platform/gtk/fast/repaint/table-hover-on-link-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/intermediate-layout-position-clip-expected.png.
* platform/gtk/fast/repaint/table-outer-border-expected.png:
* platform/gtk/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/selection-clear-expected.png.
* platform/gtk/fast/repaint/table-row-expected.png:
* platform/gtk/fast/repaint/table-section-overflow-expected.png:
* platform/gtk/fast/repaint/table-section-repaint-expected.png:
* platform/gtk/fast/repaint/table-two-pass-layout-overpaint-expected.png:
* platform/gtk/fast/repaint/table-writing-modes-h-expected.png: Added.
* platform/gtk/fast/repaint/table-writing-modes-v-expected.png: Added.
* platform/gtk/fast/repaint/text-append-dirty-lines-expected.png:
* platform/gtk/fast/repaint/text-emphasis-h-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/continuation-after-outline-expected.png.
* platform/gtk/fast/repaint/text-emphasis-v-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/text-in-relative-positioned-inline-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/button-spurious-layout-hint-expected.png.
* platform/gtk/fast/repaint/text-selection-rect-in-overflow-2-expected.png:
* platform/gtk/fast/repaint/text-selection-rect-in-overflow-expected.png:
* platform/gtk/fast/repaint/text-shadow-expected.png:
* platform/gtk/fast/repaint/text-shadow-horizontal-expected.png:
* platform/gtk/fast/repaint/textarea-set-disabled-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/float-in-new-block-with-layout-delta-expected.png.
* platform/gtk/fast/repaint/trailing-floats-root-line-box-overflow-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-row-expected.png.
* platform/gtk/fast/repaint/transform-absolute-child-expected.png:
* platform/gtk/fast/repaint/transform-absolute-in-positioned-container-expected.png:
* platform/gtk/fast/repaint/transform-disable-layoutstate-expected.png:
* platform/gtk/fast/repaint/transform-layout-repaint-expected.png:
* platform/gtk/fast/repaint/transform-relative-position-expected.png:
* platform/gtk/fast/repaint/transform-repaint-descendants-expected.png:
* platform/gtk/fast/repaint/transform-replaced-shadows-expected.png:
* platform/gtk/fast/repaint/transform-rotate-and-remove-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/table-col-background-expected.png.
* platform/gtk/fast/repaint/transform-translate-expected.png:
* platform/gtk/fast/repaint/view-background-from-body-1-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/block-selection-gap-stale-cache-expected.png.
* platform/gtk/fast/repaint/view-background-from-body-2-expected.png: Copied from LayoutTests/platform/gtk/fast/repaint/invisible-objects-expected.png.
2012-06-14 Simon Fraser <simon.fraser@apple.com>
Rebaseline some Mac results after r120246.
* platform/mac/media/audio-controls-rendering-expected.txt:
* platform/mac/media/controls-after-reload-expected.txt:
* platform/mac/media/controls-strict-expected.txt:
* platform/mac/media/video-colorspace-yuv420-expected.txt:
* platform/mac/media/video-colorspace-yuv422-expected.txt:
* platform/mac/media/video-controls-rendering-expected.txt:
* platform/mac/media/video-display-toggle-expected.txt:
* platform/mac/media/video-no-audio-expected.txt:
* platform/mac/media/video-playing-and-pause-expected.txt:
2012-06-14 Justin Novosad <junov@chromium.org>
[Chromium] webkitImageSmoothingEnabled canvas property does not work on redraw
https://bugs.webkit.org/show_bug.cgi?id=89018
Reviewed by Stephen White.
New layout test that verifies that disabling image smoothing on a 2d
canvas continues to work after multiple paint cycles.
* fast/canvas/canvas-imageSmoothingEnabled-repaint-expected.txt: Added.
* fast/canvas/canvas-imageSmoothingEnabled-repaint.html: Added.
* fast/canvas/script-tests/canvas-imageSmoothingEnabled-repaint.js: Added.
(draw):
(testResult):
(TestControllerPaint):
(BrowserPaint):
(onLoadHandler):
2012-06-14 Stephen Chenney <schenney@chromium.org>
[svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
https://bugs.webkit.org/show_bug.cgi?id=64966
Unreviewed suppression of crashing tests:
svg/batik/text/textDecoration.svg
svg/batik/text/textEffect3.svg
* platform/chromium/TestExpectations:
2012-06-14 Jon Honeycutt <jhoneycutt@apple.com>
Unskip some now-passing tests.
https://bugs.webkit.org/show_bug.cgi?id=89078
* platform/win/Skipped:
2012-06-14 Alexey Proskuryakov <ap@apple.com>
[CFNetwork] XMLHttpRequest incorrectly returns cached responses even when there is a Vary header field
https://bugs.webkit.org/show_bug.cgi?id=88925
Reviewed by David Kilzer.
* http/tests/cache/resources/xhr-vary-header-response.php: Added.
* http/tests/cache/resources/xhr-vary-header-subframe.html: Added.
* http/tests/cache/xhr-vary-header-expected.txt: Added.
* http/tests/cache/xhr-vary-header.html: Added.
2012-06-14 Simon Pena <spena@igalia.com>
[GTK] Update TestExpectations with tests crashing in 64bits Debug build
https://bugs.webkit.org/show_bug.cgi?id=89105
Unreviewed gardening.
Mark svg/batik/text/textDecoration.svg and
svg/batik/text/textEffect3.svg as crashing in DEBUG.
* platform/gtk/TestExpectations:
2012-06-14 Simon Pena <spena@igalia.com>
[GTK] Update TestExpectations with non-passing tests
https://bugs.webkit.org/show_bug.cgi?id=89100
Unreviewed gardening.
Mark plugins/plugin-initiate-popup-window.html as flaky and
svg/transforms/transformed-text-fill-pattern.html as failing.
* platform/gtk/TestExpectations:
2012-06-14 Tony Chang <tony@chromium.org>
[Qt] New css3/flexbox/flexitem.html fails
https://bugs.webkit.org/show_bug.cgi?id=88963
Reviewed by Hajime Morita.
* css3/flexbox/flexitem.html: The height of the alt text was taller
than the height of the missing image placeholder graphic on Qt. To
get the same results, force the font size to something small.
The test still fails on Qt so leaving it in the Skipped file for now.
2012-06-14 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Selector list start position is not extracted for style rules inside @media rules
https://bugs.webkit.org/show_bug.cgi?id=89094
Reviewed by Pavel Feldman.
* inspector/audits/audits-panel-functional.html:
2012-06-14 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Tests rebaselining after r120167, r120246
https://bugs.webkit.org/show_bug.cgi?id=89069
Unreviewed EFL gardening after r120246 and r120167, updating baselines.
* platform/efl/fast/layers/video-layer-expected.txt:
* platform/efl/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/efl/media/audio-controls-rendering-expected.txt:
* platform/efl/media/audio-repaint-expected.txt:
* platform/efl/media/controls-after-reload-expected.txt:
* platform/efl/media/controls-strict-expected.txt:
* platform/efl/media/controls-styling-expected.txt:
* platform/efl/media/controls-without-preload-expected.txt:
* platform/efl/media/media-controls-clone-expected.txt:
* platform/efl/media/media-document-audio-repaint-expected.txt:
* platform/efl/media/video-controls-rendering-expected.txt:
* platform/efl/media/video-display-toggle-expected.txt:
* platform/efl/media/video-empty-source-expected.txt:
* platform/efl/media/video-zoom-controls-expected.txt:
2012-06-14 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, test rebaseline after r120317.
* inspector/styles/override-screen-size-expected.txt:
2012-06-14 Simon Pena <spena@igalia.com>
[GTK] Mark fast/forms/text-input-event.html as flaky in TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=89085
Unreviewed gardening. Mark test as flaky.
* platform/gtk/TestExpectations:
2012-06-14 Stephen Chenney <schenney@chromium.org>
[svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
https://bugs.webkit.org/show_bug.cgi?id=64966
Unreviewed Chromium test expectations update.
Bug fixed by Dominik Röttsches.
* platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
* platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium/TestExpectations:
2012-06-14 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: [Device Metrics] "Fit window" results in duplicate rescaling in WebDevToolsAgentImpl::autoZoomPageToFitWidth()
https://bugs.webkit.org/show_bug.cgi?id=89092
Reviewed by Pavel Feldman.
* platform/chromium/inspector/styles/device-metrics-fit-window-expected.txt:
* platform/chromium/inspector/styles/device-metrics-fit-window.html:
2012-06-14 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r120314.
* platform/qt/Skipped: skip svg/transforms/transformed-text-fill-gradient.html
2012-06-14 Dominik Röttsches <dominik.rottsches@intel.com>
[svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
https://bugs.webkit.org/show_bug.cgi?id=64966
Reviewed by Nikolas Zimmermann.
For Pattern: RefTest that compare a scaled rectangle with a scaled block of Ahem characters.
The pattern or gradient should scale in the same way for the text and the rectangle.
This approach needs a clipping path hack to work around micro gaps between Ahem characters
due to rounding.
For Gradient: Scaling text at two different scale factors and adjusting font size to yield the same effective text size.
Gradient fill should be identical in both cases.
* platform/chromium/TestExpectations: Added 3 tests that need rebaselining for text gradient fills.
* svg/transforms/transformed-text-fill-gradient-expected.html: Added.
* svg/transforms/transformed-text-fill-gradient.html: Added.
* svg/transforms/transformed-text-fill-pattern-expected.html: Added.
* svg/transforms/transformed-text-fill-pattern.html: Added.
2012-06-14 Jan Keromnes <janx@linux.com>
Web Inspector: Implement ExtensionPanel.show() method
https://bugs.webkit.org/show_bug.cgi?id=88473
Add output for ExtensionPanel callbacks, and use ExtensionPanel.show()
to show the panel. Fix expected.
Reviewed by Pavel Feldman.
* inspector/extensions/extensions-panel-expected.txt:
* inspector/extensions/extensions-panel.html:
2012-06-14 David Barr <davidbarr@chromium.org>
Add dpcm to css3-images image-resolution
https://bugs.webkit.org/show_bug.cgi?id=85442
Reviewed by Tony Chang.
* fast/css/image-resolution/image-resolution-expected.txt:
* fast/css/image-resolution/image-resolution.html:
2012-06-14 Matt Falkenhagen <falken@chromium.org>
LocaleToScriptMappingDefault.cpp should also do what scriptCodeForFontSelection does in LocaleToScriptMappingICU.cpp
https://bugs.webkit.org/show_bug.cgi?id=88845
Reviewed by Kent Tamura.
* fast/text/international/jpan-script-equivalence-expected.html: Added.
* fast/text/international/jpan-script-equivalence.html: Added.
2012-06-14 Edaena Salinas Jasso <edaena@apple.com>
el.getAttribute('type') returns 'null' when setting el.type to null
https://bugs.webkit.org/show_bug.cgi?id=89030
Reviewed by Alexey Proskuryakov.
* fast/dom/HTMLButtonElement/change-type-expected.txt: Updated the expected output
so that it matches the null return type of getAttribute('type').
* fast/dom/HTMLButtonElement/change-type.html: Change test of getAttribute('type')
to be null instead of 'null'. Addressed and unrelated review comment from bug 14439
about how 'undefined' is specified in the shouldBe function.
2012-06-14 Alec Flett <alecflett@chromium.org>
IndexedDB: Creating a transaction from within a transaction callback should fail
https://bugs.webkit.org/show_bug.cgi?id=80547
Reviewed by Tony Chang.
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt:
* storage/indexeddb/mozilla/resources/cursor-update-updates-indexes.js:
(setupObjectStoreAndCreateIndexAndAdd.transaction.oncomplete):
(setupObjectStoreAndCreateIndexAndAdd):
* storage/indexeddb/mozilla/resources/object-store-remove-values.js:
(createObjectStore):
(finalCheck):
* storage/indexeddb/mozilla/resources/remove-objectstore.js:
(createAndPopulateObjectStore):
(postSetVersion2.request.onsuccess):
(postSetVersion2):
(deleteSecondObjectStore):
* storage/indexeddb/resources/cursor-update.js:
(openBasicCursor):
(keyCursor):
(testReadOnly):
(attemptUpdate):
* storage/indexeddb/resources/database-basics.js:
(openSuccess.request.onsuccess):
(openSuccess):
(setVersionSuccess.request.onsuccess):
(setVersionSuccess):
(createObjectStore):
* storage/indexeddb/resources/version-change-exclusive.js:
(test):
* storage/indexeddb/version-change-exclusive-expected.txt:
2012-06-14 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [DRT] Implement setDomainRelaxationForbiddenForURLScheme in EFL DRT
https://bugs.webkit.org/show_bug.cgi?id=84577
Reviewed by Ryosuke Niwa.
Unskip http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
* platform/efl/Skipped:
2012-06-14 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Updating baseline after r120257.
* fast/table/max-width-integer-overflow-expected.txt:
2012-06-14 Li Yin <li.yin@intel.com>
[WebSocket] WebSocket object in Worker Context should fire error event when it fails connection.
https://bugs.webkit.org/show_bug.cgi?id=88744
Reviewed by Kent Tamura.
* http/tests/websocket/tests/hybi/workers/close-expected.txt:
* http/tests/websocket/tests/hybi/workers/resources/close.js:
(testPassed):
(runCodeTest.else.ws.onerror):
(runCodeTest):
(runReasonTest.else.ws.onerror):
(runReasonTest):
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r120246 and r120257, updating baselines.
* platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt:
* platform/gtk/fast/layers/video-layer-expected.txt:
* platform/gtk/fast/table/max-width-integer-overflow-expected.txt: Added.
* platform/gtk/media/audio-controls-rendering-expected.txt:
* platform/gtk/media/audio-repaint-expected.txt:
* platform/gtk/media/controls-strict-expected.txt:
* platform/gtk/media/controls-styling-expected.txt:
* platform/gtk/media/controls-without-preload-expected.txt:
* platform/gtk/media/media-controls-clone-expected.txt:
* platform/gtk/media/media-document-audio-repaint-expected.txt:
* platform/gtk/media/video-controls-rendering-expected.txt:
* platform/gtk/media/video-empty-source-expected.txt:
* platform/gtk/media/video-no-audio-expected.txt:
* platform/gtk/media/video-volume-slider-expected.txt:
* platform/gtk/media/video-zoom-controls-expected.txt:
2012-06-13 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update expectations
https://bugs.webkit.org/show_bug.cgi?id=88949
http/tests/media/media-source/video-media-source-add-and-remove-ids.html
is passing on canary bots but producing text diffs on the WebKit
waterfall. As noted in the bug, I believe the text diffs are
timing-related.
* platform/chromium/TestExpectations:
2012-06-13 Kinuko Yasuda <kinuko@chromium.org>
[Chromium] Unreviewed: Add rebaseline and update expectations.
https://bugs.webkit.org/show_bug.cgi?id=87356
Patch by Eric Uhrhane <ericu@chromium.org>
* platform/chromium/fast/files/read-blob-async-expected.txt: Added.
* platform/chromium/fast/files/workers/worker-read-blob-async-expected.txt: Added.
* platform/chromium/fast/files/workers/worker-read-blob-sync-expected.txt: Added.
2012-06-13 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline for Mac
Rebaselining after r119893. There was a rebasline in r120221 but
it failed on Chromium WebKit waterfall and canaries after that, so
trying again.
* platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
2012-06-13 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update expectations
https://bugs.webkit.org/show_bug.cgi?id=88949
http/tests/media/media-source/video-media-source-add-and-remove-ids.html
is flakily hitting an ASSERT on Chromium canaries.
* platform/chromium/TestExpectations:
2012-06-13 Min Qin <qinmin@google.com>
Address some feedbacks in layout test
https://bugs.webkit.org/show_bug.cgi?id=88909
Reviewed by Eric Carlson.
Fixed some comments in https://bugs.webkit.org/show_bug.cgi?id=88897.
Reduced the timeout to 100 ms and fixed the function definition.
* media/no-autoplay-with-user-gesture-requirement.html:
2012-06-13 Jeffrey Pfau <jpfau@apple.com>
Padding and borders can cause integer overflow in block layouts
https://bugs.webkit.org/show_bug.cgi?id=88820
<rdar://problem/11328762>
Reviewed by Tony Chang.
* fast/block/block-size-integer-overflow-expected.txt: Added.
* fast/block/block-size-integer-overflow.html: Added.
* fast/flexbox/box-size-integer-overflow-expected.txt: Added.
* fast/flexbox/box-size-integer-overflow.html: Added.
* fast/table/table-size-integer-overflow-expected.txt: Added.
* fast/table/table-size-integer-overflow.html: Added.
2012-06-13 Dirk Pranke <dpranke@chromium.org>
Unreviewed, expectations changes.
* platform/chromium-win/http/tests/misc/location-replace-crossdomain-expected.txt:
* platform/chromium/fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.
2012-06-12 Vincent Scheib <scheib@chromium.org>
Remove duplicate webkitpointerlockchange events when unlocking.
https://bugs.webkit.org/show_bug.cgi?id=88917
Reviewed by Dimitri Glazkov.
Part of a series of refactoring changes to update pointer lock API to
the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
Tests simplified by removing the duplicate change events.
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt:
* pointer-lock/pointerlockchange-pointerlockerror-events.html:
2012-06-12 Filip Pizlo <fpizlo@apple.com>
DFG should be able to set watchpoints on global variables
https://bugs.webkit.org/show_bug.cgi?id=88692
Rubber stamped by Geoffrey Garen.
Added a test for watchpoints. Also updated the jsc-test-list to include the latest
tests.
* fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added.
* fast/js/dfg-call-function-hit-watchpoint.html: Added.
* fast/js/jsc-test-list:
* fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added.
(foo):
(bar):
(.foo):
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r120228, fix an incorrect test expectation.
* platform/gtk/TestExpectations:
2012-06-13 Alec Flett <alecflett@chromium.org>
[V8] IndexedDB: Cursor value modifications should be preserved until cursor iterates
https://bugs.webkit.org/show_bug.cgi?id=83526
Reviewed by Kentaro Hara.
* storage/indexeddb/cursor-value-expected.txt: Added.
* storage/indexeddb/cursor-value.html: Added.
* storage/indexeddb/resources/cursor-value.js: Added.
(openDatabase.request.onsuccess.request.onsuccess):
(openDatabase.request.onsuccess):
(openDatabase):
(testCursor.request.onsuccess):
(testCursor):
(ensureModificationsNotPersisted.request.onsuccess):
(ensureModificationsNotPersisted):
2012-06-13 Shrey Banga <banga@chromium.org>
REGRESSION(r120108): It made http/tests/loading/gmail-assert-on-load.html fail
https://bugs.webkit.org/show_bug.cgi?id=88923
Reviewed by Csaba Osztrogonác.
* http/tests/loading/gmail-assert-on-load-expected.txt: Removed.
* http/tests/misc/gmail-assert-on-load-expected.txt: Added.
* http/tests/misc/gmail-assert-on-load.html: Renamed from LayoutTests/http/tests/loading/gmail-assert-on-load.html.
All tests in http/tests/loading dump frame load events, which are not
consistent or relevant for this test. So it had to be moved out of
http/tests/loading.
* platform/qt/Skipped: This test can be unskipped now
2012-06-13 Vineet Chaudhary <rgf748@motorola.com>
REGRESSION (r120204-r120206): 37 fast/profiler tests failing on GTK Linux 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=89006
Reviewed by Enrica Casucci.
* fast/profiler/nested-start-and-stop-profiler-expected.txt:
* fast/profiler/resources/profiler-test-JS-resources.js:
(printProfileNodeWithoutTime): change childern to children()
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Enable link prefetch support in the developer builds
https://bugs.webkit.org/show_bug.cgi?id=89011
Reviewed by Martin Robinson.
Remove expectations for link prefetch tests that now pass and
recategorise a few failures that now fail due to missing
dumpResourceResponseMIMETypes implementation in DumpRenderTree.
* platform/gtk/TestExpectations:
2012-06-13 Julien Chaffraix <jchaffraix@webkit.org>
Unreviewed flakiness removal.
* platform/chromium/TestExpectations:
The test was improved as bug 52064 (which was fixed some time ago). The test isn't showing
up as flaky anymore so removing it.
2012-06-13 David Grogan <dgrogan@chromium.org>
IndexedDB: Add tests, an assert, and some comments around open/close/setVersion call sequencing
https://bugs.webkit.org/show_bug.cgi?id=88829
Reviewed by Tony Chang.
* storage/indexeddb/factory-deletedatabase-interactions-expected.txt:
* storage/indexeddb/resources/factory-deletedatabase-interactions.js:
(Connection.this.open.req.onsuccess.that.handle.onversionchange):
(Connection.this.open.req.onsuccess):
(Connection.this.open):
(test3):
(test4.runSteps.):
(test4):
(test4.):
* storage/indexeddb/resources/three-setversion-calls.js: Added.
(test):
(openDBConnection):
(successHandler.return.trans.oncomplete):
(openSuccess1.deleteRequest.onsuccess):
(openSuccess1):
* storage/indexeddb/three-setversion-calls-expected.txt: Added.
* storage/indexeddb/three-setversion-calls.html: Added.
2012-06-13 Levi Weintraub <leviw@chromium.org>
Unreviewed Chromium test expectation update after r119893.
* fast/multicol/nested-columns-expected.txt: Added.
* fast/multicol/vertical-lr/nested-columns-expected.txt: Added.
* platform/chromium-linux-x86/fast/borders: Removed.
* platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
* platform/chromium-linux/fast/borders/border-antialiasing-expected.png:
* platform/chromium-linux/fast/multicol/nested-columns-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/chromium-linux/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
* platform/chromium-mac-leopard/fast/borders/border-antialiasing-expected.png:
* platform/chromium-mac-leopard/fast/multicol/nested-columns-expected.png:
* platform/chromium-mac-leopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Removed.
* platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
* platform/chromium-mac/fast/multicol/nested-columns-expected.png:
* platform/chromium-mac/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-mac/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/chromium-mac/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
* platform/chromium-win-vista/fast/borders: Removed.
* platform/chromium-win-vista/fast/multicol: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
* platform/chromium-win-xp/fast/borders: Removed.
* platform/chromium-win/fast/borders/border-antialiasing-expected.png:
* platform/chromium-win/fast/multicol/nested-columns-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/chromium-win/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
* platform/chromium/TestExpectations:
* platform/efl/fast/multicol/nested-columns-expected.txt: Removed.
* platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.
* platform/gtk/fast/multicol/nested-columns-expected.txt: Removed.
* platform/gtk/fast/multicol/vertical-lr/nested-columns-expected.txt: Removed.
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
Skip the isolated world tests for Gtk - the infrastructure is missing
and they take too long to fail by timing out, lengthening the bot cycles.
Rubber-stamped by Philippe Normand.
* platform/gtk/TestExpectations:
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r120100, r120167, r120173 and r120181.
* fast/events/constructors/speech-recognition-error-constructor-expected.txt:
* platform/gtk/editing/pasteboard/4641033-expected.txt:
* platform/gtk/editing/selection/mixed-editability-1-expected.txt:
* platform/gtk/editing/selection/paragraph-granularity-expected.txt:
* platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
* platform/gtk/editing/selection/word-granularity-expected.txt:
* platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
* platform/gtk/http/tests/misc/location-replace-crossdomain-expected.txt:
2012-06-13 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Support user attributes in DOMNode
https://bugs.webkit.org/show_bug.cgi?id=88706
Reviewed by Pavel Feldman.
* http/tests/inspector/elements-test.js:
(initialize_ElementTest.InspectorTest.dumpElementsTree.dumpMap):
(initialize_ElementTest.InspectorTest.dumpElementsTree.userPropertyDataDump):
(initialize_ElementTest.InspectorTest.dumpElementsTree.print):
(initialize_ElementTest.InspectorTest.dumpElementsTree):
* inspector/elements/resources/user-properties.js: Added.
(test.step0):
(test.step1):
(test.step2):
(test):
* inspector/elements/user-properties-expected.txt: Added.
* inspector/elements/user-properties.html: Added.
2012-06-13 Vineet Chaudhary <vineet.chaudhary@motorola.com>
REGRESSION:Bindings sequence<T> in Console.idl, Internals.idl and ScriptProfileNode.idl should be T[]
https://bugs.webkit.org/show_bug.cgi?id=84863
Reviewed by Kentaro Hara.
With reference to http://www.w3.org/TR/WebIDL/#idl-sequence
"Sequences must not be used as the type of an attribute, constant or exception field."
So we should use T[] instead of sequence<T>.
* fast/harness/user-preferred-language.html: Using getter and setter
for userPreferredLanguages.
* inspector/profiler/cpu-profiler-profiling-without-inspector.html:
Use ScriptProfileNode.children as function.
* media/track/track-language-preference-expected.txt:
* media/track/track-language-preference.html: Using setter for
userPreferredLanguages.
2012-06-13 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
Rebaseline updated tests to green Qt bots.
* platform/qt/editing/pasteboard/4641033-expected.txt:
* platform/qt/editing/selection/mixed-editability-1-expected.txt:
* platform/qt/editing/selection/paragraph-granularity-expected.txt:
* platform/qt/editing/selection/triple-click-in-pre-expected.txt:
* platform/qt/editing/selection/word-granularity-expected.txt:
* platform/qt/http/tests/misc/location-replace-crossdomain-expected.txt:
2012-06-13 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL][DRT] Gardening for a greener bot
https://bugs.webkit.org/show_bug.cgi?id=88971
Unreviewed, EFL gardening.
* platform/efl/TestExpectations:
* platform/efl/fast/multicol/span/clone-flexbox-expected.txt: rebaselined after r120100.
* platform/efl/http/tests/loading/gmail-assert-on-load-expected.txt: Added, we print more verbosely.
2012-06-13 Christophe Dumez <christophe.dumez@intel.com>
[GTK][EFL] Skip http/tests/misc/redirect-to-about-blank.html
https://bugs.webkit.org/show_bug.cgi?id=88962
Unreviewed gardening. Skip http/tests/misc/redirect-to-about-blank.html
for both EFL and GTK ports. The test is failing after r120145.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-13 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, clean up the crashing tests, either removing
their expectations completely or expanding them to avoid false 'newly-passing'
reports. Also split some expectations as some tests are failing differently in
debug and release builds.
* platform/gtk/TestExpectations:
2012-06-13 David Barr <davidbarr@chromium.org>
Add dpi to css3-images image-resolution
https://bugs.webkit.org/show_bug.cgi?id=85439
Reviewed by Tony Chang.
* fast/css/image-resolution/image-resolution-expected.txt:
* fast/css/image-resolution/image-resolution.html:
2012-06-13 Qi Zhang <qi.2.zhang@nokia.com>
[Qt] Add configure test for zlib and set WTF_USE_ZLIB if found
https://bugs.webkit.org/show_bug.cgi?id=88763
Move failed websocket extension test case to qt-4.8 after enable it in qt5
Reviewed by Simon Hausmann.
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
2012-06-13 Christophe Dumez <christophe.dumez@intel.com>
[EFL] http/tests/xmlhttprequest/origin-exact-matching.html can be unskipped
https://bugs.webkit.org/show_bug.cgi?id=88960
Unreviewed EFL gardening.
http/tests/xmlhttprequest/origin-exact-matching.html can be
unskipped after r120107.
* platform/efl/TestExpectations:
2012-06-13 Li Yin <li.yin@intel.com>
FileAPI: type should be converted to be lower case in Blob constructor.
https://bugs.webkit.org/show_bug.cgi?id=88696
Reviewed by Kentaro Hara.
Spec: http://dev.w3.org/2006/webapi/FileAPI/#dfn-BlobPropertyBag
Add sub-test to track changing upper case into lower case of type in Blob constructor.
* fast/files/blob-constructor-expected.txt:
* fast/files/script-tests/blob-constructor.js:
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Fonts, fullscreen, gamepad, and html5lib tests should use testRunner instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88959
Reviewed by Darin Adler.
* fonts/valid-standard-font.html:
* fullscreen/anonymous-block-merge-crash.html:
* fullscreen/full-screen-element-stack.html:
* fullscreen/full-screen-frameset.html:
* fullscreen/full-screen-iframe-zIndex.html:
* fullscreen/full-screen-keyboard-disabled.html:
* fullscreen/full-screen-keyboard-enabled.html:
* fullscreen/full-screen-remove-ancestor-during-transition.html:
* fullscreen/full-screen-remove-sibling.html:
* fullscreen/full-screen-render-inline.html:
* fullscreen/full-screen-request-rejected.html:
* fullscreen/full-screen-request-removed.html:
* fullscreen/full-screen-restrictions.html:
* fullscreen/full-screen-stacking-context.html:
* fullscreen/full-screen-test.js:
(runWithKeyDown):
(endTest):
* fullscreen/full-screen-zIndex-after.html:
* fullscreen/full-screen-zIndex.html:
* fullscreen/non-ancestor-iframe.html:
* fullscreen/parent-flow-inline-with-block-child.html:
* fullscreen/video-controls-override.html:
* html5lib/resources/runner.js:
(run):
* html5lib/webkit-resumer.html:
* platform/gtk/fonts/custom-font-missing-glyphs.html:
* platform/gtk/fonts/font-face-with-complex-text.html:
* platform/gtk/fonts/font-family-fallback.html:
* platform/gtk/fonts/synthetic-oblique-positioning.html:
2012-06-13 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip new failing tests.
* platform/qt/Skipped:
2012-06-13 Sergio Villar Senin <svillar@igalia.com>
Unreviewed gardening. Removed some tests passing in all the GTK
bots from the test expectations file.
* platform/gtk/TestExpectations:
2012-06-12 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: Add test for constructing SpeechRecognitionError events
https://bugs.webkit.org/show_bug.cgi?id=88868
Reviewed by Adam Barth.
Add a layout test for constructing SpeechRecognitionError events.
* fast/events/constructors/speech-recognition-error-constructor-expected.txt: Added.
* fast/events/constructors/speech-recognition-error-constructor.html: Added.
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r120173.
* platform/chromium-linux/editing/pasteboard/4641033-expected.txt:
* platform/chromium-linux/editing/selection/paragraph-granularity-expected.png:
* platform/chromium-linux/editing/selection/triple-click-in-pre-expected.png:
* platform/chromium-linux/editing/selection/word-granularity-expected.png:
* platform/chromium-mac-leopard/editing/selection/paragraph-granularity-expected.png:
* platform/chromium-mac-leopard/editing/selection/triple-click-in-pre-expected.png:
* platform/chromium-mac-leopard/editing/selection/word-granularity-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/paragraph-granularity-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/triple-click-in-pre-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/word-granularity-expected.png:
* platform/chromium-mac/editing/selection/paragraph-granularity-expected.png:
* platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png:
* platform/chromium-mac/editing/selection/word-granularity-expected.png:
* platform/chromium-win/editing/inserting/editable-html-element-expected.txt:
* platform/chromium-win/editing/pasteboard/4641033-expected.png:
* platform/chromium-win/editing/pasteboard/4641033-expected.txt:
* platform/chromium-win/editing/selection/mixed-editability-1-expected.txt:
* platform/chromium-win/editing/selection/paragraph-granularity-expected.png:
* platform/chromium-win/editing/selection/paragraph-granularity-expected.txt:
* platform/chromium-win/editing/selection/triple-click-in-pre-expected.png:
* platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
* platform/chromium-win/editing/selection/word-granularity-expected.png:
* platform/chromium-win/editing/selection/word-granularity-expected.txt:
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Fix a wrong rebaseline in r120178.
* editing/pasteboard/file-input-files-access-expected.txt:
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Mac rebaseline after r120167 and r120173.
Also revert an inadvertent change to file.invalidext.
* editing/pasteboard/file-input-files-access-expected.txt:
* editing/pasteboard/paste-sanitize-crash-2-expected.txt:
* editing/pasteboard/resources/file.invalidext:
* editing/selection/blockquote-crash-expected.txt:
* editing/style/4230923-expected.txt:
* platform/mac/editing/pasteboard/4641033-expected.txt:
* platform/mac/editing/selection/mixed-editability-1-expected.txt:
* platform/mac/editing/selection/paragraph-granularity-expected.txt:
* platform/mac/editing/selection/triple-click-in-pre-expected.txt:
* platform/mac/editing/selection/word-granularity-expected.txt:
* platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt:
2012-06-13 Taiju Tsuiki <tzik@chromium.org>
Implement InspectorFileSystemAgent::readDirectory for FileSystem support.
https://bugs.webkit.org/show_bug.cgi?id=87724
Reviewed by Vsevolod Vlasov.
* http/tests/inspector/filesystem/filesystem-test.js: Added.
* http/tests/inspector/filesystem/read-directory-expected.txt: Added.
* http/tests/inspector/filesystem/read-directory.html: Added.
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Revert the removal of 2 editing tests in r120173.
* editing/pasteboard/copy-paste-float.html: Copied from LayoutTests/editing/pasteboard/copy-paste-float.html.
* platform/mac/editing/selection/word-thai.html: Copied from LayoutTests/platform/mac/editing/selection/word-thai.html.
2012-06-13 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120172.
http://trac.webkit.org/changeset/120172
https://bugs.webkit.org/show_bug.cgi?id=88976
The patch causes compilation failures on Gtk, Qt and Apple Win
bots (Requested by zdobersek on #webkit).
* fast/js/dfg-call-function-hit-watchpoint-expected.txt: Removed.
* fast/js/dfg-call-function-hit-watchpoint.html: Removed.
* fast/js/jsc-test-list:
* fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Removed.
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Commit the rest of changes for r120167.
* http/tests/history/resources/back-during-onload-hung-page.php:
* http/tests/misc/embed-image-load-outlives-gc-without-crashing.html:
* http/tests/misc/image-input-type-outlives-gc-without-crashing.html:
* http/tests/misc/image-load-outlives-gc-without-crashing.html:
* http/tests/misc/object-image-load-outlives-gc-without-crashing.html:
* http/tests/security/:
2012-06-13 Ryosuke Niwa <rniwa@webkit.org>
Editing tests should use testRunner instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88955
Reviewed by Darin Adler.
* editing/:
* platform/blackberry/editing/text-iterator/findString-markers.html:
* platform/chromium-linux/editing/selection/linux_selection_color.html:
* platform/chromium-win/editing/selection/paragraph-granularity-expected.txt:
* platform/chromium-win/editing/selection/triple-click-in-pre-expected.txt:
* platform/chromium-win/editing/selection/word-granularity-expected.txt:
* platform/chromium/editing/spelling/delete-misspelled-word.html:
* platform/chromium/editing/spelling/move-cursor-to-misspelled-word.html:
* platform/gtk/editing/pasteboard/middle-button-paste.html:
* platform/gtk/editing/pasteboard/script-tests/middle-click-onpaste.js:
* platform/gtk/editing/selection/caret-mode-document-begin-end.html:
* platform/gtk/editing/selection/paragraph-granularity-expected.txt:
* platform/gtk/editing/selection/triple-click-in-pre-expected.txt:
* platform/gtk/editing/selection/word-granularity-expected.txt:
* platform/mac/editing/:
* platform/qt/editing/selection/paragraph-granularity-expected.txt:
* platform/qt/editing/selection/triple-click-in-pre-expected.txt:
* platform/qt/editing/selection/word-granularity-expected.txt:
* platform/win/editing/deleting/delete-start-block-expected.txt:
* platform/win/editing/pasteboard/pasting-crlf-isnt-translated-to-crcrlf-win.html:
* platform/win/editing/selection/shift-page-up-down.html:
2012-06-12 Filip Pizlo <fpizlo@apple.com>
DFG should be able to set watchpoints on global variables
https://bugs.webkit.org/show_bug.cgi?id=88692
Rubber stamped by Geoffrey Garen.
Added a test for watchpoints. Also updated the jsc-test-list to include the latest
tests.
* fast/js/dfg-call-function-hit-watchpoint-expected.txt: Added.
* fast/js/dfg-call-function-hit-watchpoint.html: Added.
* fast/js/jsc-test-list:
* fast/js/script-tests/dfg-call-function-hit-watchpoint.js: Added.
(foo):
(bar):
(.foo):
2012-06-13 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed gardening.
Skip svg/as-image/svg-nested.html which is timeout only on Qt-4.8.
* platform/qt-4.8/Skipped: skip svg/as-image/svg-nested.html
* platform/qt/TestExpectations: removed the slow marker from this test
2012-06-13 Hajime Morrita <morrita@chromium.org>
REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
https://bugs.webkit.org/show_bug.cgi?id=88148
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/elements-in-frameless-document-expected.txt: Added.
* fast/dom/shadow/elements-in-frameless-document.html: Added.
2012-06-12 Ryosuke Niwa <rniwa@webkit.org>
HTTP tests should use testRunner instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88969
Reviewed by Darin Adler.
* http/tests/appcache/:
* http/tests/cache/cancel-during-failure-crash.html:
* http/tests/cache/cancel-during-revalidation-succeeded.html:
* http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
* http/tests/cache/history-only-cached-subresource-loads.html:
* http/tests/cache/loaded-from-cache-after-reload-within-iframe.html:
* http/tests/cache/loaded-from-cache-after-reload.html:
* http/tests/cache/post-redirect-get.php:
* http/tests/cache/post-with-cached-subresources.php:
* http/tests/cache/resources/stopped-revalidation-result.html:
* http/tests/cache/resources/subresource-test.js:
(nextTest):
* http/tests/cache/stopped-revalidation.html:
* http/tests/cache/subresource-failover-to-network.html:
* http/tests/cache/subresource-fragment-identifier.html:
* http/tests/cache/subresource-multiple-instances.html:
* http/tests/cache/xhr-body.html:
* http/tests/cache/zero-length-xhr.html:
* http/tests/canvas/philip/tests.js:
(_addTest.endTest):
(_addTest.window.onload):
(_addTest):
* http/tests/canvas/webgl/origin-clean-conformance.html:
* http/tests/cookies/resources/cookies-test-pre.js:
* http/tests/cookies/resources/resetCookies.js:
(resetCookies):
* http/tests/cookies/resources/setArraycookies-result.php:
* http/tests/cookies/resources/setUtf8Cookies-result.php:
* http/tests/cookies/resources/third-party-cookie-relaxing-iframe.html:
* http/tests/cookies/third-party-cookie-relaxing.html:
* http/tests/css/cross-fade-reload.html:
* http/tests/css/css-imports-redirect-cycle.html:
* http/tests/css/font-face-src-loading.html:
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js:
* http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js:
* http/tests/css/resources/request-logging.js:
(startTest):
(endTest):
* http/tests/download/basic-ascii.html:
* http/tests/download/default-encoding.html:
* http/tests/download/inherited-encoding-form-submission-result.html:
* http/tests/download/inherited-encoding.html:
* http/tests/download/literal-utf-8.html:
* http/tests/eventsource/eventsource-bad-mime-type.html:
* http/tests/eventsource/eventsource-content-type-charset.html:
* http/tests/eventsource/eventsource-eof.html:
* http/tests/eventsource/eventsource-parse-event-stream.html:
* http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html:
* http/tests/eventsource/eventsource-reconnect.html:
* http/tests/eventsource/eventsource-status-code-states.html:
* http/tests/eventsource/existent-eventsource-status-error-iframe-crash.html:
* http/tests/eventsource/non-existent-eventsource-status-error-iframe-crash.html:
* http/tests/eventsource/resources/wait-then-notify-done.php:
* http/tests/eventsource/workers/eventsource-simple.html:
* http/tests/fileapi/create-blob-url-from-data-url.html:
* http/tests/filesystem/no-cache-filesystem-url.html:
* http/tests/globalhistory/history-delegate-basic-302-redirect.html:
* http/tests/globalhistory/history-delegate-basic-refresh-redirect.html:
* http/tests/globalhistory/history-delegate-basic-title.html:
* http/tests/globalhistory/history-delegate-basic-visited-links.html:
* http/tests/history/:
* http/tests/incremental/frame-focus-before-load.html:
* http/tests/incremental/partial-jpeg.html:
* http/tests/incremental/pause-in-script-element.pl:
* http/tests/incremental/slow-utf8-css.html:
* http/tests/incremental/slow-utf8-html.pl:
* http/tests/incremental/split-hex-entities.pl:
* http/tests/inspector-enabled/console-clear-arguments-on-frame-navigation.html:
* http/tests/inspector-enabled/console-clear-arguments-on-frame-remove.html:
* http/tests/inspector-enabled/console-log-before-frame-navigation.html:
* http/tests/inspector-enabled/contentSecurityPolicy-blocks-setInterval.html:
* http/tests/inspector-enabled/contentSecurityPolicy-blocks-setTimeout.html:
* http/tests/inspector-enabled/database-open.html:
* http/tests/inspector-enabled/dedicated-workers-list.html:
* http/tests/inspector-enabled/document-write.html:
* http/tests/inspector-enabled/dom-storage-open.html:
* http/tests/inspector-enabled/injected-script-discard.html:
* http/tests/inspector-enabled/resources/console-clear-arguments-iframe.html:
* http/tests/inspector/console-resource-errors.html:
* http/tests/inspector/console-websocket-error.html:
* http/tests/inspector/indexeddb/resources/without-indexed-db.html:
* http/tests/inspector/inspector-test.js:
* http/tests/inspector/network/ping.html:
* http/tests/inspector/resource-tree/resources/script-initial.js:
(foo):
* http/tests/inspector/resource-tree/resources/script-navigated.js:
(foo):
* http/tests/inspector/web-socket-frame-error.html:
* http/tests/inspector/web-socket-frame.html:
* http/tests/loading/:
* http/tests/local/absolute-url-strip-whitespace.html:
* http/tests/local/blob/script-tests/send-hybrid-blob.js:
(runTests):
* http/tests/local/drag-over-remote-content.html:
* http/tests/local/fail.css:
(#pass):
* http/tests/local/formdata/send-form-data-constructed-from-form.html:
* http/tests/local/link-stylesheet-load-order-preload.html:
* http/tests/local/link-stylesheet-load-order.html:
* http/tests/local/link-stylesheet-preferred.html:
* http/tests/local/style-access-before-stylesheet-loaded.html:
* http/tests/local/stylesheet-and-script-load-order-http.html:
* http/tests/local/stylesheet-and-script-load-order-media-print.html:
* http/tests/local/stylesheet-and-script-load-order.html:
* http/tests/media/reload-after-dialog.html:
* http/tests/media/resources/test.txt:
* http/tests/media/video-buffered-range-contains-currentTime.html:
* http/tests/media/video-cancel-load.html:
* http/tests/media/video-cookie.html:
* http/tests/media/video-error-abort.html:
* http/tests/messaging/cross-domain-message-event-dispatch.html:
* http/tests/messaging/cross-domain-message-send.html:
* http/tests/mime/quoted-charset.php:
* http/tests/mime/resources/uppercase-mime-type.php:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain-and-css-extension.html:
* http/tests/mime/standard-mode-does-not-load-stylesheet-with-text-plain.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-charset-and-css-extension.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-charset.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html:
* http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
* http/tests/mime/uppercase-mime-type.html:
* http/tests/misc/:
* http/tests/websocket/tests/:
* http/tests/workers/resources/worker-redirect.js:
(runNextTest):
* http/tests/workers/resources/worker-util.js:
(waitUntilThreadCountMatches.return):
(waitUntilThreadCountMatches):
(done):
* http/tests/workers/shared-worker-importScripts.html:
* http/tests/workers/shared-worker-invalid-url.html:
* http/tests/workers/terminate-during-sync-operation.html:
* http/tests/workers/text-encoding.html:
* http/tests/workers/worker-document-domain-security.html:
* http/tests/workers/worker-importScripts.html:
* http/tests/workers/worker-importScriptsOnError.html:
* http/tests/workers/worker-invalid-url.html:
* http/tests/workers/worker-workerScriptNotThere.html:
* http/tests/xmlhttprequest/:
* http/tests/xmlviewer/dumpAsText/frames.html:
* http/tests/xmlviewer/dumpAsText/xhtml-tag.xml:
* http/tests/xmlviewer/extensions-api.html:
* platform/chromium-win/http/tests/websocket/tests/hixie76/bad-sub-protocol-control-chars-expected.txt:
* platform/chromium/http/tests/misc/execute-and-return-value.html:
* platform/chromium/http/tests/misc/selectionAsMarkup.html:
* platform/chromium/http/tests/permissionclient/image-permissions.html:
* platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/chromium/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-2-level-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-data-url-sub-frame-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-subframe-location-change-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-2-level-expected.txt:
* platform/chromium/http/tests/security/dataURL/xss-DENIED-to-data-url-window-open-expected.txt:
* platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html:
* platform/chromium/http/tests/security/mixedContent/insecure-iframe-in-main-frame-blocked.html:
* platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-allowed.html:
* platform/chromium/http/tests/security/mixedContent/insecure-image-in-main-frame-blocked.html:
* platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-allowed.html:
* platform/chromium/http/tests/security/mixedContent/insecure-script-in-main-frame-blocked.html:
* platform/chromium/http/tests/security/window-named-proto-expected.txt:
* platform/qt/http/tests/cookies/strict-third-party-cookie-blocking.html:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
2012-06-11 Kinuko Yasuda <kinuko@chromium.org>
Unprefix Blob.webkitSlice
https://bugs.webkit.org/show_bug.cgi?id=78111
Reviewed by Adam Barth.
Converted existing tests that are calling Blob.webkitSlice() to call slice().
* fast/files/blob-slice-overflow.html:
* fast/files/blob-slice-test.html:
* fast/files/resources/read-blob-test-cases.js:
(testReadingSlicedFileBlob):
(testReadingSlicedTextBlob):
(testReadingSlicedArrayBufferBlob):
(testReadingSlicedHybridBlob):
(testReadingTripleSlicedHybridBlob):
* fast/filesystem/resources/file-writer-utils.js:
(verifyByteRangeIsZeroesHelper):
* http/tests/local/blob/script-tests/send-hybrid-blob.js:
(runHybridBlobTest):
* http/tests/local/blob/script-tests/send-sliced-data-blob.js:
(runSliceTest):
* http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js:
(onStableFileDrop):
(onUnstableFileDrop):
* http/tests/local/formdata/resources/send-form-data-common.js:
(testSendingFormData):
* inspector/profiler/heap-snapshot-loader.html:
2012-06-12 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed morning gardening, skip new failing tests.
* platform/qt/Skipped:
2012-06-12 Edaena Salinas Jasso <edaena@apple.com>
Can't set el.type on a <button> element
https://bugs.webkit.org/show_bug.cgi?id=14439
Reviewed by Darin Adler.
* fast/dom/HTMLButtonElement/change-type-expected.txt: Added.
* fast/dom/HTMLButtonElement/change-type.html: Added.
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update expectations for http/tests/media/media-source/webm/video-media-source-seek.html
This test has racy events (seeked and webkitsourceended) so is
flaky on Linux Dbg. Updated bug 85952 that is tracking flakiness
in these tests.
* platform/chromium/TestExpectations:
2012-06-12 Kenichi Ishibashi <bashi@chromium.org>
[Chromium] Implement font shaping with font-feature-settings on Mac
https://bugs.webkit.org/show_bug.cgi?id=69826
Reviewed by Tony Chang.
* platform/chromium/TestExpectations: Updated expectation of css3/font-feature-settings-rendering.html. The result need to be rebaselined.
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update expectations
fast/forms/datetimelocal/input-valueasdate-datetimelocal.html is
passing, so I expanded fast/forms/datetimelocal to TEXT failures
for all other tests. See bug 29359.
Likewise for
fast/forms/color/input-value-sanitization-color.html. See bug
88951.
fast/js/integer-division-neg2tothe32-by-neg1.html is passing on
Chromium WebKit waterfall, so updating CRASH to PASS CRASH. See
bug 81732.
* platform/chromium/TestExpectations:
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update expectations for video-media-source-add-and-remove-ids.html
https://bugs.webkit.org/show_bug.cgi?id=88949
* platform/chromium/TestExpectations:
2012-06-12 MORITA Hajime <morrita@google.com>
Shadow Pseudo ID should be able to nest to point nested shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=62218
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-nested-pseudo-id-expected.txt: Added.
* fast/dom/shadow/shadow-nested-pseudo-id.html: Added.
2012-06-12 Ojan Vafai <ojan@chromium.org>
Chromium rebaselines after r120135. The new results are clearly more correct.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
2012-06-12 Christophe Dumez <christophe.dumez@intel.com>
[soup] Prevent setting or editing httpOnly cookies from JavaScript
https://bugs.webkit.org/show_bug.cgi?id=88760
Reviewed by Gustavo Noronha Silva.
Unskip http/tests/cookies/js-get-and-set-http-only-cookie.html for
both GTK and EFL ports now that that we don't allow overwriting
httpOnly cookies from JavaScript anymore.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-12 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Enable SHADOW_DOM flag
https://bugs.webkit.org/show_bug.cgi?id=87732
Reviewed by Kentaro Hara.
Unskip most of the test cases associated to Shadow DOM now that the
feature is enabled by default for EFL's DRT.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
* platform/efl/fast/dom/shadow/form-in-shadow-expected.txt: Added.
* platform/efl/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added.
2012-06-12 Ojan Vafai <ojan@chromium.org>
Add some expecations to green the chromium tree while the bugs are resolved.
* platform/chromium/TestExpectations:
2012-06-12 Brady Eidson <beidson@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=88928
[WK2] New http/tests/loading/* tests fail
There's some latent timing issue with WK2 tests that prevents us from getting the last load delegate callback
before finishing the test.
Fortunately for the sake of these tests the load delegate dumps are entirely irrelevant.
Moving them from http/tests/loading to http/tests/misc and getting new, cleaner results fixes this.
Rubberstamped by Darin Adler.
* http/tests/misc/embed-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/embed-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/embed-image-load-outlives-gc-without-crashing.html.
* http/tests/misc/image-input-type-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/image-input-type-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/image-input-type-outlives-gc-without-crashing.html.
* http/tests/misc/image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/image-load-outlives-gc-without-crashing.html.
* http/tests/misc/object-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/object-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/object-image-load-outlives-gc-without-crashing.html.
* http/tests/misc/resources/slowimage.php: Renamed from LayoutTests/http/tests/loading/resources/slowimage.php.
* http/tests/misc/svg-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/svg-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/svg-image-load-outlives-gc-without-crashing.html.
* http/tests/misc/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Renamed from LayoutTests/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt.
* http/tests/misc/video-poster-image-load-outlives-gc-without-crashing.html: Renamed from LayoutTests/http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html.
2012-06-12 Filip Pizlo <fpizlo@apple.com>
DFG should not ASSERT if you have a double use of a variable that is not revealed to be a double
until after CFG simplification
https://bugs.webkit.org/show_bug.cgi?id=88927
<rdar://problem/11513971>
Reviewed by Geoffrey Garen.
* fast/js/dfg-double-use-of-post-simplification-double-prediction-expected.txt: Added.
* fast/js/dfg-double-use-of-post-simplification-double-prediction.html: Added.
* fast/js/script-tests/dfg-double-use-of-post-simplification-double-prediction.js: Added.
(foo):
2012-06-12 Tony Chang <tony@chromium.org>
Replaced items in a flexbox should be coerced to display:block
https://bugs.webkit.org/show_bug.cgi?id=87068
Reviewed by Ojan Vafai.
* css3/flexbox/flexitem-expected.txt: Added.
* css3/flexbox/flexitem.html: Added.
* css3/flexbox/resources/flexbox.js:
(checkExpectedValues):
2012-06-12 Joshua Bell <jsbell@chromium.org>
IndexedDB: ObjectStore/Index shouldn't hold reference to backing store
https://bugs.webkit.org/show_bug.cgi?id=83074
Reviewed by Tony Chang.
The storage/indexeddb/persistence.html test verifies http://webkit.org/b/88788 which
was revealed by this patch set. The storage/indexeddb/database-close.html test verifies
the precise database connection closing semantics defined in the IDB spec.
* storage/indexeddb/database-close-expected.txt: Added.
* storage/indexeddb/database-close.html: Added.
* storage/indexeddb/persistence-expected.txt: Added.
* storage/indexeddb/persistence.html: Added.
* storage/indexeddb/resources/database-close.js: Added.
(test):
(openConnection.request.onsuccess.request.onsuccess):
(openConnection.request.onsuccess):
(openConnection):
(openVersionChangeConnection.request2.onsuccess):
(openVersionChangeConnection):
(testClose.transactionCompleted):
(testClose.request.onsuccess):
(testClose):
* storage/indexeddb/resources/persistence.js: Added.
(test):
(openAndChangeVersion.request.onsuccess.request.onsuccess.trans.oncomplete):
(openAndChangeVersion.request.onsuccess.request.onsuccess):
(openAndChangeVersion.request.onsuccess):
2012-06-12 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviwed nightly gardening.
* platform/qt/Skipped:
2012-06-12 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviwed nightly gardening.
* platform/qt/Skipped: Remove rolled out tests.
* platform/qt/fast/multicol/span/clone-flexbox-expected.txt: Updated after r120100.
2012-06-12 Filip Pizlo <fpizlo@apple.com>
REGRESSION (r119779): Javascript TypeError: 'undefined' is not an object
https://bugs.webkit.org/show_bug.cgi?id=88783
<rdar://problem/11640299>
Reviewed by Geoffrey Garen.
* fast/js/dfg-proto-access-inline-osr-exit-expected.txt: Added.
* fast/js/dfg-proto-access-inline-osr-exit.html: Added.
* fast/js/script-tests/dfg-proto-access-inline-osr-exit.js: Added.
(foo):
(Thingy):
2012-06-12 Igor Oliveira <igor.o@sisa.samsung.com>
Apply animations and transitions for first-letter element
https://bugs.webkit.org/show_bug.cgi?id=85253
Reviewed by Simon Fraser.
* animations/first-letter-animation-expected.txt: Added.
* animations/first-letter-animation.html: Added.
* animations/first-letter-play-state-expected.txt: Added.
* animations/first-letter-play-state.html: Added.
* transitions/first-letter-color-transition-expected.txt: Added.
* transitions/first-letter-color-transition.html: Added.
* transitions/first-letter-transition-expected.txt: Added.
* transitions/first-letter-transition.html: Added.
2012-06-12 Kent Tamura <tkent@chromium.org>
Checking a radio button doesn't uncheck other buttons in the same group in some cases.
https://bugs.webkit.org/show_bug.cgi?id=88835
Reviewed by Ryosuke Niwa.
* fast/forms/radio/radio-group-expected.txt:
* fast/forms/radio/radio-group.html: Add test cases.
2012-06-12 Alec Flett <alecflett@chromium.org>
IndexedDB: Error codes, phase two
https://bugs.webkit.org/show_bug.cgi?id=88690
Reviewed by Tony Chang.
* storage/indexeddb/cursor-advance-expected.txt:
* storage/indexeddb/index-unique-expected.txt:
* storage/indexeddb/mozilla/index-prev-no-duplicate-expected.txt:
* storage/indexeddb/mozilla/index-prev-no-duplicate.html:
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics-workers-expected.txt:
* storage/indexeddb/resources/cursor-advance.js:
(openSuccess):
(createObjectStore.trans.oncomplete):
(createObjectStore):
(populateObjectStore):
* storage/indexeddb/resources/index-unique.js:
(addMoreDataFailed):
* storage/indexeddb/resources/objectstore-basics.js:
(addAgainFailure):
2012-06-12 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner in accessibility tests instead of layoutTestController
https://bugs.webkit.org/show_bug.cgi?id=88755
Reviewed by Tony Chang.
Replaced all instances of layoutTestController in accessibility tests by testRunner.
* accessibility/:
* platform/chromium/accessibility/:
* platform/gtk/accessibility/:
* platform/mac/accessibility/:
* platform/win/accessibility/:
2012-06-12 Shrey Banga <banga@chromium.org>
HTML parser should yield more to improve perceived page load time
https://bugs.webkit.org/show_bug.cgi?id=86165
Added test for parser yield times after seeing a script
Reviewed by Tony Gentilcore.
* fast/parser/parser-yield-timing-expected.txt: Added.
* fast/parser/parser-yield-timing.html: Added.
* http/tests/loading/gmail-assert-on-load-expected.txt: The test was added
for an assert that failed on debug builds when an iframe removed itself
from its parent window after blocking for 1 second. In previous builds,
the destroyIt() function was called without yielding to the event loop,
which lead to didFailLoadWithError being called. The fix for bug 86165
ensures that we yield after executing the script, which leads to
didHandleOnloadEventsForFrame being called instead. This is the cause
of the change in output of the test. The test still successfully removes
the iframe and since no asserts fail in the debug build, we should consider
it as passing.
2012-06-12 Pablo Flouret <pablof@motorola.com>
LayoutTests/http/tests/xmlhttprequest/origin-exact-matching.html is giving trouble due to too many redirects
https://bugs.webkit.org/show_bug.cgi?id=88896
Reviewed by Darin Adler.
The test was giving out "too many redirect" errors on GTK and EFL due to
using redirect-cors.php without an actual url to redirect.
Redirects are not actually tested in that test, a script that set the
Access-Control-Allow-Origin header to an arbitrary origin was needed and
redirect-cors.php was the only existing one that had the capability. The
infinite redirect thing was an unintended consequence.
Use resources/access-control-allow-lists.php to set the header instead.
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt:
* http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html:
2012-06-12 Ojan Vafai <ojan@chromium.org>
Update more expectations to match the state of the bots.
* platform/chromium/TestExpectations:
2012-06-12 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r120099, fix two incorrect text expectations.
* platform/gtk/TestExpectations:
2012-06-06 Ojan Vafai <ojan@chromium.org>
Change default for flex-grow back to 0
https://bugs.webkit.org/show_bug.cgi?id=88443
Reviewed by Tony Chang.
* css3/flexbox/flex-algorithm.html:
* css3/flexbox/flex-order.html:
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html:
2012-06-12 Zan Dobersek <zandobersek@gmail.com>
[Gtk] TestExpectations should remove use of FAIL expectations
https://bugs.webkit.org/show_bug.cgi?id=88894
Reviewed by Martin Robinson.
Remove FAIL expectation from Gtk's TestExpectations file, replacing it
with TEXT or IMAGE in case of reftests. That should suffice for now as the
buildbots don't run pixel tests at the moment.
* platform/gtk/TestExpectations:
2012-06-12 Anna Cavender <annacc@chromium.org>
Separate RemoveID test cases.
https://bugs.webkit.org/show_bug.cgi?id=88798
Reviewed by Eric Carlson.
* http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt:
* http/tests/media/media-source/video-media-source-add-and-remove-ids.html:
2012-06-12 Brady Eidson <beidson@apple.com>
<rdar://problem/11593686> and https://bugs.webkit.org/show_bug.cgi?id=88683
Garbage collection of an <img> element can cause reentrant event dispatch.
Reviewed by Darin Adler.
New tests for all users of ImageLoader:
* http/tests/loading/embed-image-load-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/embed-image-load-outlives-gc-without-crashing.html: Added.
* http/tests/loading/image-input-type-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/image-input-type-outlives-gc-without-crashing.html: Added.
* http/tests/loading/image-load-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/image-load-outlives-gc-without-crashing.html: Added.
* http/tests/loading/object-image-load-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/object-image-load-outlives-gc-without-crashing.html: Added.
* http/tests/loading/resources/slowimage.php: Added.
* http/tests/loading/svg-image-load-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/svg-image-load-outlives-gc-without-crashing.html: Added.
* http/tests/loading/video-poster-image-load-outlives-gc-without-crashing-expected.txt: Added.
* http/tests/loading/video-poster-image-load-outlives-gc-without-crashing.html: Added.
Shared sub resource for all of those tests:
* http/tests/loading/resources/slowimage.php: Added.
2012-06-12 Ojan Vafai <ojan@chromium.org>
Update some tests to better match actual results on the bots.
* platform/chromium/TestExpectations:
2012-06-12 Mike West <mkwst@chromium.org>
Make document.documentURI readonly from JavaScript
https://bugs.webkit.org/show_bug.cgi?id=65187
Reviewed by Alexey Proskuryakov.
* dom/xhtml/level3/core/documentsetdocumenturi01-expected.txt: Removed.
* dom/xhtml/level3/core/documentsetdocumenturi01.xhtml-disabled: Renamed from LayoutTests/dom/xhtml/level3/core/documentsetdocumenturi01.xhtml.
* dom/xhtml/level3/core/documentsetdocumenturi02-expected.txt: Removed.
* dom/xhtml/level3/core/documentsetdocumenturi02.xhtml-disabled: Renamed from LayoutTests/dom/xhtml/level3/core/documentsetdocumenturi02.xhtml.
Disabling these two tests, because they write out documentURI which is a `file:` URL dependent on a local path.
* dom/xhtml/level3/core/documentsetdocumenturi03-expected.txt:
* dom/xhtml/level3/core/nodegetbaseuri02-expected.txt:
Updating these two tests to match the new, read-only behavior.
* fast/dom/documenturi-affects-relative-paths-expected.txt: Removed.
* fast/dom/documenturi-affects-relative-paths.html: Removed.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null-expected.txt: Removed.
* fast/dom/documenturi-assigned-junk-implies-baseuri-null.html: Removed.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve-expected.txt: Removed.
* fast/dom/documenturi-assigned-junk-implies-relative-urls-do-not-resolve.html: Removed.
* fast/dom/documenturi-can-hold-arbitrary-string-expected.txt: Removed.
* fast/dom/documenturi-can-hold-arbitrary-string.html: Removed.
Removing now-irrelevant tests.
* fast/dom/documenturi-readonly-expected.txt: Added.
* fast/dom/documenturi-readonly.html: Added.
Adding a test to verify that document.documentURI is read-only.
* http/tests/security/xss-DENIED-document-baseURI-javascript-expected.txt: Removed.
* http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces-expected.txt: Removed.
* http/tests/security/xss-DENIED-document-baseURI-javascript-with-spaces.html: Removed.
* http/tests/security/xss-DENIED-document-baseURI-javascript.html: Removed.
* platform/chromium/dom/xhtml/level3/core/nodegetbaseuri02-expected.txt: Added
Platform-specific result for Chromium, which doesn't set the `line` property on exceptions.
* storage/domstorage/events/documentURI-expected.txt: Removed.
* storage/domstorage/events/documentURI.html: Removed.
* storage/domstorage/events/script-tests/documentURI.js: Removed.
Removing now-irrelevant tests.
2012-06-12 Christophe Dumez <christophe.dumez@intel.com>
[EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
https://bugs.webkit.org/show_bug.cgi?id=88715
Reviewed by Noam Rosenthal.
Unskip fast/files/blob-builder-crash.html now that
LEGACY_WEBKIT_BLOB_BUILDER flag is enabled by default
on EFL port.
* platform/efl/Skipped:
2012-06-12 Christophe Dumez <christophe.dumez@intel.com>
[GStreamer] http/tests/media/video-buffered-range-contains-currentTime.html is failing
https://bugs.webkit.org/show_bug.cgi?id=87575
Reviewed by Philippe Normand.
Unskip http/tests/media/video-buffered-range-contains-currentTime.html for both
GTK and EFL ports now that MediaPlayerPrivateGStreamer correctly reports EOS and
now that the "ended" event is properly fired.
* platform/efl/TestExpectations:
* platform/efl/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/gtk/TestExpectations:
* platform/gtk/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
[Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=85591
Reviewed by Martin Robinson.
Remove FAIL text expectations for sputnik tests that have been
consistently passing on all the Gtk builders.
* platform/gtk/TestExpectations:
2012-06-12 Silvia Pfeiffer <silviapf@chromium.org>
Change the volume slider to horizontal rendering for Chrome video controls.
https://bugs.webkit.org/show_bug.cgi?id=87835
Reviewed by Eric Carlson.
The Chrome video controls are receiving a visual update. The volume slider is included into
the controls with horizontal rendering, the volume slider container is removed. The visual
update itself is in a separate patch.
* platform/chromium/TestExpectations:
Temporarily skip tests related to volume controls rendering for Chromium.
2012-06-12 Andrei Bucur <abucur@adobe.com>
[CSSRegions]NamedFlow::overset should return true when there's no region chain attached
https://bugs.webkit.org/show_bug.cgi?id=88515
The CSS Regions specifies that the "overset" attribute needs to return true if the content overflows, there's no region attached to the flow
or if the NamedFlow is in the NULL state:
http://www.w3.org/TR/css3-regions/#dom-named-flow-overset
The overset test was updated to cover the attribute value in case of a flow in the NULL state.
Reviewed by Andreas Kling.
* fast/regions/webkit-named-flow-overset-expected.txt:
* fast/regions/webkit-named-flow-overset.html:
2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed gardening. Skip test failing randomly in GTK bots after r120040.
* platform/gtk/TestExpectations:
2012-06-12 Takashi Sakamoto <tasak@google.com>
[Shadow DOM] <style> inside Shadow subtree should be scoped inside the subtree.
https://bugs.webkit.org/show_bug.cgi?id=87805
Reviewed by Dimitri Glazkov.
* fast/css/style-scoped/registering-shadowroot-expected.txt:
* fast/css/style-scoped/registering-shadowroot.html:
* fast/css/style-scoped/style-scoped-change-scoped-in-shadow-expected.txt: Added.
* fast/css/style-scoped/style-scoped-change-scoped-in-shadow.html: Added.
2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Add reference to bug 88859 for test skipped in r120055.
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Add expectations for speech-recognition-event-constructor
This looks like it was failing as it was added in r120053. Filed
bug 88856.
* platform/chromium/TestExpectations:
2012-06-12 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r120051.
http://trac.webkit.org/changeset/120051
https://bugs.webkit.org/show_bug.cgi?id=88852
some tests are crashing (Requested by morrita on #webkit).
* fast/dom/shadow/elements-in-frameless-document-expected.txt: Removed.
* fast/dom/shadow/elements-in-frameless-document.html: Removed.
2012-06-12 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Diverging test results on 32/64 bit architectures
https://bugs.webkit.org/show_bug.cgi?id=82601
Unreviewed gardening, update expected files.
* platform/qt/Skipped: Unskip svg/transforms/transform-origin-css-property.xhtml, because it passes now.
* platform/qt/fast/repaint/moving-shadow-on-container-expected.png:
* platform/qt/fast/repaint/moving-shadow-on-path-expected.png:
* platform/qt/svg/W3C-SVG-1.1/paths-data-03-f-expected.png:
* platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.png:
* platform/qt/svg/custom/use-on-symbol-inside-pattern-expected.txt:
* platform/qt/svg/transforms/transform-origin-css-property-expected.png: Removed, because it is a reftest.
* platform/qt/svg/transforms/transform-origin-css-property-expected.txt: Removed, because it is a reftest.
2012-06-12 Kinuko Yasuda <kinuko@chromium.org>
Unreviewed; skipping the new XHR blob test on the platforms where XHR_RESPONSE_BLOB is not enabled.
http/tests/xmlhttprequest/response-blob-size.html
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
[DRT] LTC:: counterValueForElementById() could be moved to Internals.
https://bugs.webkit.org/show_bug.cgi?id=84406
Reviewed by Hajime Morita.
Move the counterValueForElementById from LayoutTestCotroller to Internals and
remove the old platform specific implementations as it exclusively tests WebCore functionality.
* fast/css/counters/2displays-expected.txt:
* fast/css/counters/2displays.html:
* fast/css/counters/adding-nodes.html:
* fast/css/counters/after-continuation-expected.txt:
* fast/css/counters/after-continuation.html:
* fast/css/counters/content-021-expected.txt:
* fast/css/counters/content-021.html:
* fast/css/counters/counter-before-content-not-incremented.html:
* fast/css/counters/counter-increment-000-expected.txt:
* fast/css/counters/counter-increment-000.html:
* fast/css/counters/counter-increment-001-expected.txt:
* fast/css/counters/counter-increment-001.html:
* fast/css/counters/counter-increment-002.html:
* fast/css/counters/counter-increment-inherit-expected.txt:
* fast/css/counters/counter-increment-inherit.htm:
* fast/css/counters/counter-increment-overflow.html:
* fast/css/counters/counter-increment-tests-expected.txt:
* fast/css/counters/counter-increment-tests.htm:
* fast/css/counters/counter-reset-000.html:
* fast/css/counters/counter-reset-001.html:
* fast/css/counters/counter-reset-002.html:
* fast/css/counters/counterValueForElementById-expected.txt:
* fast/css/counters/counterValueForElementById.html:
* fast/css/counters/deep-before-expected.txt:
* fast/css/counters/deep-before.html:
* fast/css/counters/invalidate-cached-counter-node.html:
* fast/css/counters/nesting.html:
2012-06-11 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: Make SpeechRecognitionError an Event
https://bugs.webkit.org/show_bug.cgi?id=88784
Reviewed by Adam Barth.
Add a layout test that fires a SpeechRecognitionError.
* fast/speech/scripted/speechrecognition-errors-expected.txt: Added.
* fast/speech/scripted/speechrecognition-errors.html: Added.
2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed gardening. Skip test failing on GTK bots after r119947.
* platform/gtk/TestExpectations: Skip test.
2012-06-12 Hajime Morrita <morrita@chromium.org>
REGRESSION(r118098): <content> element does not render distributed children when cloned from another document
https://bugs.webkit.org/show_bug.cgi?id=88148
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/elements-in-frameless-document-expected.txt: Added.
* fast/dom/shadow/elements-in-frameless-document.html: Added.
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline gradient-after-transparent-border
Font antialiasing differences are causing this to fail after
rebaseline in r120043.
* platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
2012-06-12 Kent Tamura <tkent@chromium.org>
Remove unnecessary functions: setName() and formControlName()
https://bugs.webkit.org/show_bug.cgi?id=88392
Reviewed by Kentaro Hara.
* fast/forms/name-attribute-expected.txt: Added.
* fast/forms/name-attribute.html: Added.
2012-06-12 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed gardening. Skip test crashing on GTK debug bots.
* platform/gtk/TestExpectations: Skip test.
2012-06-12 Anna Cavender <annacc@chromium.org>
[Chromium] video-media-source-add-and-remove-ids.html needs to be skipped
until a chromium patch lands that will cause different expectations.
Unreviewed.
* platform/chromium/TestExpectations:
2012-06-12 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline gradients tests
Rebaseline two gradients tests after r120033 that I missed in
rebaselines in r120043.
* platform/chromium-linux-x86/fast/gradients/css3-radial-gradients2-expected.png: Removed.
* platform/chromium-linux/fast/gradients/css3-radial-gradients2-expected.png:
* platform/chromium-linux/fast/gradients/gradient-after-transparent-border-expected.png:
2012-06-12 Hojong Han <hojong.han@samsung.com>
Property names of the built-in object cannot be retrieved
after trying to delete one of its properties
https://bugs.webkit.org/show_bug.cgi?id=86461
Reviewed by Gavin Barraclough.
* fast/js/delete-syntax-expected.txt:
* fast/js/script-tests/delete-syntax.js:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline gradients tests
r120033 added IMAGE failures for bunch of gradient tests that will
need rebaselining as a result of that change. This is that
rebaseline.
(File list elided because it is too long.)
2012-06-11 Kinuko Yasuda <kinuko@chromium.org>
XHR returns size==0 Blob
https://bugs.webkit.org/show_bug.cgi?id=88750
Reviewed by Alexey Proskuryakov.
* http/tests/xmlhttprequest/response-blob-size-expected.txt: Added.
* http/tests/xmlhttprequest/response-blob-size.html: Added.
2012-06-11 Silvia Pfeiffer <silviapf@chromium.org>
Introduce an Enclosure Element for Chromium video controls.
https://bugs.webkit.org/show_bug.cgi?id=87683
Reviewed by Eric Carlson.
Change fullscreen/video-controls-override.html, media/media-controls-invalid-url.html and
media/track/track-cue-rendering-snap-to-lines-not-set.html to deal with the new enclosure
div in Chromium controls and use the mediaControlsElement() helper function to find elements
inside the controls.
Fail video controls tests in test expectations.
* fullscreen/video-controls-override-expected.txt: Updated.
* fullscreen/video-controls-override.html: Use mediaControlsElement helper function.
* media/media-controls-invalid-url.html: Use mediaControlsElement helper function.
* media/track/track-cue-rendering-snap-to-lines-not-set.html: Height is provided by enclosure element.
* platform/chromium/TestExpectations: Fail video controls tests.
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Expectations for track-cues-cuechange.html
https://bugs.webkit.org/show_bug.cgi?id=88833
media/track/track-cues-cuechange.html is timing out flakily like
some other media tests noted in bug 88833.
* platform/chromium/TestExpectations:
2012-06-11 Elliott Sprehn <esprehn@gmail.com>
WebKit doesn't allow replacing the document element with a DocumentFragment containing one element
https://bugs.webkit.org/show_bug.cgi?id=88681
Reviewed by Ojan Vafai.
Re-enables a bunch of disabled tests that are long since fixed and rewrites
the tests to use a more modern js-test-pre.js style.
https://bugs.webkit.org/show_bug.cgi?id=12751
* fast/dom/Document/replace-child-expected.txt:
* fast/dom/Document/replace-child.html:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update test expectations with bugs for media test timeouts
* platform/chromium/TestExpectations:
2012-06-11 Jin Yang <jin.a.yang@intel.com>
GeneratorGeneratedImage should cache images for the non-tiled case
https://bugs.webkit.org/show_bug.cgi?id=87094
Reviewed by Simon Fraser.
Update expectations: added failures for baselines to come.
* platform/chromium/TestExpectations:
2012-06-11 Vincent Scheib <scheib@chromium.org>
Add new Pointer Lock spec attribute webkitPointerLockElement.
https://bugs.webkit.org/show_bug.cgi?id=88799
Part of a series of refactoring changes to update pointer lock API to
the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
New attribute webkitPointerLockElement added. Follow up patches
will remove the previous isLocked attribute. Tests updated to use
the new attribute.
Reviewed by Dimitri Glazkov.
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/lock-already-locked.html:
* pointer-lock/pointer-lock-api-expected.txt:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlocklost-event-expected.txt:
* pointer-lock/pointerlocklost-event.html:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: http/tests/xmlhttprequest/origin-exact-matching.html is timing out on XP about half the time
* platform/chromium/TestExpectations:
2012-06-11 Julien Chaffraix <jchaffraix@webkit.org>
Unreviewed expected result update after r120017.
* platform/gtk/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
Rebaselined gtk.
* platform/efl/Skipped:
* platform/qt/Skipped:
Skipped the test with some explanation on those platforms as I couldn't get
the new baseline.
2012-06-11 Dan Bernstein <mitz@apple.com>
Updated expected results for this test after r120017.
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.png:
* platform/mac/fast/block/basic/fieldset-stretch-to-legend-expected.txt:
2012-06-11 Dan Bernstein <mitz@apple.com>
Added http/tests/security/mixedContent/blob-url-in-iframe.html back to the Mac skip list, as
it is still failing intermittently. <http://webkit.org/b/88736> will track this.
* platform/mac/Skipped:
2012-06-11 Max Feil <mfeil@rim.com>
[BlackBerry] Unexpected repeats of short media
https://bugs.webkit.org/show_bug.cgi?id=88733
Reviewed by Antonio Gomes.
Test for problem where short media repeats unintentionally.
* media/content/short.wav: Added.
* platform/blackberry/media/short-media-repeats-correctly-expected.txt: Added.
* platform/blackberry/media/short-media-repeats-correctly.html: Added.
2012-06-11 Julien Chaffraix <jchaffraix@webkit.org>
Account for margin after when laying out <legend> element
https://bugs.webkit.org/show_bug.cgi?id=35981
Reviewed by Abhishek Arya.
* fast/forms/legend-after-margin-horizontal-writing-mode-expected.html: Added.
* fast/forms/legend-after-margin-horizontal-writing-mode.html: Added.
* fast/forms/legend-after-margin-vertical-writing-mode-expected.html: Added.
* fast/forms/legend-after-margin-vertical-writing-mode.html: Added.
* fast/forms/legend-after-margin-with-before-border-horizontal-mode-expected.html: Added.
* fast/forms/legend-after-margin-with-before-border-horizontal-mode.html: Added.
* fast/forms/legend-small-after-margin-before-border-horizontal-mode-expected.html: Added.
* fast/forms/legend-small-after-margin-before-border-horizontal-mode.html: Added.
2012-06-05 Eric Uhrhane <ericu@chromium.org>
Crash in fast/files/read tests during Garbage Collection
https://bugs.webkit.org/show_bug.cgi?id=87165
Reviewed by Michael Saboff
Simplify file-writer-abort-continue.js a bit, and add a new test case
for a write that gets aborted in the final progress event, which
previously would have hung the FileWriter.
* fast/filesystem/file-writer-abort-continue-expected.txt:
* fast/filesystem/resources/file-writer-abort-continue.js:
2012-06-11 Dongwoo Im <dw.im@samsung.com>
WebAudio tests need to set WebKitWebAudioEnabled.
https://bugs.webkit.org/show_bug.cgi?id=88624
Reviewed by Chris Rogers.
* webaudio/audiochannelmerger-basic.html: Set WebKitWebAudioEnabled by including 'audio-testing.js'.
* webaudio/audionode-connect-order.html: ditto.
* webaudio/biquadfilternode-basic.html: ditto.
* webaudio/delaynode-maxdelay.html: ditto.
* webaudio/delaynode-scheduling.html: ditto.
* webaudio/delaynode.html: ditto.
* webaudio/javascriptaudionode-downmix8-2channel-input.html: ditto.
* webaudio/javascriptaudionode-upmix2-8channel-input.html: ditto.
* webaudio/mediaelementaudiosourcenode-gc.html: ditto.
* webaudio/mediaelementaudiosourcenode.html: ditto.
* webaudio/realtimeanalyser-fft-sizing.html: ditto.
* webaudio/stereo2mono-down-mixing.html: ditto.
2012-06-11 Ojan Vafai <ojan@chromium.org>
Last large slew of Chromium windows png rebaselines. See http://crbug.com/131829 for more information.
List of rebaselined files excluded because it's too long.
2012-06-11 Xianzhu Wang <wangxianzhu@chromium.org>
SVGImageCache leaks image data
https://bugs.webkit.org/show_bug.cgi?id=87792
Reviewed by Nikolas Zimmermann.
New test case.
* svg/as-image/svg-image-leak-cached-data-expected.txt: Added.
* svg/as-image/svg-image-leak-cached-data.html: Added.
2012-06-11 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] REGRESSION (r119788): tests rely on pathToLocalResource are failing after r119788
https://bugs.webkit.org/show_bug.cgi?id=88661
Reviewed by Dirk Pranke.
Unskip test cases which rely on pathToLocalResource().
* platform/efl/TestExpectations:
2012-06-11 Pravin D <pravind.2k4@gmail.com>
Relative pos. input fields in columns vanish when you start typing in them
https://bugs.webkit.org/show_bug.cgi?id=76834
Reviewed by Julien Chaffraix.
* fast/multicol/multicol-with-child-renderLayer-for-input-expected.html: Added.
* fast/multicol/multicol-with-child-renderLayer-for-input.html: Added.
2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in compositing tests
https://bugs.webkit.org/show_bug.cgi?id=88766
Reviewed by Tony Chang.
* compositing/:
* compositing/animation/:
* compositing/backface-visibility/:
* compositing/backing/:
* compositing/culling/:
* compositing/geometry/:
* compositing/iframes/:
* compositing/iframes/resources/:
* compositing/images/:
* compositing/layer-creation/:
* compositing/masks/:
* compositing/overflow/:
* compositing/plugins/:
* compositing/reflections/:
* compositing/repaint/:
* compositing/resources/:
* compositing/rtl/:
* compositing/scaling/:
* compositing/tiling/:
* compositing/transitions/:
* compositing/video/:
* compositing/visibility/:
* compositing/webgl/:
* platform/chromium/compositing/:
* platform/chromium/compositing/force-compositing-mode/:
* platform/chromium/compositing/rubberbanding/:
* platform/mac/compositing/canvas/:
2012-06-11 Ojan Vafai <ojan@chromium.org>
Large slew of Chromium windows png rebaselines. See http://crbug.com/131829 for more information.
List of rebaselined files excluded because it's too long.
2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in css 1, css 2.1, and css3 tests
https://bugs.webkit.org/show_bug.cgi?id=88769
Reviewed by Tony Chang.
* css1/units/zero-duration-without-units.html:
* css3/calc/:
* css3/filters/:
* css3/filters/custom/:
* css3/filters/resources/:
* css3/filters/script-tests/:
* css3/flexbox/:
* css3/font-feature-settings-rendering.html:
* css3/images/cross-fade-invalidation.html:
* css3/images/optimize-contrast-canvas.html:
* css3/images/optimize-contrast-image.html:
* css3/khtml-background-size-0x0-bmp.html:
* css3/parsing-css3-nthchild.html:
* css3/style-zoomed-image.html:
* css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
* css3/zoom-coords.xhtml:
* platform/win/css2.1/resources/run-webkit-tests-epilogue.html:
* platform/win/css2.1/resources/run-webkit-tests-prologue.html:
2012-06-11 Ryosuke Niwa <rniwa@webkit.org>
Use testRunner instead of layoutTestController in animations tests
https://bugs.webkit.org/show_bug.cgi?id=88757
Reviewed by Tony Chang.
* animations/3d/change-transform-in-end-event.html:
* animations/3d/replace-filling-transform.html:
* animations/3d/state-at-end-event-transform.html:
* animations/3d/transform-origin-vs-functions.html:
* animations/animation-add-events-in-handler.html:
* animations/animation-border-overflow.html:
* animations/animation-controller-drt-api.html:
* animations/animation-direction-reverse-fill-mode-hardware.html:
* animations/animation-direction-reverse-fill-mode.html:
* animations/animation-drt-api-multiple-keyframes.html:
* animations/animation-drt-api.html:
* animations/animation-end-event-destroy-renderer.html:
* animations/animation-end-event-short-iterations.html:
* animations/animation-hit-test-transform.html:
* animations/animation-hit-test.html:
* animations/animation-iteration-event-destroy-renderer.html:
* animations/animation-matrix-negative-scale-unmatrix.html:
* animations/animation-on-inline-crash.html:
* animations/animation-shorthand-overriding.html:
* animations/animation-shorthand-removed.html:
* animations/animation-shorthand.html:
* animations/animation-start-event-destroy-renderer.html:
* animations/animation-welcome-safari.html:
* animations/body-removal-crash.html:
* animations/change-keyframes-name.html:
* animations/change-transform-style-during-animation.html:
* animations/combo-transform-translate+scale.html:
* animations/empty-keyframes.html:
* animations/fill-mode-forwards.html:
* animations/fill-mode-iteration-count-non-integer.html:
* animations/fill-mode-missing-from-to-keyframes.html:
* animations/fill-mode-multiple-keyframes.html:
* animations/fill-mode-removed.html:
* animations/fill-mode-reverse.html:
* animations/fill-mode-transform.html:
* animations/fill-mode.html:
* animations/fill-unset-properties.html:
* animations/font-size-using-ems.html-disabled:
* animations/import-crash.html:
* animations/keyframe-timing-functions-transform.html:
* animations/keyframe-timing-functions2.html:
* animations/keyframes-iteration-count-non-integer.html:
* animations/longhand-timing-function.html:
* animations/missing-from-to-transforms.html:
* animations/missing-from-to.html:
* animations/pause-crash.html:
* animations/resources/animation-test-helpers.js:
(checkExpectedValue):
(endTest):
* animations/state-at-end-event.html:
* animations/suspend-resume-animation-events.html:
* animations/suspend-transform-animation.html:
* animations/transition-and-animation-3.html:
* animations/unanimated-style.html:
2012-06-11 David Barr <davidbarr@chromium.org>
Add css3-images image-resolution (dppx only)
https://bugs.webkit.org/show_bug.cgi?id=85332
Reviewed by Tony Chang.
The css3-images module is at candidate recommendation.
http://www.w3.org/TR/2012/CR-css3-images-20120417/#image-resolution
* fast/css/image-resolution/image-resolution-expected.txt: Added.
* fast/css/image-resolution/image-resolution.html: Added.
* platform/chromium/TestExpectations: Skip tests until image-resolution implementation lands.
* platform/efl/TestExpectations: Skip tests until image-resolution implementation lands.
* platform/gtk/TestExpectations: Skip tests until image-resolution implementation lands.
* platform/mac/TestExpectations: Skip tests until image-resolution implementation lands.
* platform/qt/TestExpectations: Skip tests until image-resolution implementation lands.
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline more SVG tests on Windows.
* platform/chromium-linux-x86/svg/batik/filters/filterRegions-expected.png: Removed.
* platform/chromium-win-vista/svg/batik/paints/gradientLimit-expected.png: Added.
* platform/chromium-win-xp/svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
* platform/chromium-win-xp/svg/batik/text/smallFonts-expected.png: Added.
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
* platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-2-expected.png:
* platform/chromium-win/svg/as-image/same-image-two-instances-expected.png:
* platform/chromium-win/svg/as-image/svg-as-relative-image-expected.png:
* platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png:
* platform/chromium-win/svg/batik/filters/feTile-expected.png:
* platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaselines for svg/as-background-image tests on Windows.
* platform/chromium-linux/svg/as-background-image/svg-as-background-2-expected.png: Removed.
* platform/chromium-win/svg/as-background-image/svg-as-background-2-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-5-expected.png:
* platform/chromium-win/svg/as-background-image/svg-as-background-with-relative-size-expected.png:
* platform/chromium-win/svg/as-background-image/svg-background-partial-redraw-expected.png:
* platform/chromium-win/svg/as-image/animated-svg-as-image-no-fixed-intrinsic-size-expected.png:
2012-06-11 Dan Bernstein <mitz@apple.com>
Reverted r119940 because it caused multiple media tests to fail on Lion.
* http/tests/media/video-src-invalid-error-expected.txt: Removed.
* http/tests/media/video-src-invalid-error.html: Removed.
2012-06-11 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Gardening after r119962. Four inspector/debugger tests still fail after they have been re-enabled.
https://bugs.webkit.org/show_bug.cgi?id=43332
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaselines and updated expectations for media tests
Pixel differences are due to antialiasing and different rounded
corners on the media progress bar. The difference is not
noticeable.
* platform/chromium-win/media/audio-controls-rendering-expected.png:
* platform/chromium-win/media/audio-repaint-expected.png:
* platform/chromium-win/media/controls-after-reload-expected.png:
* platform/chromium-win/media/controls-layout-direction-expected.png:
* platform/chromium-win/media/controls-strict-expected.png:
* platform/chromium-win/media/controls-styling-expected.png:
* platform/chromium-win/media/controls-without-preload-expected.png:
* platform/chromium-win/media/media-controls-clone-expected.png:
* platform/chromium-win/media/media-document-audio-repaint-expected.png:
* platform/chromium-win/media/video-controls-rendering-expected.png:
* platform/chromium-win/media/video-display-toggle-expected.png:
* platform/chromium-win/media/video-layer-crash-expected.png:
* platform/chromium-win/media/video-no-audio-expected.png:
* platform/chromium-win/media/video-playing-and-pause-expected.png:
* platform/chromium-win/media/video-transformed-expected.png:
* platform/chromium-win/media/video-volume-slider-expected.png:
* platform/chromium-win/media/video-zoom-controls-expected.png:
* platform/chromium/TestExpectations:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Mark track-cue-rendering-inner-timestamps.html failing on Vista
* platform/chromium/TestExpectations:
2012-06-11 Mike West <mkwst@chromium.org>
[Qt] Skipping http/tests/security/mixedContent/filesystem-url-in-iframe.html
https://bugs.webkit.org/show_bug.cgi?id=88770
ENABLE(FILE_SYSTEM) is disabled; this test should be skipped until
that feature is enabled. Moving it up into the proper section of the
Skipped file to make sure it's enabled if and when the feature makes
it into the port.
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-06-11 Allan Sandfeld Jensen <allan.jensen@nokia.com>
Rect-based hittesting doesn't work in tables.
https://bugs.webkit.org/show_bug.cgi?id=86605
Reviewed by Julien Chaffraix.
Test nodesFromRect on tables.
* fast/dom/nodesFromRect-table-expected.txt: Added.
* fast/dom/nodesFromRect-table.html: Added.
2012-06-11 Szilard Ledan <szledan@inf.u-szeged.hu>
[Qt] Gardening, skip new failing tests.
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-06-11 Christophe Dumez <christophe.dumez@intel.com>
[EFL] skip http/tests/cookies/js-get-and-set-http-only-cookie.html test case
https://bugs.webkit.org/show_bug.cgi?id=88751
Unreviewed EFL gardening. Skip newly introduced test case that is failing
on most ports.
* platform/efl/TestExpectations:
2012-06-11 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Remove expectations for passing tests
The flakiness dashboard indicates that
platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
and
platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor.html
are passing on all platforms now.
* platform/chromium/TestExpectations:
2012-06-11 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
https://bugs.webkit.org/show_bug.cgi?id=88752
Unreviewed EFL gardening. Unskip http/tests/security/mixedContent/blob-url-in-iframe.html
now that it no longer depends on the legacy blob builder (r119944).
* platform/efl/TestExpectations:
2012-06-08 Kinuko Yasuda <kinuko@chromium.org>
Using BlobBuilder should show a deprecation warning message (if it is enabled)
https://bugs.webkit.org/show_bug.cgi?id=88644
Reviewed by Jian Li.
* fast/files/blob-builder-crash-expected.txt:
2012-06-10 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Add expectations for svg-as-background-6.html
Like other SVG tests noted in bug 83303, this test fails on
Windows because it uses a sans-serif font where a serif font is
expected.
* platform/chromium/TestExpectations:
2012-06-10 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Rebaseline fixed-position-transform-composited-page-scale on Linux, Win
These differ in antialiasing only, where there are already
platform differences antialiasing.
* platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
2012-06-10 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update
css3/font-feature-settings-rendering.html again -- actually it may
pass if a particular DLL is installed. So expect PASS or
IMAGE+TEXT failure from this test.
* platform/chromium/TestExpectations:
2012-06-10 Dominic Cooney <dominicc@chromium.org>
[Chromium] Unreviewed: Update
css3/font-feature-settings-rendering.html expectations to fail on
XP.
* platform/chromium/TestExpectations:
2012-06-10 Hayato Ito <hayato@chromium.org>
An inheritance of '-webkit-user-modify' does not stop at shadow boundary.
https://bugs.webkit.org/show_bug.cgi?id=88514
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/user-modify-inheritance-expected.txt: Added.
* fast/dom/shadow/user-modify-inheritance.html: Added.
2012-06-10 Yoshifumi Inoue <yosin@chromium.org>
[Forms] Introduce Decimal behind the InputNumber type
https://bugs.webkit.org/show_bug.cgi?id=88383
Reviewed by Kent Tamura.
* fast/forms/range/range-value-rounding-expected.txt: Added.
* fast/forms/range/range-value-rounding.html: Added.
2012-06-10 Jason Liu <jason.liu@torchmobile.com.cn>
[BlackBerry] Possible to clobber httponly cookie.
https://bugs.webkit.org/show_bug.cgi?id=86067
Reviewed by Rob Buis.
* http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
* http/tests/cookies/js-get-and-set-http-only-cookie.html: Added.
* platform/chromium/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
2012-06-10 Ryosuke Niwa <rniwa@webkit.org>
Expose layoutTestController as testRunner
https://bugs.webkit.org/show_bug.cgi?id=88210
Reviewed by Darin Adler.
Add a test for testRunner object.
* fast/harness/testrunner-object-expected.txt: Added.
* fast/harness/testrunner-object.html: Added.
2012-06-10 Pablo Flouret <pablof@motorola.com>
Access control allow lists starting with a comma are parsed incorrectly (CORS)
https://bugs.webkit.org/show_bug.cgi?id=88461
Reviewed by Adam Barth.
* http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma-expected.txt: Added.
* http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html: Added.
* http/tests/xmlhttprequest/resources/access-control-allow-lists.php: Added.
2012-06-10 Mike West <mkwst@chromium.org>
Removing mixed content tests' dependency on WebKitBlobBuilder:
https://bugs.webkit.org/show_bug.cgi?id=88736
http/tests/security/mixedContent/blob-url-in-iframe.html and
http/tests/security/mixedContent/filesystem-url-in-iframe.html both
relied on WebKitBlobBuilder, which is disabled on some builds. `new
Blob()` is the new hotness that these tests should be using instead. This
patch migrates both tests to the new API.
It also reenables blob-url-in-iframe.html on mac (filesystem-url-in-iframe.html
remains disabled, as the filesystem APIs are disabled entirely).
Reviewed by Adam Barth.
* http/tests/security/mixedContent/blob-url-in-iframe.html:
* http/tests/security/mixedContent/filesystem-url-in-iframe.html:
* platform/mac/Skipped:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL][GTK] media/track/track-cue-rendering-inner-timestamps.html is failing
https://bugs.webkit.org/show_bug.cgi?id=88725
Reviewed by Eric Carlson.
* media/track/track-cue-rendering-inner-timestamps.html: Round the timestamp values
so that the test passes for EFL and GTK ports.
* platform/efl/TestExpectations: Unskip test.
* platform/gtk/TestExpectations: Unskip test.
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip fast/dom/frame-loading-via-document-write.html
https://bugs.webkit.org/show_bug.cgi?id=88737
Unreviewed EFL gardening. Skipping test that is flaky after r119788.
* platform/efl/TestExpectations:
2012-06-06 Jer Noble <jer.noble@apple.com>
REGRESSION: Setting invalid media "src" does not cause "error" event
https://bugs.webkit.org/show_bug.cgi?id=88423
Reviewed by Eric Carlson.
* http/tests/media/video-src-invalid-error-expected.txt: Added.
* http/tests/media/video-src-invalid-error.html: Added.
2012-06-10 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening. Updating a few animations tests baselines,
adding test expectations for one FileSystem test.
* platform/gtk/TestExpectations:
* platform/gtk/animations/3d/change-transform-in-end-event-expected.txt:
* platform/gtk/animations/3d/matrix-transform-type-animation-expected.txt: Added.
* platform/gtk/animations/3d/state-at-end-event-transform-expected.txt:
2012-06-10 Dan Bernstein <mitz@apple.com>
Temporarily added http/tests/security/mixedContent/blob-url-in-iframe.html to the Mac skip
list. <http://webkit.org/b/88736> tracks moving this test off of the legacy
WebKitBlobBuilder API.
* platform/mac/Skipped:
2012-06-10 Dan Bernstein <mitz@apple.com>
Added http/tests/security/mixedContent/filesystem-url-in-iframe.html to the Mac skip list,
because FILE_SYSTEM is not enabled.
Part of: http/tests/security/mixedContent/blob-url-in-iframe.html and http/tests/security/mixedContent/filesystem-url-in-iframe.html are failing
<http://webkit.org/b/88736>
* platform/mac/Skipped:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL] 2 fast/multicol/span tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=88734
Unreviewed EFL gardening. Move to TestExpectations 2 tests that
are flaky on the bot.
* platform/efl/TestExpectations:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL][GTK] Skip http/tests/xmlhttprequest/origin-exact-matching.html added in r119911
https://bugs.webkit.org/show_bug.cgi?id=88728
Unreviewed gardening. Skip new test added in r119911 which fails for both
GTK and EFL ports.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Several test cases can be unskipped
https://bugs.webkit.org/show_bug.cgi?id=88731
Unreviewed EFL gardening. Unskip a few tests that are passing after
r118618 was rolled out.
* platform/efl/TestExpectations:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL] skip userscripts/window-onerror-for-isolated-world-*.html tests
https://bugs.webkit.org/show_bug.cgi?id=88730
Unreviewed EFL gardening. Skip a few tests causing flakiness.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-06-10 Christophe Dumez <christophe.dumez@intel.com>
[EFL][GTK] Skip media/track/track-cue-rendering-inner-timestamps.html added in r119907
https://bugs.webkit.org/show_bug.cgi?id=88726
Unreviewed gardening. Skip test added in r119907 for GTK and EFL ports.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
Remove a Chromium test expectation for the test that has been rolled out in r119918.
* platform/chromium/TestExpectations:
2012-06-09 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118618 and r119353.
http://trac.webkit.org/changeset/118618
http://trac.webkit.org/changeset/119353
https://bugs.webkit.org/show_bug.cgi?id=88720
Caused at least 30 different crashes on ClusterFuzz (Requested
by inferno-sec on #webkit).
* http/tests/cache/cancel-in-progress-load-expected.txt: Removed.
* http/tests/cache/cancel-in-progress-load.html: Removed.
* http/tests/misc/write-while-waiting.html:
* svg/as-image/svg-image-leak-cached-data-expected.txt: Removed.
* svg/as-image/svg-image-leak-cached-data.html: Removed.
2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
Fix Chromium test expectations after my previous commit (r119916).
* platform/chromium/TestExpectations:
2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
Spring CRASH cleanup of Chromium test expectations.
Removed a whole bunch of bogus CRASH test expectations.
* platform/chromium/TestExpectations:
2012-06-09 Ryosuke Niwa <rniwa@webkit.org>
Remove bogus CRASH expectations from skipped tests.
There's no point in specifying test expectation when tests are skipped.
* platform/chromium/TestExpectations:
2012-06-09 Florin Malita <fmalita@chromium.org>
Fixed-position foreignObject descendants should be relative to the foreignObject viewport
https://bugs.webkit.org/show_bug.cgi?id=88547
Reviewed by Abhishek Arya.
* svg/foreignObject/fO-fixed-position-crash-expected.txt: Added.
* svg/foreignObject/fO-fixed-position-crash.html: Added.
* svg/foreignObject/fixed-position-expected.svg: Added.
* svg/foreignObject/fixed-position.svg: Added.
2012-06-09 Adam Barth <abarth@webkit.org>
Can't use eval in iframes sanbdoxed via CSP header
https://bugs.webkit.org/show_bug.cgi?id=88450
Reviewed by Mihai Parparita.
* http/tests/security/contentSecurityPolicy/iframe-inside-csp-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/iframe-inside-csp.html: Added.
* http/tests/security/contentSecurityPolicy/resources/sandboxed-eval.php: Added.
2012-06-09 Christophe Dumez <christophe.dumez@intel.com>
[EFL] skip new tests added in r119883
https://bugs.webkit.org/show_bug.cgi?id=88716
Unreviewed EFL gardening. Skip new tests added in r119883.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-06-09 Pablo Flouret <pablof@motorola.com>
The value in Access-Control-Allow-Origin is not being matched correctly for CORS-enabled requests
https://bugs.webkit.org/show_bug.cgi?id=88139
Reviewed by Adam Barth.
* http/tests/xmlhttprequest/origin-exact-matching-expected.txt: Added.
* http/tests/xmlhttprequest/origin-exact-matching.html: Added.
* http/tests/xmlhttprequest/resources/basic-auth/access-control-auth-basic.php: Get rid of a trailing slash in the origin.
* http/tests/xmlhttprequest/resources/origin-exact-matching-iframe.html: Added.
2012-06-09 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Skip tests that rely on pathToLocalResource() due to regression in r119788
https://bugs.webkit.org/show_bug.cgi?id=88714
Unreviewed EFL gardening. Skip tests that rely on pathToLocalResource()
due to regression in r119788.
* platform/efl/TestExpectations:
2012-06-09 Victor Carbune <victor@rosedu.org>
Basic support for timestamps within a TextTrackCue
https://bugs.webkit.org/show_bug.cgi?id=88187
Implemented support for timestamps within a TextTrackCue.
This enables rendering functionality for Karaoke and Paint-on captions.
Reviewed by Eric Carlson.
* media/track/captions-webvtt/captions-inner-timestamps.vtt: Added.
* media/track/track-cue-rendering-inner-timestamps-expected.txt: Added.
* media/track/track-cue-rendering-inner-timestamps.html: Added.
2012-06-08 Vsevolod Vlasov <vsevik@chromium.org>
IndexedDB: Inspector should handle null, string, and array keyPaths
https://bugs.webkit.org/show_bug.cgi?id=84303
Reviewed by Pavel Feldman.
* http/tests/inspector/indexeddb/database-structure-expected.txt:
* http/tests/inspector/indexeddb/database-structure.html:
2012-06-09 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening failure case on EFL build bot
https://bugs.webkit.org/show_bug.cgi?id=88656
Unreviewed EFL gardening after r119795. jquery/core.html test
is crashing on debug bot and failing with a text diff on
release bot.
* platform/efl/TestExpectations:
2012-05-25 Vsevolod Vlasov <vsevik@chromium.org>
Web Inspector: Limit DebuggerAgent.Location use to DebuggerModel only, introduce WebInspector.RawLocation to be used elsewhere.
https://bugs.webkit.org/show_bug.cgi?id=87270
Reviewed by Pavel Feldman.
* inspector/debugger/breakpoint-manager.html:
* inspector/debugger/pause-in-inline-script.html:
2012-06-08 Levi Weintraub <leviw@chromium.org>
RenderLayer::paintChildLayerIntoColumns doesn't properly pixel snap
https://bugs.webkit.org/show_bug.cgi?id=88554
Reviewed by Darin Adler.
* fast/sub-pixel/column-clipping-expected.html: Added.
* fast/sub-pixel/column-clipping.html: Added.
* platform/chromium-mac-snowleopard/fast/multicol/nested-columns-expected.png:
* platform/chromium-mac-snowleopard/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-mac-snowleopard/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-mac/fast/borders/border-antialiasing-expected.png:
* platform/chromium/TestExpectations:
2012-06-08 Ryosuke Niwa <rniwa@webkit.org>
Remove FAIL test expectations from EFL, Mac, and Qt ports' test expectations.
* platform/efl/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
2012-06-08 Rakesh KN <rakesh.kn@motorola.com>
REGRESSION(r116487?): HTMLFormElement::elements['name'] is empty if the form is detached from the document tree
https://bugs.webkit.org/show_bug.cgi?id=88632
Reviewed by Ryosuke Niwa.
* fast/forms/radionodelist-whose-form-element-detached-from-domtree-expected.txt: Added.
* fast/forms/radionodelist-whose-form-element-detached-from-domtree.html: Added.
2012-06-08 Ryosuke Niwa <rniwa@webkit.org>
Remove all uses of FAIL test expectation from Chromium test expectations.
* platform/chromium/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-08 Ojan Vafai <ojan@chromium.org>
Last set of chromium rebaselines missed in r119875.
* platform/chromium-linux/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
* platform/chromium-linux/svg/custom/js-update-container-expected.png: Added.
* platform/chromium-linux/svg/custom/js-update-polygon-changes-expected.png: Added.
* platform/chromium-linux/svg/custom/js-update-polygon-removal-expected.png: Added.
* platform/chromium-linux/svg/custom/js-update-transform-addition-expected.png: Added.
* platform/chromium-linux/svg/custom/js-update-transform-changes-expected.png: Added.
* platform/chromium-linux/svg/custom/marker-referencePoint-expected.png: Added.
* platform/chromium-linux/svg/custom/non-scaling-stroke-markers-expected.png: Added.
2012-06-08 Shezan Baig <shezbaig.wk@gmail.com>
Caret is not rendered in empty inline contenteditable elements
https://bugs.webkit.org/show_bug.cgi?id=85793
Reviewed by Ryosuke Niwa.
Add test cases for caret in empty inline.
* editing/selection/caret-in-empty-inline-1-expected.txt: Added.
* editing/selection/caret-in-empty-inline-1.html: Added.
* editing/selection/caret-in-empty-inline-2-expected.txt: Added.
* editing/selection/caret-in-empty-inline-2.html: Added.
2012-06-08 Mike West <mkwst@chromium.org>
Excluding blob: and filesystem: schemes from the mixed content check.
https://bugs.webkit.org/show_bug.cgi?id=84054
Reviewed by Adam Barth.
* http/tests/security/mixedContent/blob-url-in-iframe-expected.txt: Added.
* http/tests/security/mixedContent/blob-url-in-iframe.html: Added.
* http/tests/security/mixedContent/filesystem-url-in-iframe-expected.txt: Added.
* http/tests/security/mixedContent/filesystem-url-in-iframe.html: Added.
2012-06-08 Eli Fidler <efidler@rim.com>
[BlackBerry] Default font settings are getting deleted
https://bugs.webkit.org/show_bug.cgi?id=88670
Reviewed by Rob Buis.
This test crashes if -webkit-body (i.e. WebCore::Settings::standardFontFamily())
is not a valid font family.
* fonts/valid-standard-font.html: Added.
2012-06-08 Ojan Vafai <ojan@chromium.org>
Final set of chromium rebaselines for skia change. See crbug.com/131829.
* platform/chromium-linux/svg/clip-path/clipper-placement-issue-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
* platform/chromium-linux/svg/css/arrow-with-shadow-expected.png: Added.
* platform/chromium-linux/svg/css/background-image-svg-expected.png: Added.
* platform/chromium-linux/svg/custom/broken-internal-references-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
* platform/chromium-linux/svg/custom/dynamic-empty-path-expected.png: Added.
* platform/chromium-linux/svg/custom/gradient-stop-corner-cases-expected.png: Added.
* platform/chromium-linux/svg/custom/svgpolyparser-extra-space-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
* platform/chromium-linux/svg/custom/use-forward-refs-expected.png: Added.
* platform/chromium-linux/svg/custom/use-on-clip-path-with-transformation-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
* platform/chromium-linux/svg/text/text-hkern-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
* platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
* platform/chromium-linux/svg/text/text-vkern-expected.png: Added.
* platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png.
* platform/chromium-linux/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
* platform/chromium-linux/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png.
* platform/chromium-linux/svg/zoom/page/zoom-background-image-tiled-expected.png: Added.
* platform/chromium-linux/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Copied from LayoutTests/platform/chromium-win/svg/custom/js-update-container-expected.png.
* platform/chromium-win-xp/platform/chromium/compositing/accelerated-drawing/svg-filters-expected.png: Removed.
* platform/chromium-win/svg/custom/js-late-marker-creation-expected.png:
* platform/chromium-win/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png:
* platform/chromium-win/svg/custom/js-update-bounce-expected.png:
* platform/chromium-win/svg/custom/js-update-container-expected.png:
* platform/chromium-win/svg/custom/js-update-path-changes-expected.png:
* platform/chromium-win/svg/custom/js-update-path-removal-expected.png:
* platform/chromium-win/svg/custom/js-update-polygon-changes-expected.png:
* platform/chromium-win/svg/custom/js-update-polygon-removal-expected.png:
* platform/chromium-win/svg/custom/js-update-transform-addition-expected.png:
* platform/chromium-win/svg/custom/js-update-transform-changes-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-transform-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-viewBox-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-viewBox-transform-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-viewTarget-expected.png:
* platform/chromium-win/svg/custom/linking-a-03-b-zoomAndPan-expected.png:
* platform/chromium-win/svg/custom/linking-uri-01-b-expected.png:
* platform/chromium-win/svg/custom/marker-changes-expected.png:
* platform/chromium-win/svg/custom/marker-child-changes-css-expected.png:
* platform/chromium-win/svg/custom/marker-child-changes-expected.png:
* platform/chromium-win/svg/custom/marker-opacity-expected.png:
* platform/chromium-win/svg/custom/marker-referencePoint-expected.png:
* platform/chromium-win/svg/custom/marker-strokeWidth-changes-expected.png:
* platform/chromium-win/svg/custom/marker-viewBox-changes-expected.png:
* platform/chromium-win/svg/custom/mask-colorspace-expected.png:
* platform/chromium-win/svg/custom/mask-on-multiple-objects-expected.png:
* platform/chromium-win/svg/custom/no-inherited-dashed-stroke-expected.png:
* platform/chromium-win/svg/custom/non-circular-marker-reference-expected.png:
* platform/chromium-win/svg/custom/non-scaling-stroke-markers-expected.png:
* platform/chromium-win/svg/custom/object-sizing-explicit-height-expected.png:
* platform/chromium-win/svg/custom/object-sizing-explicit-width-height-expected.png:
* platform/chromium-win/svg/filters/invalidate-on-child-layout-expected.png:
* platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png:
* platform/chromium/TestExpectations:
2012-06-08 Ojan Vafai <ojan@chromium.org>
viewspec-parser tests still timeout in Chromium debug even when marked slow.
* platform/chromium/TestExpectations:
2012-06-08 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119514.
http://trac.webkit.org/changeset/119514
https://bugs.webkit.org/show_bug.cgi?id=88664
Broke JSFiddle.net (Requested by arv on #webkit).
* fast/dom/Window/window-property-shadowing-name-expected.txt:
* fast/dom/Window/window-property-shadowing-name.html:
* fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.
* fast/dom/Window/window-property-shadowing-onclick.html: Removed.
* platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Removed.
* platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Removed.
2012-06-08 Ojan Vafai <ojan@chromium.org>
Second wave of Chromium rebaselines after skia change. See crbug.com/131829.
List of changed expectations deleted because it's too long.
2012-06-08 Dan Bernstein <mitz@apple.com>
Added Mac pixel results for canvas-imageSmoothingEnabled-patterns.html, and made the text
results shared between platforms.
* fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
* platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
* platform/mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
2012-06-08 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, rebaseline a chromium-win result that changed
due to the various mock scrollbar changes.
https://bugs.webkit.org/show_bug.cgi?id=88490
* platform/chromium-win/fast/repaint/fixed-tranformed-expected.png:
* platform/chromium/TestExpectations:
2012-06-08 Stephen Chenney <schenney@chromium.org>
WebCore::ImageBuffer.cpp has broken color table code
https://bugs.webkit.org/show_bug.cgi?id=80321
Unreviewed Chromium test expectations update after changes to SVG filter color conversion.
Full list of changed files excluded to to very large number.
* platform/chromium/TestExpectations:
2012-06-08 Joshua Bell <jsbell@chromium.org>
IndexedDB: Add regression test to verify that legacy constants have been removed
https://bugs.webkit.org/show_bug.cgi?id=88669
Reviewed by Tony Chang.
* storage/indexeddb/legacy-constants-expected.txt:
* storage/indexeddb/mozilla/create-index-unique-expected.txt:
* storage/indexeddb/mozilla/resources/create-index-unique.js:
(createAndVerifyIndex):
* storage/indexeddb/resources/constants.js:
(test):
* storage/indexeddb/resources/legacy-constants.js:
(testObsoleteConstants):
2012-06-08 Ojan Vafai <ojan@chromium.org>
First wave of Chromium rebaselines after skia rollback. See crbug.com/131829.
List of changed expected files excluded because it's too long.
2012-06-08 Erik Arvidsson <arv@chromium.org>
[V8] Keep TextTrackList alive as long as its owner is alive
https://bugs.webkit.org/show_bug.cgi?id=88541
Reviewed by Adam Barth.
Add a hidden reference from the owner to the text track list.
* platform/chromium/TestExpectations:
2012-06-08 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, rebaseline platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html after skia gamma correction
https://bugs.webkit.org/show_bug.cgi?id=88589
* platform/chromium-linux/platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-08 Dan Bernstein <mitz@apple.com>
Added svg/filters/color-space-conversion.svg to the Mac skip list. It has been failing since
its addition in r119841. <http://webkit.org/b/88672> is tracking the failure.
* platform/mac/Skipped:
2012-06-08 Stephen Chenney <schenney@chromium.org>
WebCore::ImageBuffer.cpp has broken color table code
https://bugs.webkit.org/show_bug.cgi?id=80321
Unreviewed Chromium expectations update.
Adding tests that are failing pending a rebaseline.
* platform/chromium/TestExpectations:
2012-06-08 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, remove css3/flexbox/child-overflow.html from TestExpectations.
Since bug 77368 is now fixed, this test passes.
* platform/chromium/TestExpectations:
2012-06-08 Stephen Chenney <schenney@chromium.org>
Unreviewed fix for Chromium TestExpectations.
A file crept into the expectations that has not yet been submitted.
* platform/chromium/TestExpectations:
2012-06-08 Renata Hodovan <reni@webkit.org>
Adding few already supported features to the FeatureSet in DOMImplementation
https://bugs.webkit.org/show_bug.cgi?id=86482
Reviewed by Nikolas Zimmermann.
* platform/qt-5.0/svg/custom/svg-features-expected.txt:
* platform/qt/svg/custom/svg-features-expected.txt:
* svg/custom/svg-features-expected.txt:
2012-06-07 Vincent Scheib <scheib@chromium.org>
Layout Test pointer-lock/pointerlockchange-pointerlockerror-events.html is failing
https://bugs.webkit.org/show_bug.cgi?id=88604
Reviewed by Kent Tamura.
Removed CRASH expectation.
Test is no longer crashing with this fix to DumpRenderTree.
* platform/chromium/TestExpectations:
2012-06-08 Stephen Chenney <schenney@chromium.org>
WebCore::ImageBuffer.cpp has broken color table code
https://bugs.webkit.org/show_bug.cgi?id=80321
Reviewed by Dirk Schulze.
Temporarily marking Chromium tests expected to fail as a result of this patch. And a new test.
* platform/chromium/TestExpectations:
* svg/filters/color-space-conversion.svg:
* svg/filters/color-space-conversion-expected.svg:
2012-06-08 Qi Zhang <qi.2.zhang@nokia.com>
[Qt] fast/viewport/viewport-133.html fails
https://bugs.webkit.org/show_bug.cgi?id=80689
Since https://bugs.webkit.org/show_bug.cgi?id=88047 remove this
test case, remove it from skip list.
Reviewed by Laszlo Gombos.
* platform/qt/Skipped:
2012-06-08 Bryan McQuade <bmcquade@google.com>
Web Inspector: Annotate timeline records with a frame identifier
https://bugs.webkit.org/show_bug.cgi?id=86406
Reviewed by Vsevolod Vlasov.
* inspector/timeline/timeline-animation-frame-expected.txt:
* inspector/timeline/timeline-dom-content-loaded-event-expected.txt:
* inspector/timeline/timeline-event-dispatch-expected.txt:
* inspector/timeline/timeline-injected-script-eval-expected.txt:
* inspector/timeline/timeline-layout-expected.txt:
* inspector/timeline/timeline-load-event-expected.txt:
* inspector/timeline/timeline-network-resource-expected.txt:
* inspector/timeline/timeline-paint-expected.txt:
* inspector/timeline/timeline-parse-html-expected.txt:
* inspector/timeline/timeline-recalculate-styles-expected.txt:
* inspector/timeline/timeline-script-tag-1-expected.txt:
* inspector/timeline/timeline-script-tag-2-expected.txt:
* inspector/timeline/timeline-test.js:
* inspector/timeline/timeline-timer-expected.txt:
* platform/chromium/inspector/timeline/timeline-animation-frame-expected.txt:
* platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt:
* platform/chromium/inspector/timeline/timeline-layout-expected.txt:
* platform/chromium/inspector/timeline/timeline-network-resource-expected.txt:
* platform/chromium/inspector/timeline/timeline-paint-expected.txt:
* platform/chromium/inspector/timeline/timeline-parse-html-expected.txt:
* platform/chromium/inspector/timeline/timeline-timer-expected.txt:
2012-06-08 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed update for chromium test expectations.
viewspec-parser-*.html were marked as SLOW.
* platform/chromium/TestExpectations:
BUGWK87772 SLOW : svg/dom/viewspec-parser-1.html = PASS
BUGWK87772 SLOW : svg/dom/viewspec-parser-2.html = PASS
BUGWK87772 SLOW : svg/dom/viewspec-parser-3.html = PASS
BUGWK87772 SLOW : svg/dom/viewspec-parser-4.html = PASS
BUGWK87772 SLOW : svg/dom/viewspec-parser-5.html = PASS
2012-06-08 Arko Saha <arko@motorola.com>
Microdata: An element with an empty itemprop='' should not get listed in the .properties list.
https://bugs.webkit.org/show_bug.cgi?id=88235
Reviewed by Ryosuke Niwa.
* fast/dom/MicroData/element-with-empty-itemprop-expected.txt: Added.
* fast/dom/MicroData/element-with-empty-itemprop.html: Added.
2012-06-08 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Unskip passing sputnik tests
https://bugs.webkit.org/show_bug.cgi?id=88641
Unreviewed, unskip sputnik tests which are passing now.
* platform/efl/TestExpectations:
2012-06-08 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, removing crash expectations for two plugins
tests that were fixed after LLInt was enabled for the Gtk port in r119593.
* platform/gtk/TestExpectations:
2012-06-08 Hans Wennborg <hans@chromium.org>
Speech JavaScript API: mock WebSpeechRecognizer for DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=87976
Reviewed by Kent Tamura.
Add a layout test using the new mock, pushing a mock result through
and checking that events fire correctly.
* fast/speech/scripted/speechrecognition-basics-expected.txt: Added.
* fast/speech/scripted/speechrecognition-basics.html: Added.
2012-06-08 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r119795, adding separate test expectations
for jquery/core.html - the test is crashing on debug builds and failing
with a text diff on release builds.
* platform/gtk/TestExpectations:
2012-06-08 Noel Gordon <noel.gordon@gmail.com>
[chromium] Run optimize-baselines over canvas-toDataURL-webp.html results
Unreviewed test expectations update.
* platform/chromium-mac/fast/canvas/canvas-toDataURL-webp-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png.
2012-06-08 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip tests using disabled SHADOW_DOM feature on Qt.
* platform/qt/Skipped:
2012-06-08 Dan Bernstein <mitz@apple.com>
Fixed fast/files/read-blob-async.html failing after r119791.
* fast/files/resources/read-blob-test-cases.js:
(testReadingSingleArrayBufferBlob):
(testReadingSlicedArrayBufferBlob):
(testReadingMultipleArrayBufferBlob):
(testReadingHybridBlob):
(testReadingSlicedHybridBlob):
(testReadingTripleSlicedHybridBlob):
2012-06-08 Noel Gordon <noel.gordon@gmail.com>
[chromium] New virtual GPU canvas-toDataURL-webp.html results after r119787
Unreviewed test expectations update.
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
2012-06-07 Noel Gordon <noel.gordon@gmail.com>
[chromium] Update canvas-toDataURL-webp.html results after r119787
Unreviewed test expectations update.
* platform/chromium/TestExpectations:
* platform/chromium-win/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
2012-06-07 Takashi Sakamoto <tasak@google.com>
ShadowRoot needs resetStyleInheritance
https://bugs.webkit.org/show_bug.cgi?id=84048
Added layout tests for checking whether resetStyleInheritance works correctly or not.
Reviewed by Hajime Morita.
* fast/dom/shadow/shadow-root-resetStyleInheritance.html: Added.
* fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html: Added.
2012-06-07 Kinuko Yasuda <kinuko@chromium.org>
Fix unmatched parenthesis in fast/dom/HTMLAnchorElement/anchor-download-unset.html
https://bugs.webkit.org/show_bug.cgi?id=88526
Reviewed by Alexey Proskuryakov.
This test is skipped on other platforms than chromium.
* fast/dom/HTMLAnchorElement/anchor-download-unset.html:
* platform/chromium/TestExpectations:
2012-06-07 Victor Carbune <victor@rosedu.org>
addTextTrack should set track mode to HIDDEN
https://bugs.webkit.org/show_bug.cgi?id=88317
Reviewed by Eric Carlson.
* media/track/track-texttracks-expected.txt: Updated.
* media/track/track-texttracks.html: Updated.
2012-06-07 Li Yin <li.yin@intel.com>
FileAPI: Blob should support ArrayBufferView instead of ArrayBuffer for Constructor Parameters
https://bugs.webkit.org/show_bug.cgi?id=88294
Reviewed by Jian Li.
Support ArrayBufferView in Blob constructing function.
* fast/files/blob-constructor-expected.txt:
* fast/files/file-reader-fffd-expected.txt:
* fast/files/file-reader-fffd.html:
* fast/files/script-tests/blob-constructor.js:
* http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html:
* http/tests/websocket/tests/hybi/bufferedAmount-after-close.html:
* http/tests/websocket/tests/hybi/send-blob.html:
* http/tests/websocket/tests/hybi/workers/resources/send-blob.js:
(createBlobContainingAllDistinctBytes):
2012-06-07 MORITA Hajime <morrita@google.com>
A style in an older shadow subtree causes assert when composing with <shadow>
https://bugs.webkit.org/show_bug.cgi?id=88299
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/insertion-point-shadow-crash-expected.txt: Added.
* fast/dom/shadow/insertion-point-shadow-crash.html: Added.
2012-06-07 Joshua Lock <joshua.lock@intel.com>
[EFL][DRT] Normalize file:///tmp/LayoutTests in LayoutTestController::pathToLocalResource()
https://bugs.webkit.org/show_bug.cgi?id=67255
Reviewed by Dirk Pranke.
* platform/efl/TestExpectations: unskip
fast/dom/frame-loading-via-document-write.html now that
LayoutTestController::pathToLocalResource() is implemented for EFL.
2012-06-07 Noel Gordon <noel.gordon@gmail.com>
[chromium] Use WEBPImportPictureRGBX|BGRX to import picture data
https://bugs.webkit.org/show_bug.cgi?id=88218
Reviewed by Kent Tamura.
The test image (html5.png) has an alpha 255 background. The background should
be rendered black when a <canvas>.toDataURL('image/webp') is used as an <img>
element src attribute for example, since WEBP does not support alpha.
* fast/canvas/canvas-toDataURL-webp-expected.txt:
* fast/canvas/canvas-toDataURL-webp.html: Change the test to encode the added
html5.png test image as an image/webp data url.
* fast/canvas/resources/html5.png: Added.
* platform/chromium-mac-snowleopard/fast/canvas/canvas-toDataURL-webp-expected.png: Added.
* platform/chromium/TestExpectations: Requires WIN, LINUX rebaselines.
2012-06-07 Ojan Vafai <ojan@chromium.org>
Last set of chromium rebaselines after r119748.
Also mark pointer-lock/pointerlockchange-pointerlockerror-events.html
as crashing in Chromium debug after r119763.
Excluding list of changed pngs because it's too long.
* platform/chromium/TestExpectations:
2012-06-07 Ojan Vafai <ojan@chromium.org>
Mark fast/table/multiple-captions-display.xhtml as flaky on Chromium.
* platform/chromium/TestExpectations:
2012-06-07 Ojan Vafai <ojan@chromium.org>
Chromium rebaselines after http://trac.webkit.org/changeset/119760.
* platform/chromium-linux/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
* platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png:
* platform/chromium-win/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
2012-06-07 Tony Chang <tony@chromium.org>
[chromium] Unreviewed, new baselines for chromium-win after fixing
scrollbar rendering in r119748.
List of files omitted since it's long.
2012-06-06 Vincent Scheib <scheib@chromium.org>
Add new Pointer Lock spec events webkitpointerlockchange and webkitpointerlockerror
https://bugs.webkit.org/show_bug.cgi?id=88377
Reviewed by Dimitri Glazkov.
Part of a series of refactoring changes to update pointer lock API to
the fullscreen locking style. https://bugs.webkit.org/show_bug.cgi?id=84402
New change and error events added. Follow up patches will remove
the previous callbacks and pointerlocklost event. Tests updated
to include the new events, and a new test added specifically for
the new events, pointerlockchange-pointerlockerror-events.html.
* pointer-lock/lock-already-locked-expected.txt:
* pointer-lock/lock-already-locked.html:
* pointer-lock/pointer-lock-api-expected.txt:
* pointer-lock/pointer-lock-api.html:
* pointer-lock/pointerlockchange-pointerlockerror-events-expected.txt: Added.
* pointer-lock/pointerlockchange-pointerlockerror-events.html: Added.
* pointer-lock/pointerlocklost-event-expected.txt:
* pointer-lock/pointerlocklost-event.html:
2012-06-07 Takashi Sakamoto <tasak@google.com>
Incorrect border rendering when border radius is above 2px.
https://bugs.webkit.org/show_bug.cgi?id=88046
Reviewed by Simon Fraser.
* fast/borders/border-radius-valid-border-clipping-expected.txt: Added.
* fast/borders/border-radius-valid-border-clipping.html: Added.
* platform/chromium-mac/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
2012-06-07 Edaena Salinas Jasso <edaena@apple.com>
Should fire error event for empty 404 script
https://bugs.webkit.org/show_bug.cgi?id=50589
Reviewed by Brady Eidson.
Based on a test by Ojan Vafai.
* http/tests/loading/fire-error-event-empty-404-script-expected.txt: Added.
* http/tests/loading/fire-error-event-empty-404-script.html: Added.
* http/tests/loading/fire-error-event-script-no-content-type-expected.txt: Added.
* http/tests/loading/fire-error-event-script-no-content-type.html: Added.
* http/tests/loading/resources/404-with-empty-body-no-content-type.cgi: Added.
* http/tests/loading/resources/404-with-empty-body.cgi: Added.
* http/tests/resources/network-simulator.php: Fixed to no longer return 404 error
when logging a request.
2012-06-07 Ojan Vafai <ojan@chromium.org>
fast/js/dfg-double-vote-fuzz.html fails on Chromium release.
* platform/chromium/TestExpectations:
2012-06-07 Alec Flett <alecflett@chromium.org>
IndexedDB: Error codes, phase one
https://bugs.webkit.org/show_bug.cgi?id=88459
Reviewed by Tony Chang.
* storage/indexeddb/basics-expected.txt:
* storage/indexeddb/basics-shared-workers-expected.txt:
* storage/indexeddb/basics-workers-expected.txt:
* storage/indexeddb/create-and-remove-object-store-expected.txt:
* storage/indexeddb/cursor-advance-expected.txt:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/deleteIndex-expected.txt:
* storage/indexeddb/resources/basics.js:
(test):
* storage/indexeddb/resources/create-and-remove-object-store.js:
(testCreateAndRemove):
(tryOnceMore):
* storage/indexeddb/resources/cursor-advance.js:
(testBadAdvance.advanceBadly):
(testBadAdvance):
* storage/indexeddb/resources/cursor-update.js:
(keyCursor):
* storage/indexeddb/resources/database-basics.js:
(testClose):
* storage/indexeddb/resources/deleteIndex.js:
(postTwiddling):
* storage/indexeddb/resources/transaction-after-close.js:
(firstTransactionComplete):
* storage/indexeddb/resources/transaction-and-objectstore-calls.js:
(afterComplete):
* storage/indexeddb/resources/transaction-basics.js:
(testInvalidMode):
* storage/indexeddb/transaction-after-close-expected.txt:
* storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
* storage/indexeddb/transaction-basics-expected.txt:
2012-06-07 Elliot Poger <epoger@chromium.org>
Unreviewed, rolling out r119737.
http://trac.webkit.org/changeset/119737
see https://bugs.webkit.org/show_bug.cgi?id=88561
* css1/basic/class_as_selector-expected.txt: Removed.
* css1/basic/containment-expected.txt: Removed.
...
* platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt.
* platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Copied from LayoutTests/platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt.
2012-06-07 Ojan Vafai <ojan@chromium.org>
Hopefully final chromium rebaseline for r119617.
* platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
2012-06-07 Ami Fischman <fischman@chromium.org>
Plumb CORS attribute information from HTMLMediaElement to media players so it can be used
https://bugs.webkit.org/show_bug.cgi?id=88349
Reviewed by Adam Barth.
* http/tests/security/resources/video-cross-origin-allow.php: Added.
* http/tests/security/video-cross-origin-readback-expected.txt: Added.
* http/tests/security/video-cross-origin-readback.html: Added.
* platform/efl/Skipped:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wk2/Skipped:
2012-06-07 Stephen White <senorblanco@chromium.org>
Unreviewed; chromium test_expectations update.
Removing expected-to-fail results for now-passing tests.
* platform/chromium-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Removed.
2012-06-07 Jer Noble <jer.noble@apple.com>
sometimes all slaved videos don't start playing
https://bugs.webkit.org/show_bug.cgi?id=88553
Reviewed by Darin Adler.
* media/media-controller-time-clamp-expected.txt: Added.
* media/media-controller-time-clamp.html: Added.
2012-06-07 Ojan Vafai <ojan@chromium.org>
Mark another test as slow on Chromium Windows.
* platform/chromium/TestExpectations:
2012-06-07 Elliot Poger <epoger@chromium.org>
Part 1 of rebaselines for http://crbug.com/131189
Unreviewed rebaselining.
* css1/basic/class_as_selector-expected.txt: Added.
* css1/basic/containment-expected.txt: Added.
...
* platform/gtk/css3/selectors3/xml/css3-modsel-74-expected.txt: Removed.
* platform/gtk/css3/selectors3/xml/css3-modsel-74b-expected.txt: Removed.
2012-06-07 Mike Reed <reed@google.com>
clean up suppressions around two-point-radial-gradient in skia (fix will come later)
https://bugs.webkit.org/show_bug.cgi?id=88549
Expectations change only.
* platform/chromium/TestExpectations:
2012-06-07 Ojan Vafai <ojan@chromium.org>
Update some flaky/slow expectations to better match the bots.
* platform/chromium/TestExpectations:
2012-06-07 Raymes Khoury <raymes@chromium.org>
Incorrect rect-based hit-test result for culled-inline elements
https://bugs.webkit.org/show_bug.cgi?id=85849
Reviewed by Levi Weintraub.
Added tests for rect-based hit-testing for the case when the child of a
culled inline element is in the hit-test result. One of these tests is
expected to fail due to https://bugs.webkit.org/show_bug.cgi?id=88376.
* fast/dom/nodesFromRect-culled-inline-expected.txt: Added.
* fast/dom/nodesFromRect-culled-inline.html: Added.
2012-06-07 Daniel Erat <derat@chromium.org>
[chromium] Add test for subpixel positioning.
https://bugs.webkit.org/show_bug.cgi?id=88263
Reviewed by Tony Chang.
* platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.png: Added.
* platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning-expected.txt: Added.
* platform/chromium-linux/fast/text/chromium-linux-text-subpixel-positioning.html: Added.
2012-06-07 Simon Pena <spena@igalia.com>
[GTK] Add baselines for new tests
https://bugs.webkit.org/show_bug.cgi?id=88540
Unreviewed gardening. Added baselines for new tests.
* platform/gtk/TestExpectations:
* platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/gtk/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/gtk/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/gtk/fast/reflections/reflection-with-zoom-expected.txt: Added.
* platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/gtk/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
* platform/gtk/svg/repaint/text-mask-update-expected.png: Added.
* platform/gtk/svg/repaint/text-mask-update-expected.txt: Added.
2012-06-07 Brady Eidson <beidson@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=88481
Move new test added by r119644 that was only meant for platform/mac into the platform/mac directory:
* platform/mac/fast/loader/resources/utf8-encoded.webarchive: Renamed from LayoutTests/fast/loader/resources/utf8-encoded.webarchive.
* platform/mac/fast/loader/webarchive-encoding-respected-expected.txt: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected-expected.txt.
* platform/mac/fast/loader/webarchive-encoding-respected.html: Renamed from LayoutTests/fast/loader/webarchive-encoding-respected.html.
Also remove it from the TestExpectations files for platforms where it was Skipped:
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-06-07 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119707.
http://trac.webkit.org/changeset/119707
https://bugs.webkit.org/show_bug.cgi?id=88539
Because the original patch with the failing test was rolled
out by 119712 (Requested by Ossy on #webkit).
* platform/qt/Skipped:
2012-06-07 Stephen White <senorblanco@chromium.org>
[Chromium] Rebaseline tests after r119591 that enabled imageSmoothingEnabled for patterns
https://bugs.webkit.org/show_bug.cgi?id=88253
Unreviewed; test expectations update.
* platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/chromium-linux/svg/custom/pattern-skew-transformed-expected.png: Removed.
* platform/chromium-linux/svg/custom/pattern-with-transformation-expected.png:
* platform/chromium-mac-leopard/svg/custom/pattern-with-transformation-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/pattern-with-transformation-expected.png:
* platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/chromium-mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
* platform/chromium-mac/svg/custom/oversized-pattern-scale-expected.png:
* platform/chromium-mac/svg/custom/pattern-in-defs-expected.png:
* platform/chromium-mac/svg/custom/pattern-skew-transformed-expected.png:
* platform/chromium-mac/svg/custom/pattern-with-transformation-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
* platform/chromium-win/svg/custom/nested-pattern-boundingBoxModeContent-expected.png:
* platform/chromium-win/svg/custom/oversized-pattern-scale-expected.png:
* platform/chromium-win/svg/custom/pattern-in-defs-expected.png:
* platform/chromium-win/svg/custom/pattern-skew-transformed-expected.png:
* platform/chromium-win/svg/custom/pattern-with-transformation-expected.png:
* platform/chromium/TestExpectations:
2012-06-07 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Unskip passing tests for GTK.
* platform/gtk/TestExpectations:
2012-06-07 Alexei Filippov <alexeif@chromium.org>
Web Inspector: sorting of object fields is broken in heap profiler
https://bugs.webkit.org/show_bug.cgi?id=88532
A recent change to heap profiler has replaced getters with functions.
Function calls were missing in couple places after that change.
The following changes were made to the tests:
- generateSnapshot now uses pseudo random numbers for object sizes.
It allows to test sorting.
- Added a test that checks sorting of object instances of a particular class.
- Added a test that checks sorting of fields in an object instance.
Reviewed by Vsevolod Vlasov.
Tests: inspector/profiler/heap-snapshot-summary-sorting-fields.html
inspector/profiler/heap-snapshot-summary-sorting-instances.html
* inspector/profiler/heap-snapshot-summary-sorting-fields-expected.txt: Added.
* inspector/profiler/heap-snapshot-summary-sorting-fields.html: Added.
* inspector/profiler/heap-snapshot-summary-sorting-instances-expected.txt: Added.
* inspector/profiler/heap-snapshot-summary-sorting-instances.html: Added.
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.):
(initialize_HeapSnapshotTest):
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-07 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed. Clean chromium test expectations.
* platform/chromium/TestExpectations:
2012-06-07 Alexei Filippov <alexeif@chromium.org>
Web Inspector: reuse edge_count field of heap snapshot to store retained size
https://bugs.webkit.org/show_bug.cgi?id=88416
The edge_count field is unused after node first edge indexes have been built.
Store node retained size in there instead of allocating an extra array for it.
Reviewed by Vsevolod Vlasov.
* inspector/profiler/heap-snapshot.html:
2012-06-07 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119694.
http://trac.webkit.org/changeset/119694
https://bugs.webkit.org/show_bug.cgi?id=88529
it broke PrerenderBrowserTest.PrerenderHTML5VideoNetwork
(Requested by loislo on #webkit).
* http/tests/security/resources/video-cross-origin-allow.php: Removed.
* http/tests/security/video-cross-origin-readback-expected.txt: Removed.
* http/tests/security/video-cross-origin-readback.html: Removed.
2012-06-07 Shinya Kawanaka <shinyak@chromium.org>
Delete a contenteditable element having a Shadow DOM causes a crash.
https://bugs.webkit.org/show_bug.cgi?id=86345
Reviewed by Ryosuke Niwa.
* editing/shadow/select-contenteditable-shadowhost-expected.txt: Added.
* editing/shadow/select-contenteditable-shadowhost.html: Added.
2012-06-07 Kinuko Yasuda <kinuko@chromium.org>
Unreviewed rebaseline for r115582.
* http/tests/security/filesystem-iframe-from-remote-expected.txt:
* platform/chromium/TestExpectations:
2012-06-07 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Gardening. Skip failing new test.
https://bugs.webkit.org/show_bug.cgi?id=88523
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped: Skip http/tests/security/video-cross-origin-readback.html.
2012-06-07 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed Skipped list cleanup. Remove disabled/passing tests, add bug reports.
* platform/qt-arm/Skipped:
* platform/qt/Skipped:
2012-06-07 Li Yin <li.yin@intel.com>
FileAPI: If type consists of non-ASCII characters in Blob constructor, it should throw a SyntaxError.
https://bugs.webkit.org/show_bug.cgi?id=88411
Reviewed by Kentaro Hara.
From Spec: http://dev.w3.org/2006/webapi/FileAPI/#constructorBlob
If type consists of any non-ASCII characters, throw a SyntaxError and
return from this algorithm.
* fast/files/blob-constructor-expected.txt:
* fast/files/script-tests/blob-constructor.js:
2012-06-07 Arpita Bahuguna <arpitabahuguna@gmail.com>
InsertUnorderedList and InsertOrderedList (execCommand) do not remove bullets
https://bugs.webkit.org/show_bug.cgi?id=84597
Reviewed by Ryosuke Niwa.
This test verifies removing of an (un)ordered list on a selection consisting of multiple
list items (paragraphs) when the end point of the selection points to the end of the last
list item; followed by another paragraph not part of the selection/list.
* editing/execCommand/remove-list-from-multi-list-items-expected.txt: Added.
* editing/execCommand/remove-list-from-multi-list-items.html: Added.
2012-06-07 Yoshifumi Inoue <yosin@chromium.org>
[Forms] Improve test coverage of input-number-size.html
https://bugs.webkit.org/show_bug.cgi?id=88489
Reviewed by Kent Tamura.
This patch improves test coverage for NumberInputType::sizeShouldIncludeDecoration()
for preparation of introducing decimal arithmetic.
* fast/forms/number/input-number-size-expected.txt: Updated for a new test case.
* fast/forms/number/input-number-size.html: Added a test case.
2012-06-07 Li Yin <li.yin@intel.com>
[FileAPI] FileReader should throw an InvalidStateError exception when readyState is LOADING
https://bugs.webkit.org/show_bug.cgi?id=88212
Reviewed by Jian Li.
From spec: http://www.w3.org/TR/FileAPI/#readAsBinaryString
FileReader should throw an InvalidStateError exception instead of NOT_ALLOWED_ERR.
* fast/files/read-file-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
2012-06-07 Hironori Bono <hbono@chromium.org>
Use light gray for grammar markers on Windows and Linux
https://bugs.webkit.org/show_bug.cgi?id=88398
Reviewed by Ryosuke Niwa.
This change changes the color of grammar markers from dark gray to light gray
and rebaselines a couple of pixel tests affected by this change.
* platform/chromium-linux/editing/spelling/grammar-markers-expected.png:
* platform/chromium-win/editing/spelling/grammar-markers-expected.png:
2012-06-06 Xianzhu Wang <wangxianzhu@chromium.org>
Element.getBoundingClientRect() and Element.getClientRects() return incorrect values in frames in a scaled page
https://bugs.webkit.org/show_bug.cgi?id=88430
Reviewed by James Robinson.
* fast/dom/Element/resources/client-rect-frame.html: Added.
* fast/dom/Element/scale-page-bounding-client-rect-in-frame-expected.txt: Added.
* fast/dom/Element/scale-page-bounding-client-rect-in-frame.html: Added.
* fast/dom/Element/scale-page-client-rects-in-frame-expected.txt: Added.
* fast/dom/Element/scale-page-client-rects-in-frame.html: Added.
2012-06-06 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119668.
http://trac.webkit.org/changeset/119668
https://bugs.webkit.org/show_bug.cgi?id=88493
Hitting assertions in debug builds (Requested by rniwa on
#webkit).
* editing/selection/caret-in-empty-inline-1-expected.txt: Removed.
* editing/selection/caret-in-empty-inline-1.html: Removed.
* editing/selection/caret-in-empty-inline-2-expected.txt: Removed.
* editing/selection/caret-in-empty-inline-2.html: Removed.
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
One more Chromium rebaseline for r119617.
Also update the test expectation per r119659.
fast/sub-pixel/file-upload-control-at-fractional-offset.html should have MISSING expectation.
* platform/chromium-linux/compositing/geometry/fixed-position-expected.png:
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-expected.png:
* platform/chromium/TestExpectations:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
More Chromium rebaselines for r119591 and r119617.
* platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Added.
* platform/chromium-win-xp/fast/text/backslash-to-yen-sign-euc-expected.png:
* platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Add an image failure expectation to fast/repaint/fixed-tranformed.html
on Chromium Windows and Chromium Mac. The failure is tracked by the bug 88490.
* platform/chromium/TestExpectations:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Add a timeout expectation to http/tests/media/video-cookie.html.
The failure is tracked by the Chromium issue 131533.
* platform/chromium/TestExpectations:
2012-06-06 Shezan Baig <shezbaig.wk@gmail.com>
Caret is not rendered in empty inline contenteditable elements
https://bugs.webkit.org/show_bug.cgi?id=85793
Reviewed by Ryosuke Niwa.
Add test cases for caret in empty inline.
* editing/selection/caret-in-empty-inline-1-expected.txt: Added.
* editing/selection/caret-in-empty-inline-1.html: Added.
* editing/selection/caret-in-empty-inline-2-expected.txt: Added.
* editing/selection/caret-in-empty-inline-2.html: Added.
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Add failing test expectation for the test added by r119644.
The failure is tracked by the bug 88481.
* platform/chromium/TestExpectations:
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-06-06 Noel Gordon <noel.gordon@gmail.com>
Add a test for PNG COLOR_TYPE_PALETTE image with a color profile
https://bugs.webkit.org/show_bug.cgi?id=86722
Reviewed by Adam Barth
Add paletted PNG image with a color profile and write a test. Add platform exceptions
since color correction is not implemented on all platforms. Note: that wincairo skips
fast/images/*.
* fast/images/paletted-png-with-color-profile-expected.txt: Added.
* fast/images/paletted-png-with-color-profile.html: Added.
* fast/images/resources/palatted-color-png-gamma-one-color-profile.png: Added.
* platform/chromium/TestExpectations: No color correction for paletted PNG images.
* platform/efl/TestExpectations: SKIP, no color correction.
* platform/gtk/TestExpectations: SKIP, no color correction.
* platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Added.
The image is a 64-color, paletted PNG image containing a gamma 1.0 sRGB color profile.
See the bug for more detailed properties of the test image and its color profile.
* platform/qt/TestExpectations: SKIP, no color correction.
2012-06-06 Alexis Menard <alexis.menard@openbossa.org>
Fix border-image-slice failures on http://css3test.com.
https://bugs.webkit.org/show_bug.cgi?id=88328
Reviewed by Tony Chang.
Make sure we cover more border-image-slice parsing.
* fast/css/getComputedStyle/getComputedStyle-border-image-slice-expected.txt: Added.
* fast/css/getComputedStyle/getComputedStyle-border-image-slice.html: Added.
2012-06-06 Levi Weintraub <leviw@chromium.org>
Use enclosingIntRect instead of pixelSnappedIntRect in RenderFileUploadControl
https://bugs.webkit.org/show_bug.cgi?id=88454
Reviewed by Kent Tamura.
Skipping new test on non-chromium platforms, and correcting a typo in several skipped files.
Also updating the bug number in the gtk skipped file to 85532 from 60318 to better reflect
the outstanding work of enabling each port to support sub-pixel layout, instead of sub-pixel
layout itself.
* fast/sub-pixel/file-upload-control-at-fractional-offset.html: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/file-upload-control-at-fractional-offset-expected.txt: Added.
* platform/chromium/TestExpectations:
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/gtk/TestExpectations:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Revert erroneous change in r119637.
* platform/chromium/TestExpectations:
2012-06-06 Jessie Berlin <jberlin@apple.com>
[Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
fast/loader/reload-zero-byte-plugin.html
Skip another affected test on Windows to get the bots greener.
* platform/win/Skipped:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119617 part 5.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/core: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/core/columns-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
* platform/chromium-linux-x86/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
* platform/chromium-linux/tables/mozilla/bugs/bug1055-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug113235-3-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug11944-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug137388-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug16252-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug22019-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2947-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug2997-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug32205-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug43039-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug46480-2-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug5797-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug650-expected.png:
* platform/chromium-linux/tables/mozilla/bugs/bug96343-expected.png:
* platform/chromium-linux/tables/mozilla/collapsing_borders/bug41262-3-expected.png:
* platform/chromium-linux/tables/mozilla/core/borders-expected.png:
* platform/chromium-linux/tables/mozilla/core/captions-expected.png:
* platform/chromium-linux/tables/mozilla/core/col_widths_auto_fix-expected.png:
* platform/chromium-linux/tables/mozilla/core/col_widths_fix_fixPer-expected.png:
* platform/chromium-linux/tables/mozilla/core/row_span-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_td_height-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_td_nowrap-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_height-expected.png:
* platform/chromium-linux/tables/mozilla/marvin/x_th_nowrap-expected.png:
* platform/chromium-linux/tables/mozilla/other/nestedTables-expected.png:
* platform/chromium-linux/tables/mozilla/other/test6-expected.png:
* platform/chromium-linux/tables/mozilla/other/wa_table_tr_align-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/columns-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/core/standards1-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-cell-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-column-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/backgr_position-table-row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
* platform/chromium-linux/tables/mozilla_expected_failures/other/test4-expected.png:
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug19526-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions2-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core/captions3-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core/col_span2-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/core/columns-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/other: Added.
* platform/chromium-win-vista/tables/mozilla_expected_failures/other/empty_cells-expected.png: Added.
* platform/chromium-win-xp/tables/mozilla/bugs/bug131020-expected.png: Removed.
* platform/chromium-win/tables/mozilla/bugs/bug101674-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug10269-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug1055-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug113235-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug137388-2-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug149275-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug22019-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug2997-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug38916-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug3977-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug43854-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug46480-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug50695-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug56405-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug625-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug7112-1-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug7112-2-expected.png:
* platform/chromium-win/tables/mozilla/core/borders-expected.png:
* platform/chromium-win/tables/mozilla/core/captions-expected.png:
* platform/chromium-win/tables/mozilla/core/col_span-expected.png:
* platform/chromium-win/tables/mozilla/core/row_span-expected.png:
* platform/chromium-win/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_td_nowrap-expected.png:
* platform/chromium-win/tables/mozilla/marvin/x_th_nowrap-expected.png:
* platform/chromium-win/tables/mozilla/other/cell_widths-expected.png:
* platform/chromium-win/tables/mozilla/other/nestedTables-expected.png:
* platform/chromium-win/tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10140-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug101759-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug10216-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug19526-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug22122-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/captions3-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/col_span2-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/core/columns-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-column-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_border-table-row-group-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/backgr_layers-hide-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/other/empty_cells-expected.png:
2012-06-06 Filip Pizlo <fpizlo@apple.com>
DFG arguments access slow path should not crash if the arguments haven't been created
https://bugs.webkit.org/show_bug.cgi?id=88471
Reviewed by Gavin Barraclough.
* fast/js/dfg-arguments-out-of-bounds-expected.txt: Added.
* fast/js/dfg-arguments-out-of-bounds.html: Added.
* fast/js/dfg-inline-arguments-out-of-bounds-expected.txt: Added.
* fast/js/dfg-inline-arguments-out-of-bounds.html: Added.
* fast/js/script-tests/dfg-arguments-out-of-bounds.js: Added.
(foo.bar):
(foo):
* fast/js/script-tests/dfg-inline-arguments-out-of-bounds.js: Added.
(foo):
(bar):
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119617 part 4.
* platform/chromium-linux-x86/fast/text/international: Added.
* platform/chromium-linux-x86/fast/text/international/bidi-neutral-run-expected.png: Added.
* platform/chromium-linux-x86/ietestcenter: Added.
* platform/chromium-linux-x86/ietestcenter/css3: Added.
* platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds: Added.
* platform/chromium-linux-x86/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
* platform/chromium-linux-x86/platform/chromium/compositing: Removed.
* platform/chromium-linux/fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
* platform/chromium-linux/fast/text/international/bidi-european-terminators-expected.png:
* platform/chromium-linux/fast/text/international/bidi-neutral-run-expected.png:
* platform/chromium-linux/fast/text/softHyphen-expected.png:
* platform/chromium-linux/fast/text/wbr-expected.png:
* platform/chromium-linux/fast/text/whitespace/024-expected.png:
* platform/chromium-linux/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
* platform/chromium-linux/fast/writing-mode/fieldsets-expected.png:
* platform/chromium-linux/fonts/cursive-expected.png:
* platform/chromium-linux/fonts/default-expected.png:
* platform/chromium-linux/fonts/fantasy-expected.png:
* platform/chromium-linux/fonts/serif-expected.png:
* platform/chromium-linux/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
* platform/chromium-linux/media/video-zoom-expected.png:
* platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
* platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
* platform/chromium-linux/printing/return-from-printing-mode-expected.png:
* platform/chromium-linux/scrollbars/basic-scrollbar-expected.png:
* platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-linux/scrollbars/scrollbar-orientation-expected.png:
* platform/chromium-linux/svg/custom/altglyph-expected.png:
* platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-linux/svg/custom/text-xy-updates-SVGList-expected.png:
* platform/chromium-linux/svg/dom/SVGLengthList-basics-expected.png:
* platform/chromium-linux/svg/dom/SVGLengthList-insertItemBefore-expected.png:
* platform/chromium-linux/svg/dom/SVGLengthList-replaceItem-expected.png:
* platform/chromium-linux/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
* platform/chromium-linux/svg/dom/SVGPathSegList-appendItem-expected.png:
* platform/chromium-linux/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
* platform/chromium-linux/svg/dom/SVGPathSegList-insertItemBefore-expected.png:
* platform/chromium-linux/svg/dom/SVGPathSegList-removeItem-expected.png:
* platform/chromium-linux/svg/dom/SVGPathSegList-replaceItem-expected.png:
* platform/chromium-linux/svg/dom/SVGPointList-basics-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
* platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
* platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
* platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
* platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
* platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
* platform/chromium-linux/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
* platform/chromium-linux/svg/text/multichar-glyph-expected.png:
* platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
* platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
* platform/chromium-mac-leopard/media/video-zoom-expected.png:
* platform/chromium-mac-leopard/scrollbars/basic-scrollbar-expected.png:
* platform/chromium-mac-leopard/scrollbars/disabled-scrollbar-expected.png:
* platform/chromium-mac-leopard/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac-leopard/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac-leopard/scrollbars/scrollbar-orientation-expected.png:
* platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
* platform/chromium-mac-snowleopard/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/basic-scrollbar-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/disabled-scrollbar-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac-snowleopard/scrollbars/scrollbar-orientation-expected.png:
* platform/chromium-mac/media/video-zoom-expected.png:
* platform/chromium-mac/platform/chromium/compositing/img-layer-grow-expected.png:
* platform/chromium-mac/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium-mac/scrollbars/basic-scrollbar-expected.png:
* platform/chromium-mac/scrollbars/disabled-scrollbar-expected.png:
* platform/chromium-mac/scrollbars/listbox-scrollbar-combinations-expected.png:
* platform/chromium-mac/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-mac/scrollbars/scrollbar-orientation-expected.png:
* platform/chromium-win-vista/platform/chromium/compositing: Added.
* platform/chromium-win-vista/platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium-win-xp/platform/chromium/compositing: Added.
* platform/chromium-win-xp/platform/chromium/compositing/layout-width-change-expected.png: Added.
* platform/chromium-win/fast/text/international/bidi-european-terminators-expected.png:
* platform/chromium-win/fast/text/word-break-expected.png:
* platform/chromium-win/fast/writing-mode/fieldsets-expected.png:
* platform/chromium-win/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png:
* platform/chromium-win/media/video-zoom-expected.png:
* platform/chromium-win/platform/chromium/compositing/img-layer-grow-expected.png: Added.
* platform/chromium-win/platform/chromium/compositing/layout-width-change-expected.png:
* platform/chromium-win/platform/chromium/media/video-frame-size-change-expected.png:
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-bg-expected.png:
* platform/chromium-win/scrollbars/basic-scrollbar-expected.png:
* platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png:
* platform/chromium-win/scrollbars/scrollbar-orientation-expected.png:
* platform/chromium-win/scrollbars/scrollbars-on-positioned-content-expected.png:
* platform/chromium-win/svg/custom/altglyph-expected.png:
* platform/chromium-win/svg/custom/invisible-text-after-scrolling-expected.png:
* platform/chromium-win/svg/custom/junk-data-expected.png:
* platform/chromium-win/svg/custom/missing-xlink-expected.png:
* platform/chromium-win/svg/custom/path-bad-data-expected.png:
* platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
* platform/chromium-win/svg/custom/text-xy-updates-SVGList-expected.png:
* platform/chromium-win/svg/custom/use-font-face-crash-expected.png:
* platform/chromium-win/svg/dom/SVGLengthList-initialize-expected.png:
* platform/chromium-win/svg/dom/SVGLengthList-xml-dom-modifications-expected.png:
* platform/chromium-win/svg/dom/SVGNumberList-basics-expected.png:
* platform/chromium-win/svg/dom/SVGPathSegList-clear-and-initialize-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png:
* platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png:
* platform/chromium-win/svg/hixie/error/012-expected.png:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png:
* platform/chromium-win/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png:
* platform/chromium-win/svg/repaint/image-with-clip-path-expected.png:
* platform/chromium-win/svg/text/multichar-glyph-expected.png:
2012-06-06 Brady Eidson <beidson@apple.com>
<rdar://problem/11575112> and https://bugs.webkit.org/show_bug.cgi?id=88428
REGRESSION (r115654): Opening many non-English WebArchives shows obvious encoding issues
Reviewed by Nate Chapin.
* fast/loader/resources/utf8-encoded.webarchive: Added.
* fast/loader/webarchive-encoding-respected-expected.txt: Added.
* fast/loader/webarchive-encoding-respected.html: Added.
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119617 part 3.
* platform/chromium-linux-x86/fast/images: Removed.
* platform/chromium-linux-x86/fast/media: Removed.
* platform/chromium-linux-x86/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-lr: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-lr/column-rules-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl/column-rules-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
* platform/chromium-linux-x86/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
* platform/chromium-linux/fast/forms/file/file-input-direction-expected.png:
* platform/chromium-linux/fast/forms/form-hides-table-expected.png:
* platform/chromium-linux/fast/forms/textAreaLineHeight-expected.png:
* platform/chromium-linux/fast/frames/frame-scrolling-attribute-expected.png:
* platform/chromium-linux/fast/frames/iframe-scrolling-attribute-expected.png:
* platform/chromium-linux/fast/images/gif-large-checkerboard-expected.png:
* platform/chromium-linux/fast/inline/inline-borders-with-bidi-override-expected.png:
* platform/chromium-linux/fast/invalid/residual-style-expected.png:
* platform/chromium-linux/fast/layers/scroll-rect-to-visible-expected.png:
* platform/chromium-linux/fast/line-grid/line-grid-inside-columns-expected.png:
* platform/chromium-linux/fast/lists/001-vertical-expected.png:
* platform/chromium-linux/fast/lists/li-br-expected.png:
* platform/chromium-linux/fast/lists/ol-start-parsing-expected.png:
* platform/chromium-linux/fast/media/mq-relative-constraints-08-expected.png:
* platform/chromium-linux/fast/multicol/column-break-with-balancing-expected.png:
* platform/chromium-linux/fast/multicol/column-rules-stacking-expected.png:
* platform/chromium-linux/fast/multicol/float-multicol-expected.png:
* platform/chromium-linux/fast/multicol/float-paginate-complex-expected.png:
* platform/chromium-linux/fast/multicol/float-paginate-expected.png:
* platform/chromium-linux/fast/multicol/layers-split-across-columns-expected.png:
* platform/chromium-linux/fast/multicol/overflow-unsplittable-expected.png:
* platform/chromium-linux/fast/multicol/scrolling-overflow-expected.png:
* platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png:
* platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
* platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
* platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png:
* platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png:
* platform/chromium-linux/fast/multicol/table-vertical-align-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/column-rules-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/float-multicol-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
* platform/chromium-linux/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/column-rules-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/float-multicol-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
* platform/chromium-linux/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-linux/fast/overflow/005-expected.png:
* platform/chromium-linux/fast/overflow/008-expected.png:
* platform/chromium-linux/fast/overflow/childFocusRingClip-expected.png:
* platform/chromium-linux/fast/overflow/clip-rects-fixed-ancestor-expected.png:
* platform/chromium-linux/fast/overflow/float-in-relpositioned-expected.png:
* platform/chromium-linux/fast/overflow/image-selection-highlight-expected.png:
* platform/chromium-linux/fast/overflow/overflow-auto-position-absolute-expected.png:
* platform/chromium-linux/fast/overflow/overflow-stacking-expected.png:
* platform/chromium-linux/fast/overflow/overflow-text-hit-testing-expected.png:
* platform/chromium-linux/fast/overflow/overflow-x-y-expected.png:
* platform/chromium-linux/fast/overflow/position-fixed-transform-clipping-expected.png:
* platform/chromium-linux/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/chromium-linux/fast/overflow/scrollRevealButton-expected.png:
* platform/chromium-linux/fast/reflections/reflection-direction-expected.png:
* platform/chromium-linux/fast/repaint/fixed-child-move-after-scroll-expected.png:
* platform/chromium-linux/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
* platform/chromium-linux/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
* platform/chromium-linux/fast/repaint/fixed-move-after-scroll-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-1-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-10-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-2-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-3-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-4-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-5-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-6-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-7-expected.png:
* platform/chromium-linux/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/chromium-linux/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png:
* platform/chromium-linux/fast/repaint/overflow-scroll-body-appear-expected.png:
* platform/chromium-linux/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png:
* platform/chromium-linux/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
* platform/chromium-linux/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
* platform/chromium-linux/fast/replaced/width100percent-image-expected.png:
* platform/chromium-linux/fast/table/023-expected.png:
* platform/chromium-linux/fast/table/027-vertical-expected.png:
* platform/chromium-linux/fast/table/034-expected.png:
* platform/chromium-linux/fast/table/040-expected.png:
* platform/chromium-linux/fast/table/040-vertical-expected.png:
* platform/chromium-linux/fast/table/border-collapsing/002-vertical-expected.png:
* platform/chromium-linux/fast/table/border-collapsing/004-vertical-expected.png:
* platform/chromium-linux/fast/table/height-percent-test-expected.png:
* platform/chromium-linux/fast/table/height-percent-test-vertical-expected.png:
* platform/chromium-linux/fast/table/table-display-types-vertical-expected.png:
* platform/chromium-linux/fast/table/wide-colspan-expected.png:
* platform/chromium-linux/fast/table/wide-column-expected.png:
* platform/chromium-mac/fast/frames/transparent-scrollbar-expected.png:
* platform/chromium-win-vista/fast/multicol: Added.
* platform/chromium-win-vista/fast/multicol/span: Added.
* platform/chromium-win-vista/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr/column-rules-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr/nested-columns-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/column-rules-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/nested-columns-expected.png: Added.
* platform/chromium-win-vista/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Added.
* platform/chromium-win/fast/forms/basic-textareas-expected.png:
* platform/chromium-win/fast/forms/basic-textareas-quirks-expected.png:
* platform/chromium-win/fast/forms/button-default-title-expected.png:
* platform/chromium-win/fast/forms/form-hides-table-expected.png:
* platform/chromium-win/fast/forms/textAreaLineHeight-expected.png:
* platform/chromium-win/fast/frames/iframe-scrolling-attribute-expected.png:
* platform/chromium-win/fast/frames/inline-object-inside-frameset-expected.png:
* platform/chromium-win/fast/frames/transparent-scrollbar-expected.png:
* platform/chromium-win/fast/gradients/css3-color-stop-units-expected.png:
* platform/chromium-win/fast/images/gif-large-checkerboard-expected.png:
* platform/chromium-win/fast/images/gray-scale-jpeg-with-color-profile-expected.png:
* platform/chromium-win/fast/inline-block/tricky-baseline-expected.png:
* platform/chromium-win/fast/inline/inline-borders-with-bidi-override-expected.png:
* platform/chromium-win/fast/inline/long-wrapped-line-expected.png:
* platform/chromium-win/fast/invalid/residual-style-expected.png:
* platform/chromium-win/fast/layers/overflow-scroll-auto-switch-expected.png:
* platform/chromium-win/fast/line-grid/line-grid-inside-columns-expected.png:
* platform/chromium-win/fast/lists/001-expected.png:
* platform/chromium-win/fast/lists/001-vertical-expected.png:
* platform/chromium-win/fast/lists/li-br-expected.png:
* platform/chromium-win/fast/lists/ol-start-parsing-expected.png:
* platform/chromium-win/fast/multicol/column-break-with-balancing-expected.png:
* platform/chromium-win/fast/multicol/columns-shorthand-parsing-expected.png:
* platform/chromium-win/fast/multicol/float-multicol-expected.png:
* platform/chromium-win/fast/multicol/float-paginate-complex-expected.png:
* platform/chromium-win/fast/multicol/float-paginate-expected.png:
* platform/chromium-win/fast/multicol/layers-in-multicol-expected.png:
* platform/chromium-win/fast/multicol/layers-split-across-columns-expected.png:
* platform/chromium-win/fast/multicol/overflow-unsplittable-expected.png:
* platform/chromium-win/fast/multicol/positioned-with-constrained-height-expected.png:
* platform/chromium-win/fast/multicol/scrolling-overflow-expected.png:
* platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png:
* platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
* platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
* platform/chromium-win/fast/multicol/table-vertical-align-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/column-rules-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/chromium-win/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/column-rules-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/chromium-win/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
* platform/chromium-win/fast/overflow/003-expected.png:
* platform/chromium-win/fast/overflow/005-expected.png:
* platform/chromium-win/fast/overflow/007-expected.png:
* platform/chromium-win/fast/overflow/008-expected.png:
* platform/chromium-win/fast/overflow/float-in-relpositioned-expected.png:
* platform/chromium-win/fast/overflow/image-selection-highlight-expected.png:
* platform/chromium-win/fast/overflow/overflow-stacking-expected.png:
* platform/chromium-win/fast/overflow/position-fixed-transform-clipping-expected.png:
* platform/chromium-win/fast/overflow/scroll-nested-positioned-layer-in-overflow-expected.png:
* platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
* platform/chromium-win/fast/reflections/reflection-direction-expected.png:
* platform/chromium-win/fast/repaint/block-selection-gap-stale-cache-2-expected.png:
* platform/chromium-win/fast/repaint/fixed-child-move-after-scroll-expected.png:
* platform/chromium-win/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
* platform/chromium-win/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
* platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
* platform/chromium-win/fast/repaint/fixed-move-after-scroll-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-1-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-10-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-3-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-4-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-5-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-6-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-7-expected.png:
* platform/chromium-win/fast/repaint/line-flow-with-floats-9-expected.png:
* platform/chromium-win/fast/repaint/overflow-scroll-body-appear-expected.png:
* platform/chromium-win/fast/repaint/scroll-inside-table-cell-expected.png:
* platform/chromium-win/fast/repaint/scroll-relative-table-inside-table-cell-expected.png:
* platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
* platform/chromium-win/fast/repaint/selection-gap-overflow-scroll-expected.png:
* platform/chromium-win/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png:
* platform/chromium-win/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png:
* platform/chromium-win/fast/table/027-vertical-expected.png:
* platform/chromium-win/fast/table/034-expected.png:
* platform/chromium-win/fast/table/038-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/002-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-expected.png:
* platform/chromium-win/fast/table/border-collapsing/004-vertical-expected.png:
* platform/chromium-win/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png:
* platform/chromium-win/fast/table/edge-offsets-expected.png:
* platform/chromium-win/fast/table/empty-cells-expected.png:
* platform/chromium-win/fast/table/frame-and-rules-expected.png:
* platform/chromium-win/fast/table/overflowHidden-expected.png:
* platform/chromium-win/fast/table/table-display-types-expected.png:
* platform/chromium-win/fast/table/table-display-types-vertical-expected.png:
* platform/chromium-win/fast/table/wide-colspan-expected.png:
* platform/chromium-win/fast/table/wide-column-expected.png:
* platform/chromium/TestExpectations:
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119617 part 2.
* fast/block/float/021-expected.txt: Added.
* platform/chromium-linux-x86/fast/block/positioning/auto: Added.
* platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr: Added.
* platform/chromium-linux-x86/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
* platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl: Added.
* platform/chromium-linux-x86/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
* platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png:
* platform/chromium-linux/fast/block/float/019-expected.png:
* platform/chromium-linux/fast/block/float/021-expected.png:
* platform/chromium-linux/fast/block/float/025-expected.png:
* platform/chromium-linux/fast/block/float/026-expected.png:
* platform/chromium-linux/fast/block/float/027-expected.png:
* platform/chromium-linux/fast/block/float/028-expected.png:
* platform/chromium-linux/fast/block/float/033-expected.png:
* platform/chromium-linux/fast/block/float/avoidance-percent-width-strict-expected.png:
* platform/chromium-linux/fast/block/float/centered-float-avoidance-complexity-expected.png:
* platform/chromium-linux/fast/block/float/nested-clearance-expected.png:
* platform/chromium-linux/fast/block/float/shrink-to-avoid-float-complexity-expected.png:
* platform/chromium-linux/fast/block/lineboxcontain/parsing-invalid-expected.png:
* platform/chromium-linux/fast/block/margin-collapse/empty-clear-blocks-expected.png:
* platform/chromium-linux/fast/block/positioning/047-expected.png:
* platform/chromium-linux/fast/block/positioning/055-expected.png:
* platform/chromium-linux/fast/block/positioning/auto/vertical-lr/007-expected.png:
* platform/chromium-linux/fast/block/positioning/auto/vertical-rl/007-expected.png:
* platform/chromium-linux/fast/block/positioning/negative-rel-position-expected.png:
* platform/chromium-linux/fast/block/positioning/relative-overflow-block-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/002-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/002-xhtml-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/003-declarative-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/003-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/003-xhtml-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/004-declarative-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/004-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/004-xhtml-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/007-declarative-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/007-expected.png:
* platform/chromium-linux/fast/body-propagation/overflow/007-xhtml-expected.png:
* platform/chromium-linux/fast/borders/border-image-massive-scale-expected.png:
* platform/chromium-linux/fast/borders/inline-mask-overlay-image-expected.png:
* platform/chromium-linux/fast/borders/rtl-border-01-expected.png:
* platform/chromium-linux/fast/borders/rtl-border-02-expected.png:
* platform/chromium-linux/fast/borders/rtl-border-03-expected.png:
* platform/chromium-linux/fast/canvas/canvas-bg-expected.png:
* platform/chromium-linux/fast/css/005-expected.png:
* platform/chromium-linux/fast/css/bidi-override-in-anonymous-block-expected.png:
* platform/chromium-linux/fast/css/clip-text-in-scaled-div-expected.png:
* platform/chromium-linux/fast/css/first-child-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/first-of-type-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/font_property_normal-expected.png:
* platform/chromium-linux/fast/css/last-child-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/last-of-type-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/nested-floating-relative-position-percentages-expected.png:
* platform/chromium-linux/fast/css/only-child-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/only-of-type-pseudo-class-expected.png:
* platform/chromium-linux/fast/css/percentage-non-integer-expected.png:
* platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
* platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
* platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
* platform/chromium-linux/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
* platform/chromium-linux/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
* platform/chromium-linux/fast/css/text-overflow-ellipsis-expected.png:
* platform/chromium-linux/fast/css/text-overflow-ellipsis-strict-expected.png:
* platform/chromium-linux/fast/dom/clone-node-dynamic-style-expected.png:
* platform/chromium-linux/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
* platform/chromium-linux/fast/dom/scroll-reveal-top-overflow-expected.png:
* platform/chromium-linux/fast/dynamic/008-expected.png:
* platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
* platform/chromium-linux/fast/encoding/utf-16-big-endian-expected.png:
* platform/chromium-linux/fast/encoding/utf-16-little-endian-expected.png:
* platform/chromium-linux/fast/events/resize-events-expected.png:
* platform/chromium-linux/fast/events/standalone-image-drag-to-editable-expected.png:
* platform/chromium-linux/fast/flexbox/016-expected.png:
* platform/chromium-win-vista/fast/block/positioning/auto/vertical-lr/007-expected.png: Added.
* platform/chromium-win-vista/fast/block/positioning/auto/vertical-rl/007-expected.png: Added.
* platform/chromium-win-xp/fast/dom/34176-expected.png:
* platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png:
* platform/chromium-win/fast/block/basic/truncation-rtl-expected.png:
* platform/chromium-win/fast/block/float/008-expected.png:
* platform/chromium-win/fast/block/float/021-expected.png:
* platform/chromium-win/fast/block/float/021-expected.txt:
* platform/chromium-win/fast/block/float/032-expected.png:
* platform/chromium-win/fast/block/float/avoidance-percent-width-strict-expected.png:
* platform/chromium-win/fast/block/float/br-with-clear-2-expected.png:
* platform/chromium-win/fast/block/float/nested-clearance-expected.png:
* platform/chromium-win/fast/block/margin-collapse/104-expected.png:
* platform/chromium-win/fast/block/margin-collapse/empty-clear-blocks-expected.png:
* platform/chromium-win/fast/block/positioning/047-expected.png:
* platform/chromium-win/fast/block/positioning/auto/vertical-lr/007-expected.png:
* platform/chromium-win/fast/block/positioning/auto/vertical-rl/007-expected.png:
* platform/chromium-win/fast/block/positioning/negative-rel-position-expected.png:
* platform/chromium-win/fast/block/positioning/relative-overflow-replaced-expected.png:
* platform/chromium-win/fast/block/positioning/relative-overflow-replaced-float-expected.png:
* platform/chromium-win/fast/block/positioning/vertical-lr/002-expected.png:
* platform/chromium-win/fast/block/positioning/vertical-rl/002-expected.png:
* platform/chromium-win/fast/borders/border-image-massive-scale-expected.png:
* platform/chromium-win/fast/borders/inline-mask-overlay-image-expected.png:
* platform/chromium-win/fast/borders/rtl-border-01-expected.png:
* platform/chromium-win/fast/borders/rtl-border-02-expected.png:
* platform/chromium-win/fast/borders/rtl-border-03-expected.png:
* platform/chromium-win/fast/canvas/canvas-bg-expected.png:
* platform/chromium-win/fast/clip/014-expected.png:
* platform/chromium-win/fast/css/clip-text-in-scaled-div-expected.png:
* platform/chromium-win/fast/css/first-of-type-pseudo-class-expected.png:
* platform/chromium-win/fast/css/font_property_normal-expected.png:
* platform/chromium-win/fast/css/hsl-color-expected.png:
* platform/chromium-win/fast/css/last-of-type-pseudo-class-expected.png:
* platform/chromium-win/fast/css/nested-floating-relative-position-percentages-expected.png:
* platform/chromium-win/fast/css/only-of-type-pseudo-class-expected.png:
* platform/chromium-win/fast/css/percentage-non-integer-expected.png:
* platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png:
* platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png:
* platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png:
* platform/chromium-win/fast/css/relative-positioned-block-with-inline-ancestor-expected.png:
* platform/chromium-win/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png:
* platform/chromium-win/fast/css/word-space-extra-expected.png:
* platform/chromium-win/fast/dom/34176-expected.png:
* platform/chromium-win/fast/dom/clone-node-dynamic-style-expected.png:
* platform/chromium-win/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.png:
* platform/chromium-win/fast/dom/scroll-reveal-left-overflow-expected.png:
* platform/chromium-win/fast/dynamic/window-resize-scrollbars-test-expected.png:
* platform/chromium-win/fast/encoding/utf-16-big-endian-expected.png:
* platform/chromium-win/fast/encoding/utf-16-little-endian-expected.png:
* platform/chromium-win/fast/events/pointer-events-2-expected.png:
* platform/chromium-win/fast/events/resize-events-expected.png:
* platform/chromium-win/fast/events/standalone-image-drag-to-editable-expected.png:
* platform/chromium-win/fast/flexbox/016-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/fast/block/float/021-expected.txt: Removed.
* platform/gtk/fast/block/float/021-expected.txt: Removed.
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119617 part 1.
* platform/chromium-linux-x86/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-linux-x86/css2.1/20110323: Removed.
* platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png:
* platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
* platform/chromium-linux/compositing/geometry/fixed-position-composited-page-scale-expected.png:
* platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
* platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
* platform/chromium-linux/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png:
* platform/chromium-linux/compositing/masks/masked-ancestor-expected.png:
* platform/chromium-linux/compositing/masks/multiple-masks-expected.png:
* platform/chromium-linux/compositing/masks/simple-composited-mask-expected.png:
* platform/chromium-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-linux/compositing/overflow/overflow-scroll-expected.png:
* platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/chromium-linux/compositing/scaling: Removed.
* platform/chromium-linux/css1/basic/comments-expected.png:
* platform/chromium-linux/css1/box_properties/border_left_width-expected.png:
* platform/chromium-linux/css1/box_properties/border_right_width-expected.png:
* platform/chromium-linux/css1/box_properties/border_style-expected.png:
* platform/chromium-linux/css1/box_properties/border_top_width-expected.png:
* platform/chromium-linux/css1/box_properties/border_width-expected.png:
* platform/chromium-linux/css1/box_properties/float_elements_in_series-expected.png:
* platform/chromium-linux/css1/box_properties/float_on_text_elements-expected.png:
* platform/chromium-linux/css1/box_properties/margin-expected.png:
* platform/chromium-linux/css1/box_properties/margin_inline-expected.png:
* platform/chromium-linux/css1/box_properties/margin_top-expected.png:
* platform/chromium-linux/css1/box_properties/padding_bottom-expected.png:
* platform/chromium-linux/css1/box_properties/width-expected.png:
* platform/chromium-linux/css1/color_and_background/background-expected.png:
* platform/chromium-linux/css1/color_and_background/background_position-expected.png:
* platform/chromium-linux/css1/font_properties/font-expected.png:
* platform/chromium-linux/css1/font_properties/font_size-expected.png:
* platform/chromium-linux/css1/font_properties/font_weight-expected.png:
* platform/chromium-linux/css1/formatting_model/inline_elements-expected.png:
* platform/chromium-linux/css1/pseudo/firstletter-expected.png:
* platform/chromium-linux/css1/pseudo/firstline-expected.png:
* platform/chromium-linux/css1/text_properties/letter_spacing-expected.png:
* platform/chromium-linux/css1/text_properties/line_height-expected.png:
* platform/chromium-linux/css1/text_properties/text_decoration-expected.png:
* platform/chromium-linux/css1/text_properties/text_transform-expected.png:
* platform/chromium-linux/css1/text_properties/word_spacing-expected.png:
* platform/chromium-linux/css1/units/color_units-expected.png:
* platform/chromium-linux/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
* platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png:
* platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png:
* platform/chromium-linux/css2.1/20110323/block-non-replaced-height-016-expected.png:
* platform/chromium-linux/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
* platform/chromium-linux/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
* platform/chromium-linux/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
* platform/chromium-linux/css2.1/t1202-counters-08-b-expected.png:
* platform/chromium-linux/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
* platform/chromium-linux/css2.1/t1508-c527-font-07-b-expected.png:
* platform/chromium-linux/editing/inserting/typing-at-end-of-line-expected.png:
* platform/chromium-linux/editing/selection/focus_editable_html-expected.png:
* platform/chromium-linux/editing/selection/select-all-003-expected.png:
* platform/chromium-linux/editing/selection/select-all-004-expected.png:
* platform/chromium-mac-leopard/compositing/masks/multiple-masks-expected.png: Removed.
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
* platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Removed.
* platform/chromium-mac-snowleopard/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-mac-snowleopard/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-mac-snowleopard/compositing/overflow/overflow-scroll-expected.png:
* platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/chromium-mac/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
* platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-composited-page-scale-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
* platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
* platform/chromium-mac/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-mac/compositing/geometry/vertical-scroll-composited-expected.png:
* platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png:
* platform/chromium-mac/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
* platform/chromium-mac/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
* platform/chromium-mac/compositing/layer-creation/fixed-position-scroll-expected.png:
* platform/chromium-mac/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
* platform/chromium-mac/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-mac/compositing/overflow/overflow-scroll-expected.png:
* platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/chromium-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
* platform/chromium-win-vista/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-win-vista/css1/formatting_model/inline_elements-expected.png: Removed.
* platform/chromium-win-vista/css1/formatting_model/replaced_elements-expected.png: Added.
* platform/chromium-win-xp/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-win-xp/css1/formatting_model: Removed.
* platform/chromium-win-xp/css1/formatting_model/inline_elements-expected.png: Removed.
* platform/chromium-win/compositing/culling/filter-occlusion-alpha-large-expected.png: Added.
* platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-down-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-composited-page-scale-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png:
* platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png:
* platform/chromium-win/compositing/geometry/horizontal-scroll-composited-expected.png:
* platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png:
* platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png:
* platform/chromium-win/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
* platform/chromium-win/compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
* platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png:
* platform/chromium-win/compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
* platform/chromium-win/compositing/masks/masked-ancestor-expected.png:
* platform/chromium-win/compositing/masks/multiple-masks-expected.png:
* platform/chromium-win/compositing/masks/simple-composited-mask-expected.png:
* platform/chromium-win/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/chromium-win/compositing/overflow/overflow-scroll-expected.png:
* platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: Added.
* platform/chromium-win/css1/basic/comments-expected.png:
* platform/chromium-win/css1/basic/inheritance-expected.png:
* platform/chromium-win/css1/box_properties/border_bottom_width-expected.png:
* platform/chromium-win/css1/box_properties/border_width-expected.png:
* platform/chromium-win/css1/box_properties/clear-expected.png:
* platform/chromium-win/css1/box_properties/float_elements_in_series-expected.png:
* platform/chromium-win/css1/box_properties/height-expected.png:
* platform/chromium-win/css1/box_properties/margin_inline-expected.png:
* platform/chromium-win/css1/box_properties/margin_top-expected.png:
* platform/chromium-win/css1/box_properties/padding-expected.png:
* platform/chromium-win/css1/box_properties/padding_bottom-expected.png:
* platform/chromium-win/css1/box_properties/padding_inline-expected.png:
* platform/chromium-win/css1/box_properties/padding_top-expected.png:
* platform/chromium-win/css1/classification/white_space-expected.png:
* platform/chromium-win/css1/color_and_background/background_attachment-expected.png:
* platform/chromium-win/css1/color_and_background/background_position-expected.png:
* platform/chromium-win/css1/color_and_background/background_repeat-expected.png:
* platform/chromium-win/css1/conformance/forward_compatible_parsing-expected.png:
* platform/chromium-win/css1/font_properties/font_weight-expected.png:
* platform/chromium-win/css1/formatting_model/floating_elements-expected.png:
* platform/chromium-win/css1/formatting_model/height_of_lines-expected.png:
* platform/chromium-win/css1/formatting_model/replaced_elements-expected.png:
* platform/chromium-win/css1/formatting_model/vertical_formatting-expected.png:
* platform/chromium-win/css1/pseudo/firstline-expected.png:
* platform/chromium-win/css1/pseudo/multiple_pseudo_elements-expected.png:
* platform/chromium-win/css1/text_properties/text_decoration-expected.png:
* platform/chromium-win/css1/text_properties/text_indent-expected.png:
* platform/chromium-win/css1/text_properties/text_transform-expected.png:
* platform/chromium-win/css1/units/color_units-expected.png:
* platform/chromium-win/css1/units/length_units-expected.png:
* platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-001-expected.png:
* platform/chromium-win/css2.1/20110323/abspos-containing-block-initial-007-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png:
* platform/chromium-win/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/chromium-win/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png:
* platform/chromium-win/css2.1/t1002-c5523-width-02-b-g-expected.png:
* platform/chromium-win/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png:
* platform/chromium-win/css2.1/t1508-c527-font-07-b-expected.png:
* platform/chromium-win/editing/inserting/insert-div-023-expected.png:
* platform/chromium-win/editing/selection/focus_editable_html-expected.png:
* platform/chromium-win/editing/selection/select-all-003-expected.png:
* platform/chromium-win/editing/selection/select-all-004-expected.png:
* platform/chromium/compositing/scaling: Removed.
* platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed.
2012-06-06 Gavin Barraclough <barraclough@apple.com>
Assigning to a static property should not change iteration order
https://bugs.webkit.org/show_bug.cgi?id=88401
Reviewed by Geoff Garen.
A specific iteration order is not defined by the spec, but test-262 somewhat tenuously
requires that it is at least stable, e.g. ch10/10.4/10.4.2/S10.4.2_A1.1_T1.js
Whilst it is not clear that this behavior really arises from the specification, it
would seem like common sense to conform to this.
The problem here is that we allow properties in the structure to shadow those in the
static table, and we iterate the properties in the structure first - which means that
as values of existing properties are modified, their iteration order changes too.
The easy fix is to iterate the properties from the static table first. This has a
further benefit, since it will mean that user added properties will come after those
present in the static table (respected the expected insertion-order).
* fast/js/property-iteration-expected.txt: Added.
* fast/js/property-iteration.html: Added.
* fast/js/script-tests/property-iteration.js: Added.
(arrayEqual):
- Added test case.
2012-06-06 Tony Chang <tony@chromium.org>
webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
https://bugs.webkit.org/show_bug.cgi?id=85832
Reviewed by Ojan Vafai.
* platform/chromium/TestExpectations: Remove test that passes.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/Skipped:
2012-06-06 Ojan Vafai <ojan@chromium.org>
Remove some magic from the -webkit-flex shorthand parsing to match the changes in the spec
https://bugs.webkit.org/show_bug.cgi?id=88444
Reviewed by Tony Chang.
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html:
2012-06-06 Joshua Bell <jsbell@chromium.org>
IndexedDB: Infinite recursion in IDBObjectStore.openCursor(key, legacy_constant)
https://bugs.webkit.org/show_bug.cgi?id=88431
Reviewed by Tony Chang.
* storage/indexeddb/legacy-constants-expected.txt:
* storage/indexeddb/resources/legacy-constants.js: Refactored and added test cases.
(populateStore):
(doChecks.doNext.request.onsuccess):
(doChecks.doNext.testWithKey.request.onsuccess):
(doChecks.doNext.testWithKey):
(doChecks.doNext):
(doChecks):
2012-06-06 Joshua Bell <jsbell@chromium.org>
IndexedDB: Rename IDBFactory.getDatabaseNames() to webkitGetDatabaseNames()
https://bugs.webkit.org/show_bug.cgi?id=86874
Reviewed by Ojan Vafai.
* storage/indexeddb/factory-basics-expected.txt:
* storage/indexeddb/resources/factory-basics.js:
(test):
(openSuccess):
(deleteDatabaseSuccess):
2012-06-06 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119591 because it was failing with missing results.
* platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png:
* platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Removed.
* platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium-mac/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium-win/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium/TestExpectations:
* platform/chromium/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
2012-06-06 Sadrul Habib Chowdhury <sadrul@chromium.org>
[WK2] fast/hidpi/device-scale-factor-paint.html crashes
https://bugs.webkit.org/show_bug.cgi?id=88350
Reviewed by Alexey Proskuryakov.
* fast/hidpi/device-scale-factor-paint-expected.html: Renamed from LayoutTests/platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html.
* platform/wk2/Skipped:
2012-06-06 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed rebaseline for r119591.
* platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
2012-06-06 Julien Chaffraix <jchaffraix@webkit.org>
Add support for direction on table row group with collapsing borders
https://bugs.webkit.org/show_bug.cgi?id=87900
Reviewed by Ojan Vafai.
* fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
* fast/table/border-collapsing/first-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
* fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl-expected.html: Added.
* fast/table/border-collapsing/last-cell-left-border-hidden-table-ltr-section-rtl.html: Added.
* fast/table/border-collapsing/left-border-table-ltr-section-rtl-expected.html: Added.
* fast/table/border-collapsing/left-border-table-ltr-section-rtl.html: Added.
* fast/table/border-collapsing/left-border-table-rtl-section-ltr-expected.html: Added.
* fast/table/border-collapsing/left-border-table-rtl-section-ltr.html: Added.
* fast/table/border-collapsing/left-border-table-rtl-section-rtl-expected.html: Added.
* fast/table/border-collapsing/left-border-table-rtl-section-rtl.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl-expected.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-ltr-section-rtl.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr-expected.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-ltr.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl-expected.html: Added.
* fast/table/border-collapsing/left-border-vertical-lr-table-rtl-section-rtl.html: Added.
* fast/table/border-collapsing/rtl-table-left-border-hidden-expected.html: Added.
* fast/table/border-collapsing/rtl-table-left-border-hidden.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl-expected.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-ltr-section-rtl.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr-expected.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-ltr.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl-expected.html: Added.
* fast/table/border-collapsing/top-border-vertical-rl-table-rtl-section-rtl.html: Added.
Most of those are test are a variation of direction on table and row group along with disabling some
borders (either using 'hidden' or just disabling it by setting it to 0px).
* fast/table/table-ltr-section-rtl-expected.html: Added.
* fast/table/table-ltr-section-rtl.html: Added.
* fast/table/table-rtl-section-ltr-expected.html: Added.
* fast/table/table-rtl-section-ltr.html: Added.
* fast/table/table-rtl-section-rtl-expected.html: Added.
* fast/table/table-rtl-section-rtl.html: Added.
Bonus as there was little testing for mixed direction + separate borders.
2012-06-06 Keyar Hood <keyar@chromium.org>
[Chromium] imageSmoothingEnabled should apply to patterns
https://bugs.webkit.org/show_bug.cgi?id=88103
Reviewed by Stephen White.
Added tests for imageSmoothingEnabled flag applying to patterns.
Modified the TestExpectations file as tests are failing due to the new
change. It makes the pictures prettier (and it agrees with other
browsers) so we have decided that the new results are to be considered
correct.
* fast/canvas/canvas-imageSmoothingEnabled-patterns.html: Added.
* platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
* platform/chromium-linux/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-06-06 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] http/tests/globalhistory testcases do not pass
https://bugs.webkit.org/show_bug.cgi?id=82579
Reviewed by Csaba Osztrogonác.
* platform/efl/Skipped: Unskip http/tests/globalhistory.
2012-06-06 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed update chromium test expectations.
* platform/chromium/TestExpectations:
css3/filters/huge-region-composited.html = CRASH : was removed
2012-06-06 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, updated TestExpectations after several tests have been
regularly passing in the 3 GTK bots for some time.
* platform/gtk/TestExpectations:
2012-06-06 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL] Turning the bot into a springtime green
https://bugs.webkit.org/show_bug.cgi?id=88400
Unreviewed, EFL gardening.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-06-06 Andy Wingo <wingo@igalia.com>
REGRESSION (r106478): None of the Paper.js JavaScript examples work
https://bugs.webkit.org/show_bug.cgi?id=87158
Added regression tests for functions inside eval inside a with.
Reviewed by Michael Saboff.
* fast/js/eval-and-with-expected.txt: Added.
* fast/js/eval-and-with.html: Added.
* fast/js/script-tests/eval-and-with.js: Added.
2012-06-06 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt][WK2] Unreviewed gardening. Skip modified falining test. Rebase a test.
[Qt] Fix wrong skipping.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/compositing/backing/no-backing-for-perspective-expected.txt:
* platform/qt/Skipped:
2012-06-05 Joe Thomas <joethomas@motorola.com>
ASSERTION FAILED: ASSERT(!isPercentageIntrinsicSize) in RenderReplaced::computeIntrinsicRatioInformationForRenderBox
https://bugs.webkit.org/show_bug.cgi?id=88197
Reviewed by Daniel Bates.
RenderSVGRoot extends RenderReplaced and it overrides the computeIntrinsicRatioInformation()
method of RenderReplaced. RenderSVGRoot::computeIntrinsicRatioInformation
sets isPercentageIntrinsicSize to true while it handles width and height of percentage types.
So this assertion should be fired only if intrinsicRatio is non-zero.
* svg/in-html/svg-assert-failure-percentage-expected.txt: Added.
* svg/in-html/svg-assert-failure-percentage.html: Added.
2012-06-05 Tony Chang <tony@chromium.org>
Changing flexbox justify/alignment doesn't update their positioning
https://bugs.webkit.org/show_bug.cgi?id=88366
Reviewed by Ojan Vafai.
* css3/flexbox/style-change-expected.txt: Added.
* css3/flexbox/style-change.html: Added.
2012-06-05 Ojan Vafai <ojan@chromium.org>
Nested CSS flexbox renders incorrectly
https://bugs.webkit.org/show_bug.cgi?id=87679
Reviewed by Julien Chaffraix.
* css3/flexbox/perpendicular-writing-modes-inside-flex-item-expected.txt: Added.
* css3/flexbox/perpendicular-writing-modes-inside-flex-item.html: Added.
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Remove erroneous expected image added in r119544.
* platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Removed.
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaselines after r115091.
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt: Added.
* platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png:
* platform/chromium-win/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.txt:
* platform/chromium/TestExpectations:
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
More Chromium rebaselines after r119528 and r119512.
* platform/chromium-linux/editing/selection/3690703-2-expected.png:
* platform/chromium-linux/editing/selection/3690703-expected.png:
* platform/chromium-linux/editing/selection/3690719-expected.png:
* platform/chromium-linux/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
2012-06-05 Max Feil <mfeil@rim.com>
[BlackBerry] Conditionally enlarge HTML5 video controls in fullscreen mode
https://bugs.webkit.org/show_bug.cgi?id=87551
Reviewed by Antonio Gomes.
* media/media-controls.js:
(mediaControlsButtonDimensions):
* platform/blackberry/media/video-controls-enlarged-fullscreen-meta-expected.txt: Added.
* platform/blackberry/media/video-controls-enlarged-fullscreen-meta.html: Added.
* platform/blackberry/media/video-controls-enlarged-fullscreen-nometa-expected.txt: Added.
* platform/blackberry/media/video-controls-enlarged-fullscreen-nometa.html: Added.
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Stop generating image results in the tests added by r114172.
Rubber-stamped by Simon Fraser.
* css3/filters/huge-region-composited.html:
* css3/filters/huge-region.html:
* platform/chromium/TestExpectations:
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaselines after r118772.
* platform/chromium-mac-leopard/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-mac/fast/forms/select/optgroup-rendering-expected.txt: Added.
* platform/chromium-win/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-win/fast/forms/select/optgroup-rendering-expected.txt: Added.
* platform/chromium/TestExpectations:
2012-06-05 Levi Weintraub <leviw@chromium.org>
Unreviewed. Fixing an incorrect path in lion Skipped file.
* platform/mac-lion/Skipped:
2012-06-05 Emil A Eklund <eae@chromium.org>
Unreviewed gardening. Chromium windows test expectation updates.
* platform/chromium-win/fast/sub-pixel: Added.
* platform/chromium-win/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-05 Levi Weintraub <leviw@chromium.org>
Unreviewed gardening. More updated Chromium test expectations following 119528.
* platform/chromium-linux-x86/editing/selection: Added.
* platform/chromium-linux-x86/editing/selection/3690703-2-expected.png: Added.
* platform/chromium-linux-x86/editing/selection/3690703-expected.png: Added.
* platform/chromium-linux-x86/editing/selection/3690719-expected.png: Added.
* platform/chromium-linux-x86/fast/sub-pixel: Added.
* platform/chromium-linux-x86/fast/sub-pixel/selection: Added.
* platform/chromium-linux-x86/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium-linux/fast/sub-pixel: Added.
* platform/chromium-linux/fast/sub-pixel/selection: Added.
* platform/chromium-linux/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png:
* platform/chromium-mac-leopard/editing/selection/3690703-expected.png:
* platform/chromium-mac-leopard/editing/selection/3690719-expected.png:
* platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
* platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
* platform/chromium-mac/editing/selection/3690703-2-expected.png:
* platform/chromium-mac/editing/selection/3690703-expected.png:
* platform/chromium-mac/editing/selection/3690719-expected.png:
* platform/chromium-mac/editing/selection/selection-button-text-expected.png:
* platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
* platform/chromium-mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
* platform/chromium-mac/fast/sub-pixel/selection: Added.
* platform/chromium-mac/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium-win-vista/fast/sub-pixel: Added.
* platform/chromium-win-vista/fast/sub-pixel/selection: Added.
* platform/chromium-win-vista/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium-win/editing/selection/3690703-2-expected.png:
* platform/chromium-win/editing/selection/3690703-expected.png:
* platform/chromium-win/editing/selection/3690719-expected.png:
* platform/chromium-win/fast/sub-pixel: Added.
* platform/chromium-win/fast/sub-pixel/selection: Added.
* platform/chromium-win/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaselines for r119523 and r119529.
* platform/chromium-linux/compositing/layer-creation: Removed.
* platform/chromium-mac-snowleopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-mac/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
* platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
* platform/chromium-win/compositing/backing/no-backing-for-perspective-expected.txt:
* platform/chromium-win/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
* platform/chromium-win/compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
2012-06-05 Levi Weintraub <leviw@chromium.org>
Fixing two leopard-specific baselines following r119528.
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-expected.png:
* platform/chromium-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Fix Chromium test expectations.
* platform/chromium/TestExpectations:
2012-06-05 Simon Fraser <simon.fraser@apple.com>
Avoid creating compositing layers for preserve-3d without transformed descendants
https://bugs.webkit.org/show_bug.cgi?id=88115
Reviewed by Antti Koivisto.
* compositing/backing/no-backing-for-perspective-expected.txt:
* compositing/backing/no-backing-for-perspective.html: Change the transform to be non-affine so that
we keep making layers for perspective.
* compositing/layer-creation/no-compositing-for-preserve-3d-expected.txt: Added.
* compositing/layer-creation/no-compositing-for-preserve-3d.html: Copied from LayoutTests/compositing/backing/no-backing-for-perspective.html.
2012-06-05 Levi Weintraub <leviw@chromium.org>
Block selection gaps painted not properly pixel snapped
https://bugs.webkit.org/show_bug.cgi?id=88000
Reviewed by Ryosuke Niwa.
One new selection test and updated snowleopard expectations for a handful that improved.
Note: a couple of the RTL results appear worse, but sadly are only returning to our old pre-sub-pixel results.
* fast/sub-pixel/selection: Added.
* fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.txt: Added.
* fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html: Added.
* platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/3690719-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png:
* platform/chromium-mac-snowleopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png:
* platform/chromium-mac-snowleopard/fast/sub-pixel: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/selection: Added.
* platform/chromium-mac-snowleopard/fast/sub-pixel/selection/selection-gaps-at-fractional-offsets-expected.png: Added.
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-expected.png:
* platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
* platform/chromium/TestExpectations:
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-06-05 Adam Barth <abarth@webkit.org>
Remove support for target-densitydpi in the viewport meta tag
https://bugs.webkit.org/show_bug.cgi?id=88047
Reviewed by Kenneth Rohde Christiansen.
These tests are no longer needed because they're testing a feature we
no longer support.
* fast/viewport/viewport-133-expected.txt: Removed.
* fast/viewport/viewport-133.html: Removed.
* fast/viewport/viewport-92-expected.txt: Removed.
* fast/viewport/viewport-92.html: Removed.
* fast/viewport/viewport-93-expected.txt: Removed.
* fast/viewport/viewport-93.html: Removed.
* fast/viewport/viewport-94-expected.txt: Removed.
* fast/viewport/viewport-94.html: Removed.
* fast/viewport/viewport-95-expected.txt: Removed.
* fast/viewport/viewport-95.html: Removed.
* fast/viewport/viewport-96-expected.txt: Removed.
* fast/viewport/viewport-96.html: Removed.
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Fix Chromium test expectations.
* platform/chromium/TestExpectations:
2012-06-05 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaseline for float-containing-block-with-margin.
* platform/chromium-mac-leopard/fast/sub-pixel: Added.
* platform/chromium-mac-leopard/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png:
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Add Chromium test failure expectations per Skia roll:
http://src.chromium.org/viewvc/chrome?view=rev&revision=140580
* platform/chromium/TestExpectations:
2012-06-05 Tim Horton <timothy_horton@apple.com>
Assertion failure on mac-lion-wk2 in fast/hidpi/device-scale-factor-paint.html
https://bugs.webkit.org/show_bug.cgi?id=88356
Unreviewed, remove incorrect baselines and skip test on Mac.
* platform/mac/Skipped:
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Removed.
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Removed.
2012-06-05 Erik Arvidsson <arv@chromium.org>
[V8] Improve variable resolution order on window
https://bugs.webkit.org/show_bug.cgi?id=84247
Reviewed by Ojan Vafai.
This changes the V8 flag to turn on es52_globals and updates the layout tests to reflect the fixed behavior.
* fast/dom/Window/window-property-shadowing-name-expected.txt: The expectation is now reversed.
* fast/dom/Window/window-property-shadowing-name.html: JSC fails so this test says fail. Bug 75575 tracks JSC.
* fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
* fast/dom/Window/window-property-shadowing-onclick.html: Added.
* platform/chromium/fast/dom/Window/window-property-shadowing-name-expected.txt: Copied from LayoutTests/fast/dom/Window/window-property-shadowing-name-expected.txt.
* platform/chromium/fast/dom/Window/window-property-shadowing-onclick-expected.txt: Added.
2012-06-05 Emil A Eklund <eae@chromium.org>
Change fast/sub-pixel/float-containing-block-with-margin.html to pixel test
https://bugs.webkit.org/show_bug.cgi?id=88351
Reviewed by Levi Weintraub.
Change fast/sub-pixel/float-containing-block-with-margin.html to pixel
test to allow for platform differences as the default styling makes it
very hard to use a reftests for this.
* fast/sub-pixel/float-containing-block-with-margin-expected.html: Removed.
* fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* fast/sub-pixel/float-containing-block-with-margin-expected.txt: Added.
* fast/sub-pixel/float-containing-block-with-margin.html:
* platform/chromium-mac/fast/sub-pixel/float-containing-block-with-margin-expected.png: Added.
* platform/chromium/TestExpectations:
2012-06-05 Levi Weintraub <leviw@chromium.org>
Unreviewed gardening. Fixing improper text expectation following r119503.
* platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/chromium/fast/line-grid: Added.
* platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Added.
2012-06-05 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline per Chromium r140536.
* platform/chromium-linux-x86/http/tests/media: Added.
* platform/chromium-linux-x86/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
* platform/chromium-win-vista/http/tests/media: Added.
* platform/chromium-win-vista/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
2012-06-01 Ojan Vafai <ojan@chromium.org>
Change overrideSizes to be content-box instead of border-box
https://bugs.webkit.org/show_bug.cgi?id=88116
Reviewed by Tony Chang.
* fast/table/padding-height-and-override-height-expected.txt:
* fast/table/padding-height-and-override-height.html:
Tests the change in RenderBox::availableLogicalHeightUsing to correctly subtract the
borderAndPaddingLogicalHeight instead of the borderAndPaddingLogicalWidth.
* platform/chromium-linux/tables/mozilla/bugs/bug131020-expected.png:
* platform/chromium-win/tables/mozilla/bugs/bug131020-expected.txt:
The new results are more correct. The table cell had 2px too much padding-top and padding-bottom before.
2012-06-05 Tim Horton <timothy_horton@apple.com>
http/tests/media/remove-while-loading.html times out on mac-lion-wk2
https://bugs.webkit.org/show_bug.cgi?id=88348
Unreviewed skip of this test for greenness.
* platform/mac-wk2/Skipped:
2012-06-05 Levi Weintraub <leviw@chromium.org>
Unreviewed gardening. Updating test expectations after r119456.
* fast/line-grid/line-grid-contains-value-expected.txt: Added.
* platform/chromium-mac-leopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-mac-leopard/fast/forms/001-expected.png:
* platform/chromium-mac-leopard/fast/inline/inline-box-background-expected.png:
* platform/chromium-mac-leopard/fast/inline/inline-box-background-long-image-expected.png:
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-x-expected.png:
* platform/chromium-mac-leopard/fast/inline/inline-box-background-repeat-y-expected.png:
* platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac-snowleopard/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-expected.png:
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-long-image-expected.png:
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-x-expected.png:
* platform/chromium-mac-snowleopard/fast/inline/inline-box-background-repeat-y-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-mac/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-mac/fast/forms/001-expected.png:
* platform/chromium-mac/fast/forms/001-expected.txt:
* platform/chromium-mac/fast/inline/inline-box-background-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png:
* platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png:
* platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.png:
* platform/chromium-mac/fast/line-grid/line-align-left-edges-expected.txt: Added.
* platform/chromium-mac/fast/line-grid/line-grid-contains-value-expected.txt: Added.
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
* platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-win/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-win/fast/line-grid/line-align-left-edges-expected.png:
* platform/chromium-win/fast/line-grid/line-align-left-edges-expected.txt: Added.
* platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.png:
* platform/chromium/TestExpectations:
* platform/chromium/fast/line-grid: Removed.
* platform/chromium/fast/line-grid/line-align-left-edges-expected.txt: Removed.
* platform/efl/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
* platform/gtk/fast/line-grid/line-grid-contains-value-expected.txt: Removed.
2012-06-05 Douglas Stockwell <dstockwell@chromium.org>
Crash when modifying fixed-position elements in a detached frame
https://bugs.webkit.org/show_bug.cgi?id=88288
Reviewed by James Robinson.
* fast/block/positioning/fixed-position-detached-frame-expected.txt: Added.
* fast/block/positioning/fixed-position-detached-frame.html: Added.
2012-06-05 Alexei Filippov <alexeif@chromium.org>
Web Inspector: serialize edge counts instead of indexes in heap snapshot
https://bugs.webkit.org/show_bug.cgi?id=88324
The serialized node structure currently holds an index
of its first containment edge in the edges array.
The index can be quite big (up to 7 digits for large snapshots).
The patch changes the serialization format to pass
node containment edge count instead. For most nodes the count
is just a single digit number.
This reduces serialized snapshot size and therefore its transfer time.
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-expected.txt:
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM):
(initialize_HeapSnapshotTest.):
* inspector/profiler/heap-snapshot.html:
2012-06-05 Arpita Bahuguna <arpitabahuguna@gmail.com>
CSS 2.1 failure: border-conflict-element-021a
https://bugs.webkit.org/show_bug.cgi?id=86885
Reviewed by Julien Chaffraix.
* css2.1/20110323/border-conflict-element-021a-expected.html: Added.
* css2.1/20110323/border-conflict-element-021a.htm: Added.
Added ref test under the css2.1 test-suite for border-conflict-element-021a.
* fast/table/border-collapsing/adjacent-row-groups-expected.html: Added.
* fast/table/border-collapsing/adjacent-row-groups.html: Added.
Added ref test for verifying 'border-collapse: collapse' table rendering when two
adjacent table row-groups have the same border-width and the same border-style. In
such a case the color of the border from the top-most table row-group wins.
* fast/table/border-collapsing/adjacent-row-groups-multi.html: Added.
* fast/table/border-collapsing/adjacent-row-groups-multi-expected.html: Added.
Additional ref test added for verifying 'border-collapse: collapse' table rendering
for adjacent table row-groups when more than one table headers and/or footers are specified.
2012-06-05 Ilya Tikhonovsky <loislo@chromium.org>
Chromium unreviewed sheriffing: enable blob tests that are passing since r119454.
* platform/chromium/TestExpectations:
fast/filesystem/file-writer-gc-blob.html
fast/filesystem/workers/file-writer-sync-truncate-extend.html
fast/filesystem/workers/file-writer-gc-blob.html
2012-06-05 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119467, r119471, and r119476.
http://trac.webkit.org/changeset/119467
http://trac.webkit.org/changeset/119471
http://trac.webkit.org/changeset/119476
https://bugs.webkit.org/show_bug.cgi?id=88332
it broke chromium-mac static initializers test.\ (Requested by
loislo on #webkit).
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Removed.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Removed.
* platform/chromium/TestExpectations:
2012-06-05 Rob Buis <rwlbuis@webkit.org>
Hit ASSERT when editing attribute value in Element in SVG Document
https://bugs.webkit.org/show_bug.cgi?id=88179
Reviewed by Pavel Feldman.
Test setting attribute on non HTML element.
* inspector/elements/set-attribute-non-html-expected.txt: Added.
* inspector/elements/set-attribute-non-html.svg: Added.
2012-06-05 Dongwoo Im <dw.im@samsung.com>
Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
https://bugs.webkit.org/show_bug.cgi?id=73176
Reviewed by Adam Barth.
Two more APIs are added in Custom Scheme Handler specification.
http://dev.w3.org/html5/spec/Overview.html#custom-handlers
One is 'isProtocolHandlerRegistered' to query whether the specific URL
is registered or not.
The other is 'unregisterProtocolHandler' to remove the registered URL.
* fast/dom/unregister-protocol-handler-expected.txt: Added.
* fast/dom/unregister-protocol-handler.html: Added.
2012-06-05 MORITA Hajime <morrita@google.com>
https://bugs.webkit.org/show_bug.cgi?id=88029
content-element-api.html and shadow-element.html depend on V8.
Reviewed by Kentaro Hara.
Replaced typeof checking with comparison.
* fast/dom/shadow/content-element-api.html:
* fast/dom/shadow/shadow-element.html:
2012-06-04 Kinuko Yasuda <kinuko@chromium.org>
Chromium tests: "Add support for the Blob constructor" [r115582] regressed blob layout tests
https://bugs.webkit.org/show_bug.cgi?id=85174
Reviewed by Kentaro Hara.
Changing blob-constructor.html label from CRASH to TEXT.
* platform/chromium/TestExpectations:
2012-06-05 Kenichi Ishibashi <bashi@chromium.org>
[Chromium] Unreviewed test expectations update
* platform/chromium/TestExpectations:
2012-06-05 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, build fix after r119469.
* inspector/styles/lazy-computed-style-expected.txt:
* inspector/styles/styles-computed-trace-expected.txt:
2012-06-05 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: "-webkit"-prefixed properties are considered inherited in the Computed Style pane
https://bugs.webkit.org/show_bug.cgi?id=88257
Reviewed by Pavel Feldman.
* inspector/elements/elements-panel-styles-expected.txt:
* inspector/elements/elements-panel-styles.html:
2012-06-05 Kenichi Ishibashi <bashi@chromium.org>
[Chromium] Implement font shaping with font-feature-settings on Mac
https://bugs.webkit.org/show_bug.cgi?id=69826
Reviewed by Tony Chang.
Added the expectation for sss3/font-feature-settings-rendering.html.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.png: Added.
* platform/chromium-mac/css3/font-feature-settings-rendering-expected.txt: Added.
* platform/chromium/TestExpectations: Removed css3/font-feature-settings-rendering.html.
2012-06-05 Li Yin <li.yin@intel.com>
IETC: FileList.item(-1) should return null instead of raising
https://bugs.webkit.org/show_bug.cgi?id=77899
Reviewed by Kentaro Hara.
IETC: http://samples.msdn.microsoft.com/ietestcenter/fileapi/filelist.htm
Ref: http://es5.github.com/#x9.6
Some index values have been covered in this test, including negative index,
undefined, null, normal index(0~length-1), more than length index.
* fast/files/file-list-test-expected.txt:
* fast/files/file-list-test.html:
2012-06-05 Adam Barth <abarth@webkit.org>
EventHandler shouldn't dispatch fake mousemove events when scrolling on devices that don't have a mouse
https://bugs.webkit.org/show_bug.cgi?id=88270
Reviewed by James Robinson.
* fast/events/touch/scroll-without-mouse-lacks-mousemove-events-expected.txt: Added.
* fast/events/touch/scroll-without-mouse-lacks-mousemove-events.html: Added.
2012-06-04 Filip Pizlo <fpizlo@apple.com>
DFG CFG simplification should correct the variables at the head of the predecessor block
https://bugs.webkit.org/show_bug.cgi?id=88284
Reviewed by Geoffrey Garen.
* fast/js/dfg-constant-fold-first-local-read-after-block-merge-expected.txt: Added.
* fast/js/dfg-constant-fold-first-local-read-after-block-merge.html: Added.
* fast/js/script-tests/dfg-constant-fold-first-local-read-after-block-merge.js: Added.
(foo):
(bar):
2012-06-04 Emil A Eklund <eae@chromium.org>
Unreviewed chromium windows rebaseline for r119456.
* platform/chromium-win-vista/fast/multicol: Removed.
* platform/chromium-win/fast/multicol/float-multicol-expected.png:
2012-06-04 Emil A Eklund <eae@chromium.org>
Unreviewed chromium test expectation updates for new tests.
* fast/sub-pixel/inline-block-with-padding-expected.txt:
* platform/chromium-mac/fast/sub-pixel: Added.
* platform/chromium-mac/fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
2012-06-04 Kent Tamura <tkent@chromium.org>
[Chromium] Fix a TestExpectations format error.
* platform/chromium/TestExpectations:
2012-06-04 Emil A Eklund <eae@chromium.org>
Unreviewed chromium test and expectation updates for r119456.
* fast/sub-pixel/inline-block-with-padding.html:
* platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt:
* platform/chromium/TestExpectations:
2012-06-04 Emil A Eklund <eae@chromium.org> and Levi Weintraub <leviw@chromium.org>
Add missing FractionalLayoutUnit += operator and move LineWidth to use all floats
https://bugs.webkit.org/show_bug.cgi?id=88259
Reviewed by Ryosuke Niwa.
* fast/dom/elementFromPoint-relative-to-viewport.html:
* fast/events/offsetX-offsetY.html:
Remove special casing for subpixel layout as it is no longer needed.
* fast/sub-pixel/float-containing-block-with-margin-expected.html: Added.
* fast/sub-pixel/float-containing-block-with-margin.html: Added.
* fast/sub-pixel/float-with-right-margin-zoom-expected.txt: Added.
* fast/sub-pixel/float-with-right-margin-zoom.html: Added.
* fast/sub-pixel/inline-block-with-padding-expected.txt: Added.
* fast/sub-pixel/inline-block-with-padding.html: Added.
New tests for wrapping logic.
* platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.png:
* platform/chromium-linux/css2.1/t100801-c544-valgn-03-d-agi-expected.txt:
* platform/chromium-linux/fast/line-grid/line-align-left-edges-expected.png:
* platform/chromium-linux/fast/line-grid/line-grid-contains-value-expected.png:
* platform/chromium-linux/fast/multicol/float-multicol-expected.png:
* platform/chromium-win/fast/events/offsetX-offsetY-expected.txt:
* platform/chromium-win/fast/line-grid/line-grid-contains-value-expected.txt:
* platform/chromium-win/fast/multicol/float-multicol-expected.txt:
Update expectations to match pre-subpixel rendering.
* platform/chromium/TestExpectations:
Mark updated tests as failing on mac and windows temporarily.
* platform/chromium/fast/dom/elementFromPoint-relative-to-viewport-expected.txt:
Remove special casing for subpixel layout as it is no longer needed.
* platform/chromium/fast/line-grid/line-align-left-edges-expected.txt:
Update expectations to match pre-subpixel rendering.
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
Skip new sub-pixel tests on platforms that does not enable sub-pixel layout.
2012-06-04 Tony Chang <tony@chromium.org>
CSS property 'order' should be a number rather than an int
https://bugs.webkit.org/show_bug.cgi?id=88111
Reviewed by Ojan Vafai.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html: Allow decimal values.
* css3/flexbox/flex-order.html: Fix tests based on float limits.
2012-06-04 Leo Yang <leo.yang@torchmobile.com.cn>
Syntax error in fast/filesystem/resources/file-writer-gc-blob.js
https://bugs.webkit.org/show_bug.cgi?id=87939
Reviewed by Alexey Proskuryakov.
* fast/filesystem/resources/file-writer-gc-blob.js: Add parentheses around the blob data.
(startWrite):
2012-06-04 Jessie Berlin <jberlin@apple.com>
Skip more tests on Windows to get the bots greener.
See r119449 for more context.
* platform/win/Skipped:
2012-06-04 Jessie Berlin <jberlin@apple.com>
Start skipping all the failing tests on Windows to get the bots greener.
At this point it doesn't make sense to try to split the hundreds of failures out into
separate bugs and rebaseline. It makes more sense to use the Skipped list as a todo list
of things that need to be checked / updated for Windows.
* platform/win/Skipped:
2012-06-04 Tim Horton <timothy_horton@apple.com>
Unreviewed new baseline for test added in r119423.
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.png: Added.
* platform/mac/fast/hidpi/device-scale-factor-paint-expected.txt: Added.
2012-06-04 Filip Pizlo <fpizlo@apple.com>
DFG arguments simplification takes unkindly to direct accesses to the arguments register
https://bugs.webkit.org/show_bug.cgi?id=88261
Reviewed by Geoffrey Garen.
* fast/js/dfg-arguments-alias-one-block-expected.txt: Added.
* fast/js/dfg-arguments-alias-one-block-osr-exit-expected.txt: Added.
* fast/js/dfg-arguments-alias-one-block-osr-exit.html: Added.
* fast/js/dfg-arguments-alias-one-block-overwrite-arguments-expected.txt: Added.
* fast/js/dfg-arguments-alias-one-block-overwrite-arguments.html: Added.
* fast/js/dfg-arguments-alias-one-block-overwrite-expected.txt: Added.
* fast/js/dfg-arguments-alias-one-block-overwrite.html: Added.
* fast/js/dfg-arguments-alias-one-block.html: Added.
* fast/js/script-tests/dfg-arguments-alias-one-block-osr-exit.js: Added.
(foo):
* fast/js/script-tests/dfg-arguments-alias-one-block-overwrite-arguments.js: Added.
(foo):
* fast/js/script-tests/dfg-arguments-alias-one-block-overwrite.js: Added.
(foo):
* fast/js/script-tests/dfg-arguments-alias-one-block.js: Added.
(foo):
2012-06-04 Ami Fischman <fischman@chromium.org>
Don't crash when re-parenting a removed HTMLMediaElement
https://bugs.webkit.org/show_bug.cgi?id=88058
Reviewed by Eric Carlson.
* media/media-reparent-expected.txt: Added.
* media/media-reparent.html: Added.
2012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
[chromium] Fix software rendering for device-scale-factor > 1
https://bugs.webkit.org/show_bug.cgi?id=88136
Reviewed by Darin Fisher.
* fast/hidpi/device-scale-factor-paint.html: Added.
* platform/chromium/fast/hidpi/device-scale-factor-paint-expected.html: Added.
2012-06-04 Ami Fischman <fischman@chromium.org>
[Gtk] http/tests/media/video-buffered.html is failing after r119268
https://bugs.webkit.org/show_bug.cgi?id=88138
Reviewed by Eric Carlson.
* http/tests/media/video-buffered.html:
2012-06-04 Aaron Colwell <acolwell@chromium.org>
Speed up video-media-source-play & video-media-source-seek LayoutTests.
https://bugs.webkit.org/show_bug.cgi?id=87986
Reviewed by Eric Carlson.
* http/tests/media/media-source/video-media-source-play.html: Updated test to only play 1 second of media data instead of ~3 seconds.
* http/tests/media/media-source/video-media-source-seek-expected.txt:
* http/tests/media/media-source/video-media-source-seek.html:
- Triggers seek after playing 0.5 seconds instead of 2 seconds.
- Seeks to the last segment instead of a segment that is ~2 seconds from the end.
- Added an webkitSourceAbort() call before appending the segments for the seek. This is to prevent this test from failing
when the old v0.3 "flush on seek" behavior is removed from the Chromium code.
2012-06-04 Abhishek Arya <inferno@chromium.org>
Crash in multi-column layout.
https://bugs.webkit.org/show_bug.cgi?id=88022
Reviewed by Ojan Vafai.
* fast/multicol/span/empty-anonymous-block-split-crash-expected.txt: Added.
* fast/multicol/span/empty-anonymous-block-split-crash.html: Added.
* fast/multicol/span/positioned-objects-not-removed-crash-expected.txt: Added.
* fast/multicol/span/positioned-objects-not-removed-crash.html: Added.
2012-06-04 Tony Chang <tony@chromium.org>
Rename CSS flexbox test files to match new property names
https://bugs.webkit.org/show_bug.cgi?id=88174
Reviewed by Ojan Vafai.
flex-pack became justify-content and flex-line-pack became
align-content. Rename the tests to match the new names.
* css3/flexbox/flex-justify-content-expected.txt: Renamed from LayoutTests/css3/flexbox/flex-pack-expected.txt.
* css3/flexbox/flex-justify-content.html: Renamed from LayoutTests/css3/flexbox/flex-pack.html.
* css3/flexbox/multiline-align-content-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-expected.txt.
* css3/flexbox/multiline-align-content-horizontal-column-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-horizontal-column-expected.txt.
* css3/flexbox/multiline-align-content-horizontal-column.html: Renamed from LayoutTests/css3/flexbox/multiline-line-pack-horizontal-column.html.
* css3/flexbox/multiline-align-content.html: Renamed from LayoutTests/css3/flexbox/multiline-line-pack.html.
* css3/flexbox/multiline-align-self-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-align-expected.txt.
* css3/flexbox/multiline-align-self.html: Renamed from LayoutTests/css3/flexbox/multiline-align.html.
* css3/flexbox/multiline-justify-content-expected.txt: Renamed from LayoutTests/css3/flexbox/multiline-pack-expected.txt.
* css3/flexbox/multiline-justify-content.html: Renamed from LayoutTests/css3/flexbox/multiline-pack.html.
* platform/chromium/TestExpectations:
2012-06-04 Tony Chang <tony@chromium.org>
Fix a couple flexbox tests to use flex-start and flex-end
https://bugs.webkit.org/show_bug.cgi?id=88170
Reviewed by Ojan Vafai.
This test was still using start/end for align-self, which fallback
to stretch. The test still passed because it is testing that all
values of align-self behave the same and stretch produced the same
behavior as flex-start/flex-end.
* css3/flexbox/cross-axis-scrollbar.html:
2012-06-04 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119393.
http://trac.webkit.org/changeset/119393
https://bugs.webkit.org/show_bug.cgi?id=88236
Test is incorrect (duplicate content) and is causing Chromium
failures (Requested by schenney on #webkit).
* fast/canvas/drawImage-clipped-source-expected.txt: Removed.
* fast/canvas/drawImage-clipped-source.html: Removed.
* fast/canvas/drawImage-clipped-source.js: Removed.
2012-06-04 Philip Rogers <pdr@google.com>
Update test expectations after 119392
https://bugs.webkit.org/show_bug.cgi?id=88230
Unreviewed update of test expectations.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
* platform/qt/TestExpectations:
2012-06-04 Justin Novosad <junov@chromium.org>
Canvas 2D - Source rectangles that overlap the source image boundary, not supported by drawImage
https://bugs.webkit.org/show_bug.cgi?id=66574
Reviewed by Stephen White.
Adding a new layout test that verifies that the source and destination
rectangle arguments to drawImage are properly clipped when the source
rectangle is not entirely contained whithin the domian of the source
image. Tests image to canvas draws and canvas to canvas draws.
* fast/canvas/drawImage-clipped-source-expected.txt: Added.
* fast/canvas/drawImage-clipped-source.html: Added.
* fast/canvas/drawImage-clipped-source.js: Added.
(patternTest.this.testPixel):
(patternTest.this.testRedSquare):
(patternTest.this.testAggregatePattern):
(patternTest):
(drawTestPattern):
(executeTest):
2012-06-04 Dominik Röttsches <dominik.rottsches@intel.com>
[Cairo] Implementation of GraphicsContext does not save/restore ImageInterpolation correctly
https://bugs.webkit.org/show_bug.cgi?id=87985
Reviewed by Gustavo Noronha Silva.
Unskipping fast/canvas/canvas-imageSmoothingEnabled.html now that it passes.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:
2012-06-04 Philip Rogers <pdr@google.com>
Fix assert in non-scaling strokes in patterns
https://bugs.webkit.org/show_bug.cgi?id=88198
Reviewed by Dirk Schulze.
* platform/chromium/TestExpectations:
* platform/mac/TestExpectations:
* svg/stroke/non-scaling-stroke-pattern-expected.svg: Added.
* svg/stroke/non-scaling-stroke-pattern.svg: Added.
2012-06-04 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed. Disable heap profiler test on mac platform.
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
2012-06-04 Mike West <mkwst@chromium.org>
Adding explicit console error for duplicated CSP directives.
https://bugs.webkit.org/show_bug.cgi?id=88193
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/duplicate-directive-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/duplicate-directive.html: Added.
2012-06-04 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r117929) [Forms] input type=number thinks 0 is not a number
https://bugs.webkit.org/show_bug.cgi?id=88208
Reviewed by Kent Tamura.
This patch introduced function checkIt() for code sharing and added
more test cases to input-number-commit-valid-only.htm
* fast/forms/number/input-number-commit-valid-only-expected.txt: Changed for additional tests.
* fast/forms/number/input-number-commit-valid-only.html: Changed.
2012-06-04 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Reset "WebKitTabToLinksPreferenceKey" in DumpRenderTreeChrome::resetDefaultsToConsistentValues
https://bugs.webkit.org/show_bug.cgi?id=87668
Reviewed by Ryosuke Niwa.
* platform/efl/Skipped: Unskipped fast/html/tab-order.html.
2012-05-31 Kinuko Yasuda <kinuko@chromium.org>
[chromium] DataTransferItem.webkitGetAsEntry() should synchronously return entry
https://bugs.webkit.org/show_bug.cgi?id=87969
Reviewed by Tony Chang.
* editing/pasteboard/data-transfer-items-drag-drop-entry-expected.txt:
* editing/pasteboard/data-transfer-items-drag-drop-entry.html:
* fast/filesystem/cross-filesystem-op.html:
* platform/chromium/test_expectations.txt:
2012-06-03 Shawn Singh <shawnsingh@chromium.org>
Unreviewed fix of chromium TestExpectations
Some extra junk got added by accident when I tried to change
TestExpectations. This patch removes it.
* platform/chromium/TestExpectations:
2012-06-03 Shawn Singh <shawnsingh@chromium.org>
Unreviewed rebasline for transforms/3d test cases.
9 tests re-baselined.
The remainin 6 tests are explicitly enumerated in the TestExpectations file now.
* platform/chromium-linux/transforms/3d/general/perspective-units-expected.png: Added.
* platform/chromium-linux/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/chromium-linux/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/chromium-linux/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
* platform/chromium-mac-leopard/transforms/3d/general/perspective-units-expected.png:
* platform/chromium-mac-leopard/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/chromium-mac-leopard/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png:
* platform/chromium-mac-leopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
* platform/chromium-mac-snowleopard/transforms/3d/general/perspective-units-expected.png:
* platform/chromium-mac-snowleopard/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/chromium-mac-snowleopard/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/chromium-mac-snowleopard/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
* platform/chromium-mac/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
* platform/chromium-mac/transforms/3d/general/perspective-units-expected.png: Added.
* platform/chromium-mac/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/chromium-mac/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
* platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png: Added.
* platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/chromium-mac/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
* platform/chromium-win/transforms/3d/general/matrix-with-zoom-3d-expected.png: Added.
* platform/chromium-win/transforms/3d/general/perspective-units-expected.png: Added.
* platform/chromium-win/transforms/3d/general/perspective-units-expected.txt: Added.
* platform/chromium-win/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
* platform/chromium-win/transforms/3d/hit-testing/backface-hit-test-expected.txt: Added.
* platform/chromium-win/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
* platform/chromium-win/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt: Added.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt: Added.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-origins-expected.txt:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt: Added.
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png:
* platform/chromium-win/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
* platform/chromium/TestExpectations:
2012-06-03 Hayato Ito <hayato@chromium.org>
Supports traversing nodes in an orphaned shadow subtree in ComposedShadowTreeParentWalker.
https://bugs.webkit.org/show_bug.cgi?id=87924
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-06-03 Christophe Dumez <christophe.dumez@intel.com>
[EFL] http/tests/media/video-buffered.html is failing after r119268 and need to be skipped
https://bugs.webkit.org/show_bug.cgi?id=88194
Unreviewed EFL gardening. Skipping http/tests/media/video-buffered.html
which is failing after r119268.
* platform/efl/TestExpectations:
2012-06-03 Christophe Dumez <christophe.dumez@intel.com>
[EFL] legacy-viewport tests added in r119256 need to be skipped
https://bugs.webkit.org/show_bug.cgi?id=88192
Unreviewed EFL gardening. Skip new tests added in r119256 since the
LEGACY_VIEWPORT_ADAPTION flag is disabled on EFL port.
* platform/efl/Skipped:
* platform/efl/TestExpectations:
2012-06-03 Christophe Dumez <christophe.dumez@intel.com>
[EFL] New tests need a baseline
https://bugs.webkit.org/show_bug.cgi?id=88190
Unreviewed EFL gardening. Add EFL baseline for new test cases.
* platform/efl/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/efl/fast/reflections/reflection-with-zoom-expected.txt: Added.
* platform/efl/svg/repaint/text-mask-update-expected.png: Added.
* platform/efl/svg/repaint/text-mask-update-expected.txt: Added.
2012-06-03 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119359.
http://trac.webkit.org/changeset/119359
https://bugs.webkit.org/show_bug.cgi?id=88189
This broke platform/mac/fast/dom/wrapper-classes-objc.html.
(Requested by dominicc on #webkit).
* fast/events/event-creation-expected.txt:
* fast/events/event-creation.html:
2012-06-03 Dominic Cooney <dominicc@chromium.org>
WheelEvent should inherit from MouseEvent
https://bugs.webkit.org/show_bug.cgi?id=76104
Reviewed by Kentaro Hara.
* fast/events/event-creation-expected.txt:
* fast/events/event-creation.html: Also check WheelEvent instanceof MouseEvent as well as UIEvent, Event
2012-06-03 Varun Jain <varunjain@google.com>
[chromium] Add new gesture type (two finger tap) that triggers context menu.
https://bugs.webkit.org/show_bug.cgi?id=88173
Reviewed by Adam Barth.
* fast/events/touch/gesture/context-menu-on-two-finger-tap.html: Added.
* platform/chromium/fast/events/touch/gesture/context-menu-on-two-finger-tap-expected.txt: Added.
2012-06-02 Xianzhu Wang <wangxianzhu@chromium.org>
SVGImageCache leaks image data
https://bugs.webkit.org/show_bug.cgi?id=87792
Reviewed by Nikolas Zimmermann.
New test case.
* svg/as-image/svg-image-leak-cached-data-expected.txt: Added.
* svg/as-image/svg-image-leak-cached-data.html: Added.
2012-06-02 Ryosuke Niwa <rniwa@webkit.org>
Remove the failing expectation on fast/forms/textarea-scrollbar-height.html since it has been passing.
* platform/chromium/TestExpectations:
2012-06-02 Ryosuke Niwa <rniwa@webkit.org>
Add back files inadvertently removed in r119323.
2012-06-02 Ami Fischman <fischman@chromium.org>
[chromium] SKIP http/tests/media/video-buffered.html because it requires overly large data
https://bugs.webkit.org/show_bug.cgi?id=88172
Unreviewed gardening.
* platform/chromium/TestExpectations:
2012-06-02 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Replace QtXmlPatterns usage with libxslt dependency
https://bugs.webkit.org/show_bug.cgi?id=76820
Unreviewed gardening.
* fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Renamed from LayoutTests/platform/efl/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt.
* platform/efl/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
* platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
* platform/gtk/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Removed.
* platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Removed.
* platform/mac/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Removed.
* platform/qt-4.8/Skipped:
* platform/qt-4.8/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt: Renamed from LayoutTests/platform/qt/fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog-expected.txt.
* platform/qt-4.8/fast/dom/Range/surround-contents-font-face-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/dom/Range/surround-contents-font-face-crash-expected.txt.
* platform/qt-4.8/fast/dom/xml-parser-error-message-crash-expected.txt: Renamed from LayoutTests/platform/qt/fast/dom/xml-parser-error-message-crash-expected.txt.
* platform/qt-4.8/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt: Renamed from LayoutTests/platform/qt/fast/encoding/dumpAsText/utf-16-no-bom-expected.txt.
* platform/qt-4.8/fast/events/xsl-onload-expected.txt: Renamed from LayoutTests/platform/qt/fast/events/xsl-onload-expected.txt.
* platform/qt-4.8/fast/parser/xml-colon-entity-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xml-colon-entity-expected.txt.
* platform/qt-4.8/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xml-declaration-missing-ending-mark-expected.txt.
* platform/qt-4.8/fast/parser/xslt-with-html-expected.txt: Renamed from LayoutTests/platform/qt/fast/parser/xslt-with-html-expected.txt.
* platform/qt-4.8/fast/xsl/subframe-location-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/subframe-location-expected.txt.
* platform/qt-4.8/fast/xsl/transform-to-html-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/transform-to-html-expected.txt.
* platform/qt-4.8/fast/xsl/utf8-chunks-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/utf8-chunks-expected.txt.
* platform/qt-4.8/fast/xsl/xslt-bad-import-uri-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-bad-import-uri-expected.txt.
* platform/qt-4.8/fast/xsl/xslt-doc-noenc-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-doc-noenc-expected.txt.
* platform/qt-4.8/fast/xsl/xslt-entity-enc-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-entity-enc-expected.txt.
* platform/qt-4.8/fast/xsl/xslt-entity-expected.png: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-entity-expected.png.
* platform/qt-4.8/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.txt.
* platform/qt-4.8/fast/xsl/xslt-recursion-expected.txt: Renamed from LayoutTests/platform/qt/fast/xsl/xslt-recursion-expected.txt.
* platform/qt-4.8/http/tests/misc/location-test-xsl-style-sheet-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/misc/location-test-xsl-style-sheet-expected.txt.
* platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-allowed-expected.txt.
* platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-img-blocked-expected.txt.
* platform/qt-4.8/http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/contentSecurityPolicy/xsl-unaffected-by-style-src-2-expected.txt.
* platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.png.
* platform/qt-4.8/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/first-party-cookie-allow-xslt-expected.txt.
* platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.png.
* platform/qt-4.8/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/cookies/third-party-cookie-blocking-xslt-expected.txt.
* platform/qt-4.8/http/tests/security/xss-DENIED-xml-external-entity-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xml-external-entity-expected.txt.
* platform/qt-4.8/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt.
* platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-expected.txt.
* platform/qt-4.8/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Renamed from LayoutTests/platform/qt/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt.
* platform/qt-4.8/svg/custom/bug45331-expected.png: Renamed from LayoutTests/platform/qt/svg/custom/bug45331-expected.png.
* platform/qt-4.8/svg/custom/bug45331-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/bug45331-expected.txt.
* platform/qt-4.8/svg/custom/bug78807-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/bug78807-expected.txt.
* platform/qt-4.8/svg/custom/use-invalid-html-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-invalid-html-expected.txt.
* platform/qt-4.8/svg/custom/use-invalid-style-expected.txt: Renamed from LayoutTests/platform/qt/svg/custom/use-invalid-style-expected.txt.
* platform/qt-4.8/svg/hixie/error/dumpAsText/004-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/error/dumpAsText/004-expected.txt.
* platform/qt-4.8/svg/hixie/error/dumpAsText/005-expected.txt: Renamed from LayoutTests/platform/qt/svg/hixie/error/dumpAsText/005-expected.txt.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
* platform/qt-5.0/http/tests/security/xss-DENIED-xsl-document-redirect-expected.txt: Added.
* platform/qt-5.0/http/tests/security/xss-DENIED-xsl-external-entity-redirect-expected.txt: Added.
* platform/qt-arm/Skipped:
* platform/qt/Skipped:
2012-06-02 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed fix after r119255.
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
2012-06-02 Ryosuke Niwa <rniwa@webkit.org>
Rename test_expectations.txt to TestExpectations.
* platform/chromium/TestExpectations: Copied from LayoutTests/platform/chromium/test_expectations.txt.
* platform/chromium/test_expectations.txt: Removed.
* platform/efl/TestExpectations: Copied from LayoutTests/platform/efl/test_expectations.txt.
* platform/efl/test_expectations.txt: Removed.
* platform/gtk/TestExpectations: Copied from LayoutTests/platform/gtk/test_expectations.txt.
* platform/gtk/test_expectations.txt: Removed.
* platform/mac/TestExpectations: Copied from LayoutTests/platform/mac/test_expectations.txt.
* platform/mac/test_expectations.txt: Removed.
* platform/qt/TestExpectations: Copied from LayoutTests/platform/qt/test_expectations.txt.
* platform/qt/test_expectations.txt: Removed.
* platform/win/TestExpectations: Copied from LayoutTests/platform/win/test_expectations.txt.
* platform/win/test_expectations.txt: Removed.
2012-06-02 Tony Chang <tony@chromium.org>
Rename the flexbox CSS propery values from start to flex-start and end to flex-end
https://bugs.webkit.org/show_bug.cgi?id=88152
Reviewed by Ojan Vafai.
Rename start to flex-start and end to flex-end.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-align-column.html:
* css3/flexbox/flex-align-end.html:
* css3/flexbox/flex-align-vertical-writing-mode.html:
* css3/flexbox/flex-align.html:
* css3/flexbox/flex-pack.html:
* css3/flexbox/line-wrapping.html:
* css3/flexbox/multiline-align.html:
* css3/flexbox/multiline-column-auto.html:
* css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
* css3/flexbox/multiline-line-pack-horizontal-column.html:
* css3/flexbox/multiline-line-pack.html:
* css3/flexbox/multiline-pack-expected.txt:
* css3/flexbox/multiline-pack.html:
* css3/flexbox/multiline-reverse-wrap-baseline.html:
* css3/flexbox/multiline-reverse-wrap-overflow.html:
* css3/flexbox/multiline-shrink-to-fit.html:
* css3/flexbox/multiline.html:
* css3/flexbox/nested-stretch.html:
* css3/flexbox/orthogonal-flex-directions.html:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-01 Ryosuke Niwa <rniwa@webkit.org>
Suppress text diff on http/tests/media/video-buffered.html on Chromium Leopard as
it has been failing on Leopard since it was re-enabled in http://trac.webkit.org/changeset/119268.
The failure is tracked by the bug 88160.
* platform/chromium/test_expectations.txt:
2012-06-01 Jessie Berlin <jberlin@apple.com>
Skip more asserting tests on Windows.
* platform/win/Skipped:
2012-06-01 Filip Pizlo <fpizlo@apple.com>
DFG CFA should know that PutByVal can clobber the world
https://bugs.webkit.org/show_bug.cgi?id=88155
Reviewed by Gavin Barraclough.
* fast/js/dfg-putbyval-cfa-clobber-expected.txt: Added.
* fast/js/dfg-putbyval-cfa-clobber.html: Added.
* fast/js/script-tests/dfg-putbyval-cfa-clobber.js: Added.
(foo.bar):
(foo):
2012-06-01 Filip Pizlo <fpizlo@apple.com>
DFG should not emit unnecessary speculation checks when performing an int32 to double conversion on
a value that is proved to be a number, predicted to be an int32, but not proved to be an int32
https://bugs.webkit.org/show_bug.cgi?id=88146
Reviewed by Gavin Barraclough.
* fast/js/dfg-int32-to-double-on-known-number-expected.txt: Added.
* fast/js/dfg-int32-to-double-on-known-number.html: Added.
* fast/js/script-tests/dfg-int32-to-double-on-known-number.js: Added.
(foo.bar):
(foo):
2012-06-01 Tony Chang <tony@chromium.org>
rename -webkit-flex-pack and -webkit-flex-line-pack to -webkit-justify-content and -webkit-align-content
https://bugs.webkit.org/show_bug.cgi?id=88113
Reviewed by Ojan Vafai.
Find and replace for the CSS keywords.
* css3/flexbox/columns-auto-size.html:
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-pack.html:
* css3/flexbox/multiline-align.html:
* css3/flexbox/multiline-column-auto.html:
* css3/flexbox/multiline-line-pack-expected.txt:
* css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
* css3/flexbox/multiline-line-pack-horizontal-column.html:
* css3/flexbox/multiline-line-pack.html:
* css3/flexbox/multiline-pack-expected.txt:
* css3/flexbox/multiline-pack.html:
* css3/flexbox/multiline-reverse-wrap-overflow.html:
* css3/flexbox/multiline-shrink-to-fit.html:
* css3/flexbox/multiline.html:
* css3/flexbox/nested-stretch.html:
* css3/flexbox/position-absolute-child.html:
* css3/flexbox/true-centering.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-01 Alexey Proskuryakov <ap@apple.com>
Make cookie tests debuggable by merging scripts into HTML
https://bugs.webkit.org/show_bug.cgi?id=88143
Reviewed by Anders Carlsson.
* http/tests/cookies/double-quoted-value-with-semi-colon.html:
* http/tests/cookies/multiple-cookies.html:
* http/tests/cookies/script-tests: Removed.
* http/tests/cookies/script-tests/TEMPLATE.html: Removed.
* http/tests/cookies/script-tests/double-quoted-value-with-semi-colon.js: Removed.
* http/tests/cookies/script-tests/multiple-cookies.js: Removed.
* http/tests/cookies/script-tests/simple-cookies-expired.js: Removed.
* http/tests/cookies/script-tests/simple-cookies-max-age.js: Removed.
* http/tests/cookies/script-tests/single-quoted-value.js: Removed.
* http/tests/cookies/simple-cookies-expired.html:
* http/tests/cookies/simple-cookies-max-age.html:
* http/tests/cookies/single-quoted-value.html:
2012-06-01 Filip Pizlo <fpizlo@apple.com>
DFG constant folding search for the last local access skips the immediately previous local access
https://bugs.webkit.org/show_bug.cgi?id=88141
Reviewed by Michael Saboff.
* fast/js/dfg-obvious-constant-cfa-expected.txt: Added.
* fast/js/dfg-obvious-constant-cfa.html: Added.
* fast/js/script-tests/dfg-obvious-constant-cfa.js: Added.
(bar.baz):
(bar):
2012-06-01 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaseline after r119274.
* platform/chromium-linux/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/chromium-mac-leopard/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/chromium-mac/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/chromium-win/fast/reflections/reflection-with-zoom-expected.png: Added.
2012-06-01 Ryosuke Niwa <rniwa@webkit.org>
Fix a typo in the expected result for the test added in r119281.119281
* fast/js/dfg-cse-cfa-discrepancy-expected.txt:
2012-06-01 Alexey Proskuryakov <ap@apple.com>
http/tests/cookies/simple-cookies-expired.html and simple-cookies-max-age.html are failing
https://bugs.webkit.org/show_bug.cgi?id=82749
I don't see any failures locally (other than sometimes as flakiness in all cookie
tests), and the bug report doesn't have any information about what was wrong.
* platform/mac/Skipped: Re-enable to see what happens.
2012-06-01 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding a TEXT expectation for http/tests/media/video-buffered.html
after it started failing in r119268.
* platform/gtk/test_expectations.txt:
2012-06-01 Filip Pizlo <fpizlo@apple.com>
DFG constant folding should be OK with GetLocal of captured variables having a constant
https://bugs.webkit.org/show_bug.cgi?id=88137
Fix a typo that Gavin found but that I failed to fix in previous commit.
* fast/js/script-tests/dfg-cse-cfa-discrepancy.js:
2012-06-01 Filip Pizlo <fpizlo@apple.com>
DFG constant folding should be OK with GetLocal of captured variables having a constant
https://bugs.webkit.org/show_bug.cgi?id=88137
Reviewed by Gavin Barraclough.
* fast/js/dfg-cse-cfa-discrepancy-expected.txt: Added.
* fast/js/dfg-cse-cfa-discrepancy.html: Added.
* fast/js/script-tests/dfg-cse-cfa-discrepancy.js: Added.
(foo.bar.baz):
(foo.bar):
(foo):
2012-06-01 Jessie Berlin <jberlin@apple.com>
[Win] ASSERT(enclosingIntRect(rendererMappedResult) == enclosingIntRect(FloatQuad(result).boundingBox()))
failed in RenderGeometryMap::absoluteRect
https://bugs.webkit.org/show_bug.cgi?id=88128
Add affected tests to the Windows Skipped list.
* platform/win/Skipped:
Also, fix the line endings for this file.
2012-06-01 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, adding new baselines after r119256.
* platform/gtk/fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
* platform/gtk/fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.
2012-06-01 Stephen Chenney <schenney@chromium.org>
Layout Test fast/dom/HTMLMeterElement/meter-element-crash.html is failing
https://bugs.webkit.org/show_bug.cgi?id=88131
Unreviewed addition to Chromium test expectations.
* platform/chromium/test_expectations.txt:
2012-06-01 Mihai Parparita <mihaip@chromium.org>
Improve synchronous XHR disabling
https://bugs.webkit.org/show_bug.cgi?id=88032
Reviewed by Alexey Proskuryakov.
Update with new error message.
* fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt:
2012-06-01 Beth Dakin <bdakin@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=87774
REGRESSION (r105515): reflection masks are truncated at zoom levels < 1
-and corresponding-
<rdar://problem/11387506>
Reviewed by Simon Fraser.
* fast/reflections/reflection-with-zoom.html: Added.
* platform/mac/fast/reflections/reflection-with-zoom-expected.png: Added.
* platform/mac/fast/reflections/reflection-with-zoom-expected.txt: Added.
2012-06-01 Stephen Chenney <schenney@chromium.org>
Another Chromium test expectation update per the bug 88124.
Unreviewed Chromium test expectations fix.
* platform/chromium/test_expectations.txt:
2012-06-01 Tim Horton <timothy_horton@apple.com>
Unreviewed rebaseline of svg/css/getComputedStyle-basic for mac.
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
2012-06-01 Shezan Baig <shezbaig.wk@gmail.com>
Indenting a paragraph that begins with a link 3 times breaks the paragraph into two paragraphs
https://bugs.webkit.org/show_bug.cgi?id=87428
Reviewed by Ryosuke Niwa.
Adding two tests for indenting nested inlines.
* editing/execCommand/indent-nested-inlines-1-expected.txt: Added.
* editing/execCommand/indent-nested-inlines-1.html: Added.
* editing/execCommand/indent-nested-inlines-2-expected.txt: Added.
* editing/execCommand/indent-nested-inlines-2.html: Added.
2012-06-01 Ami Fischman <fischman@chromium.org>
[chromium] Unskip http/tests/media/video-buffered.html
https://bugs.webkit.org/show_bug.cgi?id=87568
Reviewed by Eric Carlson.
* http/tests/media/video-buffered-expected.txt:
* http/tests/media/video-buffered.html:
* platform/chromium/test_expectations.txt:
2012-06-01 Ryosuke Niwa <rniwa@webkit.org>
Another Chromium test expectation update per the bug 88124.
* platform/chromium/test_expectations.txt:
2012-06-01 Ryosuke Niwa <rniwa@webkit.org>
Chromium test expectation update.
* platform/chromium/test_expectations.txt:
2012-06-01 Joe Thomas <joethomas@motorola.com>
getComputedStyle for background shorthand property does not return background-origin and background-clip.
https://bugs.webkit.org/show_bug.cgi?id=86155
Reviewed by Tony Chang.
Added background-origin and background-clip CSS Property values to the background shorthand CSSValueList.
* fast/backgrounds/background-shorthand-with-backgroundSize-style-expected.txt:
* fast/backgrounds/background-shorthand-with-backgroundSize-style.html:
* fast/css/getComputedStyle/getComputedStyle-background-shorthand-expected.txt:
* fast/css/getComputedStyle/getComputedStyle-background-shorthand.html:
2012-06-01 Hugo Parente Lima <hugo.lima@openbossa.org>
Improve handling of legacy viewport meta tags
https://bugs.webkit.org/show_bug.cgi?id=55874
Reviewed by Adam Barth.
Add tests and expected results.
* fast/viewport/viewport-legacy-handheldfriendly-expected.txt: Added.
* fast/viewport/viewport-legacy-handheldfriendly.html: Added.
* fast/viewport/viewport-legacy-mobileoptimized-2-expected.txt: Added.
* fast/viewport/viewport-legacy-mobileoptimized-2.html: Added.
* fast/viewport/viewport-legacy-mobileoptimized-3-expected.txt: Added.
* fast/viewport/viewport-legacy-mobileoptimized-3.html: Added.
* fast/viewport/viewport-legacy-mobileoptimized-expected.txt: Added.
* fast/viewport/viewport-legacy-mobileoptimized.html: Added.
* fast/viewport/viewport-legacy-ordering-1-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-1.html: Added.
* fast/viewport/viewport-legacy-ordering-2-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-2.html: Added.
* fast/viewport/viewport-legacy-ordering-3-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-3.html: Added.
* fast/viewport/viewport-legacy-ordering-4-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-4.html: Added.
* fast/viewport/viewport-legacy-ordering-5-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-5.html: Added.
* fast/viewport/viewport-legacy-ordering-6-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-6.html: Added.
* fast/viewport/viewport-legacy-ordering-7-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-7.html: Added.
* fast/viewport/viewport-legacy-ordering-8-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-8.html: Added.
* fast/viewport/viewport-legacy-ordering-9-expected.txt: Added.
* fast/viewport/viewport-legacy-ordering-9.html: Added.
2012-06-01 Tony Chang <tony@chromium.org>
rename -webkit-flex-order to -webkit-order
https://bugs.webkit.org/show_bug.cgi?id=88104
Reviewed by Ojan Vafai.
Just a find and replace for the new property name.
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-order.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-06-01 Florin Malita <fmalita@chromium.org>
[Chromium] Unreviewed. Adding Win and Mac baselines after r119241.
* platform/chromium-mac/svg/repaint/text-mask-update-expected.png: Added.
* platform/chromium-mac/svg/repaint/text-mask-update-expected.txt: Copied from LayoutTests/platform/chromium-linux/svg/repaint/text-mask-update-expected.txt.
* platform/chromium-win/svg/repaint/text-mask-update-expected.png: Added.
* platform/chromium-win/svg/repaint/text-mask-update-expected.txt: Renamed from LayoutTests/platform/chromium-linux/svg/repaint/text-mask-update-expected.txt.
* platform/chromium/test_expectations.txt:
2012-06-01 Jessie Berlin <jberlin@apple.com>
[Win] 9 plugin tests fail/time out
https://bugs.webkit.org/show_bug.cgi?id=88107
Skip the ones that time out and add/update platform-specific results for the the ones that
fail to get the bots greener.
* platform/win/Skipped:
* platform/win/plugins/get-value-netscape-window-expected.txt:
* platform/win/plugins/netscape-dom-access-and-reload-expected.txt: Added.
* platform/win/plugins/npn-invalidate-rect-invalidates-window-expected.txt:
* platform/win/plugins/window-geometry-initialized-before-set-window-expected.txt:
* platform/win/plugins/geturlnotify-during-document-teardown-expected.txt
2012-06-01 Jessie Berlin <jberlin@apple.com>
Skip some plugin tests that crash/assert on Windows.
* platform/win/Skipped:
2012-06-01 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL port does not enable WEB_INTENTS_TAG flag
https://bugs.webkit.org/show_bug.cgi?id=86866
Reviewed by Adam Barth.
Unskip webintents/intent-tag.html now that the WEB_INTENTS_TAG flag is
enabled by default on EFL port.
* platform/efl/test_expectations.txt:
2012-06-01 Dominik Röttsches <dominik.rottsches@intel.com>
[cairo] Pixel artifacts can be seen on reflections
https://bugs.webkit.org/show_bug.cgi?id=85483
Reviewed by Martin Robinson.
Rebaselining the relevant test case for GTK and EFL.
* platform/efl/fast/css/transformed-mask-expected.png:
* platform/efl/fast/css/transformed-mask-expected.txt:
* platform/efl/test_expectations.txt:
* platform/gtk/fast/css/transformed-mask-expected.png:
2012-06-01 Florin Malita <fmalita@chromium.org>
http://shinydemos.com/clock/ doesn't seem to work
https://bugs.webkit.org/show_bug.cgi?id=79682
Reviewed by Nikolas Zimmermann.
* platform/chromium-linux/svg/repaint/text-mask-update-expected.png: Added.
* platform/chromium-linux/svg/repaint/text-mask-update-expected.txt: Added.
* platform/chromium/test_expectations.txt:
* platform/mac/test_expectations.txt:
* svg/repaint/text-mask-update.svg: Added.
2012-06-01 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's LayoutTestController needs to implement deliverWebIntent
https://bugs.webkit.org/show_bug.cgi?id=86865
Reviewed by Adam Barth.
Unskip webintents/web-intents-delivery.html now that Web intent
delivery is implemented on EFL port.
* platform/efl/test_expectations.txt:
2012-06-01 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r119228.
http://trac.webkit.org/changeset/119228
https://bugs.webkit.org/show_bug.cgi?id=88098
Caused the EFL debug bot to crash. (Requested by rakuco on
#webkit).
* platform/efl/test_expectations.txt:
2012-06-01 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-5.0-wk2/Skipped:
* platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
* platform/qt-5.0-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
2012-06-01 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Prepare styles-new-API.html results format for a more complex CSS model
https://bugs.webkit.org/show_bug.cgi?id=88090
Reviewed by Antti Koivisto.
* inspector/styles/resources/styles-new-API.css:
* inspector/styles/styles-new-API-expected.txt:
* inspector/styles/styles-new-API.html:
2012-06-01 Christophe Dumez <christophe.dumez@intel.com>
[EFL] [DRT] editing/execCommand/paste-and-match-style-event.html crashes
https://bugs.webkit.org/show_bug.cgi?id=86961
Reviewed by Csaba Osztrogonác.
Unskip editing/execCommand/paste-and-match-style-event.html now that
it is no longer crashing thanks to ecore_x library init.
* platform/efl/test_expectations.txt:
2012-06-01 Dan Bernstein <mitz@apple.com>
Layout not updated after setting -webkit-line-clamp to none
https://bugs.webkit.org/show_bug.cgi?id=88049
Reviewed by Abhishek Arya.
* fast/flexbox/line-clamp-removed-dynamically-expected.html: Added.
* fast/flexbox/line-clamp-removed-dynamically.html: Added.
2012-06-01 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing and crashing tests.
* platform/qt-5.0-wk2/Skipped:
* platform/qt/Skipped:
2012-06-01 Pierre Rossi <pierre.rossi@gmail.com>
[Qt] Support drawing a pattern with a translation.
https://bugs.webkit.org/show_bug.cgi?id=87025
Reviewed by Kenneth Rohde Christiansen.
* platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: fix the expected pixel result
2012-06-01 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Gardening failure case on EFL build bot
https://bugs.webkit.org/show_bug.cgi?id=88067
Unreviewed EFL gardening after r119196.
* platform/efl/test_expectations.txt:
2012-06-01 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Move input element's spinner style tests to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=88054
Unreviewed EFL gardening.
* platform/efl/test_expectations.txt:
2012-06-01 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, update expected files.
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png:
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt:
* platform/qt-5.0/fast/forms/form-element-geometry-expected.png:
* platform/qt-5.0/fast/forms/form-element-geometry-expected.txt:
* platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png:
* platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt:
* platform/qt-5.0/fast/forms/select-baseline-expected.png:
* platform/qt-5.0/fast/forms/select-baseline-expected.txt:
* platform/qt-5.0/fast/forms/selectlist-minsize-expected.png:
* platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt:
* platform/qt-5.0/fast/replaced/three-selects-break-expected.png:
* platform/qt-5.0/fast/replaced/three-selects-break-expected.txt:
2012-06-01 Adam Barth <abarth@webkit.org>
sandbox directive in X-WebKit-CSP header unable to create a unique origin
https://bugs.webkit.org/show_bug.cgi?id=88014
Reviewed by Ryosuke Niwa.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control.html: Added.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header.html: Added.
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-control.html: Added.
* http/tests/security/contentSecurityPolicy/resources/sandbox.php: Added.
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/sandbox-in-http-header.html: Added.
* http/tests/security/contentSecurityPolicy/sandbox-allow-scripts-in-http-header-control-expected.txt: Added.
2012-06-01 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, add missing text and image baselines for
fast/images/png-suite/test.html. Add MISSING expectations for two
placeholder-in-text-area tests - the placeholder text does not appear
in text areas (known bug).
* platform/gtk/fast/images/png-suite: Added.
* platform/gtk/fast/images/png-suite/test-expected.png: Added.
* platform/gtk/fast/images/png-suite/test-expected.txt: Added.
* platform/gtk/test_expectations.txt:
2012-06-01 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r119196.
* platform/gtk/fast/dom/gc-attribute-node-expected.txt: Added.
* platform/gtk/test_expectations.txt: Also mark fast/replaced/border-radius-clip.html as flaky.
2012-05-31 Dominic Cooney <dominicc@chromium.org>
[V8] Expando properties on attribute nodes disappear
https://bugs.webkit.org/show_bug.cgi?id=87925
Checks in a failing result for JSC; see
<https://bugs.webkit.org/show_bug.cgi?id=88045>.
Reviewed by Adam Barth.
* fast/dom/gc-attribute-node-expected.txt: Added.
* fast/dom/gc-attribute-node.html: Added.
* platform/chromium/fast/dom/gc-attribute-node-expected.txt: Added.
* platform/mac/fast/dom/gc-attribute-node-expected.txt: Added.
2012-05-31 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] <input type="number"> is not a spinbutton
https://bugs.webkit.org/show_bug.cgi?id=86846
Reviewed by Kenneth Rohde Christiansen.
Unskip spinbutton layout tests.
* platform/efl/test_expectations.txt:
2012-05-31 Ryosuke Niwa <rniwa@webkit.org>
Update Chromium test expectation of media/video-poster-blocked-by-willsendrequest.html to PASS TEXT
on all platforms as supposed to just Mac and Linux since the result of jquery/traversing.html is
bleeding into this test on Windows as well.
* platform/chromium/test_expectations.txt:
2012-05-31 Tony Chang <tony@chromium.org>
Unreviewed. Fix expectations for for fast/multicol/span/clone-flexbox.html,
the result I checked in was off by 1px.
* fast/multicol/span/clone-flexbox-expected.txt:
* platform/efl/fast/multicol/span/clone-flexbox-expected.txt:
* platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
* platform/qt/fast/multicol/span/clone-flexbox-expected.txt:
2012-05-31 Hajime Morrita <morrita@chromium.org>
REGRESSION(r117572): editing/spelling/spellcheck-async-remove-frame.html crashes on Mac
https://bugs.webkit.org/show_bug.cgi?id=86859
Reviewed by Ryosuke Niwa.
* platform/mac/Skipped: Unskipped the test.
2012-05-31 Tony Chang <tony@chromium.org>
initial flex value should be 1 1 auto
https://bugs.webkit.org/show_bug.cgi?id=86526
In most tests, I added a CSS rule to default -webkit-flex: none.
In a few tests, -webkit-flex didn't include the negative flex value
and it was becoming 1, causing negative flexing. I fixed those by
explicitly stating the negative flex as 0.
Reviewed by Ojan Vafai.
* css3/flexbox/align-absolute-child.html:
* css3/flexbox/auto-margins.html:
* css3/flexbox/flex-algorithm-with-margins.html:
* css3/flexbox/flex-algorithm.html:
* css3/flexbox/flex-align-end.html:
* css3/flexbox/flex-flow-auto-margins.html:
* css3/flexbox/flex-flow-orientations.html:
* css3/flexbox/flex-flow-overflow.html:
* css3/flexbox/flex-pack.html:
* css3/flexbox/flex-property-parsing-expected.txt:
* css3/flexbox/flex-property-parsing.html:
* css3/flexbox/flexbox-overflow-auto-expected.html:
* css3/flexbox/flexbox-overflow-auto.html:
* css3/flexbox/multiline-column-auto.html:
* css3/flexbox/multiline-pack.html:
* css3/flexbox/multiline-shrink-to-fit.html:
* css3/flexbox/multiline.html:
* css3/flexbox/nested-stretch.html:
* css3/flexbox/orthogonal-flex-directions.html:
* css3/flexbox/position-absolute-child.html:
* css3/flexbox/preferred-widths-orthogonal.html:
* css3/flexbox/true-centering.html:
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 4 fast/frames tests failing
https://bugs.webkit.org/show_bug.cgi?id=88034
Add Windows-specific expected (failing?) results to get the bots green.
* platform/win/fast/frames/frame-set-scaling-hit-expected.txt: Added.
* platform/win/fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt: Added.
* platform/win/fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt: Added.
* platform/win/fast/frames/frames-with-frameborder-zero-can-be-resized-expected.txt: Added.
2012-05-31 Tom Sepez <tsepez@chromium.org>
XSSAuditor bypass with leading /*///*/ comment
https://bugs.webkit.org/show_bug.cgi?id=88002
Reviewed by Adam Barth.
Fixes issue in xssauditor's parsing of /*/.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4-expected.txt: Added.
* http/tests/security/xssAuditor/script-tag-with-trailing-comment4.html: Added.
2012-05-31 Hans Muller <hmuller@adobe.com>
Bug: Negative SVG rect rx,ry corner radii values aren't handled correctly
https://bugs.webkit.org/show_bug.cgi?id=87859
Reviewed by Dirk Schulze.
Added a reftest which verifies that negative rect corner radius values are handled per the SVG spec,
http://www.w3.org/TR/SVG/shapes.html#RectElement.
* svg/custom/rect-negative-corner-radii-expected.svg: Added.
* svg/custom/rect-negative-corner-radii.svg: Added.
2012-05-31 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening. Skip fast/loader/opaque-base-url.html only on debug bots.
The test hits an assertion which obviously only crashes the debug
bots.
* platform/efl/test_expectations.txt:
2012-05-31 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unskip fast/multicol tests.
Most tests were passing and just needed new baselines. Only skip
the few failing ones.
* platform/efl/Skipped:
* platform/efl/fast/multicol/block-axis-horizontal-bt-expected.png: Added.
* platform/efl/fast/multicol/block-axis-horizontal-bt-expected.txt: Added.
* platform/efl/fast/multicol/block-axis-horizontal-tb-expected.png: Added.
* platform/efl/fast/multicol/block-axis-horizontal-tb-expected.txt: Added.
* platform/efl/fast/multicol/block-axis-vertical-lr-expected.png: Added.
* platform/efl/fast/multicol/block-axis-vertical-lr-expected.txt: Added.
* platform/efl/fast/multicol/block-axis-vertical-rl-expected.png: Added.
* platform/efl/fast/multicol/block-axis-vertical-rl-expected.txt: Added.
* platform/efl/fast/multicol/client-rects-expected.png: Added.
* platform/efl/fast/multicol/client-rects-expected.txt: Added.
* platform/efl/fast/multicol/column-count-with-rules-expected.png:
* platform/efl/fast/multicol/column-rules-expected.png:
* platform/efl/fast/multicol/column-rules-stacking-expected.png:
* platform/efl/fast/multicol/columns-shorthand-parsing-expected.png:
* platform/efl/fast/multicol/float-avoidance-expected.png:
* platform/efl/fast/multicol/float-multicol-expected.png:
* platform/efl/fast/multicol/float-paginate-complex-expected.png:
* platform/efl/fast/multicol/float-paginate-complex-expected.txt:
* platform/efl/fast/multicol/float-paginate-empty-lines-expected.png:
* platform/efl/fast/multicol/float-paginate-expected.png:
* platform/efl/fast/multicol/layers-in-multicol-expected.png:
* platform/efl/fast/multicol/layers-split-across-columns-expected.png:
* platform/efl/fast/multicol/margin-collapse-expected.png:
* platform/efl/fast/multicol/max-height-columns-block-expected.png:
* platform/efl/fast/multicol/nested-columns-expected.png:
* platform/efl/fast/multicol/nested-columns-expected.txt:
* platform/efl/fast/multicol/overflow-across-columns-expected.png:
* platform/efl/fast/multicol/overflow-across-columns-percent-height-expected.png:
* platform/efl/fast/multicol/overflow-unsplittable-expected.png:
* platform/efl/fast/multicol/paginate-block-replaced-expected.png:
* platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.png: Added.
* platform/efl/fast/multicol/pagination-h-horizontal-bt-expected.txt: Added.
* platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.png: Added.
* platform/efl/fast/multicol/pagination-h-horizontal-tb-expected.txt: Added.
* platform/efl/fast/multicol/pagination-h-vertical-lr-expected.png: Added.
* platform/efl/fast/multicol/pagination-h-vertical-lr-expected.txt: Added.
* platform/efl/fast/multicol/pagination-h-vertical-rl-expected.png: Added.
* platform/efl/fast/multicol/pagination-h-vertical-rl-expected.txt: Added.
* platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.png: Added.
* platform/efl/fast/multicol/pagination-v-horizontal-bt-expected.txt: Added.
* platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.png: Added.
* platform/efl/fast/multicol/pagination-v-horizontal-tb-expected.txt: Added.
* platform/efl/fast/multicol/pagination-v-vertical-lr-expected.png: Added.
* platform/efl/fast/multicol/pagination-v-vertical-lr-expected.txt: Added.
* platform/efl/fast/multicol/pagination-v-vertical-rl-expected.png: Added.
* platform/efl/fast/multicol/pagination-v-vertical-rl-expected.txt: Added.
* platform/efl/fast/multicol/positioned-split-expected.png:
* platform/efl/fast/multicol/positioned-with-constrained-height-expected.png:
* platform/efl/fast/multicol/positive-leading-expected.png:
* platform/efl/fast/multicol/scrolling-overflow-expected.png:
* platform/efl/fast/multicol/single-line-expected.png: Added.
* platform/efl/fast/multicol/single-line-expected.txt: Added.
* platform/efl/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Added.
* platform/efl/fast/multicol/span/anonymous-split-block-crash-expected.png:
* platform/efl/fast/multicol/span/anonymous-style-inheritance-expected.png:
* platform/efl/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
* platform/efl/fast/multicol/span/clone-flexbox-expected.txt: Added.
* platform/efl/fast/multicol/span/clone-summary-expected.txt: Added.
* platform/efl/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png:
* platform/efl/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt:
* platform/efl/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
* platform/efl/fast/multicol/span/span-as-nested-columns-child-expected.png:
* platform/efl/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
* platform/efl/fast/multicol/span/span-margin-collapsing-expected.png:
* platform/efl/fast/multicol/table-margin-collapse-expected.png:
* platform/efl/fast/multicol/table-vertical-align-expected.png:
* platform/efl/fast/multicol/table-vertical-align-expected.txt:
* platform/efl/fast/multicol/unsplittable-inline-block-expected.png:
* platform/efl/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
* platform/efl/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
* platform/efl/fast/multicol/vertical-lr/column-rules-expected.png:
* platform/efl/fast/multicol/vertical-lr/float-avoidance-expected.png:
* platform/efl/fast/multicol/vertical-lr/float-multicol-expected.png:
* platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
* platform/efl/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
* platform/efl/fast/multicol/vertical-lr/float-paginate-expected.png:
* platform/efl/fast/multicol/vertical-lr/nested-columns-expected.png:
* platform/efl/fast/multicol/vertical-lr/nested-columns-expected.txt:
* platform/efl/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
* platform/efl/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
* platform/efl/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
* platform/efl/fast/multicol/vertical-rl/column-rules-expected.png:
* platform/efl/fast/multicol/vertical-rl/float-avoidance-expected.png:
* platform/efl/fast/multicol/vertical-rl/float-multicol-expected.png:
* platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
* platform/efl/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
* platform/efl/fast/multicol/vertical-rl/float-paginate-expected.png:
* platform/efl/fast/multicol/vertical-rl/nested-columns-expected.png:
* platform/efl/fast/multicol/vertical-rl/nested-columns-expected.txt:
* platform/efl/fast/multicol/vertical-rl/rule-style-expected.txt: Added.
* platform/efl/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
* platform/efl/test_expectations:
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 4 css3 tests fail
https://bugs.webkit.org/show_bug.cgi?id=88024
Add Windows-specific expected (failing?) results to get the bots green.
* platform/win/css3: Added.
* platform/win/css3/filters: Added.
* platform/win/css3/filters/composited-during-animation-expected.txt: Added.
* platform/win/css3/filters/composited-during-animation-layertree-expected.txt: Added.
* platform/win/css3/filters/composited-during-transition-layertree-expected.txt: Added.
* platform/win/css3/unicode-bidi-isolate-basic-expected.png: Added.
* platform/win/css3/unicode-bidi-isolate-basic-expected.txt: Added.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 10 fast/forms tests failing
https://bugs.webkit.org/show_bug.cgi?id=88013
Add/update Windows-expected (failing?) results to get the bots greener.
* platform/win/fast/forms/basic-selects-expected.png: Added.
* platform/win/fast/forms/basic-selects-expected.txt:
* platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png:
* platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt:
* platform/win/fast/forms/file: Added.
* platform/win/fast/forms/file/file-input-disabled-expected.png: Added.
* platform/win/fast/forms/file/file-input-disabled-expected.txt: Added.
* platform/win/fast/forms/implicit-submission-expected.txt:
* platform/win/fast/forms/input-step-as-double-expected.txt: Added.
* platform/win/fast/forms/input-text-drag-down-expected.png:
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/select: Added.
* platform/win/fast/forms/select-overflow-scroll-expected.png: Added.
* platform/win/fast/forms/select-overflow-scroll-expected.txt: Added.
* platform/win/fast/forms/select-overflow-scroll-inherited-expected.png: Added.
* platform/win/fast/forms/select-overflow-scroll-inherited-expected.txt: Added.
* platform/win/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/win/fast/forms/select/optgroup-rendering-expected.txt: Added.
* platform/win/fast/forms/text-control-intrinsic-widths-expected.txt:
2012-05-31 Alec Flett <alecflett@chromium.org>
IndexedDB: Implement IDBTransaction.error and IDBRequest.error
https://bugs.webkit.org/show_bug.cgi?id=87865
Reviewed by Tony Chang.
* storage/indexeddb/basics-expected.txt:
* storage/indexeddb/basics-workers-expected.txt:
* storage/indexeddb/create-and-remove-object-store-expected.txt:
* storage/indexeddb/cursor-continue-expected.txt:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/deleteIndex-expected.txt:
* storage/indexeddb/factory-cmp-expected.txt:
* storage/indexeddb/get-keyrange-expected.txt:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics-workers-expected.txt:
* storage/indexeddb/index-count-expected.txt:
* storage/indexeddb/index-unique-expected.txt:
* storage/indexeddb/invalid-keys-expected.txt:
* storage/indexeddb/key-generator-expected.txt:
* storage/indexeddb/key-type-array-expected.txt:
* storage/indexeddb/keypath-edges-expected.txt:
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics-workers-expected.txt:
* storage/indexeddb/objectstore-count-expected.txt:
* storage/indexeddb/open-cursor-expected.txt:
* storage/indexeddb/readonly-expected.txt:
* storage/indexeddb/resources/basics.js:
(test):
(openCallback):
* storage/indexeddb/resources/create-and-remove-object-store.js:
(testCreateAndRemove):
(cleanDatabase):
(tryOnceMore):
* storage/indexeddb/resources/cursor-continue.js:
(ascendingErrorTestLessThan.request.onsuccess):
(ascendingErrorTestLessThan):
(ascendingErrorTestEqual.request.onsuccess):
(ascendingErrorTestEqual):
(descendingErrorTestGreaterThan.request.onsuccess):
(descendingErrorTestGreaterThan):
(descendingErrorTestEqual.request.onsuccess):
(descendingErrorTestEqual):
(onTransactionComplete):
* storage/indexeddb/resources/cursor-update.js:
(keyCursor):
* storage/indexeddb/resources/database-basics.js:
(testClose):
* storage/indexeddb/resources/database-quota.js:
(logError):
* storage/indexeddb/resources/deleteIndex.js:
(twiddleIndexes):
(postTwiddling):
* storage/indexeddb/resources/factory-cmp.js:
(testValidKeys):
(testInvalidKeys):
* storage/indexeddb/resources/get-keyrange.js:
(getNullTest):
* storage/indexeddb/resources/index-basics.js:
(index3Count):
* storage/indexeddb/resources/index-count.js:
* storage/indexeddb/resources/index-unique.js:
(addMoreDataFailed):
* storage/indexeddb/resources/invalid-keys.js:
* storage/indexeddb/resources/key-generator.js:
* storage/indexeddb/resources/key-type-array.js:
(testDepthLimits):
* storage/indexeddb/resources/keypath-edges.js:
* storage/indexeddb/resources/keyrange.js:
(test):
* storage/indexeddb/resources/objectstore-autoincrement.js:
(getAbrahamSuccess):
* storage/indexeddb/resources/objectstore-basics.js:
(setVersionSuccess):
(createIndex):
(addAgainFailure):
(removeSuccessButNotThere):
(testPreConditions.request.onsuccess):
(testPreConditions):
* storage/indexeddb/resources/objectstore-count.js:
* storage/indexeddb/resources/open-cursor.js:
(cursorWithKeySuccess):
(cursorSuccess):
* storage/indexeddb/resources/readonly.js:
(openSuccess):
* storage/indexeddb/resources/set_version_queue.js:
(connectionError):
* storage/indexeddb/resources/shared.js:
(unexpectedErrorCallback):
(evalAndExpectException):
* storage/indexeddb/resources/transaction-abort-workers.js:
(transactionAborted):
(transactionCompleted):
(timeoutTest.transaction.onabort):
(timeoutTest):
(errorTransactionAborted):
* storage/indexeddb/resources/transaction-abort.js:
(firstAdd):
(secondAdd):
(transactionAborted):
* storage/indexeddb/resources/transaction-after-close.js:
(firstTransactionComplete):
* storage/indexeddb/resources/transaction-and-objectstore-calls.js:
(created):
(afterComplete):
* storage/indexeddb/resources/transaction-basics.js:
(testInactiveAbortedTransaction):
(testInactiveCompletedTransaction):
(testInvalidMode):
* storage/indexeddb/resources/transaction-read-only.js:
(setVersionDone):
(gotCursor):
* storage/indexeddb/set_version_queue-expected.txt:
* storage/indexeddb/transaction-abort-expected.txt:
* storage/indexeddb/transaction-abort-workers-expected.txt:
* storage/indexeddb/transaction-after-close-expected.txt:
* storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
* storage/indexeddb/transaction-basics-expected.txt:
* storage/indexeddb/transaction-read-only-expected.txt:
2012-05-31 Ben Murdoch <benm@google.com>
Fix crash in V8Document::createTouchListCallback.
https://bugs.webkit.org/show_bug.cgi?id=87085
Test for crash in document.createTouchList when it
is supplied with non-touch parameters.
Reviewed by Abhishek Arya.
* fast/events/touch/document-create-touch-list-crash-expected.txt: Added.
* fast/events/touch/document-create-touch-list-crash.html: Added.
2012-05-31 Rafael Weinstein <rafaelw@chromium.org>
Updating test expectations after r119124.
* platform/chromium/fast/workers/storage/test-authorizer-sync-expected.txt: Added.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 5 fast/events/popup-* tests fail
https://bugs.webkit.org/show_bug.cgi?id=88008
Add Windows-specific expected (failing?) results to get the bots greener.
* platform/win/fast/events/popup-allowed-from-gesture-initiated-event-expected.txt: Added.
* platform/win/fast/events/popup-allowed-from-gesture-initiated-form-submit-expected.txt: Added.
* platform/win/fast/events/popup-blocked-from-fake-user-gesture-expected.txt: Added.
* platform/win/fast/events/popup-blocked-from-untrusted-mouse-click-expected.txt: Added.
* platform/win/fast/events/popup-blocking-timers-expected.txt: Added.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 23 media tests fail / time out
https://bugs.webkit.org/show_bug.cgi?id=88005
Add/update the Windows expected (failing?) results to get the bots greener.
* platform/win/Skipped:
* platform/win/media/audio-controls-rendering-expected.txt:
* platform/win/media/audio-repaint-expected.txt:
* platform/win/media/controls-after-reload-expected.txt:
* platform/win/media/controls-strict-expected.txt:
* platform/win/media/controls-styling-expected.txt:
* platform/win/media/controls-without-preload-expected.txt:
* platform/win/media/media-can-play-wav-audio-expected.txt: Added.
* platform/win/media/media-controls-clone-expected.txt:
* platform/win/media/media-controls-invalid-url-expected.txt: Added.
* platform/win/media/media-document-audio-repaint-expected.txt:
* platform/win/media/nodesFromRect-shadowContent-expected.txt: Added.
* platform/win/media/video-colorspace-yuv420-expected.txt: Added.
* platform/win/media/video-colorspace-yuv422-expected.txt: Added.
* platform/win/media/video-controls-rendering-expected.txt:
* platform/win/media/video-display-toggle-expected.txt:
* platform/win/media/video-no-audio-expected.txt:
* platform/win/media/video-pause-immediately-expected.txt: Added.
* platform/win/media/video-playing-and-pause-expected.txt: Added.
* platform/win/media/video-size-intrinsic-scale-expected.txt: Added.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] fast/events/remove-target* tests fail
https://bugs.webkit.org/show_bug.cgi?id=88006
Add Windows-specific expected (failing?) results to get the bots greener.
* platform/win/fast/events/remove-target-in-mouseup-deep-expected.txt: Added.
* platform/win/fast/events/remove-target-in-mouseup-expected.txt: Added.
* platform/win/fast/events/remove-target-in-mouseup-insertback-expected.txt: Added.
* platform/win/fast/events/remove-target-in-mouseup-twice-expected.txt: Added.
* platform/win/fast/events/remove-target-with-shadow-in-drag-expected.txt: Added.
2012-05-31 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening; skip fast/canvas/canvas-imageSmoothingEnabled.
Skip the test just like GTK+, as there seems to be a problem in
the cairo backend that makes the test fail.
* platform/efl/test_expectations.txt:
2012-05-31 Zan Dobersek <zandobersek@gmail.com>
Unreviewed gardening, updating baselines after r119124.
* dom/xhtml/level3/core/documentnormalizedocument10-expected.txt:
* dom/xhtml/level3/core/documentsetxmlversion03-expected.txt:
* fast/workers/storage/test-authorizer-sync-expected.txt:
2012-05-31 Tony Chang <tony@chromium.org>
rename flexbox CSS properties from flex-align and flex-item-align to align-items and align-self
https://bugs.webkit.org/show_bug.cgi?id=87907
Reviewed by Ojan Vafai.
Updated tests for new CSS property names.
* css3/flexbox/align-absolute-child.html:
* css3/flexbox/cross-axis-scrollbar.html:
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-align-baseline.html:
* css3/flexbox/flex-align-column.html:
* css3/flexbox/flex-align-end.html:
* css3/flexbox/flex-align-stretch.html:
* css3/flexbox/flex-align-vertical-writing-mode.html:
* css3/flexbox/flex-align.html:
* css3/flexbox/line-wrapping.html:
* css3/flexbox/multiline-align.html:
* css3/flexbox/multiline-reverse-wrap-baseline.html:
* css3/flexbox/orthogonal-flex-directions.html:
* css3/flexbox/position-absolute-child.html:
* css3/flexbox/true-centering.html:
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 10 fast/text tests failing
https://bugs.webkit.org/show_bug.cgi?id=87998
Add/update Windows-specific expected (failing?) pixel results in order to get the bots greener.
* platform/win/fast/text/complex-preferred-logical-widths-expected.png: Added.
* platform/win/fast/text/complex-synthetic-bold-space-width-expected.png: Added.
* platform/win/fast/text/international/arabic-justify-expected.png: Added.
* platform/win/fast/text/international/bidi-mirror-he-ar-expected.png:
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Added.
* platform/win/fast/text/international/text-combine-image-test-expected.png:
* platform/win/fast/text/international/text-spliced-font-expected.png: Added.
* platform/win/fast/text/line-initial-and-final-swashes-expected.png: Added.
* platform/win/fast/text/midword-break-before-surrogate-pair-2-expected.png: Added.
* platform/win/fast/text/unicode-variation-selector-expected.png: Added.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 10 fast/text tests failing
https://bugs.webkit.org/show_bug.cgi?id=87998
Add/update Windows-specific expected (failing?) results in order to get the bots greener.
* platform/win/fast/text/complex-preferred-logical-widths-expected.txt: Added.
* platform/win/fast/text/complex-synthetic-bold-space-width-expected.txt: Added.
* platform/win/fast/text/international/arabic-justify-expected.txt: Added.
* platform/win/fast/text/international/bidi-mirror-he-ar-expected.txt: Added.
* platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
* platform/win/fast/text/international/text-combine-image-test-expected.txt:
* platform/win/fast/text/international/text-spliced-font-expected.txt: Added.
* platform/win/fast/text/line-initial-and-final-swashes-expected.txt: Added.
* platform/win/fast/text/midword-break-before-surrogate-pair-2-expected.txt: Added.
* platform/win/fast/text/unicode-variation-selector-expected.txt: Added.
2012-05-31 Rafael Weinstein <rafaelw@chromium.org>
Updating test expectations (svg/as-image/animated-svg-as-image.html)
* platform/chromium/test_expectations.txt:
2012-05-31 Erik Arvidsson <arv@chromium.org>
Make DOM Exceptions Errors
https://bugs.webkit.org/show_bug.cgi?id=85078
Reviewed by Oliver Hunt.
WebIDL mandates that exceptions should have Error.prototype on its prototype chain.
For JSC we have access to the Error.prototype from the binding code.
For V8 we set a field in the WrapperTypeInfo and when the constructor function is created we
set the prototype as needed.
Updated test: fast/dom/DOMException/prototype-object.html
* fast/dom/DOMException/prototype-object-expected.txt:
* fast/dom/DOMException/prototype-object.html:
* fast/dom/DOMException/resources/prototype-object.js: Removed.
* platform/chromium-win/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Removed.
* platform/chromium-win/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: Removed.
* platform/chromium-win/svg/filters/feBlend-invalid-mode-expected.txt: Removed.
* platform/chromium/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
* platform/chromium/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt: Added.
* platform/chromium/fast/dom/DOMException/prototype-object-expected.txt:
* platform/chromium/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/NamedNodeMap-setNamedItem-crash-expected.txt.
* platform/chromium/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/timer-clear-interval-in-handler-and-generate-error-expected.txt.
* platform/chromium/svg/filters/feBlend-invalid-mode-expected.txt: Renamed from LayoutTests/platform/chromium-mac/svg/filters/feBlend-invalid-mode-expected.txt.
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] ASSERT(oldLayoutDelta == view()->layoutDelta()) failed in RenderBlock::layoutBlockChild
when running media/media-volume-slider-rendered-below.html
https://bugs.webkit.org/show_bug.cgi?id=87450
Add the test to the Windows Skipped list to get the bots greener.
* platform/win/Skipped:
2012-05-31 Jessie Berlin <jberlin@apple.com>
10 W3C video and audio canPlayType tests are failing on Mac and Win
https://bugs.webkit.org/show_bug.cgi?id=75184
Add Windows-specific expected (failing?) results to get the bots greener.
* platform/win/media/W3C: Added.
* platform/win/media/W3C/audio: Added.
* platform/win/media/W3C/audio/canPlayType: Added.
* platform/win/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_1-expected.txt: Added.
* platform/win/media/W3C/audio/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
* platform/win/media/W3C/video: Added.
* platform/win/media/W3C/video/canPlayType: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_codecs_order_2-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_codecs_order_3-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_3-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_3-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_4-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_5-expected.txt: Added.
* platform/win/media/W3C/video/canPlayType/canPlayType_two_implies_one_6-expected.txt: Added.
2012-05-31 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] EFL's DRT navigation_policy_decision implementation
https://bugs.webkit.org/show_bug.cgi?id=85006
Reviewed by Tor Arne Vestbø.
Unskipped corresponding tests. Those still not passing are put into
test_expectations.txt.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-31 Jussi Kukkonen <jussi.kukkonen@intel.com>
[EFL][DRT] LayoutTestController does not implement clearApplicationCacheForOrigin
https://bugs.webkit.org/show_bug.cgi?id=86195
Reviewed by Gustavo Noronha Silva.
Unskip http/tests/appcache/origin-delete.html now that
EFL TestLayoutController has required functionality.
* platform/efl/Skipped:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
[GTK] Unreviewed. Added FAIL expectation due to failure after r119100.
* platform/gtk/test_expectations.txt:
2012-05-31 Jessie Berlin <jberlin@apple.com>
[Win] 6 canvas tests failing
https://bugs.webkit.org/show_bug.cgi?id=87983
Add Windows-specific expected (failing?) results to get the bots greener.
* platform/win/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Added.
* platform/win/fast/canvas/canvas-fillRect-gradient-shadow-expected.txt: Added.
* platform/win/fast/canvas/canvas-scale-drawImage-shadow-expected.txt: Added.
* platform/win/fast/canvas/canvas-scale-fillPath-shadow-expected.txt: Added.
* platform/win/fast/canvas/canvas-scale-fillRect-shadow-expected.txt: Added.
* platform/win/fast/canvas/canvas-transforms-fillRect-shadow-expected.txt: Added.
2012-05-31 Ulan Degenbaev <ulan@chromium.org>
[v8] Fix bug reference in array-override-set.html test
https://bugs.webkit.org/show_bug.cgi?id=87952
Reviewed by Abhishek Arya.
* fast/canvas/webgl/array-override-set-expected.txt:
* fast/canvas/webgl/array-override-set.html:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
[GTK] Unreviewed. Added FAIL expectation due to test consistently failing.
* platform/gtk/test_expectations.txt:
2012-05-31 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Enable CSS_IMAGE_SET flag
https://bugs.webkit.org/show_bug.cgi?id=87727
Reviewed by Adam Roben.
Unskip test case associated to CSS image-set functionality now that it
is enabled by default on EFL port.
* platform/efl/test_expectations.txt:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Added FAIL expectation for GTK due to missing feature in DRT.
* platform/gtk/test_expectations.txt:
2012-05-31 Keyar Hood <keyar@chromium.org>
the imageSmoothingEnabled flag needs to be in the state object
https://bugs.webkit.org/show_bug.cgi?id=87853
Reviewed by Darin Adler.
Updated the test for imageSmoothingEnabled to test that it is saved in
the draw state.
* fast/canvas/canvas-imageSmoothingEnabled-expected.txt:
* fast/canvas/script-tests/canvas-imageSmoothingEnabled.js:
2012-05-31 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r118989
https://bugs.webkit.org/show_bug.cgi?id=87958
Unreviewed gardening.
fast/css/font-face-download-error.html is skipped as bug85977 is not fixed yet.
* platform/efl/test_expectations.txt:
2012-05-31 Alexander Pavlov <apavlov@chromium.org>
[Chromium] Unreviewed, update Mac Leopard baselines for fast/muticol/span/span-as-immediate-columns-child.html.
* platform/chromium-mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png:
2012-05-31 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing tests, unskip a now passing test.
* platform/qt/Skipped:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Added new baselines for GTK after r117815.
* platform/gtk/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt: Added.
* platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added.
* platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added.
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Updated.
* platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Added new baselines for GTK after r118891.
* platform/gtk/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/gtk/fast/forms/select/optgroup-rendering-expected.txt: Added.
2012-05-31 Christophe Dumez <christophe.dumez@intel.com>
fast/events/message-port-multi.html needs new baseline after r119027
https://bugs.webkit.org/show_bug.cgi?id=87949
Unreviewed gardening.
Update baseline for fast/events/message-port-multi.html after r119027.
Now all the checks are passing and we can get rid of the FAIL lines in
the expected result.
* fast/events/message-port-multi-expected.txt:
2012-05-31 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r118993
https://bugs.webkit.org/show_bug.cgi?id=87946
Unreviewed gardening.
Test fast/forms/file/input-file-write-files.html that was added at r118993 relies on
unsupported EventSender.beginDragWithFiles and hence should be skipped.
* platform/efl/test_expectations.txt:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed. Unskipping tests for GTK now passing in all the bots.
* platform/gtk/test_expectations.txt:
2012-05-31 Mario Sanchez Prada <msanchez@igalia.com>
fast/dom/Window/mozilla-focus-blur.html failing after r118916
https://bugs.webkit.org/show_bug.cgi?id=87951
Unreviewed. Added FAIL expectation for GTK after r118916.
* platform/gtk/test_expectations.txt:
2012-05-31 Andras Becsi <andras.becsi@nokia.com>
Test expectation pngs missing checksums
https://bugs.webkit.org/show_bug.cgi?id=87947
Reviewed by Ojan Vafai.
Add proper platform independent png expectation with checksum and revert chromium
expectations since layoutTestController.keepWebHistory() seems to have no effect
on chromium, and the test is still failing (See bug 87839).
* http/tests/misc/acid3-expected.png: Add png with embedded checksum.
* platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png: Revert to prior r118566.
* platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: Revert to prior r118566.
* platform/chromium-mac/http/tests/misc/acid3-expected.png: Revert to prior r118566.
* platform/chromium-mac/http/tests/misc/acid3-expected.txt: Revert to prior r118566.
* platform/chromium/test_expectations.txt: Revert to prior r118566.
2012-05-31 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] Gardening after r118957
https://bugs.webkit.org/show_bug.cgi?id=87937
Unreviewed gardening.
compositing/layer-creation/fixed-position-and-transform.html and compositing/layer-creation/fixed-position-under-transform.html
added with r118957 were skipped in EFL port as EFL's LayoutTestController does not implement layerTreeAsText.
* platform/efl/test_expectations.txt:
2012-05-31 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Rebase xss test, skip failing tests.
* platform/qt/Skipped:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt:
* platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt:
2012-05-31 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] Gardening after r118920
https://bugs.webkit.org/show_bug.cgi?id=87934
Unreviewed, gardening of http/tests/local/fileapi/file-last-modified-after-delete.html which
relies on unsupported drag'n'drop feature.
* platform/efl/test_expectations.txt:
2012-05-31 Alexei Filippov <alexeif@chromium.org>
Web Inspector: Retainers are missing for all objects
https://bugs.webkit.org/show_bug.cgi?id=87655
Skip the test on wincairo platform.
Reviewed by Yury Semikhatsky.
* platform/wincairo/Skipped:
2012-05-31 Hayato Ito <hayato@chromium.org>
ComposedShadowTreeWalker should support traversing nodes in an orphaned shadow subtree.
https://bugs.webkit.org/show_bug.cgi?id=87493
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/composed-shadow-tree-walker.html:
2012-05-31 Shane Stephens <shanestephens@google.com>
text-decoration should not be propagated through absolutely positioned elements to <a> tags
https://bugs.webkit.org/show_bug.cgi?id=86517
Added layout test to check no propagation of text-decoration to second-order descendants
(i.e. descendants of descendants), where the first-order descendant is positioned.
Tightened up existing descendants test to fail when text-decoration is incorrectly propagated
to first-order descendant.
Reviewed by Darin Adler.
* fast/css/text-decoration-in-descendants-expected.html:
* fast/css/text-decoration-in-second-order-descendants-expected.html: Added.
* fast/css/text-decoration-in-second-order-descendants.html: Added.
2012-05-30 Abhishek Arya <inferno@chromium.org>
Crash in ContainerNode::parserAddChild.
https://bugs.webkit.org/show_bug.cgi?id=87903
Reviewed by Ryosuke Niwa.
* fast/dom/child-insertion-notify-crash-expected.txt: Added.
* fast/dom/child-insertion-notify-crash.html: Added.
2012-05-30 Rick Byers <rbyers@chromium.org>
[chromium] Implement pointer and hover CSS media features
https://bugs.webkit.org/show_bug.cgi?id=87403
Reviewed by Adam Barth.
Adds tests for pointer and hover media features, for the initial cases
with and without a touch screen.
* fast/media/mq-pointer-expected.txt: Added.
* fast/media/mq-pointer.html: Added.
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Win] Need implementation of layoutTestController.setBackingScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=87919
Add tests that use setBackingScaleFactor to the Windows Skipped list.
* platform/win/Skipped:
2012-05-30 Christophe Dumez <christophe.dumez@intel.com>
[JSC] SerializedScriptValue.create() succeeds even if MessagePort object cannot be found in transferred ports
https://bugs.webkit.org/show_bug.cgi?id=87118
Reviewed by Adam Barth.
Unskip webintents/web-intents-obj-constructor.html now that
SerializedScriptValue.create() throws an exception if one of the
MessagePort objects cannot be found in the transferred ports.
* platform/efl/test_expectations.txt:
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Win] Need results for ietestcenter CSS3 tests
https://bugs.webkit.org/show_bug.cgi?id=87916
Add expected (failing?) results to get the bots greener.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-baseline-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-center-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-center-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-center-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-center-002-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-end-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-end-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-start-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-start-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-align-stretch-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-direction-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-direction-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-002-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-003-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-004-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-004-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-005-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-flex-005-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-002-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-003-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-004-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-groups-004-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-002-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-layout-003-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-ordinal-group-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-center-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-center-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-end-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-end-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-justify-001-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-start-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/flexbox/flexbox-pack-start-001-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/display-grid-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/display-grid-001-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/display-grid-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/display-grid-002-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-001-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-002-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-column-003-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-columns-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-columns-001-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-001-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-002-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-003-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-004-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-004-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-005-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/grid/grid-items-005-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-block-formatting-context-001-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-001-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-002-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-containing-block-003-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-filling-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-filling-001-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-001-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-002-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-002-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-003-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-004-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-004-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-005-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-005-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-006-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-006-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-007-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-007-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-008-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-008-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-009-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-009-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-010-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-010-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-012-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-012-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-013-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-013-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-014-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-014-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-015-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-applies-to-015-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-negative-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-negative-001-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-percentage-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/multicolumn/column-width-percentage-001-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/declaring-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/declaring-001-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-007-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-007-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-008-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-008-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-009-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-009-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-010-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-010-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-011-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/prefix-011-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/qualifiedNames-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/qualifiedNames-001-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/scope-003-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/scope-003-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-016-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-016-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-017-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-017-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-018-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-018-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-019-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-019-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-020-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-020-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-021-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-021-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-022-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-022-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-023-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/syntax-023-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/terminology-001-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/namespaces/terminology-001-expected.txt: Added.
* platform/win/ietestcenter/css3/valuesandunits/units-000-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/valuesandunits/units-010-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/valuesandunits/units-010-expected.txt: Added.
* platform/win/ietestcenter/css3/valuesandunits/units-020-expected-expected.txt: Added.
* platform/win/ietestcenter/css3/valuesandunits/units-020-expected.txt: Added.
2012-05-30 Kent Tamura <tkent@chromium.org>
Form controls in <fieldset disabled> should not be focusable.
https://bugs.webkit.org/show_bug.cgi?id=87380
Reviewed by Darin Adler.
* fast/forms/fieldset/fieldset-disabled-expected.txt:
* fast/forms/fieldset/fieldset-disabled.html:
Updated because disabled controls are not focusable.
Also, remove testing elements to remove unnecessary blank lines.
* fast/forms/fieldset/focus-in-fieldset-disabled-expected.txt: Added.
* fast/forms/fieldset/focus-in-fieldset-disabled.html: Added.
2012-05-30 Hayato Ito <hayato@chromium.org>
Fix a composed-shadow-tree-walker.html so that it uses correct selectors.
https://bugs.webkit.org/show_bug.cgi?id=87500
Reviewed by Dimitri Glazkov.
Fix a test and an expectation for composed-shadow-tree-walker.html.
A current composed-shadow-tree-walker.html uses class selector
(.class). That's not the test author's intention and the expected
text was wrongly generated based on wrong tests.
* fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
* fast/dom/shadow/composed-shadow-tree-walker.html:
2012-05-30 Gavin Peters <gavinp@chromium.org>
Add a LayoutTest for prerender remove after stop.
https://bugs.webkit.org/show_bug.cgi?id=87860
Bug 87746 was uploaded without a LayoutTest because I originally thought
it would only be testable in Chrome with a browser test. However, that was
wrong.
Note that this test doesn't need to be disabled based on if the platform
uses Prerendering, since the test is for a crash, which won't happen on
platforms without prerendering, either.
Reviewed by Adam Barth.
* fast/dom/HTMLLinkElement/prerender-remove-after-stop-expected.txt: Added.
* fast/dom/HTMLLinkElement/prerender-remove-after-stop.html: Added.
* fast/dom/HTMLLinkElement/resources/empty.html: Added.
* fast/dom/HTMLLinkElement/resources/simple-prerender.html: Added.
2012-05-30 Zhenyao Mo <zmo@google.com>
WebKit incorrectly clears the alpha channel on readPixels, even for Framebuffers
https://bugs.webkit.org/show_bug.cgi?id=87310
Reviewed by Kenneth Russell.
* fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias-expected.txt:
* fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: synced with khronos
2012-05-30 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118986.
http://trac.webkit.org/changeset/118986
https://bugs.webkit.org/show_bug.cgi?id=87914
Caused several IndexedDB browser_test failures on Chromium
canary builders (Requested by rafaelw_ on #webkit).
* storage/indexeddb/basics-expected.txt:
* storage/indexeddb/basics-workers-expected.txt:
* storage/indexeddb/create-and-remove-object-store-expected.txt:
* storage/indexeddb/cursor-continue-expected.txt:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/deleteIndex-expected.txt:
* storage/indexeddb/factory-cmp-expected.txt:
* storage/indexeddb/get-keyrange-expected.txt:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics-workers-expected.txt:
* storage/indexeddb/index-count-expected.txt:
* storage/indexeddb/index-unique-expected.txt:
* storage/indexeddb/invalid-keys-expected.txt:
* storage/indexeddb/key-generator-expected.txt:
* storage/indexeddb/key-type-array-expected.txt:
* storage/indexeddb/keypath-edges-expected.txt:
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics-workers-expected.txt:
* storage/indexeddb/objectstore-count-expected.txt:
* storage/indexeddb/open-cursor-expected.txt:
* storage/indexeddb/readonly-expected.txt:
* storage/indexeddb/resources/basics.js:
(test):
(openCallback):
* storage/indexeddb/resources/create-and-remove-object-store.js:
(testCreateAndRemove):
(cleanDatabase):
(tryOnceMore):
* storage/indexeddb/resources/cursor-continue.js:
(ascendingErrorTestLessThan.request.onsuccess):
(ascendingErrorTestLessThan):
(ascendingErrorTestEqual.request.onsuccess):
(ascendingErrorTestEqual):
(descendingErrorTestGreaterThan.request.onsuccess):
(descendingErrorTestGreaterThan):
(descendingErrorTestEqual.request.onsuccess):
(descendingErrorTestEqual):
(onTransactionComplete):
* storage/indexeddb/resources/cursor-update.js:
(keyCursor):
* storage/indexeddb/resources/database-basics.js:
(testClose):
* storage/indexeddb/resources/database-quota.js:
(logError):
* storage/indexeddb/resources/deleteIndex.js:
(twiddleIndexes):
(postTwiddling):
* storage/indexeddb/resources/factory-cmp.js:
(testValidKeys):
(testInvalidKeys):
* storage/indexeddb/resources/get-keyrange.js:
(getNullTest):
* storage/indexeddb/resources/index-basics.js:
(index3Count):
* storage/indexeddb/resources/index-count.js:
* storage/indexeddb/resources/index-unique.js:
(addMoreDataFailed):
* storage/indexeddb/resources/invalid-keys.js:
* storage/indexeddb/resources/key-generator.js:
* storage/indexeddb/resources/key-type-array.js:
(testDepthLimits):
* storage/indexeddb/resources/keypath-edges.js:
* storage/indexeddb/resources/keyrange.js:
(test):
* storage/indexeddb/resources/objectstore-autoincrement.js:
(getAbrahamSuccess):
* storage/indexeddb/resources/objectstore-basics.js:
(setVersionSuccess):
(createIndex):
(addAgainFailure):
(removeSuccessButNotThere):
(testPreConditions.request.onsuccess):
(testPreConditions):
* storage/indexeddb/resources/objectstore-count.js:
* storage/indexeddb/resources/open-cursor.js:
(cursorWithKeySuccess):
(cursorSuccess):
* storage/indexeddb/resources/readonly.js:
(openSuccess):
* storage/indexeddb/resources/set_version_queue.js:
(connectionError):
* storage/indexeddb/resources/shared.js:
(unexpectedErrorCallback):
(evalAndExpectException):
* storage/indexeddb/resources/transaction-abort-workers.js:
(transactionAborted):
(transactionCompleted):
(timeoutTest.transaction.onabort):
(timeoutTest):
(errorTransactionAborted):
* storage/indexeddb/resources/transaction-abort.js:
(firstAdd):
(secondAdd):
(transactionAborted):
* storage/indexeddb/resources/transaction-after-close.js:
(firstTransactionComplete):
* storage/indexeddb/resources/transaction-and-objectstore-calls.js:
(created):
(afterComplete):
* storage/indexeddb/resources/transaction-basics.js:
(testInactiveAbortedTransaction):
(testInactiveCompletedTransaction):
(testInvalidMode):
* storage/indexeddb/resources/transaction-read-only.js:
(setVersionDone):
(gotCursor):
* storage/indexeddb/set_version_queue-expected.txt:
* storage/indexeddb/transaction-abort-expected.txt:
* storage/indexeddb/transaction-abort-workers-expected.txt:
* storage/indexeddb/transaction-after-close-expected.txt:
* storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
* storage/indexeddb/transaction-basics-expected.txt:
* storage/indexeddb/transaction-read-only-expected.txt:
2012-05-30 Dominic Mazzoni <dmazzoni@google.com>
AX: Chromium WebAccessibilityObject should check if an AccessibilityObject is detached
https://bugs.webkit.org/show_bug.cgi?id=87778
Reviewed by Adam Barth.
* accessibility/accessibility-object-detached-expected.txt: Added.
* accessibility/accessibility-object-detached.html: Added.
2012-05-30 Jessie Berlin <jberlin@apple.com>
Enhance Windows DRT implementation to support platform scroll wheel events
https://bugs.webkit.org/show_bug.cgi?id=36002
Skip more tests that use eventSender.mouseScrollBy on Windows.
* platform/win/Skipped:
2012-05-30 Tim Horton <timothy_horton@apple.com>
WebKitTestRunner needs an implementation of eventSender
<https://bugs.webkit.org/show_bug.cgi?id=42194>
Unreviewed mac-wk2 skip of fast/forms/file/input-file-write-files.html, which depends on eventSender.
* platform/mac-wk2/Skipped:
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Win] 8 accessibility tests failing
https://bugs.webkit.org/show_bug.cgi?id=87909
Add expected (failing?) results for Windows to get the bots greener.
* platform/win/accessibility/deleting-iframe-destroys-axcache-expected.txt: Added.
* platform/win/accessibility/disabled-controls-not-focusable-expected.txt: Added.
* platform/win/accessibility/focus-events-expected.txt:
* platform/win/accessibility/img-alt-tag-only-whitespace-expected.txt: Added.
* platform/win/accessibility/option-element-selection-and-focus-events-expected.txt:
* platform/win/accessibility/select-element-valuechange-event-expected.txt:
* platform/win/accessibility/textbox-role-reports-line-number-expected.txt: Added.
* platform/win/accessibility/textbox-role-reports-selection-expected.txt: Added.
2012-05-30 Emil A Eklund <eae@chromium.org>
Unreviewed test expectations updates for window and mac now that we no longer skip a couple of tests on those platforms.
* platform/chromium-mac-leopard/fast/backgrounds/background-position-parsing-expected.png:
* platform/chromium-win/fast/backgrounds/background-position-parsing-expected.png:
* platform/chromium-win/fast/backgrounds/background-position-parsing-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/103-expected.png:
* platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
2012-05-30 Dan Bernstein <mitz@apple.com>
[Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
https://bugs.webkit.org/show_bug.cgi?id=87740
Reviewed by Darin Adler.
* platform/qt-4.8/Skipped: Removed fast/forms/textarea-maxlength.html.
2012-05-30 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening. Unskip test that is now passing.
* platform/efl/test_expectations.txt:
2012-05-30 Emil A Eklund <eae@chromium.org>
Unreviewed chromium snowleopard rebaseline for background-position-parsing test following r118978.
* platform/chromium-mac-snowleopard/fast/backgrounds/background-position-parsing-expected.png:
2012-05-30 Alec Flett <alecflett@chromium.org>
IndexedDB: Implement IDBTransaction.error and IDBRequest.error
https://bugs.webkit.org/show_bug.cgi?id=87865
Reviewed by Tony Chang.
* storage/indexeddb/basics-expected.txt:
* storage/indexeddb/basics-workers-expected.txt:
* storage/indexeddb/create-and-remove-object-store-expected.txt:
* storage/indexeddb/cursor-continue-expected.txt:
* storage/indexeddb/cursor-update-expected.txt:
* storage/indexeddb/database-basics-expected.txt:
* storage/indexeddb/deleteIndex-expected.txt:
* storage/indexeddb/factory-cmp-expected.txt:
* storage/indexeddb/get-keyrange-expected.txt:
* storage/indexeddb/index-basics-expected.txt:
* storage/indexeddb/index-basics-workers-expected.txt:
* storage/indexeddb/index-count-expected.txt:
* storage/indexeddb/index-unique-expected.txt:
* storage/indexeddb/invalid-keys-expected.txt:
* storage/indexeddb/key-generator-expected.txt:
* storage/indexeddb/key-type-array-expected.txt:
* storage/indexeddb/keypath-edges-expected.txt:
* storage/indexeddb/keyrange-expected.txt:
* storage/indexeddb/objectstore-autoincrement-expected.txt:
* storage/indexeddb/objectstore-basics-expected.txt:
* storage/indexeddb/objectstore-basics-workers-expected.txt:
* storage/indexeddb/objectstore-count-expected.txt:
* storage/indexeddb/open-cursor-expected.txt:
* storage/indexeddb/readonly-expected.txt:
* storage/indexeddb/resources/basics.js:
(test):
(openCallback):
* storage/indexeddb/resources/create-and-remove-object-store.js:
(testCreateAndRemove):
(cleanDatabase):
(tryOnceMore):
* storage/indexeddb/resources/cursor-continue.js:
(ascendingErrorTestLessThan.request.onsuccess):
(ascendingErrorTestLessThan):
(ascendingErrorTestEqual.request.onsuccess):
(ascendingErrorTestEqual):
(descendingErrorTestGreaterThan.request.onsuccess):
(descendingErrorTestGreaterThan):
(descendingErrorTestEqual.request.onsuccess):
(descendingErrorTestEqual):
(onTransactionComplete):
* storage/indexeddb/resources/cursor-update.js:
(keyCursor):
* storage/indexeddb/resources/database-basics.js:
(testClose):
* storage/indexeddb/resources/database-quota.js:
(logError):
* storage/indexeddb/resources/deleteIndex.js:
(twiddleIndexes):
(postTwiddling):
* storage/indexeddb/resources/factory-cmp.js:
(testValidKeys):
(testInvalidKeys):
* storage/indexeddb/resources/get-keyrange.js:
(getNullTest):
* storage/indexeddb/resources/index-basics.js:
(index3Count):
* storage/indexeddb/resources/index-count.js:
* storage/indexeddb/resources/index-unique.js:
(addMoreDataFailed):
* storage/indexeddb/resources/invalid-keys.js:
* storage/indexeddb/resources/key-generator.js:
* storage/indexeddb/resources/key-type-array.js:
(testDepthLimits):
* storage/indexeddb/resources/keypath-edges.js:
* storage/indexeddb/resources/keyrange.js:
(test):
* storage/indexeddb/resources/objectstore-autoincrement.js:
(getAbrahamSuccess):
* storage/indexeddb/resources/objectstore-basics.js:
(setVersionSuccess):
(createIndex):
(addAgainFailure):
(removeSuccessButNotThere):
(testPreConditions.request.onsuccess):
(testPreConditions):
* storage/indexeddb/resources/objectstore-count.js:
* storage/indexeddb/resources/open-cursor.js:
(cursorWithKeySuccess):
(cursorSuccess):
* storage/indexeddb/resources/readonly.js:
(openSuccess):
* storage/indexeddb/resources/set_version_queue.js:
(connectionError):
* storage/indexeddb/resources/shared.js:
(unexpectedErrorCallback):
(evalAndExpectException):
* storage/indexeddb/resources/transaction-abort-workers.js:
(transactionAborted):
(transactionCompleted):
(timeoutTest.transaction.onabort):
(timeoutTest):
(errorTransactionAborted):
* storage/indexeddb/resources/transaction-abort.js:
(firstAdd):
(secondAdd):
(transactionAborted):
* storage/indexeddb/resources/transaction-after-close.js:
(firstTransactionComplete):
* storage/indexeddb/resources/transaction-and-objectstore-calls.js:
(created):
(afterComplete):
* storage/indexeddb/resources/transaction-basics.js:
(testInactiveAbortedTransaction):
(testInactiveCompletedTransaction):
(testInvalidMode):
* storage/indexeddb/resources/transaction-read-only.js:
(setVersionDone):
(gotCursor):
* storage/indexeddb/set_version_queue-expected.txt:
* storage/indexeddb/transaction-abort-expected.txt:
* storage/indexeddb/transaction-abort-workers-expected.txt:
* storage/indexeddb/transaction-after-close-expected.txt:
* storage/indexeddb/transaction-and-objectstore-calls-expected.txt:
* storage/indexeddb/transaction-basics-expected.txt:
* storage/indexeddb/transaction-read-only-expected.txt:
2012-05-30 Emil A Eklund <eae@chromium.org>
Unreviewed chromium mac rebaseline for changes in r118978.
* platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.png:
* platform/chromium-mac/fast/backgrounds/background-position-parsing-expected.txt:
* platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png:
* platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/chromium/test_expectations.txt:
2012-05-30 Emil A Eklund <eae@chromium.org>
Floats wraps incorrectly when top edge has subpixel precision
https://bugs.webkit.org/show_bug.cgi?id=87688
Reviewed by Levi Weintraub.
When computing the logical left and right offsets for a float we
incorrectly floored the logical top when passing it to the float search
adapter. This caused it to return incorrect values where the floored and
pixel snapped values are not the same.
* fast/sub-pixel/float-wrap-with-subpixel-top-expected.html: Added.
* fast/sub-pixel/float-wrap-with-subpixel-top.html: Added.
* platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.png:
* platform/chromium-linux/fast/backgrounds/background-position-parsing-expected.txt:
* platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
* platform/chromium/test_expectations.txt:
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-05-30 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's DRT should print the number of MessagePorts for new each new intent
https://bugs.webkit.org/show_bug.cgi?id=86841
Reviewed by Adam Barth.
Unskip the test case which requires the DumpRenderTree to print out
the number of MessagePorts for each new intent.
* platform/efl/test_expectations.txt:
2012-05-30 Emil A Eklund <eae@chromium.org>
Inline blocks with margin wrap incorrectly with subpixel layout turned on
https://bugs.webkit.org/show_bug.cgi?id=87897
Reviewed by Levi Weintraub.
Add test for inline blocks with a subpixel margin. Marked as skipped on
all platforms but chromium as subpixel layout has not yet been enabled
for any other platform.
* fast/sub-pixel/inline-block-with-margin-expected.html: Added.
* fast/sub-pixel/inline-block-with-margin.html: Added.
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Qt][GTK][Mac][Win] New plugins/npruntime/delete-plugin-within-* tests introduced in r117012
fail/crash
https://bugs.webkit.org/show_bug.cgi?id=86443
Skip these tests on Windows because they crash.
* platform/win/Skipped:
2012-05-30 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unreviewed gardening in fast/transforms.
Unskip passing tests that just needed baselines and update the
PNGs for a few ones which were already passing.
* platform/efl/Skipped:
* platform/efl/fast/transforms/bounding-rect-zoom-expected.png:
* platform/efl/fast/transforms/diamond-expected.png:
* platform/efl/fast/transforms/identity-matrix-expected.png:
* platform/efl/fast/transforms/overflow-with-transform-expected.png:
* platform/efl/fast/transforms/rotated-transform-affects-scrolling-1-expected.png:
* platform/efl/fast/transforms/rotated-transform-affects-scrolling-2-expected.png:
* platform/efl/fast/transforms/skew-with-unitless-zero-expected.png:
* platform/efl/fast/transforms/transform-on-inline-expected.png:
* platform/efl/fast/transforms/transform-positioned-ancestor-expected.png:
* platform/efl/fast/transforms/transform-table-row-expected.png:
* platform/efl/fast/transforms/transformed-caret-expected.png:
* platform/efl/fast/transforms/transformed-caret-expected.txt:
* platform/efl/fast/transforms/transformed-focused-text-input-expected.png:
* platform/efl/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/efl/fast/transforms/transforms-with-opacity-expected.png:
2012-05-30 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unreviewed gardening in fast/parser.
Unskip a passing test that just needed a baseline and update the
PNGs for a few ones which were already passing.
* platform/efl/Skipped:
* platform/efl/fast/parser/001-expected.png:
* platform/efl/fast/parser/bad-xml-slash-expected.png:
* platform/efl/fast/parser/broken-comments-vs-parsing-mode-expected.png:
* platform/efl/fast/parser/document-write-option-expected.png:
* platform/efl/fast/parser/entity-comment-in-style-expected.png:
* platform/efl/fast/parser/entity-comment-in-style-expected.txt:
* platform/efl/fast/parser/entity-comment-in-textarea-expected.png:
* platform/efl/fast/parser/fonts-expected.png:
* platform/efl/fast/parser/nofoo-tags-inside-paragraph-expected.png:
* platform/efl/fast/parser/open-comment-in-style-expected.png:
* platform/efl/fast/parser/open-comment-in-textarea-expected.png:
* platform/efl/fast/parser/title-error-test-expected.png:
* platform/efl/fast/parser/xhtml-alternate-entities-expected.png:
* platform/efl/test_expectations.txt:
2012-05-30 Tony Chang <tony@chromium.org>
rename flexbox css values from justify and distribute to space-between and space-around
https://bugs.webkit.org/show_bug.cgi?id=87867
Reviewed by Ojan Vafai.
* css3/flexbox/columns-auto-size.html:
* css3/flexbox/css-properties-expected.txt:
* css3/flexbox/css-properties.html:
* css3/flexbox/flex-pack.html:
* css3/flexbox/multiline-line-pack-horizontal-column-expected.txt:
* css3/flexbox/multiline-line-pack-horizontal-column.html:
* css3/flexbox/multiline-line-pack.html:
* css3/flexbox/multiline-pack-expected.txt:
* css3/flexbox/multiline-pack.html:
* css3/flexbox/position-absolute-child.html:
* css3/flexbox/true-centering.html:
2012-05-30 Rafael Weinstein <rafaelw@chromium.org>
[Chromium] rebaseline fast/dom/Window/mozilla-focus-blur.html
* platform/chromium/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Win] Many editing tests failing
https://bugs.webkit.org/show_bug.cgi?id=87890
Add/updated expected (failing?) results for Windows editing tests.
* platform/win/editing/deleting/delete-start-block-expected.txt: Added.
* platform/win/editing/deleting/regional-indicators-expected.txt: Added.
* platform/win/editing/input: Added.
* platform/win/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Added.
* platform/win/editing/input/reveal-caret-of-multiline-input-expected.txt: Added.
* platform/win/editing/input/scroll-to-edge-if-line-break-at-end-of-document-contenteditable-expected.txt: Added.
* platform/win/editing/selection/caret-ltr-right-expected.txt:
* platform/win/editing/selection/caret-rtl-2-left-expected.txt:
* platform/win/editing/selection/caret-rtl-right-expected.txt:
* platform/win/editing/selection/select-from-textfield-outwards-expected.txt:
* platform/win/editing/selection/transformed-selection-rects-expected.txt:
* platform/win/editing/spelling/grammar-paste-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-async-mutation-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-queue-expected.txt: Added.
* platform/win/editing/spelling/spellcheck-sequencenum-expected.txt: Added.
2012-05-29 Adrienne Walker <enne@google.com>
Transformed fixed position layers have an incorrect overlap map entry
https://bugs.webkit.org/show_bug.cgi?id=64201
Reviewed by Darin Adler.
Add a test for a layer with both fixed position and a transform to
verify that this is considered as fixed position with respect to the
root.
Also, add a test with a child layer with fixed position and a parent
with a transform to verify that the child is not considered as fixed
position with respect to the root.
* compositing/layer-creation/fixed-position-and-transform-expected.png: Added.
* compositing/layer-creation/fixed-position-and-transform-expected.txt: Added.
* compositing/layer-creation/fixed-position-and-transform.html: Added.
* compositing/layer-creation/fixed-position-under-transform-expected.png: Added.
* compositing/layer-creation/fixed-position-under-transform-expected.txt: Added.
* compositing/layer-creation/fixed-position-under-transform.html: Added.
2012-05-30 Oliver Hunt <oliver@apple.com>
DFG does not correctly handle exceptions caught in the LLInt
https://bugs.webkit.org/show_bug.cgi?id=87885
Reviewed by Filip Pizlo.
Pile of code to convince the DFG to throw an exception that ends up being caught
in the LLInt
* fast/js/exception-propagate-from-dfg-to-llint-expected.txt: Added.
* fast/js/exception-propagate-from-dfg-to-llint.html: Added.
* fast/js/script-tests/exception-propagate-from-dfg-to-llint.js: Added.
(o.toString):
(h):
(g):
(f1):
(f2):
2012-05-30 Ulan Degenbaev <ulan@chromium.org>
[v8] Crash after redefining setter on typed array to a number
https://bugs.webkit.org/show_bug.cgi?id=87862
Reviewed by Kenneth Russell.
Remove calls to typed array set() method from C++.
Store the copying script as a hidden property of a typed array prototype.
* fast/canvas/webgl/array-override-set-expected.txt: Added.
* fast/canvas/webgl/array-override-set.html: Added.
2012-05-30 Stephen Chenney <schenney@chromium.org>
http/tests/cache/subresource-expiration-2.html is slow on Linux
Unreviewed Chromium test expectations expansion.
* platform/chromium/test_expectations.txt:
2012-05-30 Tim Horton <timothy_horton@apple.com>
fast/dom/Window/mozilla-focus-blur.html is failing on Mac
https://bugs.webkit.org/show_bug.cgi?id=87884
<rdar://problem/11558864>
Unreviewed failing baselines after http://trac.webkit.org/changeset/118916.
* platform/mac/fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
2012-05-30 Stephen Chenney <schenney@chromium.org>
Layout Test perf/mouse-event.html is flaky on Linux
https://bugs.webkit.org/show_bug.cgi?id=87886
Unreviewed Chromium expectations update for perf/mouse-event.html
* platform/chromium/test_expectations.txt:
2012-05-30 Stephen Chenney <schenney@chromium.org>
Unreviewed Chromium expectations update for http/tests/media/media-source/video-media-source-errors.html
* platform/chromium/test_expectations.txt:
2012-05-30 Alexey Proskuryakov <ap@apple.com>
* platform/wk2/Skipped: Skipping newly added file-last-modified-after-delete.html,
because WTR doesn't implement beginDragWithFiles.
2012-05-30 Shinya Kawanaka <shinyak@chromium.org>
comparePositions in htmlediting should consider nested Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=87623
Reviewed by Ryosuke Niwa.
* editing/shadow/compare-positions-in-nested-shadow-expected.txt: Added.
* editing/shadow/compare-positions-in-nested-shadow.html: Added.
2012-05-30 Erik Arvidsson <arv@chromium.org>
[V8] Clean up V8LazyEventListener to use one less function call
https://bugs.webkit.org/show_bug.cgi?id=87785
Reviewed by Kentaro Hara.
Instead of relying on 'arguments' we rely on 'this'. 'this' cannot be intercepted by a
with-statement so it is safe to use that to bind the context objects. This allows us to
remove one layer of function indirection in the generated code.
* platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt:
2012-05-30 Stephen Chenney <schenney@chromium.org>
Unreviewed Chromium test expectations for fast/layers/scroll-with-transform-composited-layer.html
* platform/chromium/test_expectations.txt:
2012-05-30 Xueqing Huang <huangxueqing@baidu.com>
The tests listed in win/Skipped should be removed after this change, but some of these need to rebaseline in Windows, we do that in bug#87610.
https://bugs.webkit.org/show_bug.cgi?id=86296
Reviewed by Tony Chang.
* platform/win/Skipped:
2012-05-30 Alexey Proskuryakov <ap@apple.com>
* fast/files/read-blob-async-expected.txt: Updating results to what Mac WK1 bot sees
(two additional "result: null" lines).
2012-05-30 David Barton <dbarton@mathscribe.com>
mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
https://bugs.webkit.org/show_bug.cgi?id=86786
Somehow these weren't included in r118935.
Unreviewed gardening.
* platform/mac-lion/Skipped:
* platform/mac/Skipped:
2012-05-30 Stephen Chenney <schenney@chromium.org>
Unreviewed Chromium test expectations update.
tex-image-with-format-and-type.html
tex-image-with-format-and-type.html
formaction-attribute.html
terminate-during-sync-operation.html
* platform/chromium/test_expectations.txt:
2012-05-30 Marcelo Lira <marcelo.lira@openbossa.org>
WebKit2: Implement layoutTestController.setPluginsEnabled() in WebKitTestRunner.
https://bugs.webkit.org/show_bug.cgi?id=58593
Unskip passing tests.
Reviewed by Darin Adler.
* platform/wk2/Skipped:
2012-05-30 Rafael Weinstein <rafaelw@chromium.org>
Updating test expectations (css3/filters/custom-filter-property-computed-style,
fast/frames/cached-frame-counter).
* platform/chromium/test_expectations.txt:
2012-05-30 David Barton <dbarton@mathscribe.com>
mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
https://bugs.webkit.org/show_bug.cgi?id=86786
The test result files below contain slightly improved metrics (usually by a single
pixel) and some other very minor (visually undetectable) pixel changes. To be honest,
I'm not sure what caused all these changes, since a lot of mathml tests have been
skipped or failing for a while. The small metric improvements were not caused by changes
in mathml code - perhaps LayoutUnit rounding or other 1-pixel corrections in logical
width code? At any rate, I'd like to rebaseline these tests, and unskip them and other
mathml tests.
Unreviewed rebaselining/gardening.
* platform/mac-lion/Skipped:
* platform/mac/Skipped:
* platform/mac/mathml/presentation/attributes-expected.png:
* platform/mac/mathml/presentation/fenced-mi-expected.png:
* platform/mac/mathml/presentation/fractions-expected.png:
* platform/mac/mathml/presentation/fractions-expected.txt:
* platform/mac/mathml/presentation/fractions-vertical-alignment-expected.png:
* platform/mac/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/mac/mathml/presentation/mo-stretch-expected.png:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/roots-expected.png:
* platform/mac/mathml/presentation/subsup-expected.png:
* platform/mac/mathml/presentation/subsup-expected.txt:
2012-05-30 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] http/tests/navigation/new-window-redirect-history.html does not pass
https://bugs.webkit.org/show_bug.cgi?id=87848
Reviewed by Csaba Osztrogonác.
* platform/efl/Skipped: Unskipped http/tests/navigation/new-window-redirect-history.html.
2012-05-30 Sergio Villar Senin <svillar@igalia.com>
Unreviewed, removed some tests from the test_expectations file as
they have been regularly passing in the 3 GTK bots for some time.
* platform/gtk/test_expectations.txt:
2012-05-30 Jessie Berlin <jberlin@apple.com>
[Win] REGRESSION(r118018) fast/js/names.html failing due to JavaScriptExperiments not being
enabled on Windows
https://bugs.webkit.org/show_bug.cgi?id=87858
Skip the test on Windows to get the bots greener.
* platform/win/Skipped:
2012-05-30 Jessie Berlin <jberlin@apple.com>
More Windows test cleanup.
Update the Skipped list and tests for features turned on/off on Windows.
* platform/win/Skipped:
* platform/win/fast/dom/constructed-objects-prototypes-expected.txt: Added.
* platform/win/fast/js/global-constructors-expected.txt:
2012-05-30 Kinuko Yasuda <kinuko@chromium.org>
File.lastModifiedDate must return null if the modified time info is not available
https://bugs.webkit.org/show_bug.cgi?id=87709
Reviewed by Kentaro Hara.
* http/tests/local/fileapi/file-last-modified-after-delete-expected.txt: Added.
* http/tests/local/fileapi/file-last-modified-after-delete.html: Added.
* http/tests/local/fileapi/resources/temp-file-utils.js: Added.
* http/tests/local/fileapi/script-tests/file-last-modified-after-delete.js: Added.
* http/tests/local/fileapi/script-tests/send-sliced-dragged-file.js: Factored out common temp-file related functions into temp-file-utils.js.
* http/tests/local/fileapi/send-sliced-dragged-file.html:
2012-05-30 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] EFL's DRT needs "postProgressFinishedNotification" message
https://bugs.webkit.org/show_bug.cgi?id=87833
Reviewed by Tor Arne Vestbø.
* platform/efl/Skipped: Unskipped http/tests/loading/progress-finished-callback.html.
2012-05-30 Stephen Chenney <schenney@chromium.org>
[Chromium] Layout Test http/tests/media/media-source/webm/video-media-source-*.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=85952
Unreviewed Chromium expectations update to broaden expectations.
* platform/chromium/test_expectations.txt:
2012-05-30 Jochen Eisinger <jochen@chromium.org>
Match Firefox restrictions to window.blur and window.focus
https://bugs.webkit.org/show_bug.cgi?id=86969
Reviewed by Adam Barth.
* fast/dom/HTMLDocument/hasFocus.html:
* fast/dom/Window/mozilla-focus-blur-expected.txt: Added.
* fast/dom/Window/mozilla-focus-blur.html: Added.
* fast/notifications/notifications-click-event-focus-expected.txt: Added.
* fast/notifications/notifications-click-event-focus.html: Added.
2012-05-30 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, updating platform-specific baselines after r118902.
* platform/gtk/fast/js/global-constructors-expected.txt:
2012-05-30 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Gardening. Shadow DOM is disabled on Qt.
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped: Skip fast/dom/shadow/shadow-element.html.
2012-05-30 David Barr <davidbarr@chromium.org>
Update test expectations for tests duplicated in Skipped
https://bugs.webkit.org/show_bug.cgi?id=87822
Unreviewed gardening; updating test expectations.
* platform/mac/Skipped:
* platform/mac/test_expectations.txt:
* platform/qt/Skipped:
* platform/qt/test_expectations.txt:
* platform/qt-5.0-wk1/Skipped:
* platform/qt-mac/Skipped:
2012-05-30 David Barr <davidbarr@chromium.org>
[GTK] Update test expectations after r118841.
https://bugs.webkit.org/show_bug.cgi?id=87827
Unreviewed gardening; updating test expectations
* platform/gtk/test_expectations.txt:
2012-05-30 MORITA Hajime <morrita@google.com>
[Shadow DOM] HTMLContentElement and HTMLShadowElement constructors should be visible.
https://bugs.webkit.org/show_bug.cgi?id=87818
Added constructor checks.
Reviewed by Kentaro Hara.
* fast/dom/shadow/content-element-api-expected.txt:
* fast/dom/shadow/content-element-api.html:
* fast/dom/shadow/shadow-element-expected.txt:
* fast/dom/shadow/shadow-element.html:
2012-05-30 Mike Lawther <mikelawther@chromium.org>
CSS3 calc: Implement CSSOM support
https://bugs.webkit.org/show_bug.cgi?id=84551
Reviewed by Ryosuke Niwa.
* css3/calc/cssom-expected.txt: Added.
* css3/calc/cssom.html: Added.
2012-05-29 Li Yin <li.yin@intel.com>
[FileAPI] The result attribute of FileReader shuold use null to replace empty string
https://bugs.webkit.org/show_bug.cgi?id=87578
Reviewed by Jian Li.
Spec: http://www.w3.org/TR/FileAPI/#dfn-result
If the readyState is EMPTY (no read method has been called) or an error in
reading the File or Blob has occurred (using any read method), then the result
attribute MUST return null.
Currently, webkit return empty string, not null.
* fast/files/read-file-async-expected.txt:
* fast/files/resources/read-common.js:
(logResult):
(loadFailed):
* fast/files/resources/read-file-test-cases.js:
(testReadAgainAfterFailedReadStep1):
* fast/files/workers/worker-read-file-async-expected.txt:
2012-05-29 Kent Tamura <tkent@chromium.org>
[Chromium] Test expectation update.
Rebaseline for placeholder-related tests.
* platform/chromium-linux/fast/forms/date/date-appearance-expected.txt:
* platform/chromium-linux/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/chromium-linux/fast/forms/placeholder-position-expected.png:
* platform/chromium-linux/fast/forms/search-styled-expected.txt:
* platform/chromium-linux/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac-leopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Removed.
* platform/chromium-mac/fast/css/text-overflow-input-expected.png:
* platform/chromium-mac/fast/forms/date/date-appearance-expected.txt:
* platform/chromium-mac/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/chromium-mac/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
* platform/chromium-win/fast/css/text-overflow-input-expected.txt:
* platform/chromium-win/fast/forms/date/date-appearance-expected.txt:
* platform/chromium-win/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/chromium-win/fast/forms/placeholder-position-expected.txt:
* platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/chromium-win/fast/forms/search-styled-expected.txt:
* platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/chromium-win/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium/test_expectations.txt:
2012-05-29 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r111497): The "option" element doesn't match CSS pseudo class :enabled
https://bugs.webkit.org/show_bug.cgi?id=87719
Reviewed by Kent Tamura.
* platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Updated. Text color of option element is bule from CSS pseudo class option:enabled.
* platform/chromium/test_expectations.txt: Update comment.
2012-05-29 Hayato Ito <hayato@chromium.org>
Refactor shadow-dom-event-dispatching.html.
https://bugs.webkit.org/show_bug.cgi?id=87626
Reviewed by Dimitri Glazkov.
There are badly named functions in shadow-dom-event-dispatching.html.
e.g. prepareDOMTree1, prepareDOMTree2 and so on.
That should have better namings which make the intention of each test clear.
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-05-29 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening after r118845 and r118851.
Apparently some baselines were not updated as expected, fixing
that now.
* platform/efl/fast/ruby/ruby-text-before-after-content-expected.png: Added.
* platform/efl/fast/ruby/ruby-text-before-after-content-expected.txt:
* platform/efl/fast/selectors/166-expected.png:
* platform/efl/fast/selectors/166-expected.txt:
* platform/efl/fast/selectors/unqualified-hover-strict-expected.png:
* platform/efl/fast/selectors/unqualified-hover-strict-expected.txt: Added.
* platform/efl/svg/batik/text/textAnchor-expected.txt:
* platform/efl/svg/batik/text/textOnPath3-expected.txt:
* platform/efl/svg/batik/text/verticalTextOnPath-expected.txt:
* platform/efl/svg/carto.net/tabgroup-expected.txt:
* platform/efl/transitions/cross-fade-background-image-expected.txt: Added.
* platform/efl/transitions/cross-fade-border-image-expected.txt: Added.
2012-05-29 Christophe Dumez <christophe.dumez@intel.com>
Some Content Security Policy console messages are missing line numbers in JSC
https://bugs.webkit.org/show_bug.cgi?id=87558
Reviewed by Adam Barth.
Remove Mac/EFL/GTK/Qt-specific expectations for Content Security Policy
tests now that the line numbers are correctly printed.
* platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
* platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
* platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
* platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
* platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
* platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
* platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Removed.
* platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Removed.
2012-05-29 Filip Pizlo <fpizlo@apple.com>
DFG should keep captured variables alive until the (inline) return.
https://bugs.webkit.org/show_bug.cgi?id=87205
Reviewed by Gavin Barraclough.
* fast/js/dfg-inline-arguments-osr-exit-and-capture-expected.txt: Added.
* fast/js/dfg-inline-arguments-osr-exit-and-capture.html: Added.
* fast/js/script-tests/dfg-inline-arguments-osr-exit-and-capture.js: Added.
(foo):
(bar):
(baz):
2012-05-29 Alexis Menard <alexis.menard@openbossa.org>
[CSS3 Backgrounds and Borders] Implement box-decoration-break parsing.
https://bugs.webkit.org/show_bug.cgi?id=87678
Reviewed by Eric Seidel.
Add a new test to cover the parsing part of the new css property. Also rebase the
existing tests which are listing the css properties of the style.
* fast/box-decoration-break/box-decoration-break-parsing-expected.txt: Added.
* fast/box-decoration-break/box-decoration-break-parsing.html: Added.
* fast/css/getComputedStyle/computed-style-expected.txt:
* fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-linux-x86/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-linux/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac-leopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac-snowleopard/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-vista/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win-xp/svg/css/getComputedStyle-basic-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
* platform/gtk/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/gtk/svg/css/getComputedStyle-basic-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/mac/svg/css/getComputedStyle-basic-expected.txt:
* platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* platform/qt/svg/css/getComputedStyle-basic-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
* svg/css/getComputedStyle-basic-expected.txt:
2012-05-29 David Barr <davidbarr@chromium.org>
[text-overflow: ellipsis] WebKit should ignore the ellipsis for the purpose of dispatching mouse events
https://bugs.webkit.org/show_bug.cgi?id=63781
Reviewed by Eric Seidel.
* fast/css/text-overflow-ellipsis-hit-test-expected.txt: Added.
* fast/css/text-overflow-ellipsis-hit-test.html: Added.
2012-05-29 Jessie Berlin <jberlin@apple.com>
<progress> element is unsupported on Windows
https://bugs.webkit.org/show_bug.cgi?id=49769
Add platform-specific results for tests that use the progress element on Windows.
* platform/win/fast/forms/label: Added.
* platform/win/fast/forms/label/labelable-elements-expected.txt: Added.
* platform/win/fast/forms/label/labels-add-htmlFor-label-expected.txt: Added.
* platform/win/fast/forms/label/labels-add-parent-label-expected.txt: Added.
* platform/win/fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Added.
* platform/win/fast/forms/label/labels-multiple-sibling-labels-expected.txt: Added.
* platform/win/fast/forms/label/labels-parent-and-sibling-labels-expected.txt: Added.
* platform/win/fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Added.
* platform/win/fast/forms/label/labels-remove-htmlFor-label-expected.txt: Added.
* platform/win/fast/forms/label/labels-remove-parent-label-expected.txt: Added.
* platform/win/fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Added.
2012-05-29 Rafael Weinstein <rafaelw@chromium.org>
Updating test expectation (media/track/track-cues-missed CRASH).
* platform/chromium/test_expectations.txt:
2012-05-29 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unreviewed gardening.
Unskip a lot of fast/selectors tests which were really passing all
the time, they just needed updated baselines after the jhbuild and
font commits.
* platform/efl/Skipped:
* platform/efl/fast/selectors/001-expected.png:
* platform/efl/fast/selectors/002-expected.png:
* platform/efl/fast/selectors/003-expected.png:
* platform/efl/fast/selectors/004-expected.png:
* platform/efl/fast/selectors/005-expected.png:
* platform/efl/fast/selectors/006-expected.png:
* platform/efl/fast/selectors/007a-expected.png:
* platform/efl/fast/selectors/007b-expected.png:
* platform/efl/fast/selectors/008-expected.png:
* platform/efl/fast/selectors/009-expected.png:
* platform/efl/fast/selectors/010-expected.png:
* platform/efl/fast/selectors/011-expected.png:
* platform/efl/fast/selectors/012-expected.png:
* platform/efl/fast/selectors/013-expected.png:
* platform/efl/fast/selectors/014-expected.png:
* platform/efl/fast/selectors/015-expected.png:
* platform/efl/fast/selectors/018-expected.png:
* platform/efl/fast/selectors/018b-expected.png:
* platform/efl/fast/selectors/021-expected.png:
* platform/efl/fast/selectors/021b-expected.png:
* platform/efl/fast/selectors/032-expected.png:
* platform/efl/fast/selectors/034-expected.png:
* platform/efl/fast/selectors/038-expected.png:
* platform/efl/fast/selectors/040-expected.png:
* platform/efl/fast/selectors/043-expected.png:
* platform/efl/fast/selectors/043b-expected.png:
* platform/efl/fast/selectors/044-expected.png:
* platform/efl/fast/selectors/044b-expected.png:
* platform/efl/fast/selectors/044c-expected.png:
* platform/efl/fast/selectors/044d-expected.png:
* platform/efl/fast/selectors/045-expected.png:
* platform/efl/fast/selectors/045b-expected.png:
* platform/efl/fast/selectors/045c-expected.png:
* platform/efl/fast/selectors/046-expected.png:
* platform/efl/fast/selectors/054-expected.png:
* platform/efl/fast/selectors/056-expected.png:
* platform/efl/fast/selectors/058-expected.png:
* platform/efl/fast/selectors/059-expected.png:
* platform/efl/fast/selectors/060-expected.png:
* platform/efl/fast/selectors/061-expected.png:
* platform/efl/fast/selectors/063-expected.png:
* platform/efl/fast/selectors/064-expected.png:
* platform/efl/fast/selectors/066-expected.png:
* platform/efl/fast/selectors/066b-expected.png:
* platform/efl/fast/selectors/072-expected.png:
* platform/efl/fast/selectors/072b-expected.png:
* platform/efl/fast/selectors/077-expected.png:
* platform/efl/fast/selectors/077b-expected.png:
* platform/efl/fast/selectors/078b-expected.png:
* platform/efl/fast/selectors/083-expected.png:
* platform/efl/fast/selectors/087b-expected.png:
* platform/efl/fast/selectors/090b-expected.png:
* platform/efl/fast/selectors/154-expected.png:
* platform/efl/fast/selectors/155-expected.png:
* platform/efl/fast/selectors/155a-expected.png:
* platform/efl/fast/selectors/155b-expected.png:
* platform/efl/fast/selectors/155c-expected.png:
* platform/efl/fast/selectors/155d-expected.png:
* platform/efl/fast/selectors/156b-expected.png:
* platform/efl/fast/selectors/157-expected.png:
* platform/efl/fast/selectors/158-expected.png:
* platform/efl/fast/selectors/160-expected.png:
* platform/efl/fast/selectors/168-expected.png:
* platform/efl/fast/selectors/168a-expected.png:
* platform/efl/fast/selectors/169-expected.png:
* platform/efl/fast/selectors/169a-expected.png:
* platform/efl/fast/selectors/lang-inheritance-expected.png:
* platform/efl/fast/selectors/lang-inheritance2-expected.png:
* platform/efl/fast/selectors/lang-vs-xml-lang-expected.png:
* platform/efl/fast/selectors/lang-vs-xml-lang-xhtml-expected.png:
* platform/efl/fast/selectors/visited-descendant-expected.png:
2012-05-29 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Unreviewed gardening.
House cleaning on Skipped: remove tests which do not exist, unskip
some which are passing and add expectations for some which were
lacking them.
* platform/efl/Skipped:
* platform/efl/editing/selection/fake-doubleclick-expected.png: Added.
* platform/efl/editing/selection/fake-doubleclick-expected.txt: Added.
* platform/efl/fast/borders/border-image-slice-constrained-expected.png: Added.
* platform/efl/fast/borders/border-image-slice-constrained-expected.txt: Added.
* platform/efl/fast/borders/border-mixed-alpha-expected.png: Added.
* platform/efl/fast/borders/borderRadiusArcs01-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusDouble01-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusDouble02-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusDouble03-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusGroove01-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusGroove02-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusInset01-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusOutset01-expected.txt: Added.
* platform/efl/fast/borders/borderRadiusRidge01-expected.txt: Added.
* platform/efl/fast/borders/scaled-border-image-expected.png: Added.
* platform/efl/fast/borders/scaled-border-image-expected.txt: Added.
* platform/efl/fast/forms/input-appearance-disabled-expected.png: Added.
* platform/efl/fast/forms/input-appearance-disabled-expected.txt: Added.
* platform/efl/fast/forms/input-appearance-readonly-expected.png: Added.
* platform/efl/fast/forms/input-appearance-readonly-expected.txt: Added.
* platform/efl/fast/forms/input-placeholder-visibility-3-expected.png: Added.
* platform/efl/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.png: Added.
* platform/efl/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
* platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.png: Added.
* platform/efl/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
* platform/efl/fast/forms/textarea-scrollbar-expected.png: Added.
* platform/efl/fast/forms/textarea-scrollbar-expected.txt: Added.
* platform/efl/fast/line-grid/line-grid-floating-expected.png: Added.
* platform/efl/fast/line-grid/line-grid-floating-expected.txt: Added.
* platform/efl/fast/line-grid/line-grid-inside-columns-expected.png: Added.
* platform/efl/fast/line-grid/line-grid-inside-columns-expected.txt: Added.
* platform/efl/fast/line-grid/line-grid-into-floats-expected.png: Added.
* platform/efl/fast/line-grid/line-grid-into-floats-expected.txt: Added.
* platform/efl/fast/line-grid/line-grid-positioned-expected.png: Added.
* platform/efl/fast/line-grid/line-grid-positioned-expected.txt: Added.
* platform/efl/fast/repaint/4774354-expected.png: Added.
* platform/efl/fast/repaint/4774354-expected.txt: Added.
* platform/efl/fast/repaint/4776765-expected.png: Added.
* platform/efl/fast/repaint/4776765-expected.txt: Added.
* platform/efl/fast/repaint/delete-into-nested-block-expected.png: Added.
* platform/efl/fast/repaint/delete-into-nested-block-expected.txt: Added.
* platform/efl/fast/repaint/inline-outline-repaint-expected.png: Added.
* platform/efl/fast/repaint/inline-outline-repaint-expected.txt: Added.
* platform/efl/fast/repaint/selection-after-delete-expected.png: Added.
* platform/efl/fast/repaint/selection-after-delete-expected.txt: Added.
* platform/efl/fast/selectors/159-expected.png: Added.
* platform/efl/fast/selectors/159-expected.txt: Added.
* platform/efl/fast/selectors/177a-expected.png: Added.
* platform/efl/fast/selectors/177a-expected.txt: Added.
* platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.png: Added.
* platform/efl/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt: Added.
* platform/efl/fast/table/colspanMinWidth-vertical-expected.png:
* platform/efl/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/efl/fast/text/delete-hard-break-character-expected.png: Added.
* platform/efl/fast/text/delete-hard-break-character-expected.txt: Added.
* platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.png: Added.
* platform/efl/fast/writing-mode/japanese-ruby-horizontal-bt-expected.txt: Added.
* platform/efl/mathml/presentation/roots-expected.png: Added.
* platform/efl/mathml/presentation/roots-expected.txt: Added.
* platform/efl/mathml/presentation/row-alignment-expected.png: Added.
* platform/efl/mathml/presentation/row-alignment-expected.txt: Added.
* platform/efl/media/controls-styling-expected.png: Added.
* platform/efl/media/controls-styling-expected.txt: Added.
* platform/efl/svg/batik/text/textAnchor-expected.png: Added.
* platform/efl/svg/batik/text/textOnPath3-expected.png: Added.
* platform/efl/svg/batik/text/verticalTextOnPath-expected.png: Added.
* platform/efl/svg/carto.net/tabgroup-expected.png: Added.
* platform/efl/transitions/cross-fade-background-image-expected.png: Added.
* platform/efl/transitions/cross-fade-border-image-expected.png: Added.
* platform/efl/transitions/default-timing-function-expected.png:
* platform/efl/transitions/default-timing-function-expected.txt:
* platform/efl/transitions/move-after-transition-expected.png:
* platform/efl/transitions/move-after-transition-expected.txt:
* platform/efl/transitions/svg-text-shadow-transition-expected.png:
* platform/efl/transitions/svg-text-shadow-transition-expected.txt:
2012-05-29 Rafael Weinstein <rafaelw@chromium.org>
Updating test expectations (fast/forms/form-associated-element-removal MISSING).
* platform/chromium/test_expectations.txt:
2012-05-29 Victor Carbune <victor@rosedu.org>
Display cues in the controls area
https://bugs.webkit.org/show_bug.cgi?id=87591
Reviewed by Eric Carlson.
* media/media-volume-slider-rendered-normal-expected.txt: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none-expected.txt.
* media/media-volume-slider-rendered-normal.html: Renamed from LayoutTests/media/video-controls-rendering-toggle-display-none.html.
* platform/chromium/test_expectations.txt: Unmarked tests.
* platform/efl/test_expectations.txt: Unmarked tests.
* platform/mac/test_expectations.txt: Unmarked tests.
2012-05-29 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening. Unskip passing test.
* platform/efl/Skipped:
* platform/efl/editing/input/emacs-ctrl-o-expected.png: Added.
* platform/efl/editing/input/emacs-ctrl-o-expected.txt: Added.
2012-05-29 Alec Flett <alecflett@chromium.org>
IndexedDB: Align codes and names for IDB-specific and DOM-specific errors/exceptions
https://bugs.webkit.org/show_bug.cgi?id=87276
Reviewed by Tony Chang.
* storage/indexeddb/constants-expected.txt:
* storage/indexeddb/resources/constants.js:
(test):
2012-05-29 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip new failing tests
because of missing LayoutTestController implementation.
* platform/qt/Skipped:
2012-05-29 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Unskip scroll related layout tests
https://bugs.webkit.org/show_bug.cgi?id=87765
Unreviewed EFL gardening.
* platform/efl/Skipped:
2012-05-29 Jessie Berlin <jberlin@apple.com>
AX: windows DRT needs to implement ::press
https://bugs.webkit.org/show_bug.cgi?id=36145
Add more tests that use press to the Windows Skipped list.
* platform/win/Skipped:
2012-05-29 Alexey Proskuryakov <ap@apple.com>
fast/events/message-port-close.html hits ASSERT in Debug
https://bugs.webkit.org/show_bug.cgi?id=85811
* platform/mac/Skipped: I think that it's just this one test with a delayed effect. Skipping
it, and unskipping a victim.
2012-05-29 Rafael Weinstein <rafaelw@chromium.org>
Updating chromium test_expectations (svg/dom/viewspec-parser timeouts)
* platform/chromium/test_expectations.txt:
2012-05-29 Jessie Berlin <jberlin@apple.com>
JSC doesn't support heap profiling.
https://bugs.webkit.org/show_bug.cgi?id=50485
Add another heap profiling test to the Mac and Windows Skipped lists.
* platform/mac/Skipped:
* platform/win/Skipped:
2012-05-29 Alexey Proskuryakov <ap@apple.com>
WTR doesn't support beginDragWithFiles.
* platform/wk2/Skipped: Added fast/files/file-list-test.html
2012-05-29 Jessie Berlin <jberlin@apple.com>
Clean up the Windows WK2 Skipped list.
Update it for the moves / renames in r96918, r102226, and r108612.
* platform/win-wk2/Skipped:
2012-05-29 Jessie Berlin <jberlin@apple.com>
JSC doesn't support heap profiling.
https://bugs.webkit.org/show_bug.cgi?id=50485
Add two heap profiling tests to the Windows Skipped list.
* platform/win/Skipped:
2012-05-29 Julien Chaffraix <jchaffraix@webkit.org>
REGRESSION(r111742): box-sizing: border-box doesn't work on fixed table layout
https://bugs.webkit.org/show_bug.cgi?id=87536
Reviewed by Tony Chang.
* fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout-expected.html: Added.
* fast/table/fixed-table-layout/cell-box-sizing-fixed-table-layout.html: Added.
This test covers the regression.
* fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout-expected.html: Added.
* fast/table/fixed-table-layout/column-box-sizing-fixed-table-layout.html: Added.
* fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout-expected.html: Added.
* fast/table/fixed-table-layout/column-group-box-sizing-fixed-table-layout.html: Added.
* fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout-expected.html: Added.
* fast/table/fixed-table-layout/column-in-column-group-box-sizing-fixed-table-layout.html: Added.
Those test ensured I didn't regress and document our current behavior ie that column and column group fixed
width apply to the cell's border-box.
2012-05-25 Ojan Vafai <ojan@chromium.org>
Absolute positioned elements in a relative positioned CSS3 Flexbox fail to display properly
https://bugs.webkit.org/show_bug.cgi?id=58453
Reviewed by Tony Chang.
* css3/flexbox/align-absolute-child-expected.txt: Added.
* css3/flexbox/align-absolute-child.html: Added.
* css3/flexbox/position-absolute-child-expected.txt:
* css3/flexbox/position-absolute-child.html:
2012-05-29 Jessie Berlin <jberlin@apple.com>
[Win] ~1/2 of all the iframe seamless tests fail
https://bugs.webkit.org/show_bug.cgi?id=87543
Rubber-stamped by Eric Seidel.
Remove the platform-specific results as they are no longer needed.
* platform/win/fast/frames/seamless/seamless-basic-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Removed.
* platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Removed.
2012-05-29 Abhishek Arya <inferno@chromium.org>
Crash due to text fragment destruction when updating first-letter block.
https://bugs.webkit.org/show_bug.cgi?id=87751
Reviewed by Eric Seidel.
* fast/text/text-fragment-first-letter-update-crash-expected.txt: Added.
* fast/text/text-fragment-first-letter-update-crash.html: Added.
2012-05-29 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of failing tests and new passes
https://bugs.webkit.org/show_bug.cgi?id=87754
Unreviewed gardening.
* platform/efl/Skipped:
* platform/efl/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/efl/fast/forms/select/optgroup-rendering-expected.txt: Added.
* platform/efl/test_expectations.txt:
2012-05-29 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118620.
http://trac.webkit.org/changeset/118620
https://bugs.webkit.org/show_bug.cgi?id=87760
This patch causes regression to read an empty file/blob via
FileReader (Requested by jianli on #webkit).
* fast/files/blob-slice-test-expected.txt:
* fast/files/read-blob-async-expected.txt:
* fast/files/read-file-async-expected.txt:
* fast/files/resources/read-common.js:
(logResult):
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
2012-05-29 Jessie Berlin <jberlin@apple.com>
[Win] ASSERT(m_manualStream) failed in PluginView::didFinishLoading running
fast/loader/reload-zero-byte-plugin.html
Skip the test on Windows to get the bots greener.
* platform/win/Skipped:
2012-05-29 Rafael Weinstein <rafaelw@chromium.org>
Adding VISTA timeout expectations to a number of viewport tests. Also, narrowing optgroup-clicking.html
to be just MAC.
* platform/chromium/test_expectations.txt:
2012-05-29 Victor Carbune <victor@rosedu.org>
Update cue event dispatching for zero and negative duration cues
https://bugs.webkit.org/show_bug.cgi?id=85143
Reviewed by Eric Carlson.
* media/track/captions-webvtt/missed-cues.vtt: Added negative
duration cue and changed a missed cue to have zero-length.
* media/track/track-cues-missed-expected.txt: Updated.
* media/track/track-cues-missed.html: Updated.
2012-05-29 MORITA Hajime <morrita@google.com>
ShadowRoot.getElementById() returns removed node.
https://bugs.webkit.org/show_bug.cgi?id=62184
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/get-element-by-id-in-shadow-mutation-expected.txt: Added.
* fast/dom/shadow/get-element-by-id-in-shadow-mutation.html: Added.
2012-05-29 Alexey Proskuryakov <ap@apple.com>
* platform/mac/Skipped: Skipping a heap profiler test (unsupported functionality).
2012-05-29 Jessie Berlin <jberlin@apple.com>
Regression: fast/forms/select/optgroup-clicking.html is failing / timing out
https://bugs.webkit.org/show_bug.cgi?id=87748
This test times out on Mac if there is no interaction with the keyboard. Skip it to keep the
bots green.
* platform/mac/Skipped:
2012-05-29 Alexei Filippov <alexeif@chromium.org>
Web Inspector: Retainers are missing for all objects
https://bugs.webkit.org/show_bug.cgi?id=87655
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-summary-retainers-expected.txt: Added.
* inspector/profiler/heap-snapshot-summary-retainers.html: Added.
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.):
(initialize_HeapSnapshotTest):
2012-05-29 Simon Pena <spena@igalia.com>
[GTK] fast tests needs rebaseline after r118733
https://bugs.webkit.org/show_bug.cgi?id=87729
Unreviewed GTK gardening, updated fast pngs.
* platform/gtk/fast/forms/input-placeholder-visibility-1-expected.png:
* platform/gtk/fast/forms/input-placeholder-visibility-3-expected.png:
* platform/gtk/fast/forms/placeholder-position-expected.png:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.png:
* platform/gtk/fast/forms/search-styled-expected.png:
* platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.png:
* platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.png:
* platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.png:
2012-05-29 Jessie Berlin <jberlin@apple.com>
[Mac] fast/forms/select/optgroup-rendering.html "failing" since introduction in r118772
https://bugs.webkit.org/show_bug.cgi?id=87752
Add expected (failing?) results to get the bots green.
* platform/mac/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/mac/fast/forms/select/optgroup-rendering-expected.txt: Added.
2012-05-29 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118776. The failing test was split into
5 separate tests, but we're still failing all of them.
* platform/gtk/test_expectations.txt:
2012-05-29 Li Yin <li.yin@intel.com>
[FileAPI] Miss FileList test
https://bugs.webkit.org/show_bug.cgi?id=87696
Reviewed by Kentaro Hara.
WebKit should have the test to track the attribute of FileList.
* fast/files/file-list-test-expected.txt: Added.
* fast/files/file-list-test.html: Added.
2012-05-29 Jessie Berlin <jberlin@apple.com>
[Mac] fast/events/message-port-constructor-for-deleted-document.html ASSERTS in Debug.
This is happening often enough that it is necessary to add the test to the Mac Skipped list
in order to keep the bots green.
* platform/mac/Skipped:
2012-05-29 Jussi Kukkonen <jussi.kukkonen@intel.com>
[EFL][DRT] move idn encoding test to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=86080
Unreviewed gardening. Implementing copy{En,De}codedHostName just
to test them is not useful: marking fast/encoding/idn-security.html
as expected to fail.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-29 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-5.0-wk2/compositing/geometry/composited-in-columns-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.png: Added.
* platform/qt-5.0-wk2/svg/css/text-gradient-shadow-expected.txt:
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png:
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/wk2/Skipped:
2012-05-29 Marcus Bulach <bulach@chromium.org>
[chromium] Regression: fast/forms/select/optgroup-clicking.html is failing
https://bugs.webkit.org/show_bug.cgi?id=87748
Unreviewed gardening.
This test was added by r118772 and it fails with a mismatch in menulist.selectedIndex.
* platform/chromium/test_expectations.txt:
2012-05-29 Tony Payne <tpayne@chromium.org>
Fix new layout tests for images with color profiles by using fixed size
https://bugs.webkit.org/show_bug.cgi?id=87542
Reviewed by Kent Tamura.
* fast/images/jpeg-with-color-profile.html: Use width=400px instead of 50% to make sure size is consistent across ports.
* fast/images/png-with-color-profile.html: Use width=40px instead of 50% to make sure size is consistent across ports.
2012-05-29 Ilya Tikhonovsky <loislo@chromium.org>
Unreviewed: Web Inspector: single line fix.
heap-snapshot-loader are failing in Debug configuration because the list of profiles is not empty.
* inspector/profiler/heap-snapshot-loader.html:
2012-05-29 Marcus Bulach <bulach@chromium.org>
Split svg/dom/viewspec-parser.html in smaller tests
https://bugs.webkit.org/show_bug.cgi?id=87726
Reviewed by Andreas Kling.
This test was added by r118735.
Splits into smaller independent tests to avoid timeouts on ports such as chromium.
* svg/dom/resources/viewspec-parser.js: Added.
(buildTestsToRun):
(zoomAndPanToString):
(viewSpecToString):
(testString.string_appeared_here.makeURLRelative):
(testFragment):
(startNextTest):
(continueFuzzing.else.script.onload):
(continueFuzzing):
* svg/dom/viewspec-parser-1-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
* svg/dom/viewspec-parser-1.html: Added.
* svg/dom/viewspec-parser-2-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
* svg/dom/viewspec-parser-2.html: Added.
* svg/dom/viewspec-parser-3-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
* svg/dom/viewspec-parser-3.html: Added.
* svg/dom/viewspec-parser-4-expected.txt: Copied from LayoutTests/svg/dom/viewspec-parser-expected.txt.
* svg/dom/viewspec-parser-4.html: Added.
* svg/dom/viewspec-parser-5-expected.txt: Renamed from LayoutTests/svg/dom/viewspec-parser-expected.txt.
* svg/dom/viewspec-parser-5.html: Added.
* svg/dom/viewspec-parser.html: Removed.
2012-05-29 Csaba Osztrogonác <ossy@webkit.org>
Unreviewed gardening, skip failing tests.
* platform/mac/Skipped:
* platform/qt/Skipped:
2012-05-29 Yoshifumi Inoue <yosin@chromium.org>
REGRESSION(r109729): The optgroup element's "disabled" attribute has no effect to rendering and selection
https://bugs.webkit.org/show_bug.cgi?id=87614
Reviewed by Kent Tamura.
Note: An image for optgroup-rendering.html will be change due by
BUG-87719. Color of option elements should be blue (:enabled
pseudo class) instead of green.
* fast/forms/select/optgroup-clicking-expected.txt: Added.
* fast/forms/select/optgroup-clicking.html: Added.
* fast/forms/select/optgroup-disabled-expected.txt: Added.
* fast/forms/select/optgroup-disabled.html: Added.
* fast/forms/select/optgroup-rendering.html: Added.
* platform/chromium/test_expectations.txt: Add MISSING entry for optgroup-rendering.html.
* platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.png: Added.
* platform/chromium-linux/fast/forms/select/optgroup-rendering-expected.txt: Added.
2012-05-29 Ádám Kallai <kadam@inf.u-szeged.hu>
REGRESSION(r118742): It made inspector/profiler/heap-snapshot-loader.html fail on Lion, Qt
https://bugs.webkit.org/show_bug.cgi?id=87741
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped: Skip the failing test.
2012-05-29 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Tests needs gardening after r118733
https://bugs.webkit.org/show_bug.cgi?id=87733
Unreviewed gardening.
* platform/efl/fast/css/text-overflow-input-expected.txt:
* platform/efl/fast/forms/search-styled-expected.png:
* platform/efl/fast/forms/search-styled-expected.txt:
* platform/efl/test_expectations.txt:
2012-05-29 Andrei Bucur <abucur@adobe.com>
[CSS Regions]Rename NamedFlow::overflow to NamedFlow::overset
https://bugs.webkit.org/show_bug.cgi?id=87491
This patch updates the CSSOM property name overflow to overset. There are no changes in functionality.
Link to spec: http://www.w3.org/TR/2012/WD-css3-regions-20120503/
The test was refactored to be more similar to the other script tests (by using make-new-script-test)
Reviewed by Andreas Kling.
* fast/regions/webkit-named-flow-overflow-expected.txt: Removed.
* fast/regions/webkit-named-flow-overflow.html: Removed.
* fast/regions/webkit-named-flow-overset-expected.txt: Added.
* fast/regions/webkit-named-flow-overset.html: Added.
2012-05-29 Csaba Osztrogonác <ossy@webkit.org>
[Qt] REGRESSION(r118568): It broke fast/forms/textarea-maxlength.html on Qt 4.8
https://bugs.webkit.org/show_bug.cgi?id=87740
Unreviewed gardening.
* platform/qt-4.8/Skipped: Skip fast/forms/textarea-maxlength.html until proper fix.
2012-05-29 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt-4.8/Skipped: Skip fast/parser/innerhtml-with-prefixed-elements.xhtml because of buggy QtXmlPatterns.
* platform/qt-5.0/Skipped: Unskip fast/parser/innerhtml-with-prefixed-elements.xhtml, because libxslt works fine.
* platform/qt/Skipped: Unskip a non-existing test.
* platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
* platform/qt/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Updated.
2012-05-29 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118733 and r118735.
* platform/gtk/fast/css/text-overflow-input-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/gtk/fast/forms/placeholder-position-expected.txt:
* platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/search-styled-expected.txt:
* platform/gtk/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/gtk/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/gtk/fast/forms/textarea-placeholder-visibility-2-expected.txt:
* platform/gtk/test_expectations.txt:
2012-05-29 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed Gardening. Update test expectations after r118733.
* platform/qt/fast/css/text-overflow-input-expected.txt:
* platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/qt/fast/forms/placeholder-position-expected.txt:
* platform/qt/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/qt/fast/forms/search-styled-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/qt/fast/forms/textarea-placeholder-visibility-2-expected.txt:
2012-05-29 Stephanie Lewis <slewis@apple.com>
Unreviewed, skipping failing test
See https://bugs.webkit.org/show_bug.cgi?id=87728
* platform/mac/Skipped:
2012-05-29 Stephanie Lewis <slewis@apple.com>
Unreviewed, updating results after http://trac.webkit.org/projects/webkit/changeset/118733
* platform/mac/fast/css/text-overflow-input-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/mac/fast/forms/placeholder-position-expected.txt:
* platform/mac/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/search-styled-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-pseudo-style-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt:
* platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt:
2012-05-29 Kent Tamura <tkent@chromium.org>
[Chromium] Update test expectations
https://bugs.webkit.org/show_bug.cgi?id=87155
More placehodler tests.
* platform/chromium/test_expectations.txt:
2012-05-29 Kent Tamura <tkent@chromium.org>
[Chromium] Update test expectations.
https://bugs.webkit.org/show_bug.cgi?id=87155
Placeholder-related render dumps need to be udpated.
* platform/chromium/test_expectations.txt:
2012-05-29 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r118618. http/tests/cache/cancel-in-progress-load.html
fails with code 5.
https://bugs.webkit.org/show_bug.cgi?id=35377
* platform/qt/Skipped:
2012-05-29 Ilya Tikhonovsky <loislo@chromium.org>
Web Inspector: REGRESSION: load heap snapshot doesn't work.
https://bugs.webkit.org/show_bug.cgi?id=87642
HeapSnapshotReceiver interface was introduced.
It declares the API for HSLoader, HSLoaderProxy and HSSaveToFileReceiver.
The HeapProfileHeader was refactored and tests were added.
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-loader-expected.txt:
* inspector/profiler/heap-snapshot-loader.html:
2012-05-29 Marcus Bulach <bulach@chromium.org>
Test expectation pngs missing checksums are treated as MISSING by bots
https://bugs.webkit.org/show_bug.cgi?id=87552
Unreviewed gardening.
This test was already failing for IMAGE and TEXT reasons prior to r118566.
On r118566, new images were added, probably without an embedded checksum.
It looks like our test infrastructure thinks that these images are MISSING.
Temporarily add MISSING expectations, so that we can proceed with this (failing) test.
* platform/chromium/test_expectations.txt:
2012-05-29 Marcus Bulach <bulach@chromium.org>
Test expectation pngs missing checksums are treated as MISSING by bots
https://bugs.webkit.org/show_bug.cgi?id=87552
Unreviewed gardening.
This test was already failing for IMAGE and TEXT reasons prior to r118566.
On r118566, new images were added, probably without an embedded checksum.
It looks like our test infrastructure thinks that these images are MISSING.
Temporarily add MISSING expectations, so that we can proceed with this (failing) test.
* platform/chromium/test_expectations.txt:
2012-05-29 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] MathML tests needs rebaseline after r118713
https://bugs.webkit.org/show_bug.cgi?id=87705
Unreviewed gardening.
* platform/efl/mathml/presentation/mo-stretch-expected.png:
* platform/efl/mathml/presentation/mo-stretch-expected.txt:
* platform/efl/mathml/presentation/mroot-pref-width-expected.png:
* platform/efl/mathml/presentation/mroot-pref-width-expected.txt:
* platform/efl/mathml/presentation/tables-expected.png:
* platform/efl/mathml/presentation/tables-expected.txt:
2012-05-29 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r118585. Added Qt platform specific expected files.
https://bugs.webkit.org/show_bug.cgi?id=86848
* platform/qt/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
* platform/qt/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2012-05-29 Eric Seidel <eric@webkit.org>
Add HTMLIFrameElement.seamless property accessor now that seamless is enabled and works
https://bugs.webkit.org/show_bug.cgi?id=87708
Reviewed by Adam Barth.
* fast/frames/seamless/seamless-basic-expected.txt:
* fast/frames/seamless/seamless-inherited-origin-expected.txt:
* fast/frames/seamless/seamless-nested-expected.txt:
* fast/frames/seamless/seamless-quirks-expected.txt:
* fast/frames/seamless/seamless-sandbox-flag-expected.txt:
* fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
* http/tests/security/seamless/seamless-cross-origin-expected.txt:
* http/tests/security/seamless/seamless-sandbox-srcdoc-expected.txt:
2012-05-29 Nikolas Zimmermann <nzimmermann@rim.com>
SVGViewSpec DOM bindings aka SVGSVGElement.currentView is unimplemented
https://bugs.webkit.org/show_bug.cgi?id=15495
Reviewed by Rob Buis.
Re-enable a long disabled test for SVGViewSpec, and make it actually work.
Extend SVGViewSpec test coverage, and rebaseline results that changed due the SVGViewSpec constructor addition.
Make linking-a-03-b-all.svg a reftest, to avoid rebaselines on all platforms.
* platform/chromium-linux/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/chromium-mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/chromium-win/fast/js/global-constructors-expected.txt:
* platform/chromium-win/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/chromium-win/svg/custom/linking-a-03-b-all-expected.txt: Removed.
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/gtk/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/gtk/svg/custom/linking-a-03-b-all-expected.txt: Removed.
* platform/mac/fast/js/global-constructors-expected.txt:
* platform/mac/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/mac/svg/custom/linking-a-03-b-all-expected.txt: Removed.
* platform/qt/fast/js/global-constructors-expected.txt:
* platform/qt/svg/custom/linking-a-03-b-all-expected.png: Removed.
* platform/qt/svg/custom/linking-a-03-b-all-expected.txt: Removed.
* platform/win/fast/js/global-constructors-expected.txt:
* svg/custom/global-constructors-expected.txt:
* svg/custom/linking-a-03-b-all-expected.svg: Added.
* svg/dom/SVGViewSpec-defaults-expected.txt: Added.
* svg/dom/SVGViewSpec-defaults.html: Added.
* svg/dom/SVGViewSpec-expected.txt: Added.
* svg/dom/SVGViewSpec.html: Added.
* svg/dom/complex-svgView-specification-expected.html: Added.
* svg/dom/complex-svgView-specification.html: Added.
* svg/dom/resources/viewspec-target.svg: Added.
* svg/dom/script-tests/SVGViewSpec-defaults.js: Added.
* svg/dom/script-tests/SVGViewSpec.js: Added.
(completeTest.script.onload):
(completeTest):
(testFragment):
(matrixToString):
(continueTesting):
* svg/dom/viewspec-parser-expected.txt: Added.
* svg/dom/viewspec-parser.html: Renamed from LayoutTests/svg/dom/viewspec-parser.html-disabled.
2012-05-29 Marcus Bulach <bulach@chromium.org>
[chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=87671
Unreviewed gardening.
Test has been fixed by r118724, remove expectation.
* platform/chromium/test_expectations.txt:
2012-05-29 Kent Tamura <tkent@chromium.org>
REGRESSION (r90971): the cursor is painted “behind” the placeholder text
https://bugs.webkit.org/show_bug.cgi?id=87155
Reviewed by Hajime Morita.
* fast/forms/input-placeholder-paint-order-2-expected.html: Added.
* fast/forms/input-placeholder-paint-order-2.html: Added.
* fast/forms/input-placeholder-paint-order.html: Added.
* fast/forms/textarea/textarea-placeholder-paint-order-2-expected.html: Added.
* fast/forms/textarea/textarea-placeholder-paint-order-2.html: Added.
* fast/forms/textarea/textarea-placeholder-paint-order.html: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-placeholder-paint-order-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
* platform/chromium-mac-snowleopard/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.
* platform/chromium/test_expectations.txt:
2012-05-29 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r118631. http/tests/appcache/load-from-appcache-defer-resume-crash.html
fails because of missing LayoutTestController::setUseDeferredFrameLoading implementation.
* platform/qt/Skipped:
2012-05-28 Csaba Osztrogonác <ossy@webkit.org>
[Qt] New fast/dom/window-scroll-scaling.html made 3-400 tests flakey
https://bugs.webkit.org/show_bug.cgi?id=87700
Unreviewed gardening to paint the bot less and less red.
* platform/qt/Skipped: Skip fast/dom/window-scroll-scaling.html until proper fix.
2012-05-28 Kent Tamura <tkent@chromium.org>
Fix a crash in HTMLFormControlElement::disabled().
https://bugs.webkit.org/show_bug.cgi?id=86534
Reviewed by Ryosuke Niwa.
Add a testcase to confirm <lagend> doesn't affect validation.
* fast/forms/datalist/datalist-child-validation-expected.txt:
* fast/forms/datalist/datalist-child-validation.html:
2012-05-28 Marcus Bulach <bulach@chromium.org>
Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=87663
Unreviewed gardening.
This test was added by r118612, but no pixel result were provided.
It seems that it's enough to remove the param for dumpAsText() and just use the text text output.
* fast/layers/clip-rects-assertion.html:
2012-05-28 Takashi Toyoshima <toyoshim@chromium.org>
[WebSocket] Receiving reserved close codes, 1005, 1006, and 1015 must appear as code=1006 and wasClean=false
https://bugs.webkit.org/show_bug.cgi?id=87084
Reviewed by Kent Tamura.
Add test cases where server initiates a closing handshake with forbidden status codes.
* http/tests/websocket/tests/hybi/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/close-code-and-reason.html:
* http/tests/websocket/tests/hybi/workers/close-code-and-reason-expected.txt:
* http/tests/websocket/tests/hybi/workers/resources/close-code-and-reason.js:
(WebSocketTest.prototype.onclose):
2012-05-28 Kent Tamura <tkent@chromium.org>
Form controls in <fieldset disabled> should not be validated.
https://bugs.webkit.org/show_bug.cgi?id=87381
Reviewed by Hajime Morita.
* fast/forms/fieldset/validation-in-fieldset-expected.txt: Added.
* fast/forms/fieldset/validation-in-fieldset.html: Added.
2012-05-28 Rakesh KN <rakesh.kn@motorola.com>
[Forms] HTMLFieldSetElement.idl doesn't have elements attribute.
https://bugs.webkit.org/show_bug.cgi?id=80110
Reviewed by Kent Tamura.
* fast/forms/fieldset/fieldset-elements-expected.txt: Added.
* fast/forms/fieldset/fieldset-elements.html: Added.
* fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt: Added.
* fast/forms/fieldset/fieldset-form-collection-radionode-list.html: Added.
2012-05-28 David Barton <dbarton@mathscribe.com>
mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
https://bugs.webkit.org/show_bug.cgi?id=86786
Unreviewed gardening - add back these two tests to skip for now.
* platform/mac/Skipped:
2012-05-28 David Barton <dbarton@mathscribe.com>
mathml/presentation/mo-stretch.html and mroot-pref-width.html tests fail on Mac
https://bugs.webkit.org/show_bug.cgi?id=86786
Reviewed by Darin Adler.
* platform/mac/Skipped:
* platform/mac/mathml/presentation/mo-stretch-expected.png:
* platform/mac/mathml/presentation/mo-stretch-expected.txt:
* platform/mac/mathml/presentation/row-alignment-expected.png:
* platform/mac/mathml/presentation/row-alignment-expected.txt:
* platform/mac/mathml/presentation/tables-expected.png:
* platform/mac/mathml/presentation/tables-expected.txt:
2012-05-28 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
Flaky tests in fast/profiler/
https://bugs.webkit.org/show_bug.cgi?id=84102
Unreviewed gardening.
Tests fast/profiler/stop-profiling-after-setTimeout.html and
fast/profiler/dead-time.html were still failing after
https://bugs.webkit.org/show_bug.cgi?id=42328 . Mac and chromium
already skip these tests.
* platform/efl/Skipped:
* platform/gtk/test_expectations.txt:
* platform/qt/Skipped:
2012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
https://bugs.webkit.org/show_bug.cgi?id=42328
Reviewed by Eric Seidel.
Updated tests to use windows.internals instead of layoutTestController.
* fast/profiler/anonymous-event-handler.html:
* fast/profiler/anonymous-function-called-from-different-contexts.html:
* fast/profiler/anonymous-function-calls-built-in-functions.html:
* fast/profiler/anonymous-function-calls-eval.html:
* fast/profiler/anonymous-functions-with-display-names.html:
* fast/profiler/apply.html:
* fast/profiler/built-in-function-calls-anonymous.html:
* fast/profiler/built-in-function-calls-user-defined-function.html:
* fast/profiler/call-register-leak.html:
* fast/profiler/call.html:
* fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
* fast/profiler/compare-multiple-profiles.html:
* fast/profiler/constructor.html:
* fast/profiler/dead-time.html:
* fast/profiler/document-dot-write.html:
* fast/profiler/event-handler.html:
* fast/profiler/execution-context-and-eval-on-same-line.html:
* fast/profiler/inline-event-handler.html:
* fast/profiler/many-calls-in-the-same-scope.html:
* fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
* fast/profiler/multiple-and-different-scoped-function-calls.html:
* fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
* fast/profiler/multiple-frames.html:
* fast/profiler/named-functions-with-display-names.html:
* fast/profiler/nested-anonymous-functon.html:
* fast/profiler/nested-start-and-stop-profiler.html:
* fast/profiler/no-execution-context.html:
* fast/profiler/one-execution-context.html:
* fast/profiler/profile-calls-in-included-file.html:
* fast/profiler/profile-with-no-title.html:
* fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
* fast/profiler/profiling-from-a-nested-location.html:
* fast/profiler/simple-event-call.html:
* fast/profiler/simple-no-level-change.html:
* fast/profiler/start-and-stop-profiler-multiple-times.html:
* fast/profiler/start-and-stop-profiling-in-the-same-function.html:
* fast/profiler/start-but-dont-stop-profiling.html:
* fast/profiler/stop-profiling-after-setTimeout.html:
* fast/profiler/stop-then-function-call.html:
* fast/profiler/throw-exception-from-eval.html-disabled:
* fast/profiler/two-execution-contexts.html:
* fast/profiler/user-defined-function-calls-built-in-functions.html:
* fast/profiler/window-dot-eval.html:
* inspector/profiler/cpu-profiler-profiling-without-inspector.html:
* platform/wk2/Skipped:
2012-05-28 Yong Li <yoli@rim.com>
Crash on incomplete :not().
https://bugs.webkit.org/show_bug.cgi?id=86673
Reviewed by Antti Koivisto.
Add a test case that makes CSS parser create incomplete
:not selector.
* fast/css/crash-on-incomplete-not.html: Added.
* fast/css/crash-on-incomplete-not-expected.txt: Added.
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] Adjust expectations for fast/layers/clip-rects-assertion-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=87671
Unreviewed gardening.
Temporarily adds "MISSING" for this test.
* platform/chromium/test_expectations.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] http/tests/cache/cancel-in-progress-load.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=87657
Unreviewed gardening.
It should be "MISSING" rather than "IMAGE" (fixes r118683).
* platform/chromium/test_expectations.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
Adds missing expectation after r118577
https://bugs.webkit.org/show_bug.cgi?id=87670
Unreviewed gardening.
A few baselines were already added by r118584. Adds baseline for Windows.
* platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2012-05-28 Antti Koivisto <antti@apple.com>
REGRESSION(r96517): Attribute selector fails to match dynamically modified style attribute
https://bugs.webkit.org/show_bug.cgi?id=87349
Reviewed by Andreas Kling.
* fast/css/dynamic-style-attribute-query-expected.txt: Added.
* fast/css/dynamic-style-attribute-query.html: Added.
2012-05-28 Marcus Bulach <bulach@chromium.org>
[Chromium] [V8] Layout Test fast/js/string-replace-2.html failing following 11594 => 11648 v8 update
https://bugs.webkit.org/show_bug.cgi?id=87423
Unreviewed gardening.
We have rolled v8 and we can now set the expectation for both debug and release back to TEXT.
* platform/chromium/test_expectations.txt:
2012-05-28 Peter Rybin <peter.rybin@gmail.com>
Web Inspector: Expose function (closure) scopes in remote protocol
https://bugs.webkit.org/show_bug.cgi?id=86861
Reviewed by Yury Semikhatsky.
Test for function details now checks scopes.
* inspector/debugger/function-details-expected.txt:
* inspector/debugger/function-details.html:
* platform/chromium/inspector/debugger/function-details-expected.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] Rebaseline following r118598
https://bugs.webkit.org/show_bug.cgi?id=87669
Unreviewed gardening.
In chromium we print a prefix "line 1:" on one console message.
* platform/chromium/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
* platform/chromium/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] http/tests/cache/cancel-in-progress-load.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=87657
Unreviewed gardening.
Adds PASS and IMAGE expectations.
* platform/chromium/test_expectations.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] http/tests/cache/cancel-in-progress-load.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=87657
Unreviewed gardening.
r118618 added this new test but it's been flaky in chromium.
* platform/chromium/test_expectations.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] Baseline compositing/geometry/composited-in-columns.html
https://bugs.webkit.org/show_bug.cgi?id=87653
Unreviewed gardening.
r118567 introduced a new test. Chromium is positioning the layers
a few pixels off.
Set the baseline for IMAGE+TEXT temporarily.
* platform/chromium/test_expectations.txt:
2012-05-28 Marcus Bulach <bulach@chromium.org>
[chromium] LayoutTestController needs DeferredFrameLoading flag
https://bugs.webkit.org/show_bug.cgi?id=87652
Unreviewed gardening.
r118631 introduced a new test and a new API on LayoutTestController
that we need to implement in chromium.
Skip the test temporarily.
* platform/chromium/test_expectations.txt:
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
fast/tokenizer/entities-01.html & fast/tokenizer/entities-03.html need new baseline after r118672
https://bugs.webkit.org/show_bug.cgi?id=87648
Unreviewed gardening.
r118672 fixed a rendering bug with &AElig but did not update the
expected results for fast/tokenizer/entities-01.html and
fast/tokenizer/entities-03.html.
* fast/tokenizer/entities-01-expected.txt:
* fast/tokenizer/entities-03-expected.txt:
2012-05-28 Peter Beverloo <peter@chromium.org>
&AElig doesn't get rendered as U+00C6
https://bugs.webkit.org/show_bug.cgi?id=87465
Reviewed by Adam Barth.
Test that the (current) first alphabetical entity in the named entity
table (&AElig, without a semi-colon) renders as expected.
* html5lib/resources/entities02.dat:
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] fast/dom/beforeload/image-object-before-load* need to be skipped after r118618
https://bugs.webkit.org/show_bug.cgi?id=87632
Unreviewed EFL gardening.
fast/dom/beforeload/image-object-before-load* need to be skipped after
r118618. The issue will be addressed in Bug 87631.
* platform/efl/test_expectations.txt:
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] http/tests/appcache/abort-cache* are flaky and should be skipped
https://bugs.webkit.org/show_bug.cgi?id=87634
Unreviewed EFL gardening. Aborting application cache downloads is
flaky on EFL port so we need to skip the corresponding test cases for
now.
* platform/efl/test_expectations.txt:
2012-05-28 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Move input element's internal spinner layout tests to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=87629
Unreviewed EFL gardening.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Unreviewed EFL gardening after r118585
https://bugs.webkit.org/show_bug.cgi?id=87621
Unreviewed EFL Gardening.
Two contentSecurityPolicy tests need expectation for EFL port after
r118585 due to line numbers not being printed. Mac and GTK port are
already doing the same.
* platform/efl/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
* platform/efl/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Test added in r118577 is failing and should be skipped
https://bugs.webkit.org/show_bug.cgi?id=87620
Unreviewed EFL gardening. Skipping new test introduced in r118577
which is failing on our port.
* platform/efl/test_expectations.txt:
2012-05-28 Christophe Dumez <christophe.dumez@intel.com>
[EFL] New tests added in r118567 should be skipped on EFL port
https://bugs.webkit.org/show_bug.cgi?id=87618
Unreviewed EFL gardening. Move the test added in r118567 to test
expectations since the EFL port lacks support for
LayoutTestController::layerTreeAsText.
* platform/efl/test_expectations.txt:
2012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Move allowRoundingHacks to Internals interface
https://bugs.webkit.org/show_bug.cgi?id=87328
Reviewed by Hajime Morita.
Invoke allowRoundingHacks function from internals, because it is able to work in the
cross-port way via the Internals interface.
* platform/mac/fast/text/rounding-hacks-expansion.html:
* platform/mac/fast/text/rounding-hacks.html:
2012-05-27 Shinya Kawanaka <shinyak@chromium.org>
cut, copy or paste event won't be fired in Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=87352
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/cppevent-in-shadow-expected.txt: Added.
* fast/dom/shadow/cppevent-in-shadow.html: Added.
* fast/dom/shadow/cppevent-input-in-shadow-expected.txt: Added.
* fast/dom/shadow/cppevent-input-in-shadow.html: Added.
2012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] Enable blob support for the EFL port
https://bugs.webkit.org/show_bug.cgi?id=85363
Reviewed by Hajime Morita.
Unskip tests which require blob support to be enabled.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-27 Hayato Ito <hayato@chromium.org>
Support multiple shadow roots in event dispatching.
https://bugs.webkit.org/show_bug.cgi?id=87470
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-05-27 Takashi Sakamoto <tasak@google.com>
fast/dom/shadow/content-element-in-media.html is wrong.
https://bugs.webkit.org/show_bug.cgi?id=81310
Modifying to check() to dump expected and actual text at the same
absolute position, because DumpRenderTree dumps absolute x,y-position
information for a layer which contains RenderVideo. For example,
backgroundClip at (8,163), clip at (8, 163) and so on.
Reviewed by Hajime Morita.
* fast/dom/resources/shadow-test-driver.js:
(check):
Disabled actual block when dumping expected block as text, and vice
versa.
* platform/chromium/test_expectations.txt:
Removed BUGWK81310.
2012-05-27 Benjamin Poulain <bpoulain@apple.com>
When pages are loaded from AppCache with DeferredLoading, willSendRequest() is never called
https://bugs.webkit.org/show_bug.cgi?id=87582
Reviewed by Darin Adler.
* http/tests/appcache/load-from-appcache-defer-resume-crash-expected.txt: Added.
* http/tests/appcache/load-from-appcache-defer-resume-crash.html: Added.
* http/tests/appcache/resources/load-from-appcache-defer-resume-bounce-back.html: Added.
* http/tests/appcache/resources/load-from-appcache-defer-resume-crash.manifest: Added.
2012-05-27 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118618.
* platform/gtk/test_expectations.txt:
2012-05-27 Li Yin <li.yin@intel.com>
[FileAPI] FileReader should fire progress event when blob has been completely read into memory
https://bugs.webkit.org/show_bug.cgi?id=87585
Reviewed by Kentaro Hara.
From Spec: http://www.w3.org/TR/FileAPI/#dfn-progress-event
One progress event will fire when blob has been completely read into memory.
Firefox, Opera and IE follows the spec.
Webkit based browser doesn't do that, it only fires progress event at interval of 50ms.
WebKit should add the behavior to make the conformance with the spec.
* fast/files/file-reader-event-listener-expected.txt:
* fast/files/file-reader-event-listener.html:
2012-05-26 Li Yin <li.yin@intel.com>
[FileAPI] The result attribute of FileReader shuold use null to replace empty string
https://bugs.webkit.org/show_bug.cgi?id=87578
Reviewed by Kentaro Hara.
From Spec: http://www.w3.org/TR/FileAPI/#filedata-attr
Before read method has been called or an error in reading has occurred,
the result attribute should be null, not empty string.
WebKit should change the returned value empty string into null to keep
conformance with the spec.
* fast/files/blob-slice-test-expected.txt:
* fast/files/read-blob-async-expected.txt:
* fast/files/read-file-async-expected.txt:
* fast/files/resources/read-common.js:
(logResult):
* fast/files/workers/worker-read-blob-async-expected.txt:
* fast/files/workers/worker-read-file-async-expected.txt:
2012-05-26 Nate Chapin <japhet@chromium.org>
Test for https://bugs.webkit.org/show_bug.cgi?id=35377.
Reviewed by Darin Adler.
* http/tests/cache/cancel-in-progress-load-expected.txt: Added.
* http/tests/cache/cancel-in-progress-load.html: Added.
* http/tests/misc/write-while-waiting.html: Add waitUntilDone()/notifyDone().
The slow script will now be cancelled when the script element is removed from the document.
Without waitUntilDone(), LayoutTestController will immediately end the test upon cancellation
of the last resource.
2012-05-26 Simon Fraser <simon.fraser@apple.com>
fast/block/inline-children-root-linebox-crash.html asserts after r118567
https://bugs.webkit.org/show_bug.cgi?id=87544
Reviewed by Darin Adler.
Remove fast/block/inline-children-root-linebox-crash.html from the skipped
list.
New, more complex writing mode flipping test with compositing.
* compositing/geometry/flipped-blocks-inline-mapping-expected.txt: Added.
* compositing/geometry/flipped-blocks-inline-mapping.html: Added.
* platform/mac/Skipped:
2012-05-26 David Barton <dbarton@mathscribe.com>
My first commit - set svn:mime-type to image/png on one .png file.
* platform/mac/mathml/presentation/mroot-pref-width-expected.png:
2012-05-26 Simon Fraser <simon.fraser@apple.com>
Clip rects assertion when hovering div with transform
https://bugs.webkit.org/show_bug.cgi?id=87580
Reviewed by Eric Seidel.
Test that changes transform on hover style, testing for clipRect-related
assertions.
* fast/layers/clip-rects-assertion-expected.txt: Added.
* fast/layers/clip-rects-assertion.html: Added.
2012-05-26 Rob Buis <rwlbuis@webkit.org>
Bug 15799: textPath element does not re-render when referenced path changes
https://bugs.webkit.org/show_bug.cgi?id=15799
Reviewed by Nikolas Zimmermann.
- textPath-path-change-id.svg, react to change of id attribute on referenced path (makes the xlink:href valid).
- textPath-path-change-id2.svg, react to change of id attribute on referenced path (makes the xlink:href invalid).
- textPath-path-set-id.svg, react to setting of id attribute on referenced path (makes the xlink:href valid).
- textPath-change-reference.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one.
- textPath-change-reference-using-baseval.svg, <textPath> references existing <path>, change the xlink:href to a non-existing one using SVG DOM.
- textPath-change-reference2.svg, <textPath> references non-existing <path>, change xlink:href to an existing one.
- textPath-change-reference2-using-baseval.svg, <textPath> references non-existing <path>, change xlink:href to an existing one using SVG DOM.
- textPath-insert-path.svg, <textPath> references non-existing <path>, <path> added dynamically.
- textPath-modify-child.svg, react to change on textPath content.
- textPath-path-change-using-svg-dom.svg, react to change on pathSegList of referenced path.
- textPath-path-change.svg, react to change on d attribute of referenced path.
- textPath-path-change2.svg, react to change on d attribute of path referenced by multiple <textPath>s.
- textPath-remove-path.svg, <textPath> references existing <path>, <path> is removed from DOM.
- textPath-startoffset.svg, react to startOffset attribute change on <textPath>.
These tests are duplicated for <textPath> inside a <pattern>.
* svg/custom/textPath-change-id-expected.svg: Added.
* svg/custom/textPath-change-id-pattern-expected.svg: Added.
* svg/custom/textPath-change-id-pattern.svg: Added.
* svg/custom/textPath-change-id.svg: Added.
* svg/custom/textPath-change-id2-expected.svg: Added.
* svg/custom/textPath-change-id2-pattern-expected.svg: Added.
* svg/custom/textPath-change-id2-pattern.svg: Added.
* svg/custom/textPath-change-id2.svg: Added.
* svg/custom/textPath-change-reference-expected.svg: Added.
* svg/custom/textPath-change-reference-pattern-expected.svg: Added.
* svg/custom/textPath-change-reference-pattern.svg: Added.
* svg/custom/textPath-change-reference-using-baseval-expected.svg: Added.
* svg/custom/textPath-change-reference-using-baseval-pattern-expected.svg: Added.
* svg/custom/textPath-change-reference-using-baseval-pattern.svg: Added.
* svg/custom/textPath-change-reference-using-baseval.svg: Added.
* svg/custom/textPath-change-reference.svg: Added.
* svg/custom/textPath-change-reference2-expected.svg: Added.
* svg/custom/textPath-change-reference2-pattern-expected.svg: Added.
* svg/custom/textPath-change-reference2-pattern.svg: Added.
* svg/custom/textPath-change-reference2-using-baseval-expected.svg: Added.
* svg/custom/textPath-change-reference2-using-baseval-pattern-expected.svg: Added.
* svg/custom/textPath-change-reference2-using-baseval-pattern.svg: Added.
* svg/custom/textPath-change-reference2-using-baseval.svg: Added.
* svg/custom/textPath-change-reference2.svg: Added.
* svg/custom/textPath-insert-path-expected.svg: Added.
* svg/custom/textPath-insert-path-pattern-expected.svg: Added.
* svg/custom/textPath-insert-path-pattern.svg: Added.
* svg/custom/textPath-insert-path.svg: Added.
* svg/custom/textPath-modify-child-expected.svg: Added.
* svg/custom/textPath-modify-child-pattern-expected.svg: Added.
* svg/custom/textPath-modify-child-pattern.svg: Added.
* svg/custom/textPath-modify-child.svg: Added.
* svg/custom/textPath-path-change-expected.svg: Added.
* svg/custom/textPath-path-change-pattern-expected.svg: Added.
* svg/custom/textPath-path-change-pattern.svg: Added.
* svg/custom/textPath-path-change-using-svg-dom-expected.svg: Added.
* svg/custom/textPath-path-change-using-svg-dom-pattern-expected.svg: Added.
* svg/custom/textPath-path-change-using-svg-dom-pattern.svg: Added.
* svg/custom/textPath-path-change-using-svg-dom.svg: Added.
* svg/custom/textPath-path-change.svg: Added.
* svg/custom/textPath-path-change2-expected.svg: Added.
* svg/custom/textPath-path-change2-pattern-expected.svg: Added.
* svg/custom/textPath-path-change2-pattern.svg: Added.
* svg/custom/textPath-path-change2.svg: Added.
* svg/custom/textPath-remove-path-expected.svg: Added.
* svg/custom/textPath-remove-path-pattern-expected.svg: Added.
* svg/custom/textPath-remove-path-pattern.svg: Added.
* svg/custom/textPath-remove-path.svg: Added.
* svg/custom/textPath-set-id-expected.svg: Added.
* svg/custom/textPath-set-id.svg: Added.
* svg/custom/textPath-startoffset-expected.svg: Added.
* svg/custom/textPath-startoffset-pattern-expected.svg: Added.
* svg/custom/textPath-startoffset-pattern.svg: Added.
* svg/custom/textPath-startoffset.svg: Added.
2012-05-26 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118577 and r118585.
* platform/gtk/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
* platform/gtk/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
* platform/gtk/test_expectations.txt:
2012-05-25 Sukolsak Sakshuwong <sukolsak@google.com>
cursor gets trapped when border-style: dashed is used
https://bugs.webkit.org/show_bug.cgi?id=37693
Reviewed by Tony Chang.
This bug has been fixed. Add a test to make sure that it won't regress.
* editing/selection/move-by-line-006-expected.txt: Added.
* editing/selection/move-by-line-006.html: Added.
2012-05-25 Tony Chang <tony@chromium.org>
implement new negative flexing algorithm
https://bugs.webkit.org/show_bug.cgi?id=86528
Reviewed by Ojan Vafai.
* css3/flexbox/flex-algorithm-expected.txt:
* css3/flexbox/flex-algorithm.html:
2012-05-25 Mihai Parparita <mihaip@chromium.org>
Allow synchronous XHRs to be disabled in documents
https://bugs.webkit.org/show_bug.cgi?id=87540
Reviewed by Eric Seidel.
Synchronous XMLHttpRequests are a problematic API, since they result
in blocked UI threads. Some clients may wish to always disable them;
give them a setting to do so (see also r103629 for other cases where
synchronous XHRs are disabled).
* fast/xmlhttprequest/xmlhttprequest-sync-disabled-expected.txt: Added.
* fast/xmlhttprequest/xmlhttprequest-sync-disabled.html: Added.
2012-05-25 Stephanie Lewis <slewis@apple.com>
Unreviewed, fix bad copy/paste.
* platform/mac/Skipped:
2012-05-25 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87558
Unreviewed, checking in expected failing results.
* platform/mac/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt: Added.
* platform/mac/http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt: Added.
2012-05-25 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87544
Unreviewed, skipping asserting test
* platform/mac/Skipped:
2012-05-25 Lynn Neir <lynn.neir@skype.net>
Updated tests as a result of implementing TextInputController in DRT for windows, https://bugs.webkit.org/show_bug.cgi?id=32021
Reviewed by Eric Seidel.
* platform/win/Skipped:
* platform/win/editing/selection/5825350-1-expected.txt: Added.
* platform/win/editing/selection/5825350-2-expected.txt: Added.
* platform/win/editing/selection/mixed-editability-10-expected.txt:
* platform/win/editing/selection/move-left-right-expected.txt: Added.
* platform/win/fast/events/ime-composition-events-001-expected.txt:
* platform/win/fast/forms/input-maxlength-ime-completed-expected.txt: Removed.
* platform/win/fast/forms/input-maxlength-ime-preedit-expected.txt: Removed.
* platform/win/svg/text/caret-in-svg-text-expected.txt: Added.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Enhance Windows DRT implementation to support platform scroll wheel events.
https://bugs.webkit.org/show_bug.cgi?id=36002
Add another test that uses continuousMouseScrollBy to the Windows Skipped list.
* platform/win/Skipped:
2012-05-25 Abhishek Arya <inferno@chromium.org>
Crash in RenderTableSection::paintCell.
https://bugs.webkit.org/show_bug.cgi?id=87445
Reviewed by Eric Seidel and Julien Chaffraix.
* tables/table-section-overflow-clip-crash-expected.txt: Added.
* tables/table-section-overflow-clip-crash.html: Added.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Implement spinbutton support in RenderThemeSafari
https://bugs.webkit.org/show_bug.cgi?id=54662
Add more spinbutton tests to the Windows Skipped list.
* platform/win/Skipped:
2012-05-25 Philip Rogers <pdr@google.com>
Fix for self-closing <use> tags
https://bugs.webkit.org/show_bug.cgi?id=87504
Reviewed by Adam Barth.
* svg/custom/svg-self-closing-use-expected.html: Added.
* svg/custom/svg-self-closing-use.html: Added.
2012-05-25 Jessie Berlin <jberlin@apple.com>
[Win] ~1/2 of all the iframe seamless tests fail
https://bugs.webkit.org/show_bug.cgi?id=87543
Add failing expected results for Windows in order to get the bots green.
* platform/win/fast/frames: Added.
* platform/win/fast/frames/seamless: Added.
* platform/win/fast/frames/seamless/seamless-basic-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-css-cascade-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-form-get-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-form-get-named-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-form-post-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-form-post-named-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-hyperlink-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-hyperlink-named-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-inherited-document-style-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-window-location-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-window-location-href-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-window-location-sandbox-expected.txt: Added.
* platform/win/fast/frames/seamless/seamless-window-open-expected.txt: Added.
2012-05-25 Tommy Widenflycht <tommyw@google.com>
MediaStream API: Make sure IceCallback is valid for PeerConnection00
https://bugs.webkit.org/show_bug.cgi?id=87480
Reviewed by Adam Barth.
* fast/mediastream/constructors-expected.txt:
* fast/mediastream/constructors.html:
2012-05-25 Mike West <mkwst@chromium.org>
Inline script and style blocked by Content Security Policy should provide more detailed console errors.
https://bugs.webkit.org/show_bug.cgi?id=86848
Reviewed by Adam Barth.
* http/tests/security/contentSecurityPolicy/combine-multiple-policies-expected.txt:
* http/tests/security/contentSecurityPolicy/default-src-inline-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/injected-inline-script-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-script-allowed.html: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-script-blocked-expected.txt: Copied from LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt.
* http/tests/security/contentSecurityPolicy/injected-inline-script-blocked.html: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-style-allowed-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-style-allowed.html: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked-expected.txt: Added.
* http/tests/security/contentSecurityPolicy/injected-inline-style-blocked.html: Added.
* http/tests/security/contentSecurityPolicy/inline-script-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-goofy-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-attribute-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/inline-style-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/javascript-url-blocked-expected.txt:
* http/tests/security/contentSecurityPolicy/report-and-enforce-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-expected.txt:
* http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-expected.txt:
* http/tests/security/contentSecurityPolicy/report-uri-from-child-frame-expected.txt:
* http/tests/security/contentSecurityPolicy/resources/inject-script.js: Added.
* http/tests/security/contentSecurityPolicy/resources/inject-style.js: Added.
* http/tests/security/contentSecurityPolicy/script-src-none-inline-event-expected.txt:
* http/tests/security/contentSecurityPolicy/srcdoc-doesnt-bypass-script-src-expected.txt:
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Add missing expectations needed after http://trac.webkit.org/changeset/118577/
Unreviewed gardening.
* platform/chromium-mac-leopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
* platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png: Added.
2012-05-25 Kenneth Russell <kbr@google.com>
New tex-image-and-sub-image-2d-with-video tests from r118565 failing on Mac Lion
https://bugs.webkit.org/show_bug.cgi?id=87541
Unreviewed; skipping tests until bug can be investigated.
* platform/mac/Skipped:
2012-05-25 Adam Klein <adamk@chromium.org>
Remove a bunch of flaky expectations for tests that now pass.
Unreviewed test expectations update.
Also marked some nearby tests as more definitely failing.
* platform/chromium/test_expectations.txt:
2012-05-25 Adam Klein <adamk@chromium.org>
compositing/overflow/overflow-positioning.html fails with timeout on multiple chromium bots
https://bugs.webkit.org/show_bug.cgi?id=85771
Unreviewed test expectations update.
These tests haven't timed out lately on the Chromium bots, so removing
the suppressions.
* platform/chromium/test_expectations.txt:
2012-05-25 Anna Cavender <annacc@chromium.org>
[Chromium] Removing tests from test_expectations.txt that are no longer crashing.
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-25 Anna Cavender <annacc@chromium.org>
[Chromium] Removing media/video-volume-slider.html from test_expectations.txt
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-25 Adam Klein <adamk@chromium.org>
Mark some "flaky" TypedArray tests more appropriately as DEBUG SLOW
Unreviewed test expectations update.
* platform/chromium/test_expectations.txt:
2012-05-25 Adam Klein <adamk@chromium.org>
Rebaseline Chromium expectations for fast/box-shadow/shadow-buffer-partial.html
Unreviewed rebaselining.
The same rebaseline was made in r112582, but only got the Linux expectations.
* fast/box-shadow/shadow-buffer-partial-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt.
* platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
* platform/efl/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
* platform/mac/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed.
2012-05-24 Ryosuke Niwa <rniwa@webkit.org>
createContextualFragment and insertAdjacentHTML should throw syntax error
https://bugs.webkit.org/show_bug.cgi?id=87454
Reviewed by Darin Adler.
Add a regression test, and rebaselined the existing tests since we throw
DOMException.SYNTAX_ERR instead of DOMException.INVALID_STATE_ERR.
* fast/dom/xhtml-fragment-parsing-exceptions-expected.txt: Added.
* fast/dom/xhtml-fragment-parsing-exceptions.xhtml: Added.
* fast/innerHTML/innerHTML-changing-document-properties-expected.txt:
* fast/parser/xhtml-innerhtml-null-byte-first.xhtml:
* fast/parser/xhtml-innerhtml-null-byte.xhtml:
2012-05-25 John Knottenbelt <jknotten@chromium.org>
Body scrollWidth() and scrollHeight() should be page scale-invariant
https://bugs.webkit.org/show_bug.cgi?id=87494
RenderView::documentRect() is calculating the "scaled" document rect by applying
the current transformation matrix to the unscaledDocumentRect() and then
returning the rounded-out IntRect result.
This rounding out is incorrect because it allows the scaled rectangle to
represent an area that is not actually covered by the document.
We fix this by applying the current transform to the document rect
as a FloatRect and then explicitly converting to IntRect, which
takes the floor of the resulting rectangle coordinates instead of
rounding them out.
This is evidenced by the document.body.scrollWidth() and
document.body.scrollHeight() changing under page scale factor when
they are expected to remain invariant.
Reviewed by James Robinson.
* fast/dom/window-scroll-scaling-expected.txt: Added.
* fast/dom/window-scroll-scaling.html: Added.
2012-05-25 Simon Fraser <simon.fraser@apple.com>
Terrible performance on http://alliances.commandandconquer.com/ and http://www.lordofultima.com/
https://bugs.webkit.org/show_bug.cgi?id=84410
Reviewed by Dave Hyatt.
Basic tests for compositing inside columns, and in a flipped-writing-mode
document.
* compositing/geometry/composited-in-columns-expected.png: Added.
* compositing/geometry/composited-in-columns-expected.txt: Added.
* compositing/geometry/composited-in-columns.html: Added.
* compositing/geometry/flipped-writing-mode-expected.png: Added.
* compositing/geometry/flipped-writing-mode-expected.txt: Added.
* compositing/geometry/flipped-writing-mode.html: Added.
2012-05-25 Andras Becsi <andras.becsi@nokia.com>
Acid3 fails in WebKit2 regression tests
https://bugs.webkit.org/show_bug.cgi?id=87187
Reviewed by Alexey Proskuryakov.
Since the link test in the acid3.html relies on visited link tracking
it should call layoutTestController.keepWebHistory() because visited
link tracking is disabled by default to avoid interdependencies between
test.
Update expected files and png's now that the result does not show the
"YOU SHOULD NOT SEE THIS AT ALL" text in red in the top left corner.
* http/tests/misc/acid3-expected.png:
* http/tests/misc/acid3-expected.txt:
* http/tests/misc/acid3.html: Fix test.
* platform/chromium-mac-leopard/http/tests/misc/acid3-expected.png:
* platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png:
* platform/chromium-mac/http/tests/misc/acid3-expected.png:
* platform/chromium-mac/http/tests/misc/acid3-expected.txt:
* platform/mac-wk2/http/tests/misc/acid3-expected.png: Same as the platform independent result. Removed.
* platform/mac-wk2/http/tests/misc/acid3-expected.txt: Same as the platform independent result. Removed.
2012-05-25 Kenneth Russell <kbr@google.com>
Incorporate new tex-image-and-sub-image-2d-with-video*.html tests
https://bugs.webkit.org/show_bug.cgi?id=87042
Reviewed by James Robinson.
Incorporated current version of video-related WebGL tests from
Khronos repository testing uploading to all packed pixel formats.
* fast/canvas/webgl/resources/tex-image-and-sub-image-2d-with-video.js: Added.
(generateTest.runOneIteration):
(generateTest.runTest):
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt:
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Copied from LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-expected.txt.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
* fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html:
2012-05-25 Jessie Berlin <jberlin@apple.com>
Rebaseline the Windows getComputedStyle results to reflect features
turned off on Windows.
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Added.
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added.
2012-05-25 Sukolsak Sakshuwong <sukolsak@google.com>
Pasting into contenteditable table cell pastes into adjacent cell instead.
https://bugs.webkit.org/show_bug.cgi?id=53933
Reviewed by Darin Adler.
This bug has been fixed. Add a test to make sure that it won't regress.
* editing/pasteboard/paste-into-table-cell-2-expected.txt: Added.
* editing/pasteboard/paste-into-table-cell-2.html: Added.
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Remove 6 incorrect baselines from http://trac.webkit.org/changeset/117821/
Unreviewed gardening.
* platform/chromium-win/fast/viewport/viewport-126-expected.txt: Removed.
* platform/chromium-win/fast/viewport/viewport-127-expected.txt: Removed.
* platform/chromium-win/fast/viewport/viewport-65-expected.txt: Removed.
* platform/chromium-win/fast/viewport/viewport-82-expected.txt: Removed.
* platform/chromium-win/fast/viewport/viewport-84-expected.txt: Removed.
* platform/chromium-win/fast/viewport/viewport-87-expected.txt: Removed.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Web Timing is not enabled on Windows
https://bugs.webkit.org/show_bug.cgi?id=42435
Add the fast/performance tests to the Windows Skipped list.
* platform/win/Skipped:
2012-05-25 Jessie Berlin <jberlin@apple.com>
File API is not yet supported on Windows
https://bugs.webkit.org/show_bug.cgi?id=37957
Add platform specific results for a test that attempts to use the FileReaderConstructor.
* platform/win/fast/dom/call-a-constructor-as-a-function-expected.txt: Added.
2012-05-25 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118395.
http://trac.webkit.org/changeset/118395
https://bugs.webkit.org/show_bug.cgi?id=87526
Breaking sites including GMail and Yahoo mail (Requested by
jsbell on #webkit).
* fast/css/clear-float-sibling-expected.html: Removed.
* fast/css/clear-float-sibling.html: Removed.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Skip the Network Information tests on Windows.
* platform/win/Skipped:
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Remove 2 incorrect rebaselines from http://trac.webkit.org/changeset/117818/
Unreviewed gardening.
* platform/chromium-mac/canvas/philip/tests/2d.imageData.create1.type-expected.txt: Removed.
* platform/chromium-mac/canvas/philip/tests/2d.imageData.create2.type-expected.txt: Removed.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Skip more WebGL tests on Windows.
* platform/win/Skipped:
2012-05-25 Elliot Poger <epoger@chromium.org>
New baselines for http://crbug.com/129184
Unreviewed rebaselining.
* platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium-linux/svg/transforms/svg-css-transforms-expected.png:
* platform/chromium-linux/transforms/svg-vs-css-expected.png:
* platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium-mac/svg/transforms/svg-css-transforms-expected.png:
* platform/chromium-mac/transforms/svg-vs-css-expected.png:
* platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
* platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
* platform/chromium-win/svg/transforms/svg-css-transforms-expected.png:
* platform/chromium-win/transforms/svg-vs-css-expected.png:
* platform/efl/svg/filters/subRegion-one-effect-expected.txt: Removed.
* platform/efl/svg/filters/subRegion-two-effects-expected.txt: Removed.
* platform/gtk/svg/filters/subRegion-one-effect-expected.txt: Removed.
* platform/gtk/svg/filters/subRegion-two-effects-expected.txt: Removed.
* platform/mac/svg/filters/subRegion-one-effect-expected.txt: Removed.
* platform/mac/svg/filters/subRegion-two-effects-expected.txt: Removed.
* platform/qt/svg/filters/subRegion-one-effect-expected.txt: Removed.
* platform/qt/svg/filters/subRegion-two-effects-expected.txt: Removed.
* svg/filters/subRegion-one-effect-expected.txt: Added.
* svg/filters/subRegion-two-effects-expected.txt: Added.
2012-05-25 Jessie Berlin <jberlin@apple.com>
Implement LayoutTest's eventSender.beginDragWithFiles interface in windows platform
https://bugs.webkit.org/show_bug.cgi?id=86296
Add more affected tests to the Windows Skipped list.
* platform/win/Skipped:
2012-05-25 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Hangup when continuously changing a css width value in Inspector
https://bugs.webkit.org/show_bug.cgi?id=85802
Reviewed by Vsevolod Vlasov.
* inspector/styles/styles-formatting-expected.txt:
* inspector/styles/styles-formatting.html:
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Widen CRASH expectation for visibility-simple-canvas2d-layer.html to include Mac10.6.
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Remove/restore test expectations for html5lib tests.
https://bugs.webkit.org/show_bug.cgi?id=87275
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-25 Joshua Bell <jsbell@chromium.org>
[Chromium] Remove test expectation for video-cookie.html now that the issue
is fixed on the Chromium side.
https://bugs.webkit.org/show_bug.cgi?id=87459
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-25 Jessie Berlin <jberlin@apple.com>
Remove the Windows platform-specific results for window-domurl-crash.
r115582 changed this test to use Blob instead of WebKitBlobBuilder, so the fact that Windows
doesn't support WebKitBlobBuilder no longer affects this test.
* platform/chromium-win/fast/dom/window-domurl-crash-expected.txt: Removed.
* platform/win/fast/dom/window-domurl-crash-expected.txt: Removed.
2012-05-25 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium test expectations update.
* platform/chromium/test_expectations.txt:
2012-05-25 Alexei Filippov <alexeif@chromium.org>
Web Inspector: Speed up edges iteration in heap profiler
https://bugs.webkit.org/show_bug.cgi?id=87286
Add an extra node to nodes array that points to the end of edges array.
It allows to eliminate a check for the last node in iteration code.
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
(initialize_HeapSnapshotTest.InspectorTest._postprocessHeapSnapshotMock):
2012-05-25 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118166, r118291 and r118442.
* platform/gtk/test_expectations.txt:
2012-05-25 Ilya Tikhonovsky <loislo@chromium.org>
Web Inspector: drop obsolete WebInspector.Uint32Array and adjust snapshot chunk size for better transfer-snapshot metric.
https://bugs.webkit.org/show_bug.cgi?id=87490
Originally WebInspector.Uint32Array was used for dynamic array
reallocation because we had no information about expected arrays sizes.
Now we have these sizes and allocates array precisely.
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.):
2012-05-25 Christophe Dumez <christophe.dumez@intel.com>
[EFL] fast/forms/color/input-value-sanitization-color.html can be unskipped
https://bugs.webkit.org/show_bug.cgi?id=87487
Unreviewed EFL gardening. Unskip
fast/forms/color/input-value-sanitization-color.html now that
INPUT_TYPE_COLOR flag has been enabled by default for EFL port in
r114113.
* platform/efl/Skipped:
2012-05-25 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [DRT] Gardening of failing tests and missing results
https://bugs.webkit.org/show_bug.cgi?id=87486
Unreviewed EFL gardening. Some rebaselines after r118448, and updated
expectations for a couple of tests.
* platform/efl/fast/html/details-position-expected.txt:
* platform/efl/fast/replaced/width100percent-checkbox-expected.png:
* platform/efl/fast/replaced/width100percent-checkbox-expected.txt:
* platform/efl/fast/replaced/width100percent-radio-expected.png:
* platform/efl/fast/replaced/width100percent-radio-expected.txt:
* platform/efl/mathml/presentation/fractions-expected.png:
* platform/efl/mathml/presentation/fractions-expected.txt:
* platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
* platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/efl/mathml/presentation/mo-stretch-expected.png:
* platform/efl/mathml/presentation/mo-stretch-expected.txt:
* platform/efl/mathml/presentation/subsup-expected.txt:
* platform/efl/test_expectations.txt:
2012-05-25 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Gardening. Skip a new test: fast/events/domactivate-sets-underlying-click-event-as-handled.html
because it times out on Qt and GTK platforms.
Reviewed by Csaba Osztrogonác.
* platform/qt/Skipped:
2012-05-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] Gardening. fast/events/option-tab.html does not pass
https://bugs.webkit.org/show_bug.cgi?id=87471
Unreviewed. fast/events/option-tab.html should not pass as the
EFL port uses different keyboard accelerators than Safari (via Chromium).
* platform/efl/test_expectations.txt:
2012-05-25 Keishi Hattori <keishi@webkit.org>
Bad checkValidity result on recently "enabled" form fields
https://bugs.webkit.org/show_bug.cgi?id=85704
Reviewed by Kent Tamura.
* fast/forms/disabled-attr-checkvalidity-expected.txt: Added.
* fast/forms/disabled-attr-checkvalidity.html: Added.
2012-05-25 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unreviewed gardening after r118448. Added rebaseline to 2 tests on Qt platform that
had 1 pixel differences because of rounding mistakes.
* platform/qt/fast/html/details-position-expected.txt:
* platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
2012-05-25 Ryosuke Niwa <rniwa@webkit.org>
Pasting text in input field is not available if <body> has visibility:hidden
https://bugs.webkit.org/show_bug.cgi?id=66754
Reviewed by Kent Tamura.
Add a regression test since this bug has been fixed by r99076.
* editing/pasteboard/input-with-visibility-hidden-expected.txt: Copied from input-with-display-none-div-expected.txt.
* editing/pasteboard/input-with-visibility-hidden.html: Copied from input-with-display-none-div.html.
2012-05-24 Kinuko Yasuda <kinuko@chromium.org>
[chromium] DataTransferItem.webkitGetAsEntry() shouldn't be exposed without flag yet
https://bugs.webkit.org/show_bug.cgi?id=87457
Reviewed by Kent Tamura.
* platform/chromium/test_expectations.txt: Marking tests using webkitGetAsEntry SKIP
2012-05-25 Rakesh KN <rakesh.kn@motorola.com>
RadioNodeList does not include a object element
https://bugs.webkit.org/show_bug.cgi?id=87371
Reviewed by Kent Tamura.
* fast/forms/form-collection-radio-node-list-expected.txt:
* fast/forms/form-collection-radio-node-list.html:
Updated test to include test for object element.
2012-05-25 Jan Keromnes <janx@linux.com>
Web Inspector: Resource object has no methods getContent and setContent
https://bugs.webkit.org/show_bug.cgi?id=87424
This fixes the expected test result for `handleOpenResource()`, see fix
for bug #87424 in Source/WebCore/inspector/front-end/ExtensionAPI.js.
Reviewed by Vsevolod Vlasov.
* inspector/extensions/extensions-resources-expected.txt:
2012-05-25 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed chromium test expectations rebaseline.
* platform/chromium-mac-leopard/editing/spelling/grammar-markers-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/spelling/grammar-markers-expected.png: Added.
* platform/chromium-mac/editing/spelling/grammar-markers-expected.png: Added.
* platform/chromium-win/editing/spelling/grammar-markers-expected.png: Added.
2012-05-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, unskip now passing tests.
* platform/qt/Skipped:
2012-05-25 Tony Payne <tpayne@chromium.org>
Add tests for JPEG and PNG images with a non-generic RGB color profile
https://bugs.webkit.org/show_bug.cgi?id=87437
No layout test currently covers a color transform except for the no-op case of a
Generic RGB profile (image) -> Generic RGB profile (screen) color transform. Add
tests for JPEG and PNG images with a non-identity color correction transform, in
particular, use test images with a (non-generic) RGB color profile.
Reviewed by Kent Tamura.
* fast/images/jpeg-with-color-profile-expected.txt: Added.
* fast/images/jpeg-with-color-profile.html: Added.
* fast/images/png-with-color-profile-expected.txt: Added.
* fast/images/png-with-color-profile.html: Added.
* fast/images/resources/red-at-12-oclock-with-color-profile.jpg: Added. The image
has an RGB color profile (non-generic). If color correction is correctly applied,
the image red sector appears at the 12 o'clock position. If color correction fails,
the red sector appears at 4 o'clock.
* fast/images/resources/red-at-12-oclock-with-color-profile.png: Added, and ditto
for the expected image red sector position and image color profile type.
* platform/chromium/test_expectations.txt: Add MISSING expectations.
* platform/mac-snowleopard/fast/images/jpeg-with-color-profile-expected.png: Added.
* platform/mac-snowleopard/fast/images/png-with-color-profile-expected.png: Added.
2012-05-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, unskip a now passing test.
* platform/qt/Skipped:
2012-05-25 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening. Unskip a passing test and mark it as SLOW.
* platform/qt/Skipped:
* platform/qt/test_expectations.txt:
2012-05-24 Kent Tamura <tkent@chromium.org>
PAGE_POPUP: window.setValueAndClosePopup should be moved to a
per-context property of DOMWindow.
https://bugs.webkit.org/show_bug.cgi?id=87086
Reviewed by Adam Barth.
* fast/forms/date/no-page-popup-controller-expected.txt: Added.
* fast/forms/date/no-page-popup-controller.html: Added.
2012-05-24 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening, rebaselining fast/multicol/span/clone-flexbox.html.
* platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
2012-05-24 Hironori Bono <hbono@chromium.org>
Enable grammar checking on Chromium when we paste text (Take 2)
https://bugs.webkit.org/show_bug.cgi?id=74393
Reviewed by Ryosuke Niwa.
This change enables grammar checking on Chromium and implements a mock grammar
checker to fix a failing test.
* editing/spelling/grammar-markers-expected.txt: Added.
* editing/spelling/grammar-markers.html: Added.
* platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
* platform/chromium/test_expectations.txt:
* platform/mac/editing/spelling/grammar-markers-expected.png: Added.
2012-05-24 Dominic Mazzoni <dmazzoni@google.com>
Crash in WebCore::AccessibilityTable::isDataTable
https://bugs.webkit.org/show_bug.cgi?id=87409
Reviewed by Abhishek Arya.
* accessibility/contenteditable-table-check-causes-crash-expected.txt: Added.
* accessibility/contenteditable-table-check-causes-crash.html: Added.
2012-05-24 Filip Pizlo <fpizlo@apple.com>
REGRESSION (r118013-r118031): Loops/Reloads under www.yahoo.com, quits after three tries with error
https://bugs.webkit.org/show_bug.cgi?id=87327
Reviewed by Geoffrey Garen.
* fast/js/dfg-check-two-structures-expected.txt: Added.
* fast/js/dfg-check-two-structures.html: Added.
* fast/js/script-tests/dfg-check-two-structures.js: Added.
(foo):
2012-05-24 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [DRT] Add support for WebKitOfflineWebApplicationCacheEnabled preference
https://bugs.webkit.org/show_bug.cgi?id=86842
Reviewed by Antonio Gomes.
Unskip passing test http/tests/appcache/disabled.html
* platform/efl/Skipped:
2012-05-24 Zan Dobersek <zandobersek@gmail.com>
[Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
https://bugs.webkit.org/show_bug.cgi?id=85591
Reviewed by Philippe Normand.
Remove CRASH text expectations for plenty of tests that have been
consistently passing on all the Gtk builders.
* platform/gtk/test_expectations.txt:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Unreviewed gardening, add expectation for new failure.
* platform/chromium/test_expectations.txt:
2012-05-24 Hayato Ito <hayato@chromium.org>
Fix crashes caused by a DOMCharacterDataModified event on a text node.
https://bugs.webkit.org/show_bug.cgi?id=86953
Reviewed by Dimitri Glazkov.
* fast/events/dom-character-data-modified-textarea-crash-expected.txt: Added.
* fast/events/dom-character-data-modified-textarea-crash.html: Added.
2012-05-24 Philippe Normand <pnormand@igalia.com>
Unreviewed, GTK rebaselines after r118448 and r118353.
* platform/gtk/fast/forms/001-expected.txt:
* platform/gtk/fast/html/details-position-expected.txt:
* platform/gtk/fast/js/global-constructors-expected.txt:
* platform/gtk/fast/multicol/span/clone-flexbox-expected.txt:
* platform/gtk/fast/replaced/width100percent-checkbox-expected.txt:
* platform/gtk/fast/replaced/width100percent-radio-expected.txt:
* platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug1318-expected.txt:
* platform/gtk/tables/mozilla/bugs/bug4527-expected.txt:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Widen expectations for a couple of tests to include LEOPARD.
https://bugs.webkit.org/show_bug.cgi?id=81638
https://bugs.webkit.org/show_bug.cgi?id=81931
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] More rebaselines following r118448.
Unreviewed gardening (but I talked to eae about it).
* platform/chromium-mac-leopard/fast/forms/001-expected.png:
* platform/chromium-mac-leopard/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac-leopard/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac-leopard/tables/mozilla/bugs/bug4527-expected.png:
2012-05-24 Jessie Berlin <jberlin@apple.com>
Disable all the shadow dom tests on Windows, since the feature isn't enabled there.
* platform/win/Skipped:
2012-05-24 Jessie Berlin <jberlin@apple.com>
[Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes in
ScrollView::delegatesScrolling
https://bugs.webkit.org/show_bug.cgi?id=87431
Add another affected test to the Windows Skipped list.
* platform/win/Skipped:
2012-05-24 Pete Williamson <petewil@google.com>
[Chromium] Re-enable some layout tests that now pass reliably
https://bugs.webkit.org/show_bug.cgi?id=87064
Reviewed by Dmitry Titov.
* platform/chromium/test_expectations.txt:
2012-05-24 Jessie Berlin <jberlin@apple.com>
ietestcenter/css3/valuesandunits/units-000.htm asserts
https://bugs.webkit.org/show_bug.cgi?id=86176
Add it to the Windows Skipped list to get the bots green.
* platform/win/Skipped:
2012-05-24 Jessie Berlin <jberlin@apple.com>
webkit crashes on debug builds when running IETC flexbox-ordinal-group-001.htm
https://bugs.webkit.org/show_bug.cgi?id=85832
Add it to the Windows Skipped list to get the bots green.
* platform/win/Skipped:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Rebaselines following r118448.
Unreviewed gardening (but I talked to eae about it).
* platform/chromium-mac-snowleopard/fast/forms/001-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/fast/forms/001-expected.png:
* platform/chromium-mac/fast/forms/001-expected.txt:
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.png:
* platform/chromium-mac/fast/replaced/width100percent-radio-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.png:
* platform/chromium-mac/tables/mozilla/bugs/bug4527-expected.txt:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Update test expectation pathnames following r118418.
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-24 Ryosuke Niwa <rniwa@webkit.org>
REGRESSION (r112399): insertHTML doesn't respect current selection range and inserts HTML to incorrect position
https://bugs.webkit.org/show_bug.cgi?id=87195
Reviewed by Darin Adler.
Add a regression test.
* editing/pasteboard/paste-at-end-of-node-followed-by-inline-element-expected.txt: Added.
* editing/pasteboard/paste-at-end-of-node-followed-by-inline-element.html: Added.
2012-05-24 Emil A Eklund <eae@chromium.org>
REGRESSION (115573): Incorrect rounding of margins for floats
https://bugs.webkit.org/show_bug.cgi?id=87319
Reviewed by Eric Seidel.
Add new test ensuring that using margins with floats doesn't cause
undesired wrapping.
* fast/block/float/floats-with-margin-should-not-wrap-expected.txt: Added.
* fast/block/float/floats-with-margin-should-not-wrap.html: Added.
* platform/mac/fast/forms/001-expected.txt:
* platform/mac/fast/html/details-position-expected.txt:
* platform/mac/fast/replaced/width100percent-checkbox-expected.txt:
* platform/mac/fast/replaced/width100percent-radio-expected.txt:
* platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
* platform/mac/tables/mozilla/bugs/bug1318-expected.txt:
* platform/mac/tables/mozilla/bugs/bug4527-expected.txt:
2012-05-24 Christophe Dumez <christophe.dumez@intel.com>
postMessage and webkitPostMessage should behave the same way
https://bugs.webkit.org/show_bug.cgi?id=87384
Reviewed by Adam Barth.
Update global test expectation for
fast/dom/Window/window-postmessage-args.html now that JSC's
postMessage implementation supports transfer of MessagePorts.
* fast/dom/Window/window-postmessage-args-expected.txt:
2012-05-24 Pablo Flouret <pablof@motorola.com>
Submit button doesn't submit the form if the form is wrapped by an anchor tag
https://bugs.webkit.org/show_bug.cgi?id=86719
Reviewed by Ryosuke Niwa.
* fast/forms/form-in-anchor-controls-activation-expected.txt: Added.
* fast/forms/form-in-anchor-controls-activation.html: Added.
2012-05-24 Jessie Berlin <jberlin@apple.com>
Assertion failure in replaySavedEvents() when running editing/selection/drag-in-iframe.html
and editing/pasteboard/drop-text-events.html and fast/events/dragging-mouse-moves.html
https://bugs.webkit.org/show_bug.cgi?id=21796
Add yet another affected test to the Windows Skipped list to get the bots green.
* platform/win/Skipped:
2012-05-24 Jessie Berlin <jberlin@apple.com>
[Win] LayoutTests/editing/selection/selection-plugin-clear-crash.html crashes
https://bugs.webkit.org/show_bug.cgi?id=87431
Add it to the Windows Skipped list to get the bots green.
* platform/win/Skipped:
2012-05-24 Jeffrey Pfau <jpfau@apple.com>
Test case for focusing readonly elements
https://bugs.webkit.org/show_bug.cgi?id=87429
Reviewed by Joseph Pecoraro.
* fast/forms/input-readonly-focus-expected.txt: Added.
* fast/forms/input-readonly-focus.html: Added.
2012-05-24 Levi Weintraub <leviw@chromium.org>
Avoid creating InlineBoxes for floating and positioned objects in isolates.
https://bugs.webkit.org/show_bug.cgi?id=87277
Reviewed by Eric Seidel.
* fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Added.
* fast/text/international/float-as-only-child-of-isolate-crash.html: Added.
2012-05-24 Jessie Berlin <jberlin@apple.com>
DOM ClipboardData.setData does not allow writes during clipboard events
https://bugs.webkit.org/show_bug.cgi?id=17645
Add the more affected tests to the Windows Skipped list in order to get the bots green and
clean up the entry in the Skipped list to reference the bugs.webkit.org URL instead of the
Radar URL.
* platform/win/Skipped:
2012-05-24 Aaron Colwell <acolwell@chromium.org>
Move format independent Media Source tests to http/tests/media/media-source
https://bugs.webkit.org/show_bug.cgi?id=86688
Reviewed by Eric Carlson.
* http/tests/media/media-source/media-source.js: Added. Replaces webm/webm-media-source.js.
(MediaSourceTest.SegmentHelper): Helper class for loading & managing segment data.
(MediaSourceTest.SegmentHelper.prototype.init.getDataCallback):
(MediaSourceTest.SegmentHelper.prototype.init): Initializes helper and starts loading segment data into memory.
(MediaSourceTest.SegmentHelper.prototype.getInitSegmentDone_): Called when the initialization segment has been loaded.
(MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_.getDataCallback):
(MediaSourceTest.SegmentHelper.prototype.downloadMediaSegment_): Downloads the i'th media segment.
(MediaSourceTest.SegmentHelper.prototype.downloadMediaSegmentDone_): Called when the media segment is download. Initiates downloading of the next segment if we don't have them all yet.
(MediaSourceTest.SegmentHelper.prototype.getData_.request.onload):
(MediaSourceTest.SegmentHelper.prototype.getData_): Private helper function that downloads data with XHR.
(MediaSourceTest.SegmentHelper.prototype.addSourceId): Helper function that adds a SourceID using the type specified in the segmentInfo.
(MediaSourceTest.SegmentHelper.prototype.appendInitSegment): Append the initialization segment using webkitSourceAppend().
(MediaSourceTest.SegmentHelper.prototype.appendMediaSegment): Appends the i'th media segment using webkitSourceAppend().
(MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream): Starts appending at the i'th media segment and continues appending segments until it has appended the last one.
(MediaSourceTest.SegmentHelper.prototype.getTimeForMediaSegment): Gets the starting timestamp for the i'th media segment.
(MediaSourceTest.SegmentHelper.prototype.getMediaSegmentIndexForTimestamp): Gets the media segment index number for the specified timestamp.
(MediaSourceTest.setSrcToMediaSourceTestURL): Helper function that sets src to webkitMediaSourceURL.
(MediaSourceTest.mediaErrorString): Helper function that converts a MediaError code to a string.
(MediaSourceTest.defaultOnErrorChecks): Default event handler for error events.
(MediaSourceTest.runNext_.runNextFunction): Function passed to a test case to trigger moving on to the next test.
(MediaSourceTest.runNext_.errorEventHandler): Error event handler to use for a test case. This allows moving on to the next test if we get an unexpected error.
(MediaSourceTest.runNext_): Private helper function for running a single test case.
(MediaSourceTest.startTesting): Runs the test case harness.
(MediaSourceTest.startSourceOpenTesting.testWrapperFunction): Wraps test case functions so that they will get called when webkitsourceopen event fires.
(MediaSourceTest.startSourceOpenTesting): Runs the test case harness where test case functions are run from the webkitsourceopen event handler.
(MediaSourceTest.runOnSourceOpen.eventHandlerFunction):
(MediaSourceTest.runOnSourceOpen): Helper function that enable Media Source and calls a function when the webkitsourceopen fires.
(MediaSourceTest.logSourceState): Logs the current webkitSourceState to the console.
(MediaSourceTest.expectSourceState): Helper function that verifies a webkitSourceState expectatation.
(MediaSourceTest.getSourceStateName): Converts a sourcestate value into a string.
(MediaSourceTest.expectReadyState): Helper function that verifies a readyState expectation.
(MediaSourceTest.getReadyStateName): Converts a readyState value into a string.
* http/tests/media/media-source/video-media-source-abort-expected.txt: Added.
* http/tests/media/media-source/video-media-source-abort.html: Added.
* http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-add-and-remove-ids-expected.txt.
* http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Added.
* http/tests/media/media-source/video-media-source-errors-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-errors-expected.txt.
* http/tests/media/media-source/video-media-source-errors.html: Added.
* http/tests/media/media-source/video-media-source-event-attributes.html:
* http/tests/media/media-source/video-media-source-play-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play-expected.txt.
* http/tests/media/media-source/video-media-source-play.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-play.html.
* http/tests/media/media-source/video-media-source-seek-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek-expected.txt.
* http/tests/media/media-source/video-media-source-seek.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-seek.html.
* http/tests/media/media-source/video-media-source-state-changes-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes-expected.txt.
* http/tests/media/media-source/video-media-source-state-changes.html: Renamed from LayoutTests/http/tests/media/media-source/webm/video-media-source-state-changes.html.
* http/tests/media/media-source/webm/video-media-source-abort-expected.txt: Removed.
* http/tests/media/media-source/webm/video-media-source-abort.html: Removed.
* http/tests/media/media-source/webm/video-media-source-add-and-remove-ids.html: Removed.
* http/tests/media/media-source/webm/video-media-source-errors.html: Removed.
* http/tests/media/media-source/webm/webm-media-source.js: Removed.
* http/tests/media/resources/media-source/webm/segment-info.js: Added. Contains segment information for test.webm.
* http/tests/media/resources/media-source/webm/test.webm.cluster-0: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-1: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-10: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-11: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-12: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-13: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-14: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-15: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-2: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-3: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-4: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-5: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-6: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-7: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-8: Removed.
* http/tests/media/resources/media-source/webm/test.webm.cluster-9: Removed.
* http/tests/media/resources/media-source/webm/test.webm.headers: Removed.
2012-05-24 Jessie Berlin <jberlin@apple.com>
[Win] ASSERTION FAILED !m_ptr under AccessibilityController::winAddNotificationListener
https://bugs.webkit.org/show_bug.cgi?id=87426
Add the affected tests to the Windows Skipped list in order to get the bots green.
* platform/win/Skipped:
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Update test expectation for fast/js/string-replace-2.html on debug
https://bugs.webkit.org/show_bug.cgi?id=87423
* platform/chromium/test_expectations.txt:
2012-05-24 Jessie Berlin <jberlin@apple.com>
[Win] Crash under DocumentLoader::didTellClientAboutLoad when running
fast/dom/Window/Location/window-override-location-using-defineGetter.html
fast/dom/Window/Location/set-location-after-close.html
Skip set-location-after-close.html on Windows.
* platform/win/Skipped:
2012-05-24 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL] [DRT] keyboard-related tests do not pass
https://bugs.webkit.org/show_bug.cgi?id=85369
Reviewed by Gustavo Noronha Silva.
* platform/efl/Skipped: Unskipped keyboard-related tests.
2012-05-24 Joshua Bell <jsbell@chromium.org>
[Chromium] Widen test suppressions to include linux crash.
https://bugs.webkit.org/show_bug.cgi?id=87160
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-24 Yael Aharon <yael.aharon@nokia.com>
[Qt] Stop using the flag FIXED_POSITION_CREATES_STACKING_CONTEXT
https://bugs.webkit.org/show_bug.cgi?id=87392
Reviewed by Antonio Gomes.
Update test expectations, since now don't turn on the setting when running layout tests.
* platform/qt/fast/block/positioning/016-expected.txt:
* platform/qt/fast/block/positioning/025-expected.txt:
2012-05-24 Robert Hogan <robert@webkit.org>
Negative margin block doesn't properly clear a float enclosed by a previous sibling
https://bugs.webkit.org/show_bug.cgi?id=10900
Reviewed by David Hyatt.
* fast/css/clear-float-sibling-expected.html: Added.
* fast/css/clear-float-sibling.html: Added.
2012-05-24 Jessie Berlin <jberlin@apple.com>
Clean up the Windows Skipped list a bit.
Update it for the renames in r108832 and the test removed in r113532.
Also, replace "//" with "#" in a couple comments.
* platform/win/Skipped:
2012-05-24 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Modify keycode conversion functions to return keycodes with location information after r118001.
https://bugs.webkit.org/show_bug.cgi?id=87203
Reviewed by Andreas Kling.
* platform/efl/test_expectations.txt: Unskip fast/events/keydown-leftright-keys.html.
2012-05-24 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Update test expectations for layout test fast/events/click-focus-anchor.html
https://bugs.webkit.org/show_bug.cgi?id=87293
Reviewed by Eric Seidel.
Anchor elements are mouse focusable in EFL port.
* fast/events/click-focus-anchor-expected.txt:
* fast/events/click-focus-anchor.html:
* platform/efl/Skipped:
* platform/efl/fast/events/click-focus-anchor-expected.txt:
* platform/gtk/fast/events/click-focus-anchor-expected.txt:
* platform/qt/fast/events/click-focus-anchor-expected.txt:
2012-05-24 Alexander Shalamov <alexander.shalamov@intel.com>
[EFL] Update test expectations for layout test fast/events/click-focus-control.html
https://bugs.webkit.org/show_bug.cgi?id=87295
Reviewed by Eric Seidel.
HTMLFormControlElement is not mouse focusable in EFL port.
* platform/efl/Skipped:
* platform/efl/fast/events/click-focus-control-expected.txt: Added.
2012-05-24 János Badics <jbadics@inf.u-szeged.hu>
[Qt] Unskip and rebase now passing tests from qt-5.0/Skipped list.
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.png: Added.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-1-expected.txt: Added.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.png: Added.
* platform/qt-5.0-wk2/editing/pasteboard/4944770-2-expected.txt: Added.
* platform/qt-5.0-wk2/editing/selection/select-box-expected.png: Added.
* platform/qt-5.0-wk2/editing/selection/select-box-expected.txt: Added.
* platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.png: Added.
* platform/qt-5.0-wk2/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
* platform/qt-5.0-wk2/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
* platform/qt-5.0-wk2/fast/dynamic/008-expected.png: Added.
* platform/qt-5.0-wk2/fast/dynamic/008-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/select-background-none-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.png: Added.
* platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt: Added.
* platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/qt-5.0-wk2/fast/parser/entity-comment-in-textarea-expected.txt: Added.
* platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/qt-5.0-wk2/fast/parser/open-comment-in-textarea-expected.txt: Added.
* platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.png: Added.
* platform/qt-5.0-wk2/fast/replaced/three-selects-break-expected.txt: Added.
* platform/qt-5.0-wk2/fast/table/003-expected.png: Added.
* platform/qt-5.0-wk2/fast/table/003-expected.txt: Added.
* platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.png: Added.
* platform/qt-5.0-wk2/fast/text/large-text-composed-char-expected.txt: Added.
* platform/qt-5.0/Skipped:
* platform/qt-5.0/editing/pasteboard/4944770-1-expected.png: Added.
* platform/qt-5.0/editing/pasteboard/4944770-1-expected.txt: Added.
* platform/qt-5.0/editing/pasteboard/4944770-2-expected.png: Added.
* platform/qt-5.0/editing/pasteboard/4944770-2-expected.txt: Added.
* platform/qt-5.0/editing/selection/select-box-expected.png: Added.
* platform/qt-5.0/editing/selection/select-box-expected.txt: Added.
* platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.png: Added.
* platform/qt-5.0/editing/selection/select-element-paragraph-boundary-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceMotion/create-event-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceMotion/no-page-cache-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceMotion/optional-event-properties-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceMotion/window-property-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceOrientation/create-event-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceOrientation/no-page-cache-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceOrientation/optional-event-properties-expected.txt: Added.
* platform/qt-5.0/fast/dom/DeviceOrientation/window-property-expected.txt: Added.
* platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png: Added.
* platform/qt-5.0/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt: Added.
* platform/qt-5.0/fast/dom/Orientation/create-event-orientationchange-expected.txt: Added.
* platform/qt-5.0/fast/dom/Window/window-properties-device-orientation-expected.txt: Added.
* platform/qt-5.0/fast/dynamic/008-expected.png: Added.
* platform/qt-5.0/fast/dynamic/008-expected.txt: Added.
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.png: Added.
* platform/qt-5.0/fast/forms/HTMLOptionElement_label06-expected.txt: Added.
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.png: Added.
* platform/qt-5.0/fast/forms/HTMLOptionElement_label07-expected.txt: Added.
* platform/qt-5.0/fast/forms/box-shadow-override-expected.png: Added.
* platform/qt-5.0/fast/forms/box-shadow-override-expected.txt: Added.
* platform/qt-5.0/fast/forms/form-element-geometry-expected.png: Added.
* platform/qt-5.0/fast/forms/form-element-geometry-expected.txt: Added.
* platform/qt-5.0/fast/forms/input-disabled-color-expected.png: Added.
* platform/qt-5.0/fast/forms/input-disabled-color-expected.txt: Added.
* platform/qt-5.0/fast/forms/menulist-separator-painting-expected.png: Added.
* platform/qt-5.0/fast/forms/menulist-separator-painting-expected.txt: Added.
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.png: Added.
* platform/qt-5.0/fast/forms/placeholder-pseudo-style-expected.txt: Added.
* platform/qt-5.0/fast/forms/select-background-none-expected.png: Added.
* platform/qt-5.0/fast/forms/select-background-none-expected.txt: Added.
* platform/qt-5.0/fast/forms/select-baseline-expected.png: Added.
* platform/qt-5.0/fast/forms/select-baseline-expected.txt: Added.
* platform/qt-5.0/fast/forms/selectlist-minsize-expected.png: Added.
* platform/qt-5.0/fast/forms/selectlist-minsize-expected.txt: Added.
* platform/qt-5.0/fast/forms/textarea-align-expected.png: Added.
* platform/qt-5.0/fast/forms/textarea-align-expected.txt: Added.
* platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.png: Added.
* platform/qt-5.0/fast/forms/textarea-setinnerhtml-expected.txt: Added.
* platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.png: Added.
* platform/qt-5.0/fast/parser/entity-comment-in-textarea-expected.txt: Added.
* platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.png: Added.
* platform/qt-5.0/fast/parser/open-comment-in-textarea-expected.txt: Added.
* platform/qt-5.0/fast/replaced/three-selects-break-expected.png: Added.
* platform/qt-5.0/fast/replaced/three-selects-break-expected.txt: Added.
* platform/qt-5.0/fast/table/003-expected.png: Added.
* platform/qt-5.0/fast/table/003-expected.txt: Added.
* platform/qt-5.0/fast/text/basic/003-expected.png: Added.
* platform/qt-5.0/fast/text/basic/003-expected.txt: Added.
* platform/qt-5.0/fast/text/large-text-composed-char-expected.png: Added.
* platform/qt-5.0/fast/text/large-text-composed-char-expected.txt: Added.
* platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.png: Added.
* platform/qt-5.0/fast/text/letter-spacing-negative-opacity-expected.txt: Added.
* platform/qt-5.0/fast/xsl/document-function-expected.png: Added.
* platform/qt-5.0/fast/xsl/document-function-expected.txt: Added.
* platform/qt-5.0/fast/xsl/xslt-entity-expected.png: Added.
* platform/qt-5.0/fast/xsl/xslt-entity-expected.txt: Added.
2012-05-24 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: [regression] search in formatted scripts is broken.
https://bugs.webkit.org/show_bug.cgi?id=87377
Reviewed by Vsevolod Vlasov.
* inspector/debugger/script-formatter-search-expected.txt: Added.
* inspector/debugger/script-formatter-search.html: Added.
2012-05-24 Jessie Berlin <jberlin@apple.com>
Fix the Mac tests after r118353.
* platform/mac/fast/js/global-constructors-expected.txt:
2012-05-24 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt5][WK2] Gardening. Skip failing test after r118058.
https://bugs.webkit.org/show_bug.cgi?id=87395
Reviewed by Csaba Osztrogonác.
* platform/qt-5.0-wk2/Skipped: Skip fast/forms/ValidityState-valueMissing-002.html.
2012-05-24 Zoltan Arvai <zarvai@inf.u-szeged.hu>
[Qt] Gardening. Remove no more required expected file.
[WK2] Skip test that uses unimplemented feature.
https://bugs.webkit.org/show_bug.cgi?id=81042
Reviewed by Csaba Osztrogonác.
* platform/qt/svg/custom/global-constructors-expected.txt: Removed.
* platform/wk2/Skipped: editing/spelling/grammar-markers.html.
2012-05-24 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118352.
http://trac.webkit.org/changeset/118352
https://bugs.webkit.org/show_bug.cgi?id=87390
Caused 6 editing/spelling tests crash/fail on chromium in
debug. (Requested by vsevik on #webkit).
* editing/spelling/grammar-markers-expected.txt: Removed.
* editing/spelling/grammar-markers.html: Removed.
* platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Removed.
* platform/chromium/test_expectations.txt:
* platform/mac/editing/spelling/grammar-markers-expected.png: Removed.
2012-05-24 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118256.
http://trac.webkit.org/changeset/118256
https://bugs.webkit.org/show_bug.cgi?id=87388
It still fails on Qt5-WK2 (Requested by Ossy on #webkit).
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
2012-05-24 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
[EFL] [DRT] Add baselines for execCommand tests which are missing expected results
https://bugs.webkit.org/show_bug.cgi?id=84839
Unreviewed gardening, add EFL baselines for execCommand tests and move a
few tests which rely on copy & paste functionality to test_expectations.txt.
* platform/efl/editing/execCommand/4580583-1-expected.png: Added.
* platform/efl/editing/execCommand/4580583-1-expected.txt: Added.
* platform/efl/editing/execCommand/4580583-2-expected.png: Added.
* platform/efl/editing/execCommand/4580583-2-expected.txt: Added.
* platform/efl/editing/execCommand/4641880-1-expected.png: Added.
* platform/efl/editing/execCommand/4641880-1-expected.txt: Added.
* platform/efl/editing/execCommand/4641880-2-expected.png: Added.
* platform/efl/editing/execCommand/4641880-2-expected.txt: Added.
* platform/efl/editing/execCommand/4747450-expected.png: Added.
* platform/efl/editing/execCommand/4747450-expected.txt: Added.
* platform/efl/editing/execCommand/4916402-expected.png: Added.
* platform/efl/editing/execCommand/4916402-expected.txt: Added.
* platform/efl/editing/execCommand/4916541-expected.png: Added.
* platform/efl/editing/execCommand/4916541-expected.txt: Added.
* platform/efl/editing/execCommand/4924441-expected.png: Added.
* platform/efl/editing/execCommand/4924441-expected.txt: Added.
* platform/efl/editing/execCommand/5080333-1-expected.png: Added.
* platform/efl/editing/execCommand/5080333-1-expected.txt: Added.
* platform/efl/editing/execCommand/5080333-2-expected.png: Added.
* platform/efl/editing/execCommand/5080333-2-expected.txt: Added.
* platform/efl/editing/execCommand/5136770-expected.png: Added.
* platform/efl/editing/execCommand/5136770-expected.txt: Added.
* platform/efl/editing/execCommand/5138441-expected.png: Added.
* platform/efl/editing/execCommand/5138441-expected.txt: Added.
* platform/efl/editing/execCommand/5142012-1-expected.png: Added.
* platform/efl/editing/execCommand/5142012-1-expected.txt: Added.
* platform/efl/editing/execCommand/5142012-2-expected.png: Added.
* platform/efl/editing/execCommand/5142012-2-expected.txt: Added.
* platform/efl/editing/execCommand/5190926-expected.png: Added.
* platform/efl/editing/execCommand/5190926-expected.txt: Added.
* platform/efl/editing/execCommand/5481523-expected.png: Added.
* platform/efl/editing/execCommand/5481523-expected.txt: Added.
* platform/efl/editing/execCommand/5482023-expected.png: Added.
* platform/efl/editing/execCommand/5482023-expected.txt: Added.
* platform/efl/editing/execCommand/5569741-expected.png: Added.
* platform/efl/editing/execCommand/5569741-expected.txt: Added.
* platform/efl/editing/execCommand/create-list-with-hr-expected.png: Added.
* platform/efl/editing/execCommand/create-list-with-hr-expected.txt: Added.
* platform/efl/editing/execCommand/findString-2-expected.png: Added.
* platform/efl/editing/execCommand/findString-2-expected.txt: Added.
* platform/efl/editing/execCommand/findString-expected.png: Added.
* platform/efl/editing/execCommand/findString-expected.txt: Added.
* platform/efl/editing/execCommand/format-block-with-trailing-br-expected.png: Added.
* platform/efl/editing/execCommand/indent-empty-root-expected.png: Added.
* platform/efl/editing/execCommand/indent-empty-root-expected.txt: Added.
* platform/efl/editing/execCommand/indent-list-item-expected.png: Added.
* platform/efl/editing/execCommand/indent-list-item-expected.txt: Added.
* platform/efl/editing/execCommand/indent-selection-expected.png: Added.
* platform/efl/editing/execCommand/indent-selection-expected.txt: Added.
* platform/efl/editing/execCommand/insert-list-and-stitch-expected.png: Added.
* platform/efl/editing/execCommand/insert-list-and-stitch-expected.txt: Added.
* platform/efl/editing/execCommand/insertHorizontalRule-expected.png: Added.
* platform/efl/editing/execCommand/insertHorizontalRule-expected.txt: Added.
* platform/efl/editing/execCommand/insertImage-expected.png: Added.
* platform/efl/editing/execCommand/insertImage-expected.txt: Added.
* platform/efl/editing/execCommand/nsresponder-indent-expected.png: Added.
* platform/efl/editing/execCommand/nsresponder-indent-expected.txt: Added.
* platform/efl/editing/execCommand/nsresponder-outdent-expected.png: Added.
* platform/efl/editing/execCommand/nsresponder-outdent-expected.txt: Added.
* platform/efl/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
* platform/efl/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
* platform/efl/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
* platform/efl/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
* platform/efl/editing/execCommand/print-expected.png: Added.
* platform/efl/editing/execCommand/print-expected.txt: Added.
* platform/efl/editing/execCommand/remove-list-from-range-selection-expected.png: Added.
* platform/efl/editing/execCommand/remove-list-from-range-selection-expected.txt: Added.
* platform/efl/editing/execCommand/remove-list-item-1-expected.png: Added.
* platform/efl/editing/execCommand/remove-list-item-1-expected.txt: Added.
* platform/efl/editing/execCommand/selectAll-expected.png: Added.
* platform/efl/editing/execCommand/selectAll-expected.txt: Added.
* platform/efl/test_expectations.txt:
2012-05-24 Pavel Feldman <pfeldman@chromium.org>
Web Inspector: introduce virtual resource for inspector stylesheet.
https://bugs.webkit.org/show_bug.cgi?id=87357
Reviewed by Vsevolod Vlasov.
* inspector/styles/edit-inspector-stylesheet-expected.txt: Added.
* inspector/styles/edit-inspector-stylesheet.html: Added.
* inspector/styles/styles-add-new-rule-expected.txt:
* inspector/styles/styles-add-new-rule.html:
* inspector/styles/undo-add-new-rule-expected.txt:
2012-05-24 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] LayoutTestController's setCacheModel() implementation
https://bugs.webkit.org/show_bug.cgi?id=86840
Reviewed by Csaba Osztrogonác.
* platform/efl/Skipped: Unskipped fast/dom/HTMLScriptElement/nested-execution.html.
2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] Unreviewed. Update platform specific expectation after r118353
* platform/qt/fast/js/global-constructors-expected.txt:
2012-05-24 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Add platform specific expectation.
* platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt: Added after r117672.
2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] r118325 made two inspector tests to fail
https://bugs.webkit.org/show_bug.cgi?id=87385
Unreviewed gardening.
* platform/qt/Skipped: skip the failing tests
2012-05-24 Rakesh KN <rakesh.kn@motorola.com>
Filter for RadioNodeList should be case sensitive.
https://bugs.webkit.org/show_bug.cgi?id=87369
Reviewed by Kent Tamura.
* fast/forms/form-collection-radio-node-list.html:
2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
new test fast/js/dfg-arguments-mixed-alias.html fail on 32 bit linux
https://bugs.webkit.org/show_bug.cgi?id=87378
Unreviewed gardening.
* platform/qt/Skipped: skip the failing test
2012-05-24 Nikolas Zimmermann <nzimmermann@rim.com>
SVGZoomAndPan constants are missing from window object
https://bugs.webkit.org/show_bug.cgi?id=15494
Reviewed by Rob Buis.
SVGZoomAndPan is now available as global constructor, rebaseline results.
* svg/custom/global-constructors-expected.txt:
* svg/custom/js-svg-constructors-expected.txt:
* svg/custom/js-svg-constructors.svg:
2012-05-24 Hironori Bono <hbono@chromium.org>
Enable grammar checking on Chromium when we paste text.
https://bugs.webkit.org/show_bug.cgi?id=74393
Reviewed by Hajime Morita.
This change enables grammar checking on Chromium and implements a mock grammar
checker to fix a failing test.
* editing/spelling/grammar-markers-expected.txt: Added.
* editing/spelling/grammar-markers.html: Added.
* platform/chromium-linux/editing/spelling/grammar-markers-expected.png: Added.
* platform/chromium/test_expectations.txt:
* platform/mac/editing/spelling/grammar-markers-expected.png: Added.
2012-05-17 Andrey Kosyakov <caseq@chromium.org>
Web Inspector: add inspector instrumentation interface for compositing
https://bugs.webkit.org/show_bug.cgi?id=83842
Reviewed by Pavel Feldman.
* inspector/timeline/timeline-enum-stability-expected.txt: added CompositeLayers.
2012-05-24 Vivek Galatage <vivekgalatage@gmail.com>
Web Inspector: localStorage items are not updated when the storage changes
https://bugs.webkit.org/show_bug.cgi?id=83012
Reviewed by Pavel Feldman.
Test to verify the storage list is updated in the inspector frontend
whenever there is any modifications to dom storage.
* inspector/storage-panel-dom-storage-update-expected.txt: Added.
* inspector/storage-panel-dom-storage-update.html: Added.
2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] REGRESSION(r118291) fast/frames/flattening/iframe-tiny.html fails
https://bugs.webkit.org/show_bug.cgi?id=87363
Unreviewed gardening.
* platform/qt/Skipped: skip the failing test
2012-05-24 Kristóf Kosztyó <kkristof@inf.u-szeged.hu>
[Qt] new test fast/block/positioning/fixed-position-stacking-context.html is failing
https://bugs.webkit.org/show_bug.cgi?id=87367
Unreviewed gardening.
* platform/qt/Skipped: skip the failing test
2012-05-24 Ádám Kallai <kadam@inf.u-szeged.hu>
[Qt] Unreviewed gardening. Skip tests because ENABLE(SHADOW_DOM) is disabled.
* platform/qt/Skipped:
2012-05-24 Christophe Dumez <christophe.dumez@intel.com>
[EFL] Several canvas/philip test cases can be unskipped
https://bugs.webkit.org/show_bug.cgi?id=87362
Unreviewed EFL gardening. Unskip several canvas/philip that are now
passing.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-24 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed, updating chromium test expectations.
* platform/chromium/test_expectations.txt:
2012-05-24 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] compositing/repaint/opacity-between-absolute.html does not pass
https://bugs.webkit.org/show_bug.cgi?id=87353
Unreviewed. Gardening of compositing/repaint/opacity-between-absolute.html test.
* platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
2012-05-24 Shinya Kawanaka <shinyak@chromium.org>
Elements in Shadow DOM are not resizable.
https://bugs.webkit.org/show_bug.cgi?id=87342
Reviewed by Ryosuke Niwa.
* fast/dom/shadow/resize-in-shadow-dom-expected.txt: Added.
* fast/dom/shadow/resize-in-shadow-dom.html: Added.
2012-05-24 Vsevolod Vlasov <vsevik@chromium.org>
Unreviewed, skipping failing tests on chromium.
* platform/chromium/test_expectations.txt:
2012-05-23 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87347
Unreviewed, skipping newly flaky test.
* platform/mac/Skipped:
2012-05-24 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's LayoutTestController needs to implement sendWebIntentResponse
https://bugs.webkit.org/show_bug.cgi?id=86867
Reviewed by Adam Barth.
Remove from test expectations the webintents tests that require
support for sendWebIntentResponse() in EFL's LayoutTestController.
* platform/efl/test_expectations.txt:
2012-05-23 Filip Pizlo <fpizlo@apple.com>
DFG operationTearOffActivation should return after handling the null activation case
https://bugs.webkit.org/show_bug.cgi?id=87348
<rdar://problem/11522295>
Reviewed by Oliver Hunt.
* fast/js/dfg-tear-off-arguments-not-activation-expected.txt: Added.
* fast/js/dfg-tear-off-arguments-not-activation.html: Added.
* fast/js/script-tests/dfg-tear-off-arguments-not-activation.js: Added.
(bar):
2012-05-17 Filip Pizlo <fpizlo@apple.com>
DFG should optimize aliased uses of the Arguments object of the current call frame
https://bugs.webkit.org/show_bug.cgi?id=86552
Rubber stamped by Geoff Garen.
Merged r117542 from dfgopt.
Added a bunch of tests that check that our optimizations for aliased uses of the
'arguments' object are robust against various forms of JavaScript crazy.
* fast/js/dfg-arguments-alias-escape-expected.txt: Added.
* fast/js/dfg-arguments-alias-escape.html: Added.
* fast/js/dfg-arguments-alias-expected.txt: Added.
* fast/js/dfg-arguments-alias.html: Added.
* fast/js/dfg-arguments-cross-code-origin-expected.txt: Added.
* fast/js/dfg-arguments-cross-code-origin.html: Added.
* fast/js/dfg-arguments-mixed-alias-expected.txt: Added.
* fast/js/dfg-arguments-mixed-alias.html: Added.
* fast/js/dfg-arguments-osr-exit-expected.txt: Added.
* fast/js/dfg-arguments-osr-exit.html: Added.
* fast/js/dfg-arguments-unexpected-escape-expected.txt: Added.
* fast/js/dfg-arguments-unexpected-escape.html: Added.
* fast/js/jsc-test-list:
* fast/js/script-tests/dfg-arguments-alias-escape.js: Added.
(foo):
(bar):
* fast/js/script-tests/dfg-arguments-alias.js: Added.
(foo):
(bar):
* fast/js/script-tests/dfg-arguments-cross-code-origin.js: Added.
(foo):
(bar):
(baz):
* fast/js/script-tests/dfg-arguments-mixed-alias.js: Added.
(foo):
(bar):
* fast/js/script-tests/dfg-arguments-osr-exit.js: Added.
(baz):
(foo):
(bar):
* fast/js/script-tests/dfg-arguments-unexpected-escape.js: Added.
(baz):
(foo):
(bar):
2012-05-23 Hayato Ito <hayato@chromium.org>
Add a test case of event dispatching which uses inactive insertion points.
https://bugs.webkit.org/show_bug.cgi?id=87229
Reviewed by Darin Adler.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-05-23 Shinya Kawanaka <shinyak@chromium.org>
Document.elementFromPoint exposes inner element of Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=87235
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/element-from-point-in-nested-shadow-expected.txt: Added.
* fast/dom/shadow/element-from-point-in-nested-shadow.html: Added.
2012-05-23 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118297.
http://trac.webkit.org/changeset/118297
https://bugs.webkit.org/show_bug.cgi?id=87338
It caused several layout failures on Mac (Requested by
sundiamonde on #webkit).
* fast/block/float/floats-with-margin-should-not-wrap-expected.html: Removed.
* fast/block/float/floats-with-margin-should-not-wrap.html: Removed.
2012-05-23 Shinya Kawanaka <shinyak@chromium.org>
Document.caretRangeFromPoint exposes inner elemnet of Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=87231
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/caret-range-from-point-in-nested-shadow-expected.txt: Added.
* fast/dom/shadow/caret-range-from-point-in-nested-shadow.html: Added.
2012-05-23 Julien Chaffraix <jchaffraix@webkit.org>
Crash in RenderTableCol::nextColumn
https://bugs.webkit.org/show_bug.cgi?id=87314
Reviewed by Abhishek Arya.
* fast/table/canvas-column-in-column-group-expected.txt: Added.
* fast/table/canvas-column-in-column-group.html: Added.
* fast/table/columngroup-inside-columngroup-expected.txt: Added.
* fast/table/columngroup-inside-columngroup.html: Added.
2012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening after r118203 and r118171.
Remove wrong expectations added in r118171 and unskip passing
tests after r118203.
* platform/efl/compositing/layer-creation/fixed-position-scroll-expected.png: Removed.
* platform/efl/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed.
* platform/efl/test_expectations.txt:
2012-05-23 Kangil Han <kangil.han@samsung.com>
[EFL][DRT] Fix WebCore library path and rebaseline result
https://bugs.webkit.org/show_bug.cgi?id=86355
Reviewed by Dirk Pranke.
Currently EFL DRT uses wrong WebCore library path when running DRT.
Therefore, this patch adjusted the path correctly.
* platform/efl/test_expectations.txt: Added some cases to skipped list since we don't support those at this stage
2012-05-23 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87208
Unreviewed, skipping new test that can have side effects.
* platform/mac/Skipped:
2012-05-23 Shinya Kawanaka <shinyak@chromium.org>
[Shadow] mousewheel event isn't fired on nodes in Shadow DOM.
https://bugs.webkit.org/show_bug.cgi?id=87218
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/wheel-event-in-shadow-dom-expected.txt: Added.
* fast/dom/shadow/wheel-event-in-shadow-dom.html: Added.
* fast/dom/shadow/wheel-event-on-input-in-shadow-dom-expected.txt: Added.
* fast/dom/shadow/wheel-event-on-input-in-shadow-dom.html: Added.
2012-05-23 Hayato Ito <hayato@chromium.org>
Adjust a target node of a mouse event correctly when a distributed text node is clicked.
https://bugs.webkit.org/show_bug.cgi?id=86999
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching-expected.txt:
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-05-23 Shinya Kawanaka <shinyak@chromium.org>
[Shadow] drop event is not fired on nodes in Shadow DOM
https://bugs.webkit.org/show_bug.cgi?id=85774
Reviewed by Dimitri Glazkov.
Confirms drop event is fired on div and input in Shadow DOM.
* fast/dom/shadow/drop-event-for-input-in-shadow-expected.txt: Added.
* fast/dom/shadow/drop-event-for-input-in-shadow.html: Added.
* fast/dom/shadow/drop-event-in-shadow-expected.txt: Added.
* fast/dom/shadow/drop-event-in-shadow.html: Added.
2012-05-23 Emil A Eklund <eae@chromium.org>
REGRESSION (115573): Incorrect rounding of margins for floats
https://bugs.webkit.org/show_bug.cgi?id=87319
Reviewed by Eric Seidel.
Add new test ensuring that using margins with floats doesn't cause
undesired wrapping.
* fast/block/float/floats-with-margin-should-not-wrap-expected.html: Added.
* fast/block/float/floats-with-margin-should-not-wrap.html: Added.
2012-05-23 Eric Seidel <eric@webkit.org>
Add seamless layout code (and pass most of the remaining seamless tests)
https://bugs.webkit.org/show_bug.cgi?id=86608
Reviewed by Ojan Vafai.
Add a test for percent height in child documents, as well as
disabling the expand-to-fill-viewport quirk of html/body elements
in quirks mode.
Also update all the expectations now that we pass almost all the tests.
* fast/frames/seamless/resources/percent-square.html: Added.
* fast/frames/seamless/resources/two-inline-blocks.html:
* fast/frames/seamless/seamless-basic-expected.txt:
* fast/frames/seamless/seamless-float-expected.txt:
* fast/frames/seamless/seamless-inherited-origin-expected.txt:
* fast/frames/seamless/seamless-inherited-origin.html:
* fast/frames/seamless/seamless-inline-expected.txt:
* fast/frames/seamless/seamless-nested-expected.txt:
* fast/frames/seamless/seamless-percent-height-expected.txt: Added.
* fast/frames/seamless/seamless-percent-height.html: Added.
* fast/frames/seamless/seamless-quirks-expected.txt:
* fast/frames/seamless/seamless-sandbox-flag-expected.txt:
* fast/frames/seamless/seamless-sandbox-srcdoc-expected.txt:
2012-05-23 Tony Chang <tony@chromium.org>
auto margins on flexbox should allocate space in the cross direction
https://bugs.webkit.org/show_bug.cgi?id=86913
Reviewed by Ojan Vafai.
* css3/flexbox/auto-margins-expected.html: Added.
* css3/flexbox/auto-margins.html: Added. These are the test cases in the spec.
* css3/flexbox/flex-align-vertical-writing-mode.html: Fix tests with auto margins and add more tests.
Also reduce the height so it's easier to see the test cases (these vertical tests don't check the height).
* css3/flexbox/flex-align.html: Fix tests with auto margins and add more tests.
* css3/flexbox/flex-flow-auto-margins.html: Fix results now that we handle auto in the cross direction.
2012-05-23 Joshua Bell <jsbell@chromium.org>
[Chromium] Marking a pair of fast/history layout tests as flaky (TEXT).
https://bugs.webkit.org/show_bug.cgi?id=87321
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 Joshua Bell <jsbell@chromium.org>
[Chromium] http/tests/cache/history-only-cached-subresource-loads{-max-age-https}.html are now
failing with TEXT differences, so updated failure expectations.
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 James Robinson <jamesr@chromium.org>
Add a Setting to make position:fixed form a new stacking context
https://bugs.webkit.org/show_bug.cgi?id=87186
Reviewed by Adam Barth.
Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
the fixedPositionCreatesStackingContext Setting is true.
Qt and Blackberry will need different expectations since they set this via an #ifdef
* fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
* fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
* fast/block/positioning/fixed-position-stacking-context.html: Added.
* fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
* fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
* fast/block/positioning/fixed-position-stacking-context2.html: Added.
2012-05-23 James Robinson <jamesr@chromium.org>
[chromium] Turn ENABLE(OVERFLOW_SCROLLING) off for Chromium port
https://bugs.webkit.org/show_bug.cgi?id=87177
Reviewed by Eric Seidel.
Mark test depending on ENABLE(OVERFLOW_SCROLLING) as an expected failure since the define is off.
* platform/chromium/test_expectations.txt:
2012-05-23 Hugo Parente Lima <hugo.lima@openbossa.org>
[Qt] fast/url/path.html with Qt5 differ results on both WK1 and WK2
https://bugs.webkit.org/show_bug.cgi?id=77380
Reviewed by Kenneth Rohde Christiansen.
The test pass on qt5-wk2, but not on qt5-wk1.
* platform/qt-5.0-wk1/Skipped:
* platform/qt-5.0/Skipped:
2012-05-23 Kenneth Russell <kbr@google.com>
webgl/context-lost failing on Lion
https://bugs.webkit.org/show_bug.cgi?id=81284
Unreviewed test expectations update. The fix for Bug 87136 fixed
the underlying bug here; adjusting test expectations.
* platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Removed.
* platform/mac/fast/canvas/webgl/context-lost-expected.txt: Removed.
2012-05-23 Abhishek Arya <inferno@chromium.org>
Crash in run-ins with continuations while moving back to original position.
https://bugs.webkit.org/show_bug.cgi?id=87264
Reviewed by Julien Chaffraix.
* fast/runin/runin-continuations-crash-expected.txt: Added.
* fast/runin/runin-continuations-crash.html: Added.
2012-05-23 Abhishek Arya <inferno@chromium.org>
Crash in RenderInline::linesVisualOverflowBoundingBox.
https://bugs.webkit.org/show_bug.cgi?id=85804
Reviewed by Dave Hyatt.
* fast/block/inline-children-root-linebox-crash-expected.txt: Added.
* fast/block/inline-children-root-linebox-crash.html: Added.
2012-05-23 Chris Rogers <crogers@google.com>
AudioParam must support fan-in (multiple audio connections)
https://bugs.webkit.org/show_bug.cgi?id=83610
Reviewed by Kenneth Russell.
* webaudio/audioparam-connect-audioratesignal.html:
* webaudio/audioparam-summingjunction-expected.txt: Added.
* webaudio/audioparam-summingjunction.html: Added.
2012-04-12 Eric Uhrhane <ericu@chromium.org>
There are no shared worker filesystem tests
https://bugs.webkit.org/show_bug.cgi?id=83828
Reviewed by David Levin.
* fast/filesystem/resources/file-writer-events.js:
Minor tweak to prevent double-import of js-test-pre.js
* fast/filesystem/resources/shared-worker-stub.js: Added.
Stub that imports js-test-pre.js for shared workers, so that we don't
actually import the test script until postMessage has somewhere to go.
* fast/filesystem/workers/file-writer-events-shared-worker-expected.txt: Added.
* fast/filesystem/workers/file-writer-events-shared-worker.html: Added.
The new test, running the same old file-writer-events.js that runs in
document and worker context.
* fast/js/resources/js-test-pre.js:
Previously it looked like startWorker supported creating shared workers;
there was an option, but it was a lie. If you used it, it was
completely broken. This adds a functional minimal implementation.
(startWorker.worker.port.onmessage):
(startWorker):
(.self.onconnect.workerPort.onmessage):
(.self.onconnect):
(.description):
(.testFailed):
(.testPassed):
(.finishJSTest):
(.debug):
* platform/chromium/test_expectations.txt:
DumpRenderTree and test_shell don't support shared workers; you have to
run this by hand in Chrome.
2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] webintents/web-intents-delivery-reuse.html is failing on EFL port
https://bugs.webkit.org/show_bug.cgi?id=87092
Reviewed by Adam Barth.
Remove webintents/web-intents-delivery-reuse.html from test
expectations now that window.webkitIntent is really replaceable and
now that the test is passing.
* platform/efl/test_expectations.txt:
2012-05-23 Abhishek Arya <inferno@chromium.org>
ASSERT failure toRenderProgress in HTMLProgressElement::didElementStateChange
https://bugs.webkit.org/show_bug.cgi?id=87274
Reviewed by Darin Adler.
* fast/runin/progress-run-in-crash-expected.txt: Added.
* fast/runin/progress-run-in-crash.html: Added.
2012-05-23 Kenneth Russell <kbr@google.com>
REGRESSION(117918) - 4 webgl/tex-iomage-and-sub-image-2d-with-image tests failing on Mac bots.
https://bugs.webkit.org/show_bug.cgi?id=87136
Reviewed by Stephen White.
Unskipped tests.
* platform/mac/Skipped:
2012-05-23 Chris Fleizach <cfleizach@apple.com>
Regression(r112694): Crash in WebCore::AXObjectCache::postNotification
https://bugs.webkit.org/show_bug.cgi?id=86029
Reviewed by Abhishek Arya.
* accessibility/content-changed-notification-causes-crash-expected.txt: Added.
* accessibility/content-changed-notification-causes-crash.html: Added.
2012-05-23 Joshua Bell <jsbell@chromium.org>
Unreviewed gardening - one more media/track test is crashy.
* platform/chromium/test_expectations.txt:
2012-05-22 Jer Noble <jer.noble@apple.com>
PlatformClockCM has uninitialized m_rate member.
https://bugs.webkit.org/show_bug.cgi?id=87217
Reviewed by Eric Carlson.
* media/media-controller-time-expected.txt: Added.
* media/media-controller-time.html: Added.
2012-05-23 Levi Weintraub <leviw@chromium.org>
fast/sub-pixel/layout-boxes-with-zoom.html fails at 166% zoom on Windows only
https://bugs.webkit.org/show_bug.cgi?id=87282
Unreviewed. Marking fast/sub-pixel/layout-boxes-with-zoom.html as failing on Chromium Windows.
* platform/chromium/test_expectations.txt:
2012-05-23 Joshua Bell <jsbell@chromium.org>
Unreviewed gardening - inspector/profiler/heap-snapshot-summary-show-ranges.html
flakes on non-debug test runs too.
* platform/chromium/test_expectations.txt:
2012-05-23 Joshua Bell <jsbell@chromium.org>
Unreviewed gardening - add timeout and crash expectations for a few tests.
* platform/chromium/test_expectations.txt:
2012-05-23 Joshua Bell <jsbell@chromium.org>
Add crashing expectation for more media/track tests:
track-language-preference.html, track-load-from-element-readyState.html, and
track-webvtt-tc019-cue-size.html - tracked in http://webkit.org/b/87258
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 Emil A Eklund <eae@chromium.org>
Unskip sub-pixel tests on chromium now that they flag has been turned on (in r 117815).
* platform/chromium/test_expectations.txt:
2012-05-23 Emil A Eklund <eae@chromium.org>
Add test for subpixel precision in DOM APIs
https://bugs.webkit.org/show_bug.cgi?id=85534
Reviewed by Eric Seidel.
Add test for increased precision due to subpixel support in the
getBoundingClientRect api. Also test that clientWidth returns the pixel
snapped value.
* fast/sub-pixel/client-rect-has-subpixel-precision-expected.html: Added.
* fast/sub-pixel/client-rect-has-subpixel-precision.html: Added.
* platform/efl/Skipped:
* platform/gtk-wk2/Skipped:
* platform/mac-lion/Skipped:
* platform/mac-snowleopard/Skipped:
* platform/mac-wk2/Skipped:
* platform/mac/Skipped:
* platform/qt-4.8/Skipped:
* platform/qt/Skipped:
* platform/win-wk2/Skipped:
* platform/win-xp/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
Mark as skipped on all platforms but chromium for now.
2012-05-23 Alexei Filippov <alexeif@chromium.org>
Web Inspector: filter out debugging stuff from the heap class view
https://bugs.webkit.org/show_bug.cgi?id=86723
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot-comparison-dom-groups-change.html:
* inspector/profiler/heap-snapshot-comparison-show-all.html:
* inspector/profiler/heap-snapshot-containment-expansion-preserved-when-sorting.html:
* inspector/profiler/heap-snapshot-containment-show-all.html:
* inspector/profiler/heap-snapshot-containment-show-next.html:
* inspector/profiler/heap-snapshot-containment-shown-node-count-preserved-when-sorting.html:
* inspector/profiler/heap-snapshot-dominators-expansion-preserved-when-sorting.html:
* inspector/profiler/heap-snapshot-dominators-show-all.html:
* inspector/profiler/heap-snapshot-dominators-show-next.html:
* inspector/profiler/heap-snapshot-dominators-shown-node-count-preserved-when-sorting.html:
* inspector/profiler/heap-snapshot-dominators-sorting.html:
* inspector/profiler/heap-snapshot-test.js:
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockObject):
(initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockRaw):
(initialize_HeapSnapshotTest):
(initialize_HeapSnapshotTest.):
* inspector/profiler/heap-snapshot.html:
2012-05-23 Dominik Röttsches <dominik.rottsches@intel.com>
[EFL][DRT] Today's ingredients for a green bot
https://bugs.webkit.org/show_bug.cgi?id=87244
Unreviewed, EFL gardening.
Some rebaselines, and moving out a set of new crashes that
need more investigation.
* platform/efl/fast/css-generated-content/inline-display-types-expected.png:
* platform/efl/fast/css-generated-content/inline-display-types-expected.txt:
* platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png:
* platform/efl/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt:
* platform/efl/fast/inline-block/001-expected.png:
* platform/efl/fast/inline-block/001-expected.txt:
* platform/efl/test_expectations.txt:
2012-05-23 Steve Block <steveblock@google.com>
Add crashing expectation for media/video-src-invalid-remove.html
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 Andrei Bucur <abucur@adobe.com>
[CSSRegions]Implement NamedFlow::name attribute
https://bugs.webkit.org/show_bug.cgi?id=79645
Test for the NamedFlow::name attribute per the CSS Regions WD 3-May-2012 recommendation:
http://www.w3.org/TR/2012/WD-css3-regions-20120503/
Reviewed by Andreas Kling.
* fast/regions/webkit-named-flow-name-expected.txt: Added.
* fast/regions/webkit-named-flow-name.html: Added.
2012-05-23 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Unreviewed, rolling out r118157.
http://trac.webkit.org/changeset/118157
https://bugs.webkit.org/show_bug.cgi?id=87100
Newly added tests are not connected to 8483 bug.
editing/style directory should be unskiped first.
* platform/efl/test_expectations.txt:
2012-05-23 Kangil Han <kangil.han@samsung.com>
[EFL][DRT] Rebaseline test results for BUG 86355
https://bugs.webkit.org/show_bug.cgi?id=86956
Unreviewed, EFL gardening.
Updated test results for BUG 86355.
* platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.png:
* platform/efl/compositing/animation/state-at-end-event-transform-layer-expected.txt:
* platform/efl/compositing/bounds-in-flipped-writing-mode-expected.txt: Added.
* platform/efl/compositing/color-matching/image-color-matching-expected.png:
* platform/efl/compositing/color-matching/image-color-matching-expected.txt:
* platform/efl/compositing/color-matching/pdf-image-match-expected.png:
* platform/efl/compositing/color-matching/pdf-image-match-expected.txt:
* platform/efl/compositing/compositing-visible-descendant-expected.png:
* platform/efl/compositing/compositing-visible-descendant-expected.txt:
* platform/efl/compositing/direct-image-compositing-expected.png:
* platform/efl/compositing/direct-image-compositing-expected.txt:
* platform/efl/compositing/generated-content-expected.png:
* platform/efl/compositing/generated-content-expected.txt:
* platform/efl/compositing/geometry/abs-position-inside-opacity-expected.png:
* platform/efl/compositing/geometry/abs-position-inside-opacity-expected.txt:
* platform/efl/compositing/geometry/clipping-foreground-expected.png:
* platform/efl/compositing/geometry/clipping-foreground-expected.txt:
* platform/efl/compositing/geometry/composited-html-size-expected.png:
* platform/efl/compositing/geometry/composited-html-size-expected.txt:
* platform/efl/compositing/geometry/fixed-in-composited-expected.png:
* platform/efl/compositing/geometry/fixed-in-composited-expected.txt:
* platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.png:
* platform/efl/compositing/geometry/layer-due-to-layer-children-deep-expected.txt:
* platform/efl/compositing/geometry/layer-due-to-layer-children-expected.png:
* platform/efl/compositing/geometry/layer-due-to-layer-children-expected.txt:
* platform/efl/compositing/geometry/limit-layer-bounds-overflow-repaint-expected.txt:
* platform/efl/compositing/geometry/outline-change-expected.png:
* platform/efl/compositing/geometry/outline-change-expected.txt:
* platform/efl/compositing/geometry/partial-layout-update-expected.png:
* platform/efl/compositing/geometry/partial-layout-update-expected.txt:
* platform/efl/compositing/geometry/root-layer-update-expected.png:
* platform/efl/compositing/geometry/root-layer-update-expected.txt:
* platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.png:
* platform/efl/compositing/geometry/transfrom-origin-on-zero-size-layer-expected.txt:
* platform/efl/compositing/geometry/video-fixed-scrolling-expected.png:
* platform/efl/compositing/geometry/video-fixed-scrolling-expected.txt:
* platform/efl/compositing/geometry/video-opacity-overlay-expected.png:
* platform/efl/compositing/geometry/video-opacity-overlay-expected.txt:
* platform/efl/compositing/iframes/composited-iframe-alignment-expected.png:
* platform/efl/compositing/iframes/composited-iframe-alignment-expected.txt:
* platform/efl/compositing/iframes/composited-iframe-scroll-expected.txt: Added.
* platform/efl/compositing/iframes/iframe-content-flipping-expected.txt: Added.
* platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.png:
* platform/efl/compositing/iframes/iframe-copy-on-scroll-expected.txt:
* platform/efl/compositing/iframes/leave-compositing-iframe-expected.txt: Added.
* platform/efl/compositing/images/direct-image-background-color-expected.png:
* platform/efl/compositing/images/direct-image-background-color-expected.txt:
* platform/efl/compositing/layers-inside-overflow-scroll-expected.png:
* platform/efl/compositing/layers-inside-overflow-scroll-expected.txt:
* platform/efl/compositing/masks/direct-image-mask-expected.png:
* platform/efl/compositing/masks/direct-image-mask-expected.txt:
* platform/efl/compositing/masks/masked-ancestor-expected.png:
* platform/efl/compositing/masks/masked-ancestor-expected.txt:
* platform/efl/compositing/masks/multiple-masks-expected.png:
* platform/efl/compositing/masks/multiple-masks-expected.txt:
* platform/efl/compositing/masks/simple-composited-mask-expected.png:
* platform/efl/compositing/masks/simple-composited-mask-expected.txt:
* platform/efl/compositing/overflow/ancestor-overflow-expected.png:
* platform/efl/compositing/overflow/ancestor-overflow-expected.txt:
* platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.png:
* platform/efl/compositing/overflow/fixed-position-ancestor-clip-expected.txt:
* platform/efl/compositing/overflow/overflow-compositing-descendant-expected.png:
* platform/efl/compositing/overflow/overflow-compositing-descendant-expected.txt:
* platform/efl/compositing/overflow/overflow-positioning-expected.png:
* platform/efl/compositing/overflow/overflow-positioning-expected.txt:
* platform/efl/compositing/overflow/overflow-scroll-expected.png:
* platform/efl/compositing/overflow/overflow-scroll-expected.txt:
* platform/efl/compositing/overflow/parent-overflow-expected.png:
* platform/efl/compositing/overflow/parent-overflow-expected.txt:
* platform/efl/compositing/overflow/scroll-ancestor-update-expected.png:
* platform/efl/compositing/overflow/scroll-ancestor-update-expected.txt:
* platform/efl/compositing/overflow/scrollbar-painting-expected.png:
* platform/efl/compositing/overflow/scrollbar-painting-expected.txt:
* platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.png: Added.
* platform/efl/compositing/overflow/theme-affects-visual-overflow-expected.txt: Added.
* platform/efl/compositing/plugins/1x1-composited-plugin-expected.txt: Added.
* platform/efl/compositing/plugins/composited-plugin-expected.png:
* platform/efl/compositing/plugins/composited-plugin-expected.txt:
* platform/efl/compositing/plugins/large-to-small-composited-plugin-expected.txt: Added.
* platform/efl/compositing/reflections/animation-inside-reflection-expected.png:
* platform/efl/compositing/reflections/animation-inside-reflection-expected.txt:
* platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.png:
* platform/efl/compositing/reflections/compositing-change-inside-reflection-expected.txt:
* platform/efl/compositing/reflections/deeply-nested-reflections-expected.png:
* platform/efl/compositing/reflections/deeply-nested-reflections-expected.txt:
* platform/efl/compositing/reflections/load-video-in-reflection-expected.png:
* platform/efl/compositing/reflections/load-video-in-reflection-expected.txt:
* platform/efl/compositing/reflections/masked-reflection-on-composited-expected.png:
* platform/efl/compositing/reflections/masked-reflection-on-composited-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.png:
* platform/efl/compositing/reflections/nested-reflection-anchor-point-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-animated-expected.png:
* platform/efl/compositing/reflections/nested-reflection-animated-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-expected.png:
* platform/efl/compositing/reflections/nested-reflection-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-mask-change-expected.png:
* platform/efl/compositing/reflections/nested-reflection-mask-change-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.png:
* platform/efl/compositing/reflections/nested-reflection-on-overflow-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-opacity-expected.png:
* platform/efl/compositing/reflections/nested-reflection-opacity-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-size-change-expected.png:
* platform/efl/compositing/reflections/nested-reflection-size-change-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-transformed-expected.png:
* platform/efl/compositing/reflections/nested-reflection-transformed-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-transformed2-expected.png:
* platform/efl/compositing/reflections/nested-reflection-transformed2-expected.txt:
* platform/efl/compositing/reflections/nested-reflection-transition-expected.png:
* platform/efl/compositing/reflections/nested-reflection-transition-expected.txt:
* platform/efl/compositing/reflections/reflection-in-composited-expected.png:
* platform/efl/compositing/reflections/reflection-in-composited-expected.txt:
* platform/efl/compositing/reflections/reflection-opacity-expected.png:
* platform/efl/compositing/reflections/reflection-opacity-expected.txt:
* platform/efl/compositing/reflections/reflection-ordering-expected.png:
* platform/efl/compositing/reflections/reflection-ordering-expected.txt:
* platform/efl/compositing/reflections/reflection-positioning-expected.png:
* platform/efl/compositing/reflections/reflection-positioning-expected.txt:
* platform/efl/compositing/reflections/reflection-positioning2-expected.png:
* platform/efl/compositing/reflections/reflection-positioning2-expected.txt:
* platform/efl/compositing/reflections/simple-composited-reflections-expected.png:
* platform/efl/compositing/reflections/simple-composited-reflections-expected.txt:
* platform/efl/compositing/reflections/transform-inside-reflection-expected.png:
* platform/efl/compositing/reflections/transform-inside-reflection-expected.txt:
* platform/efl/compositing/repaint/become-overlay-composited-layer-expected.png:
* platform/efl/compositing/repaint/become-overlay-composited-layer-expected.txt:
* platform/efl/compositing/repaint/composited-document-element-expected.png:
* platform/efl/compositing/repaint/composited-document-element-expected.txt:
* platform/efl/compositing/repaint/layer-repaint-expected.png:
* platform/efl/compositing/repaint/layer-repaint-expected.txt:
* platform/efl/compositing/repaint/layer-repaint-rects-expected.png:
* platform/efl/compositing/repaint/layer-repaint-rects-expected.txt:
* platform/efl/compositing/repaint/opacity-between-absolute-expected.png:
* platform/efl/compositing/repaint/opacity-between-absolute-expected.txt:
* platform/efl/compositing/repaint/opacity-between-absolute2-expected.png:
* platform/efl/compositing/repaint/opacity-between-absolute2-expected.txt:
* platform/efl/compositing/self-painting-layers-expected.png:
* platform/efl/compositing/self-painting-layers-expected.txt:
* platform/efl/compositing/shadows/shadow-drawing-expected.png:
* platform/efl/compositing/shadows/shadow-drawing-expected.txt:
* platform/efl/compositing/sibling-positioning-expected.png:
* platform/efl/compositing/sibling-positioning-expected.txt:
* platform/efl/compositing/text-on-large-layer-expected.png:
* platform/efl/compositing/text-on-large-layer-expected.txt:
* platform/efl/compositing/transitions/scale-transition-no-start-expected.png:
* platform/efl/compositing/transitions/scale-transition-no-start-expected.txt:
* platform/efl/compositing/transitions/singular-scale-transition-expected.png:
* platform/efl/compositing/transitions/singular-scale-transition-expected.txt:
* platform/efl/compositing/video/video-background-color-expected.png:
* platform/efl/compositing/video/video-background-color-expected.txt:
* platform/efl/compositing/visibility/visibility-composited-expected.png: Added.
* platform/efl/compositing/visibility/visibility-composited-expected.txt: Added.
* platform/efl/compositing/visibility/visibility-composited-transforms-expected.png: Copied from LayoutTests/platform/efl/mathml/presentation/fenced-expected.png.
* platform/efl/compositing/visibility/visibility-composited-transforms-expected.txt: Added.
* platform/efl/mathml/presentation/attributes-expected.png:
* platform/efl/mathml/presentation/attributes-expected.txt:
* platform/efl/mathml/presentation/fenced-expected.png:
* platform/efl/mathml/presentation/fenced-expected.txt:
* platform/efl/mathml/presentation/fenced-mi-expected.png:
* platform/efl/mathml/presentation/fenced-mi-expected.txt:
* platform/efl/mathml/presentation/fractions-expected.png:
* platform/efl/mathml/presentation/fractions-expected.txt:
* platform/efl/mathml/presentation/fractions-vertical-alignment-expected.png:
* platform/efl/mathml/presentation/fractions-vertical-alignment-expected.txt:
* platform/efl/mathml/presentation/mo-stretch-expected.png: Added.
* platform/efl/mathml/presentation/mo-stretch-expected.txt: Added.
* platform/efl/mathml/presentation/mroot-pref-width-expected.png: Added.
* platform/efl/mathml/presentation/mroot-pref-width-expected.txt: Added.
* platform/efl/mathml/presentation/sub-expected.png:
* platform/efl/mathml/presentation/sub-expected.txt:
* platform/efl/mathml/presentation/subsup-expected.png:
* platform/efl/mathml/presentation/subsup-expected.txt:
* platform/efl/mathml/presentation/sup-expected.png:
* platform/efl/mathml/presentation/sup-expected.txt:
* platform/efl/mathml/presentation/tables-expected.png:
* platform/efl/mathml/presentation/tables-expected.txt:
* platform/efl/mathml/presentation/tokenElements-expected.png:
* platform/efl/mathml/presentation/tokenElements-expected.txt:
* platform/efl/mathml/presentation/under-expected.png:
* platform/efl/mathml/presentation/under-expected.txt:
* platform/efl/mathml/presentation/underover-expected.png:
* platform/efl/mathml/presentation/underover-expected.txt:
2012-05-23 Steve Block <steveblock@google.com>
Fix crashing expectation for several media/ LayoutTests
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 Steve Block <steveblock@google.com>
Set crashing expectation for several media/ LayoutTests
Unreviewed gardening.
* platform/chromium/test_expectations.txt:
2012-05-23 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118105.
http://trac.webkit.org/changeset/118105
https://bugs.webkit.org/show_bug.cgi?id=87255
New LayoutTest is causing several cookie tests to fail on
numerous bots (Requested by steveblock on #webkit).
* http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Removed.
* http/tests/cookies/js-get-and-set-http-only-cookie.php: Removed.
* http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Removed.
2012-05-23 Zan Dobersek <zandobersek@gmail.com>
[Gtk] EventSender should properly handle (left|right)(control|shift|alt) after r118001
https://bugs.webkit.org/show_bug.cgi?id=87221
Reviewed by Martin Robinson.
Remove failing test expectations for fast/events/keydown-leftright-keys.html,
the test should pass now.
* platform/gtk/test_expectations.txt:
2012-05-23 Ilya Tikhonovsky <loislo@chromium.org>
Web Inspector: eliminate getters from HeapSnapshot.js
https://bugs.webkit.org/show_bug.cgi?id=87241
getters can't be inlined by engine at the moment.
I found that conversion getters into functions gives us about 600 ms
RESULT heap-snapshot: switch-to-containment-view= 1920 ms
vs
RESULT heap-snapshot: switch-to-containment-view= 1367 ms
Reviewed by Yury Semikhatsky.
* inspector/profiler/heap-snapshot.html:
2012-05-23 Yury Semikhatsky <yurys@chromium.org>
Web Inspector: Debugger should correctly show catch scope
https://bugs.webkit.org/show_bug.cgi?id=87197
Reviewed by Vsevolod Vlasov.
Added test for "catch" block to the debugger test.
* inspector/debugger/debugger-expand-scope-expected.txt:
* inspector/debugger/debugger-expand-scope.html:
* platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt:
2012-05-23 Thiago Marcos P. Santos <thiago.santos@intel.com>
[EFL] Gardening of failing tests
https://bugs.webkit.org/show_bug.cgi?id=87233
Unreviewed gardening.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-23 Krzysztof Czech <k.czech@samsung.com>
[EFL] Gardening editing/style tests, missing baselines.
https://bugs.webkit.org/show_bug.cgi?id=87100
Unreviewed EFL gardening.
* platform/efl/test_expectations.txt: added tests regarding 84839 bug, missing baselines.
2012-05-23 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
[EFL][DRT] Webarchives tests gardening
https://bugs.webkit.org/show_bug.cgi?id=87225
Unreviewed. The EFL port has no support for webarchives, so the related testcases should
be put to test_expectations as expected to fail.
* platform/efl/Skipped:
* platform/efl/test_expectations.txt:
2012-05-23 Alice Boxhall <aboxhall@chromium.org>
AX: Contenteditable tables should always be exposed as data tables
https://bugs.webkit.org/show_bug.cgi?id=87052
Reviewed by Chris Fleizach.
* accessibility/table-detection.html:
2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's DRT does not print didFailProvisionalLoadWithError messages
https://bugs.webkit.org/show_bug.cgi?id=85956
Reviewed by Gustavo Noronha Silva.
Unskip test cases which expect the DumpRenderTree to print
didFailProvisionalLoadWithError messages.
Add EFL expectation for
http/tests/loading/pdf-commit-load-callbacks.html.
* platform/efl/Skipped:
* platform/efl/http/tests/loading/pdf-commit-load-callbacks-expected.txt: Added.
Use same expectation as for Qt.
* platform/efl/test_expectations.txt:
2012-05-23 Christophe Dumez <christophe.dumez@intel.com>
[EFL] EFL's DRT needs to call Settings::setValidationMessageTimerMagnification(-1)
https://bugs.webkit.org/show_bug.cgi?id=86366
Reviewed by Antonio Gomes.
Unskip fast/forms/validation-message-appearance.html and add EFL
expectation.
* platform/efl/Skipped:
* platform/efl/fast/forms/validation-message-appearance-expected.png: Added.
* platform/efl/fast/forms/validation-message-appearance-expected.txt: Added.
2012-05-23 Zan Dobersek <zandobersek@gmail.com>
Unreviewed GTK gardening after r118001, r118011 and r118105.
* platform/gtk/test_expectations.txt:
2012-05-23 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt/Skipped: Unskip a now passing test.
2012-05-22 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening.
* platform/qt/Skipped: Skip new, but failing tests.
* platform/qt/printing/iframe-print-expected.png: Added after r118039.
* platform/qt/printing/iframe-print-expected.txt: Added after r118039.
2012-05-22 Csaba Osztrogonác <ossy@webkit.org>
[Qt] Unreviewed gardening, skip a failing test.
* platform/qt/Skipped:
2012-05-22 Hayato Ito <hayato@chromium.org>
Remove an assertion since an event's target might be a shadow root if a text node is clicked.
https://bugs.webkit.org/show_bug.cgi?id=87072
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/shadow-dom-event-dispatching.html:
2012-05-22 Dongwoo Im <dw.im@samsung.com>
[EFL] Implements the registerProtocolHandler method and option.
https://bugs.webkit.org/show_bug.cgi?id=73638
Reviewed by Andreas Kling.
The registerProtocolHandler() method allows Web sites to register themselves
as possible handlers for particular schemes.
http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
* platform/efl/fast/dom/register-protocol-handler-expected.txt: Added.
2012-05-22 Stephanie Lewis <slewis@apple.com>
https://bugs.webkit.org/show_bug.cgi?id=87208
Unreviewed, checking in failing results.
* platform/mac/http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
2012-05-22 MORITA Hajime <morrita@google.com>
REGRESSION(r116629) tests for <style scoped> is crashing
https://bugs.webkit.org/show_bug.cgi?id=87191
- Unskipped accidentally skipped test for <style scoped>.
- Updated outdated expectations.
Reviewed by Kent Tamura.
* fast/css/style-scoped/style-scoped-in-shadow-expected.txt:
* platform/chromium/test_expectations.txt:
2012-05-21 Shawn Singh <shawnsingh@chromium.org>
Improve W3C conformance of backface-visibility
https://bugs.webkit.org/show_bug.cgi?id=84195
Reviewed by Adrienne Walker.
* compositing/backface-visibility-hierarchical-transform-expected.png: Removed.
* compositing/backface-visibility/backface-visibility-3d-expected.png: Added.
* compositing/backface-visibility/backface-visibility-3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
* compositing/backface-visibility/backface-visibility-3d.html: Added.
* compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.png: Added.
* compositing/backface-visibility/backface-visibility-hierarchical-transform-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform-expected.txt.
* compositing/backface-visibility/backface-visibility-hierarchical-transform.html: Renamed from LayoutTests/compositing/backface-visibility-hierarchical-transform.html.
* compositing/backface-visibility/backface-visibility-non3d-expected.png: Added.
* compositing/backface-visibility/backface-visibility-non3d-expected.txt: Copied from LayoutTests/compositing/backface-visibility-expected.txt.
* compositing/backface-visibility/backface-visibility-non3d.html: Added.
* compositing/backface-visibility/backface-visibility-simple-expected.png: Renamed from LayoutTests/compositing/backface-visibility-expected.png.
* compositing/backface-visibility/backface-visibility-simple-expected.txt: Renamed from LayoutTests/compositing/backface-visibility-expected.txt.
* compositing/backface-visibility/backface-visibility-simple.html: Renamed from LayoutTests/compositing/backface-visibility.html.
* platform/mac/test_expectations.txt:
2012-05-22 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r118095.
http://trac.webkit.org/changeset/118095
https://bugs.webkit.org/show_bug.cgi?id=87201
"Causing crashes on Mac in
WebCore::StyleResolver::adjustRenderStyle (Requested by
sundiamonde on #webkit).
* fast/block/positioning/fixed-position-stacking-context-expected.png: Removed.
* fast/block/positioning/fixed-position-stacking-context-expected.txt: Removed.
* fast/block/positioning/fixed-position-stacking-context.html: Removed.
* fast/block/positioning/fixed-position-stacking-context2-expected.png: Removed.
* fast/block/positioning/fixed-position-stacking-context2-expected.txt: Removed.
* fast/block/positioning/fixed-position-stacking-context2.html: Removed.
2012-05-22 Levi Weintraub <leviw@chromium.org>
NULL ptr in WebCore::RenderBlock::layoutRunsAndFloatsInRange
https://bugs.webkit.org/show_bug.cgi?id=77786
Reviewed by Ryosuke Niwa.
* fast/block/line-layout/crash-in-isolate-with-positioned-child-expected.txt: Added.
* fast/block/line-layout/crash-in-isolate-with-positioned-child.html: Added.
2012-05-22 Hayato Ito <hayato@chromium.org>
Make ComposedShadowTreeWalker traverse inactive insertion points correctly.
https://bugs.webkit.org/show_bug.cgi?id=86830
Reviewed by Dimitri Glazkov.
* fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
* fast/dom/shadow/composed-shadow-tree-walker.html:
2012-05-22 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87199
Unreviewed, add failing test to skipped list.
* platform/mac/Skipped:
2012-05-22 Jason Liu <jason.liu@torchmobile.com.cn>
[BlackBerry] Possible to clobber httponly cookie.
https://bugs.webkit.org/show_bug.cgi?id=86067
Reviewed by Rob Buis.
* http/tests/cookies/js-get-and-set-http-only-cookie-expected.txt: Added.
* http/tests/cookies/js-get-and-set-http-only-cookie.php: Added.
* http/tests/cookies/script-tests/js-get-and-set-http-only-cookie.js: Added.
2012-05-22 Kangil Han <kangil.han@samsung.com>
[EFL][DRT] Implement touch event
https://bugs.webkit.org/show_bug.cgi?id=86720
Reviewed by Hajime Morita.
Currently EFL DRT doesn't support touch event.
Therefore, this patch enabled it and implemented some eventSender function callbacks.
* platform/efl/Skipped:
2012-05-22 Stephanie Lewis <slewis@apple.com>
Unreviewed, update result missed by http://trac.webkit.org/changeset/117673.
* platform/mac-wk2/fast/forms/plaintext-mode-2-expected.txt:
2012-05-22 Stephanie Lewis <slewis@apple.com>
See https://bugs.webkit.org/show_bug.cgi?id=87187
<rdar://problem/11511011> acid3 fails on WebKit2 (87187)
Unreviewed, checking in failing results.
* platform/mac-wk2/http/tests/misc/acid3-expected.txt:
2012-05-22 James Robinson <jamesr@chromium.org>
Add a Setting to make position:fixed form a new stacking context
https://bugs.webkit.org/show_bug.cgi?id=87186
Reviewed by Adam Barth.
Adds layout tests that confirm we don't creates stacking contexts for position:fixed by default, but we do when
the fixedPositionCreatesStackingContext Setting is true.
Qt and Blackberry will need different expectations since they set this via an #ifdef
* fast/block/positioning/fixed-position-stacking-context-expected.png: Added.
* fast/block/positioning/fixed-position-stacking-context-expected.txt: Added.
* fast/block/positioning/fixed-position-stacking-context.html: Added.
* fast/block/positioning/fixed-position-stacking-context2-expected.png: Added.
* fast/block/positioning/fixed-position-stacking-context2-expected.txt: Added.
* fast/block/positioning/fixed-position-stacking-context2.html: Added.
2012-05-22 Adam Barth <abarth@webkit.org>
RenderInline::absoluteRects does some incorrect layout math
https://bugs.webkit.org/show_bug.cgi?id=87036
Reviewed by Eric Seidel.
* fast/inline/boundingBox-with-continuation-expected.txt: Added.
* fast/inline/boundingBox-with-continuation.html: Added.
2012-05-22 Jessie Berlin <jberlin@apple.com>
Do some more clean up on the WK2 Skipped list.
Add bug numbers, remove tests that have been fixed, and consolidate tests that are already
covered elsewhere in the file.
* platform/wk2/Skipped:
2012-05-22 Jessie Berlin <jberlin@apple.com>
WebKitTestRunner needs an implementation of layoutTestController.setDefersLoading
https://bugs.webkit.org/show_bug.cgi?id=64313
Reviewed by Jon Honeycutt.
* platform/wk2/Skipped:
Remove a test that uses setDefersLoading from the WK2 Skipped list.
2012-05-22 Jessie Berlin <jberlin@apple.com>
[Mac WK2] platform/mac-wk2/plugins/mouse-events-scaled.html failing
https://bugs.webkit.org/show_bug.cgi?id=87182
Add expected (failing?) results to get the bots green.
* platform/mac-wk2/plugins/mouse-events-scaled-expected.txt:
2012-05-22 Jessie Berlin <jberlin@apple.com>
WebKitTestRunner needs layoutTestController.setPrinting
https://bugs.webkit.org/show_bug.cgi?id=42693
Add printing/iframe-print.html to the WK2 Skipped list.
* platform/wk2/Skipped:
2012-05-22 Raphael Kubo da Costa <rakuco@webkit.org>
[EFL] Gardening; skip test added in r118001.
Skip it while the necessary mechanisms are not implemented by the
port.
* platform/efl/test_expectations.txt:
2012-05-22 Dan Bernstein <mitz@apple.com>
REGRESSION (r105513): CSS max-width is not applied to SVG element
https://bugs.webkit.org/show_bug.cgi?id=87050
Reviewed by Darin Adler.
* svg/css/max-height-expected.png: Added.
* svg/css/max-height-expected.txt: Added.
* svg/css/max-height.html: Added.
* svg/css/max-width-expected.png: Added.
* svg/css/max-width-expected.txt: Added.
* svg/css/max-width.html: Added.
2012-05-22 Emil A Eklund <eae@chromium.org>
Unreviewed chromium test_expectations update, added bug number for a couple of skipped tests.
* platform/chromium/test_expectations.txt:
2012-05-22 Joshua Bell <jsbell@chromium.org>
[Chromium] Add missing baselines for r118039.
Unreviewed gardening.
* platform/chromium-linux/printing/iframe-print-expected.png: Added.
* platform/chromium-mac-leopard/printing/iframe-print-expected.png: Added.
* platform/chromium-mac-snowleopard/printing/iframe-print-expected.png: Added.
* platform/chromium-mac/printing/iframe-print-expected.png: Added.
* platform/chromium-mac/printing/iframe-print-expected.txt: Added.
* platform/chromium-win/printing/iframe-print-expected.png: Added.
* platform/chromium-win/printing/iframe-print-expected.txt: Added.
2012-05-22 Jessie Berlin <jberlin@apple.com>
WK2 Skipped list should be updated to reflect that
https://bugs.webkit.org/show_bug.cgi?id=57515 has been fixed.
https://bugs.webkit.org/show_bug.cgi?id=87170.
Reviewed by Brady Eidson.
Remove the tests from the Skipped list that now pass, separate out the test that crashes with
its own entry, and correctly cover the shadow dom tests.
* platform/wk2/Skipped:
2012-05-22 Jessie Berlin <jberlin@apple.com>
WTR needs an implementation of setAutomaticLinkDetectionEnabled
https://bugs.webkit.org/show_bug.cgi?id=87162
Add editing/inserting/typing-space-to-trigger-smart-link.html to the WK2 Skipped list.
* platform/wk2/Skipped:
2012-05-22 Adam Barth <abarth@webkit.org>
echo-inspan.pl is missing a semicolon on line 14, freaks out Apache on multiple regression tests
https://bugs.webkit.org/show_bug.cgi?id=86023
Reviewed by Eric Seidel.
This typo was causing a syntax error, making us lose test coverage.
* http/tests/security/xssAuditor/open-iframe-src-expected.txt: Rebased result.
* http/tests/security/xssAuditor/open-script-src-expected.txt: Ditto.
* http/tests/security/xssAuditor/resources/echo-inspan.pl:
== Rolled over to ChangeLog-2012-05-22 ==