blob: 1d381e3082f55a07de9225069c249c2bdc7ecc8b [file] [log] [blame]
2009-06-15 Adele Peterson <adele@apple.com>
Reviewed by Darin Adler.
Updating test for:
<rdar://problem/6907228> Pasting a paragraph as quotation leaves you typing in blue instead of black; repros
This test case covered inserting a newline after a blockquote, but outside of the blockquote. I added some
text insertion to verify that the newline doesn't get any old styles copied from the blockquote.
* editing/pasteboard/5368833.html:
* platform/mac/editing/pasteboard/5368833-expected.checksum:
* platform/mac/editing/pasteboard/5368833-expected.png:
* platform/mac/editing/pasteboard/5368833-expected.txt:
2009-06-15 Chris Marrin <cmarrin@apple.com>
Reviewed by Simon Fraser <simon.fraser@apple.com>.
https://bugs.webkit.org/show_bug.cgi?id=26163
Testcase to detect transitions that are still running after removal
* transitions/cancel-transition-expected.txt: Added.
* transitions/cancel-transition.html: Added.
2009-06-15 Dan Bernstein <mitz@apple.com>
Reviewed by Tim Hatcher.
- updated results after changing source view to use the default
monospace font family and size
* platform/mac/fast/frames/viewsource-attribute-expected.checksum:
* platform/mac/fast/frames/viewsource-attribute-expected.png:
* platform/mac/fast/frames/viewsource-attribute-expected.txt:
2009-06-14 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 26364: Search can find text that's hidden by overflow:hidden
https://bugs.webkit.org/show_bug.cgi?id=26364
<rdar://problem/6952081>
* fast/text/find-hidden-text-expected.txt: Added.
* fast/text/find-hidden-text.html: Added.
* fast/block/float/crash-replaced-display-block-expected.txt: Removed a space.
* fast/dom/Range/acid3-surround-contents-expected.txt: Removed a blank line.
* fast/dom/object-embed-plugin-scripting-expected.txt: Removed four spaces.
* fast/parser/badentity-expected.txt: Removed a blank line.
* http/tests/security/local-video-poster-from-remote-expected.txt: Removed a blank line.
2009-06-14 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=26362
Testcase for :nth-child updating when dynamically adding siblings.
* fast/css/nth-child-dynamic.html: Added.
* platform/mac/fast/css/nth-child-dynamic-expected.checksum: Added.
* platform/mac/fast/css/nth-child-dynamic-expected.png: Added.
* platform/mac/fast/css/nth-child-dynamic-expected.txt: Added.
2009-06-13 Dirk Schulze <krit@webkit.org>
Reviewed by Eric Seidel.
Added tests for the new subRgion-code on SVG filters.
* platform/mac/svg/filters: Added.
* platform/mac/svg/filters/subRegion-one-effect-expected.checksum: Added.
* platform/mac/svg/filters/subRegion-one-effect-expected.png: Added.
* platform/mac/svg/filters/subRegion-one-effect-expected.txt: Added.
* platform/mac/svg/filters/subRegion-two-effects-expected.checksum: Added.
* platform/mac/svg/filters/subRegion-two-effects-expected.png: Added.
* platform/mac/svg/filters/subRegion-two-effects-expected.txt: Added.
* svg/filters: Added.
* svg/filters/subRegion-one-effect.svg: Added.
* svg/filters/subRegion-two-effects.svg: Added.
2009-06-12 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Gustavo Noronha.
[Gtk] Enable more http/tests/navigation tests
* platform/gtk/Skipped:
2009-06-12 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
https://bugs.webkit.org/show_bug.cgi?id=26095
Testcase for creating accelerated compositing layers for anonymous content.
* compositing/generated-content.html: Added.
* platform/mac/compositing/generated-content-expected.txt: Added.
2009-06-12 Gustavo Noronha Silva <gns@gnome.org>
Reviewed by Jan Alonzo.
Enable test that uses the now implemented dumpStatusCallbacks()
call.
* platform/gtk/Skipped:
2009-06-11 Ryosuke Niwa <rniwa@google.com>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=2628i
Converted LayoutTests\editing\deleting\4875189.html from a pixel test to dumpAsText test
since it only checks whether the result contains exactly two paragraphs or not.
* editing/deleting/4875189-expected.txt: Added.
* editing/deleting/4875189.html:
* platform/mac/editing/deleting/4875189-expected.checksum: Removed.
* platform/mac/editing/deleting/4875189-expected.png: Removed.
* platform/mac/editing/deleting/4875189-expected.txt: Removed.
* platform/qt/editing/deleting/4875189-expected.txt: Removed.
2009-06-11 Eric Seidel <eric@webkit.org>
Rubber stamped by Dave Levin.
Add missing pixel results
* platform/mac/editing/style/apply-through-end-of-document-expected.checksum: Added.
* platform/mac/editing/style/apply-through-end-of-document-expected.png: Added.
* platform/mac/fast/canvas/canvas-empty-image-pattern-expected.checksum: Copied from LayoutTests/platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum.
* platform/mac/fast/canvas/canvas-empty-image-pattern-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/canonicalform08-expected.png.
* platform/mac/fast/css/compare-content-style-expected.checksum: Added.
* platform/mac/fast/css/compare-content-style-expected.png: Added.
* platform/mac/fast/dynamic/anchor-lock-expected.checksum: Added.
* platform/mac/fast/dynamic/anchor-lock-expected.png: Added.
* platform/mac/fast/transforms/bounding-rect-zoom-expected.checksum: Added.
* platform/mac/fast/transforms/bounding-rect-zoom-expected.png: Added.
* platform/mac/webarchive/test-link-rel-icon-expected.checksum: Copied from LayoutTests/platform/mac-tiger/svg/custom/mask-excessive-malloc-expected.checksum.
* platform/mac/webarchive/test-link-rel-icon-expected.png: Copied from LayoutTests/platform/mac/dom/xhtml/level3/core/canonicalform08-expected.png.
2009-06-11 Oliver Hunt <oliver@apple.com>
Reviewed by NOBODY (build-fix).
Lower stringify recursion limit to deal with small windows stack.
* fast/js/resources/JSON-stringify.js:
* fast/js/JSON-expected.txt:
2009-06-11 Shinichiro Hamaji <hamaji@chromium.org>
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=25512
Handle texts after unfinished special tags (i.e., script, style, textarea,
title, xmp, and iframe) as the text node under the tags in view-source mode.
Before this change, all texts in unfinished special tags cannot be seen even in view-source mode.
This was already done only for title. This change allows other special tags to be handled as well.
The test case verifies if the texts in the unfinished special tags are visible in view-source mode. Also, fixed window-shadow-location-using-* tests so that they don't use unfinished iframe anymore.
* fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString-expected.txt:
* fast/dom/Window/Location/window-shadow-location-using-js-object-with-toString.html:
* fast/dom/Window/Location/window-shadow-location-using-string-expected.txt:
* fast/dom/Window/Location/window-shadow-location-using-string.html:
* fast/frames/resources/viewsource-frame-unfinished-script.html: Added.
* fast/frames/resources/viewsource-frame-unfinished-textarea.html: Added.
* fast/frames/viewsource-unfinished-tags-expected.txt: Added.
* fast/frames/viewsource-unfinished-tags.html: Added.
2009-06-10 Brent Fulgham <bfulgham@gmail.com>
Unreviewed build fix.
Reverted change to skip file, as Windows build is
still failing.
* platform/win/Skipped:
2009-06-05 Pierre d'Herbemont <pdherbemont@apple.com>
Reviewed by Eric Seidel.
Re-enable the video-zoom-controls test on Windows.
https://bugs.webkit.org/show_bug.cgi?id=25465
* platform/win/Skipped:
* platform/win/media: Added.
* platform/win/media/video-zoom-controls-expected.checksum: Added.
* platform/win/media/video-zoom-controls-expected.png: Added.
* platform/win/media/video-zoom-controls-expected.txt: Added.
2009-06-10 Gustavo Noronha Silva <gns@gnome.org>
Disabling new tests, and tests that use features of DRT we don't
currently implement.
* platform/gtk/Skipped:
2009-06-10 Brent Fulgham <bfulgham@webkit.org>
Unreviewed build correction.
Clean up some stupid test mistakes, add pixel-level Mac tests
for the new zero-radius gradient test.
* fast/gradients/crash-on-zero-radius-expected.txt: Removed.
* fast/gradients/simple-gradients-expected.txt: Removed.
* platform/mac/fast/gradients/crash-on-zero-radius-expected.checksum: Added.
* platform/mac/fast/gradients/crash-on-zero-radius-expected.png: Added.
* platform/mac/fast/gradients/crash-on-zero-radius-expected.txt: Copied from fast/gradients/crash-on-zero-radius-expected.txt.
2009-06-10 Brent Fulgham <bfulgham@webkit.org>
Unreviewed build correction.
Add two missing 'expected results' files.
* fast/gradients/crash-on-zero-radius-expected.txt: Added.
* fast/gradients/simple-gradients-expected.txt: Added.
2009-06-10 Ojan Vafai <ojan@chromium.org>
Reviewed by Eric Seidel.
Tests that typing works after enabling a disabled, empty textarea.
https://bugs.webkit.org/show_bug.cgi?id=26296
* fast/forms/empty-textarea-toggle-disabled-expected.txt: Copied from BugsSite/data/mail.
* fast/forms/empty-textarea-toggle-disabled.html: Added.
2009-06-10 Dan Bernstein <mitz@apple.com>
Reviewed by Adele Peterson.
- updated test to cover <rdar://problem/6958664> REGRESSION (r42665):
When I drag to pan a Google map in iPhoto Places, it drags a map tile
instead
* fast/dom/HTMLScriptElement/nested-execution.html:
* fast/dom/HTMLScriptElement/resources/nested-execution.js:
2009-06-10 Takeshi Yoshino <tyoshino@google.com>
Reviewed by Justin Garcia.
Bug 26214: RenderTextControl: Remove ASSERT for checking that visiblePositionForIndex()'s return is not null.
https://bugs.webkit.org/show_bug.cgi?id=26214
visiblePositionForIndex can return an instance that returns true for
isNotNull(). One of common case is when the corresponding input element has
"-webkit-user-select: none" style attribute. We should allow the case instead
of putting ASSERT.
* fast/forms/input-select-webkit-user-select-none-expected.txt: Added.
* fast/forms/input-select-webkit-user-select-none.html: Added.
2009-06-10 Dean McNamee <deanm@chromium.org>
Reviewed by Eric Seidel.
Make sure filling a canvas pattern with an empty image doesn't crash.
https://bugs.webkit.org/show_bug.cgi?id=26061
* fast/canvas/canvas-empty-image-pattern-expected.txt: Added.
* fast/canvas/canvas-empty-image-pattern.html: Added.
2009-06-10 Dean McNamee <deanm@chromium.org>
Reviewed by Eric Seidel.
Add a test case for a radial gradient with a zero radius.
https://bugs.webkit.org/show_bug.cgi?id=26059
* fast/gradients/crash-on-zero-radius.html: Added.
* fast/gradients/simple-gradients.html: Fix an extraneous } in the css.
2009-06-09 Brent Fulgham <bfulgham@webkit.org>
No review, build fix only.
Correct DOS line-endings in expected file.
https://bugs.webkit.org/show_bug.cgi?id=26187.
* fast/canvas/canvas-lineWidth-expected.txt:
2009-06-07 Oliver Hunt <oliver@apple.com>
Reviewed by Sam Weinig.
Bug 26249: Support JSON.stringify
<https://bugs.webkit.org/show_bug.cgi?id=26249>
Add test coverage for JSON.stringify -- covers use of replacer function,
replacer array, no replacer, numeric and string gaps. Also tests call
sequencing (toJSON, toString, replacer functions, and getters).
* fast/js/JSON-stringify-expected.txt: Added.
* fast/js/JSON-stringify.html: Added.
* fast/js/resources/JSON-stringify.js: Added.
* fast/js/resources/json2-es5-compat.js: Added.
Modified version of json2.js to force strict es5 semantics on stringify
to allow us to compare our results to the expected without having to
stuff large arbitrary strings into the testcase
2009-06-09 Brent Fulgham <bfulgham@webkit.org>
No review, build fix only.
Added missing expected results from
https://bugs.webkit.org/show_bug.cgi?id=26187.
* fast/canvas/canvas-lineWidth-expected.txt: Added.
2009-06-09 Pierre d'Herbemont <pdherbemont@apple.com>
Reviewed by Eric Seidel.
Test case on internal -webkit-media overload.
https://bugs.webkit.org/show_bug.cgi?id=26190
* media/controls-css-overload-expected.txt: Added.
* media/controls-css-overload.html: Added.
2009-06-09 Ryosuke Niwa <rniwa@google.com>
Reviewed by Eric Seidel.
Changing editing/deleting/4866671.html to use a dumpAsText test instead of a pixel test
so as to remove the platform dependency.
* editing/deleting/4866671.html:
2009-06-09 Dean McNamee <deanm@chromium.org>
Reviewed by Oliver Hunt.
Make sure the graphics backends are in sync with the canvas lineWidth state.
https://bugs.webkit.org/show_bug.cgi?id=26187
* fast/canvas/canvas-lineWidth.html: Added.
* fast/canvas/canvas-lineWidth.js: Added.
(compareRows):
2009-06-09 Michael Nordman <michaeln@google.com>
Reviewed by Eric Seidel.
Proactively cancel pending requests at DocLoader dtor time,
otherwise crashes can occur.
https://bugs.webkit.org/show_bug.cgi?id=26230
http://code.google.com/p/chromium/issues/detail?id=12161
* fast/frames/javascript-url-as-framesrc-crash-expected.txt: Added.
* fast/frames/javascript-url-as-framesrc-crash.html: Added.
2009-06-09 Eric Seidel <eric@webkit.org>
Reviewed by Darin Adler.
Fix ASSERT seen in shadow tree testing
https://bugs.webkit.org/show_bug.cgi?id=25092
* svg/custom/use-mutation-event-crash.svg: Added.
2009-06-09 Jian Li <jianli@chromium.org>
Reviewed by David Levin.
Bug 26196: Fix the problem that worker's importScripts fails if the
script URL is redirected from different origin.
https://bugs.webkit.org/show_bug.cgi?id=26196
Add a test case in the importScripts layout test to cover the scenario
that the import script URL can come from different redirect origin.
* http/tests/workers/resources/worker-importScripts.js:
* http/tests/workers/worker-importScripts-expected.txt:
2009-06-09 Anand K. Mistry <amistry@google.com>
Reviewed by Dimitri Glazkov.
https://bugs.webkit.org/show_bug.cgi?id=26037
Test the globalAlpha property of canvas contexts.
* fast/canvas/drawImage-with-globalAlpha.html: Added.
* platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.checksum: Added.
* platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.png: Added.
* platform/mac/fast/canvas/drawImage-with-globalAlpha-expected.txt: Added.
2009-06-09 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Ariya Hidayat.
Adjusted Qt fixed layout testcase to LayoutController API change.
* platform/qt/view/fixed-layout-size.html:
2009-06-08 Brady Eidson <beidson@apple.com>
Reviewed by Antti Koivisto
<rdar://problem/6727495> Repro crash in WebCore::Loader::Host::servePendingRequests() and dupes.
Note this "Loader::Host deleted while still in use" could come up in a variety of ways but this layout
test only covers the single most reproducible way we know that *could* be tested by DRT.
* http/tests/loading/deleted-host-in-resource-load-delegate-callback-expected.txt: Added.
* http/tests/loading/deleted-host-in-resource-load-delegate-callback.html: Added.
* http/tests/loading/resources/snow-shoes-vs-pie-copy.png: Added.
* http/tests/loading/resources/snow-shoes-vs-pie.png: Added.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2009-06-06 Mark Rowe <mrowe@apple.com>
Reviewed by Sam Weinig.
Remove XHTML MP and WCSS tests from the skipped lists as run-webkit-tests
now treats them like our other optional features and will skip them automatically
when the feature is not compiled in.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2009-06-06 Mark Rowe <mrowe@apple.com>
Unskip two more tests that now pass.
* platform/mac-snowleopard/Skipped:
2009-06-06 Mark Rowe <mrowe@apple.com>
Unskip some tests now that they pass.
* platform/mac-snowleopard/Skipped:
2009-06-06 Mark Rowe <mrowe@apple.com>
Reviewed by Brady Eidson.
<rdar://problem/6778101> Four SSL-related test failures
* platform/mac-snowleopard/Skipped: Unskip the tests.
2009-06-06 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Test for <rdar://problem/6930540>
REGRESSION (r43797): Serif and fantasy font-family names are wrong in result of getComputedStyle
* fast/css/font-family-builtins-expected.txt: Added.
* fast/css/font-family-builtins.html: Added.
2009-06-06 Sam Weinig <sam@webkit.org>
Reviewed by Brady Eidson.
Update tests for <rdar://problem/6936235>
Need to support StorageEvent.storageArea to meet the Web Storage spec
Test StorageEvent.uri, StorageEvent.source and StorageEvent.storageArea.
* storage/domstorage/localstorage/iframe-events-expected.txt:
* storage/domstorage/localstorage/iframe-events.html:
* storage/domstorage/localstorage/resources/iframe-events-second.html:
* storage/domstorage/sessionstorage/iframe-events-expected.txt:
* storage/domstorage/sessionstorage/iframe-events.html:
* storage/domstorage/sessionstorage/resources/iframe-events-second.html:
2009-06-05 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by Anders Carlsson.
Force initialization of the WML variable state, right after the dynamically created WML elements have been added to the tree.
Note that "regular WML" doesn't support JavaScript at all, in a normal WML document WMLDocument::finishedParsing() takes care of that.
* wml/resources/WMLTestCase.js:
(startTest):
2009-06-01 Ben Murdoch <benm@google.com>
<https://bugs.webkit.org/show_bug.cgi?id=25710> HTML5 Database stops executing transactions if the URL hash changes while a transaction is open and an XHR is in progress.
Reviewed by Alexey Proskuryakov.
Fix a bug that causes database transactions to fail if a history
navigation to a hash fragment of the same document is made while
resources (e.g. an XHR) are loading.
https://bugs.webkit.org/show_bug.cgi?id=25710
* storage/hash-change-with-xhr-expected.txt: Added.
* storage/hash-change-with-xhr.html: Added.
2009-06-03 Antti Koivisto <antti@apple.com>
Reviewed by Dave Kilzer.
https://bugs.webkit.org/show_bug.cgi?id=13128
Safari not obeying cache header
Test subresource caching and expiration.
* http/tests/cache: Added.
* http/tests/cache/resources: Added.
* http/tests/cache/resources/cache-simulator.cgi: Added.
* http/tests/cache/resources/subresource-test.js: Added.
(frame1.onload):
(frame2.onload):
(loadTestFrame.scr.onload):
(nextTest):
(testComplete):
(runTests):
* http/tests/cache/resources/test-frame.html: Added.
* http/tests/cache/subresource-expiration-expected.txt: Added.
* http/tests/cache/subresource-expiration.html: Added.
2009-06-04 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Bug in property caching of getters and setters.
* fast/js/property-getters-and-setters-expected.txt:
* fast/js/resources/property-getters-and-setters.js:
2009-02-03 Eric Seidel <eric@webkit.org>
Reviewed by Justin Garcia.
Test to make sure execCommand("bold") on <b style="text-decoration: underline">test</b>
only removes the bold and not the underline.
https://bugs.webkit.org/show_bug.cgi?id=23496
* editing/execCommand/convert-style-elements-to-spans-expected.txt: Added.
* editing/execCommand/convert-style-elements-to-spans.html: Added.
* editing/execCommand/resources/convert-style-elements-to-spans.js: Added.
(testSingleToggle):
(testDoubleToggle):
2009-06-04 David Hyatt <hyatt@apple.com>
Reviewed by Sam Weinig.
Fix the Window focus test to not resign first responder, since that actually made the test
incorrect. An unfocused WebHTMLView's DOM window should not receive focus/blur events when the activation
changes.
Now the test just checks that a first responder WebHTMLView will actually fire focus/blur on the DOM window
as the window gains/loses key.
* fast/dom/Window/window-onFocus.html:
2009-06-05 Dmitry Titov <dimich@chromium.org>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=26192
Fix the expected results for editing/execCommand/list-wrapping-image-crash.html
* editing/execCommand/list-wrapping-image-crash-expected.txt:
* editing/execCommand/list-wrapping-image-crash.html:
2009-06-04 Pierre d'Herbemont <pdherbemont@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=26081
* media/before-load-member-access-expected.txt: Added.
* media/before-load-member-access.html: Test access for property accessed before
loading occurs. That tests for 26081 crasher specifically.
2009-06-04 Ariya Hidayat <ariya.hidayat@nokia.com>
Rubber-stamped by Tor Arne Vestbø.
Added Qt-specific expected result for Canvas pointInPath's test.
Qt's QPainterPath::contains(point) returns false if the point is
exactly along one of the edges (except the origin). Until we
find a workaround for this, compensate it in the expected result.
* platform/qt/fast/canvas/pointInPath-expected.txt: Added.
2009-06-03 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Mark Rowe.
Fix appcache/fallback.html test broken by network simulator changes made for a preloading test.
* http/tests/resources/network-simulator.php: Tell PHP that a variable is global.
2009-06-02 Eric Seidel <eric@webkit.org>
Reviewed by Maciej Stachowiak.
Insert*List on an stand-alone image in a content editable region ASSERTS
ASSERTION FAILED: isStartOfParagraph(startOfParagraphToMove)
https://bugs.webkit.org/show_bug.cgi?id=19066
* editing/execCommand/list-wrapping-image-crash-expected.txt: Added.
* editing/execCommand/list-wrapping-image-crash.html: Added.
2009-06-02 Alexey Proskuryakov <ap@webkit.org>
Land correct results for a test I just added (forgot to regenerate them after adding new
test cases).
* fast/xpath/py-dom-xpath/expressions-expected.txt:
2009-06-02 Chris Marrin <ap@webkit.org>
Rubber-stamped by Maciej Stachowiak.
Moved CSSMatrix tests into root of LayoutTests/transforms so both the
2D and 3D versions are always valid.
* transforms/2d/cssmatrix-interface.xhtml: Removed.
* transforms/3d/cssmatrix-3d-interface.xhtml: Removed.
* transforms/cssmatrix-2d-interface.xhtml: Added.
* transforms/cssmatrix-3d-interface.xhtml: Added.
2009-06-02 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Eric Seidel.
Bug 17167: Failures in fast/dom/Node/initial-values.html
Added some more tests to show that the compatibility issue is only
partly solved.
Also updated the new passing result and removed the associated comment
inside the initial-values.js.
* fast/dom/Node/initial-values-expected.txt:
* fast/dom/Node/resources/initial-values.js:
2009-06-02 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=26133
Adapt and import py-dom-xpath tests
* fast/xpath/xpath-test-pre.js: (test): Added a new helper function.
* fast/xpath/py-dom-xpath: Added.
* fast/xpath/py-dom-xpath/abbreviations-expected.txt: Added.
* fast/xpath/py-dom-xpath/abbreviations.html: Added.
* fast/xpath/py-dom-xpath/axes-expected.txt: Added.
* fast/xpath/py-dom-xpath/axes.html: Added.
* fast/xpath/py-dom-xpath/data-expected.txt: Added.
* fast/xpath/py-dom-xpath/data.html: Added.
* fast/xpath/py-dom-xpath/expressions-expected.txt: Added.
* fast/xpath/py-dom-xpath/expressions.html: Added.
* fast/xpath/py-dom-xpath/nodetests-expected.txt: Added.
* fast/xpath/py-dom-xpath/nodetests.html: Added.
* fast/xpath/py-dom-xpath/paths-expected.txt: Added.
* fast/xpath/py-dom-xpath/paths.html: Added.
* fast/xpath/py-dom-xpath/predicates-expected.txt: Added.
* fast/xpath/py-dom-xpath/predicates.html: Added.
All these tests pass now (sometimes, with adaptations, see comments inside).
* fast/xpath/py-dom-xpath/functions-expected.txt: Added.
* fast/xpath/py-dom-xpath/functions.html: Added.
id() function fails because of bug 12971.
2009-06-01 Sam Weinig <sam@webkit.org>
Reviewed by Brady Eidson.
Part of https://bugs.webkit.org/show_bug.cgi?id=26100
Add missing event handler properties to the DOMWindow
Added oncontextmenu, oninput, and onmessage event handlers to
the DOMWindow. Aditionally, the onloadstart, onprogress, onstalled,
and onsuspend event handlers were implemented but not added to
DOMWindow.idl.
* fast/dom/Window/window-properties-expected.txt:
2009-06-02 Johnny Ding <johnnyding.webkit@gmail.com>
Reviewed by Alexey Proskuryakov. Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=24747
Add a test case for multiple requests for same sub-resource due to preload.
* http/tests/loading/preload-img-test-expected.txt: Added.
* http/tests/loading/preload-img-test.html: Added.
* http/tests/loading/resources/preload-test.jpg: Added.
* http/tests/resources/network-simulator.php:
2009-06-01 Drew Wilson <atwilson@google.com>
Reviewed by Darin Adler. Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=25902
Added WorkerContext.close()
* fast/workers/worker-close-expected.txt: Added.
* fast/workers/worker-close.html: Added.
* fast/workers/resources/worker-close.js: Added.
* http/tests/xmlhttprequest/workers/close.html: Added.
2009-06-01 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=12471
XPathResult not invalidated for documents retrieved via XMLHttpRequest
* dom/svg/level3/xpath/XPathResult_invalidIteratorState_ANY_TYPE-expected.txt:
* dom/svg/level3/xpath/XPathResult_invalidIteratorState_ORDERED_NODE_ITERATOR_TYPE-expected.txt:
* dom/svg/level3/xpath/XPathResult_invalidIteratorState_UNORDERED_NODE_ITERATOR_TYPE-expected.txt:
* dom/svg/level3/xpath/XPathResult_iterateNext_INVALID_STATE_ERR-expected.txt:
These tests now pass.
* fast/xpath/detached-subtree-invalidate-iterator-expected.txt: Added.
* fast/xpath/detached-subtree-invalidate-iterator.html: Added.
2009-06-01 Brett Wilson <brettw@chromium.org>
Reviewed by Darin Adler. Landed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=25750
Test: fast/transforms/bounding-rect-zoom.html
Make getClientRects and getBoundingClientRect account for ther zoom
factor.
* fast/transforms/bounding-rect-zoom.html: Added.
* platform/mac/fast/transforms/bounding-rect-zoom-expected.txt: Added.
2009-06-01 Nate Chapin <japhet@google.com>
Reviewed by Dimitri Glazkov. Landed by Adam Barth.
Ensure an anchor remains locked in view as images (without height already specified) load around it.
https://bugs.webkit.org/show_bug.cgi?id=26034
* fast/dynamic/anchor-lock.html: Added.
* fast/dynamic/resources/largeblank.png: Added.
2009-05-31 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=13233
Need to implement an optimizing XPath evaluator
* fast/xpath/attribute-node-predicate-expected.txt: Added.
* fast/xpath/attribute-node-predicate.html: Added.
Test that predicates on attribute nodes are applied correctly (which I had wrong for a while
when working on this patch).
* fast/xpath/position-expected.txt:
* fast/xpath/position.html:
Added an example from XPath spec.
2009-05-31 Dan Bernstein <mitz@apple.com>
- add Windows results for fast/forms/isindex-placeholder.html
* platform/win/fast/forms/isindex-placeholder-expected.checksum: Added.
* platform/win/fast/forms/isindex-placeholder-expected.png: Added.
* platform/win/fast/forms/isindex-placeholder-expected.txt: Added.
2009-05-31 Sam Weinig <sam@webkit.org>
Reviewed by Dan Bernstein.
Part of https://bugs.webkit.org/show_bug.cgi?id=26100
Add missing event handler properties to the DOMWindow
Add missing oncanplay, oncanplaythrough, ondurationchange, onemptied,
onended, onloadeddata, onloadedmetadata, onpause, onplay, onplaying,
onratechange, onseeked, onseeking, ontimeupdate, onvolumechange,
onwaiting, onloadstart, onprogress, onstalled, onsuspend, ondrag,
ondragend, ondragenter, ondragleave, ondragover, ondragstart and
ondrop event handlers to the DOMWindow.
* fast/dom/Window/window-properties-expected.txt:
2009-05-31 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Part of https://bugs.webkit.org/show_bug.cgi?id=26100
Add missing event handler properties to the DOMWindow
Add missing onstorage event handler to the DOMWindow.
* fast/dom/Window/window-properties-expected.txt:
* storage/domstorage/window-attributes-exist-expected.txt:
* storage/domstorage/window-attributes-exist.html:
2009-05-31 Sam Weinig <sam@webkit.org>
Rubber-stamped by Mark Rowe.
Remove duplicate file. The version of window-properties-expected.txt in the
platform/mac-leopard was identical to the one in the normal spot.
* platform/mac-leopard/fast/dom/Window/window-properties-expected.txt: Removed.
2009-05-30 Sam Weinig <sam@webkit.org>
Reviewed by Mark Rowe.
Fix for https://bugs.webkit.org/show_bug.cgi?id=26110
Update online/offline events to match the current spec.
- Also adds window.ononline and window.onoffline event handler
properties.
* fast/dom/Window/window-properties-expected.txt:
* platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
2009-05-29 Sam Weinig <sam@webkit.org>
Reviewed by Anders Carlsson.
Fix for https://bugs.webkit.org/show_bug.cgi?id=26091
Make storage events match the current spec.
- Storage event listeners are added to the window.
- Storage events are dispatched to the window.
* storage/domstorage/localstorage/iframe-events.html:
* storage/domstorage/localstorage/index-get-and-set.html:
* storage/domstorage/localstorage/resources/iframe-events-second.html:
* storage/domstorage/localstorage/simple-events.html:
* storage/domstorage/sessionstorage/iframe-events.html:
* storage/domstorage/sessionstorage/index-get-and-set.html:
* storage/domstorage/sessionstorage/resources/iframe-events-second.html:
* storage/domstorage/sessionstorage/simple-events.html:
2009-05-30 Darin Adler <darin@apple.com>
Reviewed by Adele Peterson.
Bug 26097: REGRESSION (r44283): Tab key doesn't work when focus is on a <select> element
* fast/forms/focus-control-to-page-expected.txt: Updated.
* fast/forms/focus-control-to-page.html: Added test of <select>, <textarea>,
and <input type="password">, and made sure we can tab both in and out of each type.
2009-05-30 Jeremy Orlow <jorlow@chromium.org>
Reviewed by Sam Weinig.
LocalStorage and SessionStorage's implicit setters do not correctly
handle null. The custom JS bindings should convert to strings
unconditionally and not try to handle null specially.
https://bugs.webkit.org/show_bug.cgi?id=25970
* storage/domstorage/localstorage/string-conversion-expected.txt: Added.
* storage/domstorage/localstorage/string-conversion.html: Added.
* storage/domstorage/sessionstorage/string-conversion-expected.txt: Added.
* storage/domstorage/sessionstorage/string-conversion.html: Added.
2009-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6935192> REGRESSION (Safari 3-TOT): Scroll
bars in key window draw as inactive if the WebView is not active
* platform/mac/scrollbars/key-window-not-first-responder-expected.checksum: Added.
* platform/mac/scrollbars/key-window-not-first-responder-expected.png: Added.
* platform/mac/scrollbars/key-window-not-first-responder-expected.txt: Added.
* platform/mac/scrollbars/key-window-not-first-responder.html: Added.
2009-05-30 Dan Bernstein <mitz@apple.com>
Reviewed by Simon Fraser.
- test for https://bugs.webkit.org/show_bug.cgi?id=18445
<rdar://problem/5931174> Assertion failure in CSSGradientValue::image
with -webkit-gradient as body's background
* fast/backgrounds/body-generated-image-propagated-to-root.html: Added.
* platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.checksum: Added.
* platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Added.
* platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.txt: Added.
2009-05-28 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Reviewed by George Staikos.
Add simple WML testcase: select.wml, that demonstates rendering of <select> elements.
More testcases will follow, as soon as WML specific features are available.
* fast/wml/select.wml: Added.
* platform/mac/fast/wml/select-expected.checksum: Added.
* platform/mac/fast/wml/select-expected.png: Added.
* platform/mac/fast/wml/select-expected.txt: Added.
2009-05-29 Takeshi Yoshino <tyoshino@google.com>
Reviewed by Darin Alder.
Bug 25911: Apply href in base elements to anchors shown on the source viewer
https://bugs.webkit.org/show_bug.cgi?id=25911
In rendering HTML sources, parse base elements to apply the base URI to
anchors shown on the source viewer.
Add tests to verify this change.
This issue was originally reported to the Chromium issue tracker.
http://code.google.com/p/chromium/issues/detail?id=2418
* fast/frames/resources/viewsource-frame-3.html: Added.
* fast/frames/resources/viewsource-frame-4.html: Added.
* fast/frames/viewsource-link-on-href-value-expected.txt: Added.
* fast/frames/viewsource-link-on-href-value.html: Added.
2009-05-29 Rob Buis <rwlbuis@gmail.com>
Reviewed by David Hyatt.
Testcase for:
https://bugs.webkit.org/show_bug.cgi?id=22429
document.styleSheets collection ignores media=presentation
* fast/css/sheet-collection-link.html: Added.
* fast/css/sheet-collection-link-expected.txt: Added.
2009-05-29 Jian Li <jianli@chromium.org>
Reviewed by Dimitri Glazkov.
https://bugs.webkit.org/show_bug.cgi?id=26069
Test for the above bug.
* fast/xmlhttprequest/resources/xmlhttprequest-open-after-iframe-onload-remove-self-child.html: Added.
* fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self-expected.txt: Added.
* fast/xmlhttprequest/xmlhttprequest-open-after-iframe-onload-remove-self.html: Added.
2009-05-29 Oliver Hunt <oliver@apple.com>
Reviewed by NOBODY (Test fix).
Fix error in test case i accidentally introduced.
* fast/js/string-replace-exception-crash.html:
2009-05-28 Simon Fraser <simon.fraser@apple.com>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=8736
* fast/borders/border-radius-constraints.html: Added.
* platform/mac/fast/borders/border-radius-constraints-expected.checksum: Added.
* platform/mac/fast/borders/border-radius-constraints-expected.png: Added.
* platform/mac/fast/borders/border-radius-constraints-expected.txt: Added.
Test that corner radii are constrained according to CSS3 rules.
* fast/borders/border-radius-huge-assert.html:
* platform/mac/fast/borders/border-radius-huge-assert-expected.checksum:
* platform/mac/fast/borders/border-radius-huge-assert-expected.png:
* platform/mac/fast/borders/border-radius-huge-assert-expected.txt:
Now that we constrain border-radius, update the text of the test, and the
expected result.
* fast/borders/border-radius-split-inline.html: Added.
* platform/mac/fast/borders/border-radius-split-inline-expected.checksum: Added.
* platform/mac/fast/borders/border-radius-split-inline-expected.png: Added.
* platform/mac/fast/borders/border-radius-split-inline-expected.txt: Added.
New test for border-radius on a split inline.
* fast/box-shadow/border-radius-big.html:
* platform/mac/fast/box-shadow/border-radius-big-expected.checksum:
* platform/mac/fast/box-shadow/border-radius-big-expected.png:
* platform/mac/fast/box-shadow/border-radius-big-expected.txt:
Now that we constrain border-radius, update the text of the test, and the
expected result.
2009-05-28 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=26005
Optimization for XPath //* does not preserve context size
* fast/xpath/position-expected.txt: Added.
* fast/xpath/position.html: Added.
Test for this bug, and for other potential issues with position().
* fast/xpath/4XPath/Core/test.js: Updated to work with Firefox 3 (getElementsByTagName handles
node names with namespace prefixes differently there).
* fast/xpath/4XPath/Core/test_location_path.html: Fixed the test to request ordered snapshots
when there is more than one node in expected result, as the checks verify node order.
2009-05-28 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
Test whether lexical or dynamic scope is used for window.open().
* http/tests/security/frameNavigation/context-for-window-open-expected.txt: Added.
* http/tests/security/frameNavigation/context-for-window-open.html: Added.
* http/tests/security/frameNavigation/resources/middle-frame-for-location.html:
2009-05-27 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for <rdar://problem/6927761> <isindex> placeholder text is
unstylable and initially not visible
* fast/forms/isindex-placeholder.html: Added.
* platform/mac/fast/forms/isindex-placeholder-expected.checksum: Added.
* platform/mac/fast/forms/isindex-placeholder-expected.png: Added.
* platform/mac/fast/forms/isindex-placeholder-expected.txt: Added.
2009-05-27 Oliver Hunt <oliver@apple.com>
Reviewed by Mark Rowe.
<rdar://problem/6928025> Stack overflow in JSC::stringProtoFuncReplace() running jsFunFuzz
Add an additional exception check for stack overflow in String.replace
* fast/js/string-replace-exception-crash.html:
2009-05-27 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=17725
XPath should be case insensitive for HTML
* fast/xpath/node-name-case-sensitivity-expected.txt: Added.
* fast/xpath/node-name-case-sensitivity.html: Added.
2009-05-27 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disabling new tests to make the bot green.
* platform/gtk/Skipped:
2009-05-26 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
<rdar://problem/6924033> REGRESSION: Assertion failure due to forward references
Add a few more test cases for invalid back references.
* fast/js/regexp-backreferences-expected.txt: Added.
* fast/js/regexp-backreferences.html: Added.
* fast/js/resources/regexp-backreferences.js: Added.
2009-05-26 Adam Barth <abarth@webkit.org>
https://bugs.webkit.org/show_bug.cgi?id=26011
Unreviewed change to disable flaky test as requested by Sam Weinig.
* http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Removed.
* http/tests/security/postMessage/origin-follows-lexical-scope.html: Removed.
2009-05-26 Dimitri Glazkov <dglazkov@chromium.org>
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=23649
Add layout test for various cases of SQLTransactionErrorCallback
invocation.
* storage/transaction-error-callback-expected.txt: Added.
* storage/transaction-error-callback.html: Added.
2009-05-26 David Hyatt <hyatt@apple.com>
Reviewed by Darin Adler.
Fix for bug 25969, scrollbars remain after document shrinks. Add a couple of layout tests
written by Dan that show various problems with scrollbars following resizes.
* fast/dynamic/window-resize-scrollbars-test.html: Added.
* fast/dynamic/window-scrollbars-test.html: Added.
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.checksum: Added.
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Added.
* platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.txt: Added.
* platform/mac/fast/dynamic/window-scrollbars-test-expected.checksum: Added.
* platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Added.
* platform/mac/fast/dynamic/window-scrollbars-test-expected.txt: Added.
2009-05-25 Adam Barth <abarth@webkit.og>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=26006
Test our use of dynamicGlobalObject and lexicalGlobalObject for
window.location.
* http/tests/security/frameNavigation/context-for-location-assign-expected.txt: Added.
* http/tests/security/frameNavigation/context-for-location-assign.html: Added.
* http/tests/security/frameNavigation/context-for-location-expected.txt: Added.
* http/tests/security/frameNavigation/context-for-location-href-expected.txt: Added.
* http/tests/security/frameNavigation/context-for-location-href.html: Added.
* http/tests/security/frameNavigation/context-for-location.html: Added.
* http/tests/security/frameNavigation/resources/middle-frame-for-location.html: Added.
* http/tests/security/frameNavigation/resources/target-for-location.html: Added.
2009-05-25 Adam Barth <abarth@webkit.org>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=26011
Try to make test less flaky.
* http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt:
* http/tests/security/postMessage/origin-follows-lexical-scope.html:
* http/tests/security/postMessage/resources/middle-frame-for-lexical.html:
* http/tests/security/postMessage/resources/post-message-listener-with-ready.html: Added.
2009-05-25 Adam Barth <abarth@webkit.org>
Reviewed by Maciej Stachowiak.
https://bugs.webkit.org/show_bug.cgi?id=26004
Test that the origin for postMessage follows the lexical scope.
* http/tests/security/postMessage/origin-follows-lexical-scope-expected.txt: Added.
* http/tests/security/postMessage/origin-follows-lexical-scope.html: Added.
* http/tests/security/postMessage/resources/middle-frame-for-lexical.html: Added.
2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Gustavo Noronha and Xan Lopez.
[Gtk] Enable database and localStorage support
https://bugs.webkit.org/show_bug.cgi?id=25629
Enable storage/ tests for Gtk.
* platform/gtk/Skipped:
2009-05-23 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej Stachowiak.
Add tests to cover exceptions thrown from non-object results of get_by_id
* fast/js/exception-for-nonobject-expected.txt: Added.
* fast/js/exception-for-nonobject.html: Added.
* fast/js/resources/exception-for-nonobject.js: Added.
2009-05-23 Jan Michael Alonzo <jmalonzo@webkit.org>
Unreviewed. Skip new tests introduced in r44010. These tests
require an eventSender implementation which the gtk port
currently do not have.
Also remove gtk-specific result for
fast/canvas/canvas-composite-alpha. The non-platform specific
result now works.
* platform/gtk/Skipped:
* platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
2009-05-22 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
<rdar://problem/6916082> Incorrect handling of % as CSS value.
* fast/css/percent-character-as-value-expected.txt: Added.
* fast/css/percent-character-as-value.html: Added.
2009-05-22 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
- Made the global-function-resolve test independent of hashing order
by using a fixed set of properties. This also removes the need for us
to update this test every time we add something to the window object or
the js-test-pre.js family of scripts.
* fast/js/global-function-resolve-expected.txt: Updated.
* fast/js/resources/global-function-resolve.js: Use a fixed array instead
of using all property names from the global object; also made other small
changes that don't have an effect on the substance of the test.
2009-05-22 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- remove a test that was supposed to test the text/* change to MIME
types from r43979, since the change was rolled out, and the test seems
to be ineffective anyway, since it was passing on Mac after rolling
out the change.
* http/tests/mime/accept-all-text-types-expected.txt: Removed.
* http/tests/mime/accept-all-text-types.html: Removed.
2009-05-22 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.org>
Reviewed by Simon Hausmann.
Skip tests depending on platform dependent results.
* platform/qt/Skipped:
2009-05-22 Shinichiro Hamaji <hamaji@google.com>
Reviewed by Oliver Hunt.
Remove optimization path alpha=0 case from GraphicContext(CG|Skia).
This optimization doesn't make sense for some composite mode (e.g., 'copy' operation).
https://bugs.webkit.org/show_bug.cgi?id=25956
* fast/canvas/canvas-composite-alpha-expected.txt:
* fast/canvas/canvas-composite-alpha.html:
* platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Removed.
2009-05-21 Oliver Hunt <oliver@apple.com>
Reviewed by Maciej Stachowiak.
Add tests to ensure that we correctly cache (or do not cache) lookups
of global properties.
* fast/js/global-function-resolve.html: Added.
* fast/js/resources/global-function-resolve.js: Added.
2009-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Sam Weinig.
Tests for <rdar://problem/6910832> | https://bugs.webkit.org/show_bug.cgi?id=25907
Incorrect URL returned to the DOM while the user drags a file
* http/tests/local/drag-over-remote-content-expected.txt: Added.
* http/tests/local/drag-over-remote-content.html: Added.
* http/tests/security/drag-over-remote-content-iframe-expected.txt: Added.
* http/tests/security/drag-over-remote-content-iframe.html: Added.
2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Fixing test to actually use the correct names for the frames.
* http/tests/mime/accept-all-text-types.html:
2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disable 2 more tests that sometimes fail.
* platform/gtk/Skipped:
2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Adding file I forgot to add to last commit.
* http/tests/mime/resources/accept-all-text-types.cgi: Added.
2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Darin Adler.
Test that WebKit accepts any text/* type.
* http/tests/mime/accept-all-text-types-expected.txt: Added.
* http/tests/mime/accept-all-text-types.html: Added.
2009-05-21 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Xan Lopez.
Disable failing HTTP tests now that we are enabling HTTP on the
bot.
* platform/gtk/Skipped:
2009-05-21 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=19517
<rdar://problem/6007112> DOM modification of textArea causes Access Violation (NULL pointer?)
This no longer happens with ToT, just adding a test.
* fast/parser/head-parsing-19517-expected.txt: Added.
* fast/parser/head-parsing-19517.html: Added.
2009-05-21 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
- test for <rdar://problem/6901751> REGRESSION (r35515): Tiger crash
painting the selection on registration page of car2go.com
* fast/block/float/selection-gap-clip-out-tiger-crash-expected.txt: Added.
* fast/block/float/selection-gap-clip-out-tiger-crash.html: Added.
2009-05-21 Eric Seidel <eric@webkit.org>
Reviewed by Alexey Proskuryakov.
Fix file-input-files-access which was passing for the wrong reasons.
The log was pushing the drop target off screen and the drops were failing!
* editing/pasteboard/file-input-files-access-expected.txt:
* editing/pasteboard/resources/file-input-files-access.js:
(testOrderedDraggingWithDirectory):
(runTest):
2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
Skipping a new test.
* platform/gtk/Skipped:
2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
Skipping test that fails intermitently.
* platform/gtk/Skipped:
2009-05-20 Gustavo Noronha Silva <gns@gnome.org>
Rubber-stamped by Mark Rowe.
Add GTK+-specific results for canvas-composite-alpha. This test
has 'failing' cases that pass on GTK+/cairo.
* platform/gtk/fast/canvas/canvas-composite-alpha-expected.txt: Added.
2009-05-20 David Kilzer <ddkilzer@apple.com>
Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes (16699)
<https://bugs.webkit.org/show_bug.cgi?id=16699>
Reviewed by Brady Eidson.
* http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: Added.
* http/tests/cookies/double-quoted-value-with-semi-colon.html: Added.
* http/tests/cookies/resources/double-quoted-value-with-semi-colon.js: Added.
* platform/mac-tiger/Skipped: Added
double-quoted-value-with-semi-colon.html since CFNetwork on
Tiger stops parsing cookie values when it sees a semi-colon,
even inside double quotes.
2009-05-20 Brady Eidson <beidson@apple.com>
Reviewed by Darin Adler.
Fix <rdar://problem/6904941> and https://bugs.webkit.org/show_bug.cgi?id=25300
* fast/loader/javascript-url-hierarchical-execution-expected.txt: Added.
* fast/loader/javascript-url-hierarchical-execution.html: Added.
2009-05-20 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Anders Carlsson.
https://bugs.webkit.org/show_bug.cgi?id=24510
Add a test case that Netscape Plugin can properly
determine if a given object has a specific method
and property.
The test will ask the plugin to call hasproperty and
hasmethod and will compare the result with what is
expected. This approach is taken from
netscape-get-property-return-value.html
* plugins/netscape-invoke-browserfuncs-expected.txt: Added.
* plugins/netscape-invoke-browserfuncs.html: Added.
2009-05-20 Eric Seidel <eric@webkit.org>
Fix bug URL in ChangeLogs in r43903.
https://bugs.webkit.org/show_bug.cgi?id=25742
2009-05-20 Eric Seidel <eric@webkit.org>
No review, build fix only.
Add files I missed in r43903.
https://bugs.webkit.org/show_bug.cgi?id=25742
Takeshi's patch was right, I just failed to add the files when landing.
* platform/mac/fast/forms/search-styled-expected.checksum: Added.
* platform/mac/fast/forms/search-styled-expected.png: Added.
2009-05-20 Takeshi Yoshino <tyoshino@google.com>
Reviewed by Eric Seidel.
Bug 24539: Fix RenderThemeChromiumWin::paintTextFieldInternal() not to hide background image.
https://bugs.webkit.org/show_bug.cgi?id=25742
Changed the test fast/forms/select-style.html to exercise the change on
RenderThemeChromiumWin::paintTextFieldInternal() on Chromium. Replaced expected results for
platform mac. Expected cases for the other platforms are to be replaced later.
* fast/forms/select-style.html:
* platform/mac/fast/forms/select-style-expected.checksum:
* platform/mac/fast/forms/select-style-expected.txt:
2009-05-20 Shinichiro Hamaji <hamaji@google.com>
Reviewed by Eric Seidel.
Layout tests for canvas' composite operations with alpha blending.
* fast/canvas/canvas-composite-alpha-expected.txt: Added.
* fast/canvas/canvas-composite-alpha.html: Added.
2009-05-20 Eric Seidel <eric@webkit.org>
Build fix only, no review.
Remove dragging subtest from 43890 which used ? char
? is a reserved char on Windows. After removing both the Ă¼ and now the ? this
subtest is now useless, so I'm removing it entirely.
* editing/pasteboard/file-input-files-access-expected.txt:
* editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Removed.
* editing/pasteboard/resources/file-input-files-access.js:
(runTest):
2009-05-20 Eric Seidel <eric@webkit.org>
Build fix only, no review.
Fix windows and tiger builds after r43890
Commit r43890 caused:
svn: Can't convert string from 'UTF-8' to native encoding:
svn: LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra?\204?\136gging?.gif
On both the windows and tiger buildbots. According to:
http://svnbook.red-bean.com/en/1.2/svn.advanced.l10n.html
this is intentional behavior, and due to the fact that the default
LC_CTYPE for Tiger and Windows makes Subversion think the filesystems
do not support utf8.
The fix would be to execute:
export LC_CTYPE=en_US.UTF-8
On all affected machines. But since that's not going to happen,
I'm removing the utf8 chars from this filename.
This makes the drag-drop test weaker, but I see no other option.
* editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Renamed from "LayoutTests/editing/pasteboard/resources/File With Spaces! For Dra\314\210gging?.gif".
* editing/pasteboard/resources/file-input-files-access.js:
(moveMouseToCenterOfElement): use the unused argument
(runTest): fix to use the ansii name
2009-05-20 Darin Adler <darin@apple.com>
Removed stray file left after some check-ins earlier today.
* fast/tokenizer/preload-scanner-entities.html-disabled: Removed.
2009-05-18 Eric Seidel <eric@webkit.org>
Reviewed by Oliver Hunt.
Remove layoutTestController.addFileToPasteboardOnDrag and add eventSender.beginDragWithFiles
https://bugs.webkit.org/show_bug.cgi?id=25852
Add new tests for multi-file dragging:
https://bugs.webkit.org/show_bug.cgi?id=25862
I've removed the old tests in fast/forms which used layoutTestController.addFileToPasteboardOnDrag
and have added a new test in editing/pasteboard/ (where all the other drag-drop tests are)
which tests more than the previous two tests did.
Mac was the only platform running the old layoutTestController.addFileToPasteboardOnDrag tests
I've updated all the Skipped files to skip this new test instead.
* editing/pasteboard/file-input-files-access-expected.txt: Added.
* editing/pasteboard/file-input-files-access.html: Added.
* editing/pasteboard/resources/File With Spaces! For Dragging?.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
* editing/pasteboard/resources/apple.gif: Copied from LayoutTests/fast/canvas/resources/apple.gif.
* editing/pasteboard/resources/file-input-files-access.js: Added.
(moveMouseToCenterOfElement):
(dragFilesOntoInput):
(fileListShouldBe):
(filesShouldBe):
(draggingPathsShouldResultInFiles):
(runTest):
* editing/pasteboard/resources/mozilla.gif: Copied from LayoutTests/fast/dom/resources/mozilla.gif.
* fast/forms/dragging-to-disabled-file-input-expected.txt: Removed.
* fast/forms/dragging-to-disabled-file-input.html: Removed.
* fast/forms/dragging-to-file-input-expected.txt: Removed.
* fast/forms/dragging-to-file-input.html: Removed.
* platform/gtk/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
Reviewed by George Staikos.
Add tests for WCSS marquee extension support
https://bugs.webkit.org/show_bug.cgi?id=23727
* fast/wcss: Added.
* fast/wcss/marquee-dir.xhtml: Added.
* fast/wcss/marquee-loop.xhtml: Added.
* fast/wcss/marquee-speed.xhtml: Added.
* fast/wcss/marquee-style.xhtml: Added.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
2009-05-19 Antti Koivisto <antti@apple.com>
I can't figure out how to make this not timing dependent, making it manual test instead.
* fast/tokenizer/preload-scanner-entities-expected.txt: Removed.
* fast/tokenizer/preload-scanner-entities.html: Removed.
2009-05-19 Darin Adler <darin@apple.com>
Renamed test failing on many buildbots to disable it.
Antti can move it back once he gets it working more consistently.
* fast/tokenizer/preload-scanner-entities.html: Removed.
* fast/tokenizer/preload-scanner-entities.html-disabled: Copied from fast/tokenizer/preload-scanner-entities.html.
2009-05-19 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 25872: aria-labeledby appends all siblings instead of all children to aria name
https://bugs.webkit.org/show_bug.cgi?id=25872
* accessibility/aria-labelledby-stay-within.html: Added.
* platform/mac/accessibility/aria-describedby-on-input-expected.txt:
* platform/mac/accessibility/aria-labelledby-on-input-expected.txt:
* platform/mac/accessibility/aria-labelledby-stay-within-expected.txt: Added.
2009-05-19 Antti Koivisto <antti@apple.com>
Reviewed by Darin Adler.
<rdar://problem/6902674> REGRESSION: Query parameters are sometimes incorrect in URL (23135)
* fast/tokenizer/preload-scanner-entities-expected.txt: Added.
* fast/tokenizer/preload-scanner-entities.html: Added.
2009-05-19 Yichao Yin <yichao.yin@torchmobile.com.cn>
Reviewed by George Staikos.
Add the XHTML MP tests but put them in skipped since they are not active
by default on any platforms.
https://bugs.webkit.org/show_bug.cgi?id=23452
* fast/xhtmlmp: Added.
* fast/xhtmlmp/check-doctype-declaration.xhtml: Added.
* fast/xhtmlmp/check-rootelement.xhtml: Added.
* fast/xhtmlmp/noscript-in-multiscripts.xhtml: Added.
* fast/xhtmlmp/noscript-nested.xhtml: Added.
* fast/xhtmlmp/noscript.xhtml: Added.
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/win/Skipped:
2009-05-18 David Kilzer <ddkilzer@apple.com>
Added cookie test to Skipped list for Windows
See Bug 25861. <https://bugs.webkit.org/show_bug.cgi?id=25861>
* platform/win/Skipped: Added
http/tests/cookies/simple-cookies-expired.html.
2009-05-18 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed and tweaked by David Kilzer.
Bug 24569: Add some cookies tests
<https://bugs.webkit.org/show_bug.cgi?id=24569>
This modification adds a cookie framework to check setting cookies.
It is a simple modification over the js test framework. It uses some XHRs and custom server-side script
to set / get / clear cookies.
It also adds some very basic tests to check that everything works.
* http/tests/cookies: Added.
* http/tests/cookies/multiple-cookies-expected.txt: Added.
* http/tests/cookies/multiple-cookies.html: Added.
* http/tests/cookies/resources: Added.
* http/tests/cookies/resources/TEMPLATE.html: Copied from LayoutTests/fast/js/resources/TEMPLATE.html.
* http/tests/cookies/resources/clearCookies.cgi: Added.
* http/tests/cookies/resources/cookies-test-post.js: Copied from LayoutTests/fast/js/resources/js-test-post.js.
* http/tests/cookies/resources/cookies-test-pre.js: Copied from LayoutTests/fast/js/resources/js-test-pre.js.
(setCookies): Internal method to set a cookie (multiple cookies are not supported).
(testCookies): Internal method to check if the cookie were set.
(clearAllCookies): Used to clear all pre-existing cookies for this domain.
(clearCookies): Used to clear the cookies set with cookiesShouldBe.
(cookiesShouldBe): Used to set a cookie and check the "Cookie" header sent. It is inspired from shouldBe from the js test framework.
* http/tests/cookies/resources/cookies-test-style.css: Copied from LayoutTests/fast/js/resources/js-test-style.css.
* http/tests/cookies/resources/getCookies.cgi: Added.
* http/tests/cookies/resources/multiple-cookies.js: Added.
* http/tests/cookies/resources/setCookies.cgi: Added.
* http/tests/cookies/resources/simple-cookies-expired.js: Added.
* http/tests/cookies/resources/simple-cookies-max-age.js: Added.
* http/tests/cookies/simple-cookies-expired-expected.txt: Added.
* http/tests/cookies/simple-cookies-expired.html: Added.
* http/tests/cookies/simple-cookies-max-age-expected.txt: Added.
* http/tests/cookies/simple-cookies-max-age.html: Added.
* platform/mac-tiger/Skipped: Added
http/tests/cookies/simple-cookies-max-age.html since CFNetwork
on Tiger doesn't support expiring cookies with Max-Age=0.
2009-05-18 David Kilzer <ddkilzer@apple.com>
Bug 20652: WebKit doesn't display favicons with MIME type image/vnd.microsoft.icon
<https://bugs.webkit.org/show_bug.cgi?id=20652>
Reviewed by Darin Adler.
Updated existing favicon-as-image.html test to display a third
image having MIME type image/vnd.microsoft.icon.
* http/tests/misc/favicon-as-image.html: Updated.
* http/tests/misc/resources/.htaccess: Added.
* http/tests/misc/resources/favicon-vnd-ms.ico: Copied from LayoutTests/fast/images/resources/favicon.ico.
* platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Updated.
* platform/mac/http/tests/misc/favicon-as-image-expected.png: Updated.
* platform/mac/http/tests/misc/favicon-as-image-expected.txt: Updated.
2009-05-18 Julie Parent <jparent@google.com>
Reviewed by Eric Seidel.
Skip new tests from r43822 on Gtk
https://bugs.webkit.org/show_bug.cgi?id=25780
* platform/gtk/Skipped:
2009-05-18 Julie Parent <jparent@google.com>
Reviewed by Oliver Hunt.
Add missing files from r43821
https://bugs.webkit.org/show_bug.cgi?id=25780
* editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
* editing/pasteboard/get-data-text-plain-drop.html: Added.
* editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
* editing/pasteboard/get-data-text-plain-paste.html: Added.
* editing/pasteboard/resources/TEMPLATE.html: Copied from LayoutTests/editing/execCommand/resources/TEMPLATE.html.
* editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
(handlePaste):
2009-05-18 Julie Parent <jparent@google.com>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=25780
Adds layout tests for getData (text/plain) during paste and drop events.
* editing/pasteboard/get-data-text-plain-drop-expected.txt: Added.
* editing/pasteboard/get-data-text-plain-drop.html: Added. Tests that getData
is available on paste.
* editing/pasteboard/get-data-text-plain-paste-expected.txt: Added.
* editing/pasteboard/get-data-text-plain-paste.html: Added. Tests that getData
is available on drop.
* editing/pasteboard/resources/TEMPLATE.html: Added.
* editing/pasteboard/resources/get-data-text-plain-paste.js: Added.
(handlePaste):
* fast/events/drag-in-frames-expected.txt: Changed to incLude new dragover
event dispatch.
* platform/win/Skipped: Skip newly added drop test since it won't work on windows,
like other drop tests.
2009-05-17 Dan Bernstein <mitz@apple.com>
Reviewed by David Kilzer.
- move fast/repaint/repaint.js into the resources subdirectory
* fast/repaint/repaint.js: Removed.
* fast/repaint/resources/repaint.js: Copied from fast/repaint/repaint.js.
* (89 tests changed to load the script from the new location)
2009-05-17 Darin Adler <darin@apple.com>
* platform/gtk/Skipped: Disable another media test that seems to be failing at least
intermittently.
2009-05-17 Kai BrĂ¼ning <kai@granus.net>
Reviewed by Darin Adler.
Test case for bug 25822: DOM normalize does not remove empty text node between element nodes
https://bugs.webkit.org/show_bug.cgi?id=25822
The test case strives to test the whole functionality of Node's normalize().
* fast/dom/Node/normalize-expected.txt: Added.
* fast/dom/Node/normalize.html: Added.
2009-05-16 Dan Bernstein <mitz@apple.com>
Reviewed by Alexey Proskuryakov.
- test for <rdar://problem/6873305> Two distinct characters are not
displayed correctly with 2 of the font selections from the stickies
widget
* platform/mac/editing/pasteboard/text-precomposed-expected.txt: Added.
* platform/mac/editing/pasteboard/text-precomposed.html: Added.
2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Jan Michael Alonzo.
https://bugs.webkit.org/show_bug.cgi?id=25787
Enable more passing plugin tests.
* platform/gtk/Skipped:
2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Jan Michael Alonzo.
https://bugs.webkit.org/show_bug.cgi?id=25787
Enable plugins/npruntime.html
* platform/gtk/Skipped:
2009-05-15 Darin Adler <darin@apple.com>
Fix some failures from recent changes.
* platform/gtk/Skipped: Added recently-added test to the "no expected results" section.
* platform/win/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
* platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
* svg/css/getComputedStyle-basic-expected.txt: Ditto.
2009-05-15 Darin Adler <darin@apple.com>
* svg/css/getComputedStyle-basic-expected.txt: Updated for change to getComputedStyle.
2009-05-15 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/6883872> REGRESSION (r43243): computed style for font-family is returning
only the generic font, if any generic font is in the family list
* fast/css/getComputedStyle/computed-style-font-family-expected.txt: Added.
* fast/css/getComputedStyle/computed-style-font-family.html: Added.
* fast/css/getComputedStyle/computed-style.html: Updated array of properties to dump
that are not visible when iterating the computed style object. Removed pointless
unused array of unimplemented properties.
* fast/css/getComputedStyle/computed-style-without-renderer.html: Ditto.
* platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Updated.
* platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Ditto.
2009-05-15 Adam Barth <abarth@webkit.org>
Reviewed by Oliver Hunt.
https://bugs.webkit.org/show_bug.cgi?id=25741
Test that insertBeforeItem behaves properly for out of bounds indices.
* svg/dom/svglist-exception-on-out-bounds-error-expected.txt:
* svg/dom/svglist-exception-on-out-bounds-error.html:
* svg/dom/svglist-insertItemBefore-appends-expected.txt: Added.
* svg/dom/svglist-insertItemBefore-appends.html: Added.
2009-05-15 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=25829
Fix -webkit-background-clip:text when the renderer had a non (0,0) x, y offset.
* fast/backgrounds/background-clip-text.html: Added.
* platform/mac/fast/backgrounds/background-clip-text-expected.checksum: Added.
* platform/mac/fast/backgrounds/background-clip-text-expected.png: Added.
* platform/mac/fast/backgrounds/background-clip-text-expected.txt: Added.
2009-05-15 Dan Bernstein <mitz@apple.com>
Reviewed by Sam Weinig.
- test for <rdar://problem/6888244> REGRESSION: Using the Up or Down
keyboard arrows, I can't navigate caret between To Do items in a Note
message
* editing/selection/move-by-line-004-expected.txt: Added.
* editing/selection/move-by-line-004.html: Added.
2009-05-15 Gustavo Noronha Silva <gns@gnome.org>
Disable new tests.
* platform/gtk/Skipped:
2009-05-15 Eric Seidel <eric@webkit.org>
Mark Rowe says skipping tests doesn't need review. :)
Add new tests from r43759 to windows and tiger skipped lists until bug 25816 can be resolved.
https://bugs.webkit.org/show_bug.cgi?id=25816
Original bug: http://bugs.webkit.org/show_bug.cgi?id=25464
* platform/win/Skipped:
* platform/mac-tiger/Skipped:
2009-05-15 Jan Michael Alonzo <jmalonzo@webkit.org>
Reviewed by Holger Freyther.
[GTK] Implement layoutTestController.waitForPolicyDelegate
https://bugs.webkit.org/show_bug.cgi?id=25036
Enable fast/forms/mailto tests.
* platform/gtk/Skipped:
2009-05-15 Jungshik Shin <jshin@chromium.org>
Reviewed by Dimitri Glazkov
http://bugs.webkit.org/show_bug.cgi?id=25464
Improve the font fallback for characters belonging to 'common' scripts
in ChromiumWin port. Make characters like Danda, Double Danda (punctuation
marks in North Indian scripts) and currency signs (e.g. Thai Baht)
rendered correctly in Chromium on Win.
- danda-space.html has two setences in Gurumukhi script
(supported on Mac and Windows) ended with Danda. The first Danda
is followed by a space, which was misrendered in Chromium on Windows.
- thai-baht-space.html has Thai Baht signs before and after a space,
which was misrendered by Chromium on Windows.
* fast/text/international/danda-space.html: Added.
* fast/text/international/thai-baht-space.html: Added.
* platform/mac/fast/text/international/danda-space-expected.txt: Added.
* platform/mac/fast/text/international/thai-baht-space-expected.txt: Added.
2009-05-14 Eric Seidel <eric@webkit.org>
No review, rollout only.
Roll out r43753 as it caused a test to fail
Turns out more than one test was using the modified JS file.
* editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
* editing/pasteboard/paste-blockquote-before-blockquote.html:
* editing/pasteboard/resources/TEMPLATE.html: Removed.
* editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
(copyAndPasteNode):
2009-05-14 Julie Parent <jparent@google.com>
Reviewed by Eric Seidel.
https://bugs.webkit.org/show_bug.cgi?id=25716
Convert a test located in the resources directory into being a regular js test,
so we can add add more tests there and run make-js-test-wrappers without clobbering this one.
* editing/pasteboard/paste-blockquote-before-blockquote-expected.txt:
* editing/pasteboard/paste-blockquote-before-blockquote.html:
* editing/pasteboard/resources/TEMPLATE.html: Added.
* editing/pasteboard/resources/paste-blockquote-before-blockquote.js:
(createLine):
(copyAndPasteNode):
2009-05-14 Dean Jackson <dino@apple.com>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=25197
Add support for aspect-ratio and orientation
media queries.
* fast/media/mq-aspect-ratio.html: Added.
* fast/media/mq-orientation.html: Added.
* platform/mac/fast/media/mq-aspect-ratio-expected.checksum: Added.
* platform/mac/fast/media/mq-aspect-ratio-expected.png: Added.
* platform/mac/fast/media/mq-aspect-ratio-expected.txt: Added.
* platform/mac/fast/media/mq-orientation-expected.checksum: Added.
* platform/mac/fast/media/mq-orientation-expected.png: Added.
* platform/mac/fast/media/mq-orientation-expected.txt: Added.
2009-05-14 Kevin McCullough <kmccullough@apple.com>
- Resubmitting previous patch, correctly this time.
* editing/execCommand/outdent-blockquote-test1.html: Copied from editing/execCommand/outdent-blockquote-test1.html.
* editing/execCommand/outdent-blockquote-test2.html: Copied from editing/execCommand/outdent-blockquote-test2.html.
* editing/execCommand/outdent-blockquote-test3.html: Copied from editing/execCommand/outdent-blockquote-test3.html.
* editing/execCommand/outdent-blockquote-test4.html: Copied from editing/execCommand/outdent-blockquote-test4.html.
* platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt.
* platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt.
* platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt.
* platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt.
* platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Copied from platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt.
2009-05-14 Kevin McCullough <kmccullough@apple.com>
- Rolled out for bug and build fix.
* editing/execCommand/outdent-blockquote-test1.html: Removed.
* editing/execCommand/outdent-blockquote-test2.html: Removed.
* editing/execCommand/outdent-blockquote-test3.html: Removed.
* editing/execCommand/outdent-blockquote-test4.html: Removed.
* platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Removed.
* platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Removed.
* platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Removed.
* platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Removed.
* platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Removed.
2009-05-14 Kevin McCullough <kmccullough@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/6510362> In some situations message content is messed up
when indentation is decreased
- These tests are the various combinations of <blockquote>s that
revealed bugs in our old logic.
* editing/execCommand/outdent-blockquote-test1.html: Added.
* editing/execCommand/outdent-blockquote-test2.html: Added.
* editing/execCommand/outdent-blockquote-test3.html: Added.
* editing/execCommand/outdent-blockquote-test4.html: Added.
* platform/mac/editing/execCommand/outdent-blockquote-test1-expected.txt: Added.
* platform/mac/editing/execCommand/outdent-blockquote-test2-expected.txt: Added.
* platform/mac/editing/execCommand/outdent-blockquote-test3-expected.txt: Added.
* platform/mac/editing/execCommand/outdent-blockquote-test4-expected.txt: Added.
* platform/mac/editing/execCommand/outdent-blockquote-test5-expected.txt: Added.
2009-05-14 Simon Fraser <simon.fraser@apple.com>
Reviewed by Darin Adler
https://bugs.webkit.org/show_bug.cgi?id=25777
Testcase for canvas as image background with zooming.
* fast/canvas/canvas-bg-zoom.html: Added.
* platform/mac/fast/canvas/canvas-bg-zoom-expected.txt: Added.
2009-05-14 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25796
<rdar://problem/6886654> Shouldn't set referer and origin in Loader::Host::servePendingRequests().
* http/tests/security/credentials-in-referer-expected.txt: Added.
* http/tests/security/credentials-in-referer.html: Added.
* http/tests/security/resources/credentials-in-referer-frame.php: Added.
* http/tests/security/resources/credentials-in-referer.php: Added.
2009-05-14 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disabling tests that are failing intermittently.
* platform/gtk/Skipped:
2009-05-14 Chris Fleizach <cfleizach@apple.com>
Reviewed by Darin Adler.
Bug 25797: Pages with image maps are not properly read with Voiceover
https://bugs.webkit.org/show_bug.cgi?id=25797
Updating layout tests.
* platform/mac/accessibility/document-links-expected.txt:
* platform/mac/accessibility/image-map1-expected.txt:
* platform/mac/accessibility/image-map2-expected.txt:
2009-05-14 Brady Eidson <beidson@apple.com>
Reviewed by Darin Adler.
<rdar://problem/6887762> and https://bugs.webkit.org/show_bug.cgi?id=25790
* platform/win/Skipped: Renable these tests.
2009-05-14 Eric Carlson <eric.carlson@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25791
Bug 25791: HTMLMediaElement: implement 'startTime' attribute
Add test for 'startTime' attribute.
* media/media-startTime-expected.txt: Added.
* media/media-startTime.html: Added.
2009-05-14 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
Move iframe content to a file because Chromium has
AllowLocalLoadsForLocalOnly enabled. This prevents the parent
frame from modifying the iframe content if it is a data: URL.
https://bugs.webkit.org/show_bug.cgi?id=25766
* fast/frames/content-opacity-2.html:
* fast/frames/resources/empty-body.html: Added.
2009-05-14 Adam Roben <aroben@apple.com>
Add a failing text control metrics test to the Windows Skipped file
See Bug 25794: fast/replaced/table-percent-height-text-controls fails
on Windows
<https://bugs.webkit.org/show_bug.cgi?id=25794>
* platform/win/Skipped: Added
fast/replaced/table-percent-height-text-controls.html.
2009-05-14 Adam Roben <aroben@apple.com>
Add a timing-out test to the Windows Skipped file
See Bug 25792: fast/encoding/percent-escaping.html times out on
Windows
<https://bugs.webkit.org/show_bug.cgi?id=25792>
* platform/win/Skipped: Added fast/encoding/percent-escaping.html.
2009-05-14 Adam Roben <aroben@apple.com>
Add new Hebrew-using tests to the Windows Skipped file
See Bug 23925: Tests that use Hebrew text fail on Windows because
Lucida Grande is not used for Hebrew
<https://bugs.webkit.org/show_bug.cgi?id=23925>
* platform/win/Skipped: Added tests added in r43664.
2009-05-14 Adam Roben <aroben@apple.com>
Skip XHR tests that crash in Windows Debug builds
See:
Bug 25790: REGRESSION (r43518): Multiple XHR tests asserting in
createCFURLResponseWithDefaultMIMEType on Windows
<https://bugs.webkit.org/show_bug.cgi?id=25790>
Bug 25344: Some http tests crash in Debug Windows builds due to an
assertion in CFNetwork when releasing a CFURLConnection
<https://bugs.webkit.org/show_bug.cgi?id=25344>
* platform/win/Skipped: Added crashing XHR tests.
2009-05-14 Adam Roben <aroben@apple.com>
Remove old render tree dumps for http tests that are now text-only
Beth made the tests text-only in r43677 but forgot to remove these
Windows-specific render tree dumps.
Rubber-stamped by Dave Hyatt.
* platform/win/http/tests/navigation/anchor-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/anchor-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
* platform/win/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
* platform/win/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
* platform/win/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
* platform/win/http/tests/navigation/post-goback2-expected.txt: Removed.
* platform/win/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
* platform/win/http/tests/navigation/redirect302-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/redirect302-frames-expected.txt: Removed.
* platform/win/http/tests/navigation/redirect302-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
* platform/win/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
* platform/win/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-frames-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-loadsame-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-reload-expected.txt: Removed.
* platform/win/http/tests/navigation/success200-subframeload-expected.txt: Removed.
* platform/win/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
* platform/win/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
* platform/win/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
* platform/win/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
2009-05-14 Darin Adler <darin@apple.com>
* platform/gtk/Skipped: Added new tests to the skipped list.
2009-05-13 Simon Fraser <simon.fraser@apple.com>
No review.
Fix pixel result after test was changed in r43664.
* platform/mac/fast/css/text-overflow-ellipsis-expected.checksum:
* platform/mac/fast/css/text-overflow-ellipsis-expected.png:
2009-05-13 Beth Dakin <bdakin@apple.com>
Rubber-stamped by Oliver Hunt.
Change a bunch of http tests to dumpAsText(). They are currently
failing on the Windown Build Bot because of textarea metrics
changes, and we have decided that these tests are most valuable as
text test anyway.
* http/tests/navigation/anchor-basic-expected.txt: Added.
* http/tests/navigation/anchor-basic.html:
* http/tests/navigation/anchor-goback-expected.txt: Added.
* http/tests/navigation/anchor-goback.html:
* http/tests/navigation/anchor-subframeload-expected.txt: Added.
* http/tests/navigation/anchor-subframeload.html:
* http/tests/navigation/javascriptlink-basic-expected.txt: Added.
* http/tests/navigation/javascriptlink-basic.html:
* http/tests/navigation/javascriptlink-goback-expected.txt: Added.
* http/tests/navigation/javascriptlink-goback.html:
* http/tests/navigation/javascriptlink-subframeload-expected.txt: Added.
* http/tests/navigation/javascriptlink-subframeload.html:
* http/tests/navigation/metaredirect-basic-expected.txt: Added.
* http/tests/navigation/metaredirect-basic.html:
* http/tests/navigation/metaredirect-frames-expected.txt: Added.
* http/tests/navigation/metaredirect-frames.html:
* http/tests/navigation/metaredirect-goback-expected.txt: Added.
* http/tests/navigation/metaredirect-goback.html:
* http/tests/navigation/metaredirect-subframeload-expected.txt: Added.
* http/tests/navigation/metaredirect-subframeload.html:
* http/tests/navigation/post-goback2-expected.txt: Added.
* http/tests/navigation/post-goback2.html:
* http/tests/navigation/postredirect-goback2-expected.txt: Added.
* http/tests/navigation/postredirect-goback2.html:
* http/tests/navigation/redirect302-basic-expected.txt: Added.
* http/tests/navigation/redirect302-basic.html:
* http/tests/navigation/redirect302-frames-expected.txt: Added.
* http/tests/navigation/redirect302-frames.html:
* http/tests/navigation/redirect302-goback-expected.txt: Added.
* http/tests/navigation/redirect302-goback.html:
* http/tests/navigation/redirect302-subframeload-expected.txt: Added.
* http/tests/navigation/redirect302-subframeload.html:
* http/tests/navigation/relativeanchor-basic-expected.txt: Added.
* http/tests/navigation/relativeanchor-basic.html:
* http/tests/navigation/relativeanchor-frames-expected.txt: Added.
* http/tests/navigation/relativeanchor-frames.html:
* http/tests/navigation/relativeanchor-goback-expected.txt: Added.
* http/tests/navigation/relativeanchor-goback.html:
* http/tests/navigation/slowmetaredirect-basic-expected.txt: Added.
* http/tests/navigation/slowmetaredirect-basic.html:
* http/tests/navigation/slowtimerredirect-basic-expected.txt: Added.
* http/tests/navigation/slowtimerredirect-basic.html:
* http/tests/navigation/success200-basic-expected.txt: Added.
* http/tests/navigation/success200-basic.html:
* http/tests/navigation/success200-frames-expected.txt: Added.
* http/tests/navigation/success200-frames-loadsame-expected.txt: Added.
* http/tests/navigation/success200-frames-loadsame.html:
* http/tests/navigation/success200-frames.html:
* http/tests/navigation/success200-goback-expected.txt: Added.
* http/tests/navigation/success200-goback.html:
* http/tests/navigation/success200-loadsame-expected.txt: Added.
* http/tests/navigation/success200-loadsame.html:
* http/tests/navigation/success200-reload-expected.txt: Added.
* http/tests/navigation/success200-reload.html:
* http/tests/navigation/success200-subframeload-expected.txt: Added.
* http/tests/navigation/success200-subframeload.html:
* http/tests/navigation/timerredirect-basic-expected.txt: Added.
* http/tests/navigation/timerredirect-basic.html:
* http/tests/navigation/timerredirect-frames-expected.txt: Added.
* http/tests/navigation/timerredirect-frames.html:
* http/tests/navigation/timerredirect-goback-expected.txt: Added.
* http/tests/navigation/timerredirect-goback.html:
* http/tests/navigation/timerredirect-subframeload-expected.txt: Added.
* http/tests/navigation/timerredirect-subframeload.html:
* platform/mac/http/tests/navigation/anchor-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/anchor-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/anchor-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/anchor-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/anchor-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/anchor-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/anchor-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/anchor-subframeload-expected.txt: Removed.
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt: Removed.
* platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/metaredirect-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/metaredirect-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum: Removed.
* platform/mac/http/tests/navigation/metaredirect-frames-expected.png: Removed.
* platform/mac/http/tests/navigation/metaredirect-frames-expected.txt: Removed.
* platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/metaredirect-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/metaredirect-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt: Removed.
* platform/mac/http/tests/navigation/post-goback2-expected.checksum: Removed.
* platform/mac/http/tests/navigation/post-goback2-expected.png: Removed.
* platform/mac/http/tests/navigation/post-goback2-expected.txt: Removed.
* platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum: Removed.
* platform/mac/http/tests/navigation/postredirect-goback2-expected.png: Removed.
* platform/mac/http/tests/navigation/postredirect-goback2-expected.txt: Removed.
* platform/mac/http/tests/navigation/redirect302-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/redirect302-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/redirect302-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/redirect302-frames-expected.checksum: Removed.
* platform/mac/http/tests/navigation/redirect302-frames-expected.png: Removed.
* platform/mac/http/tests/navigation/redirect302-frames-expected.txt: Removed.
* platform/mac/http/tests/navigation/redirect302-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/redirect302-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/redirect302-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt: Removed.
* platform/mac/http/tests/navigation/relativeanchor-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/relativeanchor-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum: Removed.
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.png: Removed.
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt: Removed.
* platform/mac/http/tests/navigation/relativeanchor-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/relativeanchor-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-frames-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-frames-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-frames-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-loadsame-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-loadsame-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-loadsame-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-reload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-reload-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-reload-expected.txt: Removed.
* platform/mac/http/tests/navigation/success200-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/success200-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/success200-subframeload-expected.txt: Removed.
* platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum: Removed.
* platform/mac/http/tests/navigation/timerredirect-basic-expected.png: Removed.
* platform/mac/http/tests/navigation/timerredirect-basic-expected.txt: Removed.
* platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum: Removed.
* platform/mac/http/tests/navigation/timerredirect-frames-expected.png: Removed.
* platform/mac/http/tests/navigation/timerredirect-frames-expected.txt: Removed.
* platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum: Removed.
* platform/mac/http/tests/navigation/timerredirect-goback-expected.png: Removed.
* platform/mac/http/tests/navigation/timerredirect-goback-expected.txt: Removed.
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum: Removed.
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png: Removed.
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt: Removed.
2009-05-13 Dan Bernstein <mitz@apple.com>
Reviewed by Anders Carlsson.
- test for <rdar://problem/5483015> Replies in Mail are drawn first
without the user style sheet and then redrawn with the style sheet
* platform/mac/fast/loader/user-stylesheet-fast-path-expected.txt: Added.
* platform/mac/fast/loader/user-stylesheet-fast-path.html: Added.
2009-05-13 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 25755: Implement ARIA grid role
https://bugs.webkit.org/show_bug.cgi?id=25755
* accessibility/aria-tables.html: Added.
* accessibility/table-with-aria-role.html:
* platform/mac-leopard/accessibility/aria-tables-expected.txt: Added.
* platform/mac-leopard/accessibility/table-with-aria-role-expected.txt:
* platform/mac/accessibility/aria-tables-expected.txt: Added.
* platform/mac/accessibility/table-with-aria-role-expected.txt:
2009-05-13 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Dave Hyatt.
Fix a number of bugs relating to RTL and text-overflow:ellipsis.
Also refactor the relevant code to make it a little clearer.
This CL fixes 3 fundamental issues:
- Corrects behavior if the truncated InlineTextBox's directionality is
different from the overall flow direction - bug 25135.
- Make decoration drawing in InlineFlowbox RTL-aware - bug 24206.
- Full truncation on InlineBoxes in RTL flow - bug 24186
- Add tests for the above + reorder/cleanup tests for easier
interpretation of outcome.
The code for placing ellipsis has been refactored to use
left/right notation rather than a single variable whose meaning
could differ based on flow directionality.
To support differing inline directionality vs flow directionality,
different variables are now used in InlineTextBox::placeEllipsisBox to
track the two.
The drawing mode for underlines in standards mode now correctly handles
RTL truncation and relevant test where added.
https://bugs.webkit.org/show_bug.cgi?id=24186
https://bugs.webkit.org/show_bug.cgi?id=25135
https://bugs.webkit.org/show_bug.cgi?id=24206
* fast/css/text-overflow-ellipsis-bidi.html: Added.
* fast/css/text-overflow-ellipsis-strict.html: Added.
* fast/css/text-overflow-ellipsis.html:
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.checksum: Added.
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.png: Added.
* platform/mac/fast/css/text-overflow-ellipsis-bidi-expected.txt: Added.
* platform/mac/fast/css/text-overflow-ellipsis-expected.txt:
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.checksum: Added.
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.png: Added.
* platform/mac/fast/css/text-overflow-ellipsis-strict-expected.txt: Added.
2009-05-13 David Hyatt <hyatt@apple.com>
Reviewed by Beth Dakin.
Add layout test for <rdar://problem/6872894> REGRESSION (r41896-42143): First letter cut off in styled select menus.
* fast/overflow/border-radius-clipping.html: Added.
* platform/mac/fast/overflow/border-radius-clipping-expected.checksum: Added.
* platform/mac/fast/overflow/border-radius-clipping-expected.png: Added.
* platform/mac/fast/overflow/border-radius-clipping-expected.txt: Added.
2009-05-13 David Hyatt <hyatt@apple.com>
Reviewed by Beth Dakin and Darin Adler.
Add a repaint test for <rdar://problem/6869687> REGRESSION (r41203): Facebook friend suggestions disappear on update.
* fast/repaint/opacity-change-on-overflow-float.html: Added.
* platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.checksum: Added.
* platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Added.
* platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
2009-05-13 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disable new tests. We are not going to be adding more new test
results for now, for we want to better sort out things such as
fixed DPI, and easily reproducible font configuration.
* platform/gtk/Skipped:
2009-05-13 David Levin <levin@chromium.org>
Reviewed by Darin Adler.
Bug 25394: REGRESSION: crash in DocumentLoader::addResponse due to bad |this| pointer
https://bugs.webkit.org/show_bug.cgi?id=25394
Request a subresource load for an IMG after 'unload' and before the next
page load completes to expose the crash.
* http/tests/xmlhttprequest/frame-unload-abort-crash-expected.txt: Added.
* http/tests/xmlhttprequest/frame-unload-abort-crash.html: Added.
* http/tests/xmlhttprequest/resources/xmlhttprequest-in-unload.html: Added.
2009-05-13 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Hyatt.
- tests for <rdar://problem/6805567> REGRESSION (r42348): Notes flicker
white when loading
* fast/frames/content-opacity-1.html: Added.
* fast/frames/content-opacity-2.html: Added.
* platform/mac/fast/frames/content-opacity-1-expected.checksum: Added.
* platform/mac/fast/frames/content-opacity-1-expected.png: Added.
* platform/mac/fast/frames/content-opacity-1-expected.txt: Added.
* platform/mac/fast/frames/content-opacity-2-expected.checksum: Added.
* platform/mac/fast/frames/content-opacity-2-expected.png: Added.
* platform/mac/fast/frames/content-opacity-2-expected.txt: Added.
2009-05-13 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25749
Add a test for non-same origin appcache manifest URL
* http/tests/appcache/different-origin-manifest-expected.txt: Added.
* http/tests/appcache/different-origin-manifest.html: Added.
2009-05-12 Roland Steiner <rolandsteiner@google.com>
Reviewed by Eric Seidel.
Bug 25738: Skia: CSS border style not cleared for SVG object
https://bugs.webkit.org/show_bug.cgi?id=25738
* platform/mac/svg/custom/no-inherited-dashed-stroke-expected.checksum: Added.
* platform/mac/svg/custom/no-inherited-dashed-stroke-expected.png: Added.
* platform/mac/svg/custom/no-inherited-dashed-stroke-expected.txt: Added.
* svg/custom/no-inherited-dashed-stroke.xhtml: Added.
2009-05-12 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
<rdar://problem/6881457> Crash occurs at JSC::Interpreter::execute() when loading http://www.sears.com
Add a test for using the arguments object inside an exception handler.
* fast/js/arguments-expected.txt:
* fast/js/resources/arguments.js:
(argumentCalleeInException):
2009-05-12 Erik Arvidsson <arv@chromium.org>
Reviewed by Eric Seidel.
Bug 21903: Adds DOM bindings for the placeholder property of the
HTMLInputElement.
https://bugs.webkit.org/show_bug.cgi?id=21903
* fast/forms/placeholder-dom-property-expected.txt: Added.
* fast/forms/placeholder-dom-property.html: Added.
* fast/forms/resources/placeholder-dom-property.js: Added.
2009-05-12 Adam Barth <abarth@webkit.org>
Reviewed by Dimitri Glazkov.
Test that we use the lexical global object in document.open,
document.write, and document.writeln.
* http/tests/security/aboutBlank/security-context-grandchildren-lexical-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-lexical.html: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-write-lexical-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-write-lexical.html: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical-expected.txt: Added.
* http/tests/security/aboutBlank/security-context-grandchildren-writeln-lexical.html: Added.
2009-05-12 Simon Fraser <simon.fraser@apple.com>
No review.
media/video-size-intrinsic-scale.html fails on Tiger, so add it to the skipped
list.
* platform/mac-tiger/Skipped:
2009-05-12 Simon Fraser <simon.fraser@apple.com>
Reviewed by Dan Bernstein
<rdar://problem/6497461> Many media layout tests failing on SnowLeopard.
Turn media tests back on for SnowLeopard, and generate new pixel results. Put override
results in platform/mac-leopard when necessary.
media/video-size-intrinsic-scale.html fails and is still skipped: <rdar://problem/6877291>
* platform/mac-leopard/media/audio-controls-rendering-expected.checksum: Added.
* platform/mac-leopard/media/audio-controls-rendering-expected.png: Added.
* platform/mac-leopard/media/video-aspect-ratio-expected.checksum: Added.
* platform/mac-leopard/media/video-aspect-ratio-expected.png: Added.
* platform/mac-leopard/media/video-controls-rendering-expected.checksum: Added.
* platform/mac-leopard/media/video-controls-rendering-expected.png: Added.
* platform/mac-leopard/media/video-display-toggle-expected.checksum: Added.
* platform/mac-leopard/media/video-display-toggle-expected.png: Added.
* platform/mac-leopard/media/video-empty-source-expected.checksum: Added.
* platform/mac-leopard/media/video-empty-source-expected.png: Added.
* platform/mac-leopard/media/video-layer-crash-expected.checksum: Added.
* platform/mac-leopard/media/video-layer-crash-expected.png: Added.
* platform/mac-leopard/media/video-transformed-expected.checksum: Added.
* platform/mac-leopard/media/video-transformed-expected.png: Added.
* platform/mac-leopard/media/video-zoom-controls-expected.checksum: Added.
* platform/mac-leopard/media/video-zoom-controls-expected.png: Added.
* platform/mac-leopard/media/video-zoom-expected.checksum: Added.
* platform/mac-leopard/media/video-zoom-expected.png: Added.
* platform/mac-snowleopard/Skipped:
* platform/mac/Skipped:
* platform/mac/media/audio-controls-rendering-expected.checksum:
* platform/mac/media/audio-controls-rendering-expected.png:
* platform/mac/media/video-aspect-ratio-expected.checksum:
* platform/mac/media/video-aspect-ratio-expected.png:
* platform/mac/media/video-controls-rendering-expected.checksum:
* platform/mac/media/video-controls-rendering-expected.png:
* platform/mac/media/video-controls-visible-audio-only-expected.checksum: Removed.
* platform/mac/media/video-controls-visible-audio-only-expected.png: Removed.
* platform/mac/media/video-display-toggle-expected.checksum:
* platform/mac/media/video-display-toggle-expected.png:
* platform/mac/media/video-empty-source-expected.checksum:
* platform/mac/media/video-empty-source-expected.png:
* platform/mac/media/video-layer-crash-expected.checksum:
* platform/mac/media/video-layer-crash-expected.png:
* platform/mac/media/video-transformed-expected.checksum:
* platform/mac/media/video-transformed-expected.png:
* platform/mac/media/video-zoom-controls-expected.checksum:
* platform/mac/media/video-zoom-controls-expected.png:
* platform/mac/media/video-zoom-expected.checksum:
* platform/mac/media/video-zoom-expected.png:
2009-03-19 Oliver Hunt <oliver@apple.com>
Reviewed by Darin Adler.
<rdar://problem/6702386> Incorrect bound check in SVGList::insertItemBefore
Test to ensure out of bounds indices passed to SVGList are correctly intercepted.
* svg/dom/svglist-exception-on-out-bounds-error-expected.txt: Added.
* svg/dom/svglist-exception-on-out-bounds-error.html: Added.
2009-05-12 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25694
HTMLParser::createHead() ASSERT: Creating an element, calling document.open() and writing
to the document NULL ptr
* fast/parser/implicit-head-in-fragment-crash-expected.txt: Added.
* fast/parser/implicit-head-in-fragment-crash.html: Added.
2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
Reviewed by Dimitri Glazkov.
Added Qt-specific expected result for toDataURL test, since Qt
does not support saving pixmaps to GIF.
* platform/qt/fast/canvas/toDataURL-supportedTypes-expected.txt: Added.
2009-05-12 Ariya Hidayat <ariya.hidayat@nokia.com>
Rubber-stamped by Simon Hausmann.
Added Qt-specific expected result for Canvas getImageData's test.
https://bugs.webkit.org/show_bug.cgi?id=22150
Since Qt is internally using premultiplied ARGB32 for doing
alpha-blending painting, reading the color back will not
necessarily give the same exact color.
* platform/qt/Skipped: Excluded canvas-getImageData.
* platform/qt/fast/canvas/canvas-getImageData-expected.txt: Added.
2009-05-12 Gavin Barraclough <barraclough@apple.com>
Reviewed by Oliver Hunt.
Test was checked in with one test case disabled since it exposed an existing bug;
enable it now.
* fast/js/instance-of-immediates-expected.txt:
* fast/js/resources/instance-of-immediates.js:
2009-05-11 Brady Eidson <beidson@apple.com>
Add a third copy of the test results for this test to make Tiger bots happy.
* platform/mac-tiger/fast/images: Added.
* platform/mac-tiger/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
* platform/mac-tiger/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
* platform/mac-tiger/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
2009-05-11 Gavin Barraclough <barraclough@apple.com>
Reviewed by Oliver Hunt.
Add a layout test for instanceof.
* fast/js/instance-of-immediates-expected.txt: Added.
* fast/js/instance-of-immediates.html: Added.
* fast/js/resources/instance-of-immediates.js: Added.
(testInstanceOf):
():
(testSet):
2009-05-11 Brady Eidson <beidson@apple.com>
Reviewed by David Kilzer.
<rdar://problem/6876226> - Cleanup the fast/images/favicon situation a bit.
First off, copy fast/images/favicon-as-image.html over to http/tests/misc so it covers the original test case on all Mac platforms.
Second, add Leopard-specific results for the original test.
Then, remove it from the Leopard skipped list.
Finally, add it to the SnowLeopard skipped list (<rdar://problem/6877633> covers re-enabling it when we're no longer blocked).
* http/tests/misc/favicon-as-image.html: Copied from fast/images/favicon-as-image.html.
* http/tests/misc/resources/favicon.ico: Copied from fast/images/resources/favicon.ico.
* platform/mac/http/tests/misc/favicon-as-image-expected.checksum: Added.
* platform/mac/http/tests/misc/favicon-as-image-expected.png: Added.
* platform/mac/http/tests/misc/favicon-as-image-expected.txt: Added.
* platform/mac-leopard/fast/images: Added.
* platform/mac-leopard/fast/images/favicon-as-image-expected.checksum: Copied from platform/mac/fast/images/favicon-as-image-expected.checksum.
* platform/mac-leopard/fast/images/favicon-as-image-expected.png: Copied from platform/mac/fast/images/favicon-as-image-expected.png.
* platform/mac-leopard/fast/images/favicon-as-image-expected.txt: Copied from platform/mac/fast/images/favicon-as-image-expected.txt.
* platform/mac-leopard/Skipped:
* platform/mac-snowleopard/Skipped:
2009-05-11 Holger Hans Peter Freyther <zecke@selfish.org>
DRT/GTK+ lacks an AccessibilityController do not run the
accessibility/onclick-handlers.thtml test.
* platform/gtk/Skipped:
2009-05-11 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 25713: AX: Control Elements not identified in HTML content
https://bugs.webkit.org/show_bug.cgi?id=25713
* accessibility/onclick-handlers-expected.txt: Added.
* accessibility/onclick-handlers.html: Added.
2009-05-11 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/6276843> REGRESSION: TextIterator generates
an extra newline for ranges that start outside of body
* editing/text-iterator/basic-iteration-expected.txt:
Expect success, not failure.
2009-05-11 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Enable the new passing test, and skip two new failing tests.
* platform/gtk/Skipped:
* platform/gtk/fast/css/compare-content-style-expected.txt: Added.
2009-05-11 Alice Liu <alice.liu@apple.com>
Reviewed by Dan Bernstein.
https://bugs.webkit.org/show_bug.cgi?id=25701
REGRESSION(r38788 & r42020): styled searchfields look wrong on Windows, affects Facebook
* fast/forms/search-styled.html: Added.
* platform/mac/fast/forms/search-styled-expected.txt: Added.
* platform/win/fast/forms/search-styled-expected.txt: Added.
2009-05-11 Brady Eidson <beidson@apple.com>
Reviewed by Darin Adler.
* platform/mac-leopard/Skipped: Skip fast/images/favicon-as-image.html until we can come up
with a better solution to its new failure.
2009-05-11 Darin Adler <darin@apple.com>
Reviewed by Oliver Hunt.
Bug 25560: REGRESSION (r34821): "string value".__proto__ gets the wrong object.
https://bugs.webkit.org/show_bug.cgi?id=25560
rdar://problem/6861069
* fast/js/prototypes-expected.txt: Added.
* fast/js/prototypes.html: Added.
* fast/js/resources/prototypes.js: Added.
2009-05-11 David Kilzer <ddkilzer@apple.com>
Added webarchive/test-link-rel-icon.html to gtk Skipped list
* platform/gtk/Skipped: Added webarchive/test-link-rel-icon.html.
2009-05-11 David Kilzer <ddkilzer@apple.com>
Bug 23331: LayoutTests/webarchive/test-link-rel-icon.html fails in different ways on buildbots
<https://bugs.webkit.org/show_bug.cgi?id=23331>
Reviewed by Brady Eidson.
* webarchive/test-link-rel-icon-expected.webarchive: Updated
results after removing workaround in the test.
* webarchive/test-link-rel-icon.html: Copied from webarchive/test-link-rel-icon.html-disabled.
Removed workaround for Bug 21026 / <rdar://problem/6240826>.
* webarchive/test-link-rel-icon.html-disabled: Removed.
2009-05-11 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Fix failure seen on most of the buildbots.
* fast/forms/text-control-intrinsic-widths-expected.txt: Rolled back to the
version before Hyatt's recent intrinsic margin check-in. According to Dan,
that should not have had any effect on this test, so these results reflect
some other sort of difference on Hyatt's computer.
2009-05-10 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for a crash when deactivating a document that had adopted a
<form> element
* fast/dom/HTMLFormElement/document-deactivation-callback-crash-expected.txt: Added.
* fast/dom/HTMLFormElement/document-deactivation-callback-crash.html: Added.
2009-05-10 David Kilzer <ddkilzer@apple.com>
Test for Bug 23741: StyleRareNonInheritedData::operator==() should not compare ContentData objects by pointer
Rubber-stamped by Geoff Garen.
Original test by Simon Fraser.
* fast/css/compare-content-style.html: Added.
* platform/mac/fast/css/compare-content-style-expected.txt: Added.
2009-05-10 Dan Bernstein <mitz@apple.com>
Reviewed by Dave Kilzer.
- new test and correct results for https://bugs.webkit.org/show_bug.cgi?id=25602
REGRESSION: fast/overflow/overflow-focus-ring.html seems double-drawn
on ToT
* fast/layers/self-painting-outline.html: Added.
* platform/mac/fast/overflow/overflow-focus-ring-expected.checksum: Updated.
* platform/mac/fast/overflow/overflow-focus-ring-expected.png: Updated.
* platform/mac/fast/layers/self-painting-outline-expected.checksum: Added.
* platform/mac/fast/layers/self-painting-outline-expected.png: Added.
* platform/mac/fast/layers/self-painting-outline-expected.txt: Added.
2009-05-09 Dan Bernstein <mitz@apple.com>
Reviewed by Geoffrey Garen and Mark Rowe.
- test for https://bugs.webkit.org/show_bug.cgi?id=25666
Assertion failure in Node::setDocument()
(willMoveToNewOwnerDocumentWasCalled) when adopting a <form> element
* fast/dom/HTMLFormElement/adopt-assertion-expected.txt: Added.
* fast/dom/HTMLFormElement/adopt-assertion.html: Added.
2009-05-09 Geoffrey Garen <ggaren@apple.com>
Rubber stamped by Beth Dakin.
Added a test for a math edge case I just came across.
* fast/js/postfix-syntax-expected.txt:
* fast/js/resources/postfix-syntax.js:
2009-05-09 Dan Bernstein <mitz@apple.com>
- correct the results from the previous patch
2009-05-09 Dan Bernstein <mitz@apple.com>
- update Windows-specific layout test results for textarea
intrinsic margin change (r43355)
* platform/win/editing/inserting/4960120-1-expected.txt:
* platform/win/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/win/editing/pasteboard/pasting-tabs-expected.txt:
* platform/win/fast/css/resize-corner-tracking-expected.txt:
* platform/win/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/win/fast/dynamic/008-expected.txt:
* platform/win/fast/forms/basic-textareas-expected.txt:
* platform/win/fast/forms/textAreaLineHeight-expected.txt:
* platform/win/fast/forms/textarea-align-expected.txt:
* platform/win/fast/forms/textarea-rows-cols-expected.txt:
* platform/win/fast/forms/textarea-scrollbar-expected.txt:
* platform/win/fast/forms/textarea-scrolled-type-expected.txt:
* platform/win/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/win/fast/forms/textarea-width-expected.txt:
* platform/win/fast/overflow/overflow-x-y-expected.txt:
* platform/win/fast/parser/comment-in-textarea-expected.txt:
* platform/win/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/win/fast/parser/open-comment-in-textarea-expected.txt:
* platform/win/fast/replaced/width100percent-textarea-expected.txt:
* platform/win/fast/table/003-expected.txt:
* platform/win/tables/mozilla/bugs/bug30559-expected.txt:
2009-05-08 Jan Michael Alonzo <jmalonzo@webkit.org>
Skip failing render tree test that was added in r43420.
* platform/gtk/Skipped:
2009-05-08 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
Rubber-stamped by George Staikos.
Update WML <input> layout test result, as input field metrics have changed recently.
* platform/mac/fast/wml/input-expected.checksum:
* platform/mac/fast/wml/input-expected.png:
* platform/mac/fast/wml/input-expected.txt:
2009-05-08 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- test for <rdar://problem/6864786> REGRESSION: Crash below
ApplyStyleCommand::applyInlineStyleToRange when reviewing a patch in
Bugzilla
* editing/style/apply-through-end-of-document-expected.txt: Added.
* editing/style/apply-through-end-of-document.html: Added.
2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disable more new tests that are failing.
* platform/gtk/Skipped:
2009-05-08 Eric Carlson <eric.carlson@apple.com>
No review, update tests results missed in r43403.
* fast/dom/Window/window-properties-expected.txt:
* platform/mac-leopard/fast/dom/Window/window-properties-expected.txt:
2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
GTK+ test results for two new tests.
* platform/gtk/fast/layers/remove-only-this-layer-update-expected.txt: Added.
* platform/gtk/fast/repaint/selection-clear-expected.txt: Added.
2009-05-08 Eric Carlson <eric.carlson@apple.com>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25627
Bug 25627: HTMLMediaElement: some errors should fire on <source> elements
Update tests for MEDIA_ERR_NONE_SUPPORTED change to MEDIA_ERR_SRC_NOT_SUPPORTED.
Add video-source-error.html to test errors fired on <source> elements .
* media/media-constants-expected.txt:
* media/media-constants.html:
* media/unsupported-rtsp.html:
* media/video-error-does-not-exist.html:
* media/video-source-error.html: Added.
* media/video-src-change.html:
* media/video-src-invalid-remove.html:
* media/video-src-plus-source.html:
2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disable new test that is failing.
* platform/gtk/Skipped:
2009-05-08 Dan Bernstein <mitz@apple.com>
Reviewed by Maciej Stachowiak.
- test for <rdar://problem/6859955> Undoing typed text after selecting
all leaves non-text areas highlighted
* fast/repaint/selection-clear.html: Added.
* platform/mac/fast/repaint/selection-clear-expected.checksum: Added.
* platform/mac/fast/repaint/selection-clear-expected.png: Added.
* platform/mac/fast/repaint/selection-clear-expected.txt: Added.
2009-05-07 David Levin <levin@chromium.org>
Reviewed by NOBODY.
Suggested by Oliver Hunt.
Rolling back http://trac.webkit.org/changeset/43385
because we have to use mac artwork for the underline on OSX.
* platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
* platform/mac/editing/spelling/inline_spelling_markers-expected.png:
* platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
* platform/mac/editing/spelling/spellcheck-attribute-expected.png:
* platform/mac/editing/spelling/spelling-expected.checksum:
* platform/mac/editing/spelling/spelling-expected.png:
* platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
* platform/mac/editing/spelling/spelling-linebreak-expected.png:
2009-05-07 John Grabowski <jrg@chromium.org>
Reviewed by Simon Fraser.
https://bugs.webkit.org/show_bug.cgi?id=25573
Rebaseline of spelling tests for Mac. Tests pass even without this
change but checksums don't match. Non-Mac does not need a new baseline.
* platform/mac/editing/spelling/inline_spelling_markers-expected.checksum:
* platform/mac/editing/spelling/inline_spelling_markers-expected.png:
* platform/mac/editing/spelling/spellcheck-attribute-expected.checksum:
* platform/mac/editing/spelling/spellcheck-attribute-expected.png:
* platform/mac/editing/spelling/spelling-expected.checksum:
* platform/mac/editing/spelling/spelling-expected.png:
* platform/mac/editing/spelling/spelling-linebreak-expected.checksum:
* platform/mac/editing/spelling/spelling-linebreak-expected.png:
2009-05-07 Darin Adler <darin@apple.com>
Reviewed by Simon Fraser.
Bug 25575: Registered mutation event listener crashes HTMLMediaElement
https://bugs.webkit.org/show_bug.cgi?id=25575
* fast/media/video-controls-with-mutation-event-handler-expected.txt: Added.
* fast/media/video-controls-with-mutation-event-handler.html: Added.
2009-05-07 Eric Seidel <eric@webkit.org>
Reviewed by Beth Dakin.
Fix regression caused by r41469, add test case to prevent it from
happening again.
https://bugs.webkit.org/show_bug.cgi?id=25252
* fast/layers/remove-only-this-layer-update.html: Added.
* platform/mac/fast/layers/remove-only-this-layer-update-expected.checksum: Added.
* platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Added.
* platform/mac/fast/layers/remove-only-this-layer-update-expected.txt: Added.
2009-05-07 David Hyatt <hyatt@apple.com>
Restore intrinsic margins to all form controls on Mac and Windows.
Reviewed by Beth Dakin.
* fast/forms/text-control-intrinsic-widths-expected.txt:
* fast/replaced/table-percent-height-text-controls-expected.txt:
* platform/mac/editing/inserting/4960120-1-expected.checksum:
* platform/mac/editing/inserting/4960120-1-expected.png:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png:
* platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.txt:
* platform/mac/editing/pasteboard/pasting-tabs-expected.checksum:
* platform/mac/editing/pasteboard/pasting-tabs-expected.png:
* platform/mac/editing/pasteboard/pasting-tabs-expected.txt:
* platform/mac/fast/css/resize-corner-tracking-expected.checksum:
* platform/mac/fast/css/resize-corner-tracking-expected.png:
* platform/mac/fast/css/resize-corner-tracking-expected.txt:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.checksum:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.png:
* platform/mac/fast/dom/HTMLTextAreaElement/reset-textarea-expected.txt:
* platform/mac/fast/dynamic/008-expected.checksum:
* platform/mac/fast/dynamic/008-expected.png:
* platform/mac/fast/dynamic/008-expected.txt:
* platform/mac/fast/forms/001-expected.checksum:
* platform/mac/fast/forms/001-expected.png:
* platform/mac/fast/forms/basic-textareas-expected.checksum:
* platform/mac/fast/forms/basic-textareas-expected.png:
* platform/mac/fast/forms/basic-textareas-expected.txt:
* platform/mac/fast/forms/form-element-geometry-expected.checksum:
* platform/mac/fast/forms/form-element-geometry-expected.png:
* platform/mac/fast/forms/form-element-geometry-expected.txt:
* platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.checksum:
* platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png:
* platform/mac/fast/forms/linebox-overflow-in-textarea-padding-expected.txt:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.checksum:
* platform/mac/fast/forms/listbox-hit-test-zoomed-expected.png:
* platform/mac/fast/forms/menulist-clip-expected.checksum:
* platform/mac/fast/forms/menulist-clip-expected.png:
* platform/mac/fast/forms/menulist-narrow-width-expected.checksum:
* platform/mac/fast/forms/menulist-narrow-width-expected.png:
* platform/mac/fast/forms/menulist-option-wrap-expected.checksum:
* platform/mac/fast/forms/menulist-option-wrap-expected.png:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.checksum:
* platform/mac/fast/forms/menulist-restrict-line-height-expected.png:
* platform/mac/fast/forms/negativeLineHeight-expected.checksum:
* platform/mac/fast/forms/negativeLineHeight-expected.png:
* platform/mac/fast/forms/negativeLineHeight-expected.txt:
* platform/mac/fast/forms/select-baseline-expected.checksum:
* platform/mac/fast/forms/select-baseline-expected.png:
* platform/mac/fast/forms/select-style-expected.checksum:
* platform/mac/fast/forms/select-style-expected.png:
* platform/mac/fast/forms/textAreaLineHeight-expected.checksum:
* platform/mac/fast/forms/textAreaLineHeight-expected.png:
* platform/mac/fast/forms/textAreaLineHeight-expected.txt:
* platform/mac/fast/forms/textarea-align-expected.checksum:
* platform/mac/fast/forms/textarea-align-expected.png:
* platform/mac/fast/forms/textarea-align-expected.txt:
* platform/mac/fast/forms/textarea-rows-cols-expected.checksum:
* platform/mac/fast/forms/textarea-rows-cols-expected.png:
* platform/mac/fast/forms/textarea-rows-cols-expected.txt:
* platform/mac/fast/forms/textarea-scroll-height-expected.checksum:
* platform/mac/fast/forms/textarea-scroll-height-expected.png:
* platform/mac/fast/forms/textarea-scroll-height-expected.txt:
* platform/mac/fast/forms/textarea-scrollbar-expected.checksum:
* platform/mac/fast/forms/textarea-scrollbar-expected.png:
* platform/mac/fast/forms/textarea-scrollbar-expected.txt:
* platform/mac/fast/forms/textarea-scrolled-type-expected.checksum:
* platform/mac/fast/forms/textarea-scrolled-type-expected.png:
* platform/mac/fast/forms/textarea-scrolled-type-expected.txt:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.checksum:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.png:
* platform/mac/fast/forms/textarea-setinnerhtml-expected.txt:
* platform/mac/fast/forms/textarea-width-expected.checksum:
* platform/mac/fast/forms/textarea-width-expected.png:
* platform/mac/fast/forms/textarea-width-expected.txt:
* platform/mac/fast/overflow/overflow-focus-ring-expected.checksum:
* platform/mac/fast/overflow/overflow-focus-ring-expected.png:
* platform/mac/fast/overflow/overflow-x-y-expected.checksum:
* platform/mac/fast/overflow/overflow-x-y-expected.png:
* platform/mac/fast/overflow/overflow-x-y-expected.txt:
* platform/mac/fast/parser/comment-in-textarea-expected.checksum:
* platform/mac/fast/parser/comment-in-textarea-expected.png:
* platform/mac/fast/parser/comment-in-textarea-expected.txt:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.checksum:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.png:
* platform/mac/fast/parser/entity-comment-in-textarea-expected.txt:
* platform/mac/fast/parser/open-comment-in-textarea-expected.checksum:
* platform/mac/fast/parser/open-comment-in-textarea-expected.png:
* platform/mac/fast/parser/open-comment-in-textarea-expected.txt:
* platform/mac/fast/replaced/selection-rect-transform-expected.png:
* platform/mac/fast/replaced/width100percent-textarea-expected.checksum:
* platform/mac/fast/replaced/width100percent-textarea-expected.png:
* platform/mac/fast/replaced/width100percent-textarea-expected.txt:
* platform/mac/fast/table/003-expected.checksum:
* platform/mac/fast/table/003-expected.png:
* platform/mac/fast/table/003-expected.txt:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.checksum:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.png:
* platform/mac/fast/text/international/rtl-white-space-pre-wrap-expected.txt:
* platform/mac/http/tests/navigation/anchor-basic-expected.txt:
* platform/mac/http/tests/navigation/anchor-frames-expected.checksum:
* platform/mac/http/tests/navigation/anchor-frames-expected.png:
* platform/mac/http/tests/navigation/anchor-frames-expected.txt:
* platform/mac/http/tests/navigation/anchor-goback-expected.checksum:
* platform/mac/http/tests/navigation/anchor-goback-expected.png:
* platform/mac/http/tests/navigation/anchor-goback-expected.txt:
* platform/mac/http/tests/navigation/anchor-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/anchor-subframeload-expected.png:
* platform/mac/http/tests/navigation/anchor-subframeload-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.checksum:
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-basic-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.checksum:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.checksum:
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-goback-expected.txt:
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.png:
* platform/mac/http/tests/navigation/javascriptlink-subframeload-expected.txt:
* platform/mac/http/tests/navigation/metaredirect-basic-expected.checksum:
* platform/mac/http/tests/navigation/metaredirect-basic-expected.png:
* platform/mac/http/tests/navigation/metaredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/metaredirect-frames-expected.checksum:
* platform/mac/http/tests/navigation/metaredirect-frames-expected.png:
* platform/mac/http/tests/navigation/metaredirect-frames-expected.txt:
* platform/mac/http/tests/navigation/metaredirect-goback-expected.checksum:
* platform/mac/http/tests/navigation/metaredirect-goback-expected.png:
* platform/mac/http/tests/navigation/metaredirect-goback-expected.txt:
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.png:
* platform/mac/http/tests/navigation/metaredirect-subframeload-expected.txt:
* platform/mac/http/tests/navigation/post-goback2-expected.checksum:
* platform/mac/http/tests/navigation/post-goback2-expected.png:
* platform/mac/http/tests/navigation/post-goback2-expected.txt:
* platform/mac/http/tests/navigation/postredirect-goback2-expected.checksum:
* platform/mac/http/tests/navigation/postredirect-goback2-expected.png:
* platform/mac/http/tests/navigation/postredirect-goback2-expected.txt:
* platform/mac/http/tests/navigation/redirect302-basic-expected.checksum:
* platform/mac/http/tests/navigation/redirect302-basic-expected.png:
* platform/mac/http/tests/navigation/redirect302-basic-expected.txt:
* platform/mac/http/tests/navigation/redirect302-frames-expected.checksum:
* platform/mac/http/tests/navigation/redirect302-frames-expected.png:
* platform/mac/http/tests/navigation/redirect302-frames-expected.txt:
* platform/mac/http/tests/navigation/redirect302-goback-expected.checksum:
* platform/mac/http/tests/navigation/redirect302-goback-expected.png:
* platform/mac/http/tests/navigation/redirect302-goback-expected.txt:
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.png:
* platform/mac/http/tests/navigation/redirect302-subframeload-expected.txt:
* platform/mac/http/tests/navigation/relativeanchor-basic-expected.txt:
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.checksum:
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.png:
* platform/mac/http/tests/navigation/relativeanchor-frames-expected.txt:
* platform/mac/http/tests/navigation/relativeanchor-goback-expected.txt:
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.checksum:
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.png:
* platform/mac/http/tests/navigation/slowmetaredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.checksum:
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.png:
* platform/mac/http/tests/navigation/slowtimerredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/success200-basic-expected.checksum:
* platform/mac/http/tests/navigation/success200-basic-expected.png:
* platform/mac/http/tests/navigation/success200-basic-expected.txt:
* platform/mac/http/tests/navigation/success200-frames-expected.checksum:
* platform/mac/http/tests/navigation/success200-frames-expected.png:
* platform/mac/http/tests/navigation/success200-frames-expected.txt:
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.checksum:
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.png:
* platform/mac/http/tests/navigation/success200-frames-loadsame-expected.txt:
* platform/mac/http/tests/navigation/success200-goback-expected.checksum:
* platform/mac/http/tests/navigation/success200-goback-expected.png:
* platform/mac/http/tests/navigation/success200-goback-expected.txt:
* platform/mac/http/tests/navigation/success200-loadsame-expected.checksum:
* platform/mac/http/tests/navigation/success200-loadsame-expected.png:
* platform/mac/http/tests/navigation/success200-loadsame-expected.txt:
* platform/mac/http/tests/navigation/success200-reload-expected.checksum:
* platform/mac/http/tests/navigation/success200-reload-expected.png:
* platform/mac/http/tests/navigation/success200-reload-expected.txt:
* platform/mac/http/tests/navigation/success200-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/success200-subframeload-expected.png:
* platform/mac/http/tests/navigation/success200-subframeload-expected.txt:
* platform/mac/http/tests/navigation/timerredirect-basic-expected.checksum:
* platform/mac/http/tests/navigation/timerredirect-basic-expected.png:
* platform/mac/http/tests/navigation/timerredirect-basic-expected.txt:
* platform/mac/http/tests/navigation/timerredirect-frames-expected.checksum:
* platform/mac/http/tests/navigation/timerredirect-frames-expected.png:
* platform/mac/http/tests/navigation/timerredirect-frames-expected.txt:
* platform/mac/http/tests/navigation/timerredirect-goback-expected.checksum:
* platform/mac/http/tests/navigation/timerredirect-goback-expected.png:
* platform/mac/http/tests/navigation/timerredirect-goback-expected.txt:
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.checksum:
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.png:
* platform/mac/http/tests/navigation/timerredirect-subframeload-expected.txt:
* platform/mac/tables/mozilla/bugs/bug194024-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug194024-expected.png:
* platform/mac/tables/mozilla/bugs/bug194024-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30559-expected.checksum:
* platform/mac/tables/mozilla/bugs/bug30559-expected.png:
* platform/mac/tables/mozilla/bugs/bug30559-expected.txt:
* platform/mac/tables/mozilla/bugs/bug30692-expected.txt:
2009-05-07 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 25598: AX: if a radio button has a label and a title, the label is not exposed
https://bugs.webkit.org/show_bug.cgi?id=25598
* accessibility/radio-button-title-label-expected.txt: Added.
* accessibility/radio-button-title-label.html: Added.
2009-05-06 Dan Bernstein <mitz@apple.com>
Reviewed by Simon Fraser and Justin Garcia.
- test for another part of <rdar://problem/6703873> Triple-click quoted
line and type Return creates an extra quoted blank line
* editing/inserting/6703873-2-expected.txt: Added.
* editing/inserting/6703873-2.html: Added.
2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disable more new tests.
* platform/gtk/Skipped:
2009-05-06 Eric Seidel <eric@webkit.org>
No review, just fixing my previous broken commit.
Commit correct results for event-function-toString.html
* fast/events/event-function-toString-expected.txt:
2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Fixing typo in my last commit.
* platform/gtk/Skipped:
2009-05-06 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disabling failing new tests that do not represent regressions.
* platform/gtk/Skipped:
2009-05-06 Soren Gjesse <sgjesse@chromium.org>
Reviewed by Eric Seidel.
Changed the toString behaviour for non document dom node event handlers in the V8 bindings.
https://bugs.webkit.org/show_bug.cgi?id=25544
* fast/events/event-function-toString.html: Added.
* fast/events/resources/event-function-toString.js: Added.
(normalizedFunctionString):
2009-05-06 Dan Bernstein <mitz@apple.com>
Reviewed by Justin Garcia.
- test for an assertion failure in RemoveNodeCommand() when deleting a
<br> between a block and a mail blockquote
* editing/deleting/removeNodeCommand-assert-expected.txt: Added.
* editing/deleting/removeNodeCommand-assert.html: Added.
2009-05-05 Eric Seidel <eric@webkit.org>
No review, roll out only.
Roll out r23072 since it broke layout tests
* accessibility/ignore-anonymous-block-expected.txt: Removed.
* accessibility/ignore-anonymous-block.html: Removed.
2009-05-05 Sankar Aditya Tanguturi <sankaraditya@gmail.com>
Reviewed by Eric Seidel.
Anonymous blocks should not be exposed in accessibility tree.
Part of https://bugs.webkit.org/show_bug.cgi?id=23072
* accessibility/ignore-anonymous-block-expected.txt: Added a new
test to check if anonymous blocks are exposed or not.
* accessibility/ignore-anonymous-block.html: Added a new file that
contains the expected output for the new test case that is added.
2009-05-05 Jungshik Shin <jshin@chromium.org>
Reviewed by Alexey Proskuryakov.
http://bugs.webkit.org/show_bug.cgi?id=25487
Test if the name 'EUC-KR' is exposed via DOM although we internally
treat all EUC-KR-related encodings as the superset of EUC-KR,
'windows-949'.
* fast/encoding/euckr-name-expected.txt: Added.
* fast/encoding/euckr-name.html: Added.
2009-05-05 Adam Langley <agl@google.com>
Reviewed by Darin Adler.
Rendering fix for <select> elements.
https://bugs.webkit.org/show_bug.cgi?id=25558
* fast/forms/select-dirty-parent-pref-widths.html: Added.
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.checksum: Added.
* platform/mac/fast/forms/select-dirty-parent-pref-widths-expected.txt: Added.
2009-05-05 Darin Fisher <darin@chromium.org>
Reviewed by Darin Adler.
https://bugs.webkit.org/show_bug.cgi?id=25570
history.{back,forward,go} should always be dispatched asynchronously,
even when the history navigation would just result in scrolling the
page. This matches the behavior of other browsers like IE and FF.
* fast/css/target-fragment-match.html: since history.back takes effect
asynchronously, we need to defer the call to notifyDone
* fast/dom/location-hash-expected.txt:
* fast/dom/location-hash.html: since history.{back,forward} take effect
asynchronously, we need to defer checking that the navigation results.
* fast/history/back-forward-is-asynchronous-expected.txt: Added.
* fast/history/back-forward-is-asynchronous.html: Added.
A test to specifically ensure that history.{back,forward} are processed
asynchronously.
2009-05-05 Adam Roben <aroben@apple.com>
Skip newly-added SVG tests that fail on Windows
See Bug 25583: New SVG regression tests added in r43269 fail on
Windows
<https://bugs.webkit.org/show_bug.cgi?id=25583>
Rubber-stamped in advance by Eric Seidel.
* platform/win/Skipped: Added the two new SVG tests.
2009-05-05 Eric Seidel <eric@webkit.org>
Reviewed by Simon Fraser.
Add an ASSERT(useTransforms) to mapLocalToContainer implementations in SVG.
https://bugs.webkit.org/show_bug.cgi?id=25532
This required a change to SVGPaintServerPattern::setup
That change fixed drawing of transformed SVG text with objectBoundingBox patterns.
text-with-pattern-with-svg-transform.svg shows the improvement from this change
text-with-pattern-inside-transformed-html.xhtml shows no change, but documents
that this change does not break CSS transformed pattern text.
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum:
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
* platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: Added.
* platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: Added.
* platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.txt: Added.
* platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: Added.
* platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
* platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.txt: Added.
* svg/transforms/text-with-pattern-inside-transformed-html.xhtml: Added.
* svg/transforms/text-with-pattern-with-svg-transform.svg: Added.
2009-05-05 Greg Bolsinga <bolsinga@apple.com>
Reviewed by Sam Weinig.
https://bugs.webkit.org/show_bug.cgi?id=25554
Support HTML5 text control input types: email, number, tel, url
* fast/html/text-field-input-types-expected.txt: Added.
* fast/html/text-field-input-types.html: Added.
2009-05-05 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin.
Bug 25574: AXImageMap children links don't respond properly to accessibilityHitTest:
https://bugs.webkit.org/show_bug.cgi?id=25574
* platform/mac/accessibility/document-links-expected.txt:
* platform/mac/accessibility/image-map1-expected.txt:
* platform/mac/accessibility/image-map2-expected.txt:
* platform/mac/accessibility/imagemap-hittest-expected.txt: Added.
* platform/mac/accessibility/imagemap-hittest.html: Added.
2009-05-05 Kevin McCullough <kmccullough@apple.com>
Reviewed by Dan Bernstein.
<rdar://problem/6552129> Select a quote line and paste elsewhere, you
get that line and an extra quoted blank line
<rdar://problem/6609308> Triple-click a quoted header line, copy, paste
onto an empty line makes an extra quoted line
- Testing different scenarios where we paste quoted text into a non-quoted area and we
do not want a trailing newline to be quoted.
* editing/pasteboard/paste-blockquote-before-blockquote-expected.txt: Added.
* editing/pasteboard/paste-blockquote-before-blockquote.html: Added.
* editing/pasteboard/paste-double-nested-blockquote-before-blockquote-expected.txt: Added.
* editing/pasteboard/paste-double-nested-blockquote-before-blockquote.html: Added.
* editing/pasteboard/resources/paste-blockquote-before-blockquote.js: Added.
(copyAndPasteNode):
2009-05-05 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- updated results for https://bugs.webkit.org/show_bug.cgi?id=24192
<rdar://problem/5760774> Replying to a Mail message that contains
fixed width text can change the size of the text
* editing/execCommand/19089-expected.txt:
* editing/execCommand/5770834-1-expected.txt:
* platform/mac/editing/deleting/delete-br-011-expected.txt:
* platform/mac/editing/deleting/delete-select-all-001-expected.txt:
* platform/mac/editing/execCommand/remove-formatting-2-expected.txt:
* platform/mac/editing/pasteboard/5027857-expected.checksum:
* platform/mac/editing/pasteboard/5027857-expected.png:
* platform/mac/editing/pasteboard/5027857-expected.txt:
* platform/mac/editing/pasteboard/paste-pre-002-expected.checksum:
* platform/mac/editing/pasteboard/paste-pre-002-expected.png:
* platform/mac/editing/pasteboard/paste-pre-002-expected.txt:
* platform/mac/editing/style/block-style-004-expected.txt:
* platform/mac/editing/style/block-style-005-expected.txt:
* platform/mac/editing/style/block-style-006-expected.txt:
2009-05-05 Eric Seidel <eric@webkit.org>
Reviewed by Adam Roben.
Add test case to cover V8 crasher (which JSC does not share).
https://bugs.webkit.org/show_bug.cgi?id=25550
* svg/custom/polyline-points-crash-expected.txt: Added.
* svg/custom/polyline-points-crash.html: Added.
2009-05-05 Eric Seidel <eric@webkit.org>
Reviewed by Adam Roben.
Fix mappedAttributes() access without NULL check
https://bugs.webkit.org/show_bug.cgi?id=25553
* svg/custom/path-getPresentationAttribute-crash-expected.txt: Added.
* svg/custom/path-getPresentationAttribute-crash.html: Added.
2009-05-04 Eric Seidel <eric@webkit.org>
Reviewed by Maciej Stachowiak.
Add a testcase using SVG in HTML with CSS transforms
https://bugs.webkit.org/show_bug.cgi?id=23112
We currently fail the <text> section of this test but pass the path and image sections.
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.checksum: Added.
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png: Added.
* platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.txt: Added.
* svg/transforms/animated-path-inside-transformed-html.xhtml: Added.
2009-05-04 Alexey Proskuryakov <ap@webkit.org>
Reviewed by Dave Hyatt.
<rdar://problem/6576889> REGRESSION (r35185): Cannot watch Flash movies on omg.yahoo.com
* fast/parser/head-element-for-yahoo-player-expected.txt: Added.
* fast/parser/head-element-for-yahoo-player.html: Added.
Test the regression case (a misplaced <style> that used to create <head> implicitly).
* editing/selection/select-all-005.html: Use a new index when selecting the body.
* fast/dom/Document/document-write-doctype-expected.txt:
* fast/dom/Document/resources/document-write-doctype.js:
Removed checks for "Gecko quirk" of implicitly adding HEAD - that not a quirk, but standard
behavior per HTML5.
* editing/execCommand/create-list-1-expected.txt:
* platform/mac/editing/deleting/4845371-expected.txt:
* platform/mac/editing/deleting/4866671-expected.txt:
* platform/mac/editing/deleting/4875189-expected.txt:
* platform/mac/editing/deleting/5026848-1-expected.txt:
* platform/mac/editing/deleting/5026848-2-expected.txt:
* platform/mac/editing/deleting/5026848-3-expected.txt:
* platform/mac/editing/deleting/5032066-expected.txt:
* platform/mac/editing/deleting/5091898-expected.txt:
* platform/mac/editing/deleting/5099303-expected.txt:
* platform/mac/editing/deleting/5115601-expected.txt:
* platform/mac/editing/deleting/5126166-expected.txt:
* platform/mac/editing/deleting/5156801-2-expected.txt:
* platform/mac/editing/deleting/5168598-expected.txt:
* platform/mac/editing/deleting/5272440-expected.txt:
* platform/mac/editing/deleting/5300379-expected.txt:
* platform/mac/editing/deleting/5390681-expected.txt:
* platform/mac/editing/deleting/5408255-expected.txt:
* platform/mac/editing/deleting/5433862-2-expected.txt:
* platform/mac/editing/deleting/5483370-expected.txt:
* platform/mac/editing/deleting/delete-at-start-or-end-expected.txt:
* platform/mac/editing/deleting/delete-block-table-expected.txt:
* platform/mac/editing/deleting/delete-hr-expected.txt:
* platform/mac/editing/deleting/delete-mixed-editable-content-001-expected.txt:
* platform/mac/editing/deleting/delete-to-select-table-expected.txt:
* platform/mac/editing/deleting/deletionUI-single-instance-expected.txt:
* platform/mac/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/mac/editing/deleting/merge-no-br-expected.txt:
* platform/mac/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/mac/editing/execCommand/4641880-1-expected.txt:
* platform/mac/editing/execCommand/4641880-2-expected.txt:
* platform/mac/editing/execCommand/4747450-expected.txt:
* platform/mac/editing/execCommand/4786404-1-expected.txt:
* platform/mac/editing/execCommand/4786404-2-expected.txt:
* platform/mac/editing/execCommand/4916402-expected.txt:
* platform/mac/editing/execCommand/4916541-expected.txt:
* platform/mac/editing/execCommand/4916583-expected.txt:
* platform/mac/editing/execCommand/4920488-expected.txt:
* platform/mac/editing/execCommand/4920742-1-expected.txt:
* platform/mac/editing/execCommand/4924441-expected.txt:
* platform/mac/editing/execCommand/5049671-expected.txt:
* platform/mac/editing/execCommand/5080333-1-expected.txt:
* platform/mac/editing/execCommand/5080333-2-expected.txt:
* platform/mac/editing/execCommand/5119244-expected.txt:
* platform/mac/editing/execCommand/5120591-expected.txt:
* platform/mac/editing/execCommand/5136770-expected.txt:
* platform/mac/editing/execCommand/5142012-1-expected.txt:
* platform/mac/editing/execCommand/5142012-2-expected.txt:
* platform/mac/editing/execCommand/5142012-3-expected.txt:
* platform/mac/editing/execCommand/5144139-1-expected.txt:
* platform/mac/editing/execCommand/5164796-expected.txt:
* platform/mac/editing/execCommand/5207369-expected.txt:
* platform/mac/editing/execCommand/5210032-expected.txt:
* platform/mac/editing/execCommand/5432254-1-expected.txt:
* platform/mac/editing/execCommand/5432254-2-expected.txt:
* platform/mac/editing/execCommand/5481523-expected.txt:
* platform/mac/editing/execCommand/5482524-expected.txt:
* platform/mac/editing/execCommand/5569741-expected.txt:
* platform/mac/editing/execCommand/5573879-expected.txt:
* platform/mac/editing/execCommand/5700414-1-expected.txt:
* platform/mac/editing/execCommand/5700414-2-expected.txt:
* platform/mac/editing/execCommand/insert-list-empty-div-expected.txt:
* platform/mac/editing/input/5576619-expected.txt:
* platform/mac/editing/inserting/12882-expected.txt:
* platform/mac/editing/inserting/4840662-expected.txt:
* platform/mac/editing/inserting/4875189-1-expected.txt:
* platform/mac/editing/inserting/4875189-2-expected.txt:
* platform/mac/editing/inserting/4959067-expected.txt:
* platform/mac/editing/inserting/4960120-1-expected.txt:
* platform/mac/editing/inserting/4960120-2-expected.txt:
* platform/mac/editing/inserting/5002441-expected.txt:
* platform/mac/editing/inserting/5058163-2-expected.txt:
* platform/mac/editing/inserting/5156401-2-expected.txt:
* platform/mac/editing/inserting/5549929-2-expected.txt:
* platform/mac/editing/inserting/5549929-3-expected.txt:
* platform/mac/editing/inserting/5607069-2-expected.txt:
* platform/mac/editing/inserting/5607069-3-expected.txt:
* platform/mac/editing/inserting/editable-html-element-expected.txt:
* platform/mac/editing/inserting/editable-inline-element-expected.txt:
* platform/mac/editing/inserting/edited-whitespace-1-expected.txt:
* platform/mac/editing/inserting/editing-empty-divs-expected.txt:
* platform/mac/editing/inserting/typing-tab-designmode-forms-expected.txt:
* platform/mac/editing/pasteboard/4806874-expected.txt:
* platform/mac/editing/pasteboard/4861080-expected.txt:
* platform/mac/editing/pasteboard/4944770-1-expected.txt:
* platform/mac/editing/pasteboard/4944770-2-expected.txt:
* platform/mac/editing/pasteboard/4947130-expected.txt:
* platform/mac/editing/pasteboard/4989774-expected.txt:
* platform/mac/editing/pasteboard/5027857-expected.txt:
* platform/mac/editing/pasteboard/5032095-expected.txt:
* platform/mac/editing/pasteboard/5065605-expected.txt:
* platform/mac/editing/pasteboard/5071074-2-expected.txt:
* platform/mac/editing/pasteboard/5071074-expected.txt:
* platform/mac/editing/pasteboard/5075944-2-expected.txt:
* platform/mac/editing/pasteboard/5075944-3-expected.txt:
* platform/mac/editing/pasteboard/5075944-expected.txt:
* platform/mac/editing/pasteboard/5134759-expected.txt:
* platform/mac/editing/pasteboard/5156401-1-expected.txt:
* platform/mac/editing/pasteboard/5247341-expected.txt:
* platform/mac/editing/pasteboard/5387578-expected.txt:
* platform/mac/editing/pasteboard/5478250-expected.txt:
* platform/mac/editing/pasteboard/5483567-expected.txt:
* platform/mac/editing/pasteboard/5601583-1-expected.txt:
* platform/mac/editing/pasteboard/copy-paste-bidi-expected.txt:
* platform/mac/editing/pasteboard/input-field-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/mac/editing/pasteboard/merge-after-delete-expected.txt:
* platform/mac/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/mac/editing/pasteboard/paste-unrendered-select-expected.txt:
* platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.txt:
* platform/mac/editing/pasteboard/select-element-1-expected.txt:
* platform/mac/editing/selection/13804-expected.txt:
* platform/mac/editing/selection/14971-expected.txt:
* platform/mac/editing/selection/4397952-expected.txt:
* platform/mac/editing/selection/4818145-expected.txt:
* platform/mac/editing/selection/4866671-expected.txt:
* platform/mac/editing/selection/4889598-expected.txt:
* platform/mac/editing/selection/4895428-1-expected.txt:
* platform/mac/editing/selection/4895428-2-expected.txt:
* platform/mac/editing/selection/4895428-3-expected.txt:
* platform/mac/editing/selection/4895428-4-expected.txt:
* platform/mac/editing/selection/4932260-1-expected.txt:
* platform/mac/editing/selection/4932260-2-expected.txt:
* platform/mac/editing/selection/4932260-3-expected.txt:
* platform/mac/editing/selection/4947387-expected.txt:
* platform/mac/editing/selection/4960116-expected.txt:
* platform/mac/editing/selection/4975120-expected.txt:
* platform/mac/editing/selection/4983858-expected.txt:
* platform/mac/editing/selection/5007143-2-expected.txt:
* platform/mac/editing/selection/5007143-expected.txt:
* platform/mac/editing/selection/5057506-2-expected.txt:
* platform/mac/editing/selection/5057506-expected.txt:
* platform/mac/editing/selection/5076323-1-expected.txt:
* platform/mac/editing/selection/5076323-2-expected.txt:
* platform/mac/editing/selection/5076323-3-expected.txt:
* platform/mac/editing/selection/5081257-1-expected.txt:
* platform/mac/editing/selection/5081257-2-expected.txt:
* platform/mac/editing/selection/5099303-expected.txt:
* platform/mac/editing/selection/5109817-expected.txt:
* platform/mac/editing/selection/5136696-expected.txt:
* platform/mac/editing/selection/5195166-1-expected.txt:
* platform/mac/editing/selection/5195166-2-expected.txt:
* platform/mac/editing/selection/5234383-1-expected.txt:
* platform/mac/editing/selection/5234383-2-expected.txt:
* platform/mac/editing/selection/5240265-expected.txt:
* platform/mac/editing/selection/5333725-expected.txt:
* platform/mac/editing/selection/5354455-1-expected.txt:
* platform/mac/editing/selection/addRange-expected.txt:
* platform/mac/editing/selection/caret-before-select-expected.txt:
* platform/mac/editing/selection/contains-boundaries-expected.txt:
* platform/mac/editing/selection/drag-select-1-expected.txt:
* platform/mac/editing/selection/editable-html-element-expected.txt:
* platform/mac/editing/selection/inconsistent-in-removeChildNode-expected.txt:
* platform/mac/editing/selection/inline-closest-leaf-child-expected.txt:
* platform/mac/editing/selection/mixed-editability-6-expected.txt:
* platform/mac/editing/selection/mixed-editability-7-expected.txt:
* platform/mac/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/mac/editing/selection/select-all-005-expected.txt:
* platform/mac/editing/selection/table-caret-1-expected.txt:
* platform/mac/editing/selection/table-caret-2-expected.txt:
* platform/mac/editing/selection/table-caret-3-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-1-expected.txt:
* platform/mac/editing/selection/wrapped-line-caret-2-expected.txt:
* platform/mac/editing/style/4916887-expected.txt:
* platform/mac/editing/style/5017613-1-expected.txt:
* platform/mac/editing/style/5017613-2-expected.txt:
* platform/mac/editing/style/5046875-1-expected.txt:
* platform/mac/editing/style/5046875-2-expected.txt:
* platform/mac/editing/style/5065910-expected.txt:
* platform/mac/editing/style/5084241-expected.txt:
* platform/mac/editing/style/5091898-expected.txt:
* platform/mac/editing/style/5228141-expected.txt:
* platform/mac/editing/style/5279521-expected.txt:
* platform/mac/editing/style/font-family-with-space-expected.txt:
* platform/mac/editing/style/fontsize-1-expected.txt:
* platform/mac/editing/style/highlight-expected.txt:
* platform/mac/editing/style/non-inheritable-styles-expected.txt:
* platform/mac/editing/undo/5378473-expected.txt:
* platform/mac/fast/block/float/relative-painted-twice-expected.txt:
* platform/mac/fast/dom/delete-contents-expected.txt:
* platform/mac/fast/events/context-no-deselect-expected.txt:
* platform/mac/fast/events/label-focus-expected.txt:
* platform/mac/fast/forms/input-appearance-focus-expected.txt:
* platform/mac/fast/forms/input-text-click-inside-expected.txt:
* platform/mac/fast/forms/input-text-click-outside-expected.txt:
* platform/mac/fast/forms/input-text-double-click-expected.txt:
* platform/mac/fast/forms/input-text-drag-down-expected.txt:
* platform/mac/fast/forms/input-text-option-delete-expected.txt:
* platform/mac/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/mac/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/mac/fast/forms/textfield-drag-into-disabled-expected.txt:
* platform/mac/fast/forms/textfield-overflow-expected.txt:
* platform/mac/fast/inline/25277-2-expected.txt:
* platform/mac/fast/inline/25277-expected.txt:
* platform/mac/fast/lists/drag-into-marker-expected.txt:
* platform/mac/fast/overflow/overflow-focus-ring-expected.txt:
* platform/mac/fast/repaint/4776765-expected.txt:
* platform/mac/fast/repaint/selection-after-delete-expected.txt:
* platform/mac/fast/repaint/selection-after-remove-expected.txt:
* platform/qt/editing/deleting/4845371-expected.txt:
* platform/qt/editing/deleting/4866671-expected.txt:
* platform/qt/editing/deleting/4875189-expected.txt:
* platform/qt/editing/deleting/5026848-1-expected.txt:
* platform/qt/editing/deleting/5026848-2-expected.txt:
* platform/qt/editing/deleting/5026848-3-expected.txt:
* platform/qt/editing/deleting/5032066-expected.txt:
* platform/qt/editing/deleting/5091898-expected.txt:
* platform/qt/editing/deleting/5099303-expected.txt:
* platform/qt/editing/deleting/5115601-expected.txt:
* platform/qt/editing/deleting/5126166-expected.txt:
* platform/qt/editing/deleting/5144139-2-expected.txt:
* platform/qt/editing/deleting/5156801-2-expected.txt:
* platform/qt/editing/deleting/5168598-expected.txt:
* platform/qt/editing/deleting/5272440-expected.txt:
* platform/qt/editing/deleting/5300379-expected.txt:
* platform/qt/editing/deleting/5390681-expected.txt:
* platform/qt/editing/deleting/5408255-expected.txt:
* platform/qt/editing/deleting/delete-at-start-or-end-expected.txt:
* platform/qt/editing/deleting/delete-block-table-expected.txt:
* platform/qt/editing/deleting/delete-hr-expected.txt:
* platform/qt/editing/deleting/delete-link-1-expected.txt:
* platform/qt/editing/deleting/delete-mixed-editable-content-001-expected.txt:
* platform/qt/editing/deleting/delete-to-select-table-expected.txt:
* platform/qt/editing/deleting/deletionUI-single-instance-expected.txt:
* platform/qt/editing/deleting/merge-endOfParagraph-expected.txt:
* platform/qt/editing/deleting/merge-no-br-expected.txt:
* platform/qt/editing/deleting/merge-whitespace-pre-expected.txt:
* platform/qt/editing/execCommand/4641880-1-expected.txt:
* platform/qt/editing/execCommand/4641880-2-expected.txt:
* platform/qt/editing/execCommand/4747450-expected.txt:
* platform/qt/editing/execCommand/4786404-1-expected.txt:
* platform/qt/editing/execCommand/4786404-2-expected.txt:
* platform/qt/editing/execCommand/4916402-expected.txt:
* platform/qt/editing/execCommand/4916541-expected.txt:
* platform/qt/editing/execCommand/4916583-expected.txt:
* platform/qt/editing/execCommand/4920488-expected.txt:
* platform/qt/editing/execCommand/4920742-1-expected.txt:
* platform/qt/editing/execCommand/4924441-expected.txt:
* platform/qt/editing/execCommand/5049671-expected.txt:
* platform/qt/editing/execCommand/5062376-expected.txt:
* platform/qt/editing/execCommand/5080333-1-expected.txt:
* platform/qt/editing/execCommand/5080333-2-expected.txt:
* platform/qt/editing/execCommand/5119244-expected.txt:
* platform/qt/editing/execCommand/5120591-expected.txt:
* platform/qt/editing/execCommand/5136770-expected.txt:
* platform/qt/editing/execCommand/5142012-1-expected.txt:
* platform/qt/editing/execCommand/5142012-2-expected.txt:
* platform/qt/editing/execCommand/5142012-3-expected.txt:
* platform/qt/editing/execCommand/5144139-1-expected.txt:
* platform/qt/editing/execCommand/5164796-expected.txt:
* platform/qt/editing/execCommand/5207369-expected.txt:
* platform/qt/editing/execCommand/5210032-expected.txt:
* platform/qt/editing/execCommand/5432254-1-expected.txt:
* platform/qt/editing/execCommand/5432254-2-expected.txt:
* platform/qt/editing/execCommand/insert-list-empty-div-expected.txt:
* platform/qt/editing/inserting/12882-expected.txt:
* platform/qt/editing/inserting/4840662-expected.txt:
* platform/qt/editing/inserting/4875189-1-expected.txt:
* platform/qt/editing/inserting/4875189-2-expected.txt:
* platform/qt/editing/inserting/4959067-expected.txt:
* platform/qt/editing/inserting/4960120-1-expected.txt:
* platform/qt/editing/inserting/4960120-2-expected.txt:
* platform/qt/editing/inserting/5002441-expected.txt:
* platform/qt/editing/inserting/5058163-2-expected.txt:
* platform/qt/editing/inserting/5156401-2-expected.txt:
* platform/qt/editing/inserting/editable-html-element-expected.txt:
* platform/qt/editing/inserting/editable-inline-element-expected.txt:
* platform/qt/editing/inserting/edited-whitespace-1-expected.txt:
* platform/qt/editing/inserting/editing-empty-divs-expected.txt:
* platform/qt/editing/inserting/insert-before-link-1-expected.txt:
* platform/qt/editing/pasteboard/4806874-expected.txt:
* platform/qt/editing/pasteboard/4840662-expected.txt:
* platform/qt/editing/pasteboard/4944770-1-expected.txt:
* platform/qt/editing/pasteboard/4989774-expected.txt:
* platform/qt/editing/pasteboard/5027857-expected.txt:
* platform/qt/editing/pasteboard/5032095-expected.txt:
* platform/qt/editing/pasteboard/5065605-expected.txt:
* platform/qt/editing/pasteboard/5071074-2-expected.txt:
* platform/qt/editing/pasteboard/5071074-expected.txt:
* platform/qt/editing/pasteboard/5075944-2-expected.txt:
* platform/qt/editing/pasteboard/5075944-3-expected.txt:
* platform/qt/editing/pasteboard/5075944-expected.txt:
* platform/qt/editing/pasteboard/5134759-expected.txt:
* platform/qt/editing/pasteboard/5156401-1-expected.txt:
* platform/qt/editing/pasteboard/5245519-expected.txt:
* platform/qt/editing/pasteboard/5247341-expected.txt:
* platform/qt/editing/pasteboard/5387578-expected.txt:
* platform/qt/editing/pasteboard/5478250-expected.txt:
* platform/qt/editing/pasteboard/5483567-expected.txt:
* platform/qt/editing/pasteboard/copy-paste-bidi-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-1-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-2-expected.txt:
* platform/qt/editing/pasteboard/merge-after-delete-expected.txt:
* platform/qt/editing/pasteboard/merge-start-blockquote-expected.txt:
* platform/qt/editing/pasteboard/paste-unrendered-select-expected.txt:
* platform/qt/editing/pasteboard/prevent-block-nesting-01-expected.txt:
* platform/qt/editing/selection/13804-expected.txt:
* platform/qt/editing/selection/4397952-expected.txt:
* platform/qt/editing/selection/4818145-expected.txt:
* platform/qt/editing/selection/4866671-expected.txt:
* platform/qt/editing/selection/4889598-expected.txt:
* platform/qt/editing/selection/4895428-2-expected.txt:
* platform/qt/editing/selection/4895428-3-expected.txt:
* platform/qt/editing/selection/4932260-1-expected.txt:
* platform/qt/editing/selection/4932260-2-expected.txt:
* platform/qt/editing/selection/4932260-3-expected.txt:
* platform/qt/editing/selection/4960116-expected.txt:
* platform/qt/editing/selection/4983858-expected.txt:
* platform/qt/editing/selection/5007143-2-expected.txt:
* platform/qt/editing/selection/5007143-expected.txt:
* platform/qt/editing/selection/5076323-1-expected.txt:
* platform/qt/editing/selection/5076323-2-expected.txt:
* platform/qt/editing/selection/5076323-3-expected.txt:
* platform/qt/editing/selection/5081257-1-expected.txt:
* platform/qt/editing/selection/5081257-2-expected.txt:
* platform/qt/editing/selection/5099303-expected.txt:
* platform/qt/editing/selection/5136696-expected.txt:
* platform/qt/editing/selection/5195166-1-expected.txt:
* platform/qt/editing/selection/5195166-2-expected.txt:
* platform/qt/editing/selection/5234383-1-expected.txt:
* platform/qt/editing/selection/5234383-2-expected.txt:
* platform/qt/editing/selection/5240265-expected.txt:
* platform/qt/editing/selection/addRange-expected.txt:
* platform/qt/editing/selection/caret-before-select-expected.txt:
* platform/qt/editing/selection/editable-html-element-expected.txt:
* platform/qt/editing/selection/mixed-editability-6-expected.txt:
* platform/qt/editing/selection/mixed-editability-7-expected.txt:
* platform/qt/editing/selection/move-by-sentence-linebreak-expected.txt:
* platform/qt/editing/selection/select-all-005-expected.txt:
* platform/qt/editing/selection/table-caret-1-expected.txt:
* platform/qt/editing/selection/table-caret-2-expected.txt:
* platform/qt/editing/selection/table-caret-3-expected.txt:
* platform/qt/editing/style/4916887-expected.txt:
* platform/qt/editing/style/5017613-1-expected.txt:
* platform/qt/editing/style/5017613-2-expected.txt:
* platform/qt/editing/style/5046875-1-expected.txt:
* platform/qt/editing/style/5046875-2-expected.txt:
* platform/qt/editing/style/5065910-expected.txt:
* platform/qt/editing/style/5084241-expected.txt:
* platform/qt/editing/style/5228141-expected.txt:
* platform/qt/editing/style/5279521-expected.txt:
* platform/qt/editing/style/font-family-with-space-expected.txt:
* platform/qt/editing/style/fontsize-1-expected.txt:
* platform/qt/editing/style/highlight-expected.txt:
* platform/qt/editing/style/non-inheritable-styles-expected.txt:
* platform/qt/editing/undo/5378473-expected.txt:
* platform/qt/fast/dom/delete-contents-expected.txt:
* platform/qt/fast/events/label-focus-expected.txt:
* platform/qt/fast/forms/input-appearance-focus-expected.txt:
* platform/qt/fast/forms/input-maxlength-2-expected.txt:
* platform/qt/fast/forms/input-text-click-inside-expected.txt:
* platform/qt/fast/forms/input-text-option-delete-expected.txt:
* platform/qt/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/qt/fast/forms/textfield-drag-into-disabled-expected.txt:
* platform/qt/fast/forms/textfield-overflow-expected.txt:
* platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
* platform/qt/fast/repaint/4776765-expected.txt:
* platform/qt/fast/repaint/selection-after-delete-expected.txt:
* platform/qt/fast/repaint/selection-after-remove-expected.txt:
* platform/win/editing/deleting/5168598-expected.txt:
* platform/win/editing/inserting/4960120-1-expected.txt:
* platform/win/editing/inserting/5607069-2-expected.txt:
* platform/win/editing/inserting/5607069-3-expected.txt:
* platform/win/editing/inserting/typing-tab-designmode-forms-expected.txt:
* platform/win/editing/pasteboard/4806874-expected.txt:
* platform/win/editing/selection/4895428-3-expected.txt:
* platform/win/editing/selection/5136696-expected.txt:
* platform/win/editing/selection/drag-select-1-expected.txt:
* platform/win/fast/events/context-no-deselect-expected.txt:
* platform/win/fast/events/label-focus-expected.txt:
* platform/win/fast/forms/input-appearance-focus-expected.txt:
* platform/win/fast/forms/input-text-click-inside-expected.txt:
* platform/win/fast/forms/input-text-click-outside-expected.txt:
* platform/win/fast/forms/input-text-double-click-expected.txt:
* platform/win/fast/forms/input-text-drag-down-expected.txt:
* platform/win/fast/forms/input-text-option-delete-expected.txt:
* platform/win/fast/forms/input-text-scroll-left-on-blur-expected.txt:
* platform/win/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/win/fast/forms/textfield-drag-into-disabled-expected.txt:
* platform/win/fast/forms/textfield-overflow-expected.txt:
Updated BODY element index in test output (for some tests, it increased because of the
implicitly added <head>, and for others, it decreased because mispositoned <script> is being
moved into <head>).
* webarchive/adopt-attribute-styled-body-webarchive-expected.webarchive:
* webarchive/archive-empty-frame-dom-expected.webarchive:
Updated to include the implicitly added <head> elements.
2009-05-04 Holger Hans Peter Freyther <zecke@selfish.org>
Disabling accessibility/canvas.html due the lack of a
an AccessibilityController implementation in DRT.
* platform/gtk/Skipped:
2009-05-04 Chris Fleizach <cfleizach@apple.com>
Reviewed by Beth Dakin, Oliver Hunt.
Bug 25557: REGRESSION: Canvas elements are ignored instead of being exposed as AXImage
https://bugs.webkit.org/show_bug.cgi?id=25557
* accessibility/canvas-expected.txt: Added.
* accessibility/canvas.html: Added.
2009-05-04 Kai BrĂ¼ning <kai@granus.net>
Reviewed by Eric Seidel.
* fast/innerHTML/innerHTML-nbsp-expected.txt: Added.
* fast/innerHTML/innerHTML-nbsp.xhtml: Added.
2009-05-04 Darin Adler <darin@apple.com>
* platform/gtk/Skipped: Disable a test that's timing out.
2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Disabling new tests, as they are failing because of font
configuration mismatch between my machine and the bot.
* platform/gtk/Skipped:
* platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Removed.
* platform/gtk/svg/text/foreignObject-repaint-expected.txt: Removed.
2009-05-04 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Reviewed by Alexey Proskuryakov.
Add results for two new tests, for the GTK+ port.
* platform/gtk/editing/spelling/spellcheck-attribute-expected.txt: Added.
* platform/gtk/svg/text/foreignObject-repaint-expected.txt: Added.
2009-05-04 Darin Adler <darin@apple.com>
Reviewed by Adam Roben.
* media/video-size-intrinsic-scale-expected.txt: Changed to match test.
* media/video-size-intrinsic-scale.html: Removed doubled "Movie" word.
2009-05-04 Eric Carlson <eric.carlson@apple.com>
Reviewed by Adam Roben.
https://bugs.webkit.org/show_bug.cgi?id=25545
Bug 25545: HTMLMediaElement: display anamorphic video correctly
Added 720x576i PAL anamorphic movie, extended video-size-intrinsic-scale
test to check that it is sized correctly.
* media/content/720x576i-anamorphic.mov: Added.
* media/video-size-intrinsic-scale-expected.txt:
* media/video-size-intrinsic-scale.html:
2009-05-03 Eric Seidel <eric@webkit.org>
No review, just adding missing results.
Add Win results for editing/spelling/spellcheck-attribute
Pixel results are still missing, but I have no easy way
to add them, and the bots aren't generating them currently.
* platform/win/editing/spelling/spellcheck-attribute-expected.txt: Added.
2009-05-03 Hironori Bono <hbono@chromium.org>
Reviewed by Eric Seidel.
Bug 14552: Add a way to disable spell checking for specific element
https://bugs.webkit.org/show_bug.cgi?id=14552
Add a layout test which verifies "spellcheck" attributes work as written
in this specification, "http://damowmow.com/playground/spellcheck.txt".
This test expects the default value of an element is compatible with
Firefox, i.e. inheriting from the parent element.
* editing/spelling/spellcheck-attribute.html: Added.
* platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Added.
* platform/mac/editing/spelling/spellcheck-attribute-expected.png: Added.
* platform/mac/editing/spelling/spellcheck-attribute-expected.txt: Added.
2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
Three more failing tests caused by the disabling of the others.
* platform/gtk/Skipped:
2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
Disable more tests that fail on the bot, and those which fail when
we disable some. Hopefully this finishes our massage to the
skipped list and we can go back to working on fixing tests now.
* platform/gtk/Skipped:
2009-05-03 Eric Seidel <eric@webkit.org>
Reviewed by Sam Weinig.
Dump more metrics from svgsvgelement-ctm test.
(And break up the first SVG into two SVGs for easier reading of the metrics)
* svg/custom/svgsvgelement-ctm-expected.txt:
* svg/custom/svgsvgelement-ctm.xhtml:
2009-05-03 Gustavo Noronha Silva <gns@gnome.org>
Some tests are still failing on the bot, despite working
locally. Disabling for now.
* platform/gtk/Skipped:
2009-05-03 Zan Dobersek <zandobersek@gmail.com>
Reviewed by Gustavo Noronha.
Enable more tests that succeed and style up the list a bit.
* platform/gtk/Skipped:
2009-05-02 Dan Bernstein <mitz@apple.com>
Reviewed by Darin Adler.
- another test for <rdar://problem/6617298> Typing delete on an unquoted
blank line unquotes the preceding, quoted blank line
* editing/deleting/type-delete-after-quote-2-expected.txt: Added.
* editing/deleting/type-delete-after-quote-2.html: Added.
2009-05-02 Darin Adler <darin@apple.com>
Reviewed by Dan Bernstein.
Bug 25352: REGRESSION(r42322): style isn't applied at bmwusa.com
https://bugs.webkit.org/show_bug.cgi?id=25352
rdar://problem/6823239
* http/tests/mime/resources/style-with-text-css-and-invalid-type.php:
Copied from LayoutTests/http/tests/mime/resources/style-with-charset.php and adapted.
* http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type-expected.txt: Added.
* http/tests/mime/standard-mode-loads-stylesheet-with-text-css-and-invalid-type.html:
Copied from LayoutTests/http/tests/mime/standard-mode-loads-stylesheet-with-empty-content-type.html and adapted.
2009-05-02 Darin Adler <darin@apple.com>
Reviewed by Brady Eidson (except for the non-fast/loading test fixes).
Bug 25491: WebFrame leak when a subframe removes itself
https://bugs.webkit.org/show_bug.cgi?id=25491
rdar://problem/6833859
* fast/loading: Added.
* fast/loading/resources: Added.
* fast/loading/resources/subframe-that-removes-itself.html: Added.
* fast/loading/subframe-removes-itself-expected.txt: Added.
* fast/loading/subframe-removes-itself.html: Added.
* fast/frames/location-put-after-removal-expected.txt: Updated.
For some reason, fixing the loader sequence results in output that has one more blank line.
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body.html:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny.html:
* http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag.html:
Updated tests so they don't terminate when the partial load of the subframe completes, but
rather wait until the subsequent load of about:blank occurs.
* platform/gtk/Skipped: Skip loading tests.
2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
Skip test that sometimes fails in GTK+.
* platform/gtk/Skipped:
2009-05-02 Gustavo Noronha Silva <gns@gnome.org>
Skip new test that does not represent a regression.
* platform/gtk/Skipped:
2009-04-30 Kevin McCullough <kmccullough@apple.com>
Reviewed by Adele Peterson and Darin Adler.
<rdar://problem/4815598> Stuck in double spacing mode after pasting a
paragraph with padding/margin (or table mode !)
A lot of the issues in this bug were resolved on Mail's side by using
WebKit to convert to plain text. This is the final issue, that floating
style stays on copied nodes causing them to float when they are pasted
which is not what the user intended.
* editing/pasteboard/copy-paste-float-expected.txt: Added.
* editing/pasteboard/copy-paste-float.html: Added.
2009-05-01 Jan Michael Alonzo <jmalonzo@webkit.org>
Skip the following failing tests:
fast/replaced/table-percent-height-text-controls.html
media/video-document-types.html
* platform/gtk/Skipped:
2009-04-30 Gavin Barraclough <barraclough@apple.com>
Reviewed by Geoff Garen.
Add layout test for rdar:/68455379.
* fast/js/regexp-range-bound-ffff-expected.txt: Added.
* fast/js/regexp-range-bound-ffff.html: Added.
* fast/js/resources/regexp-range-bound-ffff.js: Added.
2009-04-30 Eric Carlson <eric.carlson@apple.com>
Reviewed by Simon Fraser.
MediaDocument falls back to plug-in unnecessarily
https://bugs.webkit.org/show_bug.cgi?id=25504
<rdar://problem/6844702>
Test case for MediaDocument with previously unsupported track
types. Disabled on Windows for now until https://bugs.webkit.org/show_bug.cgi?id=25220
has been fixed.
* media/content/counting.mp4: Added.
* media/video-document-types-expected.txt: Added.
* media/video-document-types.html: Added.
* platform/win/Skipped:
2009-04-30 Ojan Vafai <ojan@chromium.org>
Reviewed by Eric Seidel.
Fix tests that depend on Mac-specific metrics now that text controls
are sized according to font metrics (r43007).