| 2011-02-16 Martin Robinson <mrobinson@igalia.com> |
| |
| Begin adding GTK+ baselines for Mozilla test suites. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-16 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Remove a mac-leopard expectation since the Chromium Mac 10.5 bots at |
| least seem to be generating results that match the platform/mac images. |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac-leopard/fast/forms/select-empty-option-height-expected.checksum: Removed. |
| * platform/mac-leopard/fast/forms/select-empty-option-height-expected.png: Removed. |
| |
| 2011-02-16 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoffrey Garen. |
| |
| Import some mozilla js strict mode regression tests |
| https://bugs.webkit.org/show_bug.cgi?id=54579 |
| |
| Add a bunch of the mozilla strict mode tests, the majority of the tests pass. |
| Those that fail fall into two categories |
| * Tests for features we haven't implemented |
| * Tests that test behaviour of arrays and arguments with non-writable properties |
| |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-direct-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-normalcaller-indirect-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-direct-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-fun-strictcaller-indirect-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-direct-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-normalcaller-indirect-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-direct-strictcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-normalcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-normalcode.html: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-strictcode-expected.txt: Added. |
| * fast/js/mozilla/eval/exhaustive-global-strictcaller-indirect-strictcode.html: Added. |
| * fast/js/mozilla/eval/script-tests/TEMPLATE.html: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-direct-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-direct-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-indirect-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-normalcaller-indirect-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-direct-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-direct-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-indirect-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-fun-strictcaller-indirect-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-direct-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-direct-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-indirect-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-normalcaller-indirect-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-direct-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-direct-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-indirect-normalcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/exhaustive-global-strictcaller-indirect-strictcode.js: Added. |
| * fast/js/mozilla/eval/script-tests/undeclared-name-in-nested-strict-eval.js: Added. |
| * fast/js/mozilla/eval/undeclared-name-in-nested-strict-eval-expected.txt: Added. |
| * fast/js/mozilla/eval/undeclared-name-in-nested-strict-eval.html: Added. |
| * fast/js/mozilla/resources/js-test-post-async.js: Added. |
| * fast/js/mozilla/resources/js-test-post-function.js: Added. |
| * fast/js/mozilla/resources/js-test-post-n.js: Added. |
| * fast/js/mozilla/resources/js-test-post.js: Added. |
| * fast/js/mozilla/resources/js-test-pre.js: Added. |
| * fast/js/mozilla/resources/js-test-style.css: Added. |
| * fast/js/mozilla/resources/mozilla-es5-shell.js: Added. |
| * fast/js/mozilla/resources/mozilla-shell.js: Added. |
| * fast/js/mozilla/strict/10.4.2-expected.txt: Added. |
| * fast/js/mozilla/strict/10.4.2.html: Added. |
| * fast/js/mozilla/strict/10.4.3-expected.txt: Added. |
| * fast/js/mozilla/strict/10.4.3.html: Added. |
| * fast/js/mozilla/strict/10.6-expected.txt: Added. |
| * fast/js/mozilla/strict/10.6.html: Added. |
| * fast/js/mozilla/strict/11.1.5-expected.txt: Added. |
| * fast/js/mozilla/strict/11.1.5.html: Added. |
| * fast/js/mozilla/strict/11.13.1-expected.txt: Added. |
| * fast/js/mozilla/strict/11.13.1.html: Added. |
| * fast/js/mozilla/strict/11.13.2-expected.txt: Added. |
| * fast/js/mozilla/strict/11.13.2.html: Added. |
| * fast/js/mozilla/strict/11.3.1-expected.txt: Added. |
| * fast/js/mozilla/strict/11.3.1.html: Added. |
| * fast/js/mozilla/strict/11.3.2-expected.txt: Added. |
| * fast/js/mozilla/strict/11.3.2.html: Added. |
| * fast/js/mozilla/strict/11.4.1-expected.txt: Added. |
| * fast/js/mozilla/strict/11.4.1.html: Added. |
| * fast/js/mozilla/strict/11.4.4-expected.txt: Added. |
| * fast/js/mozilla/strict/11.4.4.html: Added. |
| * fast/js/mozilla/strict/11.4.5-expected.txt: Added. |
| * fast/js/mozilla/strict/11.4.5.html: Added. |
| * fast/js/mozilla/strict/12.10.1-expected.txt: Added. |
| * fast/js/mozilla/strict/12.10.1.html: Added. |
| * fast/js/mozilla/strict/12.14.1-expected.txt: Added. |
| * fast/js/mozilla/strict/12.14.1.html: Added. |
| * fast/js/mozilla/strict/12.2.1-expected.txt: Added. |
| * fast/js/mozilla/strict/12.2.1.html: Added. |
| * fast/js/mozilla/strict/13.1-expected.txt: Added. |
| * fast/js/mozilla/strict/13.1.html: Added. |
| * fast/js/mozilla/strict/15.10.7-expected.txt: Added. |
| * fast/js/mozilla/strict/15.10.7.html: Added. |
| * fast/js/mozilla/strict/15.3.4.5-expected.txt: Added. |
| * fast/js/mozilla/strict/15.3.4.5.html: Added. |
| * fast/js/mozilla/strict/15.3.5.1-expected.txt: Added. |
| * fast/js/mozilla/strict/15.3.5.1.html: Added. |
| * fast/js/mozilla/strict/15.3.5.2-expected.txt: Added. |
| * fast/js/mozilla/strict/15.3.5.2.html: Added. |
| * fast/js/mozilla/strict/15.4.4.12-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.4.12.html: Added. |
| * fast/js/mozilla/strict/15.4.4.13-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.4.13.html: Added. |
| * fast/js/mozilla/strict/15.4.4.6-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.4.6.html: Added. |
| * fast/js/mozilla/strict/15.4.4.8-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.4.8.html: Added. |
| * fast/js/mozilla/strict/15.4.4.9-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.4.9.html: Added. |
| * fast/js/mozilla/strict/15.4.5.1-expected.txt: Added. |
| * fast/js/mozilla/strict/15.4.5.1.html: Added. |
| * fast/js/mozilla/strict/15.5.5.1-expected.txt: Added. |
| * fast/js/mozilla/strict/15.5.5.1.html: Added. |
| * fast/js/mozilla/strict/15.5.5.2-expected.txt: Added. |
| * fast/js/mozilla/strict/15.5.5.2.html: Added. |
| * fast/js/mozilla/strict/8.12.5-expected.txt: Added. |
| * fast/js/mozilla/strict/8.12.5.html: Added. |
| * fast/js/mozilla/strict/8.12.7-expected.txt: Added. |
| * fast/js/mozilla/strict/8.12.7.html: Added. |
| * fast/js/mozilla/strict/8.7.2-expected.txt: Added. |
| * fast/js/mozilla/strict/8.7.2.html: Added. |
| * fast/js/mozilla/strict/B.1.1-expected.txt: Added. |
| * fast/js/mozilla/strict/B.1.1.html: Added. |
| * fast/js/mozilla/strict/B.1.2-expected.txt: Added. |
| * fast/js/mozilla/strict/B.1.2.html: Added. |
| * fast/js/mozilla/strict/assign-to-callee-name-expected.txt: Added. |
| * fast/js/mozilla/strict/assign-to-callee-name.html: Added. |
| * fast/js/mozilla/strict/directive-prologue-01-expected.txt: Added. |
| * fast/js/mozilla/strict/directive-prologue-01.html: Added. |
| * fast/js/mozilla/strict/eval-variable-environment-expected.txt: Added. |
| * fast/js/mozilla/strict/eval-variable-environment.html: Added. |
| * fast/js/mozilla/strict/function-name-arity-expected.txt: Added. |
| * fast/js/mozilla/strict/function-name-arity.html: Added. |
| * fast/js/mozilla/strict/primitive-this-no-writeback-expected.txt: Added. |
| * fast/js/mozilla/strict/primitive-this-no-writeback.html: Added. |
| * fast/js/mozilla/strict/regress-532041-expected.txt: Added. |
| * fast/js/mozilla/strict/regress-532041.html: Added. |
| * fast/js/mozilla/strict/regress-532254-expected.txt: Added. |
| * fast/js/mozilla/strict/regress-532254.html: Added. |
| * fast/js/mozilla/strict/regress-599159-expected.txt: Added. |
| * fast/js/mozilla/strict/regress-599159.html: Added. |
| * fast/js/mozilla/strict/script-tests/10.4.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/10.4.3.js: Added. |
| * fast/js/mozilla/strict/script-tests/10.6.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.1.5.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.13.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.13.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.3.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.3.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.4.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.4.4.js: Added. |
| * fast/js/mozilla/strict/script-tests/11.4.5.js: Added. |
| * fast/js/mozilla/strict/script-tests/12.10.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/12.14.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/12.2.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/13.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.10.7.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.3.4.5.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.3.5.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.3.5.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.4.12.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.4.13.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.4.6.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.4.8.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.4.9.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.4.5.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.5.5.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/15.5.5.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/8.12.5.js: Added. |
| * fast/js/mozilla/strict/script-tests/8.12.7.js: Added. |
| * fast/js/mozilla/strict/script-tests/8.7.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/B.1.1.js: Added. |
| * fast/js/mozilla/strict/script-tests/B.1.2.js: Added. |
| * fast/js/mozilla/strict/script-tests/TEMPLATE.html: Added. |
| * fast/js/mozilla/strict/script-tests/assign-to-callee-name.js: Added. |
| * fast/js/mozilla/strict/script-tests/directive-prologue-01.js: Added. |
| * fast/js/mozilla/strict/script-tests/eval-variable-environment.js: Added. |
| * fast/js/mozilla/strict/script-tests/function-name-arity.js: Added. |
| * fast/js/mozilla/strict/script-tests/primitive-this-no-writeback.js: Added. |
| * fast/js/mozilla/strict/script-tests/regress-532041.js: Added. |
| * fast/js/mozilla/strict/script-tests/regress-532254.js: Added. |
| * fast/js/mozilla/strict/script-tests/regress-599159.js: Added. |
| * fast/js/mozilla/strict/script-tests/strict-this-is-not-truthy.js: Added. |
| * fast/js/mozilla/strict/script-tests/this-for-function-expression-recursion.js: Added. |
| * fast/js/mozilla/strict/script-tests/unbrand-this.js: Added. |
| * fast/js/mozilla/strict/strict-this-is-not-truthy-expected.txt: Added. |
| * fast/js/mozilla/strict/strict-this-is-not-truthy.html: Added. |
| * fast/js/mozilla/strict/this-for-function-expression-recursion-expected.txt: Added. |
| * fast/js/mozilla/strict/this-for-function-expression-recursion.html: Added. |
| * fast/js/mozilla/strict/unbrand-this-expected.txt: Added. |
| * fast/js/mozilla/strict/unbrand-this.html: Added. |
| |
| 2011-02-16 Carol Szabo <carol.szabo@nokia.com> |
| |
| Reviewed by David Hyatt. |
| |
| REGRESSION: Use after free in WebCore::RenderCounter::destroyCounterNode |
| https://bugs.webkit.org/show_bug.cgi?id=54478 |
| |
| Added this test, to evidence a bug not previously caught by the |
| Layout tests. |
| |
| * fast/css/counters/render-tree-reorg-crash-expected.txt: Added. |
| * fast/css/counters/render-tree-reorg-crash.html: Added. |
| |
| 2011-02-16 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Geoff Garen. |
| |
| Incorrect handling of global writes in dynamic contexts |
| https://bugs.webkit.org/show_bug.cgi?id=49383 |
| |
| Add a few tests to ensure that global writes are actually |
| allowed inside dynamic scopes. |
| |
| * fast/js/basic-strict-mode-expected.txt: |
| * fast/js/script-tests/basic-strict-mode.js: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update gtk baseline using the 64bit debug bot - maybe we have another rounding problem on gtk. Let's see. |
| |
| * platform/gtk/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: |
| * platform/gtk/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/gtk/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: |
| * platform/gtk/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/gtk/svg/custom/circular-marker-reference-1-expected.txt: |
| * platform/gtk/svg/custom/circular-marker-reference-3-expected.txt: |
| * platform/gtk/svg/custom/circular-marker-reference-4-expected.txt: |
| * platform/gtk/svg/custom/non-scaling-stroke-markers-expected.txt: |
| * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/gtk/svg/custom/stroked-pattern-expected.txt: |
| * platform/gtk/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/gtk/svg/custom/use-css-events-expected.txt: |
| * platform/gtk/svg/custom/use-detach-expected.txt: |
| * platform/gtk/svg/filters/filterRes-expected.txt: |
| * platform/gtk/svg/hixie/links/001-expected.txt: |
| * platform/gtk/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/gtk/svg/text/small-fonts-2-expected.txt: |
| * platform/gtk/svg/text/text-align-04-b-expected.txt: |
| * platform/gtk/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: |
| * platform/gtk/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: |
| |
| 2011-02-16 Hans Wennborg <hans@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| IndexedDB: Inject auto increment keys via key path on insertion |
| https://bugs.webkit.org/show_bug.cgi?id=54457 |
| |
| Prepare to test injection of auto increment key. Keep it commented out |
| until implemented Chromium-side. |
| |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update mac-leopard/win baselines. I rebaselined the wrong platforms in my last commit. |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: |
| * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: |
| * platform/mac-leopard/svg/custom/non-scaling-stroke-markers-expected.txt: |
| * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac-leopard/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/mac-leopard/svg/custom/use-detach-expected.txt: |
| * platform/mac-leopard/svg/hixie/links/001-expected.txt: |
| * platform/mac-leopard/svg/text/small-fonts-2-expected.txt: |
| * platform/win/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added. |
| * platform/win/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added. |
| * platform/win/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added. |
| * platform/win/svg/custom/circular-marker-reference-2-expected.txt: Added. |
| * platform/win/svg/custom/non-circular-marker-reference-expected.txt: Added. |
| * platform/win/svg/custom/non-scaling-stroke-markers-expected.txt: Added. |
| * platform/win/svg/custom/stroked-pattern-expected.txt: Added. |
| * platform/win/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/win/svg/custom/use-detach-expected.txt: Added. |
| * platform/win/svg/hixie/links: Added. |
| * platform/win/svg/hixie/links/001-expected.txt: Added. |
| * platform/win/svg/text/small-fonts-2-expected.txt: Added. |
| |
| 2011-02-16 Sergio Villar Senin <svillar@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [Gtk] Add support for layoutTestController.setWillSendRequestClearHeader |
| https://bugs.webkit.org/show_bug.cgi?id=54537 |
| |
| Unskipped http/tests/security/no-referrer.html. |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-16 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: split all the functions of Inspector backend API by domain. |
| https://bugs.webkit.org/show_bug.cgi?id=54558 |
| |
| We have a number of functions from different domains in single instance of InspectorBackend. |
| It'd be better to split the functions by their domains. |
| As example 'evaluate' will be moved from InspectorBackend to RuntimeAgent container. |
| |
| * http/tests/inspector/console-xhr-logging.html: |
| * http/tests/inspector/extensions-test.js: |
| (initialize_ExtensionsTest.InspectorTest.runExtensionTests): |
| * http/tests/inspector/inspector-test.js: |
| (initialize_InspectorTest.InspectorTest.completeTest): |
| (initialize_InspectorTest.InspectorTest.evaluateInPage): |
| (initialize_InspectorTest.InspectorTest.reloadPage): |
| * inspector/console/console-dir-global.html: |
| * inspector/debugger/debugger-autocontinue-on-syntax-error.html: |
| * inspector/debugger/debugger-pause-on-exception.html: |
| * inspector/elements/elements-panel-search.html: |
| * inspector/report-API-errors-expected.txt: |
| * inspector/report-API-errors.html: |
| * inspector/report-protocol-errors.html: |
| * inspector/styles/styles-new-API.html: |
| * inspector/styles/styles-source-offsets.html: |
| * inspector/timeline/timeline-network-resource.html: |
| * inspector/timeline/timeline-script-tag-1.html: |
| * inspector/timeline/timeline-script-tag-2.html: |
| * inspector/timeline/timeline-test.js: |
| (initialize_Timeline.InspectorTest.performActionsAndPrint.step2): |
| * inspector/timeline/timeline-trivial.html: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Not reviewed. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update gtk/win/mac-leopard baselines. |
| |
| * platform/gtk/svg/custom/resource-invalidate-on-target-update-expected.txt: |
| * platform/gtk/svg/custom/use-css-events-expected.txt: |
| * platform/gtk/svg/filters/filterRes-expected.txt: |
| * platform/gtk/svg/text/text-align-04-b-expected.txt: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt: Added. |
| * platform/mac-leopard/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: Added. |
| * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: Added. |
| * platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: Added. |
| * platform/mac-leopard/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac-leopard/svg/custom/circular-marker-reference-2-expected.txt: Added. |
| * platform/mac-leopard/svg/custom/non-circular-marker-reference-expected.txt: Added. |
| * platform/mac-leopard/svg/custom/non-scaling-stroke-markers-expected.txt: Added. |
| * platform/mac-leopard/svg/custom/stroked-pattern-expected.txt: Added. |
| * platform/mac-leopard/svg/custom/text-rotated-gradient-expected.txt: Added. |
| * platform/mac-leopard/svg/custom/use-detach-expected.txt: Added. |
| * platform/mac-leopard/svg/hixie/links/001-expected.txt: Added. |
| * platform/mac-leopard/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac-leopard/svg/zoom/page/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/mac-leopard/svg/zoom/page/zoom-mask-with-percentages-expected.txt: |
| * platform/mac-leopard/svg/zoom/text/zoom-coords-viewattr-01-b-expected.txt: Added. |
| * platform/win/svg/batik/masking/maskRegions-expected.txt: |
| * platform/win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: |
| |
| 2011-02-16 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [GTK] events missing when a document is (re)loaded |
| https://bugs.webkit.org/show_bug.cgi?id=25831 |
| |
| Added new layout test to check the right signals are emitted. |
| |
| * platform/gtk/accessibility/document-reload-events-expected.txt: Added. |
| * platform/gtk/accessibility/document-reload-events.html: Added. |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0. |
| This is the fifth and last chunk. |
| |
| It should pass on modern 64bit machines as well, using tolerance 0.01. |
| |
| * platform/mac/svg/filters/feOffset-expected.checksum: |
| * platform/mac/svg/filters/feOffset-expected.png: |
| * platform/mac/svg/filters/filter-clip-expected.checksum: |
| * platform/mac/svg/filters/filter-clip-expected.png: |
| * platform/mac/svg/filters/filterRes-expected.checksum: |
| * platform/mac/svg/filters/filterRes-expected.png: |
| * platform/mac/svg/hixie/cascade/002-expected.checksum: |
| * platform/mac/svg/hixie/cascade/002-expected.png: |
| * platform/mac/svg/hixie/error/017-expected.checksum: |
| * platform/mac/svg/hixie/error/017-expected.png: |
| * platform/mac/svg/hixie/links/003-broken-expected.checksum: |
| * platform/mac/svg/hixie/links/003-broken-expected.png: |
| * platform/mac/svg/hixie/mixed/003-expected.checksum: |
| * platform/mac/svg/hixie/mixed/003-expected.png: |
| * platform/mac/svg/hixie/mixed/004-expected.checksum: |
| * platform/mac/svg/hixie/mixed/004-expected.png: |
| * platform/mac/svg/hixie/mixed/005-expected.checksum: |
| * platform/mac/svg/hixie/mixed/005-expected.png: |
| * platform/mac/svg/hixie/mixed/006-expected.checksum: |
| * platform/mac/svg/hixie/mixed/006-expected.png: |
| * platform/mac/svg/hixie/mixed/008-expected.checksum: |
| * platform/mac/svg/hixie/mixed/008-expected.png: |
| * platform/mac/svg/hixie/mixed/011-expected.checksum: |
| * platform/mac/svg/hixie/mixed/011-expected.png: |
| * platform/mac/svg/hixie/perf/001-expected.checksum: |
| * platform/mac/svg/hixie/perf/001-expected.png: |
| * platform/mac/svg/hixie/perf/002-expected.checksum: |
| * platform/mac/svg/hixie/perf/002-expected.png: |
| * platform/mac/svg/hixie/perf/007-expected.checksum: |
| * platform/mac/svg/hixie/perf/007-expected.png: |
| * platform/mac/svg/hixie/transform/001-expected.checksum: |
| * platform/mac/svg/hixie/transform/001-expected.png: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.png: |
| * platform/mac/svg/text/font-size-below-point-five-2-expected.checksum: |
| * platform/mac/svg/text/font-size-below-point-five-2-expected.png: |
| * platform/mac/svg/text/scaled-font-expected.checksum: |
| * platform/mac/svg/text/scaled-font-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.checksum: |
| * platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: |
| * platform/mac/svg/text/select-x-list-3-expected.checksum: |
| * platform/mac/svg/text/select-x-list-3-expected.png: |
| * platform/mac/svg/text/selection-background-color-expected.checksum: |
| * platform/mac/svg/text/selection-background-color-expected.png: |
| * platform/mac/svg/text/selection-styles-expected.checksum: |
| * platform/mac/svg/text/selection-styles-expected.png: |
| * platform/mac/svg/text/small-fonts-2-expected.checksum: |
| * platform/mac/svg/text/small-fonts-2-expected.png: |
| * platform/mac/svg/text/small-fonts-3-expected.checksum: |
| * platform/mac/svg/text/small-fonts-3-expected.png: |
| * platform/mac/svg/text/small-fonts-expected.checksum: |
| * platform/mac/svg/text/small-fonts-expected.png: |
| * platform/mac/svg/text/small-fonts-in-html5-expected.checksum: |
| * platform/mac/svg/text/small-fonts-in-html5-expected.png: |
| * platform/mac/svg/text/text-align-01-b-expected.checksum: |
| * platform/mac/svg/text/text-align-01-b-expected.png: |
| * platform/mac/svg/text/text-align-02-b-expected.checksum: |
| * platform/mac/svg/text/text-align-02-b-expected.png: |
| * platform/mac/svg/text/text-align-03-b-expected.checksum: |
| * platform/mac/svg/text/text-align-03-b-expected.png: |
| * platform/mac/svg/text/text-align-04-b-expected.checksum: |
| * platform/mac/svg/text/text-align-04-b-expected.png: |
| * platform/mac/svg/text/text-align-05-b-expected.checksum: |
| * platform/mac/svg/text/text-align-05-b-expected.png: |
| * platform/mac/svg/text/text-align-06-b-expected.checksum: |
| * platform/mac/svg/text/text-align-06-b-expected.png: |
| * platform/mac/svg/text/text-altglyph-01-b-expected.checksum: |
| * platform/mac/svg/text/text-altglyph-01-b-expected.png: |
| * platform/mac/svg/text/text-deco-01-b-expected.checksum: |
| * platform/mac/svg/text/text-deco-01-b-expected.png: |
| * platform/mac/svg/text/text-fonts-01-t-expected.checksum: |
| * platform/mac/svg/text/text-fonts-01-t-expected.png: |
| * platform/mac/svg/text/text-fonts-02-t-expected.checksum: |
| * platform/mac/svg/text/text-fonts-02-t-expected.png: |
| * platform/mac/svg/text/text-intro-05-t-expected.checksum: |
| * platform/mac/svg/text/text-intro-05-t-expected.png: |
| * platform/mac/svg/text/text-path-01-b-expected.checksum: |
| * platform/mac/svg/text/text-path-01-b-expected.png: |
| * platform/mac/svg/text/text-text-01-b-expected.checksum: |
| * platform/mac/svg/text/text-text-01-b-expected.png: |
| * platform/mac/svg/text/text-text-03-b-expected.checksum: |
| * platform/mac/svg/text/text-text-03-b-expected.png: |
| * platform/mac/svg/text/text-text-04-t-expected.checksum: |
| * platform/mac/svg/text/text-text-04-t-expected.png: |
| * platform/mac/svg/text/text-text-05-t-expected.checksum: |
| * platform/mac/svg/text/text-text-05-t-expected.png: |
| * platform/mac/svg/text/text-text-06-t-expected.checksum: |
| * platform/mac/svg/text/text-text-06-t-expected.png: |
| * platform/mac/svg/text/text-text-07-t-expected.checksum: |
| * platform/mac/svg/text/text-text-07-t-expected.png: |
| * platform/mac/svg/text/text-text-08-b-expected.checksum: |
| * platform/mac/svg/text/text-text-08-b-expected.png: |
| * platform/mac/svg/text/text-tselect-01-b-expected.checksum: |
| * platform/mac/svg/text/text-tselect-01-b-expected.png: |
| * platform/mac/svg/text/text-tselect-02-f-expected.checksum: |
| * platform/mac/svg/text/text-tselect-02-f-expected.png: |
| * platform/mac/svg/text/text-tspan-01-b-expected.checksum: |
| * platform/mac/svg/text/text-tspan-01-b-expected.png: |
| * platform/mac/svg/text/text-ws-01-t-expected.checksum: |
| * platform/mac/svg/text/text-ws-01-t-expected.png: |
| * platform/mac/svg/text/text-ws-02-t-expected.checksum: |
| * platform/mac/svg/text/text-ws-02-t-expected.png: |
| * 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-mask-with-svg-transform-expected.checksum: |
| * platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: |
| * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.checksum: |
| * platform/mac/svg/transforms/text-with-pattern-inside-transformed-html-expected.png: |
| * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.checksum: |
| * platform/mac/svg/transforms/text-with-pattern-with-svg-transform-expected.png: |
| * platform/mac/svg/webarchive/svg-feimage-subresources-expected.checksum: |
| * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.checksum: |
| * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.checksum: |
| * platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: |
| * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.checksum: |
| * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.checksum: |
| * platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0. |
| This is the fourth chunk. |
| |
| It should pass on modern 64bit machines as well, using tolerance 0.01. |
| |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.checksum: |
| * platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: |
| |
| 2011-02-16 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [GTK] media/video-display-toggle.html still flaky on 32-Bits Release |
| https://bugs.webkit.org/show_bug.cgi?id=54552 |
| |
| * media/video-display-toggle.html: Start playback before |
| triggering the display toggle, ensuring the controls |
| (esp. duration display) are conistent. |
| |
| 2011-02-16 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| Update Qt specific expected files. |
| |
| * platform/qt/svg/custom/non-scaling-stroke-markers-expected.checksum: |
| * platform/qt/svg/custom/non-scaling-stroke-markers-expected.png: |
| * platform/qt/svg/custom/non-scaling-stroke-markers-expected.txt: |
| * platform/qt/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0. |
| This is the third chunk. |
| |
| It should pass on modern 64bit machines as well, using tolerance 0.01. |
| |
| * platform/mac/svg/clip-path/clip-in-mask-expected.checksum: |
| * platform/mac/svg/clip-path/clip-in-mask-expected.png: |
| * platform/mac/svg/clip-path/clip-path-child-clipped-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: |
| * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: |
| * platform/mac/svg/clip-path/clip-path-clipped-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-clipped-expected.png: |
| * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: |
| * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: |
| * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: |
| * platform/mac/svg/clip-path/clip-path-on-g-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-on-g-expected.png: |
| * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: |
| * platform/mac/svg/clip-path/clip-path-on-svg-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-on-svg-expected.png: |
| * platform/mac/svg/clip-path/clip-path-use-as-child-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: |
| * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: |
| * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: |
| * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.checksum: |
| * platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.checksum: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.checksum: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.checksum: |
| * platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: |
| * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.checksum: |
| * platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png: |
| * platform/mac/svg/custom/animate-path-discrete-expected.checksum: |
| * platform/mac/svg/custom/animate-path-discrete-expected.png: |
| * platform/mac/svg/custom/convolution-crash-expected.checksum: |
| * platform/mac/svg/custom/convolution-crash-expected.png: |
| * platform/mac/svg/custom/createImageElement2-expected.checksum: |
| * platform/mac/svg/custom/createImageElement2-expected.png: |
| * platform/mac/svg/custom/dynamic-svg-document-creation-expected.checksum: |
| * platform/mac/svg/custom/dynamic-svg-document-creation-expected.png: |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: |
| * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: |
| * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: |
| * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: |
| * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: |
| * platform/mac/svg/custom/focus-ring-expected.checksum: |
| * platform/mac/svg/custom/focus-ring-expected.png: |
| * platform/mac/svg/custom/foreign-object-skew-expected.checksum: |
| * platform/mac/svg/custom/foreign-object-skew-expected.png: |
| * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.checksum: |
| * platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png: |
| * platform/mac/svg/custom/gradient-rotated-bbox-expected.checksum: |
| * platform/mac/svg/custom/gradient-rotated-bbox-expected.png: |
| * platform/mac/svg/custom/gradient-stroke-width-expected.checksum: |
| * platform/mac/svg/custom/gradient-stroke-width-expected.png: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.checksum: |
| * platform/mac/svg/custom/grayscale-gradient-mask-expected.png: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.checksum: |
| * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: |
| * platform/mac/svg/custom/invalid-css-expected.checksum: |
| * platform/mac/svg/custom/invalid-css-expected.png: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.png: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-clipPath-creation-expected.png: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.png: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-gradient-creation-expected.png: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.checksum: |
| * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.png: |
| * platform/mac/svg/custom/linking-a-03-b-all-expected.checksum: |
| * platform/mac/svg/custom/linking-a-03-b-all-expected.png: |
| * platform/mac/svg/custom/linking-a-03-b-transform-expected.checksum: |
| * platform/mac/svg/custom/linking-a-03-b-transform-expected.png: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: |
| * platform/mac/svg/custom/linking-a-03-b-viewBox-transform-expected.png: |
| * platform/mac/svg/custom/marker-default-width-height-expected.checksum: |
| * platform/mac/svg/custom/marker-default-width-height-expected.png: |
| * platform/mac/svg/custom/marker-opacity-expected.checksum: |
| * platform/mac/svg/custom/marker-opacity-expected.png: |
| * platform/mac/svg/custom/mouse-move-on-svg-root-expected.checksum: |
| * platform/mac/svg/custom/mouse-move-on-svg-root-expected.png: |
| * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: |
| * platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.checksum: |
| * platform/mac/svg/custom/pattern-skew-transformed-expected.png: |
| * platform/mac/svg/custom/pattern-with-transformation-expected.checksum: |
| * platform/mac/svg/custom/pattern-with-transformation-expected.png: |
| * platform/mac/svg/custom/pointer-events-image-expected.checksum: |
| * platform/mac/svg/custom/pointer-events-image-expected.png: |
| * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.checksum: |
| * platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.checksum: |
| * platform/mac/svg/custom/relative-sized-content-with-resources-expected.png: |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.checksum: |
| * platform/mac/svg/custom/relative-sized-inner-svg-expected.png: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.checksum: |
| * platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png: |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.checksum: |
| * platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.checksum: |
| * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.checksum: |
| * platform/mac/svg/custom/shapes-supporting-markers-expected.png: |
| * platform/mac/svg/custom/stroked-pattern-expected.checksum: |
| * platform/mac/svg/custom/stroked-pattern-expected.png: |
| * platform/mac/svg/custom/struct-use-09-b-expected.checksum: |
| * platform/mac/svg/custom/struct-use-09-b-expected.png: |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.checksum: |
| * platform/mac/svg/custom/svg-curve-with-relative-cordinates-expected.png: |
| * platform/mac/svg/custom/svg-fonts-in-html-expected.checksum: |
| * platform/mac/svg/custom/svg-fonts-in-html-expected.png: |
| * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.checksum: |
| * platform/mac/svg/custom/svg-fonts-with-no-element-reference-expected.png: |
| * platform/mac/svg/custom/text-rotated-gradient-expected.checksum: |
| * platform/mac/svg/custom/text-rotated-gradient-expected.png: |
| * platform/mac/svg/custom/tref-update-expected.checksum: |
| * platform/mac/svg/custom/tref-update-expected.png: |
| * platform/mac/svg/custom/use-css-events-expected.checksum: |
| * platform/mac/svg/custom/use-css-events-expected.png: |
| * platform/mac/svg/custom/use-detach-expected.checksum: |
| * platform/mac/svg/custom/use-detach-expected.png: |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.checksum: |
| * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.checksum: |
| * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.png: |
| * platform/mac/svg/custom/width-full-percentage-expected.checksum: |
| * platform/mac/svg/custom/width-full-percentage-expected.png: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0. |
| This is the second chunk. |
| |
| It should pass on modern 64bit machines as well, using tolerance 0.01. |
| |
| * platform/mac/svg/batik/masking/maskRegions-expected.checksum: |
| * platform/mac/svg/batik/masking/maskRegions-expected.png: |
| * platform/mac/svg/batik/text/smallFonts-expected.checksum: |
| * platform/mac/svg/batik/text/smallFonts-expected.png: |
| * platform/mac/svg/batik/text/textAnchor-expected.checksum: |
| * platform/mac/svg/batik/text/textAnchor-expected.png: |
| * platform/mac/svg/batik/text/textEffect-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect-expected.png: |
| * platform/mac/svg/batik/text/textEffect3-expected.checksum: |
| * platform/mac/svg/batik/text/textEffect3-expected.png: |
| * platform/mac/svg/batik/text/textFeatures-expected.checksum: |
| * platform/mac/svg/batik/text/textFeatures-expected.png: |
| * platform/mac/svg/batik/text/textOnPath2-expected.checksum: |
| * platform/mac/svg/batik/text/textOnPath2-expected.png: |
| * platform/mac/svg/batik/text/textOnPath3-expected.checksum: |
| * platform/mac/svg/batik/text/textOnPath3-expected.png: |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: |
| * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: |
| * platform/mac/svg/carto.net/button-expected.checksum: |
| * platform/mac/svg/carto.net/button-expected.png: |
| * platform/mac/svg/carto.net/colourpicker-expected.checksum: |
| * platform/mac/svg/carto.net/colourpicker-expected.png: |
| * platform/mac/svg/carto.net/combobox-expected.checksum: |
| * platform/mac/svg/carto.net/combobox-expected.png: |
| * platform/mac/svg/carto.net/scrollbar-expected.checksum: |
| * platform/mac/svg/carto.net/scrollbar-expected.png: |
| * platform/mac/svg/carto.net/selectionlist-expected.checksum: |
| * platform/mac/svg/carto.net/selectionlist-expected.png: |
| * platform/mac/svg/carto.net/slider-expected.checksum: |
| * platform/mac/svg/carto.net/slider-expected.png: |
| * platform/mac/svg/carto.net/textbox-expected.checksum: |
| * platform/mac/svg/carto.net/textbox-expected.png: |
| * platform/mac/svg/carto.net/window-expected.checksum: |
| * platform/mac/svg/carto.net/window-expected.png: |
| * platform/mac/svg/css/composite-shadow-example-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-example-expected.png: |
| * platform/mac/svg/css/composite-shadow-text-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-text-expected.png: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.png: |
| * platform/mac/svg/css/group-with-shadow-expected.checksum: |
| * platform/mac/svg/css/group-with-shadow-expected.png: |
| * platform/mac/svg/dom/SVGTransformList-basics-expected.checksum: |
| * platform/mac/svg/dom/SVGTransformList-basics-expected.png: |
| * svg/batik/masking/maskRegions.svg: |
| * svg/zoom/page/zoom-mask-with-percentages.svg: |
| |
| 2011-02-16 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Pixel tests differences on 10.6.6 32bit vs. 64bit |
| https://bugs.webkit.org/show_bug.cgi?id=54474 |
| |
| Update SnowLeopard SVG pixel test baseline, generated on a 32bit machine, where it passes with tolerance 0. |
| This is the first chunk of several commits, as one commit is too huge for SVN. |
| |
| It should pass on modern 64bit machines as well, using tolerance 0.01. |
| |
| * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: |
| * platform/mac/svg/batik/masking/maskRegions-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-1-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-2-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-3-expected.txt: |
| * platform/mac/svg/custom/circular-marker-reference-4-expected.txt: |
| * platform/mac/svg/custom/non-circular-marker-reference-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-markers-expected.txt: |
| * platform/mac/svg/custom/stroked-pattern-expected.txt: |
| * platform/mac/svg/custom/text-rotated-gradient-expected.txt: |
| * platform/mac/svg/custom/use-detach-expected.txt: |
| * platform/mac/svg/hixie/links/001-expected.txt: |
| * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt: |
| * platform/mac/svg/text/small-fonts-2-expected.txt: |
| * platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.txt: |
| |
| 2011-02-16 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Adam Roben. |
| |
| media/audio-delete-while-slider-thumb-clicked.html failing on Windows since r78562 |
| https://bugs.webkit.org/show_bug.cgi?id=54502 |
| |
| * media/audio-delete-while-slider-thumb-clicked.html: Avoid deleting the element twice. |
| * platform/win/Skipped: unskip the test. |
| |
| 2011-02-16 Ilya Tikhonovsky <loislo@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: chromium: DRT is crashing on the tests in inspector-enabled folder. |
| https://bugs.webkit.org/show_bug.cgi?id=54548 |
| |
| Bug in chromium DRT implementation was fixed. |
| The tests were enabled. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-16 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, qt and mac rebaseline of test after r78690. |
| |
| * media/controls-without-preload-expected.txt: |
| * platform/qt/media/controls-without-preload-expected.txt: |
| |
| 2011-02-16 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed, rebaseline test after r78690. |
| |
| * media/controls-without-preload-expected.txt: |
| |
| 2011-02-16 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r78655. |
| http://trac.webkit.org/changeset/78655 |
| https://bugs.webkit.org/show_bug.cgi?id=54543 |
| |
| Causes too many test failures in chromium (Requested by |
| mnaganov on #webkit). |
| |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: Removed. |
| * storage/indexeddb/exception-in-event-aborts.html: Removed. |
| * storage/indexeddb/queued-commands-expected.txt: |
| * storage/indexeddb/queued-commands.html: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/request-event-propagation.html: |
| * storage/indexeddb/resources/shared.js: |
| (unexpectedErrorCallback): |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-event-propagation.html: |
| |
| 2011-02-16 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed rebaseline GTK media test result. |
| |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| |
| 2011-02-15 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [GTK] media/controls-without-preload.html is flacky on 32-bits Debug |
| https://bugs.webkit.org/show_bug.cgi?id=50518 |
| |
| Refactored 2 media tests to avoid use of setTimeout and possible |
| flakyness. |
| |
| * media/controls-without-preload.html: |
| * media/video-display-toggle.html: |
| * platform/gtk/Skipped: |
| * platform/gtk/media/controls-without-preload-expected.txt: |
| |
| 2011-02-15 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Martin Robinson. |
| |
| [GStreamer] wrong media duration report in media/controls-after-reload.html |
| https://bugs.webkit.org/show_bug.cgi?id=51602 |
| |
| Refactored some media tests to be less flaky-prone. |
| |
| * media/controls-after-reload.html: Trigger playback just before |
| rendering the controls. |
| * media/video-paint-test.js: Ditto. |
| (init.document.addEventListener.): |
| (init): |
| * media/video-volume-slider.html: Trigger DRT dump after volume |
| was updated. |
| * platform/gtk/Skipped: Unskip fixed tests. |
| * platform/gtk/media/video-controls-rendering-expected.txt: |
| |
| 2011-02-15 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Chromium-Mac-Leopard baseline files for r78677. |
| |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added. |
| * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. |
| |
| 2011-02-15 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Chromium baseline files for a new test of r78677. |
| |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added. |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. |
| * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added. |
| * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added. |
| * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. |
| * platform/chromium-win-xp/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added. |
| |
| 2011-02-15 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [Chromium] Rendering error of spin buttons on layers |
| https://bugs.webkit.org/show_bug.cgi?id=54427 |
| |
| * fast/forms/input-appearance-spinbutton-layer.html: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.checksum: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Added. |
| * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Skip all Hixie SVG performance tests on GTK+. They seem |
| to be timing out on the GTK+ debug bots. |
| |
| * platform/gtk/Skipped: Skip Hixie SVG performance tests. |
| |
| 2011-02-15 Steve Falkenburg <sfalken@apple.com> |
| |
| Skipped crashing test on Windows. |
| Tracked by https://bugs.webkit.org/show_bug.cgi?id=54519 |
| |
| * platform/win/Skipped: Skip fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html |
| |
| 2011-02-15 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Remove line with dupe expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu-linux rebaseline of |
| compositing/geometry/vertical-scroll-composited.html. |
| |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png: |
| |
| 2011-02-15 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| Throwing in an IndexedDB error or success event should lead to the transaction aborting |
| https://bugs.webkit.org/show_bug.cgi?id=54249 |
| |
| * storage/indexeddb/exception-in-event-aborts-expected.txt: Added. |
| * storage/indexeddb/exception-in-event-aborts.html: Added. |
| tests new feature |
| * storage/indexeddb/queued-commands-expected.txt: |
| * storage/indexeddb/queued-commands.html: |
| cleaned up (while debuggign something else) |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/request-event-propagation.html: |
| a few additional tests + cleanup |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-event-propagation.html: |
| a few additional tests + cleanup |
| |
| 2011-02-15 Steve Falkenburg <sfalken@apple.com> |
| |
| Windows-specific results for tests added in r78396. |
| https://bugs.webkit.org/show_bug.cgi?id=54506 |
| |
| * platform/win/fast/inline: Added. |
| * platform/win/fast/inline/inline-box-background-expected.txt: Added. |
| * platform/win/fast/inline/inline-box-background-long-image-expected.txt: Added. |
| * platform/win/fast/inline/inline-box-background-repeat-x-expected.txt: Added. |
| * platform/win/fast/inline/inline-box-background-repeat-y-expected.txt: Added. |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu rebaseline. Rebaseline tests that were unskipped |
| after r78619 as well as some lingering Mac rebaselines. |
| |
| * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/color-matching/image-color-matching-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/abs-position-inside-opacity-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/masks/direct-image-mask-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/overflow/ancestor-overflow-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/repaint/composited-document-element-expected.txt: Added. |
| * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/shadows/shadow-drawing-expected.txt: Added. |
| * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/color-matching/image-color-matching-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/geometry/abs-position-inside-opacity-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/masks/direct-image-mask-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/overflow/overflow-scroll-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/repaint/composited-document-element-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/repaint/opacity-between-absolute2-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/shadows/shadow-drawing-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/text-on-large-layer-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/tiling/constrained-layer-size-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/tiling/constrained-layer-size-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/transitions/scale-transition-no-start-expected.png: Added. |
| * platform/chromium-gpu-mac/compositing/z-order/negative-z-index-expected.checksum: Added. |
| * platform/chromium-gpu-mac/compositing/z-order/negative-z-index-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/color-matching/image-color-matching-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/geometry/abs-position-inside-opacity-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/masks/direct-image-mask-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/overflow/ancestor-overflow-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/repaint/composited-document-element-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/shadows/shadow-drawing-expected.txt: Added. |
| * platform/chromium-gpu-win/compositing/tiling/constrained-layer-size-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/tiling/constrained-layer-size-expected.png: Added. |
| * platform/chromium-gpu-win/compositing/z-order/negative-z-index-expected.checksum: Added. |
| * platform/chromium-gpu-win/compositing/z-order/negative-z-index-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| requestAnimationFrame callbacks should not fire within a modal dialog |
| https://bugs.webkit.org/show_bug.cgi?id=53188 |
| |
| Tests that requestAnimationFrame callbacks are suspended while a modal |
| dialog is showing. |
| |
| * fast/animation/request-animation-frame-during-modal-expected.txt: Added. |
| * fast/animation/request-animation-frame-during-modal.html: Added. |
| |
| 2011-02-15 Benjamin Kalman <kalman@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Clean up results for editing/selection/extend-selection-home-end layout test |
| https://bugs.webkit.org/show_bug.cgi?id=54508 |
| |
| Line up results in columns, remove unused pixel test results from qt. |
| |
| * editing/selection/extend-selection-home-end-expected.txt: |
| * editing/selection/extend-selection-home-end.html: |
| * platform/mac/editing/selection/extend-selection-home-end-expected.txt: |
| * platform/qt/editing/selection/extend-selection-home-end-expected.checksum: Removed. |
| * platform/qt/editing/selection/extend-selection-home-end-expected.png: Removed. |
| * platform/win/editing/selection/extend-selection-home-end-expected.txt: |
| |
| 2011-02-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| XSLT with output method HTML and images crashes in debug mode |
| https://bugs.webkit.org/show_bug.cgi?id=54462 |
| |
| Test that we don't try to prepare to stop twice when pasing HTML |
| generated from an XSLT. |
| |
| * fast/parser/resources/xslt-with-html.xsl: Added. |
| * fast/parser/xslt-with-html-expected.txt: Added. |
| * fast/parser/xslt-with-html.xml: Added. |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Rebaseline some GTK+ tests which have different results on the bots. |
| Skip a test which appears to be timing out intermittently. |
| |
| * platform/gtk/Skipped: Skip a test which has been timing out. |
| * platform/gtk/svg/custom/use-nested-transform-expected.txt: |
| * platform/gtk/svg/hixie/perf/001-expected.txt: |
| * platform/gtk/svg/hixie/perf/002-expected.txt: |
| * platform/gtk/svg/hixie/perf/007-expected.txt: |
| |
| 2011-02-15 Jia Pu <jpu@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Autocorrection should respect undo. |
| https://bugs.webkit.org/show_bug.cgi?id=52221 |
| <rdar://problem/8663399> |
| |
| Rebaselined tests affected by code change. |
| |
| * platform/mac/editing/spelling/autocorrection-contraction-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-delete-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-removing-underline-after-paste-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-removing-underline-expected.txt: |
| * platform/mac/editing/spelling/autocorrection-simple-expected.txt: |
| * platform/mac/editing/spelling/delete-autocorrected-word-1-expected.txt: |
| |
| 2011-02-15 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40147 |
| https://bugs.webkit.org/show_bug.cgi?id=48029 |
| https://bugs.webkit.org/show_bug.cgi?id=53740 |
| https://bugs.webkit.org/show_bug.cgi?id=54387 |
| https://bugs.webkit.org/show_bug.cgi?id=54418 |
| https://bugs.webkit.org/show_bug.cgi?id=54499 |
| Remove a couple erroneously-added baselines, unmark some now-passing |
| tests, bug numbers, etc. |
| |
| * platform/chromium-linux/http/tests/xmlhttprequest: Removed. |
| * platform/chromium-linux/http/tests/xmlhttprequest/cache-override-expected.txt: Removed. |
| * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Removed. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Steve Falkenburg <sfalken@apple.com> |
| |
| Add media/audio-delete-while-slider-thumb-clicked.html to Windows skipped list. |
| Failing since r78562. |
| |
| * platform/win/Skipped: |
| |
| 2011-02-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; new baselines for canvas GPU tests. |
| |
| Rebaseline for slight pixel differences on windows. |
| |
| * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.checksum: |
| * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png: |
| * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.checksum: |
| * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu expectations update. Update expectations after |
| tests that were unskipped by r78619 started to be run again. Most of |
| them don't time out anymore, instead they have image and/or text diffs. |
| |
| Also remove flaky expectations for fast/canvas/shadow-offset-*.html, |
| since they pass consistently now that the bug on the Chromium/V8 side |
| (http://crbug.com/67732) has been fixed. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by James Robinson. |
| |
| [chromium] Mark fast/canvas/canvas-strokeRect.html as passing on the GPU path. |
| https://bugs.webkit.org/show_bug.cgi?id=54497 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu expectations update. |
| compositing/reflections/animation-inside-reflection.html and |
| compositing/reflections/nested-reflection-animated.html are flaky on |
| Linux too. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Darin Fisher. |
| |
| Allow controlling minimum DOMTimer interval on a per-page basis |
| https://bugs.webkit.org/show_bug.cgi?id=54312 |
| |
| * fast/dom/timer-increase-min-interval-and-reset-part-1-expected.txt: Added. |
| * fast/dom/timer-increase-min-interval-and-reset-part-1.html: Added. |
| * fast/dom/timer-increase-min-interval-and-reset-part-2-expected.txt: Added. |
| * fast/dom/timer-increase-min-interval-and-reset-part-2.html: Added. |
| - Chained tests (the assumption is that the run-webkit-tests |
| harness will run them sequentially, which is a reasonably good |
| assumption) which verify that the minimum timer interval is |
| reset between tests. |
| * fast/dom/timer-increase-min-interval-expected.txt: Added. |
| * fast/dom/timer-increase-min-interval.html: Added. |
| - Verifies that increasing the minimum timer interval causes |
| fast timers to run slowly. |
| * fast/dom/timer-increase-then-decrease-min-interval-expected.txt: Added. |
| * fast/dom/timer-increase-then-decrease-min-interval.html: Added. |
| - Verifies that decreasing the minimum timer interval causes |
| previously slowed-down timers to be reevaluated immediately. |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu baseline update. Unskip some tests that fail; |
| we want to keep running them in case they regress in unexpected ways |
| (e.g. they start to crash). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [Freetype] Better map CSS font weight to Fontconfig font weight |
| https://bugs.webkit.org/show_bug.cgi?id=54323 |
| |
| Update the results of this test, which is now passing. Also update results for |
| all other tests which have different results now. |
| |
| * platform/gtk/fast/css/font-weight-1-expected.checksum: |
| * platform/gtk/fast/css/font-weight-1-expected.png: |
| * platform/gtk/fast/css/font-weight-1-expected.txt: |
| |
| 2011-02-15 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu-linux rebaseline. Check in correct expectations |
| which should allow us to remove the PASS FAIL line for compositing/ for |
| this platform. |
| |
| * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/direct-image-compositing-expected.png: |
| * platform/chromium-gpu-linux/compositing/generated-content-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/generated-content-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/composited-html-size-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/geometry/fixed-position-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/geometry/horizontal-scroll-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/layer-due-to-layer-children-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/geometry/vertical-scroll-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/masks/masked-ancestor-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/masks/simple-composited-mask-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/overflow/fixed-position-ancestor-clip-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/animation-inside-reflection-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/compositing-change-inside-reflection-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/deeply-nested-reflections-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/masked-reflection-on-composited-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-animated-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-mask-change-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-on-overflow-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-opacity-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-size-change-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transformed2-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/nested-reflection-transition-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-in-composited-expected.png: |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-on-composited-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-ordering-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/reflection-positioning2-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/simple-composited-reflections-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/reflections/transform-inside-reflection-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.checksum: |
| * platform/chromium-gpu-linux/compositing/sibling-positioning-expected.png: |
| * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/transitions/scale-transition-no-start-expected.png: Added. |
| * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.checksum: Added. |
| * platform/chromium-gpu-linux/compositing/webgl/webgl-reflection-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Tony Chang <tony@chromium.org> |
| |
| Rebaseline chromium-linux tests with menulists (select drop downs). |
| We now match Windows w.r.t. sizes, the only difference is the |
| background color of the menulist (in themeChromiumLinux.css). |
| |
| * platform/chromium-linux/editing/pasteboard/4641033-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/4641033-expected.png: |
| * platform/chromium-linux/editing/pasteboard/4641033-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/4944770-1-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/4944770-1-expected.png: |
| * platform/chromium-linux/editing/pasteboard/4944770-1-expected.txt: |
| * platform/chromium-linux/editing/pasteboard/4944770-2-expected.checksum: |
| * platform/chromium-linux/editing/pasteboard/4944770-2-expected.png: |
| * platform/chromium-linux/editing/pasteboard/4944770-2-expected.txt: |
| * platform/chromium-linux/editing/selection/caret-before-select-expected.checksum: |
| * platform/chromium-linux/editing/selection/caret-before-select-expected.png: |
| * platform/chromium-linux/editing/selection/caret-before-select-expected.txt: |
| * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.checksum: |
| * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.png: |
| * platform/chromium-linux/editing/selection/replaced-boundaries-3-expected.txt: |
| * platform/chromium-linux/editing/selection/select-box-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-box-expected.png: |
| * platform/chromium-linux/editing/selection/select-box-expected.txt: |
| * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.checksum: |
| * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.png: |
| * platform/chromium-linux/editing/selection/select-element-paragraph-boundary-expected.txt: |
| * platform/chromium-linux/fast/block/float/float-avoidance-expected.checksum: |
| * platform/chromium-linux/fast/block/float/float-avoidance-expected.png: |
| * platform/chromium-linux/fast/block/float/float-avoidance-expected.txt: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.checksum: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.png: |
| * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt: |
| * platform/chromium-linux/fast/forms/003-expected.checksum: |
| * platform/chromium-linux/fast/forms/003-expected.png: |
| * platform/chromium-linux/fast/forms/003-expected.txt: |
| * platform/chromium-linux/fast/forms/004-expected.checksum: |
| * platform/chromium-linux/fast/forms/004-expected.png: |
| * platform/chromium-linux/fast/forms/004-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label01-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label02-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label03-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label04-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label06-expected.txt: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.checksum: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.png: |
| * platform/chromium-linux/fast/forms/HTMLOptionElement_label07-expected.txt: |
| * platform/chromium-linux/fast/forms/basic-selects-expected.checksum: |
| * platform/chromium-linux/fast/forms/basic-selects-expected.png: |
| * platform/chromium-linux/fast/forms/basic-selects-expected.txt: |
| * platform/chromium-linux/fast/forms/control-clip-overflow-expected.checksum: |
| * platform/chromium-linux/fast/forms/control-clip-overflow-expected.png: |
| * platform/chromium-linux/fast/forms/control-clip-overflow-expected.txt: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.png: |
| * platform/chromium-linux/fast/forms/control-restrict-line-height-expected.txt: |
| * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.checksum: |
| * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.png: |
| * platform/chromium-linux/fast/forms/disabled-select-change-index-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-clip-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-clip-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-clip-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-deselect-update-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-narrow-width-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-no-overflow-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-option-wrap-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-restrict-line-height-expected.txt: Removed. |
| * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-separator-painting-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-style-color-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-style-color-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-style-color-expected.txt: |
| * platform/chromium-linux/fast/forms/menulist-width-change-expected.checksum: |
| * platform/chromium-linux/fast/forms/menulist-width-change-expected.png: |
| * platform/chromium-linux/fast/forms/menulist-width-change-expected.txt: |
| * platform/chromium-linux/fast/forms/option-script-expected.checksum: |
| * platform/chromium-linux/fast/forms/option-script-expected.png: |
| * platform/chromium-linux/fast/forms/option-script-expected.txt: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.checksum: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.png: |
| * platform/chromium-linux/fast/forms/option-strip-whitespace-expected.txt: |
| * platform/chromium-linux/fast/forms/option-text-clip-expected.checksum: |
| * platform/chromium-linux/fast/forms/option-text-clip-expected.png: |
| * platform/chromium-linux/fast/forms/option-text-clip-expected.txt: |
| * platform/chromium-linux/fast/forms/select-align-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-align-expected.png: |
| * platform/chromium-linux/fast/forms/select-align-expected.txt: |
| * platform/chromium-linux/fast/forms/select-baseline-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-baseline-expected.png: |
| * platform/chromium-linux/fast/forms/select-baseline-expected.txt: |
| * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png: |
| * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.txt: |
| * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.png: |
| * platform/chromium-linux/fast/forms/select-disabled-appearance-expected.txt: |
| * platform/chromium-linux/fast/forms/select-empty-option-height-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-empty-option-height-expected.png: |
| * platform/chromium-linux/fast/forms/select-empty-option-height-expected.txt: |
| * platform/chromium-linux/fast/forms/select-selected-expected.checksum: |
| * platform/chromium-linux/fast/forms/select-selected-expected.png: |
| * platform/chromium-linux/fast/forms/select-selected-expected.txt: |
| * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.checksum: |
| * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.png: |
| * platform/chromium-linux/fast/forms/stuff-on-my-optgroup-expected.txt: |
| * platform/chromium-linux/fast/html/keygen-expected.checksum: |
| * platform/chromium-linux/fast/html/keygen-expected.png: |
| * platform/chromium-linux/fast/html/keygen-expected.txt: |
| * platform/chromium-linux/fast/invalid/014-expected.checksum: |
| * platform/chromium-linux/fast/invalid/014-expected.png: |
| * platform/chromium-linux/fast/invalid/014-expected.txt: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.checksum: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.png: |
| * platform/chromium-linux/fast/invalid/residual-style-expected.txt: |
| * platform/chromium-linux/fast/parser/document-write-option-expected.checksum: |
| * platform/chromium-linux/fast/parser/document-write-option-expected.png: |
| * platform/chromium-linux/fast/parser/document-write-option-expected.txt: |
| * platform/chromium-linux/fast/repaint/control-clip-expected.checksum: |
| * platform/chromium-linux/fast/repaint/control-clip-expected.png: |
| * platform/chromium-linux/fast/repaint/control-clip-expected.txt: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.checksum: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.checksum: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.png: |
| * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt: |
| * platform/chromium-linux/fast/replaced/three-selects-break-expected.checksum: |
| * platform/chromium-linux/fast/replaced/three-selects-break-expected.png: |
| * platform/chromium-linux/fast/replaced/three-selects-break-expected.txt: |
| * platform/chromium-linux/fast/text/international/bidi-menulist-expected.checksum: |
| * platform/chromium-linux/fast/text/international/bidi-menulist-expected.png: |
| * platform/chromium-linux/fast/text/international/bidi-menulist-expected.txt: |
| * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.checksum: |
| * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: |
| * platform/chromium-linux/fast/text/international/pop-up-button-text-alignment-and-direction-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug29326-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug33855-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.png: |
| * platform/chromium-linux/tables/mozilla/bugs/bug96334-expected.txt: |
| * platform/chromium-linux/tables/mozilla/core/margins-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/core/margins-expected.png: |
| * platform/chromium-linux/tables/mozilla/core/margins-expected.txt: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.checksum: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.png: |
| * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: |
| * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: |
| * platform/chromium-linux/transforms/2d/zoom-menulist-expected.checksum: |
| * platform/chromium-linux/transforms/2d/zoom-menulist-expected.png: |
| * platform/chromium-linux/transforms/2d/zoom-menulist-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Reversing an expectations update, that I mistakenly uploaded in r78595. |
| |
| * platform/gtk/Skipped: Skip this test, as the results are incorrect on GTK+. |
| * svg/text/lengthAdjust-text-metrics-expected.txt: Restore expectations for this test. |
| |
| 2011-02-15 Steve Falkenburg <sfalken@apple.com> |
| |
| Skip failing tests being tracked by https://bugs.webkit.org/show_bug.cgi?id=54490 |
| |
| * platform/win/Skipped: |
| |
| 2011-02-15 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; new Chromium/Linux test baselines. |
| |
| canvas-composite.html rebaselined due to new GPU-based path drawing code. |
| canvas-text-alignment and image-object-in-canvas rebaselined due to slight pixel differences near the scrollbar. |
| |
| * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.checksum: |
| * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png: |
| * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.checksum: |
| * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: |
| * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.checksum: |
| * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Import the last set of GTK+ baselines for SVG tests. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. Classify failures. |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Add the next batch of GTK+ SVG results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-15 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r78579. |
| http://trac.webkit.org/changeset/78579 |
| https://bugs.webkit.org/show_bug.cgi?id=54479 |
| |
| Undo wrong rebaseline for Gtk results (Requested by msanchez |
| on #webkit). |
| |
| * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Import the next batch of GTK+ SVG test results and correct an incorrect |
| line in the skipped list. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: expectations update for r78548 and r78576. |
| |
| * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Removed. |
| * platform/qt/Skipped: |
| |
| 2011-02-15 Martin Robinson <mrobinson@igalia.com> |
| |
| Continue importing GTK+ SVG test results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: test whether inspector gets populated with databases and storages upon opening. |
| https://bugs.webkit.org/show_bug.cgi?id=54469 |
| |
| * http/tests/inspector-enabled/database-open-expected.txt: Added. |
| * http/tests/inspector-enabled/database-open.html: Added. |
| * http/tests/inspector-enabled/dom-storage-open-expected.txt: Added. |
| * http/tests/inspector-enabled/dom-storage-open.html: Added. |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, rebaseline of Gtk result. |
| |
| * platform/gtk/fast/block/float/marquee-shrink-to-avoid-floats-expected.txt: |
| |
| 2011-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: implement DOM agent tests. |
| https://bugs.webkit.org/show_bug.cgi?id=54459 |
| |
| * http/tests/inspector/elements-test.js: |
| (initialize_ElementTest.InspectorTest.expandedNodeWithId.callback): |
| (initialize_ElementTest.InspectorTest.expandedNodeWithId): |
| (initialize_ElementTest.InspectorTest.dumpElementsTree): |
| (initialize_ElementTest.InspectorTest.dumpElementsTree.print): |
| (initialize_ElementTest.InspectorTest.expandElementsTree): |
| (initialize_ElementTest.InspectorTest.expandElementsTree.mycallback): |
| (initialize_ElementTest.InspectorTest.dumpDOMAgentTree): |
| (initialize_ElementTest): |
| * http/tests/inspector/extensions-resources-redirect-expected.txt: |
| * http/tests/inspector/inspector-test.js: |
| (initialize_InspectorTest.InspectorTest.addResult.clearResults): |
| (initialize_InspectorTest.InspectorTest.runTestSuite.runner): |
| (initialize_InspectorTest.InspectorTest.runTestSuite): |
| (output): |
| (clearOutput): |
| * inspector/debugger/dom-breakpoints.html: |
| * inspector/elements/elements-panel-limited-children-expected.txt: |
| * inspector/elements/elements-panel-rewrite-href.html: |
| * inspector/elements/elements-panel-structure-expected.txt: |
| * inspector/elements/elements-panel-structure.html: |
| * inspector/elements/elements-panel-xhtml-structure-expected.txt: |
| * inspector/elements/elements-panel-xhtml-structure.xhtml: |
| * inspector/elements/insert-node-collapsed-expected.txt: Added. |
| * inspector/elements/insert-node-collapsed.html: Added. |
| * inspector/elements/insert-node-expected.txt: Added. |
| * inspector/elements/insert-node.html: Added. |
| * inspector/elements/modify-chardata-expected.txt: Added. |
| * inspector/elements/modify-chardata.html: Added. |
| * inspector/elements/mutate-unknown-node-expected.txt: Added. |
| * inspector/elements/mutate-unknown-node.html: Added. |
| * inspector/elements/remove-node-expected.txt: Added. |
| * inspector/elements/remove-node.html: Added. |
| * inspector/elements/set-attribute.html: Added. |
| * inspector/extensions/extensions-expected.txt: |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, test crashing because of failing ASSERT on GTK 64-bit debug bot. |
| |
| [GTK] svg/text/select-textLength-spacing-squeeze-1.svg crashes due to ASSERT failing |
| https://bugs.webkit.org/show_bug.cgi?id=54470 |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-02-15 Zan Dobersek <zandobersek@gmail.com> |
| |
| Reviewed by Andreas Kling. |
| |
| [Gtk] Cleanup in the canvas tests |
| https://bugs.webkit.org/show_bug.cgi?id=54458 |
| |
| Unskip canvas tests that already pass. |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-15 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Sketch script-src for Content Security Policy |
| https://bugs.webkit.org/show_bug.cgi?id=54381 |
| |
| * http/tests/security/contentSecurityPolicy/script-loads-with-img-src-expected.txt: Added. |
| * http/tests/security/contentSecurityPolicy/script-loads-with-img-src.html: Added. |
| - Test that we don't block scripts when the policy is just img-src. |
| * http/tests/security/contentSecurityPolicy/script-src-in-iframe.html: |
| * http/tests/security/contentSecurityPolicy/script-src-none.html: |
| * http/tests/security/contentSecurityPolicy/script-src-redirect.html: |
| - Turns out we need to escape the ; character in order for it to be |
| echoed back correctly in the header. |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping flaky test on GTK 64-bit debug bot. |
| |
| editing/selection/end-of-document.html is failing in the GTK 64-bit debug bot |
| https://bugs.webkit.org/show_bug.cgi?id=53995 |
| |
| * platform/gtk/Skipped: Skipped flaky test. |
| |
| 2011-02-15 Benjamin Kalman <kalman@chromium.org> |
| |
| Reviewed by Ryosuke Niwa. |
| |
| Refactor the extend-selection tests to be clearer what they're doing |
| https://bugs.webkit.org/show_bug.cgi?id=54429 |
| |
| This is essentially a cleanup to extend-selection.js and propagation of those changes to the affected tests. |
| |
| * editing/selection/extend-selection-character.html: |
| * editing/selection/extend-selection-enclosing-block.html: |
| * editing/selection/extend-selection-home-end.html: |
| * editing/selection/extend-selection-word.html: |
| * editing/selection/resources/extend-selection.js: |
| (getSerializedSelection): |
| (extendSelectionWithinBlock): |
| (extendSelectionToEnd): |
| (fold): |
| (logMismatchingPositions): |
| (extendAndLogSelection): |
| (extendAndLogSelectionWithinBlock): |
| (extendAndLogSelectionToEnd): |
| (runSelectionTestsWithGranularity): |
| (getTestNodeContainer): |
| (createNode): |
| (createCharAndWordNodes): |
| (createEnclosingBlockNodes): |
| (createHomeEndNodes): |
| (createAllNodes): |
| (.window.onload): |
| |
| 2011-02-15 Philippe Normand <pnormand@igalia.com> |
| |
| Reviewed by Eric Carlson. |
| |
| [GTK] media/audio-delete-while-slider-thumb-clicked.html is flaky |
| https://bugs.webkit.org/show_bug.cgi?id=53247 |
| |
| Refactored the test to use the seeking event instead of timeupdate |
| and avoid flakyness. |
| |
| * media/audio-delete-while-slider-thumb-clicked-expected.txt: |
| * media/audio-delete-while-slider-thumb-clicked.html: |
| * platform/gtk/Skipped: |
| |
| 2011-02-15 Dirk Schulze <krit@webkit.org> |
| |
| Unreviewed rebaseline. |
| |
| SVG animation doesn't support attribute value 'inherit' |
| https://bugs.webkit.org/show_bug.cgi?id=54410 |
| |
| Rebaseline of Gtk result. |
| |
| * platform/gtk/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| |
| 2011-02-15 Dirk Schulze <krit@webkit.org> |
| |
| Rubber-stamped by Nikolas Zimmermann. |
| |
| SVG animation doesn't support attribute value 'inherit' |
| https://bugs.webkit.org/show_bug.cgi?id=54410 |
| |
| We have support for 'inherit' in SVG animations now. This means the cyan circles |
| are invisible at the beginning. |
| The test itself is still broken, since calcMode gets handled incorrectly. |
| |
| * platform/mac-wk2/Skipped: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, unskip passing test after r78541. |
| |
| r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html |
| https://bugs.webkit.org/show_bug.cgi?id=54418 |
| |
| * platform/gtk/Skipped: Unskip passing test. |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, GTK baselines for 4 new tests added in r78396. |
| |
| * platform/gtk/fast/inline/inline-box-background-expected.checksum: Added. |
| * platform/gtk/fast/inline/inline-box-background-expected.png: Added. |
| * platform/gtk/fast/inline/inline-box-background-expected.txt: Added. |
| * platform/gtk/fast/inline/inline-box-background-long-image-expected.checksum: Added. |
| * platform/gtk/fast/inline/inline-box-background-long-image-expected.png: Added. |
| * platform/gtk/fast/inline/inline-box-background-long-image-expected.txt: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.png: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-x-expected.txt: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.png: Added. |
| * platform/gtk/fast/inline/inline-box-background-repeat-y-expected.txt: Added. |
| |
| 2011-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: update inspector expectation path for mac-leopard. |
| |
| * platform/mac-leopard/inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/platform/mac-leopard/inspector/extensions-resources-expected.txt. |
| |
| 2011-02-15 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG animation doesn't support attribute value 'inherit' |
| https://bugs.webkit.org/show_bug.cgi?id=54410 |
| |
| Check support for 'inherit' and 'currentColor' on SVG animations. |
| |
| * svg/animations/animate-currentColor-expected.txt: Added. |
| * svg/animations/animate-currentColor.html: Added. |
| * svg/animations/animate-inherit-css-property-expected.txt: Added. |
| * svg/animations/animate-inherit-css-property.html: Added. |
| * svg/animations/script-tests/animate-currentColor.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| * svg/animations/script-tests/animate-inherit-css-property.js: Added. |
| (sample1): |
| (sample2): |
| (sample3): |
| (executeTest): |
| |
| 2011-02-15 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: inspector tests expectations update. |
| |
| * platform/chromium/inspector/console/console-format-collections-expected.txt: |
| * platform/mac-wk2/Skipped: |
| * platform/qt/Skipped: |
| |
| 2011-02-15 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Unreviewed, skipping test timing out on SnowLeopard, GTK and Chromium bots. |
| |
| r78499 causes assertion failure in http/tests/xmlhttprequest/cache-override.html |
| https://bugs.webkit.org/show_bug.cgi?id=54418 |
| |
| * platform/gtk/Skipped: Skipped test. |
| |
| 2011-02-15 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt]REGRESSION?(78477): inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html fail |
| https://bugs.webkit.org/show_bug.cgi?id=54442 |
| |
| * platform/qt/Skipped: inspector/timeline-network-resource.html and inspector/timeline-script-tag-1.html added until fix. |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: move rest of the tests off old harness. |
| https://bugs.webkit.org/show_bug.cgi?id=54437 |
| |
| * http/tests/inspector-enabled/console-log-before-frame-navigation.html: |
| * http/tests/inspector/change-iframe-src-expected.txt: |
| * http/tests/inspector/change-iframe-src.html: |
| * http/tests/inspector/console-resource-errors.html: |
| * http/tests/inspector/console-websocket-error.html: |
| * http/tests/inspector/console-xhr-logging.html: |
| * http/tests/inspector/extensions-headers.html: |
| * http/tests/inspector/extensions-resources-redirect-expected.txt: |
| * http/tests/inspector/extensions-resources-redirect.html: |
| * http/tests/inspector/extensions-test.js: |
| * http/tests/inspector/inspect-iframe-from-different-domain-expected.txt: |
| * http/tests/inspector/inspect-iframe-from-different-domain.html: |
| * http/tests/inspector/inspector-test.js: |
| * http/tests/inspector/inspector-test2.js: Removed. |
| * http/tests/inspector/network-preflight-options.html: |
| * http/tests/inspector/resource-har-conversion-expected.txt: |
| * http/tests/inspector/resource-har-conversion.html: |
| * http/tests/inspector/resource-parameters.html: |
| * http/tests/inspector/resources/extension-main.html: |
| * http/tests/inspector/resources/iframe-from-different-domain-data.html: |
| * inspector/audits/audits-panel-functional-expected.txt: Renamed from LayoutTests/inspector/audits-panel-functional-expected.txt. |
| * inspector/audits/audits-panel-functional.html: Renamed from LayoutTests/inspector/audits-panel-functional.html. |
| * inspector/audits/audits-test.js: Renamed from LayoutTests/inspector/audits-tests2.js. |
| * inspector/audits/resources/Ahem.ttf: Copied from LayoutTests/inspector/resources/Ahem.ttf. |
| * inspector/audits/resources/abe.png: Copied from LayoutTests/inspector/resources/abe.png. |
| * inspector/audits/resources/audits-script1.js: Renamed from LayoutTests/inspector/resources/audits-script1.js. |
| * inspector/audits/resources/audits-script2.js: Renamed from LayoutTests/inspector/resources/audits-script2.js. |
| * inspector/audits/resources/audits-style1.css: Copied from LayoutTests/inspector/resources/audits-style1.css. |
| * inspector/console/command-line-api-expected.txt: Renamed from LayoutTests/inspector/command-line-api-expected.txt. |
| * inspector/console/command-line-api.html: Renamed from LayoutTests/inspector/command-line-api.html. |
| * inspector/console/console-api-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/console-api-on-call-frame-expected.txt. |
| * inspector/console/console-api-on-call-frame.html: Renamed from LayoutTests/inspector/console-api-on-call-frame.html. |
| * inspector/console/console-assert-expected.txt: Renamed from LayoutTests/inspector/console-assert-expected.txt. |
| * inspector/console/console-assert.html: Renamed from LayoutTests/inspector/console-assert.html. |
| * inspector/console/console-clear-expected.txt: Renamed from LayoutTests/inspector/console-clear-expected.txt. |
| * inspector/console/console-clear.html: Renamed from LayoutTests/inspector/console-clear.html. |
| * inspector/console/console-command-clear-expected.txt: Renamed from LayoutTests/inspector/console-command-clear-expected.txt. |
| * inspector/console/console-command-clear.html: Renamed from LayoutTests/inspector/console-command-clear.html. |
| * inspector/console/console-dir-expected.txt: Renamed from LayoutTests/inspector/console-dir-expected.txt. |
| * inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/inspector/console-dir-global-expected.txt. |
| * inspector/console/console-dir-global.html: Renamed from LayoutTests/inspector/console-dir-global.html. |
| * inspector/console/console-dir.html: Renamed from LayoutTests/inspector/console-dir.html. |
| * inspector/console/console-dirxml-expected.txt: Renamed from LayoutTests/inspector/console-dirxml-expected.txt. |
| * inspector/console/console-dirxml.html: Renamed from LayoutTests/inspector/console-dirxml.html. |
| * inspector/console/console-eval-expected.txt: Renamed from LayoutTests/inspector/console-eval-expected.txt. |
| * inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/inspector/console-eval-global-expected.txt. |
| * inspector/console/console-eval-global.html: Renamed from LayoutTests/inspector/console-eval-global.html. |
| * inspector/console/console-eval.html: Renamed from LayoutTests/inspector/console-eval.html. |
| * inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/inspector/console-format-collections-expected.txt. |
| * inspector/console/console-format-collections.html: Renamed from LayoutTests/inspector/console-format-collections.html. |
| * inspector/console/console-format-expected.txt: Renamed from LayoutTests/inspector/console-format-expected.txt. |
| * inspector/console/console-format.html: Renamed from LayoutTests/inspector/console-format.html. |
| * inspector/console/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt. |
| * inspector/console/console-log-before-inspector-open.html: Renamed from LayoutTests/inspector/console-log-before-inspector-open.html. |
| * inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/inspector/console-log-native-funcs-expected.txt. |
| * inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/inspector/console-log-syntax-error-expected.txt. |
| * inspector/console/console-log-syntax-error.html: Renamed from LayoutTests/inspector/console-log-syntax-error.html. |
| * inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/inspector/console-object-constructor-name-expected.txt. |
| * inspector/console/console-object-constructor-name.html: Renamed from LayoutTests/inspector/console-object-constructor-name.html. |
| * inspector/console/console-substituted-expected.txt: Renamed from LayoutTests/inspector/console-substituted-expected.txt. |
| * inspector/console/console-substituted.html: Renamed from LayoutTests/inspector/console-substituted.html. |
| * inspector/console/console-tests-expected.txt: Renamed from LayoutTests/inspector/console-tests-expected.txt. |
| * inspector/console/console-tests.html: Renamed from LayoutTests/inspector/console-tests.html. |
| * inspector/console/console-trace-expected.txt: Renamed from LayoutTests/inspector/console-trace-expected.txt. |
| * inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-trace-in-eval-expected.txt. |
| * inspector/console/console-trace-in-eval.html: Renamed from LayoutTests/inspector/console-trace-in-eval.html. |
| * inspector/console/console-trace.html: Renamed from LayoutTests/inspector/console-trace.html. |
| * inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-expected.txt. |
| * inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval-expected.txt. |
| * inspector/console/console-uncaught-exception-in-eval.html: Renamed from LayoutTests/inspector/console-uncaught-exception-in-eval.html. |
| * inspector/console/console-uncaught-exception.html: Renamed from LayoutTests/inspector/console-uncaught-exception.html. |
| * inspector/console/resources/syntax-error.js: Copied from LayoutTests/inspector/resources/syntax-error.js. |
| * inspector/cookie-parser.html: |
| * inspector/cookie-resource-match.html: |
| * inspector/cpu-profiler-profiling.html: |
| * inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error-expected.txt. |
| * inspector/debugger/debugger-autocontinue-on-syntax-error.html: Renamed from LayoutTests/inspector/debugger-autocontinue-on-syntax-error.html. |
| * inspector/debugger/debugger-breakpoints-not-activated-on-reload-expected.txt: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload-expected.txt. |
| * inspector/debugger/debugger-breakpoints-not-activated-on-reload.html: Renamed from LayoutTests/inspector/debugger-breakpoints-not-activated-on-reload.html. |
| * inspector/debugger/debugger-cyclic-ref-expected.txt: Renamed from LayoutTests/inspector/debugger-cyclic-ref-expected.txt. |
| * inspector/debugger/debugger-cyclic-ref.html: Renamed from LayoutTests/inspector/debugger-cyclic-ref.html. |
| * inspector/debugger/debugger-eval-on-call-frame-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame-expected.txt. |
| * inspector/debugger/debugger-eval-on-call-frame.html: Renamed from LayoutTests/inspector/debugger-eval-on-call-frame.html. |
| * inspector/debugger/debugger-eval-while-paused-expected.txt: Renamed from LayoutTests/inspector/debugger-eval-while-paused-expected.txt. |
| * inspector/debugger/debugger-eval-while-paused.html: Renamed from LayoutTests/inspector/debugger-eval-while-paused.html. |
| * inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/inspector/debugger-expand-scope-expected.txt. |
| * inspector/debugger/debugger-expand-scope.html: Renamed from LayoutTests/inspector/debugger-expand-scope.html. |
| * inspector/debugger/debugger-no-nested-pause-expected.txt: Renamed from LayoutTests/inspector/debugger-no-nested-pause-expected.txt. |
| * inspector/debugger/debugger-no-nested-pause.html: Renamed from LayoutTests/inspector/debugger-no-nested-pause.html. |
| * inspector/debugger/debugger-pause-in-eval-script-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script-expected.txt. |
| * inspector/debugger/debugger-pause-in-eval-script.html: Renamed from LayoutTests/inspector/debugger-pause-in-eval-script.html. |
| * inspector/debugger/debugger-pause-on-breakpoint-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint-expected.txt. |
| * inspector/debugger/debugger-pause-on-breakpoint.html: Renamed from LayoutTests/inspector/debugger-pause-on-breakpoint.html. |
| * inspector/debugger/debugger-pause-on-debugger-statement-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement-expected.txt. |
| * inspector/debugger/debugger-pause-on-debugger-statement.html: Renamed from LayoutTests/inspector/debugger-pause-on-debugger-statement.html. |
| * inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/inspector/debugger-pause-on-exception-expected.txt. |
| * inspector/debugger/debugger-pause-on-exception.html: Renamed from LayoutTests/inspector/debugger-pause-on-exception.html. |
| * inspector/debugger/debugger-proto-property-expected.txt: Renamed from LayoutTests/inspector/debugger-proto-property-expected.txt. |
| * inspector/debugger/debugger-proto-property.html: Renamed from LayoutTests/inspector/debugger-proto-property.html. |
| * inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/inspector/debugger-scripts-expected.txt. |
| * inspector/debugger/debugger-scripts.html: Renamed from LayoutTests/inspector/debugger-scripts.html. |
| * inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/inspector/debugger-step-in-expected.txt. |
| * inspector/debugger/debugger-step-in.html: Renamed from LayoutTests/inspector/debugger-step-in.html. |
| * inspector/debugger/debugger-step-out-expected.txt: Renamed from LayoutTests/inspector/debugger-step-out-expected.txt. |
| * inspector/debugger/debugger-step-out.html: Renamed from LayoutTests/inspector/debugger-step-out.html. |
| * inspector/debugger/debugger-step-over-expected.txt: Renamed from LayoutTests/inspector/debugger-step-over-expected.txt. |
| * inspector/debugger/debugger-step-over.html: Renamed from LayoutTests/inspector/debugger-step-over.html. |
| * inspector/debugger/debugger-suspend-active-dom-objects-expected.txt: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects-expected.txt. |
| * inspector/debugger/debugger-suspend-active-dom-objects.html: Renamed from LayoutTests/inspector/debugger-suspend-active-dom-objects.html. |
| * inspector/debugger/dom-breakpoints-expected.txt: Renamed from LayoutTests/inspector/dom-breakpoints-expected.txt. |
| * inspector/debugger/dom-breakpoints.html: Renamed from LayoutTests/inspector/dom-breakpoints.html. |
| * inspector/debugger/resources/syntax-error.js: Renamed from LayoutTests/inspector/resources/syntax-error.js. |
| * inspector/elements/elements-delete-inline-style-expected.txt: Renamed from LayoutTests/inspector/elements-delete-inline-style-expected.txt. |
| * inspector/elements/elements-delete-inline-style.html: Renamed from LayoutTests/inspector/elements-delete-inline-style.html. |
| * inspector/elements/elements-img-tooltip-expected.txt: Renamed from LayoutTests/inspector/elements-img-tooltip-expected.txt. |
| * inspector/elements/elements-img-tooltip.html: Renamed from LayoutTests/inspector/elements-img-tooltip.html. |
| * inspector/elements/elements-panel-limited-children-expected.txt: Renamed from LayoutTests/inspector/elements-panel-limited-children-expected.txt. |
| * inspector/elements/elements-panel-limited-children.html: Renamed from LayoutTests/inspector/elements-panel-limited-children.html. |
| * inspector/elements/elements-panel-rewrite-href-expected.txt: Renamed from LayoutTests/inspector/elements-panel-rewrite-href-expected.txt. |
| * inspector/elements/elements-panel-rewrite-href.html: Renamed from LayoutTests/inspector/elements-panel-rewrite-href.html. |
| * inspector/elements/elements-panel-search-expected.txt: Renamed from LayoutTests/inspector/elements-panel-search-expected.txt. |
| * inspector/elements/elements-panel-search.html: Renamed from LayoutTests/inspector/elements-panel-search.html. |
| * inspector/elements/elements-panel-selection-on-refresh-expected.txt: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh-expected.txt. |
| * inspector/elements/elements-panel-selection-on-refresh.html: Renamed from LayoutTests/inspector/elements-panel-selection-on-refresh.html. |
| * inspector/elements/elements-panel-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-structure-expected.txt. |
| * inspector/elements/elements-panel-structure.html: Renamed from LayoutTests/inspector/elements-panel-structure.html. |
| * inspector/elements/elements-panel-styles-expected.txt: Renamed from LayoutTests/inspector/elements-panel-styles-expected.txt. |
| * inspector/elements/elements-panel-styles.html: Renamed from LayoutTests/inspector/elements-panel-styles.html. |
| * inspector/elements/elements-panel-xhtml-structure-expected.txt: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure-expected.txt. |
| * inspector/elements/elements-panel-xhtml-structure.xhtml: Renamed from LayoutTests/inspector/elements-panel-xhtml-structure.xhtml. |
| * inspector/elements/resources/elements-panel-styles.css: Renamed from LayoutTests/inspector/resources/elements-panel-styles.css. |
| * inspector/evaluate-in-page.html: |
| * inspector/extensions/extensions-api-expected.txt: Renamed from LayoutTests/inspector/extensions-api-expected.txt. |
| * inspector/extensions/extensions-api.html: Renamed from LayoutTests/inspector/extensions-api.html. |
| * inspector/extensions/extensions-audits-api-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-api-expected.txt. |
| * inspector/extensions/extensions-audits-api.html: Renamed from LayoutTests/inspector/extensions-audits-api.html. |
| * inspector/extensions/extensions-audits-expected.txt: Renamed from LayoutTests/inspector/extensions-audits-expected.txt. |
| * inspector/extensions/extensions-audits-tests.js: Renamed from LayoutTests/inspector/extensions-audits-tests.js. |
| * inspector/extensions/extensions-audits.html: Renamed from LayoutTests/inspector/extensions-audits.html. |
| * inspector/extensions/extensions-eval-expected.txt: Renamed from LayoutTests/inspector/extensions-eval-expected.txt. |
| * inspector/extensions/extensions-eval.html: Renamed from LayoutTests/inspector/extensions-eval.html. |
| * inspector/extensions/extensions-events-expected.txt: Renamed from LayoutTests/inspector/extensions-events-expected.txt. |
| * inspector/extensions/extensions-events.html: Renamed from LayoutTests/inspector/extensions-events.html. |
| * inspector/extensions/extensions-expected.txt: Renamed from LayoutTests/inspector/extensions-expected.txt. |
| * inspector/extensions/extensions-resources-expected.txt: Renamed from LayoutTests/inspector/extensions-resources-expected.txt. |
| * inspector/extensions/extensions-resources.html: Renamed from LayoutTests/inspector/extensions-resources.html. |
| * inspector/extensions/extensions.html: Renamed from LayoutTests/inspector/extensions.html. |
| * inspector/extensions/resources/Ahem.ttf: Renamed from LayoutTests/inspector/resources/Ahem.ttf. |
| * inspector/extensions/resources/abe.png: Renamed from LayoutTests/inspector/resources/abe.png. |
| * inspector/extensions/resources/audits-style1.css: Renamed from LayoutTests/inspector/resources/audits-style1.css. |
| * inspector/inspected-objects-not-overriden.html: |
| * inspector/report-API-errors.html: |
| * inspector/report-protocol-errors.html: |
| * inspector/storage-panel-dom-storage.html: |
| * inspector/styles/resources/styles-iframe-data.html: Renamed from LayoutTests/inspector/resources/styles-iframe-data.html. |
| * inspector/styles/resources/styles-new-API-1.css: Renamed from LayoutTests/inspector/resources/styles-new-API-1.css. |
| * inspector/styles/resources/styles-new-API.css: Renamed from LayoutTests/inspector/resources/styles-new-API.css. |
| * inspector/styles/resources/styles-source-lines-inline-iframe.html: Renamed from LayoutTests/inspector/resources/styles-source-lines-inline-iframe.html. |
| * inspector/styles/resources/styles-source-offsets.css: Renamed from LayoutTests/inspector/resources/styles-source-offsets.css. |
| * inspector/styles/resources/styles-url-linkify-iframe.html: Renamed from LayoutTests/inspector/resources/styles-url-linkify-iframe.html. |
| * inspector/styles/resources/styles-url-linkify.css: Renamed from LayoutTests/inspector/resources/styles-url-linkify.css. |
| * inspector/styles/styles-add-blank-property-expected.txt: Renamed from LayoutTests/inspector/styles-add-blank-property-expected.txt. |
| * inspector/styles/styles-add-blank-property.html: Renamed from LayoutTests/inspector/styles-add-blank-property.html. |
| * inspector/styles/styles-computed-trace-expected.txt: Renamed from LayoutTests/inspector/styles-computed-trace-expected.txt. |
| * inspector/styles/styles-computed-trace.html: Renamed from LayoutTests/inspector/styles-computed-trace.html. |
| * inspector/styles/styles-disable-inherited-expected.txt: Renamed from LayoutTests/inspector/styles-disable-inherited-expected.txt. |
| * inspector/styles/styles-disable-inherited.html: Renamed from LayoutTests/inspector/styles-disable-inherited.html. |
| * inspector/styles/styles-disable-then-change-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-change-expected.txt. |
| * inspector/styles/styles-disable-then-change.html: Renamed from LayoutTests/inspector/styles-disable-then-change.html. |
| * inspector/styles/styles-disable-then-delete-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-delete-expected.txt. |
| * inspector/styles/styles-disable-then-delete.html: Renamed from LayoutTests/inspector/styles-disable-then-delete.html. |
| * inspector/styles/styles-disable-then-enable-expected.txt: Renamed from LayoutTests/inspector/styles-disable-then-enable-expected.txt. |
| * inspector/styles/styles-disable-then-enable.html: Renamed from LayoutTests/inspector/styles-disable-then-enable.html. |
| * inspector/styles/styles-iframe-expected.txt: Renamed from LayoutTests/inspector/styles-iframe-expected.txt. |
| * inspector/styles/styles-iframe.html: Renamed from LayoutTests/inspector/styles-iframe.html. |
| * inspector/styles/styles-new-API-expected.txt: Renamed from LayoutTests/inspector/styles-new-API-expected.txt. |
| * inspector/styles/styles-new-API.html: Renamed from LayoutTests/inspector/styles-new-API.html. |
| * inspector/styles/styles-source-lines-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-expected.txt. |
| * inspector/styles/styles-source-lines-inline-expected.txt: Renamed from LayoutTests/inspector/styles-source-lines-inline-expected.txt. |
| * inspector/styles/styles-source-lines-inline.html: Renamed from LayoutTests/inspector/styles-source-lines-inline.html. |
| * inspector/styles/styles-source-lines.html: Renamed from LayoutTests/inspector/styles-source-lines.html. |
| * inspector/styles/styles-source-offsets-expected.txt: Renamed from LayoutTests/inspector/styles-source-offsets-expected.txt. |
| * inspector/styles/styles-source-offsets.html: Renamed from LayoutTests/inspector/styles-source-offsets.html. |
| * inspector/styles/styles-url-linkify-expected.txt: Renamed from LayoutTests/inspector/styles-url-linkify-expected.txt. |
| * inspector/styles/styles-url-linkify.html: Renamed from LayoutTests/inspector/styles-url-linkify.html. |
| * inspector/syntax-highlight-css.html: |
| * inspector/syntax-highlight-html.html: |
| * inspector/syntax-highlight-javascript.html: |
| * inspector/timeline/resources/timeline-iframe-data.html: Renamed from LayoutTests/inspector/resources/timeline-iframe-data.html. |
| * inspector/timeline/timeline-enum-stability-expected.txt: Renamed from LayoutTests/inspector/timeline-enum-stability-expected.txt. |
| * inspector/timeline/timeline-enum-stability.html: Renamed from LayoutTests/inspector/timeline-enum-stability.html. |
| * inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/inspector/timeline-event-dispatch-expected.txt. |
| * inspector/timeline/timeline-event-dispatch.html: Renamed from LayoutTests/inspector/timeline-event-dispatch.html. |
| * inspector/timeline/timeline-layout-expected.txt: Renamed from LayoutTests/inspector/timeline-layout-expected.txt. |
| * inspector/timeline/timeline-layout.html: Renamed from LayoutTests/inspector/timeline-layout.html. |
| * inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/inspector/timeline-mark-timeline-expected.txt. |
| * inspector/timeline/timeline-mark-timeline.html: Renamed from LayoutTests/inspector/timeline-mark-timeline.html. |
| * inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/inspector/timeline-network-resource-expected.txt. |
| * inspector/timeline/timeline-network-resource.html: Renamed from LayoutTests/inspector/timeline-network-resource.html. |
| * inspector/timeline/timeline-network-resource.js: Renamed from LayoutTests/inspector/timeline-network-resource.js. |
| * inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/inspector/timeline-paint-expected.txt. |
| * inspector/timeline/timeline-paint.html: Renamed from LayoutTests/inspector/timeline-paint.html. |
| * inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/inspector/timeline-parse-html-expected.txt. |
| * inspector/timeline/timeline-parse-html.html: Renamed from LayoutTests/inspector/timeline-parse-html.html. |
| * inspector/timeline/timeline-recalculate-styles-expected.txt: Renamed from LayoutTests/inspector/timeline-recalculate-styles-expected.txt. |
| * inspector/timeline/timeline-recalculate-styles.html: Renamed from LayoutTests/inspector/timeline-recalculate-styles.html. |
| * inspector/timeline/timeline-script-tag-1-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-1-expected.txt. |
| * inspector/timeline/timeline-script-tag-1.html: Renamed from LayoutTests/inspector/timeline-script-tag-1.html. |
| * inspector/timeline/timeline-script-tag-2-expected.txt: Renamed from LayoutTests/inspector/timeline-script-tag-2-expected.txt. |
| * inspector/timeline/timeline-script-tag-2.html: Renamed from LayoutTests/inspector/timeline-script-tag-2.html. |
| * inspector/timeline/timeline-script-tag-2.js: Renamed from LayoutTests/inspector/timeline-script-tag-2.js. |
| * inspector/timeline/timeline-test.js: Renamed from LayoutTests/inspector/timeline-test.js. |
| * inspector/timeline/timeline-trivial-expected.txt: Renamed from LayoutTests/inspector/timeline-trivial-expected.txt. |
| * inspector/timeline/timeline-trivial.html: Renamed from LayoutTests/inspector/timeline-trivial.html. |
| * platform/chromium/inspector/console/console-dir-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-expected.txt. |
| * platform/chromium/inspector/console/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-dir-global-expected.txt. |
| * platform/chromium/inspector/console/console-eval-global-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-eval-global-expected.txt. |
| * platform/chromium/inspector/console/console-format-collections-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-collections-expected.txt. |
| * platform/chromium/inspector/console/console-format-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-format-expected.txt. |
| * platform/chromium/inspector/console/console-log-native-funcs-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-native-funcs-expected.txt. |
| * platform/chromium/inspector/console/console-log-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-log-syntax-error-expected.txt. |
| * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-object-constructor-name-expected.txt. |
| * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-trace-in-eval-expected.txt. |
| * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-expected.txt. |
| * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt. |
| * platform/chromium/inspector/debugger/debugger-autocontinue-on-syntax-error-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-autocontinue-on-syntax-error-expected.txt. |
| * platform/chromium/inspector/debugger/debugger-expand-scope-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-expand-scope-expected.txt. |
| * platform/chromium/inspector/debugger/debugger-pause-on-exception-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-pause-on-exception-expected.txt. |
| * platform/chromium/inspector/debugger/debugger-step-in-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger-step-in-expected.txt. |
| * platform/chromium/inspector/timeline/timeline-event-dispatch-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-event-dispatch-expected.txt. |
| * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-mark-timeline-expected.txt. |
| * platform/chromium/inspector/timeline/timeline-network-resource-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-network-resource-expected.txt. |
| * platform/chromium/inspector/timeline/timeline-paint-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-paint-expected.txt. |
| * platform/chromium/inspector/timeline/timeline-parse-html-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/timeline-parse-html-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2011-02-11 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| Finish up implementing the new event model in IndexedDB |
| https://bugs.webkit.org/show_bug.cgi?id=54331 |
| |
| Make the requried changes + s/result/request/g (where it should |
| have always been that way) + remove the verify functions (since |
| these days they mostly just add noise) + get rid of the callback |
| in the delete object store funciton. |
| |
| * storage/indexeddb/basics-expected.txt: |
| * storage/indexeddb/basics.html: |
| * storage/indexeddb/create-and-remove-object-store-expected.txt: |
| * storage/indexeddb/create-and-remove-object-store.html: |
| * 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/cursor-skip-deleted-expected.txt: |
| * storage/indexeddb/cursor-skip-deleted.html: |
| * storage/indexeddb/cursor-update-expected.txt: |
| * storage/indexeddb/cursor-update.html: |
| * storage/indexeddb/data-corruption-expected.txt: |
| * storage/indexeddb/data-corruption.html: |
| * storage/indexeddb/database-basics-expected.txt: |
| * storage/indexeddb/database-basics.html: |
| * storage/indexeddb/database-quota-expected.txt: |
| * storage/indexeddb/database-quota.html: |
| * storage/indexeddb/duplicates-expected.txt: |
| * storage/indexeddb/duplicates.html: |
| * storage/indexeddb/error-causes-abort-by-default-expected.txt: |
| * storage/indexeddb/error-causes-abort-by-default.html: |
| * storage/indexeddb/index-basics-expected.txt: |
| * storage/indexeddb/index-basics.html: |
| * storage/indexeddb/index-cursor-expected.txt: |
| * storage/indexeddb/index-cursor.html: |
| * storage/indexeddb/objectstore-autoincrement-expected.txt: |
| * storage/indexeddb/objectstore-autoincrement.html: |
| * storage/indexeddb/objectstore-basics-expected.txt: |
| * storage/indexeddb/objectstore-basics.html: |
| * storage/indexeddb/objectstore-cursor-expected.txt: |
| * storage/indexeddb/objectstore-cursor.html: |
| * storage/indexeddb/objectstore-removeobjectstore-expected.txt: |
| * storage/indexeddb/objectstore-removeobjectstore.html: |
| * storage/indexeddb/open-cursor-expected.txt: |
| * storage/indexeddb/open-cursor.html: |
| * storage/indexeddb/queued-commands-expected.txt: |
| * storage/indexeddb/queued-commands.html: |
| * storage/indexeddb/request-event-propagation-expected.txt: |
| * storage/indexeddb/request-event-propagation.html: |
| * storage/indexeddb/resources/shared.js: |
| (unexpectedSuccessCallback): |
| (unexpectedErrorCallback): |
| (unexpectedAbortCallback): |
| (unexpectedCompleteCallback): |
| (evalAndExpectException): |
| (deleteAllObjectStores): |
| * storage/indexeddb/transaction-after-close-expected.txt: |
| * storage/indexeddb/transaction-after-close.html: |
| * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: |
| * storage/indexeddb/transaction-and-objectstore-calls.html: |
| * storage/indexeddb/transaction-basics-expected.txt: |
| * storage/indexeddb/transaction-basics.html: |
| * storage/indexeddb/transaction-crash-on-abort-expected.txt: |
| * storage/indexeddb/transaction-crash-on-abort.html: |
| * storage/indexeddb/transaction-event-propagation-expected.txt: |
| * storage/indexeddb/transaction-event-propagation.html: |
| * storage/indexeddb/transaction-read-only-expected.txt: |
| * storage/indexeddb/transaction-read-only.html: |
| * storage/indexeddb/tutorial.html: |
| |
| 2011-02-14 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=54418 |
| Fix a Linux expectation, mark another test as expected-failing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed, rolling out r78516. |
| http://trac.webkit.org/changeset/78516 |
| |
| The rebaseline was previously done |
| |
| * platform/gtk/fast/css/rtl-ordering-expected.checksum: |
| * platform/gtk/fast/css/rtl-ordering-expected.png: |
| * platform/gtk/fast/css/rtl-ordering-expected.txt: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.png: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: |
| |
| 2011-02-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed. Rebaseline GTK test results after r78491. |
| |
| * platform/gtk/fast/css/rtl-ordering-expected.checksum: |
| * platform/gtk/fast/css/rtl-ordering-expected.png: |
| * platform/gtk/fast/css/rtl-ordering-expected.txt: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.checksum: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.png: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.checksum: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.png: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: |
| |
| 2011-02-14 Levi Weintraub <leviw@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Strikethrough disappears when posting a message on odnoklassniki.ru |
| https://bugs.webkit.org/show_bug.cgi?id=53475 |
| |
| Updating test expectations and creating a test in an attempt to prevent the |
| uninformed WebKit dev from switching back to using <s> tags for strikethrough. |
| As explained in the bug, this is bad for compatibility with various rich text |
| editors. |
| |
| * editing/execCommand/query-text-decoration-with-typing-style-expected.txt: |
| * editing/execCommand/script-tests/strikethrough-uses-strike-tag.js: Added. |
| (test): |
| * editing/execCommand/script-tests/toggle-style-2.js: |
| * editing/execCommand/strikethrough-uses-strike-tag-expected.txt: Added. |
| * editing/execCommand/strikethrough-uses-strike-tag.html: Added. |
| * editing/execCommand/strikethroughSelection-expected.txt: |
| * editing/execCommand/toggle-style-2-expected.txt: |
| * editing/style/inline-style-container-expected.txt: |
| * editing/style/inline-style-extend-run-expected.txt: |
| * editing/style/push-down-implicit-styles-around-list-expected.txt: |
| * editing/style/push-down-implicit-styles-expected.txt: |
| * editing/style/script-tests/inline-style-container.js: |
| * editing/style/script-tests/inline-style-extend-run.js: |
| * editing/style/script-tests/push-down-implicit-styles-around-list.js: |
| * editing/style/script-tests/push-down-implicit-styles.js: |
| * editing/style/style-text-node-without-editable-parent-expected.txt: |
| |
| 2011-02-14 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Try using the right syntax this time. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=54409 |
| Mark tests as failing due to r78484. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Xiaomei Ji <xji@chromium.org> |
| |
| Unreviewed. |
| Rebaseline after r78491. Since select-visual-hebrew.html and visual-hebrew-text-field.html |
| are marked as FAIL in Chromium WIN and LINUX, rebaseline for them are done manually and |
| only changed the part related to r78491. |
| |
| * platform/chromium-linux/fast/css/rtl-ordering-expected.txt: |
| * platform/chromium-linux/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/chromium-linux/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/chromium-win/fast/css/rtl-ordering-expected.txt: |
| * platform/chromium-win/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt: |
| * platform/gtk/fast/css/rtl-ordering-expected.txt: |
| * platform/gtk/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: |
| |
| 2011-02-14 Tony Chang <tony@chromium.org> |
| |
| Unreviewed, updating chromium test expectations, missed a test |
| in my last checkin. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| http://code.google.com/p/v8/issues/detail?id=1154 |
| Temporarily mark a test as failing due to a new V8 version. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Xiaomei Ji <xji@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Fix rendering of ISO-8859-8 when dir="rtl". |
| https://bugs.webkit.org/show_bug.cgi?id=52128 |
| |
| * fast/text/international/iso-8859-8-expected.txt: Added. |
| * fast/text/international/iso-8859-8.html: Added. |
| * platform/mac/fast/css/rtl-ordering-expected.txt: |
| * platform/mac/fast/forms/select-visual-hebrew-expected.txt: |
| * platform/mac/fast/forms/visual-hebrew-text-field-expected.txt: |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: unflake inspector/styles-iframe.html |
| |
| * inspector/resources/styles-iframe-data.html: |
| * inspector/styles-iframe-expected.txt: |
| * inspector/styles-iframe.html: |
| |
| 2011-02-14 Pavel Podivilov <podivilov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: use call frame column to determine execution line in source frame. |
| https://bugs.webkit.org/show_bug.cgi?id=54001 |
| |
| * http/tests/inspector/debugger-test.js: |
| (initialize_DebuggerTest.InspectorTest.captureStackTrace): |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium expectations update. |
| |
| * platform/chromium/inspector/timeline-network-resource-expected.txt: |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: move timeline and highlighter tests to the new harness. |
| https://bugs.webkit.org/show_bug.cgi?id=54390 |
| |
| * inspector/cookie-resource-match.html: |
| * inspector/elements-panel-search.html: |
| * inspector/evaluate-in-frontend-expected.txt: Removed. |
| * inspector/evaluate-in-frontend.html: Removed. |
| * inspector/inspected-objects-not-overriden.html: |
| * inspector/resources/timeline-iframe-data.html: |
| * inspector/syntax-highlight-css.html: |
| * inspector/syntax-highlight-html.html: |
| * inspector/syntax-highlight-javascript-expected.txt: |
| * inspector/syntax-highlight-javascript.html: |
| * inspector/syntax-highlight.js: |
| (initialize_SyntaxHighlight.InspectorTest.dumpSyntaxHighlight): |
| (initialize_SyntaxHighlight): |
| * inspector/timeline-enum-stability-expected.txt: |
| * inspector/timeline-enum-stability.html: |
| * inspector/timeline-event-dispatch.html: |
| * inspector/timeline-layout-expected.txt: |
| * inspector/timeline-layout.html: |
| * inspector/timeline-mark-timeline.html: |
| * inspector/timeline-network-resource-expected.txt: |
| * inspector/timeline-network-resource.html: |
| * inspector/timeline-network-resource.js: |
| * inspector/timeline-paint.html: |
| * inspector/timeline-parse-html-expected.txt: |
| * inspector/timeline-parse-html.html: |
| * inspector/timeline-recalculate-styles-expected.txt: |
| * inspector/timeline-recalculate-styles.html: |
| * inspector/timeline-script-tag-1-expected.txt: |
| * inspector/timeline-script-tag-1.html: |
| * inspector/timeline-script-tag-2-expected.txt: |
| * inspector/timeline-script-tag-2.html: |
| * inspector/timeline-script-tag-2.js: |
| * inspector/timeline-test.js: |
| (initialize_Timeline.InspectorTest.performActionsAndPrint.step1): |
| (initialize_Timeline.InspectorTest.performActionsAndPrint.step2): |
| (initialize_Timeline.InspectorTest.performActionsAndPrint.step3): |
| (initialize_Timeline.InspectorTest.performActionsAndPrint): |
| (initialize_Timeline.InspectorTest.printTimelineRecords): |
| (initialize_Timeline.InspectorTest._timelineResults): |
| (initialize_Timeline.InspectorTest.dumpTimelineRecord): |
| (initialize_Timeline.InspectorTest.dumpTimelineRecords): |
| (initialize_Timeline.InspectorTest.printTimelineRecordProperties): |
| (initialize_Timeline.InspectorTest._timelineAgentTypeToString): |
| (initialize_Timeline): |
| * inspector/timeline-trivial.html: |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: update chromium expectation for inspector test. |
| |
| * inspector/console-uncaught-exception-in-eval.html: |
| * platform/chromium/inspector/console-uncaught-exception-in-eval-expected.txt: |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: chromium expectations update. |
| |
| * platform/chromium-win/inspector/console-format-expected.txt: Removed. |
| * platform/chromium-win/inspector/console-uncaught-exception-expected.txt: Removed. |
| * platform/chromium-win/inspector/debugger-expand-scope-expected.txt: Removed. |
| * platform/chromium/inspector/console-dir-global-expected.txt: Renamed from LayoutTests/platform/chromium-win/inspector/console-dir-global-expected.txt. |
| * platform/chromium/inspector/console-format-collections-expected.txt: |
| * platform/chromium/inspector/console-format-expected.txt: |
| * platform/chromium/inspector/console-trace-in-eval-expected.txt: |
| * platform/chromium/inspector/console-uncaught-exception-expected.txt: |
| * platform/chromium/inspector/debugger-expand-scope-expected.txt: |
| |
| 2011-02-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed, skipped some tests that were causing problems just in |
| one of the bots, apparently rounding issues. |
| https://bugs.webkit.org/show_bug.cgi?id=39022 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-14 Alejandro G. Castro <alex@igalia.com> |
| |
| Unreviewed, skipped generated-content-inside-table.htm test, it |
| fails in the bots, opened bug: |
| https://bugs.webkit.org/show_bug.cgi?id=54389 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-14 Kenichi Ishibashi <bashi@chromium.org> |
| |
| Reviewed by Andreas Kling. |
| |
| css style="max-width:none" works wrong |
| https://bugs.webkit.org/show_bug.cgi?id=53743 |
| |
| Adds a test to ensure style 'max-width: none' works correctly. |
| |
| * fast/css/max-width-none-expected.txt: Added. |
| * fast/css/max-width-none.html: Added. |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: follow up to r78460 with more expectation updates. |
| |
| * inspector/styles-iframe-expected.txt: |
| * inspector/styles-iframe.html: |
| |
| 2011-02-14 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Rebaseline chromium's test expectations for SVG tests. |
| |
| * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.checksum: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Added. |
| * platform/chromium-mac/svg/text/text-intro-05-t-expected.checksum: |
| * platform/chromium-mac/svg/text/text-intro-05-t-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-14 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: follow up to r78460 with expectation updates. |
| |
| * inspector/styles-iframe-expected.txt: |
| * platform/mac-leopard/http/tests/inspector/console-websocket-error-expected.txt: |
| * platform/mac/http/tests/inspector/console-websocket-error-expected.txt: |
| |
| 2011-02-14 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Rebaseline chromium's test expectation for http://trac.webkit.org/changeset/78449 |
| |
| * platform/chromium-win/fast/gradients/css3-repeating-end-fill-expected.txt: Added. |
| |
| 2011-02-14 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Rebaseline chromium's test expectations for inline-box-background-* |
| |
| * platform/chromium-linux/fast/inline/inline-box-background-expected.checksum: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-expected.png: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.checksum: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-long-image-expected.png: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-x-expected.png: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. |
| * platform/chromium-linux/fast/inline/inline-box-background-repeat-y-expected.png: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-expected.checksum: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-expected.png: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.checksum: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-long-image-expected.png: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-x-expected.png: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. |
| * platform/chromium-mac/fast/inline/inline-box-background-repeat-y-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-expected.checksum: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-expected.txt: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.checksum: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-long-image-expected.txt: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-x-expected.txt: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.png: Added. |
| * platform/chromium-win/fast/inline/inline-box-background-repeat-y-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-13 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: [layout tests] get rid of elements-tests.js in favor of elements-tests2.js |
| https://bugs.webkit.org/show_bug.cgi?id=54354 |
| |
| * http/tests/inspector/console-resource-errors.html: |
| * http/tests/inspector/console-test.js: Renamed from LayoutTests/http/tests/inspector/console-tests2.js. |
| * http/tests/inspector/console-tests.js: Removed. |
| * http/tests/inspector/console-websocket-error.html: |
| * http/tests/inspector/console-xhr-logging-expected.txt: |
| * http/tests/inspector/console-xhr-logging.html: |
| * http/tests/inspector/debugger-test.js: Renamed from LayoutTests/http/tests/inspector/debugger-test2.js. |
| * http/tests/inspector/elements-test.js: Added. |
| * http/tests/inspector/inspector-test2.js: |
| * http/tests/inspector/resource-har-conversion-expected.txt: |
| * http/tests/inspector/resource-har-conversion.html: |
| * http/tests/inspector/resource-parameters-expected.txt: |
| * http/tests/inspector/resource-parameters.html: |
| * http/tests/inspector/resource-tests.js: Removed. |
| * http/tests/inspector/resources-test.js: Renamed from LayoutTests/http/tests/inspector/resource-test2.js. |
| * inspector/command-line-api.html: |
| * inspector/console-api-on-call-frame.html: |
| * inspector/console-assert.html: |
| * inspector/console-clear.html: |
| * inspector/console-command-clear-expected.txt: |
| * inspector/console-command-clear.html: |
| * inspector/console-dir-global.html: |
| * inspector/console-dir.html: |
| * inspector/console-dirxml.html: |
| * inspector/console-eval-global.html: |
| * inspector/console-eval.html: |
| * inspector/console-format-collections-expected.txt: |
| * inspector/console-format-collections.html: |
| * inspector/console-format-expected.txt: |
| * inspector/console-format.html: |
| * inspector/console-log-before-inspector-open.html: |
| * inspector/console-log-syntax-error.html: |
| * inspector/console-object-constructor-name.html: |
| * inspector/console-tests.html: |
| * inspector/console-trace-in-eval.html: |
| * inspector/console-trace.html: |
| * inspector/console-uncaught-exception-in-eval.html: |
| * inspector/console-uncaught-exception.html: |
| * inspector/debugger-autocontinue-on-syntax-error.html: |
| * inspector/debugger-breakpoints-not-activated-on-reload.html: |
| * inspector/debugger-cyclic-ref.html: |
| * inspector/debugger-eval-on-call-frame.html: |
| * inspector/debugger-eval-while-paused.html: |
| * inspector/debugger-expand-scope.html: |
| * inspector/debugger-no-nested-pause.html: |
| * inspector/debugger-pause-in-eval-script.html: |
| * inspector/debugger-pause-on-breakpoint.html: |
| * inspector/debugger-pause-on-debugger-statement.html: |
| * inspector/debugger-pause-on-exception.html: |
| * inspector/debugger-proto-property.html: |
| * inspector/debugger-scripts.html: |
| * inspector/debugger-step-in.html: |
| * inspector/debugger-step-out.html: |
| * inspector/debugger-step-over.html: |
| * inspector/debugger-suspend-active-dom-objects.html: |
| * inspector/dom-breakpoints.html: |
| * inspector/elements-delete-inline-style.html: |
| * inspector/elements-img-tooltip-expected.txt: |
| * inspector/elements-img-tooltip.html: |
| * inspector/elements-panel-limited-children-expected.txt: |
| * inspector/elements-panel-limited-children.html: |
| * inspector/elements-panel-rewrite-href-expected.txt: |
| * inspector/elements-panel-rewrite-href.html: |
| * inspector/elements-panel-selection-on-refresh-expected.txt: |
| * inspector/elements-panel-selection-on-refresh.html: |
| * inspector/elements-panel-structure-expected.txt: |
| * inspector/elements-panel-structure.html: |
| * inspector/elements-panel-styles.html: |
| * inspector/elements-panel-xhtml-structure-expected.txt: |
| * inspector/elements-panel-xhtml-structure.xhtml: |
| * inspector/elements-tests.js: Removed. |
| * inspector/elements-tests2.js: Removed. |
| * inspector/resources/elements-panel-styles.css: |
| * inspector/resources/styles-iframe-data.html: |
| * inspector/storage-panel-dom-storage.html: |
| * inspector/styles-add-blank-property.html: |
| * inspector/styles-computed-trace.html: |
| * inspector/styles-disable-inherited.html: |
| * inspector/styles-disable-then-change.html: |
| * inspector/styles-disable-then-delete.html: |
| * inspector/styles-disable-then-enable.html: |
| * inspector/styles-iframe-expected.txt: |
| * inspector/styles-iframe.html: |
| * inspector/styles-new-API.html: |
| * inspector/styles-source-lines-expected.txt: |
| * inspector/styles-source-lines-inline.html: |
| * inspector/styles-source-lines.html: |
| * inspector/styles-source-offsets.html: |
| * inspector/styles-url-linkify.html: |
| |
| 2011-02-14 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Rebaseline chromium's test_expectations. |
| |
| * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added. |
| * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Change previous test to dump as text, with pixel output, to fix |
| Qt failure. |
| |
| * fast/gradients/css3-repeating-end-fill-expected.txt: |
| * fast/gradients/css3-repeating-end-fill.html: |
| |
| 2011-02-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Andreas Kling. |
| |
| Repeating gradients drawn incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=53502 |
| |
| Testcase for a gradient that requires both backward- and forward-fill. |
| |
| * fast/gradients/css3-repeating-end-fill-expected.checksum: Added. |
| * fast/gradients/css3-repeating-end-fill-expected.png: Added. |
| * fast/gradients/css3-repeating-end-fill-expected.txt: Added. |
| * fast/gradients/css3-repeating-end-fill.html: Added. |
| |
| 2011-02-13 Andreas Kling <kling@webkit.org> |
| |
| Unreviewed, remove unnecessary platform expectations for now-passing test. |
| |
| * platform/chromium/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed. |
| * platform/mac/canvas/philip/tests/2d.fillStyle.parse.system-expected.txt: Removed. |
| |
| 2011-02-13 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Fix chromium's test_expectations |
| |
| - fast/inline/inline-box-background-* should be IMAGE instead of IMAGE+TEXTfor Mac |
| - fast/css/test-setting-canvas-color.html is failing |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-13 Andreas Kling <kling@webkit.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| Canvas: 2d.fillStyle.parse.system.html fails |
| https://bugs.webkit.org/show_bug.cgi?id=39168 |
| |
| * fast/css/test-setting-canvas-color-expected.txt: Added. |
| * fast/css/test-setting-canvas-color.html: Added. |
| * platform/gtk/Skipped: |
| * platform/mac-leopard/Skipped: |
| * platform/qt/Skipped: |
| |
| 2011-02-13 Jarred Nicholls <jarred@sencha.com> |
| |
| Reviewed by Simon Fraser. |
| |
| getComputedStyle returns wrong value for margin-right |
| https://bugs.webkit.org/show_bug.cgi?id=13343 |
| |
| Matching IE, Firefox, and Opera behavior by returning the computed margin |
| values as specified, rather than the used/auto values (calculated via RenderBox). |
| Also CSS 2.1+ compliant by returning margin percentage as specified, if applicable. |
| Note: Firefox and Opera return calculated fixed lengths for percentage margins, IE |
| returns the specified percentage. |
| |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt |
| * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt |
| * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt |
| * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt |
| * fast/css/getComputedStyle/getComputedStyle-margin-auto-expected.txt: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle-expected.txt. |
| * fast/css/getComputedStyle/getComputedStyle-margin-auto.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. |
| * fast/css/getComputedStyle/getComputedStyle-margin-length-expected.txt: Added. |
| * fast/css/getComputedStyle/getComputedStyle-margin-length.html: Copied from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. |
| * fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: Added. |
| * fast/css/getComputedStyle/getComputedStyle-margin-percentage.html: Renamed from LayoutTests/fast/css/getComputedStyle/marginComputedStyle.html. |
| |
| 2011-02-13 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| crypto.getRandomValues should throw TYPE_MISMATCH_ERR |
| https://bugs.webkit.org/show_bug.cgi?id=54346 |
| |
| * security/crypto-random-values-types-expected.txt: |
| |
| 2011-02-13 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Update chromium's test expectations for fast/inline/inline-box-background-* |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-12 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Sam Weinig. |
| |
| crypto.getRandomValues should support all integer array types |
| https://bugs.webkit.org/show_bug.cgi?id=54342 |
| |
| Test which types of arrays work with crypto.getRandomValues. |
| |
| * security/crypto-random-values-types-expected.txt: Added. |
| * security/crypto-random-values-types.html: Added. |
| |
| 2011-02-12 Jochen Eisinger <jochen@chromium.org> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Implement IDBObjectStore::clear |
| https://bugs.webkit.org/show_bug.cgi?id=54193 |
| |
| * storage/indexeddb/objectstore-clear-expected.txt: Added. |
| * storage/indexeddb/objectstore-clear.html: Added. |
| |
| 2011-02-12 Adam Barth <abarth@webkit.org> |
| |
| Update test expectations on Windows to account for ArrayBuffers being |
| on by default. |
| |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt: |
| * platform/win/http/tests/xmlhttprequest/send-array-buffer-expected.txt: |
| |
| 2011-02-12 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Kenneth Russell. |
| |
| Enable ArrayBuffers by default |
| https://bugs.webkit.org/show_bug.cgi?id=54310 |
| |
| Revert incorrect expectations from |
| http://trac.webkit.org/changeset/78337. These results were cased by |
| ArrayBuffers not beign enabled on Windows previous to this patch. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/js/global-function-resolve-expected.txt: Removed. |
| * platform/win/fast/js/var-declarations-shadowing-expected.txt: Removed. |
| * platform/win/security: Removed. |
| * platform/win/security/crypto-random-values-expected.txt: Removed. |
| |
| 2011-02-11 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Unify identical expectation files in chromium/ and update for r78383. |
| |
| * platform/chromium-mac/fast/url/port-expected.txt: Removed. |
| * platform/chromium-win/fast/url/port-expected.txt: Removed. |
| * platform/chromium/fast/url/port-expected.txt: Copied from platform/chromium-win/fast/url/port-expected.txt. |
| |
| 2011-02-11 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Background image positioning on RTL text |
| https://bugs.webkit.org/show_bug.cgi?id=32862 |
| |
| * fast/inline/inline-box-background-long-image.html: Added. |
| * fast/inline/inline-box-background-repeat-x.html: Added. |
| * fast/inline/inline-box-background-repeat-y.html: Added. |
| * fast/inline/inline-box-background.html: Added. |
| * fast/inline/resources: Added. |
| * fast/inline/resources/checker.png: Added. |
| * fast/inline/resources/gradient.png: Added. |
| * platform/mac/fast/inline/inline-box-background-expected.checksum: Added. |
| * platform/mac/fast/inline/inline-box-background-expected.png: Added. |
| * platform/mac/fast/inline/inline-box-background-expected.txt: Added. |
| * platform/mac/fast/inline/inline-box-background-long-image-expected.checksum: Added. |
| * platform/mac/fast/inline/inline-box-background-long-image-expected.png: Added. |
| * platform/mac/fast/inline/inline-box-background-long-image-expected.txt: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-x-expected.checksum: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-x-expected.png: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-x-expected.txt: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-y-expected.checksum: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-y-expected.png: Added. |
| * platform/mac/fast/inline/inline-box-background-repeat-y-expected.txt: Added. |
| |
| 2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r78044. |
| http://trac.webkit.org/changeset/78044 |
| https://bugs.webkit.org/show_bug.cgi?id=54318 |
| |
| Broke Safari extensions (Requested by eseidel on #webkit). |
| |
| * fast/url/host-expected.txt: |
| * fast/url/ipv4-expected.txt: |
| * fast/url/ipv6-expected.txt: |
| * fast/url/relative-expected.txt: |
| * fast/url/relative-unix-expected.txt: |
| * fast/url/standard-url-expected.txt: |
| |
| 2011-02-11 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed, Chromium test expectations update. |
| |
| Also moved a test that's not Linux-specific and other platforms seem to |
| pass from chromium-linux/ to chromium/. |
| |
| * platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt: Removed. |
| * platform/chromium-linux/fast/text/international/complex-text-rectangle.html: Removed. |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| * platform/chromium/fast/text/international/complex-text-rectangle-expected.txt: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle-expected.txt. |
| * platform/chromium/fast/text/international/complex-text-rectangle.html: Copied from platform/chromium-linux/fast/text/international/complex-text-rectangle.html. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu expectations update. Update expectations for |
| chromium-gpu-mac (it often has image diffs only, since it can use the |
| text results from the mac port). |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed Chromium expectations update. Mark tests that fail only on |
| Snow Leopard, so that we can begin to have green Snow Leopard bots. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| KURL should remove default port numbers when cannonicalizing urls (to match every other browser) |
| https://bugs.webkit.org/show_bug.cgi?id=54090 |
| |
| Added a new test to show that we are intentionally removing |
| a colon after a host name. http://foo.com:/ -> http://foo.com/ |
| |
| * fast/url/port-expected.txt: |
| * fast/url/relative-unix-expected.txt: |
| * fast/url/segments-expected.txt: |
| * fast/url/segments-from-data-url-expected.txt: |
| * fast/url/standard-url-expected.txt: |
| |
| 2011-02-11 Mihai Parparita <mihaip@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| compositing/reflections/reflection-opacity.html has a JS exception |
| https://bugs.webkit.org/show_bug.cgi?id=54314 |
| |
| The JS code that the test was running was producing an error, and in |
| any case it didn't seem to be doing anything, since we don't define a |
| "moved" class (copy-and-paste error?). |
| |
| * compositing/reflections/reflection-opacity.html: |
| * platform/mac/compositing/reflections/reflection-opacity-expected.txt: |
| |
| 2011-02-11 Mihai Parparita <mihaip@chromium.org> |
| |
| Unrevied chromium-gpu expectations update. Remove failing expectations |
| for tests that now pass on the chromium-gpu-win bot. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Explicitly skip webarchive tests on GTK+, because we do not |
| support them. Remove all GTK+-specific webarchive expected results. |
| |
| * platform/gtk/Skipped: Explicitly skip all webarchive tests. |
| * platform/gtk/http/tests/webarchive/cross-origin-stylesheet-crash-expected.txt: Removed. |
| * platform/gtk/http/tests/webarchive/test-css-url-encoding-expected.txt: Removed. |
| * platform/gtk/http/tests/webarchive/test-css-url-encoding-shift-jis-expected.txt: Removed. |
| * platform/gtk/http/tests/webarchive/test-css-url-encoding-utf-8-expected.txt: Removed. |
| * platform/gtk/http/tests/webarchive/test-preload-resources-expected.txt: Removed. |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Add the next batch of GTK+ SVG test results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-11 Mihai Parparita <mihaip@chromium.org> |
| |
| Unreviewed chromium-gpu expectations update. Add more fine-grained |
| expectations for compositing on Windows (instead of the whole directory |
| being marked PASS FAIL). Also replace all FAIL GPU expectations with |
| more specific ones (e.g. TEXT or IMAGE+TEXT). |
| |
| * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.checksum: |
| * platform/chromium-gpu-win/compositing/reflections/nested-reflection-animated-expected.png: |
| * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.checksum: Added. |
| * platform/chromium-gpu/compositing/iframes/nested-iframe-scrolling-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Jessie Berlin <jberlin@apple.com> |
| |
| plugins/invalidate_rect.html failing on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=54122 |
| |
| This test was fixed on Windows in http://trac.webkit.org/changeset/78359. Remove the failing |
| expected results. Unreviewed. |
| |
| * platform/win/plugins/invalidate_rect-expected.txt: Removed. |
| |
| 2011-02-11 Adam Klein <adamk@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [fileapi] Add support for filesystem: URI handling |
| https://bugs.webkit.org/show_bug.cgi?id=53529 |
| |
| Tests for filesystem: URIs, testing both their security origin |
| properties and the existence of the Entry.toURI method. |
| |
| * fast/filesystem/directory-entry-to-uri-expected.txt: Added. |
| * fast/filesystem/directory-entry-to-uri.html: Added. |
| * fast/filesystem/file-entry-to-uri-expected.txt: Added. |
| * fast/filesystem/file-entry-to-uri.html: Added. |
| * fast/filesystem/filesystem-uri-origin-expected.txt: Added. |
| * fast/filesystem/filesystem-uri-origin.html: Added. |
| * fast/filesystem/resources/directory-entry-to-uri.js: Added. |
| (errorCallback): |
| (entryToURI): |
| (createTestDirectory): |
| (): |
| * fast/filesystem/resources/file-entry-to-uri.js: Added. |
| (errorCallback): |
| (entryToURI): |
| (createTestFile): |
| (): |
| * http/tests/security/filesystem-iframe-from-remote-expected.txt: Added. |
| * http/tests/security/filesystem-iframe-from-remote.html: Added. |
| * http/tests/security/resources/create-filesystem-file.html: Added. |
| |
| 2011-02-11 Sailesh Agrawal <sail@chromium.org> |
| |
| Reviewed by Kenneth Russell. |
| |
| plugins/invalidate_rect.html fails on chromium-mac |
| https://bugs.webkit.org/show_bug.cgi?id=54051 |
| |
| invalidate_rect.html should now pass on Windows. Removing skip. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Add another batch of GTK+ SVG test results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Add the next batch of GTK+ SVG test results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Add the next batch of GTK+ SVG test results. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r78331. |
| http://trac.webkit.org/changeset/78331 |
| https://bugs.webkit.org/show_bug.cgi?id=54295 |
| |
| This patch broke 11 tests in GTK bots (Requested by svillar on |
| #webkit). |
| |
| * platform/gtk/accessibility/document-reload-events-expected.txt: Removed. |
| * platform/gtk/accessibility/document-reload-events.html: Removed. |
| |
| 2011-02-11 Martin Robinson <mrobinson@igalia.com> |
| |
| Generate more GTK+ results for many SVG tests missing them. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-11 Jessie Berlin <jberlin@apple.com> |
| |
| [Windows XP Debug Tests] media/audio-mpeg4-supported.html timing out since introduction in |
| r76621. |
| https://bugs.webkit.org/show_bug.cgi?id=54291 |
| |
| Unreviewed, adding this test to the Windows XP skip list in order to get the bots green. |
| |
| * platform/win-xp/Skipped: |
| |
| 2011-02-11 Jessie Berlin <jberlin@apple.com> |
| |
| Add Windows XP specific results for fast/dom/52776.html to get the bot green. Unreviewed. |
| https://bugs.webkit.org/show_bug.cgi?id=52776 |
| |
| * platform/win-xp/fast/dom: Added. |
| * platform/win-xp/fast/dom/52776-expected.txt: Added. |
| |
| 2011-02-11 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unreviewed. |
| |
| Added two tests to the skipped file that started to fail only in |
| 64-bit debug bot. Rounding issues are most likely the source of |
| differences between 32 and 64bit bots. |
| |
| * platform/gtk/Skipped: added |
| svg/W3C-SVG-1.1-SE/types-dom-02-f.svg and |
| svg/W3C-SVG-1.1-SE/types-dom-05-b.svg |
| |
| 2011-02-11 Mads Ager <ager@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Remove unnecessary chromium layout test rebaselines |
| https://bugs.webkit.org/show_bug.cgi?id=54278 |
| |
| * platform/chromium/fast/js/ToNumber-expected.txt: Removed. |
| * platform/chromium/fast/js/parseFloat-expected.txt: Removed. |
| * platform/chromium/fast/js/regexp-look-ahead-empty-expected.txt: Removed. |
| |
| 2011-02-11 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: unflake inspector test (2). |
| |
| * inspector/command-line-api.html: |
| * inspector/elements-tests2.js: |
| (initialize_ElementTest.InspectorTest.selectElementAndRun): |
| |
| 2011-02-11 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: unflake inspector test. |
| |
| * inspector/command-line-api-expected.txt: |
| * inspector/command-line-api.html: |
| |
| 2011-02-11 Jessie Berlin <jberlin@apple.com> |
| |
| [Windows 7 Release Tests] fast/dom/Window/window-property-descriptors.html, |
| fast/js/global-function-resolve.html, |
| fast/js/var-declarations-shadowing.html, |
| and security/crypto-random-values.html failing since r78321. |
| https://bugs.webkit.org/show_bug.cgi?id=54285 |
| |
| Unreviewed, landing expected failing results to get the bots green. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/js/global-function-resolve-expected.txt: Added. |
| * platform/win/fast/js/var-declarations-shadowing-expected.txt: Added. |
| * platform/win/security: Added. |
| * platform/win/security/crypto-random-values-expected.txt: Added. |
| |
| 2011-02-11 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: command line API $0 regressed. |
| https://bugs.webkit.org/show_bug.cgi?id=54283 |
| |
| * inspector/command-line-api-expected.txt: |
| * inspector/command-line-api.html: |
| |
| 2011-02-11 Mario Sanchez Prada <msanchez@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] events missing when a document is (re)loaded |
| https://bugs.webkit.org/show_bug.cgi?id=25831 |
| |
| Added new layout test to check the right signals are emitted. |
| |
| * platform/gtk/accessibility/document-reload-events-expected.txt: Added. |
| * platform/gtk/accessibility/document-reload-events.html: Added. |
| |
| 2011-02-11 Adam Barth <abarth@webkit.org> |
| |
| Turns out that expectation isn't Qt specific. |
| |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Removed. |
| |
| 2011-02-11 Adam Barth <abarth@webkit.org> |
| |
| Update Qt expected results for window.crypto. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added. |
| |
| 2011-02-11 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: command line's API inspect() is broken. |
| https://bugs.webkit.org/show_bug.cgi?id=54275 |
| |
| * http/tests/inspector/inspector-test2.js: |
| (initialize_InspectorTest.InspectorTest.evaluateInConsoleAndDump): |
| * inspector/command-line-api-expected.txt: Added. |
| * inspector/command-line-api.html: Added. |
| |
| 2011-02-11 Adam Barth <abarth@webkit.org> |
| |
| Update test expectations to show window.crypto. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * http/tests/security/cross-frame-access-put-expected.txt: |
| |
| 2011-02-11 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unreviewed. |
| |
| Added new test expectations for the GTK port. |
| |
| * platform/gtk/fast/box-shadow/inset-box-shadows-expected.checksum: Added. |
| * platform/gtk/fast/box-shadow/inset-box-shadows-expected.png: Added. |
| * platform/gtk/fast/box-shadow/inset-box-shadows-expected.txt: Added. |
| * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.checksum: Added. |
| * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.png: Added. |
| * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.checksum: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.png: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.checksum: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.png: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.checksum: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.png: Added. |
| * platform/gtk/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt: Added. |
| |
| 2011-02-10 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| WebKit should have a cryptographic RNG |
| https://bugs.webkit.org/show_bug.cgi?id=22049 |
| |
| Test crypto.getRandomValues API. It's pretty hard to write a |
| deterministic API for a randomized API, but this test should catch some |
| regressions. |
| |
| * security/crypto-random-values-expected.txt: Added. |
| * security/crypto-random-values.html: Added. |
| |
| 2011-02-10 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| Temporarily skip a test that fails in WebKit2 due to a recent regression |
| https://bugs.webkit.org/show_bug.cgi?id=54276 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-02-10 Mads Ager <ager@chromium.org> |
| |
| Reviewed by Nate Chapin. |
| |
| [V8] Don't crash on exception getting event handler function |
| https://bugs.webkit.org/show_bug.cgi?id=54216 |
| |
| Add crash regression test with custom chromium expectations. |
| |
| * fast/dom/exception-getting-event-handler-expected.txt: Added. |
| * fast/dom/exception-getting-event-handler.html: Added. |
| * platform/chromium/fast/dom/exception-getting-event-handler-expected.txt: Added. |
| |
| 2011-02-10 Naoki Takano <takano.naoki@gmail.com> |
| |
| Reviewed by James Robinson. |
| |
| [Chromium] Layout Test canvas/philip/tests/2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas. |
| https://bugs.webkit.org/show_bug.cgi?id=53857 |
| |
| This fix is for 2d.composite.globalAlpha.fill.html with --accelerated-2d-canvas. Add 2d.composite.globalAlpha.fillPath.html as a new test for the combination with globalAlpha and fillPath(). |
| |
| * fast/canvas/2d.composite.globalAlpha.fillPath-expected.txt: Added. |
| * fast/canvas/2d.composite.globalAlpha.fillPath.html: Added. |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Clean up the skipped list and skip some tests that show differences |
| between the bots. Rebaseline Acid2 tests results. |
| |
| * platform/gtk/Skipped: Clean up the skipped list. Skip failing test. |
| * platform/gtk/http/tests/misc/acid2-expected.txt: |
| * platform/gtk/http/tests/misc/acid2-pixel-expected.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, fix a typo. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Generate GTK+ results for many SVG tests missing them. |
| |
| * platform/gtk/Skipped: Unskip tests which now have results. |
| |
| 2011-02-09 Andy Estes <aestes@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40% |
| https://bugs.webkit.org/show_bug.cgi?id=48719 |
| |
| * fast/parser/fragment-parser-doctype-expected.txt: Added. |
| * fast/parser/fragment-parser-doctype.html: Added. |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Add results for HTTP tests missing GTK+ results. |
| |
| * platform/gtk/Skipped: Unskip HTTP tests that now have results. |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, tiny test fix from cira. |
| |
| Excluding v8Locale from property-inheritance test |
| https://bugs.webkit.org/show_bug.cgi?id=54250 |
| |
| * fast/dom/script-tests/prototype-inheritance.js: |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Unskip some GTK+ HTTP tests that are passing locally. All the bots |
| should have the same libsoup version now. |
| |
| * platform/gtk/Skipped: Unskip some passing tests. |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, test expectations update. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.checksum: Removed. |
| * platform/chromium-mac/fast/text/international/text-combine-image-test-expected.png: Removed. |
| * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.checksum: Added. |
| * platform/mac-leopard/fast/text/international/text-combine-image-test-expected.png: Added. |
| |
| 2011-02-10 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Anders Carlsson. |
| |
| Skip newly added tests that use eventSender |
| https://bugs.webkit.org/show_bug.cgi?id=54235 |
| |
| * platform/mac-wk2/Skipped: |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [Soup] ResourceHandleSoup does not ever call didSendData for file uploads |
| https://bugs.webkit.org/show_bug.cgi?id=52090 |
| |
| * platform/gtk/Skipped: Unskip tests which should now be passing. |
| |
| 2011-02-10 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Return menu items from eventSender.contextMenu() |
| https://bugs.webkit.org/show_bug.cgi?id=53039 |
| |
| * platform/qt/Skipped: unskip editing/selection/context-menu-on-text.html |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: |
| * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
| * platform/chromium-linux/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: |
| * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.checksum: |
| * platform/chromium-win/svg/transforms/animated-path-inside-transformed-html-expected.png: |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: |
| * platform/mac-leopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: |
| * platform/mac-leopard/svg/batik/filters/feTile-expected.checksum: |
| * platform/mac-leopard/svg/batik/filters/feTile-expected.png: |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added. |
| * platform/mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. |
| * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.checksum: |
| * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.png: |
| |
| 2011-02-10 Martin Robinson <mrobinson@igalia.com> |
| |
| Clump the tests failing only on the GTK+ 32-bit bot together with the |
| other tests that have this kind of failure. |
| |
| * platform/gtk/Skipped: Clean up the skipped list slightly. |
| |
| 2011-02-10 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, rebaseline. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed. |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Added. |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Added. |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: |
| * platform/chromium-linux/svg/batik/filters/feTile-expected.checksum: |
| * platform/chromium-linux/svg/batik/filters/feTile-expected.png: |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added. |
| * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. |
| * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.checksum: |
| * platform/chromium-linux/svg/foreignObject/text-tref-02-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.txt: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.txt: Removed. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt: Removed. |
| * platform/chromium-win/svg/batik/filters/feTile-expected.checksum: |
| * platform/chromium-win/svg/batik/filters/feTile-expected.png: |
| * platform/chromium-win/svg/batik/filters/feTile-expected.txt: |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added. |
| * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.checksum: |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.png: |
| * platform/chromium-win/svg/foreignObject/text-tref-02-b-expected.txt: Removed. |
| |
| 2011-02-09 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Gustavo Noronha Silva. |
| |
| [GTK] Default error page is interfering with tests which require failed loads |
| https://bugs.webkit.org/show_bug.cgi?id=54157 |
| |
| Unskip passing tests and remove some bogus expected results. |
| |
| * platform/gtk/Skipped: Unskip some tests which are now passing. |
| * platform/gtk/fast/dom/null-document-location-put-crash-expected.txt: Removed. |
| |
| 2011-02-10 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed skip failing fast/text/international/hindi-whitespace.html test on GTK |
| https://bugs.webkit.org/show_bug.cgi?id=54212 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-10 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed skip failing fast/text/atsui* tests on GTK |
| https://bugs.webkit.org/show_bug.cgi?id=54210 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-10 Renata Hodovan <reni@webkit.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVGFESpecularLightingElement doesn't support dynamic invalidation, when attributes change. |
| https://bugs.webkit.org/show_bug.cgi?id=54186 |
| |
| Adding layout tests for feSpecularLighting dynamic changes. |
| |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.checksum: Added. |
| * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop.html: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.txt: Added. |
| * svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop.html: Added. |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-in-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularConstant-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-specularExponent-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-dom-surfaceScale-attr.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-in-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularConstant-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-specularExponent-prop.js: Added. |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGFESpecularLightingElement-svgdom-surfaceScale-prop.js: Added. |
| (executeTest): |
| |
| 2011-02-10 Philippe Normand <pnormand@igalia.com> |
| |
| Unreviewed skipping websocket tests on GTK |
| https://bugs.webkit.org/show_bug.cgi?id=53683 |
| |
| * platform/gtk/Skipped: |
| |
| 2011-02-10 Philippe Normand <pnormand@igalia.com> |
| |
| Update GTK results after r78204 |
| |
| * platform/gtk/fast/text/international/text-combine-image-test-expected.txt: |
| |
| 2011-02-10 Adam Roben <aroben@apple.com> |
| |
| Update Windows results after r78204 |
| |
| * platform/win/fast/text/international/text-combine-image-test-expected.checksum: |
| * platform/win/fast/text/international/text-combine-image-test-expected.png: |
| * platform/win/fast/text/international/text-combine-image-test-expected.txt: |
| |
| 2011-02-10 Adam Roben <aroben@apple.com> |
| |