LayoutTests:
- updated results for tests that involve scrolling
* editing/selection/focus_editable_html-expected.txt: Added expected scroll position.
* fast/dom/focus-contenteditable-expected.txt: Ditto.
* fast/overflow/scrollRevealButton.html: Ditto.
- updated results for tests that involve new exception names
* fast/dom/Element/attr-param-typechecking-expected.txt: Updated.
* fast/dynamic/insertAdjacentElement-expected.txt: Updated.
* fast/dynamic/insertAdjacentElement-expected.png: Added.
* fast/dynamic/insertAdjacentElement-expected.checksum: Added.
WebCore:
Reviewed by John Sullivan.
* khtml/ecma/kjs_binding.cpp: Added names for VALIDATION_ERR and
TYPE_MISMATCH_ERR; new DOM Level 3 errors that need to be listed in
the mapping from error code to error name.
* dom/Element.idl: Removed comment from bad old days where we had to
touch these files to make them rebuild.
WebKitTools:
Reviewed by John Sullivan.
- added a "--reset-results" option to run-webkit-tests so you can reset
the results without first deleting expected results
- <rdar://problem/
4185878> add scroll position to dumpRenderTree
* Scripts/run-webkit-tests: Rearranged the code a bit to make the sequence
more logical. Moved all the subroutines to the end of the file. Added a
"--force" option.
* DumpRenderTree/DumpRenderTree.m:
(main): Added a new --dump-all-pixels option, used when forcing run-webkit-tests
to generate new output for all tests it runs.
(dump): Dump the scroll position if it's non-zero. Always dump the image when
the --dump-all-pixels option is passed. Also tightened up the image dumping
code and replaced the incorrect use of +[NSGraphicsContext saveGraphicsState]
with code to save and restore the context.
* DumpRenderTree/DumpRenderTree.h: Tweaked includes a bit and added (void).
* DumpRenderTree/EventSendingController.m: Added now-needed include.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13611
268f45cc-cd09-0410-ab3c-
d52691b4dbfc