2011-01-24 Maciej Stachowiak Reviewed by Eric Seidel. Skip a newly added test that uses textInputController https://bugs.webkit.org/show_bug.cgi?id=53027 * platform/mac-wk2/Skipped: 2011-01-24 Andrei Popescu Unreviewed, build fix. LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533 https://bugs.webkit.org/show_bug.cgi?id=53032 Fix the expected output, which still had an error. * storage/indexeddb/objectstore-autoincrement-expected.txt: 2011-01-24 Kenji Imasaki Reviewed by Jian Li. [chromium] Remove non-flaky tests from test expectation file https://bugs.webkit.org/show_bug.cgi?id=53022 * platform/chromium/test_expectations.txt: 2011-01-24 Andrei Popescu Reviewed by Jeremy Orlow. LayoutTest/storage/indexeddb/objectstore-autoincrement.html is failing after r76533 https://bugs.webkit.org/show_bug.cgi?id=53032 This fixes the layout test by modifying the arguments to IDBDatabase::transaction. * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-autoincrement.html: 2011-01-24 Andrei Popescu Reviewed by Nate Chapin. IndexedDatabase methods should not take arguments of type OptionsObject https://bugs.webkit.org/show_bug.cgi?id=53012 * storage/indexeddb/create-object-store-options-expected.txt: * storage/indexeddb/create-object-store-options.html: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-delete.html: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-index-delete.html: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/data-corruption.html: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/database-quota.html: * storage/indexeddb/index-cursor.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-cursor.html: * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: * storage/indexeddb/transaction-and-objectstore-calls.html: * storage/indexeddb/tutorial.html: 2011-01-24 Chang Shu Reviewed by Darin Adler. Move contentEditable related test cases to the right place as they are DOM related instead of editing related. https://bugs.webkit.org/show_bug.cgi?id=53010 * editing/editability: Removed. * editing/editability/attr-empty-string-expected.txt: Removed. * editing/editability/attr-empty-string.html: Removed. * editing/editability/attr-false-string-expected.txt: Removed. * editing/editability/attr-false-string.html: Removed. * editing/editability/attr-invalid-string-expected.txt: Removed. * editing/editability/attr-invalid-string.html: Removed. * editing/editability/attr-missing-ancestor-false-expected.txt: Removed. * editing/editability/attr-missing-ancestor-false.html: Removed. * editing/editability/attr-missing-ancestor-true-expected.txt: Removed. * editing/editability/attr-missing-ancestor-true.html: Removed. * editing/editability/attr-missing-parent-ancestor-missing-expected.txt: Removed. * editing/editability/attr-missing-parent-ancestor-missing.html: Removed. * editing/editability/attr-missing-parent-false-expected.txt: Removed. * editing/editability/attr-missing-parent-false.html: Removed. * editing/editability/attr-missing-parent-true-expected.txt: Removed. * editing/editability/attr-missing-parent-true.html: Removed. * editing/editability/attr-true-string-expected.txt: Removed. * editing/editability/attr-true-string.html: Removed. * editing/editability/set-false-expected.txt: Removed. * editing/editability/set-false.html: Removed. * editing/editability/set-inherit-parent-false-expected.txt: Removed. * editing/editability/set-inherit-parent-false.html: Removed. * editing/editability/set-inherit-parent-true-expected.txt: Removed. * editing/editability/set-inherit-parent-true.html: Removed. * editing/editability/set-invalid-value-expected.txt: Removed. * editing/editability/set-invalid-value.html: Removed. * editing/editability/set-true-expected.txt: Removed. * editing/editability/set-true.html: Removed. * editing/editability/set-value-caseinsensitive-expected.txt: Removed. * editing/editability/set-value-caseinsensitive.html: Removed. * fast/dom/HTMLElement/attr-empty-string-expected.txt: Copied from LayoutTests/editing/editability/attr-empty-string-expected.txt. * fast/dom/HTMLElement/attr-empty-string.html: Copied from LayoutTests/editing/editability/attr-empty-string.html. * fast/dom/HTMLElement/attr-false-string-expected.txt: Copied from LayoutTests/editing/editability/attr-false-string-expected.txt. * fast/dom/HTMLElement/attr-false-string.html: Copied from LayoutTests/editing/editability/attr-false-string.html. * fast/dom/HTMLElement/attr-invalid-string-expected.txt: Copied from LayoutTests/editing/editability/attr-invalid-string-expected.txt. * fast/dom/HTMLElement/attr-invalid-string.html: Copied from LayoutTests/editing/editability/attr-invalid-string.html. * fast/dom/HTMLElement/attr-missing-ancestor-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false-expected.txt. * fast/dom/HTMLElement/attr-missing-ancestor-false.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-false.html. * fast/dom/HTMLElement/attr-missing-ancestor-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true-expected.txt. * fast/dom/HTMLElement/attr-missing-ancestor-true.html: Copied from LayoutTests/editing/editability/attr-missing-ancestor-true.html. * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing-expected.txt. * fast/dom/HTMLElement/attr-missing-parent-ancestor-missing.html: Copied from LayoutTests/editing/editability/attr-missing-parent-ancestor-missing.html. * fast/dom/HTMLElement/attr-missing-parent-false-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-false-expected.txt. * fast/dom/HTMLElement/attr-missing-parent-false.html: Copied from LayoutTests/editing/editability/attr-missing-parent-false.html. * fast/dom/HTMLElement/attr-missing-parent-true-expected.txt: Copied from LayoutTests/editing/editability/attr-missing-parent-true-expected.txt. * fast/dom/HTMLElement/attr-missing-parent-true.html: Copied from LayoutTests/editing/editability/attr-missing-parent-true.html. * fast/dom/HTMLElement/attr-true-string-expected.txt: Copied from LayoutTests/editing/editability/attr-true-string-expected.txt. * fast/dom/HTMLElement/attr-true-string.html: Copied from LayoutTests/editing/editability/attr-true-string.html. * fast/dom/HTMLElement/set-false-expected.txt: Copied from LayoutTests/editing/editability/set-false-expected.txt. * fast/dom/HTMLElement/set-false.html: Copied from LayoutTests/editing/editability/set-false.html. * fast/dom/HTMLElement/set-inherit-parent-false-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-false-expected.txt. * fast/dom/HTMLElement/set-inherit-parent-false.html: Copied from LayoutTests/editing/editability/set-inherit-parent-false.html. * fast/dom/HTMLElement/set-inherit-parent-true-expected.txt: Copied from LayoutTests/editing/editability/set-inherit-parent-true-expected.txt. * fast/dom/HTMLElement/set-inherit-parent-true.html: Copied from LayoutTests/editing/editability/set-inherit-parent-true.html. * fast/dom/HTMLElement/set-invalid-value-expected.txt: Copied from LayoutTests/editing/editability/set-invalid-value-expected.txt. * fast/dom/HTMLElement/set-invalid-value.html: Copied from LayoutTests/editing/editability/set-invalid-value.html. * fast/dom/HTMLElement/set-true-expected.txt: Copied from LayoutTests/editing/editability/set-true-expected.txt. * fast/dom/HTMLElement/set-true.html: Copied from LayoutTests/editing/editability/set-true.html. * fast/dom/HTMLElement/set-value-caseinsensitive-expected.txt: Copied from LayoutTests/editing/editability/set-value-caseinsensitive-expected.txt. * fast/dom/HTMLElement/set-value-caseinsensitive.html: Copied from LayoutTests/editing/editability/set-value-caseinsensitive.html. 2011-01-24 Sam Weinig Add editing/inserting/insert-composition-whitespace.html to the windows skipped list. * platform/win/Skipped: 2011-01-24 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for passing editing/selections tests. Compared to Mac png files and Mac expected files. (part 3) * platform/qt/editing/selection/ [...]: 2011-01-24 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for passing editing/selections tests. Compared to Mac png files and Mac expected files. (part 2) * platform/qt/editing/selection/ [...]: 2011-01-24 Csaba Osztrogonác Unreviewed. Add Qt specific expected results for passing editing/selections tests. Compared to Mac png files and Mac expected files. (part 1) * platform/qt/editing/selection/ [...]: 2011-01-24 Csaba Osztrogonác Unreviewed. RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line https://bugs.webkit.org/show_bug.cgi?id=51517 * platform/qt-linux/editing: Removed. * platform/qt-linux/editing/selection: Removed. * platform/qt-linux/editing/selection/extend-to-line-boundary-expected.txt: Removed. * platform/qt/Skipped: Add editing/selection/extend-to-line-boundary.html until fix. 2011-01-24 Yury Semikhatsky Unreviewed. Update Chromium test expectations. * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: * platform/chromium-mac/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: * platform/chromium-mac/http/tests/security/xss-DENIED-frame-name-expected.txt: * platform/chromium/test_expectations.txt: 2011-01-24 Peter Varga Reviewed by Oliver Hunt. Optimize regex patterns which contain empty alternatives https://bugs.webkit.org/show_bug.cgi?id=51395 Eliminate the empty alternatives from the regex pattern and convert it to do the matching in an easier way. * fast/regex/script-tests/slow.js: * fast/regex/slow-expected.txt: 2011-01-24 Pavel Podivilov Unreviewed, test fix for r76497. * http/tests/inspector/debugger-test2.js: (initialize_DebuggerTest.InspectorTest.setBreakpointInVisibleView): (initialize_DebuggerTest.InspectorTest._showScriptSource): 2011-01-24 Yuzo Fujishima Unreviewed Chromium test expectation change. Update Chromim test expectations (LINUX/SVG) in response to r76442, again. * platform/chromium-linux/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-fonts-in-html-expected.txt: Added. * platform/chromium-linux/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added. * platform/chromium-linux/svg/text/text-hkern-expected.txt: Added. * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.checksum: Added. * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.png: Added. * platform/chromium-linux/svg/text/text-hkern-on-vertical-text-expected.txt: Added. * platform/chromium-linux/svg/text/text-text-04-t-expected.txt: Added. * platform/chromium-linux/svg/text/text-vkern-expected.checksum: Added. * platform/chromium-linux/svg/text/text-vkern-expected.txt: Added. 2011-01-24 Alejandro G. Castro Unreviewed, GTK still does not have TestInputController support. Opened a bug to follow the issue: https://bugs.webkit.org/show_bug.cgi?id=52997 * platform/gtk/Skipped: 2011-01-24 MORITA Hajime Unreviewed, skipped insert-composition-whitespace.html due to missing DRT feature. * platform/gtk/Skipped: 2011-01-24 Alejandro G. Castro Unreviewed, skipped tests failing the 64bits bot and passing in the 32bits bots. Bug following the issue: https://bugs.webkit.org/show_bug.cgi?id=52996 * platform/gtk/Skipped: 2011-01-23 Yuzo Fujishima Unreviewed Chromium test expectation change. Update Chromim test expectations (LINUX/SVG) in response to r76442. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: Added. * platform/chromium-linux/svg/text/text-vkern-on-horizontal-text-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-23 Yuzo Fujishima Unreviewed Chromium test expectation change. Update Chromim test expectations (WIN/SVG) in response to r76442. * platform/chromium-win/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.checksum: * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.png: * platform/chromium-win/svg/custom/svg-fonts-in-html-expected.txt: * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.png: * platform/chromium-win/svg/custom/svg-fonts-with-no-element-reference-expected.txt: Added. * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.checksum: * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.png: * platform/chromium-win/svg/text/text-hkern-on-vertical-text-expected.txt: Added. * platform/chromium-win/svg/text/text-text-04-t-expected.checksum: * platform/chromium-win/svg/text/text-text-04-t-expected.png: * platform/chromium-win/svg/text/text-text-04-t-expected.txt: * platform/chromium-win/svg/text/text-vkern-expected.checksum: * platform/chromium-win/svg/text/text-vkern-expected.png: * platform/chromium-win/svg/text/text-vkern-expected.txt: Added. 2011-01-19 MORITA Hajime Reviewed by Ryosuke Niwa. Space and tab characters "sent" by an input method give totally different results than typing them directly. https://bugs.webkit.org/show_bug.cgi?id=5241 Added a test that exercises continous whitespace characters and tabs inserted by IME. * editing/inserting/insert-composition-whitespace-expected.txt: Added. * editing/inserting/insert-composition-whitespace.html: Added. 2011-01-23 Yuzo Fujishima Unreviewed Chromium test expectation change. Update Chromim test expectations (WIN) in response to r76442. * platform/chromium-win/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: Added. * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: Added. * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: * platform/chromium-win/svg/batik/text/xmlSpace-expected.txt: * platform/chromium-win/svg/text/text-hkern-expected.txt: Added. * platform/chromium-win/svg/text/text-vkern-on-horizontal-text-expected.txt: Added. * platform/chromium/test_expectations.txt: 2011-01-23 Yuzo Fujishima Unreviewed Chromium test expectation change. Mark fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html as TEXT for LINUX. * platform/chromium/test_expectations.txt: 2011-01-23 Yuzo Fujishima Unreviewed Chromium test expectation change. Update Chromim test expectations in response to r76442. * platform/chromium-linux/fast/css/acid2-expected.txt: Added. * platform/chromium-linux/fast/css/acid2-pixel-expected.checksum: * platform/chromium-linux/fast/css/acid2-pixel-expected.png: * platform/chromium-linux/fast/css/acid2-pixel-expected.txt: Added. * platform/chromium-linux/fast/forms/button-sizes-expected.checksum: * platform/chromium-linux/fast/forms/button-sizes-expected.png: * platform/chromium-linux/fast/forms/button-sizes-expected.txt: * platform/chromium-linux/fast/forms/input-button-sizes-expected.checksum: * platform/chromium-linux/fast/forms/input-button-sizes-expected.png: * platform/chromium-linux/fast/forms/input-button-sizes-expected.txt: * platform/chromium-linux/http/tests/misc/acid2-expected.txt: Added. * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.checksum: * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.png: * platform/chromium-linux/http/tests/misc/acid2-pixel-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt: Removed. * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-01-b-expected.txt: * platform/chromium-linux/svg/hixie/perf/003-expected.txt: Removed. * platform/chromium-linux/svg/hixie/perf/004-expected.txt: Removed. * platform/chromium-linux/svg/hixie/perf/005-expected.txt: Removed. * platform/chromium-linux/svg/hixie/perf/006-expected.txt: Removed. * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: Removed. * platform/chromium-linux/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt: Removed. * platform/chromium-linux/svg/text/text-text-01-b-expected.checksum: * platform/chromium-linux/svg/text/text-text-01-b-expected.png: * platform/chromium-linux/svg/text/text-text-01-b-expected.txt: 2011-01-23 Alexey Proskuryakov Reviewed by Eric Seidel. https://bugs.webkit.org/show_bug.cgi?id=15649 Empty STYLE elements are not reflected into the document.styleSheets object Adding a test for a bug that no longer occurs. * fast/dom/document-stylesheets-empty-style-expected.txt: Added. * fast/dom/document-stylesheets-empty-style.html: Added. 2011-01-22 Maciej Stachowiak Reviewed by Oliver Hunt. Skip a test that seems to cause the subsequent test to sporadically fail, and unskip the several tests after it https://bugs.webkit.org/show_bug.cgi?id=52970 * platform/mac-wk2/Skipped: 2011-01-22 Robert Hogan Reviewed by Andreas Kling. [Qt] Support layoutTestController.addURLToRedirect() https://bugs.webkit.org/show_bug.cgi?id=52956 * platform/qt/Skipped: 2011-01-22 Nikolas Zimmermann Not reviewed. REGRESSION: Vertical line metrics incorrect https://bugs.webkit.org/show_bug.cgi?id=52960 Revert accidently landed mac baseline changes. * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: * platform/mac/svg/batik/text/xmlSpace-expected.txt: * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: * platform/mac/svg/text/text-hkern-expected.txt: * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt: * platform/mac/svg/text/text-text-04-t-expected.txt: * platform/mac/svg/text/text-vkern-expected.txt: * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt: * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: 2011-01-22 Nikolas Zimmermann Not reviewed. REGRESSION: Vertical line metrics incorrect https://bugs.webkit.org/show_bug.cgi?id=52960 Rebaselined several text dumps from the bots, after the FontMetrics change. All show 1px diffs, but are progressions, since the lineSpacing calculation has been improved. Mac still has the old results - as it depends on a rounding trick at the moment. * platform/gtk/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: * platform/gtk/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: * platform/gtk/svg/text/text-hkern-expected.txt: * platform/gtk/svg/text/text-hkern-on-vertical-text-expected.txt: * platform/gtk/svg/text/text-vkern-expected.txt: * platform/gtk/svg/text/text-vkern-on-horizontal-text-expected.txt: * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt: * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt: * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: * platform/mac/svg/batik/text/xmlSpace-expected.txt: * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt: * platform/mac/svg/custom/svg-fonts-in-html-expected.txt: * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.txt: * platform/mac/svg/text/text-hkern-expected.txt: * platform/mac/svg/text/text-hkern-on-vertical-text-expected.txt: * platform/mac/svg/text/text-text-04-t-expected.txt: * platform/mac/svg/text/text-vkern-expected.txt: * platform/mac/svg/text/text-vkern-on-horizontal-text-expected.txt: * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.txt: * platform/qt/css2.1/t1507-c526-font-sz-02-b-a-expected.txt: * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.txt: * platform/qt/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.txt: * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: * platform/qt/svg/text/text-hkern-expected.txt: * platform/qt/svg/text/text-hkern-on-vertical-text-expected.txt: * platform/qt/svg/text/text-vkern-expected.txt: * platform/qt/svg/text/text-vkern-on-horizontal-text-expected.txt: * platform/qt/svg/transforms/text-with-mask-with-svg-transform-expected.txt: 2011-01-22 Andrei Popescu Reviewed by Jeremy Orlow. IndexedDB corrupts data on disk https://bugs.webkit.org/show_bug.cgi?id=52890 * storage/indexeddb/data-corruption-expected.txt: Added. * storage/indexeddb/data-corruption.html: Added. 2011-01-22 Robert Hogan Reviewed by Kenneth Rohde Christiansen. [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail https://bugs.webkit.org/show_bug.cgi?id=49802 * platform/qt/Skipped: * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write-expected.txt: Added. * platform/qt/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url-expected.txt: Added. * platform/qt/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: Added. 2011-01-22 Andreas Kling Unreviewed, add Qt-specific result for test added in r76414. * platform/qt/fast/text/justify-nbsp-expected.txt: Added. 2011-01-22 Ryosuke Niwa Unreviewed Chromium test expectation update. * platform/chromium/test_expectations.txt: 2011-01-22 Ryosuke Niwa Unreviewed Chromium test expectation update. * platform/chromium/test_expectations.txt: 2011-01-21 Yury Semikhatsky Reviewed by Adam Barth. Regression: new window.onerror() implementation leaks cross-origin Javascript errors https://bugs.webkit.org/show_bug.cgi?id=52903 A couple of tests to check that window.onerror won't reveal any content of the resource from a different domain if the latter is referenced via